@atelier-ui/create-workspace 0.2.20 โ 0.2.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,25 @@
|
|
|
1
|
+
## 0.2.22 (2026-08-27)
|
|
2
|
+
|
|
3
|
+
### ๐ Features
|
|
4
|
+
|
|
5
|
+
- **tokens:** ramps for the four status families, and one type step below the scale ([f0a6beb](https://github.com/DominikPieper/atelier-ui/commit/f0a6beb))
|
|
6
|
+
|
|
7
|
+
### โค๏ธ Thank You
|
|
8
|
+
|
|
9
|
+
- Claude Opus 5
|
|
10
|
+
- Dominik Pieper @DominikPieper
|
|
11
|
+
|
|
12
|
+
## 0.2.21 (2026-08-27)
|
|
13
|
+
|
|
14
|
+
### ๐ฉน Fixes
|
|
15
|
+
|
|
16
|
+
- **preset:** make the @nx/angular peer optional so npm stops picking a version ([7b8ff58](https://github.com/DominikPieper/atelier-ui/commit/7b8ff58))
|
|
17
|
+
|
|
18
|
+
### โค๏ธ Thank You
|
|
19
|
+
|
|
20
|
+
- Claude Opus 5
|
|
21
|
+
- Dominik Pieper @DominikPieper
|
|
22
|
+
|
|
1
23
|
## 0.2.20 (2026-08-26)
|
|
2
24
|
|
|
3
25
|
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.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "Nx preset for Atelier workshop workspaces",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nx",
|
|
@@ -27,5 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@nx/angular": ">=22.0.0"
|
|
30
|
+
},
|
|
31
|
+
"peerDependenciesMeta": {
|
|
32
|
+
"@nx/angular": {
|
|
33
|
+
"optional": true
|
|
34
|
+
}
|
|
30
35
|
}
|
|
31
36
|
}
|
|
@@ -27,6 +27,11 @@
|
|
|
27
27
|
--ui-font-display: 'Instrument Serif', Georgia, 'Times New Roman', serif;
|
|
28
28
|
--ui-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco,
|
|
29
29
|
'Courier New', monospace;
|
|
30
|
+
/* Below the smallest readable size, for text inside a box too small to hold it:
|
|
31
|
+
the initials in a 24px avatar and the count in its overflow badge. Named rather
|
|
32
|
+
than left as the two literals it replaces (0.625rem and 0.5625rem), which is the
|
|
33
|
+
whole off-scale type population the library had. */
|
|
34
|
+
--ui-font-size-2xs: 0.625rem;
|
|
30
35
|
--ui-font-size-xs: 0.75rem;
|
|
31
36
|
--ui-font-size-sm: 0.875rem;
|
|
32
37
|
--ui-font-size-md: 1rem;
|
|
@@ -143,6 +148,76 @@
|
|
|
143
148
|
--ui-color-teal-800: #004e58; /* T on surface(light) 9.41 */
|
|
144
149
|
--ui-color-teal-900: #003a42; /* T on surface(light) 12.47 */
|
|
145
150
|
|
|
151
|
+
/* Status ramps โ the same construction as the teal ramp above, for the four
|
|
152
|
+
* status families. Every step the components ship was already sitting where a
|
|
153
|
+
* 100โ950 ramp would put it: ordering the shipping values by OKLab lightness
|
|
154
|
+
* reproduces the step numbers in all four families, measured. So the shipping
|
|
155
|
+
* values are unchanged and only the gaps are generated.
|
|
156
|
+
*
|
|
157
|
+
* No 50 step. Extrapolating past each family's lightest shipping tint lands on
|
|
158
|
+
* #ffffff in three of the four โ measured โ so a 50 would be a name for the
|
|
159
|
+
* surface, which --ui-color-surface already is. The teal ramp has one because
|
|
160
|
+
* its light end is a vivid cyan the dark theme reads text against.
|
|
161
|
+
*
|
|
162
|
+
* The 950 is the dark theme's tinted background. It continues the ramp's
|
|
163
|
+
* direction (darker and less chromatic) with a visible chroma step down from
|
|
164
|
+
* the 900, which is correct for a surface tint rather than a text colour.
|
|
165
|
+
*
|
|
166
|
+
* Steps missing a shipping value in one family but present in another are
|
|
167
|
+
* placed at the fraction the family that HAS both puts them at, rather than at
|
|
168
|
+
* the midpoint: red ships an 800, a 900 and a 950, and its 900 sits 24.8% of the
|
|
169
|
+
* way from 800 to 950, not 50%. Interpolating to the midpoint would have made
|
|
170
|
+
* green's and amber's 900 too dark by a visible step.
|
|
171
|
+
*/
|
|
172
|
+
|
|
173
|
+
/* red โ the danger family */
|
|
174
|
+
--ui-color-red-100: #fee2e2; /* T on surface(dark) 15.56 */
|
|
175
|
+
--ui-color-red-200: #fecaca; /* T on surface(dark) 13.14 */
|
|
176
|
+
--ui-color-red-300: #fca5a5; /* T on surface(dark) 10.02 */
|
|
177
|
+
--ui-color-red-400: #f87171; /* T on surface(dark) 6.87 */
|
|
178
|
+
--ui-color-red-500: #e35856; /* T on surface(dark) 5.25 */
|
|
179
|
+
--ui-color-red-600: #ce3d3b; /* T on surface(light) 4.82 */
|
|
180
|
+
--ui-color-red-700: #b91c1c; /* โ
ยท T on surface(light) 6.47 */
|
|
181
|
+
--ui-color-red-800: #991b1b; /* T on surface(light) 8.31 */
|
|
182
|
+
--ui-color-red-900: #7f1d1d; /* T on surface(light) 10.02 */
|
|
183
|
+
--ui-color-red-950: #3a1414; /* T on surface(light) 16.28 */
|
|
184
|
+
|
|
185
|
+
/* green โ the success family */
|
|
186
|
+
--ui-color-green-100: #dcfce7; /* T on surface(dark) 17.31 */
|
|
187
|
+
--ui-color-green-200: #b4f6ca; /* T on surface(dark) 15.37 */
|
|
188
|
+
--ui-color-green-300: #86efac; /* T on surface(dark) 13.54 */
|
|
189
|
+
--ui-color-green-400: #4ade80; /* T on surface(dark) 10.91 */
|
|
190
|
+
--ui-color-green-500: #39be69; /* T on surface(dark) 7.91 */
|
|
191
|
+
--ui-color-green-600: #279e53; /* T on surface(dark) 5.52 */
|
|
192
|
+
--ui-color-green-700: #15803d; /* โ
ยท T on surface(light) 5.02 */
|
|
193
|
+
--ui-color-green-800: #166534; /* T on surface(light) 7.13 */
|
|
194
|
+
--ui-color-green-900: #15582f; /* T on surface(light) 8.51 */
|
|
195
|
+
--ui-color-green-950: #0f3320; /* T on surface(light) 13.86 */
|
|
196
|
+
|
|
197
|
+
/* amber โ the warning family */
|
|
198
|
+
--ui-color-amber-100: #fef3c7; /* T on surface(dark) 17.07 */
|
|
199
|
+
--ui-color-amber-200: #fde68a; /* T on surface(dark) 15.26 */
|
|
200
|
+
--ui-color-amber-300: #fcd361; /* T on surface(dark) 13.24 */
|
|
201
|
+
--ui-color-amber-400: #fbbf24; /* T on surface(dark) 11.39 */
|
|
202
|
+
--ui-color-amber-500: #e49b1b; /* T on surface(dark) 8.15 */
|
|
203
|
+
--ui-color-amber-600: #cc7712; /* T on surface(dark) 5.63 */
|
|
204
|
+
--ui-color-amber-700: #b45309; /* โ
ยท T on surface(light) 5.02 */
|
|
205
|
+
--ui-color-amber-800: #854d0e; /* T on surface(light) 6.85 */
|
|
206
|
+
--ui-color-amber-900: #714311; /* T on surface(light) 8.36 */
|
|
207
|
+
--ui-color-amber-950: #3a2510; /* T on surface(light) 14.46 */
|
|
208
|
+
|
|
209
|
+
/* sky โ the info family */
|
|
210
|
+
--ui-color-sky-100: #e0f2fe; /* T on surface(dark) 16.57 */
|
|
211
|
+
--ui-color-sky-200: #bae6fd; /* T on surface(dark) 14.33 */
|
|
212
|
+
--ui-color-sky-300: #82d2fb; /* T on surface(dark) 11.37 */
|
|
213
|
+
--ui-color-sky-400: #38bdf8; /* T on surface(dark) 8.87 */
|
|
214
|
+
--ui-color-sky-500: #28a0da; /* T on surface(dark) 6.46 */
|
|
215
|
+
--ui-color-sky-600: #1784bd; /* T on surface(dark) 4.59 */
|
|
216
|
+
--ui-color-sky-700: #0369a1; /* โ
ยท T on surface(light) 5.93 */
|
|
217
|
+
--ui-color-sky-800: #0a5784; /* T on surface(light) 7.75 */
|
|
218
|
+
--ui-color-sky-900: #0c4a6e; /* T on surface(light) 9.46 */
|
|
219
|
+
--ui-color-sky-950: #102338; /* T on surface(light) 15.91 */
|
|
220
|
+
|
|
146
221
|
--ui-color-primary: var(--ui-color-teal-700);
|
|
147
222
|
--ui-color-primary-hover: var(--ui-color-teal-800);
|
|
148
223
|
--ui-color-primary-active: var(--ui-color-teal-900);
|
|
@@ -154,22 +229,22 @@
|
|
|
154
229
|
--ui-color-secondary-active: #1e293b;
|
|
155
230
|
|
|
156
231
|
/* Semantic */
|
|
157
|
-
--ui-color-danger:
|
|
158
|
-
--ui-color-danger-hover:
|
|
159
|
-
--ui-color-danger-active:
|
|
160
|
-
--ui-color-success:
|
|
161
|
-
--ui-color-warning:
|
|
162
|
-
--ui-color-info:
|
|
232
|
+
--ui-color-danger: var(--ui-color-red-700);
|
|
233
|
+
--ui-color-danger-hover: var(--ui-color-red-800);
|
|
234
|
+
--ui-color-danger-active: var(--ui-color-red-900);
|
|
235
|
+
--ui-color-success: var(--ui-color-green-700);
|
|
236
|
+
--ui-color-warning: var(--ui-color-amber-700);
|
|
237
|
+
--ui-color-info: var(--ui-color-sky-700);
|
|
163
238
|
|
|
164
239
|
/* Semantic โ AA-safe dark-text-on-tinted-bg pairs (Badge / Alert / Toast) */
|
|
165
|
-
--ui-color-success-bg:
|
|
166
|
-
--ui-color-success-text:
|
|
167
|
-
--ui-color-warning-bg:
|
|
168
|
-
--ui-color-warning-text:
|
|
169
|
-
--ui-color-danger-bg:
|
|
170
|
-
--ui-color-danger-text:
|
|
171
|
-
--ui-color-info-bg:
|
|
172
|
-
--ui-color-info-text:
|
|
240
|
+
--ui-color-success-bg: var(--ui-color-green-100);
|
|
241
|
+
--ui-color-success-text: var(--ui-color-green-800);
|
|
242
|
+
--ui-color-warning-bg: var(--ui-color-amber-100);
|
|
243
|
+
--ui-color-warning-text: var(--ui-color-amber-800);
|
|
244
|
+
--ui-color-danger-bg: var(--ui-color-red-100);
|
|
245
|
+
--ui-color-danger-text: var(--ui-color-red-800);
|
|
246
|
+
--ui-color-info-bg: var(--ui-color-sky-100);
|
|
247
|
+
--ui-color-info-text: var(--ui-color-sky-900);
|
|
173
248
|
|
|
174
249
|
/* Surfaces โ clean white + cool slate */
|
|
175
250
|
--ui-color-surface: #ffffff;
|
|
@@ -297,21 +372,21 @@
|
|
|
297
372
|
--ui-color-secondary-hover: #cbd5e1;
|
|
298
373
|
--ui-color-secondary-active: #e2e8f0;
|
|
299
374
|
|
|
300
|
-
--ui-color-danger:
|
|
301
|
-
--ui-color-danger-hover:
|
|
302
|
-
--ui-color-danger-active:
|
|
303
|
-
--ui-color-success:
|
|
304
|
-
--ui-color-warning:
|
|
305
|
-
--ui-color-info:
|
|
306
|
-
|
|
307
|
-
--ui-color-success-bg:
|
|
308
|
-
--ui-color-success-text:
|
|
309
|
-
--ui-color-warning-bg:
|
|
310
|
-
--ui-color-warning-text:
|
|
311
|
-
--ui-color-danger-bg:
|
|
312
|
-
--ui-color-danger-text:
|
|
313
|
-
--ui-color-info-bg:
|
|
314
|
-
--ui-color-info-text:
|
|
375
|
+
--ui-color-danger: var(--ui-color-red-400);
|
|
376
|
+
--ui-color-danger-hover: var(--ui-color-red-300);
|
|
377
|
+
--ui-color-danger-active: var(--ui-color-red-200);
|
|
378
|
+
--ui-color-success: var(--ui-color-green-400);
|
|
379
|
+
--ui-color-warning: var(--ui-color-amber-400);
|
|
380
|
+
--ui-color-info: var(--ui-color-sky-400);
|
|
381
|
+
|
|
382
|
+
--ui-color-success-bg: var(--ui-color-green-950);
|
|
383
|
+
--ui-color-success-text: var(--ui-color-green-300);
|
|
384
|
+
--ui-color-warning-bg: var(--ui-color-amber-950);
|
|
385
|
+
--ui-color-warning-text: var(--ui-color-amber-200);
|
|
386
|
+
--ui-color-danger-bg: var(--ui-color-red-950);
|
|
387
|
+
--ui-color-danger-text: var(--ui-color-red-300);
|
|
388
|
+
--ui-color-info-bg: var(--ui-color-sky-950);
|
|
389
|
+
--ui-color-info-text: var(--ui-color-sky-200);
|
|
315
390
|
|
|
316
391
|
--ui-color-surface: #0a1116;
|
|
317
392
|
--ui-color-surface-raised: #131c24;
|
|
@@ -357,21 +432,21 @@
|
|
|
357
432
|
--ui-color-secondary-hover: #cbd5e1;
|
|
358
433
|
--ui-color-secondary-active: #e2e8f0;
|
|
359
434
|
|
|
360
|
-
--ui-color-danger:
|
|
361
|
-
--ui-color-danger-hover:
|
|
362
|
-
--ui-color-danger-active:
|
|
363
|
-
--ui-color-success:
|
|
364
|
-
--ui-color-warning:
|
|
365
|
-
--ui-color-info:
|
|
366
|
-
|
|
367
|
-
--ui-color-success-bg:
|
|
368
|
-
--ui-color-success-text:
|
|
369
|
-
--ui-color-warning-bg:
|
|
370
|
-
--ui-color-warning-text:
|
|
371
|
-
--ui-color-danger-bg:
|
|
372
|
-
--ui-color-danger-text:
|
|
373
|
-
--ui-color-info-bg:
|
|
374
|
-
--ui-color-info-text:
|
|
435
|
+
--ui-color-danger: var(--ui-color-red-400);
|
|
436
|
+
--ui-color-danger-hover: var(--ui-color-red-300);
|
|
437
|
+
--ui-color-danger-active: var(--ui-color-red-200);
|
|
438
|
+
--ui-color-success: var(--ui-color-green-400);
|
|
439
|
+
--ui-color-warning: var(--ui-color-amber-400);
|
|
440
|
+
--ui-color-info: var(--ui-color-sky-400);
|
|
441
|
+
|
|
442
|
+
--ui-color-success-bg: var(--ui-color-green-950);
|
|
443
|
+
--ui-color-success-text: var(--ui-color-green-300);
|
|
444
|
+
--ui-color-warning-bg: var(--ui-color-amber-950);
|
|
445
|
+
--ui-color-warning-text: var(--ui-color-amber-200);
|
|
446
|
+
--ui-color-danger-bg: var(--ui-color-red-950);
|
|
447
|
+
--ui-color-danger-text: var(--ui-color-red-300);
|
|
448
|
+
--ui-color-info-bg: var(--ui-color-sky-950);
|
|
449
|
+
--ui-color-info-text: var(--ui-color-sky-200);
|
|
375
450
|
|
|
376
451
|
--ui-color-surface: #0a1116;
|
|
377
452
|
--ui-color-surface-raised: #131c24;
|
|
@@ -417,21 +492,21 @@
|
|
|
417
492
|
--ui-color-secondary-hover: #334155;
|
|
418
493
|
--ui-color-secondary-active: #1e293b;
|
|
419
494
|
|
|
420
|
-
--ui-color-danger:
|
|
421
|
-
--ui-color-danger-hover:
|
|
422
|
-
--ui-color-danger-active:
|
|
423
|
-
--ui-color-success:
|
|
424
|
-
--ui-color-warning:
|
|
425
|
-
--ui-color-info:
|
|
426
|
-
|
|
427
|
-
--ui-color-success-bg:
|
|
428
|
-
--ui-color-success-text:
|
|
429
|
-
--ui-color-warning-bg:
|
|
430
|
-
--ui-color-warning-text:
|
|
431
|
-
--ui-color-danger-bg:
|
|
432
|
-
--ui-color-danger-text:
|
|
433
|
-
--ui-color-info-bg:
|
|
434
|
-
--ui-color-info-text:
|
|
495
|
+
--ui-color-danger: var(--ui-color-red-700);
|
|
496
|
+
--ui-color-danger-hover: var(--ui-color-red-800);
|
|
497
|
+
--ui-color-danger-active: var(--ui-color-red-900);
|
|
498
|
+
--ui-color-success: var(--ui-color-green-700);
|
|
499
|
+
--ui-color-warning: var(--ui-color-amber-700);
|
|
500
|
+
--ui-color-info: var(--ui-color-sky-700);
|
|
501
|
+
|
|
502
|
+
--ui-color-success-bg: var(--ui-color-green-100);
|
|
503
|
+
--ui-color-success-text: var(--ui-color-green-800);
|
|
504
|
+
--ui-color-warning-bg: var(--ui-color-amber-100);
|
|
505
|
+
--ui-color-warning-text: var(--ui-color-amber-800);
|
|
506
|
+
--ui-color-danger-bg: var(--ui-color-red-100);
|
|
507
|
+
--ui-color-danger-text: var(--ui-color-red-800);
|
|
508
|
+
--ui-color-info-bg: var(--ui-color-sky-100);
|
|
509
|
+
--ui-color-info-text: var(--ui-color-sky-900);
|
|
435
510
|
|
|
436
511
|
--ui-color-surface: #ffffff;
|
|
437
512
|
--ui-color-surface-raised: #f8fafc;
|
|
@@ -21,6 +21,20 @@ function presetGenerator(tree, options) {
|
|
|
21
21
|
const appName = `workshop-${framework}`;
|
|
22
22
|
if (framework === 'angular') {
|
|
23
23
|
console.log(`\nโ Generating Angular workshop appโฆ`);
|
|
24
|
+
// NX_VERSION is the version of the nx running this generator, which is the
|
|
25
|
+
// one create-nx-workspace installed into the workspace. Pinning to it is not
|
|
26
|
+
// tidiness: nx ships core and plugins as one release and they reach across
|
|
27
|
+
// the package boundary, so a plugin one patch ahead of core throws at load.
|
|
28
|
+
// `@nx/eslint@23.1.2` calls `combineGlobPatterns` from `@nx/devkit/internal`,
|
|
29
|
+
// which `@nx/devkit@23.1.1` does not export โ measured, and it broke CI the
|
|
30
|
+
// day 23.1.2 was published.
|
|
31
|
+
//
|
|
32
|
+
// This is also why `@nx/angular` is an OPTIONAL peer of this package. npm
|
|
33
|
+
// auto-installs a required peer, and `>=22.0.0` resolves to whatever is
|
|
34
|
+
// latest โ measured: it installed @nx/angular 23.1.2 into a workspace whose
|
|
35
|
+
// nx was 23.1.1, dragging @nx/eslint 23.1.2 with it, before this generator
|
|
36
|
+
// ever ran. Optional peers are not auto-installed, so the first thing that
|
|
37
|
+
// installs it is the line below, at the version that matches.
|
|
24
38
|
yield (0, devkit_1.ensurePackage)('@nx/angular', devkit_1.NX_VERSION);
|
|
25
39
|
const { applicationGenerator: angularAppGenerator } = require('@nx/angular/generators');
|
|
26
40
|
yield angularAppGenerator(tree, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preset.js","sourceRoot":"","sources":["../../../../../../libs/create-workspace/src/generators/preset/preset.ts"],"names":[],"mappings":";;AAsBA,
|
|
1
|
+
{"version":3,"file":"preset.js","sourceRoot":"","sources":["../../../../../../libs/create-workspace/src/generators/preset/preset.ts"],"names":[],"mappings":"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"}
|