mono
mono copied to clipboard
DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0. Release notes Sourced from sass's releases. Dart Sass 1.76.0 To install Sass 1.76.0, download one of the packages below and add it to your...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
## Proposed changes closes #2588 - [x] changed form-components to work with `aria-describedby` and messages - [x] add new showcase tests to check if every framework works with every specific...
## Proposed changes closes https://github.com/db-ui/mono/issues/2571 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
We should split "build-showcases" workflow inside the GitHub actions to increase the pipeline. Right now "patternhub" takes way longer to build instead of the other showcases. If we split all...
## Proposed changes closes #2403 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
Currently, we add a default `id` to our form components like `textarea`,`input`, etc. `OnMount` we update the id and which is connected with the ``. The accessibility tree isn't updating...
Currently, there is an accessibility issue with our placeholders for all form components. We need to discuss how to handle them properly. See this as references: - https://www.deque.com/blog/accessible-forms-the-problem-with-placeholders/ - https://accessibleweb.com/question-answer/does-placeholder-text-need-to-meet-color-contrast-requirements/#:~:text=Answer,minimum%20contrast%20success%20criterion%20(1.4.
```suggestion aria-invalid={props.customValidity} data-custom-validity={props.customValidity} ``` aren't those redunant (as `aria-invalid` could be `false` and `true` anyhow)? _Originally posted by @mfranzke in https://github.com/db-ui/mono/pull/1897#discussion_r1565240413_
### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...