Skip to content

Commit a93ef14

Browse files
authored
Merge branch 'main' into docs-added-warning-for-sass-usage
2 parents 45b8cb0 + a83252d commit a93ef14

19 files changed

+1743
-1272
lines changed

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: 🐷 TruffleHog OSS
2020
uses: trufflesecurity/trufflehog@main
21+
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
2122
with:
2223
path: ./
2324
base: ${{ steps.extract_branch.outputs.branch-name }}

package-lock.json

Lines changed: 1586 additions & 1237 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"license": "Apache-2.0",
5959
"dependencies": {
6060
"@csstools/normalize.css": "^12.1.1",
61-
"@db-ui/base": "^0.28.4"
61+
"@db-ui/base": "^0.29.0"
6262
},
6363
"devDependencies": {
64-
"@babel/cli": "^7.25.9",
64+
"@babel/cli": "^7.26.4",
6565
"@babel/preset-env": "^7.26.0",
66-
"@commitlint/cli": "^19.6.0",
66+
"@commitlint/cli": "^19.6.1",
6767
"@commitlint/config-conventional": "^19.6.0",
6868
"@mfranzke/plugin-node-uiextension": "^1.0.0",
6969
"@pattern-lab/cli": "^6.1.0",
@@ -77,32 +77,32 @@
7777
"cssnano": "^7.0.6",
7878
"details-element-polyfill": "^2.4.0",
7979
"dialog-polyfill": "^0.5.6",
80-
"dotenv": "^16.4.5",
80+
"dotenv": "^16.4.7",
8181
"find-versions-cli": "^5.0.0",
82-
"html-validate": "^8.26.0",
82+
"html-validate": "^8.27.0",
8383
"html5-boilerplate": "^9.0.1",
8484
"husky": "^9.1.7",
8585
"iframe-resizer": "^5.3.2",
8686
"invokers-polyfill": "^0.4.6",
87-
"lint-staged": "^15.2.10",
87+
"lint-staged": "^15.2.11",
8888
"markdownlint-cli": "^0.43.0",
89-
"nodemon": "^3.1.7",
89+
"nodemon": "^3.1.9",
9090
"npm-run-all": "^4.1.5",
9191
"pa11y-ci": "^3.1.0",
9292
"plugin-node-patternlab-inline-remote-assets": "^0.2.1",
9393
"postcss": "^8.4.49",
9494
"postcss-cli": "^11.0.0",
9595
"postcss-focus": "^7.0.0",
9696
"postcss-list-style-safari-fix": "^1.0.0",
97-
"prettier": "^3.4.1",
97+
"prettier": "^3.4.2",
9898
"rimraf": "^6.0.1",
99-
"sass": "^1.81.0",
100-
"start-server-and-test": "^2.0.8",
99+
"sass": "^1.83.0",
100+
"start-server-and-test": "^2.0.9",
101101
"stylelint": "^14.16.1",
102102
"stylelint-config-prettier": "^9.0.5",
103103
"stylelint-config-sass-guidelines": "^9.0.1",
104104
"validate-branch-name": "^1.3.1",
105-
"xo": "^0.59.3"
105+
"xo": "^0.60.0"
106106
},
107107
"repository": {
108108
"type": "git",

source/_patterns/00-base/icons/_icons.font-faces.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
font-display: block;
1010
font-family: "missing-icons";
1111
src:
12-
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2098")
12+
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2100")
1313
format("woff2"),
14-
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2098")
14+
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2100")
1515
format("woff");
1616
}
1717

@@ -28,9 +28,9 @@
2828
font-style: normal;
2929
font-weight: normal;
3030
src:
31-
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2098")
31+
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2100")
3232
format("woff2"),
33-
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2098")
33+
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2100")
3434
format("woff");
3535

3636
unicode-range: string.unquote($icon-font-unicodes);

source/_patterns/00-base/icons/_icons.variables.scss

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,7 @@ $icon-glyphs-personenverkehr: (
298298
// seat-priority has been deprecated in favour of the new name traveler-with-reduced-mobility
299299
// TODO: remove with the next major release
300300
"seat-priority": "\e1162",
301-
// priority has been deprecated in favour of the new name traveler-with-reduced-mobility
302-
// TODO: remove with the next major release
303-
"priority": "\e1162",
301+
"priority": "\e1312",
304302
"traveler-with-reduced-mobility": "\e1162",
305303
"standing-room": "\e1160",
306304
"mixed-class": "\e1161",
@@ -325,7 +323,15 @@ $icon-glyphs-personenverkehr: (
325323
"transportation-underground": "\e90e",
326324
"transportation-walking": "\e90f",
327325
"ev-bus": "\e928",
328-
"ev-train": "\e929"
326+
"ev-train": "\e929",
327+
"artificial-intelligence": "\e1304",
328+
"document-cross": "\e1305",
329+
"euro-sign": "\e1306",
330+
"id-card": "\e1307",
331+
"pulse-wave": "\e1308",
332+
"clapperboard": "\e1309",
333+
"iceportal": "\e1310",
334+
"regioguide": "\e1311"
329335
) !default;
330336

331337
$icon-font-families-personenverkehr: (
@@ -340,10 +346,10 @@ $icon-font-families-personenverkehr: (
340346
),
341347
20: (
342348
"action": (
343-
"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"
349+
"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"
344350
),
345351
"av": (
346-
"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"
352+
"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"
347353
),
348354
"brand": (
349355
"U+e1152"
@@ -358,7 +364,7 @@ $icon-font-families-personenverkehr: (
358364
"U+e1163,U+e1175-e1176,U+e1266-e1272"
359365
),
360366
"feature": (
361-
"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"
367+
"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"
362368
),
363369
"food": (
364370
"U+1F37D,U+e1101,U+e1237,U+e1279"
@@ -379,7 +385,7 @@ $icon-font-families-personenverkehr: (
379385
"U+26A0,U+e1123,U+e1126-e1127"
380386
),
381387
"seat": (
382-
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285"
388+
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312"
383389
),
384390
"ticket": (
385391
"U+1F907,U+2714,U+e1131-e1132,U+e1134,U+e1136-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298"
@@ -390,10 +396,10 @@ $icon-font-families-personenverkehr: (
390396
),
391397
24: (
392398
"action": (
393-
"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"
399+
"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"
394400
),
395401
"av": (
396-
"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"
402+
"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"
397403
),
398404
"brand": (
399405
"U+e1152"
@@ -408,7 +414,7 @@ $icon-font-families-personenverkehr: (
408414
"U+e1163,U+e1175-e1176,U+e1266-e1272"
409415
),
410416
"feature": (
411-
"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"
417+
"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"
412418
),
413419
"food": (
414420
"U+1F37D,U+e1101,U+e1237,U+e1279"
@@ -429,7 +435,7 @@ $icon-font-families-personenverkehr: (
429435
"U+26A0,U+e1123-e1127"
430436
),
431437
"seat": (
432-
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285"
438+
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312"
433439
),
434440
"ticket": (
435441
"U+1F907,U+2714,U+e1131-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298"
@@ -440,10 +446,10 @@ $icon-font-families-personenverkehr: (
440446
),
441447
32: (
442448
"action": (
443-
"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"
449+
"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"
444450
),
445451
"av": (
446-
"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"
452+
"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"
447453
),
448454
"brand": (
449455
"U+e1152"
@@ -458,7 +464,7 @@ $icon-font-families-personenverkehr: (
458464
"U+e1163,U+e1175-e1176,U+e1266-e1272"
459465
),
460466
"feature": (
461-
"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"
467+
"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"
462468
),
463469
"food": (
464470
"U+1F37D,U+e1101,U+e1237,U+e1279"
@@ -479,7 +485,7 @@ $icon-font-families-personenverkehr: (
479485
"U+26A0,U+e1123-e1127"
480486
),
481487
"seat": (
482-
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285"
488+
"U+1F6CF,U+e1128-e1130,U+e1162,U+e1183,U+e1189,U+e1281-e1285,U+e1312"
483489
),
484490
"ticket": (
485491
"U+1F907,U+2714,U+e1131-e1146,U+e1184-e1186,U+e1218,U+e1286-e1287,U+e1298"

source/_patterns/00-base/icons/enterprise/_icons.font-faces.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
font-style: normal;
1717
font-weight: normal;
1818
src:
19-
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2098")
19+
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2100")
2020
format("woff2"),
21-
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2098")
21+
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2100")
2222
format("woff");
2323
}
2424
}
@@ -29,9 +29,9 @@
2929
font-style: normal;
3030
font-weight: normal;
3131
src:
32-
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2098")
32+
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2100")
3333
format("woff2"),
34-
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2098")
34+
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2100")
3535
format("woff");
3636
}
3737
}

source/_patterns/00-base/icons/icon-library~20-outline-action.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
{
2727
"icon-glyph": "alert-off"
2828
},
29+
{
30+
"icon-glyph": "artificial-intelligence"
31+
},
2932
{
3033
"icon-glyph": "attachment"
3134
},
@@ -89,6 +92,9 @@
8992
{
9093
"icon-glyph": "document-check"
9194
},
95+
{
96+
"icon-glyph": "document-cross"
97+
},
9298
{
9399
"icon-glyph": "done"
94100
},
@@ -101,6 +107,9 @@
101107
{
102108
"icon-glyph": "edit"
103109
},
110+
{
111+
"icon-glyph": "euro-sign"
112+
},
104113
{
105114
"icon-glyph": "face-delighted"
106115
},
@@ -146,6 +155,9 @@
146155
{
147156
"icon-glyph": "help"
148157
},
158+
{
159+
"icon-glyph": "id-card"
160+
},
149161
{
150162
"icon-glyph": "image"
151163
},
@@ -185,6 +197,9 @@
185197
{
186198
"icon-glyph": "print"
187199
},
200+
{
201+
"icon-glyph": "pulse-wave"
202+
},
188203
{
189204
"icon-glyph": "push-button"
190205
},

source/_patterns/00-base/icons/icon-library~20-outline-av.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"icon-size": "20",
33
"icon-style": "outline",
44
"icons": [
5+
{
6+
"icon-glyph": "clapperboard"
7+
},
58
{
69
"icon-glyph": "fast-backward"
710
},

source/_patterns/00-base/icons/icon-library~20-outline-feature.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
{
2727
"icon-glyph": "hydrogen"
2828
},
29+
{
30+
"icon-glyph": "iceportal"
31+
},
2932
{
3033
"icon-glyph": "luggage-compartment"
3134
},
@@ -56,6 +59,9 @@
5659
{
5760
"icon-glyph": "power-outlet"
5861
},
62+
{
63+
"icon-glyph": "regioguide"
64+
},
5965
{
6066
"icon-glyph": "reservation"
6167
},

source/_patterns/00-base/icons/icon-library~20-outline-seat.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
{
1515
"icon-glyph": "childrens-compartment"
1616
},
17+
{
18+
"icon-glyph": "couchette"
19+
},
1720
{
1821
"icon-glyph": "elderly"
1922
},
@@ -23,6 +26,9 @@
2326
{
2427
"icon-glyph": "parent-child-compartment"
2528
},
29+
{
30+
"icon-glyph": "priority"
31+
},
2632
{
2733
"icon-glyph": "quiet-zone"
2834
},

0 commit comments

Comments
 (0)