@db-ux/core-foundations 4.5.2 → 4.5.4-mcp-e4cd7e6
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 +31 -22
- package/build/mcp/index.js +22330 -0
- package/build/styles/_screen-sizes.scss +3 -3
- package/build/styles/absolute.css +11 -11
- package/build/styles/defaults/default-elevation.css +1 -1
- package/build/styles/defaults/default-elevation.scss +1 -1
- package/build/styles/defaults/default-required.css +1 -1
- package/build/styles/defaults/default-root.css +1 -1
- package/build/styles/density/classes/all.css +27 -27
- package/build/styles/density/classes/expressive.css +9 -9
- package/build/styles/density/classes/functional.css +9 -9
- package/build/styles/density/classes/regular.css +9 -9
- package/build/styles/helpers/_focus.scss +1 -1
- package/build/styles/helpers/classes/all.css +1 -1
- package/build/styles/helpers/classes/focus.css +1 -1
- package/build/styles/index.css +11 -11
- package/build/styles/relative.css +11 -11
- package/build/styles/rollup.css +11 -11
- package/build/styles/webpack.css +11 -11
- package/package.json +10 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# @db-ux/core-foundations
|
|
2
2
|
|
|
3
|
-
## 4.5.
|
|
3
|
+
## 4.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: adjusted `@media` queries (removed `screen` from combined queries) to avoid broken layouts when printing - [see commit 0960eb6](https://github.com/db-ux-design-system/core-web/commit/0960eb6f9223fe23bdaac0de685cf7aa5eb7654e)
|
|
8
|
+
|
|
9
|
+
## 4.5.3
|
|
4
10
|
|
|
5
11
|
_version bump_
|
|
6
12
|
|
|
13
|
+
## 4.5.2
|
|
14
|
+
|
|
15
|
+
_version bump_
|
|
7
16
|
|
|
8
17
|
## 4.5.1
|
|
9
18
|
|
|
@@ -98,28 +107,28 @@ _version bump_
|
|
|
98
107
|
### Patch Changes
|
|
99
108
|
|
|
100
109
|
- chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
|
|
101
|
-
|
|
110
|
+
- fix: add some missing variables
|
|
102
111
|
|
|
103
112
|
- 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):
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
113
|
+
- Create separate CSS files for each color
|
|
114
|
+
- Move colors.css to colors/ subdirectory with adaptive theme
|
|
115
|
+
- Add colors/index.css that imports all color variants
|
|
116
|
+
- Update theme/index.css to import from colors/index.css
|
|
117
|
+
- burgundy
|
|
118
|
+
- critical
|
|
119
|
+
- cyan
|
|
120
|
+
- green
|
|
121
|
+
- informational
|
|
122
|
+
- light-green
|
|
123
|
+
- neutral
|
|
124
|
+
- orange
|
|
125
|
+
- pink
|
|
126
|
+
- red
|
|
127
|
+
- successful
|
|
128
|
+
- turquoise
|
|
129
|
+
- violet
|
|
130
|
+
- warning
|
|
131
|
+
- yellow
|
|
123
132
|
|
|
124
133
|
## 4.0.1
|
|
125
134
|
|
|
@@ -146,7 +155,7 @@ _version bump_
|
|
|
146
155
|
### Patch Changes
|
|
147
156
|
|
|
148
157
|
- 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):
|
|
149
|
-
|
|
158
|
+
- auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
|
|
150
159
|
|
|
151
160
|
## 3.1.17
|
|
152
161
|
|