@db-ux/core-foundations 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ # White label variables and properties
2
+
3
+ These variables and properties are being retrieved by the [Theme builder](https://design-system.deutschebahn.com/theme-builder/) white-label theme.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -37,6 +37,7 @@
37
37
  "dev": "vite --open",
38
38
  "generate:fonts": "tsx assets/fonts/generate-eu-fonts.ts",
39
39
  "generate:icons": "tsx scripts/local/generate-icon-font.ts",
40
+ "postcopy-prepare:icon-overview": "prettier dev/icons.html --write",
40
41
  "prebuild": "npm-run-all copy-prepare:*",
41
42
  "predev": "npm-run-all copy-prepare:*",
42
43
  "prestart": "npm-run-all copy-prepare:*",
@@ -47,10 +48,10 @@
47
48
  "devDependencies": {
48
49
  "@csstools/normalize.css": "12.1.1",
49
50
  "@db-ux/icon-font-tools": "0.3.4",
50
- "@playwright/test": "1.54.1",
51
+ "@playwright/test": "1.54.2",
51
52
  "cpr": "3.0.1",
52
53
  "cssnano": "7.1.0",
53
- "dotenv": "17.2.0",
54
+ "dotenv": "17.2.1",
54
55
  "glob": "11.0.3",
55
56
  "nodemon": "3.1.10",
56
57
  "prettier": "3.6.2",