@db-ux/core-foundations 4.7.2-pnpm-1cacdb5 → 4.7.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.
- package/CHANGELOG.md +27 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @db-ux/core-foundations
|
|
2
2
|
|
|
3
|
+
## 4.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: `meta[name="color-scheme"]` HTML tag support - [see commit b23c57b](https://github.com/db-ux-design-system/core-web/commit/b23c57b9f735a88ceb4308f2d1bcf38092f50786)
|
|
8
|
+
|
|
3
9
|
## 4.7.2
|
|
4
10
|
|
|
5
11
|
_version bump_
|
|
@@ -133,28 +139,28 @@ _version bump_
|
|
|
133
139
|
### Patch Changes
|
|
134
140
|
|
|
135
141
|
- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
|
|
136
|
-
|
|
142
|
+
- fix: add some missing variables
|
|
137
143
|
|
|
138
144
|
- 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):
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
145
|
+
- Create separate CSS files for each color
|
|
146
|
+
- Move colors.css to colors/ subdirectory with adaptive theme
|
|
147
|
+
- Add colors/index.css that imports all color variants
|
|
148
|
+
- Update theme/index.css to import from colors/index.css
|
|
149
|
+
- burgundy
|
|
150
|
+
- critical
|
|
151
|
+
- cyan
|
|
152
|
+
- green
|
|
153
|
+
- informational
|
|
154
|
+
- light-green
|
|
155
|
+
- neutral
|
|
156
|
+
- orange
|
|
157
|
+
- pink
|
|
158
|
+
- red
|
|
159
|
+
- successful
|
|
160
|
+
- turquoise
|
|
161
|
+
- violet
|
|
162
|
+
- warning
|
|
163
|
+
- yellow
|
|
158
164
|
|
|
159
165
|
## 4.0.1
|
|
160
166
|
|
|
@@ -181,7 +187,7 @@ _version bump_
|
|
|
181
187
|
### Patch Changes
|
|
182
188
|
|
|
183
189
|
- 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):
|
|
184
|
-
|
|
190
|
+
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
|
|
185
191
|
|
|
186
192
|
## 3.1.17
|
|
187
193
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-foundations",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
|
|
6
6
|
"repository": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@db-ux/icon-font-tools": "0.3.6",
|
|
23
23
|
"@playwright/test": "1.59.1",
|
|
24
24
|
"cpr": "3.0.1",
|
|
25
|
-
"cssnano": "7.1.
|
|
25
|
+
"cssnano": "7.1.9",
|
|
26
26
|
"nodemon": "3.1.14",
|
|
27
27
|
"postcss": "8.5.14",
|
|
28
28
|
"postcss-cli": "11.0.1",
|