Ahmed Mehri
Ahmed Mehri
@jcsmorais @Jeff-Symphony what's the status of this PR?
The panel's content is a Flex container: https://github.com/commercetools/ui-kit/blob/c2e53b724f81ce668ec977c42042043877565752/packages/components/collapsible-panel/src/collapsible-panel.styles.tsx#L86-L92 The content's items (Flex items) are not growing over the container's width because the default value for `flex-grow` is being used, which...
Sorry for the late reply. That's already [the workaround that we use](https://github.com/commercetools/merchant-center-frontend/blob/14c17b4f6acc5fa0dd60709a8787c6298009f0d1/packages-application/application-products/components/product-details-variant-details-attributes-tab/general-information-panel.js#L39-L40) (although by using the ui-kit `Constraints.Horizontal` component instead). As I expressed in https://github.com/commercetools/ui-kit/issues/2048#issuecomment-991235998. I think it makes sense...
Thanks, I think the issue is more about providing better defaults. I think the panel's content growing over its full width is a better default. With this default, having vertically...
> We can do the same with the @testing-library/user-event but the consumer would still need to install the package because of the peer dependency. @emmenko then there is no objection...
So what remains is implementing the requested code review changes (@antoniolodias) and deciding the version.
I encountered a use case where having `__typename` in the generated data is not convenient. It's when generating data related to GraphQL Input Types, such as `AttributeGroupDraft` which is used...