Ahmed Mehri
Ahmed Mehri
**Describe the bug** CollapsiblePanel's content doesn't grow over the full container's width. **To Reproduce** Steps to reproduce the behavior: Check the following code: ```js import { Card, CollapsiblePanel, Spacings, TextField...
**Is your feature request related to a problem? Please describe.** Context: https://github.com/commercetools/ui-kit/pull/557#issuecomment-815927709 My use case is positioning two items vertically with a container that has a fixed height, and position...
**Describe the issue** Exports of `@commercetools-test-data/commons` are not properly exported. **To Reproduce** Steps to reproduce the behavior: 1. Import e.g `Reference`, `import { Reference } from '@commercetools-test-data/commons';` 2. Access e.g...
**Description:** The current implementation appears to have a limitation where selecting or focusing the localized text input functionality is not directly available within the `LocalizedTextField` component. This contrasts with the...