@atelier-ui/create-workspace 0.1.10 → 0.1.11

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.1.11 (2026-07-10)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **tokens:** dark-mode on-success fg + light-theme symmetry ([#4](https://github.com/DominikPieper/atelier-ui/issues/4), [#0](https://github.com/DominikPieper/atelier-ui/issues/0))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Fable 5
10
+ - Dominik Pieper @DominikPieper
11
+
1
12
  ## 0.1.10 (2026-07-06)
2
13
 
3
14
  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.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Nx preset for Atelier workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
@@ -190,7 +190,7 @@
190
190
  --ui-color-surface: #0a1116;
191
191
  --ui-color-surface-raised: #131c24;
192
192
  --ui-color-surface-sunken: #060c10;
193
- --ui-color-overlay: rgba(0, 0, 0, 0.7);
193
+ --ui-color-overlay: rgba(0, 0, 0, 0.7);
194
194
 
195
195
  --ui-color-border: #1e293b;
196
196
  --ui-color-border-hover: #334155;
@@ -201,6 +201,7 @@
201
201
  --ui-color-text-on-primary: #0a1116;
202
202
  --ui-color-text-on-secondary: #0f172a;
203
203
  --ui-color-text-on-danger: #0a1116;
204
+ --ui-color-text-on-success: #0a1116;
204
205
 
205
206
  --ui-opacity-disabled: 0.65;
206
207
 
@@ -260,6 +261,7 @@
260
261
  --ui-color-text-on-primary: #0a1116;
261
262
  --ui-color-text-on-secondary: #0f172a;
262
263
  --ui-color-text-on-danger: #0a1116;
264
+ --ui-color-text-on-success: #0a1116;
263
265
 
264
266
  --ui-opacity-disabled: 0.65;
265
267
 
@@ -317,6 +319,11 @@
317
319
  --ui-color-text: #0f172a;
318
320
  --ui-color-text-muted: #475569;
319
321
  --ui-color-text-on-primary: #ffffff;
322
+ --ui-color-text-on-secondary: #ffffff;
323
+ --ui-color-text-on-danger: #ffffff;
324
+ --ui-color-text-on-success: #ffffff;
325
+
326
+ --ui-opacity-disabled: 0.5;
320
327
 
321
328
  --ui-color-input-border: var(--ui-color-border-strong);
322
329
  --ui-color-input-border-hover: #475569;