@atelier-ui/create-workspace 0.0.18 → 0.0.20
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,18 @@
|
|
|
1
|
+
## 0.0.20 (2026-04-23)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.19 (2026-04-23)
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **tokens:** point --ui-color-error-text at the AA-safe darker danger ([#991](https://github.com/DominikPieper/atelier-ui/issues/991))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Claude Opus 4.7 (1M context)
|
|
14
|
+
- Dominik Pieper @DominikPieper
|
|
15
|
+
|
|
1
16
|
## 0.0.18 (2026-04-23)
|
|
2
17
|
|
|
3
18
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -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;
|