@syncupsuite/themes 0.2.2 → 0.3.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 +11235 -1395
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +13 -1
  4. package/dist/index.d.ts +13 -1
  5. package/dist/index.js +11228 -1394
  6. package/dist/index.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/art-deco/meta.json +50 -0
  9. package/src/art-deco/tailwind.css +369 -0
  10. package/src/art-deco/tokens.css +305 -0
  11. package/src/art-deco/tokens.json +840 -0
  12. package/src/nihon-minimal/meta.json +44 -0
  13. package/src/nihon-minimal/tailwind.css +339 -0
  14. package/src/nihon-minimal/tokens.css +285 -0
  15. package/src/nihon-minimal/tokens.json +780 -0
  16. package/src/nihon-traditional/meta.json +1 -1
  17. package/src/nihon-traditional/tailwind.css +89 -89
  18. package/src/nihon-traditional/tokens.css +89 -89
  19. package/src/nihon-traditional/tokens.json +89 -89
  20. package/src/nordic-modern/meta.json +56 -0
  21. package/src/nordic-modern/tailwind.css +399 -0
  22. package/src/nordic-modern/tokens.css +325 -0
  23. package/src/nordic-modern/tokens.json +900 -0
  24. package/src/renaissance/meta.json +56 -0
  25. package/src/renaissance/tailwind.css +399 -0
  26. package/src/renaissance/tokens.css +325 -0
  27. package/src/renaissance/tokens.json +900 -0
  28. package/src/shuimo-modern/meta.json +56 -0
  29. package/src/shuimo-modern/tailwind.css +399 -0
  30. package/src/shuimo-modern/tokens.css +325 -0
  31. package/src/shuimo-modern/tokens.json +900 -0
  32. package/src/swiss-international/meta.json +1 -1
  33. package/src/swiss-international/tailwind.css +85 -85
  34. package/src/swiss-international/tokens.css +85 -85
  35. package/src/swiss-international/tokens.json +85 -85
  36. package/src/tang-imperial/meta.json +56 -0
  37. package/src/tang-imperial/tailwind.css +399 -0
  38. package/src/tang-imperial/tokens.css +325 -0
  39. package/src/tang-imperial/tokens.json +900 -0
@@ -0,0 +1,900 @@
1
+ {
2
+ "$name": "nordic-modern",
3
+ "$description": "Nordic Modern — Scandinavian clarity, nature-inspired restraint, and functional warmth from the design traditions of Denmark, Sweden, Finland, and Norway",
4
+ "$extensions": {
5
+ "syncupsuite.foundation": {
6
+ "story": "Nordic Modern design emerged in the 1950s from the intersection of Bauhaus functionalism and Scandinavian craft traditions. Designers like Alvar Aalto, Arne Jacobsen, and Marimekko proved that mass-produced objects could carry warmth and humanity. The palette draws from fjords, birch forests, lichen-covered granite, and the long blue twilight of northern latitudes.",
7
+ "philosophy": "Lagom (just the right amount) — democratic beauty through restraint and natural materials",
8
+ "era": "1950s–present",
9
+ "harmonyMode": "analogous",
10
+ "radiusTendency": "moderate",
11
+ "typographyCategory": "geometric-sans"
12
+ }
13
+ },
14
+ "primitive": {
15
+ "color": {
16
+ "fjordbl": {
17
+ "50": {
18
+ "$type": "color",
19
+ "$value": "#EAF7FF",
20
+ "$description": "Fjordblå 50"
21
+ },
22
+ "100": {
23
+ "$type": "color",
24
+ "$value": "#C2D7E8",
25
+ "$description": "Fjordblå 100"
26
+ },
27
+ "200": {
28
+ "$type": "color",
29
+ "$value": "#9CB8CE",
30
+ "$description": "Fjordblå 200"
31
+ },
32
+ "300": {
33
+ "$type": "color",
34
+ "$value": "#769AB5",
35
+ "$description": "Fjordblå 300"
36
+ },
37
+ "400": {
38
+ "$type": "color",
39
+ "$value": "#517C9C",
40
+ "$description": "Fjordblå 400"
41
+ },
42
+ "500": {
43
+ "$type": "color",
44
+ "$value": "#2B5F83",
45
+ "$description": "Fjordblå 500",
46
+ "$extensions": {
47
+ "syncupsuite.provenance": {
48
+ "name": "Fjordblå",
49
+ "tradition": "The deep blue-grey of Norwegian fjord water at midday. A defining color of Scandinavian textiles and ceramics from Røros to Fiskars.",
50
+ "source": "Scandinavian Design, Charlotte & Peter Fiell",
51
+ "isSeed": true
52
+ }
53
+ }
54
+ },
55
+ "600": {
56
+ "$type": "color",
57
+ "$value": "#184665",
58
+ "$description": "Fjordblå 600"
59
+ },
60
+ "700": {
61
+ "$type": "color",
62
+ "$value": "#052F49",
63
+ "$description": "Fjordblå 700"
64
+ },
65
+ "800": {
66
+ "$type": "color",
67
+ "$value": "#001A2F",
68
+ "$description": "Fjordblå 800"
69
+ },
70
+ "900": {
71
+ "$type": "color",
72
+ "$value": "#000616",
73
+ "$description": "Fjordblå 900"
74
+ }
75
+ },
76
+ "bj-rkehvit-birch-white": {
77
+ "50": {
78
+ "$type": "color",
79
+ "$value": "#F6F5F4",
80
+ "$description": "Bjørkehvit (Birch White) 50"
81
+ },
82
+ "100": {
83
+ "$type": "color",
84
+ "$value": "#F5F4F3",
85
+ "$description": "Bjørkehvit (Birch White) 100"
86
+ },
87
+ "200": {
88
+ "$type": "color",
89
+ "$value": "#F5F4F2",
90
+ "$description": "Bjørkehvit (Birch White) 200"
91
+ },
92
+ "300": {
93
+ "$type": "color",
94
+ "$value": "#F5F3F0",
95
+ "$description": "Bjørkehvit (Birch White) 300"
96
+ },
97
+ "400": {
98
+ "$type": "color",
99
+ "$value": "#F5F3EF",
100
+ "$description": "Bjørkehvit (Birch White) 400"
101
+ },
102
+ "500": {
103
+ "$type": "color",
104
+ "$value": "#F5F2EE",
105
+ "$description": "Bjørkehvit (Birch White) 500",
106
+ "$extensions": {
107
+ "syncupsuite.provenance": {
108
+ "name": "Bjørkehvit (Birch White)",
109
+ "tradition": "The warm white of birch bark and unbleached Nordic linen. Never pure white — always carrying the warmth of natural fiber.",
110
+ "source": "Nordic Light: Modern Scandinavian Architecture, Henry Plummer",
111
+ "isSeed": true
112
+ }
113
+ }
114
+ },
115
+ "600": {
116
+ "$type": "color",
117
+ "$value": "#B0AEAB",
118
+ "$description": "Bjørkehvit (Birch White) 600"
119
+ },
120
+ "700": {
121
+ "$type": "color",
122
+ "$value": "#716F6C",
123
+ "$description": "Bjørkehvit (Birch White) 700"
124
+ },
125
+ "800": {
126
+ "$type": "color",
127
+ "$value": "#373533",
128
+ "$description": "Bjørkehvit (Birch White) 800"
129
+ },
130
+ "900": {
131
+ "$type": "color",
132
+ "$value": "#060605",
133
+ "$description": "Bjørkehvit (Birch White) 900"
134
+ }
135
+ },
136
+ "mosegr-nn-moss-green": {
137
+ "50": {
138
+ "$type": "color",
139
+ "$value": "#EFF8F0",
140
+ "$description": "Mosegrønn (Moss Green) 50"
141
+ },
142
+ "100": {
143
+ "$type": "color",
144
+ "$value": "#D0DDD1",
145
+ "$description": "Mosegrønn (Moss Green) 100"
146
+ },
147
+ "200": {
148
+ "$type": "color",
149
+ "$value": "#B2C4B3",
150
+ "$description": "Mosegrønn (Moss Green) 200"
151
+ },
152
+ "300": {
153
+ "$type": "color",
154
+ "$value": "#95AB96",
155
+ "$description": "Mosegrønn (Moss Green) 300"
156
+ },
157
+ "400": {
158
+ "$type": "color",
159
+ "$value": "#789279",
160
+ "$description": "Mosegrønn (Moss Green) 400"
161
+ },
162
+ "500": {
163
+ "$type": "color",
164
+ "$value": "#5C7A5E",
165
+ "$description": "Mosegrønn (Moss Green) 500",
166
+ "$extensions": {
167
+ "syncupsuite.provenance": {
168
+ "name": "Mosegrønn (Moss Green)",
169
+ "tradition": "The muted green of forest-floor moss and lichen. Present in Finnish ryijy rugs and Danish functionalist interiors.",
170
+ "source": "Finnish Design: A Concise History, Pekka Korvenmaa",
171
+ "isSeed": true
172
+ }
173
+ }
174
+ },
175
+ "600": {
176
+ "$type": "color",
177
+ "$value": "#415A43",
178
+ "$description": "Mosegrønn (Moss Green) 600"
179
+ },
180
+ "700": {
181
+ "$type": "color",
182
+ "$value": "#273D29",
183
+ "$description": "Mosegrønn (Moss Green) 700"
184
+ },
185
+ "800": {
186
+ "$type": "color",
187
+ "$value": "#0F2111",
188
+ "$description": "Mosegrønn (Moss Green) 800"
189
+ },
190
+ "900": {
191
+ "$type": "color",
192
+ "$value": "#000801",
193
+ "$description": "Mosegrønn (Moss Green) 900"
194
+ }
195
+ },
196
+ "multeb-r-cloudberry": {
197
+ "50": {
198
+ "$type": "color",
199
+ "$value": "#FFF1E1",
200
+ "$description": "Multebær (Cloudberry) 50"
201
+ },
202
+ "100": {
203
+ "$type": "color",
204
+ "$value": "#F8DBC1",
205
+ "$description": "Multebær (Cloudberry) 100"
206
+ },
207
+ "200": {
208
+ "$type": "color",
209
+ "$value": "#EBC4A1",
210
+ "$description": "Multebær (Cloudberry) 200"
211
+ },
212
+ "300": {
213
+ "$type": "color",
214
+ "$value": "#DEAE81",
215
+ "$description": "Multebær (Cloudberry) 300"
216
+ },
217
+ "400": {
218
+ "$type": "color",
219
+ "$value": "#D19760",
220
+ "$description": "Multebær (Cloudberry) 400"
221
+ },
222
+ "500": {
223
+ "$type": "color",
224
+ "$value": "#C4813C",
225
+ "$description": "Multebær (Cloudberry) 500",
226
+ "$extensions": {
227
+ "syncupsuite.provenance": {
228
+ "name": "Multebær (Cloudberry)",
229
+ "tradition": "The amber-gold of ripe cloudberries (Rubus chamaemorus), a prized arctic fruit. This warm accent breaks the cool Nordic palette.",
230
+ "source": "The Nordic Cookbook, Magnus Nilsson",
231
+ "isSeed": true
232
+ }
233
+ }
234
+ },
235
+ "600": {
236
+ "$type": "color",
237
+ "$value": "#945B1B",
238
+ "$description": "Multebær (Cloudberry) 600"
239
+ },
240
+ "700": {
241
+ "$type": "color",
242
+ "$value": "#673700",
243
+ "$description": "Multebær (Cloudberry) 700"
244
+ },
245
+ "800": {
246
+ "$type": "color",
247
+ "$value": "#3D1600",
248
+ "$description": "Multebær (Cloudberry) 800"
249
+ },
250
+ "900": {
251
+ "$type": "color",
252
+ "$value": "#160000",
253
+ "$description": "Multebær (Cloudberry) 900"
254
+ }
255
+ },
256
+ "granitt-granite": {
257
+ "50": {
258
+ "$type": "color",
259
+ "$value": "#F4F5F6",
260
+ "$description": "Granitt (Granite) 50"
261
+ },
262
+ "100": {
263
+ "$type": "color",
264
+ "$value": "#DBDCDE",
265
+ "$description": "Granitt (Granite) 100"
266
+ },
267
+ "200": {
268
+ "$type": "color",
269
+ "$value": "#C1C3C6",
270
+ "$description": "Granitt (Granite) 200"
271
+ },
272
+ "300": {
273
+ "$type": "color",
274
+ "$value": "#A9ABAF",
275
+ "$description": "Granitt (Granite) 300"
276
+ },
277
+ "400": {
278
+ "$type": "color",
279
+ "$value": "#919498",
280
+ "$description": "Granitt (Granite) 400"
281
+ },
282
+ "500": {
283
+ "$type": "color",
284
+ "$value": "#7A7D82",
285
+ "$description": "Granitt (Granite) 500",
286
+ "$extensions": {
287
+ "syncupsuite.provenance": {
288
+ "name": "Granitt (Granite)",
289
+ "tradition": "Norwegian granite grey. The foundation stone of Nordic architecture from stave churches to Sverre Fehn's modernist pavilions.",
290
+ "source": "New Nordic Architecture & Identity, Kjeld Kjeldsen",
291
+ "isSeed": true
292
+ }
293
+ }
294
+ },
295
+ "600": {
296
+ "$type": "color",
297
+ "$value": "#595B60",
298
+ "$description": "Granitt (Granite) 600"
299
+ },
300
+ "700": {
301
+ "$type": "color",
302
+ "$value": "#3A3C3F",
303
+ "$description": "Granitt (Granite) 700"
304
+ },
305
+ "800": {
306
+ "$type": "color",
307
+ "$value": "#1D1F21",
308
+ "$description": "Granitt (Granite) 800"
309
+ },
310
+ "900": {
311
+ "$type": "color",
312
+ "$value": "#050607",
313
+ "$description": "Granitt (Granite) 900"
314
+ }
315
+ },
316
+ "nordlys-northern-light": {
317
+ "50": {
318
+ "$type": "color",
319
+ "$value": "#E7F9F9",
320
+ "$description": "Nordlys (Northern Light) 50"
321
+ },
322
+ "100": {
323
+ "$type": "color",
324
+ "$value": "#C3E0DF",
325
+ "$description": "Nordlys (Northern Light) 100"
326
+ },
327
+ "200": {
328
+ "$type": "color",
329
+ "$value": "#9FC7C6",
330
+ "$description": "Nordlys (Northern Light) 200"
331
+ },
332
+ "300": {
333
+ "$type": "color",
334
+ "$value": "#7BAEAD",
335
+ "$description": "Nordlys (Northern Light) 300"
336
+ },
337
+ "400": {
338
+ "$type": "color",
339
+ "$value": "#579695",
340
+ "$description": "Nordlys (Northern Light) 400"
341
+ },
342
+ "500": {
343
+ "$type": "color",
344
+ "$value": "#2E7E7E",
345
+ "$description": "Nordlys (Northern Light) 500",
346
+ "$extensions": {
347
+ "syncupsuite.provenance": {
348
+ "name": "Nordlys (Northern Light)",
349
+ "tradition": "Teal-green of the aurora borealis, captured in Marimekko prints and Finnish glass by Kaj Franck and Tapio Wirkkala.",
350
+ "source": "Scandinavian Design: An Introduction, David McFadden",
351
+ "isSeed": true
352
+ }
353
+ }
354
+ },
355
+ "600": {
356
+ "$type": "color",
357
+ "$value": "#135E5E",
358
+ "$description": "Nordlys (Northern Light) 600"
359
+ },
360
+ "700": {
361
+ "$type": "color",
362
+ "$value": "#003F40",
363
+ "$description": "Nordlys (Northern Light) 700"
364
+ },
365
+ "800": {
366
+ "$type": "color",
367
+ "$value": "#002324",
368
+ "$description": "Nordlys (Northern Light) 800"
369
+ },
370
+ "900": {
371
+ "$type": "color",
372
+ "$value": "#000A0B",
373
+ "$description": "Nordlys (Northern Light) 900"
374
+ }
375
+ },
376
+ "neutral": {
377
+ "50": {
378
+ "$type": "color",
379
+ "$value": "#F3F9FF",
380
+ "$description": "Neutral 50"
381
+ },
382
+ "100": {
383
+ "$type": "color",
384
+ "$value": "#E9EFF5",
385
+ "$description": "Neutral 100"
386
+ },
387
+ "200": {
388
+ "$type": "color",
389
+ "$value": "#D8DFE4",
390
+ "$description": "Neutral 200"
391
+ },
392
+ "300": {
393
+ "$type": "color",
394
+ "$value": "#BFC5CA",
395
+ "$description": "Neutral 300"
396
+ },
397
+ "400": {
398
+ "$type": "color",
399
+ "$value": "#93999E",
400
+ "$description": "Neutral 400"
401
+ },
402
+ "500": {
403
+ "$type": "color",
404
+ "$value": "#6A6F74",
405
+ "$description": "Neutral 500"
406
+ },
407
+ "600": {
408
+ "$type": "color",
409
+ "$value": "#484E52",
410
+ "$description": "Neutral 600"
411
+ },
412
+ "700": {
413
+ "$type": "color",
414
+ "$value": "#2E3438",
415
+ "$description": "Neutral 700"
416
+ },
417
+ "800": {
418
+ "$type": "color",
419
+ "$value": "#171B1F",
420
+ "$description": "Neutral 800"
421
+ },
422
+ "900": {
423
+ "$type": "color",
424
+ "$value": "#05080B",
425
+ "$description": "Neutral 900"
426
+ }
427
+ },
428
+ "accent": {
429
+ "50": {
430
+ "$type": "color",
431
+ "$value": "#EDF4FF",
432
+ "$description": "Accent 50"
433
+ },
434
+ "100": {
435
+ "$type": "color",
436
+ "$value": "#C1CCF1",
437
+ "$description": "Accent 100"
438
+ },
439
+ "200": {
440
+ "$type": "color",
441
+ "$value": "#97A4D6",
442
+ "$description": "Accent 200"
443
+ },
444
+ "300": {
445
+ "$type": "color",
446
+ "$value": "#707EBB",
447
+ "$description": "Accent 300"
448
+ },
449
+ "400": {
450
+ "$type": "color",
451
+ "$value": "#4B589F",
452
+ "$description": "Accent 400"
453
+ },
454
+ "500": {
455
+ "$type": "color",
456
+ "$value": "#2A3283",
457
+ "$description": "Accent 500"
458
+ },
459
+ "600": {
460
+ "$type": "color",
461
+ "$value": "#1E236A",
462
+ "$description": "Accent 600"
463
+ },
464
+ "700": {
465
+ "$type": "color",
466
+ "$value": "#121551",
467
+ "$description": "Accent 700"
468
+ },
469
+ "800": {
470
+ "$type": "color",
471
+ "$value": "#08073A",
472
+ "$description": "Accent 800"
473
+ },
474
+ "900": {
475
+ "$type": "color",
476
+ "$value": "#030024",
477
+ "$description": "Accent 900"
478
+ }
479
+ }
480
+ },
481
+ "typography": {
482
+ "family": {
483
+ "heading": {
484
+ "$type": "fontFamily",
485
+ "$value": "\"Inter\", \"Futura\", system-ui, sans-serif",
486
+ "$description": "Heading font family"
487
+ },
488
+ "body": {
489
+ "$type": "fontFamily",
490
+ "$value": "\"Inter\", system-ui, sans-serif",
491
+ "$description": "Body font family"
492
+ },
493
+ "mono": {
494
+ "$type": "fontFamily",
495
+ "$value": "\"JetBrains Mono\", \"Fira Code\", monospace",
496
+ "$description": "Monospace font family"
497
+ }
498
+ },
499
+ "size": {
500
+ "xs": {
501
+ "$type": "dimension",
502
+ "$value": "0.75rem",
503
+ "$description": "Font size xs"
504
+ },
505
+ "sm": {
506
+ "$type": "dimension",
507
+ "$value": "0.875rem",
508
+ "$description": "Font size sm"
509
+ },
510
+ "base": {
511
+ "$type": "dimension",
512
+ "$value": "1rem",
513
+ "$description": "Font size base"
514
+ },
515
+ "lg": {
516
+ "$type": "dimension",
517
+ "$value": "1.125rem",
518
+ "$description": "Font size lg"
519
+ },
520
+ "xl": {
521
+ "$type": "dimension",
522
+ "$value": "1.25rem",
523
+ "$description": "Font size xl"
524
+ },
525
+ "2xl": {
526
+ "$type": "dimension",
527
+ "$value": "1.5rem",
528
+ "$description": "Font size 2xl"
529
+ },
530
+ "3xl": {
531
+ "$type": "dimension",
532
+ "$value": "1.875rem",
533
+ "$description": "Font size 3xl"
534
+ },
535
+ "4xl": {
536
+ "$type": "dimension",
537
+ "$value": "2.25rem",
538
+ "$description": "Font size 4xl"
539
+ }
540
+ },
541
+ "weight": {
542
+ "normal": {
543
+ "$type": "fontWeight",
544
+ "$value": "400",
545
+ "$description": "Font weight normal"
546
+ },
547
+ "medium": {
548
+ "$type": "fontWeight",
549
+ "$value": "500",
550
+ "$description": "Font weight medium"
551
+ },
552
+ "semibold": {
553
+ "$type": "fontWeight",
554
+ "$value": "600",
555
+ "$description": "Font weight semibold"
556
+ },
557
+ "bold": {
558
+ "$type": "fontWeight",
559
+ "$value": "700",
560
+ "$description": "Font weight bold"
561
+ }
562
+ },
563
+ "lineHeight": {
564
+ "tight": {
565
+ "$type": "number",
566
+ "$value": "1.25",
567
+ "$description": "Line height tight"
568
+ },
569
+ "normal": {
570
+ "$type": "number",
571
+ "$value": "1.5",
572
+ "$description": "Line height normal"
573
+ },
574
+ "relaxed": {
575
+ "$type": "number",
576
+ "$value": "1.75",
577
+ "$description": "Line height relaxed"
578
+ }
579
+ }
580
+ },
581
+ "spacing": {
582
+ "0": {
583
+ "$type": "dimension",
584
+ "$value": "0px",
585
+ "$description": "Spacing 0 (0px)"
586
+ },
587
+ "1": {
588
+ "$type": "dimension",
589
+ "$value": "4px",
590
+ "$description": "Spacing 1 (4px)"
591
+ },
592
+ "2": {
593
+ "$type": "dimension",
594
+ "$value": "8px",
595
+ "$description": "Spacing 2 (8px)"
596
+ },
597
+ "3": {
598
+ "$type": "dimension",
599
+ "$value": "12px",
600
+ "$description": "Spacing 3 (12px)"
601
+ },
602
+ "4": {
603
+ "$type": "dimension",
604
+ "$value": "16px",
605
+ "$description": "Spacing 4 (16px)"
606
+ },
607
+ "5": {
608
+ "$type": "dimension",
609
+ "$value": "20px",
610
+ "$description": "Spacing 5 (20px)"
611
+ },
612
+ "6": {
613
+ "$type": "dimension",
614
+ "$value": "24px",
615
+ "$description": "Spacing 6 (24px)"
616
+ },
617
+ "8": {
618
+ "$type": "dimension",
619
+ "$value": "32px",
620
+ "$description": "Spacing 8 (32px)"
621
+ },
622
+ "10": {
623
+ "$type": "dimension",
624
+ "$value": "40px",
625
+ "$description": "Spacing 10 (40px)"
626
+ },
627
+ "12": {
628
+ "$type": "dimension",
629
+ "$value": "48px",
630
+ "$description": "Spacing 12 (48px)"
631
+ },
632
+ "16": {
633
+ "$type": "dimension",
634
+ "$value": "64px",
635
+ "$description": "Spacing 16 (64px)"
636
+ },
637
+ "20": {
638
+ "$type": "dimension",
639
+ "$value": "80px",
640
+ "$description": "Spacing 20 (80px)"
641
+ },
642
+ "0.5": {
643
+ "$type": "dimension",
644
+ "$value": "2px",
645
+ "$description": "Spacing 0.5 (2px)"
646
+ },
647
+ "1.5": {
648
+ "$type": "dimension",
649
+ "$value": "6px",
650
+ "$description": "Spacing 1.5 (6px)"
651
+ }
652
+ },
653
+ "radius": {
654
+ "none": {
655
+ "$type": "dimension",
656
+ "$value": "0px",
657
+ "$description": "Border radius none"
658
+ },
659
+ "sm": {
660
+ "$type": "dimension",
661
+ "$value": "4px",
662
+ "$description": "Border radius sm"
663
+ },
664
+ "md": {
665
+ "$type": "dimension",
666
+ "$value": "8px",
667
+ "$description": "Border radius md"
668
+ },
669
+ "lg": {
670
+ "$type": "dimension",
671
+ "$value": "12px",
672
+ "$description": "Border radius lg"
673
+ },
674
+ "xl": {
675
+ "$type": "dimension",
676
+ "$value": "16px",
677
+ "$description": "Border radius xl"
678
+ },
679
+ "full": {
680
+ "$type": "dimension",
681
+ "$value": "9999px",
682
+ "$description": "Border radius full"
683
+ }
684
+ }
685
+ },
686
+ "semantic": {
687
+ "light": {
688
+ "background": {
689
+ "canvas": {
690
+ "$type": "color",
691
+ "$value": "{primitive.color.neutral.50}",
692
+ "$description": "Page background"
693
+ },
694
+ "surface": {
695
+ "$type": "color",
696
+ "$value": "#FFFFFF",
697
+ "$description": "Card/surface background"
698
+ },
699
+ "muted": {
700
+ "$type": "color",
701
+ "$value": "{primitive.color.neutral.100}",
702
+ "$description": "Muted background"
703
+ }
704
+ },
705
+ "text": {
706
+ "primary": {
707
+ "$type": "color",
708
+ "$value": "{primitive.color.neutral.900}",
709
+ "$description": "Primary text"
710
+ },
711
+ "secondary": {
712
+ "$type": "color",
713
+ "$value": "{primitive.color.neutral.600}",
714
+ "$description": "Secondary text"
715
+ },
716
+ "muted": {
717
+ "$type": "color",
718
+ "$value": "{primitive.color.neutral.500}",
719
+ "$description": "Muted/disabled text"
720
+ },
721
+ "inverse": {
722
+ "$type": "color",
723
+ "$value": "{primitive.color.neutral.50}",
724
+ "$description": "Text on dark backgrounds"
725
+ }
726
+ },
727
+ "interactive": {
728
+ "primary": {
729
+ "$type": "color",
730
+ "$value": "{primitive.color.fjordbl.500}",
731
+ "$description": "Primary interactive (buttons, links)"
732
+ },
733
+ "primary-hover": {
734
+ "$type": "color",
735
+ "$value": "{primitive.color.fjordbl.600}",
736
+ "$description": "Primary interactive hover"
737
+ },
738
+ "primary-active": {
739
+ "$type": "color",
740
+ "$value": "{primitive.color.fjordbl.700}",
741
+ "$description": "Primary interactive active"
742
+ }
743
+ },
744
+ "border": {
745
+ "default": {
746
+ "$type": "color",
747
+ "$value": "{primitive.color.neutral.200}",
748
+ "$description": "Default border"
749
+ },
750
+ "strong": {
751
+ "$type": "color",
752
+ "$value": "{primitive.color.neutral.400}",
753
+ "$description": "Strong border"
754
+ }
755
+ },
756
+ "status": {
757
+ "error": {
758
+ "$type": "color",
759
+ "$value": "#DC2626",
760
+ "$description": "Error — WCAG-compliant red"
761
+ },
762
+ "success": {
763
+ "$type": "color",
764
+ "$value": "#16A34A",
765
+ "$description": "Success — WCAG-compliant green"
766
+ },
767
+ "warning": {
768
+ "$type": "color",
769
+ "$value": "#A16207",
770
+ "$description": "Warning — WCAG AA amber (4.5:1+ on white)"
771
+ },
772
+ "info": {
773
+ "$type": "color",
774
+ "$value": "{primitive.color.fjordbl.500}",
775
+ "$description": "Info status"
776
+ }
777
+ },
778
+ "focus": {
779
+ "ring": {
780
+ "$type": "color",
781
+ "$value": "{primitive.color.fjordbl.500}",
782
+ "$description": "Focus ring color"
783
+ }
784
+ },
785
+ "accessibility": {
786
+ "focus-visible": {
787
+ "$type": "color",
788
+ "$value": "{primitive.color.fjordbl.500}",
789
+ "$description": "Keyboard focus indicator"
790
+ }
791
+ }
792
+ },
793
+ "dark": {
794
+ "background": {
795
+ "canvas": {
796
+ "$type": "color",
797
+ "$value": "{primitive.color.neutral.900}",
798
+ "$description": "Page background — dark"
799
+ },
800
+ "surface": {
801
+ "$type": "color",
802
+ "$value": "{primitive.color.neutral.800}",
803
+ "$description": "Card/surface — dark"
804
+ },
805
+ "muted": {
806
+ "$type": "color",
807
+ "$value": "{primitive.color.neutral.700}",
808
+ "$description": "Muted background — dark"
809
+ }
810
+ },
811
+ "text": {
812
+ "primary": {
813
+ "$type": "color",
814
+ "$value": "{primitive.color.neutral.50}",
815
+ "$description": "Primary text — dark"
816
+ },
817
+ "secondary": {
818
+ "$type": "color",
819
+ "$value": "{primitive.color.neutral.300}",
820
+ "$description": "Secondary text — dark"
821
+ },
822
+ "muted": {
823
+ "$type": "color",
824
+ "$value": "{primitive.color.neutral.500}",
825
+ "$description": "Muted text — dark"
826
+ },
827
+ "inverse": {
828
+ "$type": "color",
829
+ "$value": "{primitive.color.neutral.900}",
830
+ "$description": "Text on light backgrounds — dark"
831
+ }
832
+ },
833
+ "interactive": {
834
+ "primary": {
835
+ "$type": "color",
836
+ "$value": "{primitive.color.fjordbl.400}",
837
+ "$description": "Primary interactive — dark"
838
+ },
839
+ "primary-hover": {
840
+ "$type": "color",
841
+ "$value": "{primitive.color.fjordbl.300}",
842
+ "$description": "Primary hover — dark"
843
+ },
844
+ "primary-active": {
845
+ "$type": "color",
846
+ "$value": "{primitive.color.fjordbl.200}",
847
+ "$description": "Primary active — dark"
848
+ }
849
+ },
850
+ "border": {
851
+ "default": {
852
+ "$type": "color",
853
+ "$value": "{primitive.color.neutral.700}",
854
+ "$description": "Default border — dark"
855
+ },
856
+ "strong": {
857
+ "$type": "color",
858
+ "$value": "{primitive.color.neutral.500}",
859
+ "$description": "Strong border — dark"
860
+ }
861
+ },
862
+ "status": {
863
+ "error": {
864
+ "$type": "color",
865
+ "$value": "#EF4444",
866
+ "$description": "Error — WCAG-compliant red (dark)"
867
+ },
868
+ "success": {
869
+ "$type": "color",
870
+ "$value": "#22C55E",
871
+ "$description": "Success — WCAG-compliant green (dark)"
872
+ },
873
+ "warning": {
874
+ "$type": "color",
875
+ "$value": "#EAB308",
876
+ "$description": "Warning — WCAG-compliant amber (dark)"
877
+ },
878
+ "info": {
879
+ "$type": "color",
880
+ "$value": "{primitive.color.fjordbl.400}",
881
+ "$description": "Info — dark"
882
+ }
883
+ },
884
+ "focus": {
885
+ "ring": {
886
+ "$type": "color",
887
+ "$value": "{primitive.color.fjordbl.400}",
888
+ "$description": "Focus ring — dark"
889
+ }
890
+ },
891
+ "accessibility": {
892
+ "focus-visible": {
893
+ "$type": "color",
894
+ "$value": "{primitive.color.fjordbl.400}",
895
+ "$description": "Keyboard focus — dark"
896
+ }
897
+ }
898
+ }
899
+ }
900
+ }