@db-ux/core-foundations 3.1.3 → 3.1.4

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,6 +7,19 @@
7
7
 
8
8
  A library containing all tokens (colors, spacings, font formatting, etc.) and assets (icons) of [DB UX Design System v3](https://github.com/db-ux-design-system/core-web).
9
9
 
10
+ ## When to use this package
11
+
12
+ **⚠️ Looking for UI components?** You probably want [`@db-ux/core-components`](https://www.npmjs.com/package/@db-ux/core-components) instead, which **automatically includes** this package.
13
+
14
+ **Use this package when you:**
15
+ - Only need design tokens (colors, spacing, fonts) without any component styles
16
+ - Want to build custom components using the design system tokens
17
+ - Need just icons and fonts without pre-built components
18
+
19
+ **Use [`@db-ux/core-components`](https://www.npmjs.com/package/@db-ux/core-components) when you:**
20
+ - Want to use ready-made UI components (buttons, inputs, navigation, etc.)
21
+ - Need both design tokens AND component styles (most common use case)
22
+
10
23
  We currently support:
11
24
 
12
25
  - [CSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=css)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@csstools/normalize.css": "12.1.1",
50
50
  "@db-ux/icon-font-tools": "0.3.4",
51
- "@playwright/test": "1.54.2",
51
+ "@playwright/test": "1.55.0",
52
52
  "cpr": "3.0.1",
53
53
  "cssnano": "7.1.1",
54
54
  "dotenv": "17.2.2",
@@ -58,7 +58,7 @@
58
58
  "sass": "1.85.0",
59
59
  "tsx": "4.20.5",
60
60
  "typescript": "5.8.3",
61
- "vite": "6.3.6"
61
+ "vite": "7.1.7"
62
62
  },
63
63
  "publishConfig": {
64
64
  "registry": "https://registry.npmjs.org/",