@brokui/brok-design-language 0.1.0 → 0.1.1

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 (3) hide show
  1. package/package.json +3 -8
  2. package/src/index.ts +1937 -0
  3. package/src/tokens.ts +1850 -0
package/src/tokens.ts ADDED
@@ -0,0 +1,1850 @@
1
+ // Generated by scripts/design-tokens.mjs. Do not edit.
2
+
3
+ export const themeMetadata = {
4
+ "schemaVersion": 1,
5
+ "format": "DTCG 2025.10",
6
+ "source": "tokens/",
7
+ "sourceSha256": "471c62ae6c9cab7ea22ec7142fb39595e0dfe5073394dda1084b6f53918b5390",
8
+ "selectors": {
9
+ "brand": "data-brand",
10
+ "color": "class",
11
+ "contrast": "data-contrast",
12
+ "motion": "data-motion",
13
+ "density": "data-density"
14
+ },
15
+ "groups": [
16
+ "Colors",
17
+ "Charts",
18
+ "Spacing",
19
+ "Controls",
20
+ "Layout",
21
+ "Radius",
22
+ "Typography",
23
+ "Shadows",
24
+ "Motion",
25
+ "Layers"
26
+ ],
27
+ "tokens": [
28
+ {
29
+ "path": "token.background",
30
+ "cssVariable": "--background",
31
+ "type": "color",
32
+ "description": "Background",
33
+ "light": "0 0% 100%",
34
+ "dark": "24 8% 9%",
35
+ "group": "Colors"
36
+ },
37
+ {
38
+ "path": "token.foreground",
39
+ "cssVariable": "--foreground",
40
+ "type": "color",
41
+ "description": "Foreground",
42
+ "light": "24 12% 10%",
43
+ "dark": "30 12% 96%",
44
+ "group": "Colors"
45
+ },
46
+ {
47
+ "path": "token.card",
48
+ "cssVariable": "--card",
49
+ "type": "color",
50
+ "description": "Card",
51
+ "light": "0 0% 100%",
52
+ "dark": "24 8% 11%",
53
+ "group": "Colors"
54
+ },
55
+ {
56
+ "path": "token.card-foreground",
57
+ "cssVariable": "--card-foreground",
58
+ "type": "color",
59
+ "description": "Card foreground",
60
+ "light": "24 12% 10%",
61
+ "dark": "30 12% 96%",
62
+ "group": "Colors"
63
+ },
64
+ {
65
+ "path": "token.popover",
66
+ "cssVariable": "--popover",
67
+ "type": "color",
68
+ "description": "Popover",
69
+ "light": "0 0% 100%",
70
+ "dark": "24 8% 11%",
71
+ "group": "Colors"
72
+ },
73
+ {
74
+ "path": "token.popover-foreground",
75
+ "cssVariable": "--popover-foreground",
76
+ "type": "color",
77
+ "description": "Popover foreground",
78
+ "light": "24 12% 10%",
79
+ "dark": "30 12% 96%",
80
+ "group": "Colors"
81
+ },
82
+ {
83
+ "path": "token.primary",
84
+ "cssVariable": "--primary",
85
+ "type": "color",
86
+ "description": "Primary",
87
+ "light": "15 90% 40%",
88
+ "dark": "15 90% 62%",
89
+ "group": "Colors"
90
+ },
91
+ {
92
+ "path": "token.primary-foreground",
93
+ "cssVariable": "--primary-foreground",
94
+ "type": "color",
95
+ "description": "Primary foreground",
96
+ "light": "0 0% 100%",
97
+ "dark": "20 14.3% 4.1%",
98
+ "group": "Colors"
99
+ },
100
+ {
101
+ "path": "token.secondary",
102
+ "cssVariable": "--secondary",
103
+ "type": "color",
104
+ "description": "Secondary",
105
+ "light": "30 14% 95%",
106
+ "dark": "24 8% 18%",
107
+ "group": "Colors"
108
+ },
109
+ {
110
+ "path": "token.secondary-foreground",
111
+ "cssVariable": "--secondary-foreground",
112
+ "type": "color",
113
+ "description": "Secondary foreground",
114
+ "light": "24 14% 14%",
115
+ "dark": "30 12% 96%",
116
+ "group": "Colors"
117
+ },
118
+ {
119
+ "path": "token.muted",
120
+ "cssVariable": "--muted",
121
+ "type": "color",
122
+ "description": "Muted",
123
+ "light": "30 14% 95%",
124
+ "dark": "24 8% 18%",
125
+ "group": "Colors"
126
+ },
127
+ {
128
+ "path": "token.muted-foreground",
129
+ "cssVariable": "--muted-foreground",
130
+ "type": "color",
131
+ "description": "Muted foreground",
132
+ "light": "24 8% 38%",
133
+ "dark": "30 8% 64%",
134
+ "group": "Colors"
135
+ },
136
+ {
137
+ "path": "token.accent",
138
+ "cssVariable": "--accent",
139
+ "type": "color",
140
+ "description": "Accent",
141
+ "light": "30 14% 94%",
142
+ "dark": "24 8% 18%",
143
+ "group": "Colors"
144
+ },
145
+ {
146
+ "path": "token.accent-foreground",
147
+ "cssVariable": "--accent-foreground",
148
+ "type": "color",
149
+ "description": "Accent foreground",
150
+ "light": "24 14% 14%",
151
+ "dark": "30 12% 96%",
152
+ "group": "Colors"
153
+ },
154
+ {
155
+ "path": "token.destructive",
156
+ "cssVariable": "--destructive",
157
+ "type": "color",
158
+ "description": "Destructive",
159
+ "light": "0 72% 42%",
160
+ "dark": "0 84% 78%",
161
+ "group": "Colors"
162
+ },
163
+ {
164
+ "path": "token.destructive-foreground",
165
+ "cssVariable": "--destructive-foreground",
166
+ "type": "color",
167
+ "description": "Destructive foreground",
168
+ "light": "210 40% 98%",
169
+ "dark": "20 14.3% 4.1%",
170
+ "group": "Colors"
171
+ },
172
+ {
173
+ "path": "token.success",
174
+ "cssVariable": "--success",
175
+ "type": "color",
176
+ "description": "Success",
177
+ "light": "142 76% 25%",
178
+ "dark": "142.1 70.6% 45.3%",
179
+ "group": "Colors"
180
+ },
181
+ {
182
+ "path": "token.success-foreground",
183
+ "cssVariable": "--success-foreground",
184
+ "type": "color",
185
+ "description": "Success foreground",
186
+ "light": "355.7 100% 97.3%",
187
+ "dark": "144.9 80.4% 10%",
188
+ "group": "Colors"
189
+ },
190
+ {
191
+ "path": "token.warning",
192
+ "cssVariable": "--warning",
193
+ "type": "color",
194
+ "description": "Warning",
195
+ "light": "26 90% 34%",
196
+ "dark": "47.9 95.8% 53.1%",
197
+ "group": "Colors"
198
+ },
199
+ {
200
+ "path": "token.warning-foreground",
201
+ "cssVariable": "--warning-foreground",
202
+ "type": "color",
203
+ "description": "Warning foreground",
204
+ "light": "0 0% 100%",
205
+ "dark": "26 83.3% 14.1%",
206
+ "group": "Colors"
207
+ },
208
+ {
209
+ "path": "token.info",
210
+ "cssVariable": "--info",
211
+ "type": "color",
212
+ "description": "Info",
213
+ "light": "221 83% 42%",
214
+ "dark": "217.2 91.2% 70%",
215
+ "group": "Colors"
216
+ },
217
+ {
218
+ "path": "token.info-foreground",
219
+ "cssVariable": "--info-foreground",
220
+ "type": "color",
221
+ "description": "Info foreground",
222
+ "light": "210 40% 98%",
223
+ "dark": "222.2 47.4% 11.2%",
224
+ "group": "Colors"
225
+ },
226
+ {
227
+ "path": "token.border",
228
+ "cssVariable": "--border",
229
+ "type": "color",
230
+ "description": "Border",
231
+ "light": "30 12% 57%",
232
+ "dark": "24 8% 45%",
233
+ "group": "Colors"
234
+ },
235
+ {
236
+ "path": "token.input",
237
+ "cssVariable": "--input",
238
+ "type": "color",
239
+ "description": "Input",
240
+ "light": "30 12% 57%",
241
+ "dark": "24 8% 45%",
242
+ "group": "Colors"
243
+ },
244
+ {
245
+ "path": "token.ring",
246
+ "cssVariable": "--ring",
247
+ "type": "color",
248
+ "description": "Ring",
249
+ "light": "15 88% 42%",
250
+ "dark": "15 90% 62%",
251
+ "group": "Colors"
252
+ },
253
+ {
254
+ "path": "token.chart-1",
255
+ "cssVariable": "--chart-1",
256
+ "type": "color",
257
+ "description": "Chart 1",
258
+ "light": "221 83% 53%",
259
+ "dark": "217 91% 65%",
260
+ "group": "Charts"
261
+ },
262
+ {
263
+ "path": "token.chart-2",
264
+ "cssVariable": "--chart-2",
265
+ "type": "color",
266
+ "description": "Chart 2",
267
+ "light": "173 58% 39%",
268
+ "dark": "173 58% 49%",
269
+ "group": "Charts"
270
+ },
271
+ {
272
+ "path": "token.chart-3",
273
+ "cssVariable": "--chart-3",
274
+ "type": "color",
275
+ "description": "Chart 3",
276
+ "light": "38 92% 50%",
277
+ "dark": "38 96% 58%",
278
+ "group": "Charts"
279
+ },
280
+ {
281
+ "path": "token.chart-4",
282
+ "cssVariable": "--chart-4",
283
+ "type": "color",
284
+ "description": "Chart 4",
285
+ "light": "271 76% 53%",
286
+ "dark": "271 82% 68%",
287
+ "group": "Charts"
288
+ },
289
+ {
290
+ "path": "token.chart-5",
291
+ "cssVariable": "--chart-5",
292
+ "type": "color",
293
+ "description": "Chart 5",
294
+ "light": "340 75% 55%",
295
+ "dark": "340 82% 66%",
296
+ "group": "Charts"
297
+ },
298
+ {
299
+ "path": "token.spacing",
300
+ "cssVariable": "--spacing",
301
+ "type": "dimension",
302
+ "description": "Base spacing unit",
303
+ "light": "0.25rem",
304
+ "dark": "0.25rem",
305
+ "group": "Spacing"
306
+ },
307
+ {
308
+ "path": "token.control-gap",
309
+ "cssVariable": "--control-gap",
310
+ "type": "dimension",
311
+ "description": "Control gap",
312
+ "light": "0.5rem",
313
+ "dark": "0.5rem",
314
+ "group": "Spacing"
315
+ },
316
+ {
317
+ "path": "token.field-gap",
318
+ "cssVariable": "--field-gap",
319
+ "type": "dimension",
320
+ "description": "Field gap",
321
+ "light": "0.5rem",
322
+ "dark": "0.5rem",
323
+ "group": "Spacing"
324
+ },
325
+ {
326
+ "path": "token.card-padding",
327
+ "cssVariable": "--card-padding",
328
+ "type": "dimension",
329
+ "description": "Card padding",
330
+ "light": "1.5rem",
331
+ "dark": "1.5rem",
332
+ "group": "Spacing"
333
+ },
334
+ {
335
+ "path": "token.dialog-padding",
336
+ "cssVariable": "--dialog-padding",
337
+ "type": "dimension",
338
+ "description": "Dialog padding",
339
+ "light": "1.5rem",
340
+ "dark": "1.5rem",
341
+ "group": "Spacing"
342
+ },
343
+ {
344
+ "path": "token.section-gap",
345
+ "cssVariable": "--section-gap",
346
+ "type": "dimension",
347
+ "description": "Section gap",
348
+ "light": "3rem",
349
+ "dark": "3rem",
350
+ "group": "Spacing"
351
+ },
352
+ {
353
+ "path": "token.stack-gap-sm",
354
+ "cssVariable": "--stack-gap-sm",
355
+ "type": "dimension",
356
+ "description": "Stack gap sm",
357
+ "light": "0.5rem",
358
+ "dark": "0.5rem",
359
+ "group": "Spacing"
360
+ },
361
+ {
362
+ "path": "token.stack-gap-md",
363
+ "cssVariable": "--stack-gap-md",
364
+ "type": "dimension",
365
+ "description": "Stack gap md",
366
+ "light": "1rem",
367
+ "dark": "1rem",
368
+ "group": "Spacing"
369
+ },
370
+ {
371
+ "path": "token.stack-gap-lg",
372
+ "cssVariable": "--stack-gap-lg",
373
+ "type": "dimension",
374
+ "description": "Stack gap lg",
375
+ "light": "1.5rem",
376
+ "dark": "1.5rem",
377
+ "group": "Spacing"
378
+ },
379
+ {
380
+ "path": "token.surface-padding-sm",
381
+ "cssVariable": "--surface-padding-sm",
382
+ "type": "dimension",
383
+ "description": "Surface padding sm",
384
+ "light": "1rem",
385
+ "dark": "1rem",
386
+ "group": "Spacing"
387
+ },
388
+ {
389
+ "path": "token.surface-padding-md",
390
+ "cssVariable": "--surface-padding-md",
391
+ "type": "dimension",
392
+ "description": "Surface padding md",
393
+ "light": "1.5rem",
394
+ "dark": "1.5rem",
395
+ "group": "Spacing"
396
+ },
397
+ {
398
+ "path": "token.surface-padding-lg",
399
+ "cssVariable": "--surface-padding-lg",
400
+ "type": "dimension",
401
+ "description": "Surface padding lg",
402
+ "light": "2rem",
403
+ "dark": "2rem",
404
+ "group": "Spacing"
405
+ },
406
+ {
407
+ "path": "token.section-space-sm",
408
+ "cssVariable": "--section-space-sm",
409
+ "type": "dimension",
410
+ "description": "Section space sm",
411
+ "light": "2rem",
412
+ "dark": "2rem",
413
+ "group": "Spacing"
414
+ },
415
+ {
416
+ "path": "token.section-space-md",
417
+ "cssVariable": "--section-space-md",
418
+ "type": "dimension",
419
+ "description": "Section space md",
420
+ "light": "3rem",
421
+ "dark": "3rem",
422
+ "group": "Spacing"
423
+ },
424
+ {
425
+ "path": "token.section-space-lg",
426
+ "cssVariable": "--section-space-lg",
427
+ "type": "dimension",
428
+ "description": "Section space lg",
429
+ "light": "4rem",
430
+ "dark": "4rem",
431
+ "group": "Spacing"
432
+ },
433
+ {
434
+ "path": "token.control-size-xs",
435
+ "cssVariable": "--control-size-xs",
436
+ "type": "dimension",
437
+ "description": "Control xs",
438
+ "light": "2rem",
439
+ "dark": "2rem",
440
+ "group": "Controls"
441
+ },
442
+ {
443
+ "path": "token.control-size-sm",
444
+ "cssVariable": "--control-size-sm",
445
+ "type": "dimension",
446
+ "description": "Control sm",
447
+ "light": "2.25rem",
448
+ "dark": "2.25rem",
449
+ "group": "Controls"
450
+ },
451
+ {
452
+ "path": "token.control-size-md",
453
+ "cssVariable": "--control-size-md",
454
+ "type": "dimension",
455
+ "description": "Control md",
456
+ "light": "2.5rem",
457
+ "dark": "2.5rem",
458
+ "group": "Controls"
459
+ },
460
+ {
461
+ "path": "token.control-size-lg",
462
+ "cssVariable": "--control-size-lg",
463
+ "type": "dimension",
464
+ "description": "Control lg",
465
+ "light": "2.75rem",
466
+ "dark": "2.75rem",
467
+ "group": "Controls"
468
+ },
469
+ {
470
+ "path": "token.control-size-xl",
471
+ "cssVariable": "--control-size-xl",
472
+ "type": "dimension",
473
+ "description": "Control xl",
474
+ "light": "3rem",
475
+ "dark": "3rem",
476
+ "group": "Controls"
477
+ },
478
+ {
479
+ "path": "token.control-padding-x-sm",
480
+ "cssVariable": "--control-padding-x-sm",
481
+ "type": "dimension",
482
+ "description": "Control padding sm",
483
+ "light": "0.75rem",
484
+ "dark": "0.75rem",
485
+ "group": "Controls"
486
+ },
487
+ {
488
+ "path": "token.control-padding-x-md",
489
+ "cssVariable": "--control-padding-x-md",
490
+ "type": "dimension",
491
+ "description": "Control padding md",
492
+ "light": "1rem",
493
+ "dark": "1rem",
494
+ "group": "Controls"
495
+ },
496
+ {
497
+ "path": "token.control-padding-x-lg",
498
+ "cssVariable": "--control-padding-x-lg",
499
+ "type": "dimension",
500
+ "description": "Control padding lg",
501
+ "light": "1.5rem",
502
+ "dark": "1.5rem",
503
+ "group": "Controls"
504
+ },
505
+ {
506
+ "path": "token.container-gutter-sm",
507
+ "cssVariable": "--container-gutter-sm",
508
+ "type": "dimension",
509
+ "description": "Container gutter sm",
510
+ "light": "1rem",
511
+ "dark": "1rem",
512
+ "group": "Layout"
513
+ },
514
+ {
515
+ "path": "token.container-gutter-md",
516
+ "cssVariable": "--container-gutter-md",
517
+ "type": "dimension",
518
+ "description": "Container gutter md",
519
+ "light": "1.5rem",
520
+ "dark": "1.5rem",
521
+ "group": "Layout"
522
+ },
523
+ {
524
+ "path": "token.container-gutter-lg",
525
+ "cssVariable": "--container-gutter-lg",
526
+ "type": "dimension",
527
+ "description": "Container gutter lg",
528
+ "light": "2rem",
529
+ "dark": "2rem",
530
+ "group": "Layout"
531
+ },
532
+ {
533
+ "path": "token.content-width-sm",
534
+ "cssVariable": "--content-width-sm",
535
+ "type": "dimension",
536
+ "description": "Content width sm",
537
+ "light": "42rem",
538
+ "dark": "42rem",
539
+ "group": "Layout"
540
+ },
541
+ {
542
+ "path": "token.content-width-md",
543
+ "cssVariable": "--content-width-md",
544
+ "type": "dimension",
545
+ "description": "Content width md",
546
+ "light": "56rem",
547
+ "dark": "56rem",
548
+ "group": "Layout"
549
+ },
550
+ {
551
+ "path": "token.content-width-lg",
552
+ "cssVariable": "--content-width-lg",
553
+ "type": "dimension",
554
+ "description": "Content width lg",
555
+ "light": "72rem",
556
+ "dark": "72rem",
557
+ "group": "Layout"
558
+ },
559
+ {
560
+ "path": "token.content-width-xl",
561
+ "cssVariable": "--content-width-xl",
562
+ "type": "dimension",
563
+ "description": "Content width xl",
564
+ "light": "80rem",
565
+ "dark": "80rem",
566
+ "group": "Layout"
567
+ },
568
+ {
569
+ "path": "token.grid-min-sm",
570
+ "cssVariable": "--grid-min-sm",
571
+ "type": "dimension",
572
+ "description": "Auto grid minimum sm",
573
+ "light": "12rem",
574
+ "dark": "12rem",
575
+ "group": "Layout"
576
+ },
577
+ {
578
+ "path": "token.grid-min-md",
579
+ "cssVariable": "--grid-min-md",
580
+ "type": "dimension",
581
+ "description": "Auto grid minimum md",
582
+ "light": "16rem",
583
+ "dark": "16rem",
584
+ "group": "Layout"
585
+ },
586
+ {
587
+ "path": "token.grid-min-lg",
588
+ "cssVariable": "--grid-min-lg",
589
+ "type": "dimension",
590
+ "description": "Auto grid minimum lg",
591
+ "light": "20rem",
592
+ "dark": "20rem",
593
+ "group": "Layout"
594
+ },
595
+ {
596
+ "path": "token.breakpoint-sm",
597
+ "cssVariable": "--breakpoint-sm",
598
+ "type": "dimension",
599
+ "description": "Breakpoint sm",
600
+ "light": "40rem",
601
+ "dark": "40rem",
602
+ "group": "Build"
603
+ },
604
+ {
605
+ "path": "token.breakpoint-md",
606
+ "cssVariable": "--breakpoint-md",
607
+ "type": "dimension",
608
+ "description": "Breakpoint md",
609
+ "light": "48rem",
610
+ "dark": "48rem",
611
+ "group": "Build"
612
+ },
613
+ {
614
+ "path": "token.breakpoint-lg",
615
+ "cssVariable": "--breakpoint-lg",
616
+ "type": "dimension",
617
+ "description": "Breakpoint lg",
618
+ "light": "64rem",
619
+ "dark": "64rem",
620
+ "group": "Build"
621
+ },
622
+ {
623
+ "path": "token.breakpoint-xl",
624
+ "cssVariable": "--breakpoint-xl",
625
+ "type": "dimension",
626
+ "description": "Breakpoint xl",
627
+ "light": "80rem",
628
+ "dark": "80rem",
629
+ "group": "Build"
630
+ },
631
+ {
632
+ "path": "token.breakpoint-2xl",
633
+ "cssVariable": "--breakpoint-2xl",
634
+ "type": "dimension",
635
+ "description": "Breakpoint 2xl",
636
+ "light": "96rem",
637
+ "dark": "96rem",
638
+ "group": "Build"
639
+ },
640
+ {
641
+ "path": "token.radius",
642
+ "cssVariable": "--radius",
643
+ "type": "dimension",
644
+ "description": "Base radius",
645
+ "light": "0.5rem",
646
+ "dark": "0.5rem",
647
+ "group": "Radius"
648
+ },
649
+ {
650
+ "path": "token.text-xs",
651
+ "cssVariable": "--text-xs",
652
+ "type": "dimension",
653
+ "description": "Text xs",
654
+ "light": "0.75rem",
655
+ "dark": "0.75rem",
656
+ "group": "Typography"
657
+ },
658
+ {
659
+ "path": "token.text-xs--line-height",
660
+ "cssVariable": "--text-xs--line-height",
661
+ "type": "dimension",
662
+ "description": "Text xs line height",
663
+ "light": "1rem",
664
+ "dark": "1rem",
665
+ "group": "Typography"
666
+ },
667
+ {
668
+ "path": "token.text-sm",
669
+ "cssVariable": "--text-sm",
670
+ "type": "dimension",
671
+ "description": "Text sm",
672
+ "light": "0.875rem",
673
+ "dark": "0.875rem",
674
+ "group": "Typography"
675
+ },
676
+ {
677
+ "path": "token.text-sm--line-height",
678
+ "cssVariable": "--text-sm--line-height",
679
+ "type": "dimension",
680
+ "description": "Text sm line height",
681
+ "light": "1.25rem",
682
+ "dark": "1.25rem",
683
+ "group": "Typography"
684
+ },
685
+ {
686
+ "path": "token.text-base",
687
+ "cssVariable": "--text-base",
688
+ "type": "dimension",
689
+ "description": "Text base",
690
+ "light": "1rem",
691
+ "dark": "1rem",
692
+ "group": "Typography"
693
+ },
694
+ {
695
+ "path": "token.text-base--line-height",
696
+ "cssVariable": "--text-base--line-height",
697
+ "type": "dimension",
698
+ "description": "Text base line height",
699
+ "light": "1.5rem",
700
+ "dark": "1.5rem",
701
+ "group": "Typography"
702
+ },
703
+ {
704
+ "path": "token.text-lg",
705
+ "cssVariable": "--text-lg",
706
+ "type": "dimension",
707
+ "description": "Text lg",
708
+ "light": "1.125rem",
709
+ "dark": "1.125rem",
710
+ "group": "Typography"
711
+ },
712
+ {
713
+ "path": "token.text-lg--line-height",
714
+ "cssVariable": "--text-lg--line-height",
715
+ "type": "dimension",
716
+ "description": "Text lg line height",
717
+ "light": "1.75rem",
718
+ "dark": "1.75rem",
719
+ "group": "Typography"
720
+ },
721
+ {
722
+ "path": "token.text-xl",
723
+ "cssVariable": "--text-xl",
724
+ "type": "dimension",
725
+ "description": "Text xl",
726
+ "light": "1.25rem",
727
+ "dark": "1.25rem",
728
+ "group": "Typography"
729
+ },
730
+ {
731
+ "path": "token.text-xl--line-height",
732
+ "cssVariable": "--text-xl--line-height",
733
+ "type": "dimension",
734
+ "description": "Text xl line height",
735
+ "light": "1.75rem",
736
+ "dark": "1.75rem",
737
+ "group": "Typography"
738
+ },
739
+ {
740
+ "path": "token.text-2xl",
741
+ "cssVariable": "--text-2xl",
742
+ "type": "dimension",
743
+ "description": "Text 2xl",
744
+ "light": "1.5rem",
745
+ "dark": "1.5rem",
746
+ "group": "Typography"
747
+ },
748
+ {
749
+ "path": "token.text-2xl--line-height",
750
+ "cssVariable": "--text-2xl--line-height",
751
+ "type": "dimension",
752
+ "description": "Text 2xl line height",
753
+ "light": "2rem",
754
+ "dark": "2rem",
755
+ "group": "Typography"
756
+ },
757
+ {
758
+ "path": "token.text-3xl",
759
+ "cssVariable": "--text-3xl",
760
+ "type": "dimension",
761
+ "description": "Text 3xl",
762
+ "light": "1.875rem",
763
+ "dark": "1.875rem",
764
+ "group": "Typography"
765
+ },
766
+ {
767
+ "path": "token.text-3xl--line-height",
768
+ "cssVariable": "--text-3xl--line-height",
769
+ "type": "dimension",
770
+ "description": "Text 3xl line height",
771
+ "light": "2.25rem",
772
+ "dark": "2.25rem",
773
+ "group": "Typography"
774
+ },
775
+ {
776
+ "path": "token.text-4xl",
777
+ "cssVariable": "--text-4xl",
778
+ "type": "dimension",
779
+ "description": "Text 4xl",
780
+ "light": "2.25rem",
781
+ "dark": "2.25rem",
782
+ "group": "Typography"
783
+ },
784
+ {
785
+ "path": "token.text-4xl--line-height",
786
+ "cssVariable": "--text-4xl--line-height",
787
+ "type": "dimension",
788
+ "description": "Text 4xl line height",
789
+ "light": "2.5rem",
790
+ "dark": "2.5rem",
791
+ "group": "Typography"
792
+ },
793
+ {
794
+ "path": "token.text-5xl",
795
+ "cssVariable": "--text-5xl",
796
+ "type": "dimension",
797
+ "description": "Text 5xl",
798
+ "light": "3rem",
799
+ "dark": "3rem",
800
+ "group": "Typography"
801
+ },
802
+ {
803
+ "path": "token.text-5xl--line-height",
804
+ "cssVariable": "--text-5xl--line-height",
805
+ "type": "number",
806
+ "description": "Text 5xl line height",
807
+ "light": "1",
808
+ "dark": "1",
809
+ "group": "Typography"
810
+ },
811
+ {
812
+ "path": "token.text-6xl",
813
+ "cssVariable": "--text-6xl",
814
+ "type": "dimension",
815
+ "description": "Text 6xl",
816
+ "light": "3.75rem",
817
+ "dark": "3.75rem",
818
+ "group": "Typography"
819
+ },
820
+ {
821
+ "path": "token.text-6xl--line-height",
822
+ "cssVariable": "--text-6xl--line-height",
823
+ "type": "number",
824
+ "description": "Text 6xl line height",
825
+ "light": "1",
826
+ "dark": "1",
827
+ "group": "Typography"
828
+ },
829
+ {
830
+ "path": "token.text-7xl",
831
+ "cssVariable": "--text-7xl",
832
+ "type": "dimension",
833
+ "description": "Text 7xl",
834
+ "light": "4.5rem",
835
+ "dark": "4.5rem",
836
+ "group": "Typography"
837
+ },
838
+ {
839
+ "path": "token.text-7xl--line-height",
840
+ "cssVariable": "--text-7xl--line-height",
841
+ "type": "number",
842
+ "description": "Text 7xl line height",
843
+ "light": "1",
844
+ "dark": "1",
845
+ "group": "Typography"
846
+ },
847
+ {
848
+ "path": "token.text-8xl",
849
+ "cssVariable": "--text-8xl",
850
+ "type": "dimension",
851
+ "description": "Text 8xl",
852
+ "light": "6rem",
853
+ "dark": "6rem",
854
+ "group": "Typography"
855
+ },
856
+ {
857
+ "path": "token.text-8xl--line-height",
858
+ "cssVariable": "--text-8xl--line-height",
859
+ "type": "number",
860
+ "description": "Text 8xl line height",
861
+ "light": "1",
862
+ "dark": "1",
863
+ "group": "Typography"
864
+ },
865
+ {
866
+ "path": "token.text-9xl",
867
+ "cssVariable": "--text-9xl",
868
+ "type": "dimension",
869
+ "description": "Text 9xl",
870
+ "light": "8rem",
871
+ "dark": "8rem",
872
+ "group": "Typography"
873
+ },
874
+ {
875
+ "path": "token.text-9xl--line-height",
876
+ "cssVariable": "--text-9xl--line-height",
877
+ "type": "number",
878
+ "description": "Text 9xl line height",
879
+ "light": "1",
880
+ "dark": "1",
881
+ "group": "Typography"
882
+ },
883
+ {
884
+ "path": "token.font-weight-normal",
885
+ "cssVariable": "--font-weight-normal",
886
+ "type": "number",
887
+ "description": "Weight normal",
888
+ "light": "400",
889
+ "dark": "400",
890
+ "group": "Typography"
891
+ },
892
+ {
893
+ "path": "token.font-weight-medium",
894
+ "cssVariable": "--font-weight-medium",
895
+ "type": "number",
896
+ "description": "Weight medium",
897
+ "light": "500",
898
+ "dark": "500",
899
+ "group": "Typography"
900
+ },
901
+ {
902
+ "path": "token.font-weight-semibold",
903
+ "cssVariable": "--font-weight-semibold",
904
+ "type": "number",
905
+ "description": "Weight semibold",
906
+ "light": "600",
907
+ "dark": "600",
908
+ "group": "Typography"
909
+ },
910
+ {
911
+ "path": "token.font-weight-bold",
912
+ "cssVariable": "--font-weight-bold",
913
+ "type": "number",
914
+ "description": "Weight bold",
915
+ "light": "700",
916
+ "dark": "700",
917
+ "group": "Typography"
918
+ },
919
+ {
920
+ "path": "token.font-heading",
921
+ "cssVariable": "--font-heading",
922
+ "type": "fontFamily",
923
+ "description": "Heading font",
924
+ "light": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
925
+ "dark": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
926
+ "group": "Typography"
927
+ },
928
+ {
929
+ "path": "token.font-body",
930
+ "cssVariable": "--font-body",
931
+ "type": "fontFamily",
932
+ "description": "Body font",
933
+ "light": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
934
+ "dark": "var(--font-sans, ui-sans-serif, system-ui, sans-serif)",
935
+ "group": "Typography"
936
+ },
937
+ {
938
+ "path": "token.shadow-xs",
939
+ "cssVariable": "--shadow-xs",
940
+ "type": "shadow",
941
+ "description": "Shadow xs",
942
+ "light": "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)",
943
+ "dark": "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)",
944
+ "group": "Shadows"
945
+ },
946
+ {
947
+ "path": "token.shadow-sm",
948
+ "cssVariable": "--shadow-sm",
949
+ "type": "shadow",
950
+ "description": "Shadow sm",
951
+ "light": "0 1px 3px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 1px 2px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
952
+ "dark": "0 1px 3px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 1px 2px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
953
+ "group": "Shadows"
954
+ },
955
+ {
956
+ "path": "token.shadow-md",
957
+ "cssVariable": "--shadow-md",
958
+ "type": "shadow",
959
+ "description": "Shadow md",
960
+ "light": "0 4px 6px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 2px 4px -2px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
961
+ "dark": "0 4px 6px -1px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 2px 4px -2px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
962
+ "group": "Shadows"
963
+ },
964
+ {
965
+ "path": "token.shadow-lg",
966
+ "cssVariable": "--shadow-lg",
967
+ "type": "shadow",
968
+ "description": "Shadow lg",
969
+ "light": "0 10px 15px -3px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
970
+ "dark": "0 10px 15px -3px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 10%, transparent)",
971
+ "group": "Shadows"
972
+ },
973
+ {
974
+ "path": "token.duration-fast",
975
+ "cssVariable": "--duration-fast",
976
+ "type": "duration",
977
+ "description": "Duration fast",
978
+ "light": "120ms",
979
+ "dark": "120ms",
980
+ "group": "Motion"
981
+ },
982
+ {
983
+ "path": "token.duration-base",
984
+ "cssVariable": "--duration-base",
985
+ "type": "duration",
986
+ "description": "Duration base",
987
+ "light": "180ms",
988
+ "dark": "180ms",
989
+ "group": "Motion"
990
+ },
991
+ {
992
+ "path": "token.duration-slow",
993
+ "cssVariable": "--duration-slow",
994
+ "type": "duration",
995
+ "description": "Duration slow",
996
+ "light": "240ms",
997
+ "dark": "240ms",
998
+ "group": "Motion"
999
+ },
1000
+ {
1001
+ "path": "token.ease-standard",
1002
+ "cssVariable": "--ease-standard",
1003
+ "type": "cubicBezier",
1004
+ "description": "Ease standard",
1005
+ "light": "cubic-bezier(0.2, 0, 0, 1)",
1006
+ "dark": "cubic-bezier(0.2, 0, 0, 1)",
1007
+ "group": "Motion"
1008
+ },
1009
+ {
1010
+ "path": "token.ease-emphasized",
1011
+ "cssVariable": "--ease-emphasized",
1012
+ "type": "cubicBezier",
1013
+ "description": "Ease emphasized",
1014
+ "light": "cubic-bezier(0.3, 0, 0, 1)",
1015
+ "dark": "cubic-bezier(0.3, 0, 0, 1)",
1016
+ "group": "Motion"
1017
+ },
1018
+ {
1019
+ "path": "token.z-base",
1020
+ "cssVariable": "--z-base",
1021
+ "type": "number",
1022
+ "description": "Base layer",
1023
+ "light": "0",
1024
+ "dark": "0",
1025
+ "group": "Layers"
1026
+ },
1027
+ {
1028
+ "path": "token.z-dropdown",
1029
+ "cssVariable": "--z-dropdown",
1030
+ "type": "number",
1031
+ "description": "Dropdown layer",
1032
+ "light": "1000",
1033
+ "dark": "1000",
1034
+ "group": "Layers"
1035
+ },
1036
+ {
1037
+ "path": "token.z-sticky",
1038
+ "cssVariable": "--z-sticky",
1039
+ "type": "number",
1040
+ "description": "Sticky layer",
1041
+ "light": "1100",
1042
+ "dark": "1100",
1043
+ "group": "Layers"
1044
+ },
1045
+ {
1046
+ "path": "token.z-overlay",
1047
+ "cssVariable": "--z-overlay",
1048
+ "type": "number",
1049
+ "description": "Overlay layer",
1050
+ "light": "1200",
1051
+ "dark": "1200",
1052
+ "group": "Layers"
1053
+ },
1054
+ {
1055
+ "path": "token.z-modal",
1056
+ "cssVariable": "--z-modal",
1057
+ "type": "number",
1058
+ "description": "Modal layer",
1059
+ "light": "1300",
1060
+ "dark": "1300",
1061
+ "group": "Layers"
1062
+ },
1063
+ {
1064
+ "path": "token.z-popover",
1065
+ "cssVariable": "--z-popover",
1066
+ "type": "number",
1067
+ "description": "Popover layer",
1068
+ "light": "1400",
1069
+ "dark": "1400",
1070
+ "group": "Layers"
1071
+ },
1072
+ {
1073
+ "path": "token.z-toast",
1074
+ "cssVariable": "--z-toast",
1075
+ "type": "number",
1076
+ "description": "Toast layer",
1077
+ "light": "1500",
1078
+ "dark": "1500",
1079
+ "group": "Layers"
1080
+ },
1081
+ {
1082
+ "path": "token.z-tooltip",
1083
+ "cssVariable": "--z-tooltip",
1084
+ "type": "number",
1085
+ "description": "Tooltip layer",
1086
+ "light": "1600",
1087
+ "dark": "1600",
1088
+ "group": "Layers"
1089
+ }
1090
+ ],
1091
+ "brands": {
1092
+ "default": {
1093
+ "label": "Default",
1094
+ "version": "1.1.1",
1095
+ "swatch": "222.2 47.4% 11.2%",
1096
+ "tokens": {
1097
+ "--primary": {
1098
+ "light": "222.2 47.4% 11.2%",
1099
+ "dark": "210 40% 98%"
1100
+ },
1101
+ "--primary-foreground": {
1102
+ "light": "210 40% 98%",
1103
+ "dark": "222.2 47.4% 11.2%"
1104
+ },
1105
+ "--ring": {
1106
+ "light": "222.2 84% 4.9%",
1107
+ "dark": "212.7 26.8% 83.9%"
1108
+ },
1109
+ "--radius": {
1110
+ "light": "0.5rem",
1111
+ "dark": "0.5rem"
1112
+ }
1113
+ }
1114
+ },
1115
+ "zinc": {
1116
+ "label": "Zinc",
1117
+ "version": "1.1.1",
1118
+ "swatch": "240 5.9% 10%",
1119
+ "tokens": {
1120
+ "--primary": {
1121
+ "light": "240 5.9% 10%",
1122
+ "dark": "0 0% 98%"
1123
+ },
1124
+ "--primary-foreground": {
1125
+ "light": "0 0% 98%",
1126
+ "dark": "240 5.9% 10%"
1127
+ },
1128
+ "--ring": {
1129
+ "light": "240 5.9% 10%",
1130
+ "dark": "240 4.9% 83.9%"
1131
+ },
1132
+ "--radius": {
1133
+ "light": "0.5rem",
1134
+ "dark": "0.5rem"
1135
+ }
1136
+ }
1137
+ },
1138
+ "slate": {
1139
+ "label": "Slate",
1140
+ "version": "1.1.1",
1141
+ "swatch": "215.3 25% 26.7%",
1142
+ "tokens": {
1143
+ "--primary": {
1144
+ "light": "215.3 25% 26.7%",
1145
+ "dark": "210 40% 98%"
1146
+ },
1147
+ "--primary-foreground": {
1148
+ "light": "210 40% 98%",
1149
+ "dark": "215.3 25% 26.7%"
1150
+ },
1151
+ "--ring": {
1152
+ "light": "215.3 25% 26.7%",
1153
+ "dark": "212.7 26.8% 83.9%"
1154
+ },
1155
+ "--radius": {
1156
+ "light": "0.5rem",
1157
+ "dark": "0.5rem"
1158
+ }
1159
+ }
1160
+ },
1161
+ "rose": {
1162
+ "label": "Rose",
1163
+ "version": "1.1.1",
1164
+ "swatch": "346.8 77.2% 48%",
1165
+ "tokens": {
1166
+ "--primary": {
1167
+ "light": "346.8 77.2% 48%",
1168
+ "dark": "346.8 77.2% 48%"
1169
+ },
1170
+ "--primary-foreground": {
1171
+ "light": "355.7 100% 97.3%",
1172
+ "dark": "355.7 100% 97.3%"
1173
+ },
1174
+ "--ring": {
1175
+ "light": "346.8 77.2% 48%",
1176
+ "dark": "346.8 77.2% 48%"
1177
+ },
1178
+ "--radius": {
1179
+ "light": "0.5rem",
1180
+ "dark": "0.5rem"
1181
+ }
1182
+ }
1183
+ },
1184
+ "emerald": {
1185
+ "label": "Emerald",
1186
+ "version": "1.1.1",
1187
+ "swatch": "142.1 76.2% 28%",
1188
+ "tokens": {
1189
+ "--primary": {
1190
+ "light": "142.1 76.2% 28%",
1191
+ "dark": "142.1 70.6% 45.3%"
1192
+ },
1193
+ "--primary-foreground": {
1194
+ "light": "355.7 100% 97.3%",
1195
+ "dark": "144.9 80.4% 10%"
1196
+ },
1197
+ "--ring": {
1198
+ "light": "142.1 76.2% 28%",
1199
+ "dark": "142.1 70.6% 45.3%"
1200
+ },
1201
+ "--radius": {
1202
+ "light": "0.5rem",
1203
+ "dark": "0.5rem"
1204
+ }
1205
+ }
1206
+ },
1207
+ "violet": {
1208
+ "label": "Violet",
1209
+ "version": "1.1.1",
1210
+ "swatch": "262.1 83.3% 57.8%",
1211
+ "tokens": {
1212
+ "--primary": {
1213
+ "light": "262.1 83.3% 57.8%",
1214
+ "dark": "263.4 70% 50.4%"
1215
+ },
1216
+ "--primary-foreground": {
1217
+ "light": "210 20% 98%",
1218
+ "dark": "210 20% 98%"
1219
+ },
1220
+ "--ring": {
1221
+ "light": "262.1 83.3% 57.8%",
1222
+ "dark": "263.4 70% 55%"
1223
+ },
1224
+ "--radius": {
1225
+ "light": "0.5rem",
1226
+ "dark": "0.5rem"
1227
+ }
1228
+ }
1229
+ },
1230
+ "midnight": {
1231
+ "label": "Midnight",
1232
+ "version": "1.1.1",
1233
+ "swatch": "224 76.3% 48%",
1234
+ "tokens": {
1235
+ "--primary": {
1236
+ "light": "224 76.3% 48%",
1237
+ "dark": "217.2 91.2% 59.8%"
1238
+ },
1239
+ "--primary-foreground": {
1240
+ "light": "210 40% 98%",
1241
+ "dark": "222.2 47.4% 11.2%"
1242
+ },
1243
+ "--ring": {
1244
+ "light": "224 76.3% 48%",
1245
+ "dark": "217.2 91.2% 59.8%"
1246
+ },
1247
+ "--radius": {
1248
+ "light": "0.75rem",
1249
+ "dark": "0.75rem"
1250
+ }
1251
+ }
1252
+ },
1253
+ "sunset": {
1254
+ "label": "Sunset",
1255
+ "version": "1.1.1",
1256
+ "swatch": "24.6 95% 38%",
1257
+ "tokens": {
1258
+ "--primary": {
1259
+ "light": "24.6 95% 38%",
1260
+ "dark": "20.5 90.2% 48.2%"
1261
+ },
1262
+ "--primary-foreground": {
1263
+ "light": "60 9.1% 97.8%",
1264
+ "dark": "20 14.3% 4.1%"
1265
+ },
1266
+ "--ring": {
1267
+ "light": "24.6 95% 38%",
1268
+ "dark": "20.5 90.2% 48.2%"
1269
+ },
1270
+ "--radius": {
1271
+ "light": "0.75rem",
1272
+ "dark": "0.75rem"
1273
+ }
1274
+ }
1275
+ },
1276
+ "spotify": {
1277
+ "label": "Spotify",
1278
+ "version": "1.1.1",
1279
+ "swatch": "141.6 73.4% 30%",
1280
+ "tokens": {
1281
+ "--primary": {
1282
+ "light": "141.6 73.4% 30%",
1283
+ "dark": "141.9 69.2% 58%"
1284
+ },
1285
+ "--primary-foreground": {
1286
+ "light": "0 0% 100%",
1287
+ "dark": "141 80% 8%"
1288
+ },
1289
+ "--ring": {
1290
+ "light": "141.6 73.4% 30%",
1291
+ "dark": "141.9 69.2% 58%"
1292
+ },
1293
+ "--radius": {
1294
+ "light": "0.75rem",
1295
+ "dark": "0.75rem"
1296
+ }
1297
+ }
1298
+ },
1299
+ "neo": {
1300
+ "label": "Neo",
1301
+ "version": "1.1.1",
1302
+ "swatch": "0 0% 4%",
1303
+ "tokens": {
1304
+ "--primary": {
1305
+ "light": "0 0% 4%",
1306
+ "dark": "0 0% 98%"
1307
+ },
1308
+ "--primary-foreground": {
1309
+ "light": "0 0% 98%",
1310
+ "dark": "0 0% 4%"
1311
+ },
1312
+ "--ring": {
1313
+ "light": "0 0% 4%",
1314
+ "dark": "0 0% 98%"
1315
+ },
1316
+ "--radius": {
1317
+ "light": "0rem",
1318
+ "dark": "0rem"
1319
+ }
1320
+ }
1321
+ },
1322
+ "claude": {
1323
+ "label": "Claude",
1324
+ "version": "1.1.1",
1325
+ "swatch": "15.2 63.1% 59.2%",
1326
+ "tokens": {
1327
+ "--primary": {
1328
+ "light": "15.2 63.1% 59.2%",
1329
+ "dark": "15.2 55.4% 52.5%"
1330
+ },
1331
+ "--primary-foreground": {
1332
+ "light": "20 50% 10%",
1333
+ "dark": "20 50% 10%"
1334
+ },
1335
+ "--ring": {
1336
+ "light": "15.2 63.1% 59.2%",
1337
+ "dark": "15.2 55.4% 52.5%"
1338
+ },
1339
+ "--radius": {
1340
+ "light": "0.5rem",
1341
+ "dark": "0.5rem"
1342
+ }
1343
+ }
1344
+ },
1345
+ "monogram": {
1346
+ "label": "Monogram",
1347
+ "version": "1.2.1",
1348
+ "swatch": "0 0% 12.5%",
1349
+ "tokens": {
1350
+ "--background": {
1351
+ "light": "0 0% 100%",
1352
+ "dark": "0 0% 7%"
1353
+ },
1354
+ "--foreground": {
1355
+ "light": "0 0% 12.5%",
1356
+ "dark": "0 0% 98%"
1357
+ },
1358
+ "--primary": {
1359
+ "light": "0 0% 12.5%",
1360
+ "dark": "0 0% 98%"
1361
+ },
1362
+ "--primary-foreground": {
1363
+ "light": "0 0% 100%",
1364
+ "dark": "0 0% 12.5%"
1365
+ },
1366
+ "--secondary": {
1367
+ "light": "0 0% 95.7%",
1368
+ "dark": "0 0% 14.9%"
1369
+ },
1370
+ "--secondary-foreground": {
1371
+ "light": "0 0% 12.5%",
1372
+ "dark": "0 0% 98%"
1373
+ },
1374
+ "--muted": {
1375
+ "light": "0 0% 95.7%",
1376
+ "dark": "0 0% 14.9%"
1377
+ },
1378
+ "--muted-foreground": {
1379
+ "light": "0 0% 43%",
1380
+ "dark": "0 0% 63.9%"
1381
+ },
1382
+ "--accent": {
1383
+ "light": "0 0% 95.7%",
1384
+ "dark": "0 0% 14.9%"
1385
+ },
1386
+ "--accent-foreground": {
1387
+ "light": "0 0% 12.5%",
1388
+ "dark": "0 0% 98%"
1389
+ },
1390
+ "--border": {
1391
+ "light": "0 0% 57%",
1392
+ "dark": "0 0% 45%"
1393
+ },
1394
+ "--input": {
1395
+ "light": "0 0% 57%",
1396
+ "dark": "0 0% 45%"
1397
+ },
1398
+ "--ring": {
1399
+ "light": "0 0% 12.5%",
1400
+ "dark": "0 0% 83.9%"
1401
+ },
1402
+ "--radius": {
1403
+ "light": "0rem",
1404
+ "dark": "0rem"
1405
+ },
1406
+ "--font-heading": {
1407
+ "light": "'Fraunces', Georgia, serif",
1408
+ "dark": "'Fraunces', Georgia, serif"
1409
+ },
1410
+ "--font-body": {
1411
+ "light": "'DM Sans', ui-sans-serif, system-ui, sans-serif",
1412
+ "dark": "'DM Sans', ui-sans-serif, system-ui, sans-serif"
1413
+ }
1414
+ }
1415
+ },
1416
+ "prestige": {
1417
+ "label": "Prestige",
1418
+ "version": "1.2.1",
1419
+ "swatch": "0 0% 11%",
1420
+ "tokens": {
1421
+ "--background": {
1422
+ "light": "0 0% 93.7%",
1423
+ "dark": "0 0% 9%"
1424
+ },
1425
+ "--foreground": {
1426
+ "light": "0 0% 11%",
1427
+ "dark": "0 0% 95%"
1428
+ },
1429
+ "--card": {
1430
+ "light": "0 0% 100%",
1431
+ "dark": "0 0% 12%"
1432
+ },
1433
+ "--primary": {
1434
+ "light": "0 0% 11%",
1435
+ "dark": "0 0% 95%"
1436
+ },
1437
+ "--primary-foreground": {
1438
+ "light": "0 0% 100%",
1439
+ "dark": "0 0% 11%"
1440
+ },
1441
+ "--secondary": {
1442
+ "light": "0 0% 88%",
1443
+ "dark": "0 0% 16%"
1444
+ },
1445
+ "--muted": {
1446
+ "light": "0 0% 88%",
1447
+ "dark": "0 0% 16%"
1448
+ },
1449
+ "--muted-foreground": {
1450
+ "light": "0 0% 38%",
1451
+ "dark": "0 0% 64%"
1452
+ },
1453
+ "--border": {
1454
+ "light": "0 0% 52%",
1455
+ "dark": "0 0% 45%"
1456
+ },
1457
+ "--input": {
1458
+ "light": "0 0% 52%",
1459
+ "dark": "0 0% 45%"
1460
+ },
1461
+ "--ring": {
1462
+ "light": "0 0% 11%",
1463
+ "dark": "0 0% 84%"
1464
+ },
1465
+ "--radius": {
1466
+ "light": "0rem",
1467
+ "dark": "0rem"
1468
+ },
1469
+ "--font-heading": {
1470
+ "light": "'Instrument Sans', sans-serif",
1471
+ "dark": "'Instrument Sans', sans-serif"
1472
+ },
1473
+ "--font-body": {
1474
+ "light": "'Nunito', ui-sans-serif, system-ui, sans-serif",
1475
+ "dark": "'Nunito', ui-sans-serif, system-ui, sans-serif"
1476
+ }
1477
+ }
1478
+ },
1479
+ "showcase": {
1480
+ "label": "Showcase",
1481
+ "version": "1.2.1",
1482
+ "swatch": "240 9% 30%",
1483
+ "tokens": {
1484
+ "--background": {
1485
+ "light": "0 0% 100%",
1486
+ "dark": "240 9% 8%"
1487
+ },
1488
+ "--foreground": {
1489
+ "light": "240 9% 30%",
1490
+ "dark": "240 9% 92%"
1491
+ },
1492
+ "--primary": {
1493
+ "light": "240 9% 30%",
1494
+ "dark": "240 9% 92%"
1495
+ },
1496
+ "--primary-foreground": {
1497
+ "light": "0 0% 100%",
1498
+ "dark": "240 9% 12%"
1499
+ },
1500
+ "--secondary": {
1501
+ "light": "240 9% 96%",
1502
+ "dark": "240 8% 16%"
1503
+ },
1504
+ "--muted": {
1505
+ "light": "240 9% 96%",
1506
+ "dark": "240 8% 16%"
1507
+ },
1508
+ "--muted-foreground": {
1509
+ "light": "240 6% 46%",
1510
+ "dark": "240 6% 64%"
1511
+ },
1512
+ "--border": {
1513
+ "light": "240 8% 57%",
1514
+ "dark": "240 6% 45%"
1515
+ },
1516
+ "--input": {
1517
+ "light": "240 8% 57%",
1518
+ "dark": "240 6% 45%"
1519
+ },
1520
+ "--ring": {
1521
+ "light": "240 9% 30%",
1522
+ "dark": "240 9% 84%"
1523
+ },
1524
+ "--radius": {
1525
+ "light": "0rem",
1526
+ "dark": "0rem"
1527
+ },
1528
+ "--font-heading": {
1529
+ "light": "'Jost', sans-serif",
1530
+ "dark": "'Jost', sans-serif"
1531
+ },
1532
+ "--font-body": {
1533
+ "light": "'Nunito Sans', ui-sans-serif, system-ui, sans-serif",
1534
+ "dark": "'Nunito Sans', ui-sans-serif, system-ui, sans-serif"
1535
+ }
1536
+ }
1537
+ },
1538
+ "madrid": {
1539
+ "label": "Madrid",
1540
+ "version": "1.2.1",
1541
+ "swatch": "0 0% 0%",
1542
+ "tokens": {
1543
+ "--background": {
1544
+ "light": "0 0% 100%",
1545
+ "dark": "0 0% 7%"
1546
+ },
1547
+ "--foreground": {
1548
+ "light": "0 0% 0%",
1549
+ "dark": "0 0% 98%"
1550
+ },
1551
+ "--primary": {
1552
+ "light": "0 0% 0%",
1553
+ "dark": "0 0% 98%"
1554
+ },
1555
+ "--primary-foreground": {
1556
+ "light": "0 0% 100%",
1557
+ "dark": "0 0% 0%"
1558
+ },
1559
+ "--secondary": {
1560
+ "light": "0 0% 96%",
1561
+ "dark": "0 0% 15%"
1562
+ },
1563
+ "--muted": {
1564
+ "light": "0 0% 96%",
1565
+ "dark": "0 0% 15%"
1566
+ },
1567
+ "--muted-foreground": {
1568
+ "light": "0 0% 40%",
1569
+ "dark": "0 0% 64%"
1570
+ },
1571
+ "--border": {
1572
+ "light": "0 0% 57%",
1573
+ "dark": "0 0% 45%"
1574
+ },
1575
+ "--input": {
1576
+ "light": "0 0% 57%",
1577
+ "dark": "0 0% 45%"
1578
+ },
1579
+ "--ring": {
1580
+ "light": "0 0% 0%",
1581
+ "dark": "0 0% 84%"
1582
+ },
1583
+ "--radius": {
1584
+ "light": "0rem",
1585
+ "dark": "0rem"
1586
+ },
1587
+ "--font-heading": {
1588
+ "light": "'Figtree', sans-serif",
1589
+ "dark": "'Figtree', sans-serif"
1590
+ },
1591
+ "--font-body": {
1592
+ "light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
1593
+ "dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
1594
+ }
1595
+ }
1596
+ },
1597
+ "xclusive": {
1598
+ "label": "Xclusive",
1599
+ "version": "1.2.1",
1600
+ "swatch": "0 0% 12%",
1601
+ "tokens": {
1602
+ "--background": {
1603
+ "light": "0 0% 100%",
1604
+ "dark": "0 0% 8%"
1605
+ },
1606
+ "--foreground": {
1607
+ "light": "0 0% 12%",
1608
+ "dark": "0 0% 95%"
1609
+ },
1610
+ "--primary": {
1611
+ "light": "0 0% 12%",
1612
+ "dark": "0 0% 95%"
1613
+ },
1614
+ "--primary-foreground": {
1615
+ "light": "0 0% 100%",
1616
+ "dark": "0 0% 12%"
1617
+ },
1618
+ "--secondary": {
1619
+ "light": "0 0% 96%",
1620
+ "dark": "0 0% 16%"
1621
+ },
1622
+ "--muted": {
1623
+ "light": "0 0% 96%",
1624
+ "dark": "0 0% 16%"
1625
+ },
1626
+ "--muted-foreground": {
1627
+ "light": "0 0% 44%",
1628
+ "dark": "0 0% 64%"
1629
+ },
1630
+ "--border": {
1631
+ "light": "0 0% 57%",
1632
+ "dark": "0 0% 45%"
1633
+ },
1634
+ "--input": {
1635
+ "light": "0 0% 57%",
1636
+ "dark": "0 0% 45%"
1637
+ },
1638
+ "--ring": {
1639
+ "light": "0 0% 12%",
1640
+ "dark": "0 0% 84%"
1641
+ },
1642
+ "--radius": {
1643
+ "light": "0rem",
1644
+ "dark": "0rem"
1645
+ },
1646
+ "--font-heading": {
1647
+ "light": "'Libre Baskerville', Georgia, serif",
1648
+ "dark": "'Libre Baskerville', Georgia, serif"
1649
+ },
1650
+ "--font-body": {
1651
+ "light": "'Lato', ui-sans-serif, system-ui, sans-serif",
1652
+ "dark": "'Lato', ui-sans-serif, system-ui, sans-serif"
1653
+ }
1654
+ }
1655
+ },
1656
+ "alchemy": {
1657
+ "label": "Alchemy",
1658
+ "version": "1.2.1",
1659
+ "swatch": "240 7% 11%",
1660
+ "tokens": {
1661
+ "--background": {
1662
+ "light": "0 0% 93.7%",
1663
+ "dark": "240 8% 8%"
1664
+ },
1665
+ "--foreground": {
1666
+ "light": "240 7% 11%",
1667
+ "dark": "0 0% 95%"
1668
+ },
1669
+ "--card": {
1670
+ "light": "0 0% 100%",
1671
+ "dark": "240 8% 12%"
1672
+ },
1673
+ "--primary": {
1674
+ "light": "240 7% 11%",
1675
+ "dark": "0 0% 95%"
1676
+ },
1677
+ "--primary-foreground": {
1678
+ "light": "0 0% 100%",
1679
+ "dark": "240 7% 11%"
1680
+ },
1681
+ "--secondary": {
1682
+ "light": "240 6% 88%",
1683
+ "dark": "240 7% 16%"
1684
+ },
1685
+ "--muted": {
1686
+ "light": "240 6% 88%",
1687
+ "dark": "240 7% 16%"
1688
+ },
1689
+ "--muted-foreground": {
1690
+ "light": "240 5% 40%",
1691
+ "dark": "240 5% 64%"
1692
+ },
1693
+ "--border": {
1694
+ "light": "240 6% 52%",
1695
+ "dark": "240 6% 45%"
1696
+ },
1697
+ "--input": {
1698
+ "light": "240 6% 52%",
1699
+ "dark": "240 6% 45%"
1700
+ },
1701
+ "--ring": {
1702
+ "light": "240 7% 11%",
1703
+ "dark": "0 0% 84%"
1704
+ },
1705
+ "--radius": {
1706
+ "light": "0rem",
1707
+ "dark": "0rem"
1708
+ },
1709
+ "--font-heading": {
1710
+ "light": "'Figtree', sans-serif",
1711
+ "dark": "'Figtree', sans-serif"
1712
+ },
1713
+ "--font-body": {
1714
+ "light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
1715
+ "dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
1716
+ }
1717
+ }
1718
+ },
1719
+ "reformation": {
1720
+ "label": "Reformation",
1721
+ "version": "1.2.1",
1722
+ "swatch": "228 31% 23%",
1723
+ "tokens": {
1724
+ "--background": {
1725
+ "light": "0 0% 100%",
1726
+ "dark": "228 30% 8%"
1727
+ },
1728
+ "--foreground": {
1729
+ "light": "228 31% 23%",
1730
+ "dark": "228 20% 92%"
1731
+ },
1732
+ "--primary": {
1733
+ "light": "228 31% 23%",
1734
+ "dark": "228 30% 72%"
1735
+ },
1736
+ "--primary-foreground": {
1737
+ "light": "0 0% 100%",
1738
+ "dark": "228 30% 12%"
1739
+ },
1740
+ "--secondary": {
1741
+ "light": "228 30% 96%",
1742
+ "dark": "228 25% 16%"
1743
+ },
1744
+ "--muted": {
1745
+ "light": "228 30% 96%",
1746
+ "dark": "228 25% 16%"
1747
+ },
1748
+ "--muted-foreground": {
1749
+ "light": "228 12% 45%",
1750
+ "dark": "228 14% 64%"
1751
+ },
1752
+ "--border": {
1753
+ "light": "228 20% 57%",
1754
+ "dark": "228 18% 45%"
1755
+ },
1756
+ "--input": {
1757
+ "light": "228 20% 57%",
1758
+ "dark": "228 18% 45%"
1759
+ },
1760
+ "--ring": {
1761
+ "light": "228 31% 23%",
1762
+ "dark": "228 30% 72%"
1763
+ },
1764
+ "--radius": {
1765
+ "light": "0rem",
1766
+ "dark": "0rem"
1767
+ },
1768
+ "--font-heading": {
1769
+ "light": "'Montserrat', sans-serif",
1770
+ "dark": "'Montserrat', sans-serif"
1771
+ },
1772
+ "--font-body": {
1773
+ "light": "'Figtree', ui-sans-serif, system-ui, sans-serif",
1774
+ "dark": "'Figtree', ui-sans-serif, system-ui, sans-serif"
1775
+ }
1776
+ }
1777
+ },
1778
+ "sampo": {
1779
+ "label": "Sampo",
1780
+ "version": "1.2.1",
1781
+ "swatch": "30 8% 19%",
1782
+ "tokens": {
1783
+ "--background": {
1784
+ "light": "0 0% 100%",
1785
+ "dark": "30 8% 8%"
1786
+ },
1787
+ "--foreground": {
1788
+ "light": "0 0% 0%",
1789
+ "dark": "0 0% 96%"
1790
+ },
1791
+ "--primary": {
1792
+ "light": "30 8% 19%",
1793
+ "dark": "30 8% 82%"
1794
+ },
1795
+ "--primary-foreground": {
1796
+ "light": "0 0% 100%",
1797
+ "dark": "30 8% 12%"
1798
+ },
1799
+ "--secondary": {
1800
+ "light": "30 8% 96%",
1801
+ "dark": "30 8% 16%"
1802
+ },
1803
+ "--muted": {
1804
+ "light": "30 8% 96%",
1805
+ "dark": "30 8% 16%"
1806
+ },
1807
+ "--muted-foreground": {
1808
+ "light": "30 5% 42%",
1809
+ "dark": "30 5% 64%"
1810
+ },
1811
+ "--border": {
1812
+ "light": "30 8% 57%",
1813
+ "dark": "30 8% 45%"
1814
+ },
1815
+ "--input": {
1816
+ "light": "30 8% 57%",
1817
+ "dark": "30 8% 45%"
1818
+ },
1819
+ "--ring": {
1820
+ "light": "30 8% 19%",
1821
+ "dark": "30 8% 82%"
1822
+ },
1823
+ "--radius": {
1824
+ "light": "0rem",
1825
+ "dark": "0rem"
1826
+ },
1827
+ "--font-heading": {
1828
+ "light": "'Inter', sans-serif",
1829
+ "dark": "'Inter', sans-serif"
1830
+ },
1831
+ "--font-body": {
1832
+ "light": "'Inter', ui-sans-serif, system-ui, sans-serif",
1833
+ "dark": "'Inter', ui-sans-serif, system-ui, sans-serif"
1834
+ }
1835
+ }
1836
+ }
1837
+ },
1838
+ "modes": [
1839
+ "density-comfortable",
1840
+ "density-compact",
1841
+ "high-contrast",
1842
+ "reduced-motion"
1843
+ ]
1844
+ } as const;
1845
+
1846
+ export const themePresets = themeMetadata.brands;
1847
+
1848
+ export type ThemeBrand = keyof typeof themePresets;
1849
+ export type ThemeMode = (typeof themeMetadata.modes)[number];
1850
+ export type DesignTokenPath = (typeof themeMetadata.tokens)[number]['path'];