mono icon indicating copy to clipboard operation
mono copied to clipboard

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs

Results 217 mono issues
Sort by recently updated
recently updated
newest added

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...

🏗foundations
🏘components
📺showcases
🤫dependencies
javascript

[//]: # (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...

🏘components
📺showcases
🤫dependencies
javascript

## 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...

🏘components
📺showcases

## 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) - [...

🚢📀cicd
🏘components
📺showcases

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...

🍄🆙improvement
🚢📀cicd
😍nice to have

## Proposed changes closes #2403 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...

📕documentation
🚢📀cicd
📺showcases

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...

🐛bug
👂accessibility

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.

🐛bug
👂accessibility

```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_

❓question

### Which generators are impacted? - [X] All - [ ] HTML - [ ] React - [ ] Angular - [ ] Vue - [ ] Web components -...

❓question