@db-ux/core-foundations 4.6.0 → 4.6.1

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/CHANGELOG.md +25 -21
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @db-ux/core-foundations
2
2
 
3
+ ## 4.6.1
4
+
5
+ _version bump_
6
+
3
7
  ## 4.6.0
4
8
 
5
9
  ### Minor Changes
@@ -117,28 +121,28 @@ _version bump_
117
121
  ### Patch Changes
118
122
 
119
123
  - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
120
- - fix: add some missing variables
124
+ - fix: add some missing variables
121
125
 
122
126
  - 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):
123
- - Create separate CSS files for each color
124
- - Move colors.css to colors/ subdirectory with adaptive theme
125
- - Add colors/index.css that imports all color variants
126
- - Update theme/index.css to import from colors/index.css
127
- - burgundy
128
- - critical
129
- - cyan
130
- - green
131
- - informational
132
- - light-green
133
- - neutral
134
- - orange
135
- - pink
136
- - red
137
- - successful
138
- - turquoise
139
- - violet
140
- - warning
141
- - yellow
127
+ - Create separate CSS files for each color
128
+ - Move colors.css to colors/ subdirectory with adaptive theme
129
+ - Add colors/index.css that imports all color variants
130
+ - Update theme/index.css to import from colors/index.css
131
+ - burgundy
132
+ - critical
133
+ - cyan
134
+ - green
135
+ - informational
136
+ - light-green
137
+ - neutral
138
+ - orange
139
+ - pink
140
+ - red
141
+ - successful
142
+ - turquoise
143
+ - violet
144
+ - warning
145
+ - yellow
142
146
 
143
147
  ## 4.0.1
144
148
 
@@ -165,7 +169,7 @@ _version bump_
165
169
  ### Patch Changes
166
170
 
167
171
  - enabled [`@db-ux/agent-cli`](https://www.npmjs.com/package/@db-ux/agent-cli) for every package - [see commit 0233048](https://github.com/db-ux-design-system/core-web/commit/023304869e61f5a506dca66a22d69e5f3d70f4d0):
168
- - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
172
+ - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
169
173
 
170
174
  ## 3.1.17
171
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -53,14 +53,14 @@
53
53
  "@db-ux/icon-font-tools": "0.3.6",
54
54
  "@playwright/test": "1.59.1",
55
55
  "cpr": "3.0.1",
56
- "cssnano": "7.1.4",
56
+ "cssnano": "7.1.5",
57
57
  "glob": "13.0.6",
58
58
  "nodemon": "3.1.14",
59
- "prettier": "3.8.1",
59
+ "prettier": "3.8.3",
60
60
  "sass": "1.85.1",
61
61
  "tsx": "4.21.0",
62
62
  "typescript": "5.9.3",
63
- "vite": "8.0.6"
63
+ "vite": "8.0.8"
64
64
  },
65
65
  "publishConfig": {
66
66
  "registry": "https://registry.npmjs.org/",