Bartek Szopka
Bartek Szopka
@dgtlntv Are we limiting this to only radio/checkbox inputs? Can other input types be nested, like text inputs? Any rules on how many nested elements can be there?
Triage: high effort, high impact. To be implemented in new architecture.
There is another issue I've noticed (it's why the tests are failing). Vanilla is not supposed to produce any CSS if you just import it. You need to explicitly include...
Good catch, thanks! These are indeed quite outdated.
Thanks @apollo13! Seems like we missed that when we were refactoring the font variables in the past. Indeed font sizes are now provided by this map, with one base value...
@apollo13 We are currently in the process of specifying, prototyping, and discussing the approach to design system (both in terms of design system fundamentals, and technicalities of the future technical...
This is a high effort (high impact) issue that requires design changes to a component. We will consider it for new architecture version.
There are errors in [src/components/EmptyState/EmptyState.stories.tsx](https://github.com/canonical/react-components/pull/1152/files#diff-d26a8ff835263550fa7978abb868cd8e4465d4c9520d0128cefedd18f580ab11) cased by missing `externalLink` icon (caused by rename).
Weird, the AccordionSection does accept ReactNode: https://github.com/canonical/react-components/blob/ab70886f9350584c219318636e919dc25a8bc8e6/src/components/Accordion/AccordionSection/AccordionSection.tsx#L28-L31
And we do have example where nodes are passed to the title: https://github.com/canonical/react-components/blob/ab70886f9350584c219318636e919dc25a8bc8e6/src/components/Accordion/Accordion.stories.tsx#L195-L204 Could there be something else that is wrong/different? Would you he able to try our storybook example...