@atelier-ui/create-workspace 0.1.3 → 0.1.7
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,26 @@
|
|
|
1
|
+
## 0.1.7 (2026-05-30)
|
|
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.1.6 (2026-05-27)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
9
|
+
## 0.1.5 (2026-05-20)
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- **lint:** bump create-nx-workspace + @nx/devkit pins to 22.7.2 ([b33716d](https://github.com/DominikPieper/atelier-ui/commit/b33716d))
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- Claude Opus 4.7 (1M context)
|
|
18
|
+
- Dominik Pieper @DominikPieper
|
|
19
|
+
|
|
20
|
+
## 0.1.4 (2026-05-20)
|
|
21
|
+
|
|
22
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
23
|
+
|
|
1
24
|
## 0.1.3 (2026-05-19)
|
|
2
25
|
|
|
3
26
|
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.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Nx preset for Atelier workshop workspaces",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nx",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"types": "./src/index.d.ts",
|
|
22
22
|
"generators": "./generators.json",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@nx/devkit": "22.
|
|
24
|
+
"@nx/devkit": "22.7.2",
|
|
25
25
|
"prettier": "^3.0.0",
|
|
26
26
|
"tslib": "^2.3.0"
|
|
27
27
|
},
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
--ui-color-surface: #ffffff;
|
|
68
68
|
--ui-color-surface-raised: #f8fafc;
|
|
69
69
|
--ui-color-surface-sunken: #f1f5f9;
|
|
70
|
+
--ui-color-overlay: rgba(0, 0, 0, 0.5);
|
|
70
71
|
|
|
71
72
|
/* Borders — split decorative from functional per WCAG 1.4.11 */
|
|
72
73
|
--ui-color-border: #e2e8f0; /* decorative */
|
|
@@ -189,6 +190,7 @@
|
|
|
189
190
|
--ui-color-surface: #0a1116;
|
|
190
191
|
--ui-color-surface-raised: #131c24;
|
|
191
192
|
--ui-color-surface-sunken: #060c10;
|
|
193
|
+
--ui-color-overlay: rgba(0, 0, 0, 0.7);
|
|
192
194
|
|
|
193
195
|
--ui-color-border: #1e293b;
|
|
194
196
|
--ui-color-border-hover: #334155;
|
|
@@ -247,6 +249,7 @@
|
|
|
247
249
|
--ui-color-surface: #0a1116;
|
|
248
250
|
--ui-color-surface-raised: #131c24;
|
|
249
251
|
--ui-color-surface-sunken: #060c10;
|
|
252
|
+
--ui-color-overlay: rgba(0, 0, 0, 0.7);
|
|
250
253
|
|
|
251
254
|
--ui-color-border: #1e293b;
|
|
252
255
|
--ui-color-border-hover: #334155;
|
|
@@ -305,6 +308,7 @@
|
|
|
305
308
|
--ui-color-surface: #ffffff;
|
|
306
309
|
--ui-color-surface-raised: #f8fafc;
|
|
307
310
|
--ui-color-surface-sunken: #f1f5f9;
|
|
311
|
+
--ui-color-overlay: rgba(0, 0, 0, 0.5);
|
|
308
312
|
|
|
309
313
|
--ui-color-border: #e2e8f0;
|
|
310
314
|
--ui-color-border-hover: #cbd5e1;
|