mono
mono copied to clipboard
DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...
## Proposed changes Resolves https://github.com/db-ui/mono/issues/1630 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
We should evaluate whether we use double or single quotes, and doing some research by e.g. what the `prettier` default is and what ChatGPT answer to this question.
isn't it that we would need to include this components variant on our regular documentation page as well? _Originally posted by @mfranzke in https://github.com/db-ui/mono/pull/3232#discussion_r1774557695_
When running the migration script on our own repository, there still seem to be some places which haven't been migrated so far.
We should probably differentiate complementary icon usage, like e.g. an icon next to a text in which the text provides meaning even without the icon and it's usage is only...
### Which generators are impacted? - [ ] All - [ ] HTML - [X] React - [ ] Angular - [ ] Vue - [ ] Web components -...
I think we do have a general problem here. _Originally posted by @mfranzke in https://github.com/db-ui/mono/pull/3053#discussion_r1751741162_
## Proposed changes Deactivating a rule in total is quite heavy, we should only take care of specific aspects and probably define things a little bit more granular. ## Types...
The `act()` function (interaction with element) produces different outputs depending on how the **AccordionItem** is accessed. - If it is reached directly with (`next`), then `act` is executed, the result...