From dc77076aa564124eb060a0f074b6adca5e948f87 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 21 Nov 2024 14:35:09 +0100 Subject: [PATCH 01/15] refactor: don't use JS if it's a simple key/value topic --- .config/.lintstagedrc-prettier.js | 3 --- .config/.lintstagedrc-prettier.json | 1 + .lintstagedrc => .config/.lintstagedrc.json | 0 .husky/pre-commit | 4 ++-- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .config/.lintstagedrc-prettier.js create mode 100644 .config/.lintstagedrc-prettier.json rename .lintstagedrc => .config/.lintstagedrc.json (100%) diff --git a/.config/.lintstagedrc-prettier.js b/.config/.lintstagedrc-prettier.js deleted file mode 100644 index 655bfb5784..0000000000 --- a/.config/.lintstagedrc-prettier.js +++ /dev/null @@ -1,3 +0,0 @@ -export default { - '**/*': 'prettier --write --ignore-unknown' -}; diff --git a/.config/.lintstagedrc-prettier.json b/.config/.lintstagedrc-prettier.json new file mode 100644 index 0000000000..23bbc43203 --- /dev/null +++ b/.config/.lintstagedrc-prettier.json @@ -0,0 +1 @@ +{ "**/*": "prettier --write --ignore-unknown" } diff --git a/.lintstagedrc b/.config/.lintstagedrc.json similarity index 100% rename from .lintstagedrc rename to .config/.lintstagedrc.json diff --git a/.husky/pre-commit b/.husky/pre-commit index 9c7d2a32ee..dfb5910db4 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,9 +1,9 @@ echo "### validate branch name ###" validate-branch-name echo "### lint staged files ###" -lint-staged +lint-staged --config .config/.lintstagedrc.json echo "### prettify staged files ###" -lint-staged --config .config/.lintstagedrc-prettier.js +lint-staged --config .config/.lintstagedrc-prettier.json git update-index --again echo "### check for commit mail ###" node ./scripts/check-commit-mail.mjs From ea780498ff6712c68912dffe9da0ab6c18236b62 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 21 Nov 2024 14:36:37 +0100 Subject: [PATCH 02/15] refactor: added new icons config --- .../00-base/icons/_icons.font-faces.scss | 8 ++++---- .../_patterns/00-base/icons/_icons.variables.scss | 13 +++++++++---- .../icons/enterprise/_icons.font-faces.scss | 8 ++++---- .../icons/icon-library~20-outline-action.json | 15 +++++++++++++++ .../icons/icon-library~24-outline-action.json | 15 +++++++++++++++ .../icons/icon-library~32-outline-action.json | 15 +++++++++++++++ 6 files changed, 62 insertions(+), 12 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.font-faces.scss b/source/_patterns/00-base/icons/_icons.font-faces.scss index 80f0f2f47b..840dda4a5f 100644 --- a/source/_patterns/00-base/icons/_icons.font-faces.scss +++ b/source/_patterns/00-base/icons/_icons.font-faces.scss @@ -9,9 +9,9 @@ font-display: block; font-family: "missing-icons"; src: - url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2098") + url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2099") format("woff2"), - url("#{$icons-path}functional/fonts/icons-empty.woff?4r2098") + url("#{$icons-path}functional/fonts/icons-empty.woff?4r2099") format("woff"); } @@ -28,9 +28,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2099") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2099") format("woff"); unicode-range: string.unquote($icon-font-unicodes); diff --git a/source/_patterns/00-base/icons/_icons.variables.scss b/source/_patterns/00-base/icons/_icons.variables.scss index 0bda992dc8..e884622820 100644 --- a/source/_patterns/00-base/icons/_icons.variables.scss +++ b/source/_patterns/00-base/icons/_icons.variables.scss @@ -325,7 +325,12 @@ $icon-glyphs-personenverkehr: ( "transportation-underground": "\e90e", "transportation-walking": "\e90f", "ev-bus": "\e928", - "ev-train": "\e929" + "ev-train": "\e929", + "artificial-intelligence": "\e1304", + "document-cross": "\e1305", + "euro-sign": "\e1306", + "id-card": "\e1307", + "pulse-wave": "\e1308" ) !default; $icon-font-families-personenverkehr: ( @@ -340,7 +345,7 @@ $icon-font-families-personenverkehr: ( ), 20: ( "action": ( - "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295" + "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1261-e1259,U+e1262,U+e1296-e1297" @@ -390,7 +395,7 @@ $icon-font-families-personenverkehr: ( ), 24: ( "action": ( - "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295" + "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297" @@ -440,7 +445,7 @@ $icon-font-families-personenverkehr: ( ), 32: ( "action": ( - "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295" + "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297" diff --git a/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss b/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss index 4ac49d7ec7..47a20c937b 100644 --- a/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss +++ b/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss @@ -16,9 +16,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2099") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2099") format("woff"); } } @@ -29,9 +29,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2099") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2098") + url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2099") format("woff"); } } diff --git a/source/_patterns/00-base/icons/icon-library~20-outline-action.json b/source/_patterns/00-base/icons/icon-library~20-outline-action.json index 5614b93964..657598e44f 100644 --- a/source/_patterns/00-base/icons/icon-library~20-outline-action.json +++ b/source/_patterns/00-base/icons/icon-library~20-outline-action.json @@ -26,6 +26,9 @@ { "icon-glyph": "alert-off" }, + { + "icon-glyph": "artificial-intelligence" + }, { "icon-glyph": "attachment" }, @@ -89,6 +92,9 @@ { "icon-glyph": "document-check" }, + { + "icon-glyph": "document-cross" + }, { "icon-glyph": "done" }, @@ -101,6 +107,9 @@ { "icon-glyph": "edit" }, + { + "icon-glyph": "euro-sign" + }, { "icon-glyph": "face-delighted" }, @@ -146,6 +155,9 @@ { "icon-glyph": "help" }, + { + "icon-glyph": "id-card" + }, { "icon-glyph": "image" }, @@ -185,6 +197,9 @@ { "icon-glyph": "print" }, + { + "icon-glyph": "pulse-wave" + }, { "icon-glyph": "push-button" }, diff --git a/source/_patterns/00-base/icons/icon-library~24-outline-action.json b/source/_patterns/00-base/icons/icon-library~24-outline-action.json index 0618a9f0f5..158ec97b3b 100644 --- a/source/_patterns/00-base/icons/icon-library~24-outline-action.json +++ b/source/_patterns/00-base/icons/icon-library~24-outline-action.json @@ -27,6 +27,9 @@ { "icon-glyph": "alert-off" }, + { + "icon-glyph": "artificial-intelligence" + }, { "icon-glyph": "attachment" }, @@ -90,6 +93,9 @@ { "icon-glyph": "document-check" }, + { + "icon-glyph": "document-cross" + }, { "icon-glyph": "done" }, @@ -102,6 +108,9 @@ { "icon-glyph": "edit" }, + { + "icon-glyph": "euro-sign" + }, { "icon-glyph": "face-delighted" }, @@ -147,6 +156,9 @@ { "icon-glyph": "help" }, + { + "icon-glyph": "id-card" + }, { "icon-glyph": "image" }, @@ -186,6 +198,9 @@ { "icon-glyph": "print" }, + { + "icon-glyph": "pulse-wave" + }, { "icon-glyph": "push-button" }, diff --git a/source/_patterns/00-base/icons/icon-library~32-outline-action.json b/source/_patterns/00-base/icons/icon-library~32-outline-action.json index 5f47027ac1..45e4dff398 100644 --- a/source/_patterns/00-base/icons/icon-library~32-outline-action.json +++ b/source/_patterns/00-base/icons/icon-library~32-outline-action.json @@ -26,6 +26,9 @@ { "icon-glyph": "alert-off" }, + { + "icon-glyph": "artificial-intelligence" + }, { "icon-glyph": "attachment" }, @@ -89,6 +92,9 @@ { "icon-glyph": "document-check" }, + { + "icon-glyph": "document-cross" + }, { "icon-glyph": "done" }, @@ -101,6 +107,9 @@ { "icon-glyph": "edit" }, + { + "icon-glyph": "euro-sign" + }, { "icon-glyph": "face-delighted" }, @@ -146,6 +155,9 @@ { "icon-glyph": "help" }, + { + "icon-glyph": "id-card" + }, { "icon-glyph": "image" }, @@ -185,6 +197,9 @@ { "icon-glyph": "print" }, + { + "icon-glyph": "pulse-wave" + }, { "icon-glyph": "push-button" }, From 3cbcf52a5e96e26e454a23ee9f36a7dba1040203 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 21 Nov 2024 14:40:57 +0100 Subject: [PATCH 03/15] refactor: updated DB UI Base to the prerelease --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 889f71edf1..a3bb2853df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.28.4" + "@db-ui/base": "^0.29.0-0" }, "devDependencies": { "@babel/cli": "^7.25.9", @@ -1977,9 +1977,10 @@ } }, "node_modules/@db-ui/base": { - "version": "0.28.4", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.28.4.tgz", - "integrity": "sha512-7rTfXIFcrZ5bb8x80nDMd87GPSMgI8qWEBZOa/jPq3mYkClS+ljOxTt6bLTw16EAjvmrkS93ZY56y9Q2Y/LWZA==" + "version": "0.29.0-0-708ed14", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-0-708ed14.tgz", + "integrity": "sha512-Xbk8Jnq8hRKiYkltuos4cDzlmn4TdQjwUaNN5CJ3uYXw6CeUb+0/8Z1aEAC+TDex7MstL6L9wjo4NXbuql1p0w==", + "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", @@ -21372,9 +21373,9 @@ "requires": {} }, "@db-ui/base": { - "version": "0.28.4", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.28.4.tgz", - "integrity": "sha512-7rTfXIFcrZ5bb8x80nDMd87GPSMgI8qWEBZOa/jPq3mYkClS+ljOxTt6bLTw16EAjvmrkS93ZY56y9Q2Y/LWZA==" + "version": "0.29.0-0-708ed14", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-0-708ed14.tgz", + "integrity": "sha512-Xbk8Jnq8hRKiYkltuos4cDzlmn4TdQjwUaNN5CJ3uYXw6CeUb+0/8Z1aEAC+TDex7MstL6L9wjo4NXbuql1p0w==" }, "@eslint-community/eslint-utils": { "version": "4.4.0", diff --git a/package.json b/package.json index 5e1f53bb51..7cb537a9c3 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.28.4" + "@db-ui/base": "^0.29.0-0" }, "devDependencies": { "@babel/cli": "^7.25.9", From 610beefb81fcf98f2f9ada33ac7a37b40fadd09c Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 21 Nov 2024 15:02:40 +0100 Subject: [PATCH 04/15] refactor(docs): added further missing icons --- .../00-base/icons/illustration-icons.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/source/_patterns/00-base/icons/illustration-icons.json b/source/_patterns/00-base/icons/illustration-icons.json index a77f892da0..8b064c1798 100644 --- a/source/_patterns/00-base/icons/illustration-icons.json +++ b/source/_patterns/00-base/icons/illustration-icons.json @@ -84,6 +84,9 @@ { "icon": "communication/db_ic_il_customer_feedback" }, + { + "icon": "communication/db_ic_il_customer_satisfaction" + }, { "icon": "communication/db_ic_il_envelope_check" }, @@ -96,6 +99,9 @@ { "icon": "communication/db_ic_il_envelope_open" }, + { + "icon": "communication/db_ic_il_envelope_open_at_sign" + }, { "icon": "communication/db_ic_il_error" }, @@ -162,6 +168,15 @@ }, { "icon": "devices/db_ic_il_tablet" + }, + { + "icon": "devices/db_ic_il_usb_3.0" + }, + { + "icon": "devices/db_ic_il_usb_c" + }, + { + "icon": "devices/db_ic_il_widget" } ], "Entertainment": [ @@ -261,6 +276,12 @@ } ], "Ticket": [ + { + "icon": "ticket/db_ic_il_children_traveling_alone" + }, + { + "icon": "ticket/db_ic_il_children_traveling_with" + }, { "icon": "ticket/db_ic_il_classic_printout" }, @@ -367,6 +388,10 @@ { "icon": "travel/db_ic_il_bear" }, + + { + "icon": "travel/db_ic_il_children_traveling_alone" + }, { "icon": "travel/db_ic_il_db_comfort_checkin" }, @@ -379,6 +404,9 @@ { "icon": "travel/db_ic_il_id_card" }, + { + "icon": "travel/db_ic_il_inexperienced_travelers" + }, { "icon": "travel/db_ic_il_itinerary" }, @@ -388,6 +416,9 @@ { "icon": "travel/db_ic_il_luggage" }, + { + "icon": "travel/db_ic_il_luggage_service" + }, { "icon": "travel/db_ic_il_passenger_rights" }, @@ -397,6 +428,9 @@ { "icon": "travel/db_ic_il_poi_berlin" }, + { + "icon": "travel/db_ic_il_senior_travelers" + }, { "icon": "travel/db_ic_il_suitcase" }, @@ -406,6 +440,12 @@ { "icon": "travel/db_ic_il_transportation_advertising" }, + { + "icon": "travel/db_ic_il_travelers_with_reduced_mobility" + }, + { + "icon": "travel/db_ic_il_travelers_with_support_needs" + }, { "icon": "travel/db_ic_il_zuginformation" } From 91cde2d69c39eebca2d83e92217547ae9651a64b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:59:56 +0100 Subject: [PATCH 05/15] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cb537a9c3..2799b87caf 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-0" + "@db-ui/base": "^0.29.0-2" }, "devDependencies": { "@babel/cli": "^7.25.9", From 7664481e5adb621bc1e8785e374b16318184c10b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 15:51:07 +0100 Subject: [PATCH 06/15] refactor: updated package lock file --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a3bb2853df..1f3be553b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-0" + "@db-ui/base": "^0.29.0-2" }, "devDependencies": { "@babel/cli": "^7.25.9", From e3438d64ce22997d1929b7c057fe3ec35548283f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 15:55:43 +0100 Subject: [PATCH 07/15] docs: added icons --- .../00-base/icons/_icons.variables.scss | 17 ++++++++++------- .../icons/icon-library~20-outline-av.json | 3 +++ .../icons/icon-library~20-outline-feature.json | 6 ++++++ .../icons/icon-library~24-outline-av.json | 3 +++ .../icons/icon-library~24-outline-feature.json | 6 ++++++ .../icons/icon-library~32-outline-av.json | 3 +++ .../icons/icon-library~32-outline-feature.json | 6 ++++++ 7 files changed, 37 insertions(+), 7 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.variables.scss b/source/_patterns/00-base/icons/_icons.variables.scss index e884622820..0231be3b4d 100644 --- a/source/_patterns/00-base/icons/_icons.variables.scss +++ b/source/_patterns/00-base/icons/_icons.variables.scss @@ -330,7 +330,10 @@ $icon-glyphs-personenverkehr: ( "document-cross": "\e1305", "euro-sign": "\e1306", "id-card": "\e1307", - "pulse-wave": "\e1308" + "pulse-wave": "\e1308", + "clapperboard": "\e1305", + "iceportal": "\e1306", + "regioguide": "\e1307" ) !default; $icon-font-families-personenverkehr: ( @@ -348,7 +351,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1261-e1259,U+e1262,U+e1296-e1297" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1261-e1259,U+e1262,U+e1296-e1297,U+e1305" ), "brand": ( "U+e1152" @@ -363,7 +366,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" @@ -398,7 +401,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1305" ), "brand": ( "U+e1152" @@ -413,7 +416,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" @@ -448,7 +451,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1305" ), "brand": ( "U+e1152" @@ -463,7 +466,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" diff --git a/source/_patterns/00-base/icons/icon-library~20-outline-av.json b/source/_patterns/00-base/icons/icon-library~20-outline-av.json index 675261c751..e8562eff21 100644 --- a/source/_patterns/00-base/icons/icon-library~20-outline-av.json +++ b/source/_patterns/00-base/icons/icon-library~20-outline-av.json @@ -2,6 +2,9 @@ "icon-size": "20", "icon-style": "outline", "icons": [ + { + "icon-glyph": "clapperboard" + }, { "icon-glyph": "fast-backward" }, diff --git a/source/_patterns/00-base/icons/icon-library~20-outline-feature.json b/source/_patterns/00-base/icons/icon-library~20-outline-feature.json index d4993d94cd..47386b8315 100644 --- a/source/_patterns/00-base/icons/icon-library~20-outline-feature.json +++ b/source/_patterns/00-base/icons/icon-library~20-outline-feature.json @@ -26,6 +26,9 @@ { "icon-glyph": "hydrogen" }, + { + "icon-glyph": "iceportal" + }, { "icon-glyph": "luggage-compartment" }, @@ -56,6 +59,9 @@ { "icon-glyph": "power-outlet" }, + { + "icon-glyph": "regioguide" + }, { "icon-glyph": "reservation" }, diff --git a/source/_patterns/00-base/icons/icon-library~24-outline-av.json b/source/_patterns/00-base/icons/icon-library~24-outline-av.json index 177d94a79b..a4298c686c 100644 --- a/source/_patterns/00-base/icons/icon-library~24-outline-av.json +++ b/source/_patterns/00-base/icons/icon-library~24-outline-av.json @@ -3,6 +3,9 @@ "icon-style": "outline", "default": true, "icons": [ + { + "icon-glyph": "clapperboard" + }, { "icon-glyph": "fast-backward" }, diff --git a/source/_patterns/00-base/icons/icon-library~24-outline-feature.json b/source/_patterns/00-base/icons/icon-library~24-outline-feature.json index f20cc18114..7d6c98f0df 100644 --- a/source/_patterns/00-base/icons/icon-library~24-outline-feature.json +++ b/source/_patterns/00-base/icons/icon-library~24-outline-feature.json @@ -27,6 +27,9 @@ { "icon-glyph": "hydrogen" }, + { + "icon-glyph": "iceportal" + }, { "icon-glyph": "luggage-compartment" }, @@ -57,6 +60,9 @@ { "icon-glyph": "power-outlet" }, + { + "icon-glyph": "regioguide" + }, { "icon-glyph": "reservation" }, diff --git a/source/_patterns/00-base/icons/icon-library~32-outline-av.json b/source/_patterns/00-base/icons/icon-library~32-outline-av.json index d11ba25ec4..02ee14c5ba 100644 --- a/source/_patterns/00-base/icons/icon-library~32-outline-av.json +++ b/source/_patterns/00-base/icons/icon-library~32-outline-av.json @@ -2,6 +2,9 @@ "icon-size": "32", "icon-style": "outline", "icons": [ + { + "icon-glyph": "clapperboard" + }, { "icon-glyph": "fast-backward" }, diff --git a/source/_patterns/00-base/icons/icon-library~32-outline-feature.json b/source/_patterns/00-base/icons/icon-library~32-outline-feature.json index 38cdcedbf2..7b0811f409 100644 --- a/source/_patterns/00-base/icons/icon-library~32-outline-feature.json +++ b/source/_patterns/00-base/icons/icon-library~32-outline-feature.json @@ -26,6 +26,9 @@ { "icon-glyph": "hydrogen" }, + { + "icon-glyph": "iceportal" + }, { "icon-glyph": "luggage-compartment" }, @@ -56,6 +59,9 @@ { "icon-glyph": "power-outlet" }, + { + "icon-glyph": "regioguide" + }, { "icon-glyph": "reservation" }, From faf61f629bef50ed25eb8e0f62a288f1a6295d56 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 16:17:25 +0100 Subject: [PATCH 08/15] refactor: added relevant icon --- .../_patterns/00-base/icons/icon-library~20-outline-seat.json | 3 +++ .../_patterns/00-base/icons/icon-library~24-outline-seat.json | 3 +++ .../_patterns/00-base/icons/icon-library~32-outline-seat.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/source/_patterns/00-base/icons/icon-library~20-outline-seat.json b/source/_patterns/00-base/icons/icon-library~20-outline-seat.json index 298205018f..def56f0fbb 100644 --- a/source/_patterns/00-base/icons/icon-library~20-outline-seat.json +++ b/source/_patterns/00-base/icons/icon-library~20-outline-seat.json @@ -23,6 +23,9 @@ { "icon-glyph": "parent-child-compartment" }, + { + "icon-glyph": "priority" + }, { "icon-glyph": "quiet-zone" }, diff --git a/source/_patterns/00-base/icons/icon-library~24-outline-seat.json b/source/_patterns/00-base/icons/icon-library~24-outline-seat.json index c2d7549e97..bc5c169916 100644 --- a/source/_patterns/00-base/icons/icon-library~24-outline-seat.json +++ b/source/_patterns/00-base/icons/icon-library~24-outline-seat.json @@ -24,6 +24,9 @@ { "icon-glyph": "parent-child-compartment" }, + { + "icon-glyph": "priority" + }, { "icon-glyph": "quiet-zone" }, diff --git a/source/_patterns/00-base/icons/icon-library~32-outline-seat.json b/source/_patterns/00-base/icons/icon-library~32-outline-seat.json index 6b00367217..2388b4b879 100644 --- a/source/_patterns/00-base/icons/icon-library~32-outline-seat.json +++ b/source/_patterns/00-base/icons/icon-library~32-outline-seat.json @@ -23,6 +23,9 @@ { "icon-glyph": "parent-child-compartment" }, + { + "icon-glyph": "priority" + }, { "icon-glyph": "quiet-zone" }, From 849def311e5b8aaa465d8ba192f4f3555ca1e3a6 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 16:30:06 +0100 Subject: [PATCH 09/15] fix: corrected glyphs --- .../00-base/icons/_icons.variables.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.variables.scss b/source/_patterns/00-base/icons/_icons.variables.scss index 0231be3b4d..8023a9bffe 100644 --- a/source/_patterns/00-base/icons/_icons.variables.scss +++ b/source/_patterns/00-base/icons/_icons.variables.scss @@ -331,9 +331,9 @@ $icon-glyphs-personenverkehr: ( "euro-sign": "\e1306", "id-card": "\e1307", "pulse-wave": "\e1308", - "clapperboard": "\e1305", - "iceportal": "\e1306", - "regioguide": "\e1307" + "clapperboard": "\e1309", + "iceportal": "\e1310", + "regioguide": "\e1311" ) !default; $icon-font-families-personenverkehr: ( @@ -351,7 +351,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1261-e1259,U+e1262,U+e1296-e1297,U+e1305" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1261-e1259,U+e1262,U+e1296-e1297,U+e1309" ), "brand": ( "U+e1152" @@ -366,7 +366,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1310,U+e1311" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" @@ -401,7 +401,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1305" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1309" ), "brand": ( "U+e1152" @@ -416,7 +416,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1310,U+e1311" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" @@ -451,7 +451,7 @@ $icon-font-families-personenverkehr: ( "U+002B,U+003F,U+00A7,U+1F441,U+1F5A8,U+1F5B9,U+1F5BC,U+1F5D1,U+1F6C8,U+1F6CD,U+1F6E0,U+219F,U+21A1,U+21A6,U+21C6,U+21E7,U+21E9,U+21F5,U+2212,U+2295,U+229D,U+238C,U+25F9,U+2601,U+2606,U+2661,U+2699,U+270F,U+2713,U+2B73,U+e1062,U+e1066,U+e1069-e1070,U+e1077,U+e1079,U+e1081-e1084,U+e1154-e1156,U+e1164-e1171,U+e1187,U+e1211-e1214,U+e1220-e1258,U+e1290-e1295,U+e1304-e1308" ), "av": ( - "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1305" + "U+23ED-23EE,U+23F8,U+25A1,U+25B7,U+293A-293B,U+e1085-e1088,U+e1091,U+e1234,U+e1259-e1262,U+e1296-e1297,U+e1309" ), "brand": ( "U+e1152" @@ -466,7 +466,7 @@ $icon-font-families-personenverkehr: ( "U+e1163,U+e1175-e1176,U+e1266-e1272" ), "feature": ( - "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1306,U+e1307" + "U+1F6E4,U+2600,U+271A,U+2744,U+e1150,U+e1153,U+e1160,U+e1177-e1180,U+e1188,U+e1215,U+e1217,U+e1273-e1278,U+e1289,U+e1299,U+e1310,U+e1311" ), "food": ( "U+1F37D,U+e1101,U+e1237,U+e1279" From 1fec75bc2c5dc1ab4595eaae62c6d8a814400c05 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 16:59:18 +0100 Subject: [PATCH 10/15] refactor: updated DB UI Base package --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f3be553b7..eab0f10923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-2" + "@db-ui/base": "^0.29.0-3" }, "devDependencies": { "@babel/cli": "^7.25.9", diff --git a/package.json b/package.json index 2799b87caf..7196e51623 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-2" + "@db-ui/base": "^0.29.0-3" }, "devDependencies": { "@babel/cli": "^7.25.9", From a7c37b351f9a5219cba3376500d3d71e380cbbb8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 16:59:29 +0100 Subject: [PATCH 11/15] refactor: updated font definitions --- source/_patterns/00-base/icons/_icons.font-faces.scss | 8 ++++---- .../00-base/icons/enterprise/_icons.font-faces.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.font-faces.scss b/source/_patterns/00-base/icons/_icons.font-faces.scss index 840dda4a5f..da551c8d28 100644 --- a/source/_patterns/00-base/icons/_icons.font-faces.scss +++ b/source/_patterns/00-base/icons/_icons.font-faces.scss @@ -9,9 +9,9 @@ font-display: block; font-family: "missing-icons"; src: - url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2099") + url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2100") format("woff2"), - url("#{$icons-path}functional/fonts/icons-empty.woff?4r2099") + url("#{$icons-path}functional/fonts/icons-empty.woff?4r2100") format("woff"); } @@ -28,9 +28,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2100") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2100") format("woff"); unicode-range: string.unquote($icon-font-unicodes); diff --git a/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss b/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss index 47a20c937b..9fd24b4173 100644 --- a/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss +++ b/source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss @@ -16,9 +16,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2100") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2100") format("woff"); } } @@ -29,9 +29,9 @@ font-style: normal; font-weight: normal; src: - url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2100") format("woff2"), - url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2099") + url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2100") format("woff"); } } From 44917fcd91cd5f8453398d7833e580ab030d18a4 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 17:25:53 +0100 Subject: [PATCH 12/15] refactor: updated package --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index eab0f10923..81e69f76c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-3" + "@db-ui/base": "^0.29.0-4" }, "devDependencies": { "@babel/cli": "^7.25.9", diff --git a/package.json b/package.json index 7196e51623..3681414d93 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-3" + "@db-ui/base": "^0.29.0-4" }, "devDependencies": { "@babel/cli": "^7.25.9", From 8ebeb337c36167cc912dd928abd34dbab67383f5 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 17:26:07 +0100 Subject: [PATCH 13/15] fix: corrected glyph codes --- source/_patterns/00-base/icons/_icons.variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.variables.scss b/source/_patterns/00-base/icons/_icons.variables.scss index 8023a9bffe..b0206e3561 100644 --- a/source/_patterns/00-base/icons/_icons.variables.scss +++ b/source/_patterns/00-base/icons/_icons.variables.scss @@ -300,7 +300,7 @@ $icon-glyphs-personenverkehr: ( "seat-priority": "\e1162", // priority has been deprecated in favour of the new name traveler-with-reduced-mobility // TODO: remove with the next major release - "priority": "\e1162", + "priority": "\e1312", "traveler-with-reduced-mobility": "\e1162", "standing-room": "\e1160", "mixed-class": "\e1161", @@ -387,7 +387,7 @@ $icon-font-families-personenverkehr: ( "U+26A0,U+e1123,U+e1126-e1127" ), "seat": ( - "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285" + "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312" ), "ticket": ( "U+1F907,U+2714,U+e1131-e1132,U+e1134,U+e1136-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298" @@ -437,7 +437,7 @@ $icon-font-families-personenverkehr: ( "U+26A0,U+e1123-e1127" ), "seat": ( - "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285" + "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312" ), "ticket": ( "U+1F907,U+2714,U+e1131-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298" @@ -487,7 +487,7 @@ $icon-font-families-personenverkehr: ( "U+26A0,U+e1123-e1127" ), "seat": ( - "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285" + "U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312" ), "ticket": ( "U+1F907,U+2714,U+e1131-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298" From cb463f0e42f32e2ec9e27cb954e06739cf18cef9 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 17:37:03 +0100 Subject: [PATCH 14/15] refactor: corrected package --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81e69f76c1..2673b976f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-4" + "@db-ui/base": "^0.29.0-4-5409bb6" }, "devDependencies": { "@babel/cli": "^7.25.9", @@ -1977,9 +1977,9 @@ } }, "node_modules/@db-ui/base": { - "version": "0.29.0-0-708ed14", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-0-708ed14.tgz", - "integrity": "sha512-Xbk8Jnq8hRKiYkltuos4cDzlmn4TdQjwUaNN5CJ3uYXw6CeUb+0/8Z1aEAC+TDex7MstL6L9wjo4NXbuql1p0w==", + "version": "0.29.0-4-5409bb6", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-4-5409bb6.tgz", + "integrity": "sha512-PndP83205oA39mdXuzvhIZzFwhBlrDZe/rirBQTspQO5azM7OlZzAwMDvxgcIdviwzvK2RbX79Yxu3debCKeaA==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { @@ -21373,9 +21373,9 @@ "requires": {} }, "@db-ui/base": { - "version": "0.29.0-0-708ed14", - "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-0-708ed14.tgz", - "integrity": "sha512-Xbk8Jnq8hRKiYkltuos4cDzlmn4TdQjwUaNN5CJ3uYXw6CeUb+0/8Z1aEAC+TDex7MstL6L9wjo4NXbuql1p0w==" + "version": "0.29.0-4-5409bb6", + "resolved": "https://registry.npmjs.org/@db-ui/base/-/base-0.29.0-4-5409bb6.tgz", + "integrity": "sha512-PndP83205oA39mdXuzvhIZzFwhBlrDZe/rirBQTspQO5azM7OlZzAwMDvxgcIdviwzvK2RbX79Yxu3debCKeaA==" }, "@eslint-community/eslint-utils": { "version": "4.4.0", diff --git a/package.json b/package.json index 3681414d93..574cd6d60d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "license": "Apache-2.0", "dependencies": { "@csstools/normalize.css": "^12.1.1", - "@db-ui/base": "^0.29.0-4" + "@db-ui/base": "^0.29.0-4-5409bb6" }, "devDependencies": { "@babel/cli": "^7.25.9", From adec141e448c0a6412b4e678fed12c57653ea295 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 13 Dec 2024 17:37:16 +0100 Subject: [PATCH 15/15] chore: this icon has been reintroduced --- source/_patterns/00-base/icons/_icons.variables.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_patterns/00-base/icons/_icons.variables.scss b/source/_patterns/00-base/icons/_icons.variables.scss index b0206e3561..7fb86ef7b1 100644 --- a/source/_patterns/00-base/icons/_icons.variables.scss +++ b/source/_patterns/00-base/icons/_icons.variables.scss @@ -298,8 +298,6 @@ $icon-glyphs-personenverkehr: ( // seat-priority has been deprecated in favour of the new name traveler-with-reduced-mobility // TODO: remove with the next major release "seat-priority": "\e1162", - // priority has been deprecated in favour of the new name traveler-with-reduced-mobility - // TODO: remove with the next major release "priority": "\e1312", "traveler-with-reduced-mobility": "\e1162", "standing-room": "\e1160",