@db-ux/core-foundations 4.5.3 → 4.5.4-mcp-server-6cda8b3

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 CHANGED
@@ -1,10 +1,15 @@
1
1
  # @db-ux/core-foundations
2
2
 
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
+
3
9
  ## 4.5.3
4
10
 
5
11
  _version bump_
6
12
 
7
-
8
13
  ## 4.5.2
9
14
 
10
15
  _version bump_
@@ -102,28 +107,28 @@ _version bump_
102
107
  ### Patch Changes
103
108
 
104
109
  - chore: update instructions files for better copilot outputs - [see commit e4bc905](https://github.com/db-ux-design-system/core-web/commit/e4bc90508479387371d816d5776f9f568aa5fb82):
105
- - fix: add some missing variables
110
+ - fix: add some missing variables
106
111
 
107
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):
108
- - Create separate CSS files for each color
109
- - Move colors.css to colors/ subdirectory with adaptive theme
110
- - Add colors/index.css that imports all color variants
111
- - Update theme/index.css to import from colors/index.css
112
- - burgundy
113
- - critical
114
- - cyan
115
- - green
116
- - informational
117
- - light-green
118
- - neutral
119
- - orange
120
- - pink
121
- - red
122
- - successful
123
- - turquoise
124
- - violet
125
- - warning
126
- - yellow
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
127
132
 
128
133
  ## 4.0.1
129
134
 
@@ -150,7 +155,7 @@ _version bump_
150
155
  ### Patch Changes
151
156
 
152
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):
153
- - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
158
+ - auto-generate/auto-update `.github/copilot-instructions.md`, to ensure GitHub Copilot uses DB UX Components for code generation
154
159
 
155
160
  ## 3.1.17
156
161