Skip to content

Commit d4bdc6d

Browse files
committed
chore: updated to the new Design System naming
1 parent 376b513 commit d4bdc6d

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In general we've introduced the possibility to control variants and configuratio
6969
- And in case you're referencing those directly as SVG files, you need to change the select from the icon specific name to the id `#icon`.
7070
- As well as change the CSS variable names to control the line and pulse color within the icons from `--iconColor` to `--db-icon-color` and from `--iconPulseColor` to `--db-icon-pulse-color`.
7171
- **BREAKING CHANGE:** `source/_patterns/01-elements/link/link.scss` has been renamed to `source/_patterns/01-elements/link/_links.scss` - you most likely haven't included this file directly, but the file within the `enterprise` subdirectory, so this shouldn't be relevant for most of you
72-
- **BREAKING CHANGE:** The stateful `tag` types (`a.elm-tag` and `input.elm-tag`) have been moved to a new pattern, as defined within the DB Design System UX Guides + Standards specification: `chips` (see [the migration guide](docs/migrationGuide.adoc))
72+
- **BREAKING CHANGE:** The stateful `tag` types (`a.elm-tag` and `input.elm-tag`) have been moved to a new pattern, as defined within the DB UX Design System specification: `chips` (see [the migration guide](docs/migrationGuide.adoc))
7373
- Introduced SCSS variable `$icons-path` in addition to `$images-path` and `$fonts-path`, as we might need to differentiate here
7474
- `DB UI Base` to be an optional config, as it wouldn't get installed and people might want to use the SASS source files for compilation
7575
- A lot of elements and components got their new styling: buttons, checkbox, headlines, input, links, progress, radio, select, textarea, toggle switch, breadcrumb, cards, dialog, dropdown, links, notification, overflow menu, pagination, table
@@ -116,7 +116,7 @@ In general we've introduced the possibility to control variants and configuratio
116116
#### Package consumption
117117

118118
- updated files & folders documentation
119-
- removed undocumented and obsolete component `Toasts`, that is included in the new DB Design System as `Notification` component anyhow
119+
- removed undocumented and obsolete component `Toasts`, that is included in the new DB UX Design System as `Notification` component anyhow
120120
- further optimized the general projects files definitions within `package.json`
121121

122122
## [2.0.0-42] - 2022-05-06

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
1010
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1111
[![@db-ui/core on Npmjs](https://img.shields.io/npm/v/@db-ui/core.svg?color=rgb%28237%2C%2028%2C%2036%29 "npm version")](https://npmjs.com/package/@db-ui/core "DB UI Core – on NPM")
12-
![Based on DB Design System UX Guides + Standards](https://img.shields.io/badge/Based%20on-DB%20Design%20System%20UX%20Guides%20%2B%20Standards-d7dce1.svg)
12+
![Based on DB UX Design System guidelines](https://img.shields.io/badge/Based%20on-DB%20Design%20System%20UX%20Guides%20%2B%20Standards-d7dce1.svg)
1313
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1414
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE-OF-CONDUCT.md)
1515

@@ -40,7 +40,7 @@ DB UI Core provides robust HTML UI components, reusable visual styles, and power
4040

4141
### Consistent & Compliant
4242

43-
DB UI Core is based on the [DB Design System](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten), that are the guidelines for any Personenverkehr Customer and Deutsche Bahn Enterprise website and web applications.
43+
DB UI Core is based on the [DB UX Design System](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten), that are the guidelines for any Personenverkehr Customer and Deutsche Bahn Enterprise website and web applications.
4444

4545
### Accessible
4646

@@ -56,13 +56,13 @@ DB UI Core is decoupled from the JavaScript layer, to implement the patterns in
5656

5757
### Evergreen
5858

59-
As [DB Design System](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten) evolves, so does DB UI Core, meaning apps only need to keep their DB UI Core package updated to ensure the latest look and feel.
59+
As [DB UX Design System](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten) evolves, so does DB UI Core, meaning apps only need to keep their DB UI Core package updated to ensure the latest look and feel.
6060

6161
## More information
6262

6363
Additionally we'll provide some more information over time regrading the whole ecosystem:
6464

65-
- [DB Design System UX Guides + Standards documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
65+
- [DB UX Design System documentation within the DB Marketingportal (german)](https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten)
6666
- [Confluence / Base Wiki - "Technische Umsetzung des Enterprise UI Design Systems" (german, only available internally)](https://db.de/pu8moh)
6767
- [Confluence - Web UI Component Library (only available internally)](https://db.de/1tyr73)
6868
- [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md)

docs/migrationGuide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ The previous version of the EDS guidelines only included a rudimentary defined c
102102

103103
=== Tags
104104

105-
The stateful tag types (`a.elm-tag` and `input.elm-tag`) have been moved to a new pattern, as defined within the DB Design System UX Guides + Standards specification: `chips`
105+
The stateful tag types (`a.elm-tag` and `input.elm-tag`) have been moved to a new pattern, as defined within the DB UX Design System specification: `chips`
106106

107107
Please use this one instead either for the `Filter Chips` or `Selection/Auswahl Chips` types defined in the specificiation.
108108

109109
== DB UI Core 2.0.0-0 Migration Guide
110110

111-
- We've renamed our package to `@db-ui/core`. The old version will still get maintained, but `@db-ui/core` includes our work regarding the DB Design System UX Guides + Standards styles, and is thatfor the successor.
111+
- We've renamed our package to `@db-ui/core`. The old version will still get maintained, but `@db-ui/core` includes our work regarding the DB UX Design System styles, and is thatfor the successor.
112112

113113
And we're still hosting the `CHANGELOG` for any changes up until version 2.0.0 within our internal Git: <https://db.de/lwfv2o> (you need to be logged in to our Deutsche Bahn VPN for these informations)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@db-ui/core",
33
"version": "2.0.0-45",
4-
"description": "Technical Frontend implementation of the DB Design System.",
4+
"description": "Technical Frontend implementation of the DB UX Design System.",
55
"style": "./dist/css/enterprise/db-ui-core.css",
66
"sass": "./sources/css/enterprise/db-ui-core.scss",
77
"browser": "./dist/js/main.min.js",

source/_patterns/04-pages/intro.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
{{> elements-image src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 license badge" }}
88
<a href="https://npmjs.com/package/@db-ui/core" target="_blank" rel="noopener noreferrer">{{> elements-image src="https://img.shields.io/npm/v/@db-ui/core.svg?color=rgb%28237%2C%2028%2C%2036%29" alt="npm version" }}</a>
9-
{{> elements-image src="https://img.shields.io/badge/Based%20on-DB%20Design%20System%20UX%20Guides%20%2B%20Standards-d7dce1.svg" alt="Based on DB Design System UX Guide + Standards" }}
9+
{{> elements-image src="https://img.shields.io/badge/Based%20on-DB%20Design%20System%20UX%20Guides%20%2B%20Standards-d7dce1.svg" alt="Based on DB UX Design System guidelines" }}
1010

11-
<p lang="de">Personenverkehr und DB Systel führen ihre Design Systeme für Web in der Version 2.0 der Standard Web Components zusammen. Unser Ziel ist eine einheitliche Basis UX im Sinne der Modernen Ikone für Kunden und Mitarbeiteranwendungen. Um unser Design End 2 End von Konzeption über Design bis zur Implementierung konsistent zu halten, wird das DB Design System auch in Code von DB Systel und Reisendeninformation umgesetzt. Stay Tuned!</p>
11+
<p lang="de">Personenverkehr und DB Systel führen ihre Design Systeme für Web in der Version 2.0 der Standard Web Components zusammen. Unser Ziel ist eine einheitliche Basis UX im Sinne der Modernen Ikone für Kunden und Mitarbeiteranwendungen. Um unser Design End 2 End von Konzeption über Design bis zur Implementierung konsistent zu halten, wird das DB UX Design System auch in Code von DB Systel und Reisendeninformation umgesetzt. Stay Tuned!</p>
1212

1313
<figure class="intro-quotation">
1414
<blockquote>We’re not designing pages anymore. We’re designing systems of components.</blockquote>

source/_patterns/04-pages/intro.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"links": [
44
{
55
"href": "https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten",
6-
"value": "DB Design System UX Guides + Standards documentation within the DB Marketingportal (german)",
6+
"value": "DB UX Design System documentation within the DB Marketingportal (german)",
77
"rel": "noopener noreferrer",
88
"target": "_blank"
99
},
@@ -48,7 +48,7 @@
4848
{
4949
"title": "Consistent & Compliant",
5050
"icon": "devices/db_ic_il_laptop",
51-
"text": "DB UI Core is based on the <a href='https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten'>DB Design System</a>, that are the guidelines for any Personenverkehr Customer and Deutsche Bahn Enterprise website and web applications."
51+
"text": "DB UI Core is based on the <a href='https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten'>DB UX Design System</a>, that are the guidelines for any Personenverkehr Customer and Deutsche Bahn Enterprise website and web applications."
5252
},
5353
{
5454
"title": "Accessible",
@@ -68,7 +68,7 @@
6868
{
6969
"title": "Evergreen",
7070
"icon": "feature/db_ic_il_green",
71-
"text": "As <a href='https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten'>DB Design System</a> evolves, so does DB UI Core, meaning apps only need to keep their DB UI Core package updated to ensure the latest look and feel."
71+
"text": "As <a href='https://marketingportal.extranet.deutschebahn.com/de/ui-komponenten'>DB UX Design System</a> evolves, so does DB UI Core, meaning apps only need to keep their DB UI Core package updated to ensure the latest look and feel."
7272
},
7373
{
7474
"title": "Community driven",

0 commit comments

Comments
 (0)