@atelier-ui/create-workspace 0.0.18 → 0.0.19

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,3 +1,14 @@
1
+ ## 0.0.19 (2026-04-23)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **tokens:** point --ui-color-error-text at the AA-safe darker danger ([#991](https://github.com/DominikPieper/atelier-ui/issues/991))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Opus 4.7 (1M context)
10
+ - Dominik Pieper @DominikPieper
11
+
1
12
  ## 0.0.18 (2026-04-23)
2
13
 
3
14
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/create-workspace",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Nx preset for Atelier UI workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
@@ -138,7 +138,7 @@
138
138
  --ui-color-input-border-focus: var(--ui-color-primary);
139
139
  --ui-color-input-border-invalid: var(--ui-color-danger);
140
140
  --ui-color-placeholder: #4b5563;
141
- --ui-color-error-text: var(--ui-color-danger);
141
+ --ui-color-error-text: var(--ui-color-danger-text);
142
142
 
143
143
  /* Z-index scale */
144
144
  --ui-z-base: 0;