@db-ux/core-foundations 4.0.2 → 4.0.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.
- package/CHANGELOG.md +11 -2
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
# @db-ux/core-foundations
|
|
2
2
|
|
|
3
|
+
## 4.0.4
|
|
4
|
+
|
|
5
|
+
_version bump_
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## 4.0.3
|
|
9
|
+
|
|
10
|
+
_version bump_
|
|
11
|
+
|
|
3
12
|
## 4.0.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
|
-
- chore: update instructions files for better copilot outputs - [see commit
|
|
16
|
+
- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
|
|
8
17
|
- fix: add some missing variables
|
|
9
18
|
|
|
10
|
-
- fix(tailwind): add individual color theme files for all color variants - [see commit
|
|
19
|
+
- fix(tailwind): add individual color theme files for all color variants - [see commit e8d58bd](https://github.com/db-ux-design-system/core-web/commit/e8d58bde01039a3d233105c2c72efa71c619c4b4):
|
|
11
20
|
- Create separate CSS files for each color
|
|
12
21
|
- Move colors.css to colors/ subdirectory with adaptive theme
|
|
13
22
|
- Add colors/index.css that imports all color variants
|
package/README.md
CHANGED
|
@@ -228,7 +228,7 @@ Check the required imports for [CSS](https://design-system.deutschebahn.com/core
|
|
|
228
228
|
|
|
229
229
|
After this you can extend your tailwind config like this:
|
|
230
230
|
|
|
231
|
-
#####
|
|
231
|
+
##### JavaScript
|
|
232
232
|
|
|
233
233
|
```javascript
|
|
234
234
|
//tailwind.config.js
|
|
@@ -250,7 +250,7 @@ export default {
|
|
|
250
250
|
};
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
#####
|
|
253
|
+
##### TypeScript
|
|
254
254
|
|
|
255
255
|
```typescript
|
|
256
256
|
//tailwind.config.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-foundations",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
|
|
6
6
|
"repository": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@csstools/normalize.css": "12.1.1",
|
|
55
55
|
"@db-ux/icon-font-tools": "0.3.4",
|
|
56
|
-
"@playwright/test": "1.56.
|
|
56
|
+
"@playwright/test": "1.56.1",
|
|
57
57
|
"cpr": "3.0.1",
|
|
58
58
|
"cssnano": "7.1.1",
|
|
59
59
|
"dotenv": "17.2.3",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"sass": "1.85.0",
|
|
64
64
|
"tsx": "4.20.6",
|
|
65
65
|
"typescript": "5.9.3",
|
|
66
|
-
"vite": "7.1.
|
|
66
|
+
"vite": "7.1.11"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"registry": "https://registry.npmjs.org/",
|