@syncupsuite/themes 0.3.0 → 0.4.0

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.
Files changed (39) hide show
  1. package/dist/index.cjs +11364 -4488
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +9 -1
  4. package/dist/index.d.ts +9 -1
  5. package/dist/index.js +11359 -4487
  6. package/dist/index.js.map +1 -1
  7. package/package.json +3 -3
  8. package/src/art-deco/tailwind.css +22 -0
  9. package/src/art-deco/tokens.css +16 -2
  10. package/src/de-stijl/meta.json +50 -0
  11. package/src/de-stijl/tailwind.css +391 -0
  12. package/src/de-stijl/tokens.css +319 -0
  13. package/src/de-stijl/tokens.json +840 -0
  14. package/src/milanese-design/meta.json +50 -0
  15. package/src/milanese-design/tailwind.css +391 -0
  16. package/src/milanese-design/tokens.css +319 -0
  17. package/src/milanese-design/tokens.json +840 -0
  18. package/src/nihon-minimal/tailwind.css +22 -0
  19. package/src/nihon-minimal/tokens.css +16 -2
  20. package/src/nihon-traditional/tailwind.css +22 -0
  21. package/src/nihon-traditional/tokens.css +16 -2
  22. package/src/nordic-modern/tailwind.css +22 -0
  23. package/src/nordic-modern/tokens.css +16 -2
  24. package/src/renaissance/tailwind.css +22 -0
  25. package/src/renaissance/tokens.css +16 -2
  26. package/src/shuimo-modern/tailwind.css +22 -0
  27. package/src/shuimo-modern/tokens.css +16 -2
  28. package/src/swiss-international/tailwind.css +22 -0
  29. package/src/swiss-international/tokens.css +16 -2
  30. package/src/swiss-modernist/meta.json +62 -0
  31. package/src/swiss-modernist/tailwind.css +451 -0
  32. package/src/swiss-modernist/tokens.css +359 -0
  33. package/src/swiss-modernist/tokens.json +960 -0
  34. package/src/tang-imperial/tailwind.css +22 -0
  35. package/src/tang-imperial/tokens.css +16 -2
  36. package/src/wiener-werkstaette/meta.json +44 -0
  37. package/src/wiener-werkstaette/tailwind.css +361 -0
  38. package/src/wiener-werkstaette/tokens.css +299 -0
  39. package/src/wiener-werkstaette/tokens.json +780 -0
@@ -0,0 +1,840 @@
1
+ {
2
+ "$name": "de-stijl",
3
+ "$description": "De Stijl — Dutch Neo-Plasticism, founded Leiden 1917. Mondrian's primary colors and Rietveld's spatial geometry reduced to irreducible elements.",
4
+ "$extensions": {
5
+ "syncupsuite.foundation": {
6
+ "story": "Piet Mondrian and Theo van Doesburg reduced painting to its irreducible elements: the primary colors, the horizontal and vertical line. Gerrit Rietveld built a chair from this philosophy. The result is not minimal — it is maximal through constraint. Every decision becomes visible because there are so few of them.",
7
+ "philosophy": "Absolute abstraction, universal harmony — beauty through the elimination of everything that is not essential",
8
+ "era": "Early Modernist — De Stijl to International Style, 1917–1931",
9
+ "harmonyMode": "triadic",
10
+ "radiusTendency": "none",
11
+ "typographyCategory": "neo-grotesque"
12
+ }
13
+ },
14
+ "primitive": {
15
+ "color": {
16
+ "blue-mondriaan-blauw": {
17
+ "50": {
18
+ "$type": "color",
19
+ "$value": "#E8F6FF",
20
+ "$description": "Blue (Mondriaan Blauw) 50"
21
+ },
22
+ "100": {
23
+ "$type": "color",
24
+ "$value": "#B9CFF5",
25
+ "$description": "Blue (Mondriaan Blauw) 100"
26
+ },
27
+ "200": {
28
+ "$type": "color",
29
+ "$value": "#8DA9DB",
30
+ "$description": "Blue (Mondriaan Blauw) 200"
31
+ },
32
+ "300": {
33
+ "$type": "color",
34
+ "$value": "#6284C1",
35
+ "$description": "Blue (Mondriaan Blauw) 300"
36
+ },
37
+ "400": {
38
+ "$type": "color",
39
+ "$value": "#3860A7",
40
+ "$description": "Blue (Mondriaan Blauw) 400"
41
+ },
42
+ "500": {
43
+ "$type": "color",
44
+ "$value": "#0D3B8C",
45
+ "$description": "Blue (Mondriaan Blauw) 500",
46
+ "$extensions": {
47
+ "syncupsuite.provenance": {
48
+ "name": "Blue (Mondriaan Blauw)",
49
+ "tradition": "Mondrian primary blue — the exact blue of Composition with Red, Blue and Yellow (1930). The structural anchor.",
50
+ "source": "Piet Mondrian: Life and Work, M. Seuphor",
51
+ "isSeed": true
52
+ }
53
+ }
54
+ },
55
+ "600": {
56
+ "$type": "color",
57
+ "$value": "#032A71",
58
+ "$description": "Blue (Mondriaan Blauw) 600"
59
+ },
60
+ "700": {
61
+ "$type": "color",
62
+ "$value": "#001A57",
63
+ "$description": "Blue (Mondriaan Blauw) 700"
64
+ },
65
+ "800": {
66
+ "$type": "color",
67
+ "$value": "#000A3E",
68
+ "$description": "Blue (Mondriaan Blauw) 800"
69
+ },
70
+ "900": {
71
+ "$type": "color",
72
+ "$value": "#000026",
73
+ "$description": "Blue (Mondriaan Blauw) 900"
74
+ }
75
+ },
76
+ "red-rietveld-rood": {
77
+ "50": {
78
+ "$type": "color",
79
+ "$value": "#FFE9E3",
80
+ "$description": "Red (Rietveld Rood) 50"
81
+ },
82
+ "100": {
83
+ "$type": "color",
84
+ "$value": "#FFC6BE",
85
+ "$description": "Red (Rietveld Rood) 100"
86
+ },
87
+ "200": {
88
+ "$type": "color",
89
+ "$value": "#FFA499",
90
+ "$description": "Red (Rietveld Rood) 200"
91
+ },
92
+ "300": {
93
+ "$type": "color",
94
+ "$value": "#F48075",
95
+ "$description": "Red (Rietveld Rood) 300"
96
+ },
97
+ "400": {
98
+ "$type": "color",
99
+ "$value": "#E55B52",
100
+ "$description": "Red (Rietveld Rood) 400"
101
+ },
102
+ "500": {
103
+ "$type": "color",
104
+ "$value": "#D42B2B",
105
+ "$description": "Red (Rietveld Rood) 500",
106
+ "$extensions": {
107
+ "syncupsuite.provenance": {
108
+ "name": "Red (Rietveld Rood)",
109
+ "tradition": "Mondrian primary red — vermilion of the Rietveld Red Blue Chair (1917). Warmth within the grid.",
110
+ "source": "De Stijl 1917–1931: The Dutch Contribution to Modern Art, H. Jaffé",
111
+ "isSeed": true
112
+ }
113
+ }
114
+ },
115
+ "600": {
116
+ "$type": "color",
117
+ "$value": "#A50311",
118
+ "$description": "Red (Rietveld Rood) 600"
119
+ },
120
+ "700": {
121
+ "$type": "color",
122
+ "$value": "#780000",
123
+ "$description": "Red (Rietveld Rood) 700"
124
+ },
125
+ "800": {
126
+ "$type": "color",
127
+ "$value": "#4D0000",
128
+ "$description": "Red (Rietveld Rood) 800"
129
+ },
130
+ "900": {
131
+ "$type": "color",
132
+ "$value": "#250000",
133
+ "$description": "Red (Rietveld Rood) 900"
134
+ }
135
+ },
136
+ "yellow-cadmium-geel": {
137
+ "50": {
138
+ "$type": "color",
139
+ "$value": "#FCF6D4",
140
+ "$description": "Yellow (Cadmium Geel) 50"
141
+ },
142
+ "100": {
143
+ "$type": "color",
144
+ "$value": "#FBF1B8",
145
+ "$description": "Yellow (Cadmium Geel) 100"
146
+ },
147
+ "200": {
148
+ "$type": "color",
149
+ "$value": "#F9EB9C",
150
+ "$description": "Yellow (Cadmium Geel) 200"
151
+ },
152
+ "300": {
153
+ "$type": "color",
154
+ "$value": "#F8E57C",
155
+ "$description": "Yellow (Cadmium Geel) 300"
156
+ },
157
+ "400": {
158
+ "$type": "color",
159
+ "$value": "#F6DF55",
160
+ "$description": "Yellow (Cadmium Geel) 400"
161
+ },
162
+ "500": {
163
+ "$type": "color",
164
+ "$value": "#F5D800",
165
+ "$description": "Yellow (Cadmium Geel) 500",
166
+ "$extensions": {
167
+ "syncupsuite.provenance": {
168
+ "name": "Yellow (Cadmium Geel)",
169
+ "tradition": "Mondrian primary yellow — cadmium yellow of Neo-Plasticism theory. The light source in the composition.",
170
+ "source": "Mondrian: The Art of Destruction, C. Blotkamp",
171
+ "isSeed": true
172
+ }
173
+ }
174
+ },
175
+ "600": {
176
+ "$type": "color",
177
+ "$value": "#B59B00",
178
+ "$description": "Yellow (Cadmium Geel) 600"
179
+ },
180
+ "700": {
181
+ "$type": "color",
182
+ "$value": "#786200",
183
+ "$description": "Yellow (Cadmium Geel) 700"
184
+ },
185
+ "800": {
186
+ "$type": "color",
187
+ "$value": "#412E00",
188
+ "$description": "Yellow (Cadmium Geel) 800"
189
+ },
190
+ "900": {
191
+ "$type": "color",
192
+ "$value": "#100300",
193
+ "$description": "Yellow (Cadmium Geel) 900"
194
+ }
195
+ },
196
+ "black-raster-zwart": {
197
+ "50": {
198
+ "$type": "color",
199
+ "$value": "#F5F5F5",
200
+ "$description": "Black (Raster Zwart) 50"
201
+ },
202
+ "100": {
203
+ "$type": "color",
204
+ "$value": "#C4C4C4",
205
+ "$description": "Black (Raster Zwart) 100"
206
+ },
207
+ "200": {
208
+ "$type": "color",
209
+ "$value": "#959595",
210
+ "$description": "Black (Raster Zwart) 200"
211
+ },
212
+ "300": {
213
+ "$type": "color",
214
+ "$value": "#686868",
215
+ "$description": "Black (Raster Zwart) 300"
216
+ },
217
+ "400": {
218
+ "$type": "color",
219
+ "$value": "#3F3F3F",
220
+ "$description": "Black (Raster Zwart) 400"
221
+ },
222
+ "500": {
223
+ "$type": "color",
224
+ "$value": "#1A1A1A",
225
+ "$description": "Black (Raster Zwart) 500",
226
+ "$extensions": {
227
+ "syncupsuite.provenance": {
228
+ "name": "Black (Raster Zwart)",
229
+ "tradition": "De Stijl grid lines — the black bars that define spatial relationships in Mondrian's grids. Structure made visible.",
230
+ "source": "Theo van Doesburg: A New Expression of Life, Art, and Technology, J. Baljeu",
231
+ "isSeed": true
232
+ }
233
+ }
234
+ },
235
+ "600": {
236
+ "$type": "color",
237
+ "$value": "#141414",
238
+ "$description": "Black (Raster Zwart) 600"
239
+ },
240
+ "700": {
241
+ "$type": "color",
242
+ "$value": "#0F0F0F",
243
+ "$description": "Black (Raster Zwart) 700"
244
+ },
245
+ "800": {
246
+ "$type": "color",
247
+ "$value": "#0A0A0A",
248
+ "$description": "Black (Raster Zwart) 800"
249
+ },
250
+ "900": {
251
+ "$type": "color",
252
+ "$value": "#060606",
253
+ "$description": "Black (Raster Zwart) 900"
254
+ }
255
+ },
256
+ "white-doek-wit": {
257
+ "50": {
258
+ "$type": "color",
259
+ "$value": "#F5F5F4",
260
+ "$description": "White (Doek Wit) 50"
261
+ },
262
+ "100": {
263
+ "$type": "color",
264
+ "$value": "#F5F5F5",
265
+ "$description": "White (Doek Wit) 100"
266
+ },
267
+ "200": {
268
+ "$type": "color",
269
+ "$value": "#F6F6F5",
270
+ "$description": "White (Doek Wit) 200"
271
+ },
272
+ "300": {
273
+ "$type": "color",
274
+ "$value": "#F6F6F5",
275
+ "$description": "White (Doek Wit) 300"
276
+ },
277
+ "400": {
278
+ "$type": "color",
279
+ "$value": "#F7F7F5",
280
+ "$description": "White (Doek Wit) 400"
281
+ },
282
+ "500": {
283
+ "$type": "color",
284
+ "$value": "#F7F7F5",
285
+ "$description": "White (Doek Wit) 500",
286
+ "$extensions": {
287
+ "syncupsuite.provenance": {
288
+ "name": "White (Doek Wit)",
289
+ "tradition": "Canvas ground — the neutral field that makes all relationships visible. Not empty but active.",
290
+ "source": "The New Art — The New Life: Collected Writings of Piet Mondrian",
291
+ "isSeed": true
292
+ }
293
+ }
294
+ },
295
+ "600": {
296
+ "$type": "color",
297
+ "$value": "#B2B2B0",
298
+ "$description": "White (Doek Wit) 600"
299
+ },
300
+ "700": {
301
+ "$type": "color",
302
+ "$value": "#717170",
303
+ "$description": "White (Doek Wit) 700"
304
+ },
305
+ "800": {
306
+ "$type": "color",
307
+ "$value": "#363635",
308
+ "$description": "White (Doek Wit) 800"
309
+ },
310
+ "900": {
311
+ "$type": "color",
312
+ "$value": "#060605",
313
+ "$description": "White (Doek Wit) 900"
314
+ }
315
+ },
316
+ "neutral": {
317
+ "50": {
318
+ "$type": "color",
319
+ "$value": "#F4F9FF",
320
+ "$description": "Neutral 50"
321
+ },
322
+ "100": {
323
+ "$type": "color",
324
+ "$value": "#EAEFF6",
325
+ "$description": "Neutral 100"
326
+ },
327
+ "200": {
328
+ "$type": "color",
329
+ "$value": "#DADEE6",
330
+ "$description": "Neutral 200"
331
+ },
332
+ "300": {
333
+ "$type": "color",
334
+ "$value": "#C0C4CC",
335
+ "$description": "Neutral 300"
336
+ },
337
+ "400": {
338
+ "$type": "color",
339
+ "$value": "#9498A0",
340
+ "$description": "Neutral 400"
341
+ },
342
+ "500": {
343
+ "$type": "color",
344
+ "$value": "#6B6F76",
345
+ "$description": "Neutral 500"
346
+ },
347
+ "600": {
348
+ "$type": "color",
349
+ "$value": "#4A4D54",
350
+ "$description": "Neutral 600"
351
+ },
352
+ "700": {
353
+ "$type": "color",
354
+ "$value": "#303339",
355
+ "$description": "Neutral 700"
356
+ },
357
+ "800": {
358
+ "$type": "color",
359
+ "$value": "#181B20",
360
+ "$description": "Neutral 800"
361
+ },
362
+ "900": {
363
+ "$type": "color",
364
+ "$value": "#05070C",
365
+ "$description": "Neutral 900"
366
+ }
367
+ },
368
+ "accent": {
369
+ "50": {
370
+ "$type": "color",
371
+ "$value": "#FFEBF0",
372
+ "$description": "Accent 50"
373
+ },
374
+ "100": {
375
+ "$type": "color",
376
+ "$value": "#F7C0C9",
377
+ "$description": "Accent 100"
378
+ },
379
+ "200": {
380
+ "$type": "color",
381
+ "$value": "#DE96A3",
382
+ "$description": "Accent 200"
383
+ },
384
+ "300": {
385
+ "$type": "color",
386
+ "$value": "#C46D7F",
387
+ "$description": "Accent 300"
388
+ },
389
+ "400": {
390
+ "$type": "color",
391
+ "$value": "#A9435D",
392
+ "$description": "Accent 400"
393
+ },
394
+ "500": {
395
+ "$type": "color",
396
+ "$value": "#8C0D3C",
397
+ "$description": "Accent 500"
398
+ },
399
+ "600": {
400
+ "$type": "color",
401
+ "$value": "#6E002B",
402
+ "$description": "Accent 600"
403
+ },
404
+ "700": {
405
+ "$type": "color",
406
+ "$value": "#52001A",
407
+ "$description": "Accent 700"
408
+ },
409
+ "800": {
410
+ "$type": "color",
411
+ "$value": "#37000B",
412
+ "$description": "Accent 800"
413
+ },
414
+ "900": {
415
+ "$type": "color",
416
+ "$value": "#1D0002",
417
+ "$description": "Accent 900"
418
+ }
419
+ }
420
+ },
421
+ "typography": {
422
+ "family": {
423
+ "heading": {
424
+ "$type": "fontFamily",
425
+ "$value": "\"Inter\", \"Helvetica Neue\", \"Arial\", sans-serif",
426
+ "$description": "Heading font family"
427
+ },
428
+ "body": {
429
+ "$type": "fontFamily",
430
+ "$value": "\"Inter\", \"Helvetica Neue\", \"Arial\", sans-serif",
431
+ "$description": "Body font family"
432
+ },
433
+ "mono": {
434
+ "$type": "fontFamily",
435
+ "$value": "\"JetBrains Mono\", \"SF Mono\", monospace",
436
+ "$description": "Monospace font family"
437
+ }
438
+ },
439
+ "size": {
440
+ "xs": {
441
+ "$type": "dimension",
442
+ "$value": "0.75rem",
443
+ "$description": "Font size xs"
444
+ },
445
+ "sm": {
446
+ "$type": "dimension",
447
+ "$value": "0.875rem",
448
+ "$description": "Font size sm"
449
+ },
450
+ "base": {
451
+ "$type": "dimension",
452
+ "$value": "1rem",
453
+ "$description": "Font size base"
454
+ },
455
+ "lg": {
456
+ "$type": "dimension",
457
+ "$value": "1.125rem",
458
+ "$description": "Font size lg"
459
+ },
460
+ "xl": {
461
+ "$type": "dimension",
462
+ "$value": "1.25rem",
463
+ "$description": "Font size xl"
464
+ },
465
+ "2xl": {
466
+ "$type": "dimension",
467
+ "$value": "1.5rem",
468
+ "$description": "Font size 2xl"
469
+ },
470
+ "3xl": {
471
+ "$type": "dimension",
472
+ "$value": "1.875rem",
473
+ "$description": "Font size 3xl"
474
+ },
475
+ "4xl": {
476
+ "$type": "dimension",
477
+ "$value": "2.25rem",
478
+ "$description": "Font size 4xl"
479
+ }
480
+ },
481
+ "weight": {
482
+ "normal": {
483
+ "$type": "fontWeight",
484
+ "$value": "400",
485
+ "$description": "Font weight normal"
486
+ },
487
+ "medium": {
488
+ "$type": "fontWeight",
489
+ "$value": "500",
490
+ "$description": "Font weight medium"
491
+ },
492
+ "semibold": {
493
+ "$type": "fontWeight",
494
+ "$value": "600",
495
+ "$description": "Font weight semibold"
496
+ },
497
+ "bold": {
498
+ "$type": "fontWeight",
499
+ "$value": "700",
500
+ "$description": "Font weight bold"
501
+ }
502
+ },
503
+ "lineHeight": {
504
+ "tight": {
505
+ "$type": "number",
506
+ "$value": "1.25",
507
+ "$description": "Line height tight"
508
+ },
509
+ "normal": {
510
+ "$type": "number",
511
+ "$value": "1.5",
512
+ "$description": "Line height normal"
513
+ },
514
+ "relaxed": {
515
+ "$type": "number",
516
+ "$value": "1.75",
517
+ "$description": "Line height relaxed"
518
+ }
519
+ }
520
+ },
521
+ "spacing": {
522
+ "0": {
523
+ "$type": "dimension",
524
+ "$value": "0px",
525
+ "$description": "Spacing 0 (0px)"
526
+ },
527
+ "1": {
528
+ "$type": "dimension",
529
+ "$value": "4px",
530
+ "$description": "Spacing 1 (4px)"
531
+ },
532
+ "2": {
533
+ "$type": "dimension",
534
+ "$value": "8px",
535
+ "$description": "Spacing 2 (8px)"
536
+ },
537
+ "3": {
538
+ "$type": "dimension",
539
+ "$value": "12px",
540
+ "$description": "Spacing 3 (12px)"
541
+ },
542
+ "4": {
543
+ "$type": "dimension",
544
+ "$value": "16px",
545
+ "$description": "Spacing 4 (16px)"
546
+ },
547
+ "5": {
548
+ "$type": "dimension",
549
+ "$value": "20px",
550
+ "$description": "Spacing 5 (20px)"
551
+ },
552
+ "6": {
553
+ "$type": "dimension",
554
+ "$value": "24px",
555
+ "$description": "Spacing 6 (24px)"
556
+ },
557
+ "8": {
558
+ "$type": "dimension",
559
+ "$value": "32px",
560
+ "$description": "Spacing 8 (32px)"
561
+ },
562
+ "10": {
563
+ "$type": "dimension",
564
+ "$value": "40px",
565
+ "$description": "Spacing 10 (40px)"
566
+ },
567
+ "12": {
568
+ "$type": "dimension",
569
+ "$value": "48px",
570
+ "$description": "Spacing 12 (48px)"
571
+ },
572
+ "16": {
573
+ "$type": "dimension",
574
+ "$value": "64px",
575
+ "$description": "Spacing 16 (64px)"
576
+ },
577
+ "20": {
578
+ "$type": "dimension",
579
+ "$value": "80px",
580
+ "$description": "Spacing 20 (80px)"
581
+ },
582
+ "0.5": {
583
+ "$type": "dimension",
584
+ "$value": "2px",
585
+ "$description": "Spacing 0.5 (2px)"
586
+ },
587
+ "1.5": {
588
+ "$type": "dimension",
589
+ "$value": "6px",
590
+ "$description": "Spacing 1.5 (6px)"
591
+ }
592
+ },
593
+ "radius": {
594
+ "none": {
595
+ "$type": "dimension",
596
+ "$value": "0px",
597
+ "$description": "Border radius none"
598
+ },
599
+ "sm": {
600
+ "$type": "dimension",
601
+ "$value": "0px",
602
+ "$description": "Border radius sm"
603
+ },
604
+ "md": {
605
+ "$type": "dimension",
606
+ "$value": "0px",
607
+ "$description": "Border radius md"
608
+ },
609
+ "lg": {
610
+ "$type": "dimension",
611
+ "$value": "0px",
612
+ "$description": "Border radius lg"
613
+ },
614
+ "xl": {
615
+ "$type": "dimension",
616
+ "$value": "0px",
617
+ "$description": "Border radius xl"
618
+ },
619
+ "full": {
620
+ "$type": "dimension",
621
+ "$value": "9999px",
622
+ "$description": "Border radius full"
623
+ }
624
+ }
625
+ },
626
+ "semantic": {
627
+ "light": {
628
+ "background": {
629
+ "canvas": {
630
+ "$type": "color",
631
+ "$value": "{primitive.color.neutral.50}",
632
+ "$description": "Page background"
633
+ },
634
+ "surface": {
635
+ "$type": "color",
636
+ "$value": "#FFFFFF",
637
+ "$description": "Card/surface background"
638
+ },
639
+ "muted": {
640
+ "$type": "color",
641
+ "$value": "{primitive.color.neutral.100}",
642
+ "$description": "Muted background"
643
+ }
644
+ },
645
+ "text": {
646
+ "primary": {
647
+ "$type": "color",
648
+ "$value": "{primitive.color.neutral.900}",
649
+ "$description": "Primary text"
650
+ },
651
+ "secondary": {
652
+ "$type": "color",
653
+ "$value": "{primitive.color.neutral.600}",
654
+ "$description": "Secondary text"
655
+ },
656
+ "muted": {
657
+ "$type": "color",
658
+ "$value": "{primitive.color.neutral.500}",
659
+ "$description": "Muted/disabled text"
660
+ },
661
+ "inverse": {
662
+ "$type": "color",
663
+ "$value": "{primitive.color.neutral.50}",
664
+ "$description": "Text on dark backgrounds"
665
+ }
666
+ },
667
+ "interactive": {
668
+ "primary": {
669
+ "$type": "color",
670
+ "$value": "{primitive.color.blue-mondriaan-blauw.500}",
671
+ "$description": "Primary interactive (buttons, links)"
672
+ },
673
+ "primary-hover": {
674
+ "$type": "color",
675
+ "$value": "{primitive.color.blue-mondriaan-blauw.600}",
676
+ "$description": "Primary interactive hover"
677
+ },
678
+ "primary-active": {
679
+ "$type": "color",
680
+ "$value": "{primitive.color.blue-mondriaan-blauw.700}",
681
+ "$description": "Primary interactive active"
682
+ }
683
+ },
684
+ "border": {
685
+ "default": {
686
+ "$type": "color",
687
+ "$value": "{primitive.color.neutral.200}",
688
+ "$description": "Default border"
689
+ },
690
+ "strong": {
691
+ "$type": "color",
692
+ "$value": "{primitive.color.neutral.400}",
693
+ "$description": "Strong border"
694
+ }
695
+ },
696
+ "status": {
697
+ "error": {
698
+ "$type": "color",
699
+ "$value": "#DC2626",
700
+ "$description": "Error — WCAG-compliant red"
701
+ },
702
+ "success": {
703
+ "$type": "color",
704
+ "$value": "#16A34A",
705
+ "$description": "Success — WCAG-compliant green"
706
+ },
707
+ "warning": {
708
+ "$type": "color",
709
+ "$value": "#A16207",
710
+ "$description": "Warning — WCAG AA amber (4.5:1+ on white)"
711
+ },
712
+ "info": {
713
+ "$type": "color",
714
+ "$value": "{primitive.color.blue-mondriaan-blauw.500}",
715
+ "$description": "Info status"
716
+ }
717
+ },
718
+ "focus": {
719
+ "ring": {
720
+ "$type": "color",
721
+ "$value": "{primitive.color.blue-mondriaan-blauw.500}",
722
+ "$description": "Focus ring color"
723
+ }
724
+ },
725
+ "accessibility": {
726
+ "focus-visible": {
727
+ "$type": "color",
728
+ "$value": "{primitive.color.blue-mondriaan-blauw.500}",
729
+ "$description": "Keyboard focus indicator"
730
+ }
731
+ }
732
+ },
733
+ "dark": {
734
+ "background": {
735
+ "canvas": {
736
+ "$type": "color",
737
+ "$value": "{primitive.color.neutral.900}",
738
+ "$description": "Page background — dark"
739
+ },
740
+ "surface": {
741
+ "$type": "color",
742
+ "$value": "{primitive.color.neutral.800}",
743
+ "$description": "Card/surface — dark"
744
+ },
745
+ "muted": {
746
+ "$type": "color",
747
+ "$value": "{primitive.color.neutral.700}",
748
+ "$description": "Muted background — dark"
749
+ }
750
+ },
751
+ "text": {
752
+ "primary": {
753
+ "$type": "color",
754
+ "$value": "{primitive.color.neutral.50}",
755
+ "$description": "Primary text — dark"
756
+ },
757
+ "secondary": {
758
+ "$type": "color",
759
+ "$value": "{primitive.color.neutral.300}",
760
+ "$description": "Secondary text — dark"
761
+ },
762
+ "muted": {
763
+ "$type": "color",
764
+ "$value": "{primitive.color.neutral.500}",
765
+ "$description": "Muted text — dark"
766
+ },
767
+ "inverse": {
768
+ "$type": "color",
769
+ "$value": "{primitive.color.neutral.900}",
770
+ "$description": "Text on light backgrounds — dark"
771
+ }
772
+ },
773
+ "interactive": {
774
+ "primary": {
775
+ "$type": "color",
776
+ "$value": "{primitive.color.blue-mondriaan-blauw.400}",
777
+ "$description": "Primary interactive — dark"
778
+ },
779
+ "primary-hover": {
780
+ "$type": "color",
781
+ "$value": "{primitive.color.blue-mondriaan-blauw.300}",
782
+ "$description": "Primary hover — dark"
783
+ },
784
+ "primary-active": {
785
+ "$type": "color",
786
+ "$value": "{primitive.color.blue-mondriaan-blauw.200}",
787
+ "$description": "Primary active — dark"
788
+ }
789
+ },
790
+ "border": {
791
+ "default": {
792
+ "$type": "color",
793
+ "$value": "{primitive.color.neutral.700}",
794
+ "$description": "Default border — dark"
795
+ },
796
+ "strong": {
797
+ "$type": "color",
798
+ "$value": "{primitive.color.neutral.500}",
799
+ "$description": "Strong border — dark"
800
+ }
801
+ },
802
+ "status": {
803
+ "error": {
804
+ "$type": "color",
805
+ "$value": "#EF4444",
806
+ "$description": "Error — WCAG-compliant red (dark)"
807
+ },
808
+ "success": {
809
+ "$type": "color",
810
+ "$value": "#22C55E",
811
+ "$description": "Success — WCAG-compliant green (dark)"
812
+ },
813
+ "warning": {
814
+ "$type": "color",
815
+ "$value": "#EAB308",
816
+ "$description": "Warning — WCAG-compliant amber (dark)"
817
+ },
818
+ "info": {
819
+ "$type": "color",
820
+ "$value": "{primitive.color.blue-mondriaan-blauw.400}",
821
+ "$description": "Info — dark"
822
+ }
823
+ },
824
+ "focus": {
825
+ "ring": {
826
+ "$type": "color",
827
+ "$value": "{primitive.color.blue-mondriaan-blauw.400}",
828
+ "$description": "Focus ring — dark"
829
+ }
830
+ },
831
+ "accessibility": {
832
+ "focus-visible": {
833
+ "$type": "color",
834
+ "$value": "{primitive.color.blue-mondriaan-blauw.400}",
835
+ "$description": "Keyboard focus — dark"
836
+ }
837
+ }
838
+ }
839
+ }
840
+ }