Skip to content

Commit a9752ad

Browse files
committed
Merge branch 'main' into dependabot-npm_and_yarn-stylelint-16.15.0
2 parents 7bc9d45 + fcf67fa commit a9752ad

File tree

6 files changed

+5959
-18372
lines changed

6 files changed

+5959
-18372
lines changed

.config/.lintstagedrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"*.md": "markdownlint -c .markdown-lint.yml",
33
".stylelintrc.*": "stylelint --validate --allow-empty-input",
44
"stylelint.config.*": "stylelint --validate --allow-empty-input",
5-
"*.{css,scss}": "stylelint --fix --no-validate",
65
"*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix"
76
}

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,19 @@
1919

2020
<!-- ![Pipeline status](https://github.com/db-ui/core/badges/main/pipeline.svg?style=flat) -->
2121

22+
<!-- markdownlint-disable MD033 -->
23+
24+
> [!IMPORTANT]
25+
> We've released the new stable version of the [DB UX Design System v3](https://github.com/db-ux-design-system/core-web), which is the successor to this generation of DB Design Systems.
26+
> Especially for new projects, we strongly recommend building on [DB UX Design System v3](https://github.com/db-ux-design-system/core-web).
27+
> The new version has some great benefits and optimisations, especially in terms of accessibility testing, further and better framework support and ongoing development.<br>
28+
> Please note that we won't be providing any new features from now on, only bug fixes until EOL at the end of 2026.
29+
30+
<!-- markdownlint-enable MD033 -->
31+
2232
> [!WARNING]
2333
> We've tried a [quick migration to newer SCSS syntax like e.g. `@use` instead of the nowadays deprecated `@import`](https://github.com/db-ui/core/issues/994), but this seems to be more complicated than expected.
24-
> You might face several warnings on the console when using SASS with our packages regarding `@import` usage. If you'd like to prevent those, you might as well want to evaluate migrating to our newer version of the DB UX Design System v2: <https://github.com/db-ui/mono>
34+
> You might face several warnings on the console when using SASS with our packages regarding `@import` usage. If you'd like to prevent those, you might as well want to evaluate migrating to our newer version of the DB UX Design System: <https://github.com/db-ux-design-system/core-web>
2535
2636
DB Personenverkehr and DB Systel have merged their Design Systems for Web [with DB UX Design System v2](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-2/Components) as their successor. Our goal is to provide a common UX based on the [DB "Moderne Ikone"](https://marketingportal.extranet.deutschebahn.com/marketingportal/Marke-und-Design#) for customer and employee applications. To achieve an end 2 end consistence from conception to implementation, we bring you this new version of DB UI Core (npm: `@db-ui/core`), that is being used within a Design System by S.R (Reisendeninformation) as well.
2737

0 commit comments

Comments
 (0)