@atelier-ui/create-workspace 0.0.20 → 0.0.22

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.22 (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.21 (2026-04-23)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **tokens:** align dark-mode --ui-color-on-primary with @media value (AA) ([#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 @DominikPieper
15
+
1
16
  ## 0.0.20 (2026-04-23)
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.20",
3
+ "version": "0.0.22",
4
4
  "description": "Nx preset for Atelier UI workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
@@ -242,7 +242,7 @@
242
242
 
243
243
  --ui-color-text: #f1f5f9;
244
244
  --ui-color-text-muted: #94a3b8;
245
- --ui-color-on-primary: #ffffff;
245
+ --ui-color-on-primary: #0f172a;
246
246
  --ui-color-text-on-secondary: #0f172a;
247
247
 
248
248
  --ui-opacity-disabled: 0.65;