@atelier-ui/create-workspace 0.0.32 → 0.0.34

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.34 (2026-04-25)
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.33 (2026-04-25)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **tokens:** consolidate on-primary into mode-aware text-on-primary ([#0](https://github.com/DominikPieper/atelier-ui/issues/0), [#00](https://github.com/DominikPieper/atelier-ui/issues/00))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.7 (1M context)
14
+ - Dominik Pieper
15
+
1
16
  ## 0.0.32 (2026-04-25)
2
17
 
3
18
  This was a version bump only for create-workspace to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/create-workspace",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "description": "Nx preset for Atelier UI workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
@@ -70,7 +70,6 @@
70
70
  --ui-color-text-on-secondary: #ffffff;
71
71
  --ui-color-text-on-danger: #ffffff;
72
72
  --ui-color-text-on-success: #ffffff;
73
- --ui-color-on-primary: #ffffff;
74
73
 
75
74
  /* Colors — Brand palette */
76
75
  --ui-color-brand-corporate: #00bebe;
@@ -185,7 +184,7 @@
185
184
 
186
185
  --ui-color-text: #f1f5f9;
187
186
  --ui-color-text-muted: #94a3b8;
188
- --ui-color-on-primary: #0f172a;
187
+ --ui-color-text-on-primary: #0f172a;
189
188
  --ui-color-text-on-secondary: #0f172a;
190
189
 
191
190
  --ui-opacity-disabled: 0.65;
@@ -242,7 +241,7 @@
242
241
 
243
242
  --ui-color-text: #f1f5f9;
244
243
  --ui-color-text-muted: #94a3b8;
245
- --ui-color-on-primary: #0f172a;
244
+ --ui-color-text-on-primary: #0f172a;
246
245
  --ui-color-text-on-secondary: #0f172a;
247
246
 
248
247
  --ui-opacity-disabled: 0.65;
@@ -293,7 +292,7 @@
293
292
  --ui-color-border-hover: #d1d5db;
294
293
  --ui-color-text: #0f172a;
295
294
  --ui-color-text-muted: #64748b;
296
- --ui-color-on-primary: #ffffff;
295
+ --ui-color-text-on-primary: #ffffff;
297
296
  --ui-color-input-border: #d1d5db;
298
297
  --ui-color-input-border-hover: #9ca3af;
299
298
  --ui-color-placeholder: #4b5563;