Kacper Krzywiec
Kacper Krzywiec
For anyone struggling with `Load diff` clicking -> please run this: ```console document.querySelectorAll('.load-diff-button').forEach(node => node.click()) ```
#### Summary This PR enables auto-generation of the readme file for `` component
#### Summary This is a PoC of theming support through css-variables. Part of #1661 initiative #### Possible improvements - [ ] enable theme persistence upon page refresh in the `useTheme`...
#### Summary TODOs: - [ ] remove `resolutions` after releasing `@commercetools-uikit/design-system`
## Summary Add TS version of code snippets. As mentioned in the [docs](https://commercetools-docs-kit.vercel.app/documentation/configuration/extensions#usage-3): > Example files must be added in the `./src/code-examples/` folder of the website Snippets: #### **Kacper** -...
Fixes https://jira.commercetools.com/browse/SHIELD-616 It seems to me that the issue in most cases is coming from the scenario, when `additionalClaims` are `null`. I suspect that is not set for most of...
https://jira.commercetools.com/browse/SHIELD-580 In preparation for the Custom Applications Multiple Permissions support.
#### Summary In preparation for the Custom Applications Multiple Permissions support.
#### Summary ## Description
**Describe the bug** Currently, when the additional languages of the LocalizedRichTextInput are hidden, there is no method available to reset the hidden RichTextInputs. **To Reproduce** Steps to reproduce the behavior:...