@brokui/brok-design-language 0.1.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.
@@ -0,0 +1,2457 @@
1
+ export declare const themeMetadata: {
2
+ readonly schemaVersion: 1;
3
+ readonly format: "DTCG 2025.10";
4
+ readonly source: "tokens/";
5
+ readonly sourceSha256: "471c62ae6c9cab7ea22ec7142fb39595e0dfe5073394dda1084b6f53918b5390";
6
+ readonly selectors: {
7
+ readonly brand: "data-brand";
8
+ readonly color: "class";
9
+ readonly contrast: "data-contrast";
10
+ readonly motion: "data-motion";
11
+ readonly density: "data-density";
12
+ };
13
+ readonly groups: readonly ["Colors", "Charts", "Spacing", "Controls", "Layout", "Radius", "Typography", "Shadows", "Motion", "Layers"];
14
+ readonly tokens: readonly [{
15
+ readonly path: "token.background";
16
+ readonly cssVariable: "--background";
17
+ readonly type: "color";
18
+ readonly description: "Background";
19
+ readonly light: "0 0% 100%";
20
+ readonly dark: "24 8% 9%";
21
+ readonly group: "Colors";
22
+ }, {
23
+ readonly path: "token.foreground";
24
+ readonly cssVariable: "--foreground";
25
+ readonly type: "color";
26
+ readonly description: "Foreground";
27
+ readonly light: "24 12% 10%";
28
+ readonly dark: "30 12% 96%";
29
+ readonly group: "Colors";
30
+ }, {
31
+ readonly path: "token.card";
32
+ readonly cssVariable: "--card";
33
+ readonly type: "color";
34
+ readonly description: "Card";
35
+ readonly light: "0 0% 100%";
36
+ readonly dark: "24 8% 11%";
37
+ readonly group: "Colors";
38
+ }, {
39
+ readonly path: "token.card-foreground";
40
+ readonly cssVariable: "--card-foreground";
41
+ readonly type: "color";
42
+ readonly description: "Card foreground";
43
+ readonly light: "24 12% 10%";
44
+ readonly dark: "30 12% 96%";
45
+ readonly group: "Colors";
46
+ }, {
47
+ readonly path: "token.popover";
48
+ readonly cssVariable: "--popover";
49
+ readonly type: "color";
50
+ readonly description: "Popover";
51
+ readonly light: "0 0% 100%";
52
+ readonly dark: "24 8% 11%";
53
+ readonly group: "Colors";
54
+ }, {
55
+ readonly path: "token.popover-foreground";
56
+ readonly cssVariable: "--popover-foreground";
57
+ readonly type: "color";
58
+ readonly description: "Popover foreground";
59
+ readonly light: "24 12% 10%";
60
+ readonly dark: "30 12% 96%";
61
+ readonly group: "Colors";
62
+ }, {
63
+ readonly path: "token.primary";
64
+ readonly cssVariable: "--primary";
65
+ readonly type: "color";
66
+ readonly description: "Primary";
67
+ readonly light: "15 90% 40%";
68
+ readonly dark: "15 90% 62%";
69
+ readonly group: "Colors";
70
+ }, {
71
+ readonly path: "token.primary-foreground";
72
+ readonly cssVariable: "--primary-foreground";
73
+ readonly type: "color";
74
+ readonly description: "Primary foreground";
75
+ readonly light: "0 0% 100%";
76
+ readonly dark: "20 14.3% 4.1%";
77
+ readonly group: "Colors";
78
+ }, {
79
+ readonly path: "token.secondary";
80
+ readonly cssVariable: "--secondary";
81
+ readonly type: "color";
82
+ readonly description: "Secondary";
83
+ readonly light: "30 14% 95%";
84
+ readonly dark: "24 8% 18%";
85
+ readonly group: "Colors";
86
+ }, {
87
+ readonly path: "token.secondary-foreground";
88
+ readonly cssVariable: "--secondary-foreground";
89
+ readonly type: "color";
90
+ readonly description: "Secondary foreground";
91
+ readonly light: "24 14% 14%";
92
+ readonly dark: "30 12% 96%";
93
+ readonly group: "Colors";
94
+ }, {
95
+ readonly path: "token.muted";
96
+ readonly cssVariable: "--muted";
97
+ readonly type: "color";
98
+ readonly description: "Muted";
99
+ readonly light: "30 14% 95%";
100
+ readonly dark: "24 8% 18%";
101
+ readonly group: "Colors";
102
+ }, {
103
+ readonly path: "token.muted-foreground";
104
+ readonly cssVariable: "--muted-foreground";
105
+ readonly type: "color";
106
+ readonly description: "Muted foreground";
107
+ readonly light: "24 8% 38%";
108
+ readonly dark: "30 8% 64%";
109
+ readonly group: "Colors";
110
+ }, {
111
+ readonly path: "token.accent";
112
+ readonly cssVariable: "--accent";
113
+ readonly type: "color";
114
+ readonly description: "Accent";
115
+ readonly light: "30 14% 94%";
116
+ readonly dark: "24 8% 18%";
117
+ readonly group: "Colors";
118
+ }, {
119
+ readonly path: "token.accent-foreground";
120
+ readonly cssVariable: "--accent-foreground";
121
+ readonly type: "color";
122
+ readonly description: "Accent foreground";
123
+ readonly light: "24 14% 14%";
124
+ readonly dark: "30 12% 96%";
125
+ readonly group: "Colors";
126
+ }, {
127
+ readonly path: "token.destructive";
128
+ readonly cssVariable: "--destructive";
129
+ readonly type: "color";
130
+ readonly description: "Destructive";
131
+ readonly light: "0 72% 42%";
132
+ readonly dark: "0 84% 78%";
133
+ readonly group: "Colors";
134
+ }, {
135
+ readonly path: "token.destructive-foreground";
136
+ readonly cssVariable: "--destructive-foreground";
137
+ readonly type: "color";
138
+ readonly description: "Destructive foreground";
139
+ readonly light: "210 40% 98%";
140
+ readonly dark: "20 14.3% 4.1%";
141
+ readonly group: "Colors";
142
+ }, {
143
+ readonly path: "token.success";
144
+ readonly cssVariable: "--success";
145
+ readonly type: "color";
146
+ readonly description: "Success";
147
+ readonly light: "142 76% 25%";
148
+ readonly dark: "142.1 70.6% 45.3%";
149
+ readonly group: "Colors";
150
+ }, {
151
+ readonly path: "token.success-foreground";
152
+ readonly cssVariable: "--success-foreground";
153
+ readonly type: "color";
154
+ readonly description: "Success foreground";
155
+ readonly light: "355.7 100% 97.3%";
156
+ readonly dark: "144.9 80.4% 10%";
157
+ readonly group: "Colors";
158
+ }, {
159
+ readonly path: "token.warning";
160
+ readonly cssVariable: "--warning";
161
+ readonly type: "color";
162
+ readonly description: "Warning";
163
+ readonly light: "26 90% 34%";
164
+ readonly dark: "47.9 95.8% 53.1%";
165
+ readonly group: "Colors";
166
+ }, {
167
+ readonly path: "token.warning-foreground";
168
+ readonly cssVariable: "--warning-foreground";
169
+ readonly type: "color";
170
+ readonly description: "Warning foreground";
171
+ readonly light: "0 0% 100%";
172
+ readonly dark: "26 83.3% 14.1%";
173
+ readonly group: "Colors";
174
+ }, {
175
+ readonly path: "token.info";
176
+ readonly cssVariable: "--info";
177
+ readonly type: "color";
178
+ readonly description: "Info";
179
+ readonly light: "221 83% 42%";
180
+ readonly dark: "217.2 91.2% 70%";
181
+ readonly group: "Colors";
182
+ }, {
183
+ readonly path: "token.info-foreground";
184
+ readonly cssVariable: "--info-foreground";
185
+ readonly type: "color";
186
+ readonly description: "Info foreground";
187
+ readonly light: "210 40% 98%";
188
+ readonly dark: "222.2 47.4% 11.2%";
189
+ readonly group: "Colors";
190
+ }, {
191
+ readonly path: "token.border";
192
+ readonly cssVariable: "--border";
193
+ readonly type: "color";
194
+ readonly description: "Border";
195
+ readonly light: "30 12% 57%";
196
+ readonly dark: "24 8% 45%";
197
+ readonly group: "Colors";
198
+ }, {
199
+ readonly path: "token.input";
200
+ readonly cssVariable: "--input";
201
+ readonly type: "color";
202
+ readonly description: "Input";
203
+ readonly light: "30 12% 57%";
204
+ readonly dark: "24 8% 45%";
205
+ readonly group: "Colors";
206
+ }, {
207
+ readonly path: "token.ring";
208
+ readonly cssVariable: "--ring";
209
+ readonly type: "color";
210
+ readonly description: "Ring";
211
+ readonly light: "15 88% 42%";
212
+ readonly dark: "15 90% 62%";
213
+ readonly group: "Colors";
214
+ }, {
215
+ readonly path: "token.chart-1";
216
+ readonly cssVariable: "--chart-1";
217
+ readonly type: "color";
218
+ readonly description: "Chart 1";
219
+ readonly light: "221 83% 53%";
220
+ readonly dark: "217 91% 65%";
221
+ readonly group: "Charts";
222
+ }, {
223
+ readonly path: "token.chart-2";
224
+ readonly cssVariable: "--chart-2";
225
+ readonly type: "color";
226
+ readonly description: "Chart 2";
227
+ readonly light: "173 58% 39%";
228
+ readonly dark: "173 58% 49%";
229
+ readonly group: "Charts";
230
+ }, {
231
+ readonly path: "token.chart-3";
232
+ readonly cssVariable: "--chart-3";
233
+ readonly type: "color";
234
+ readonly description: "Chart 3";
235
+ readonly light: "38 92% 50%";
236
+ readonly dark: "38 96% 58%";
237
+ readonly group: "Charts";
238
+ }, {
239
+ readonly path: "token.chart-4";
240
+ readonly cssVariable: "--chart-4";
241
+ readonly type: "color";
242
+ readonly description: "Chart 4";
243
+ readonly light: "271 76% 53%";
244
+ readonly dark: "271 82% 68%";
245
+ readonly group: "Charts";
246
+ }, {
247
+ readonly path: "token.chart-5";
248
+ readonly cssVariable: "--chart-5";
249
+ readonly type: "color";
250
+ readonly description: "Chart 5";
251
+ readonly light: "340 75% 55%";
252
+ readonly dark: "340 82% 66%";
253
+ readonly group: "Charts";
254
+ }, {
255
+ readonly path: "token.spacing";
256
+ readonly cssVariable: "--spacing";
257
+ readonly type: "dimension";
258
+ readonly description: "Base spacing unit";
259
+ readonly light: "0.25rem";
260
+ readonly dark: "0.25rem";
261
+ readonly group: "Spacing";
262
+ }, {
263
+ readonly path: "token.control-gap";
264
+ readonly cssVariable: "--control-gap";
265
+ readonly type: "dimension";
266
+ readonly description: "Control gap";
267
+ readonly light: "0.5rem";
268
+ readonly dark: "0.5rem";
269
+ readonly group: "Spacing";
270
+ }, {
271
+ readonly path: "token.field-gap";
272
+ readonly cssVariable: "--field-gap";
273
+ readonly type: "dimension";
274
+ readonly description: "Field gap";
275
+ readonly light: "0.5rem";
276
+ readonly dark: "0.5rem";
277
+ readonly group: "Spacing";
278
+ }, {
279
+ readonly path: "token.card-padding";
280
+ readonly cssVariable: "--card-padding";
281
+ readonly type: "dimension";
282
+ readonly description: "Card padding";
283
+ readonly light: "1.5rem";
284
+ readonly dark: "1.5rem";
285
+ readonly group: "Spacing";
286
+ }, {
287
+ readonly path: "token.dialog-padding";
288
+ readonly cssVariable: "--dialog-padding";
289
+ readonly type: "dimension";
290
+ readonly description: "Dialog padding";
291
+ readonly light: "1.5rem";
292
+ readonly dark: "1.5rem";
293
+ readonly group: "Spacing";
294
+ }, {
295
+ readonly path: "token.section-gap";
296
+ readonly cssVariable: "--section-gap";
297
+ readonly type: "dimension";
298
+ readonly description: "Section gap";
299
+ readonly light: "3rem";
300
+ readonly dark: "3rem";
301
+ readonly group: "Spacing";
302
+ }, {
303
+ readonly path: "token.stack-gap-sm";
304
+ readonly cssVariable: "--stack-gap-sm";
305
+ readonly type: "dimension";
306
+ readonly description: "Stack gap sm";
307
+ readonly light: "0.5rem";
308
+ readonly dark: "0.5rem";
309
+ readonly group: "Spacing";
310
+ }, {
311
+ readonly path: "token.stack-gap-md";
312
+ readonly cssVariable: "--stack-gap-md";
313
+ readonly type: "dimension";
314
+ readonly description: "Stack gap md";
315
+ readonly light: "1rem";
316
+ readonly dark: "1rem";
317
+ readonly group: "Spacing";
318
+ }, {
319
+ readonly path: "token.stack-gap-lg";
320
+ readonly cssVariable: "--stack-gap-lg";
321
+ readonly type: "dimension";
322
+ readonly description: "Stack gap lg";
323
+ readonly light: "1.5rem";
324
+ readonly dark: "1.5rem";
325
+ readonly group: "Spacing";
326
+ }, {
327
+ readonly path: "token.surface-padding-sm";
328
+ readonly cssVariable: "--surface-padding-sm";
329
+ readonly type: "dimension";
330
+ readonly description: "Surface padding sm";
331
+ readonly light: "1rem";
332
+ readonly dark: "1rem";
333
+ readonly group: "Spacing";
334
+ }, {
335
+ readonly path: "token.surface-padding-md";
336
+ readonly cssVariable: "--surface-padding-md";
337
+ readonly type: "dimension";
338
+ readonly description: "Surface padding md";
339
+ readonly light: "1.5rem";
340
+ readonly dark: "1.5rem";
341
+ readonly group: "Spacing";
342
+ }, {
343
+ readonly path: "token.surface-padding-lg";
344
+ readonly cssVariable: "--surface-padding-lg";
345
+ readonly type: "dimension";
346
+ readonly description: "Surface padding lg";
347
+ readonly light: "2rem";
348
+ readonly dark: "2rem";
349
+ readonly group: "Spacing";
350
+ }, {
351
+ readonly path: "token.section-space-sm";
352
+ readonly cssVariable: "--section-space-sm";
353
+ readonly type: "dimension";
354
+ readonly description: "Section space sm";
355
+ readonly light: "2rem";
356
+ readonly dark: "2rem";
357
+ readonly group: "Spacing";
358
+ }, {
359
+ readonly path: "token.section-space-md";
360
+ readonly cssVariable: "--section-space-md";
361
+ readonly type: "dimension";
362
+ readonly description: "Section space md";
363
+ readonly light: "3rem";
364
+ readonly dark: "3rem";
365
+ readonly group: "Spacing";
366
+ }, {
367
+ readonly path: "token.section-space-lg";
368
+ readonly cssVariable: "--section-space-lg";
369
+ readonly type: "dimension";
370
+ readonly description: "Section space lg";
371
+ readonly light: "4rem";
372
+ readonly dark: "4rem";
373
+ readonly group: "Spacing";
374
+ }, {
375
+ readonly path: "token.control-size-xs";
376
+ readonly cssVariable: "--control-size-xs";
377
+ readonly type: "dimension";
378
+ readonly description: "Control xs";
379
+ readonly light: "2rem";
380
+ readonly dark: "2rem";
381
+ readonly group: "Controls";
382
+ }, {
383
+ readonly path: "token.control-size-sm";
384
+ readonly cssVariable: "--control-size-sm";
385
+ readonly type: "dimension";
386
+ readonly description: "Control sm";
387
+ readonly light: "2.25rem";
388
+ readonly dark: "2.25rem";
389
+ readonly group: "Controls";
390
+ }, {
391
+ readonly path: "token.control-size-md";
392
+ readonly cssVariable: "--control-size-md";
393
+ readonly type: "dimension";
394
+ readonly description: "Control md";
395
+ readonly light: "2.5rem";
396
+ readonly dark: "2.5rem";
397
+ readonly group: "Controls";
398
+ }, {
399
+ readonly path: "token.control-size-lg";
400
+ readonly cssVariable: "--control-size-lg";
401
+ readonly type: "dimension";
402
+ readonly description: "Control lg";
403
+ readonly light: "2.75rem";
404
+ readonly dark: "2.75rem";
405
+ readonly group: "Controls";
406
+ }, {
407
+ readonly path: "token.control-size-xl";
408
+ readonly cssVariable: "--control-size-xl";
409
+ readonly type: "dimension";
410
+ readonly description: "Control xl";
411
+ readonly light: "3rem";
412
+ readonly dark: "3rem";
413
+ readonly group: "Controls";
414
+ }, {
415
+ readonly path: "token.control-padding-x-sm";
416
+ readonly cssVariable: "--control-padding-x-sm";
417
+ readonly type: "dimension";
418
+ readonly description: "Control padding sm";
419
+ readonly light: "0.75rem";
420
+ readonly dark: "0.75rem";
421
+ readonly group: "Controls";
422
+ }, {
423
+ readonly path: "token.control-padding-x-md";
424
+ readonly cssVariable: "--control-padding-x-md";
425
+ readonly type: "dimension";
426
+ readonly description: "Control padding md";
427
+ readonly light: "1rem";
428
+ readonly dark: "1rem";
429
+ readonly group: "Controls";
430
+ }, {
431
+ readonly path: "token.control-padding-x-lg";
432
+ readonly cssVariable: "--control-padding-x-lg";
433
+ readonly type: "dimension";
434
+ readonly description: "Control padding lg";
435
+ readonly light: "1.5rem";
436
+ readonly dark: "1.5rem";
437
+ readonly group: "Controls";
438
+ }, {
439
+ readonly path: "token.container-gutter-sm";
440
+ readonly cssVariable: "--container-gutter-sm";
441
+ readonly type: "dimension";
442
+ readonly description: "Container gutter sm";
443
+ readonly light: "1rem";
444
+ readonly dark: "1rem";
445
+ readonly group: "Layout";
446
+ }, {
447
+ readonly path: "token.container-gutter-md";
448
+ readonly cssVariable: "--container-gutter-md";
449
+ readonly type: "dimension";
450
+ readonly description: "Container gutter md";
451
+ readonly light: "1.5rem";
452
+ readonly dark: "1.5rem";
453
+ readonly group: "Layout";
454
+ }, {
455
+ readonly path: "token.container-gutter-lg";
456
+ readonly cssVariable: "--container-gutter-lg";
457
+ readonly type: "dimension";
458
+ readonly description: "Container gutter lg";
459
+ readonly light: "2rem";
460
+ readonly dark: "2rem";
461
+ readonly group: "Layout";
462
+ }, {
463
+ readonly path: "token.content-width-sm";
464
+ readonly cssVariable: "--content-width-sm";
465
+ readonly type: "dimension";
466
+ readonly description: "Content width sm";
467
+ readonly light: "42rem";
468
+ readonly dark: "42rem";
469
+ readonly group: "Layout";
470
+ }, {
471
+ readonly path: "token.content-width-md";
472
+ readonly cssVariable: "--content-width-md";
473
+ readonly type: "dimension";
474
+ readonly description: "Content width md";
475
+ readonly light: "56rem";
476
+ readonly dark: "56rem";
477
+ readonly group: "Layout";
478
+ }, {
479
+ readonly path: "token.content-width-lg";
480
+ readonly cssVariable: "--content-width-lg";
481
+ readonly type: "dimension";
482
+ readonly description: "Content width lg";
483
+ readonly light: "72rem";
484
+ readonly dark: "72rem";
485
+ readonly group: "Layout";
486
+ }, {
487
+ readonly path: "token.content-width-xl";
488
+ readonly cssVariable: "--content-width-xl";
489
+ readonly type: "dimension";
490
+ readonly description: "Content width xl";
491
+ readonly light: "80rem";
492
+ readonly dark: "80rem";
493
+ readonly group: "Layout";
494
+ }, {
495
+ readonly path: "token.grid-min-sm";
496
+ readonly cssVariable: "--grid-min-sm";
497
+ readonly type: "dimension";
498
+ readonly description: "Auto grid minimum sm";
499
+ readonly light: "12rem";
500
+ readonly dark: "12rem";
501
+ readonly group: "Layout";
502
+ }, {
503
+ readonly path: "token.grid-min-md";
504
+ readonly cssVariable: "--grid-min-md";
505
+ readonly type: "dimension";
506
+ readonly description: "Auto grid minimum md";
507
+ readonly light: "16rem";
508
+ readonly dark: "16rem";
509
+ readonly group: "Layout";
510
+ }, {
511
+ readonly path: "token.grid-min-lg";
512
+ readonly cssVariable: "--grid-min-lg";
513
+ readonly type: "dimension";
514
+ readonly description: "Auto grid minimum lg";
515
+ readonly light: "20rem";
516
+ readonly dark: "20rem";
517
+ readonly group: "Layout";
518
+ }, {
519
+ readonly path: "token.breakpoint-sm";
520
+ readonly cssVariable: "--breakpoint-sm";
521
+ readonly type: "dimension";
522
+ readonly description: "Breakpoint sm";
523
+ readonly light: "40rem";
524
+ readonly dark: "40rem";
525
+ readonly group: "Build";
526
+ }, {
527
+ readonly path: "token.breakpoint-md";
528
+ readonly cssVariable: "--breakpoint-md";
529
+ readonly type: "dimension";
530
+ readonly description: "Breakpoint md";
531
+ readonly light: "48rem";
532
+ readonly dark: "48rem";
533
+ readonly group: "Build";
534
+ }, {
535
+ readonly path: "token.breakpoint-lg";
536
+ readonly cssVariable: "--breakpoint-lg";
537
+ readonly type: "dimension";
538
+ readonly description: "Breakpoint lg";
539
+ readonly light: "64rem";
540
+ readonly dark: "64rem";
541
+ readonly group: "Build";
542
+ }, {
543
+ readonly path: "token.breakpoint-xl";
544
+ readonly cssVariable: "--breakpoint-xl";
545
+ readonly type: "dimension";
546
+ readonly description: "Breakpoint xl";
547
+ readonly light: "80rem";
548
+ readonly dark: "80rem";
549
+ readonly group: "Build";
550
+ }, {
551
+ readonly path: "token.breakpoint-2xl";
552
+ readonly cssVariable: "--breakpoint-2xl";
553
+ readonly type: "dimension";
554
+ readonly description: "Breakpoint 2xl";
555
+ readonly light: "96rem";
556
+ readonly dark: "96rem";
557
+ readonly group: "Build";
558
+ }, {
559
+ readonly path: "token.radius";
560
+ readonly cssVariable: "--radius";
561
+ readonly type: "dimension";
562
+ readonly description: "Base radius";
563
+ readonly light: "0.5rem";
564
+ readonly dark: "0.5rem";
565
+ readonly group: "Radius";
566
+ }, {
567
+ readonly path: "token.text-xs";
568
+ readonly cssVariable: "--text-xs";
569
+ readonly type: "dimension";
570
+ readonly description: "Text xs";
571
+ readonly light: "0.75rem";
572
+ readonly dark: "0.75rem";
573
+ readonly group: "Typography";
574
+ }, {
575
+ readonly path: "token.text-xs--line-height";
576
+ readonly cssVariable: "--text-xs--line-height";
577
+ readonly type: "dimension";
578
+ readonly description: "Text xs line height";
579
+ readonly light: "1rem";
580
+ readonly dark: "1rem";
581
+ readonly group: "Typography";
582
+ }, {
583
+ readonly path: "token.text-sm";
584
+ readonly cssVariable: "--text-sm";
585
+ readonly type: "dimension";
586
+ readonly description: "Text sm";
587
+ readonly light: "0.875rem";
588
+ readonly dark: "0.875rem";
589
+ readonly group: "Typography";
590
+ }, {
591
+ readonly path: "token.text-sm--line-height";
592
+ readonly cssVariable: "--text-sm--line-height";
593
+ readonly type: "dimension";
594
+ readonly description: "Text sm line height";
595
+ readonly light: "1.25rem";
596
+ readonly dark: "1.25rem";
597
+ readonly group: "Typography";
598
+ }, {
599
+ readonly path: "token.text-base";
600
+ readonly cssVariable: "--text-base";
601
+ readonly type: "dimension";
602
+ readonly description: "Text base";
603
+ readonly light: "1rem";
604
+ readonly dark: "1rem";
605
+ readonly group: "Typography";
606
+ }, {
607
+ readonly path: "token.text-base--line-height";
608
+ readonly cssVariable: "--text-base--line-height";
609
+ readonly type: "dimension";
610
+ readonly description: "Text base line height";
611
+ readonly light: "1.5rem";
612
+ readonly dark: "1.5rem";
613
+ readonly group: "Typography";
614
+ }, {
615
+ readonly path: "token.text-lg";
616
+ readonly cssVariable: "--text-lg";
617
+ readonly type: "dimension";
618
+ readonly description: "Text lg";
619
+ readonly light: "1.125rem";
620
+ readonly dark: "1.125rem";
621
+ readonly group: "Typography";
622
+ }, {
623
+ readonly path: "token.text-lg--line-height";
624
+ readonly cssVariable: "--text-lg--line-height";
625
+ readonly type: "dimension";
626
+ readonly description: "Text lg line height";
627
+ readonly light: "1.75rem";
628
+ readonly dark: "1.75rem";
629
+ readonly group: "Typography";
630
+ }, {
631
+ readonly path: "token.text-xl";
632
+ readonly cssVariable: "--text-xl";
633
+ readonly type: "dimension";
634
+ readonly description: "Text xl";
635
+ readonly light: "1.25rem";
636
+ readonly dark: "1.25rem";
637
+ readonly group: "Typography";
638
+ }, {
639
+ readonly path: "token.text-xl--line-height";
640
+ readonly cssVariable: "--text-xl--line-height";
641
+ readonly type: "dimension";
642
+ readonly description: "Text xl line height";
643
+ readonly light: "1.75rem";
644
+ readonly dark: "1.75rem";
645
+ readonly group: "Typography";
646
+ }, {
647
+ readonly path: "token.text-2xl";
648
+ readonly cssVariable: "--text-2xl";
649
+ readonly type: "dimension";
650
+ readonly description: "Text 2xl";
651
+ readonly light: "1.5rem";
652
+ readonly dark: "1.5rem";
653
+ readonly group: "Typography";
654
+ }, {
655
+ readonly path: "token.text-2xl--line-height";
656
+ readonly cssVariable: "--text-2xl--line-height";
657
+ readonly type: "dimension";
658
+ readonly description: "Text 2xl line height";
659
+ readonly light: "2rem";
660
+ readonly dark: "2rem";
661
+ readonly group: "Typography";
662
+ }, {
663
+ readonly path: "token.text-3xl";
664
+ readonly cssVariable: "--text-3xl";
665
+ readonly type: "dimension";
666
+ readonly description: "Text 3xl";
667
+ readonly light: "1.875rem";
668
+ readonly dark: "1.875rem";
669
+ readonly group: "Typography";
670
+ }, {
671
+ readonly path: "token.text-3xl--line-height";
672
+ readonly cssVariable: "--text-3xl--line-height";
673
+ readonly type: "dimension";
674
+ readonly description: "Text 3xl line height";
675
+ readonly light: "2.25rem";
676
+ readonly dark: "2.25rem";
677
+ readonly group: "Typography";
678
+ }, {
679
+ readonly path: "token.text-4xl";
680
+ readonly cssVariable: "--text-4xl";
681
+ readonly type: "dimension";
682
+ readonly description: "Text 4xl";
683
+ readonly light: "2.25rem";
684
+ readonly dark: "2.25rem";
685
+ readonly group: "Typography";
686
+ }, {
687
+ readonly path: "token.text-4xl--line-height";
688
+ readonly cssVariable: "--text-4xl--line-height";
689
+ readonly type: "dimension";
690
+ readonly description: "Text 4xl line height";
691
+ readonly light: "2.5rem";
692
+ readonly dark: "2.5rem";
693
+ readonly group: "Typography";
694
+ }, {
695
+ readonly path: "token.text-5xl";
696
+ readonly cssVariable: "--text-5xl";
697
+ readonly type: "dimension";
698
+ readonly description: "Text 5xl";
699
+ readonly light: "3rem";
700
+ readonly dark: "3rem";
701
+ readonly group: "Typography";
702
+ }, {
703
+ readonly path: "token.text-5xl--line-height";
704
+ readonly cssVariable: "--text-5xl--line-height";
705
+ readonly type: "number";
706
+ readonly description: "Text 5xl line height";
707
+ readonly light: "1";
708
+ readonly dark: "1";
709
+ readonly group: "Typography";
710
+ }, {
711
+ readonly path: "token.text-6xl";
712
+ readonly cssVariable: "--text-6xl";
713
+ readonly type: "dimension";
714
+ readonly description: "Text 6xl";
715
+ readonly light: "3.75rem";
716
+ readonly dark: "3.75rem";
717
+ readonly group: "Typography";
718
+ }, {
719
+ readonly path: "token.text-6xl--line-height";
720
+ readonly cssVariable: "--text-6xl--line-height";
721
+ readonly type: "number";
722
+ readonly description: "Text 6xl line height";
723
+ readonly light: "1";
724
+ readonly dark: "1";
725
+ readonly group: "Typography";
726
+ }, {
727
+ readonly path: "token.text-7xl";
728
+ readonly cssVariable: "--text-7xl";
729
+ readonly type: "dimension";
730
+ readonly description: "Text 7xl";
731
+ readonly light: "4.5rem";
732
+ readonly dark: "4.5rem";
733
+ readonly group: "Typography";
734
+ }, {
735
+ readonly path: "token.text-7xl--line-height";
736
+ readonly cssVariable: "--text-7xl--line-height";
737
+ readonly type: "number";
738
+ readonly description: "Text 7xl line height";
739
+ readonly light: "1";
740
+ readonly dark: "1";
741
+ readonly group: "Typography";
742
+ }, {
743
+ readonly path: "token.text-8xl";
744
+ readonly cssVariable: "--text-8xl";
745
+ readonly type: "dimension";
746
+ readonly description: "Text 8xl";
747
+ readonly light: "6rem";
748
+ readonly dark: "6rem";
749
+ readonly group: "Typography";
750
+ }, {
751
+ readonly path: "token.text-8xl--line-height";
752
+ readonly cssVariable: "--text-8xl--line-height";
753
+ readonly type: "number";
754
+ readonly description: "Text 8xl line height";
755
+ readonly light: "1";
756
+ readonly dark: "1";
757
+ readonly group: "Typography";
758
+ }, {
759
+ readonly path: "token.text-9xl";
760
+ readonly cssVariable: "--text-9xl";
761
+ readonly type: "dimension";
762
+ readonly description: "Text 9xl";
763
+ readonly light: "8rem";
764
+ readonly dark: "8rem";
765
+ readonly group: "Typography";
766
+ }, {
767
+ readonly path: "token.text-9xl--line-height";
768
+ readonly cssVariable: "--text-9xl--line-height";
769
+ readonly type: "number";
770
+ readonly description: "Text 9xl line height";
771
+ readonly light: "1";
772
+ readonly dark: "1";
773
+ readonly group: "Typography";
774
+ }, {
775
+ readonly path: "token.font-weight-normal";
776
+ readonly cssVariable: "--font-weight-normal";
777
+ readonly type: "number";
778
+ readonly description: "Weight normal";
779
+ readonly light: "400";
780
+ readonly dark: "400";
781
+ readonly group: "Typography";
782
+ }, {
783
+ readonly path: "token.font-weight-medium";
784
+ readonly cssVariable: "--font-weight-medium";
785
+ readonly type: "number";
786
+ readonly description: "Weight medium";
787
+ readonly light: "500";
788
+ readonly dark: "500";
789
+ readonly group: "Typography";
790
+ }, {
791
+ readonly path: "token.font-weight-semibold";
792
+ readonly cssVariable: "--font-weight-semibold";
793
+ readonly type: "number";
794
+ readonly description: "Weight semibold";
795
+ readonly light: "600";
796
+ readonly dark: "600";
797
+ readonly group: "Typography";
798
+ }, {
799
+ readonly path: "token.font-weight-bold";
800
+ readonly cssVariable: "--font-weight-bold";
801
+ readonly type: "number";
802
+ readonly description: "Weight bold";
803
+ readonly light: "700";
804
+ readonly dark: "700";
805
+ readonly group: "Typography";
806
+ }, {
807
+ readonly path: "token.font-heading";
808
+ readonly cssVariable: "--font-heading";
809
+ readonly type: "fontFamily";
810
+ readonly description: "Heading font";
811
+ readonly light: "var(--font-sans, ui-sans-serif, system-ui, sans-serif)";
812
+ readonly dark: "var(--font-sans, ui-sans-serif, system-ui, sans-serif)";
813
+ readonly group: "Typography";
814
+ }, {
815
+ readonly path: "token.font-body";
816
+ readonly cssVariable: "--font-body";
817
+ readonly type: "fontFamily";
818
+ readonly description: "Body font";
819
+ readonly light: "var(--font-sans, ui-sans-serif, system-ui, sans-serif)";
820
+ readonly dark: "var(--font-sans, ui-sans-serif, system-ui, sans-serif)";
821
+ readonly group: "Typography";
822
+ }, {
823
+ readonly path: "token.shadow-xs";
824
+ readonly cssVariable: "--shadow-xs";
825
+ readonly type: "shadow";
826
+ readonly description: "Shadow xs";
827
+ readonly light: "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)";
828
+ readonly dark: "0 1px 2px 0 color-mix(in oklab, var(--foreground-color, hsl(var(--foreground))) 5%, transparent)";
829
+ readonly group: "Shadows";
830
+ }, {
831
+ readonly path: "token.shadow-sm";
832
+ readonly cssVariable: "--shadow-sm";
833
+ readonly type: "shadow";
834
+ readonly description: "Shadow sm";
835
+ readonly 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)";
836
+ readonly 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)";
837
+ readonly group: "Shadows";
838
+ }, {
839
+ readonly path: "token.shadow-md";
840
+ readonly cssVariable: "--shadow-md";
841
+ readonly type: "shadow";
842
+ readonly description: "Shadow md";
843
+ readonly 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)";
844
+ readonly 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)";
845
+ readonly group: "Shadows";
846
+ }, {
847
+ readonly path: "token.shadow-lg";
848
+ readonly cssVariable: "--shadow-lg";
849
+ readonly type: "shadow";
850
+ readonly description: "Shadow lg";
851
+ readonly 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)";
852
+ readonly 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)";
853
+ readonly group: "Shadows";
854
+ }, {
855
+ readonly path: "token.duration-fast";
856
+ readonly cssVariable: "--duration-fast";
857
+ readonly type: "duration";
858
+ readonly description: "Duration fast";
859
+ readonly light: "120ms";
860
+ readonly dark: "120ms";
861
+ readonly group: "Motion";
862
+ }, {
863
+ readonly path: "token.duration-base";
864
+ readonly cssVariable: "--duration-base";
865
+ readonly type: "duration";
866
+ readonly description: "Duration base";
867
+ readonly light: "180ms";
868
+ readonly dark: "180ms";
869
+ readonly group: "Motion";
870
+ }, {
871
+ readonly path: "token.duration-slow";
872
+ readonly cssVariable: "--duration-slow";
873
+ readonly type: "duration";
874
+ readonly description: "Duration slow";
875
+ readonly light: "240ms";
876
+ readonly dark: "240ms";
877
+ readonly group: "Motion";
878
+ }, {
879
+ readonly path: "token.ease-standard";
880
+ readonly cssVariable: "--ease-standard";
881
+ readonly type: "cubicBezier";
882
+ readonly description: "Ease standard";
883
+ readonly light: "cubic-bezier(0.2, 0, 0, 1)";
884
+ readonly dark: "cubic-bezier(0.2, 0, 0, 1)";
885
+ readonly group: "Motion";
886
+ }, {
887
+ readonly path: "token.ease-emphasized";
888
+ readonly cssVariable: "--ease-emphasized";
889
+ readonly type: "cubicBezier";
890
+ readonly description: "Ease emphasized";
891
+ readonly light: "cubic-bezier(0.3, 0, 0, 1)";
892
+ readonly dark: "cubic-bezier(0.3, 0, 0, 1)";
893
+ readonly group: "Motion";
894
+ }, {
895
+ readonly path: "token.z-base";
896
+ readonly cssVariable: "--z-base";
897
+ readonly type: "number";
898
+ readonly description: "Base layer";
899
+ readonly light: "0";
900
+ readonly dark: "0";
901
+ readonly group: "Layers";
902
+ }, {
903
+ readonly path: "token.z-dropdown";
904
+ readonly cssVariable: "--z-dropdown";
905
+ readonly type: "number";
906
+ readonly description: "Dropdown layer";
907
+ readonly light: "1000";
908
+ readonly dark: "1000";
909
+ readonly group: "Layers";
910
+ }, {
911
+ readonly path: "token.z-sticky";
912
+ readonly cssVariable: "--z-sticky";
913
+ readonly type: "number";
914
+ readonly description: "Sticky layer";
915
+ readonly light: "1100";
916
+ readonly dark: "1100";
917
+ readonly group: "Layers";
918
+ }, {
919
+ readonly path: "token.z-overlay";
920
+ readonly cssVariable: "--z-overlay";
921
+ readonly type: "number";
922
+ readonly description: "Overlay layer";
923
+ readonly light: "1200";
924
+ readonly dark: "1200";
925
+ readonly group: "Layers";
926
+ }, {
927
+ readonly path: "token.z-modal";
928
+ readonly cssVariable: "--z-modal";
929
+ readonly type: "number";
930
+ readonly description: "Modal layer";
931
+ readonly light: "1300";
932
+ readonly dark: "1300";
933
+ readonly group: "Layers";
934
+ }, {
935
+ readonly path: "token.z-popover";
936
+ readonly cssVariable: "--z-popover";
937
+ readonly type: "number";
938
+ readonly description: "Popover layer";
939
+ readonly light: "1400";
940
+ readonly dark: "1400";
941
+ readonly group: "Layers";
942
+ }, {
943
+ readonly path: "token.z-toast";
944
+ readonly cssVariable: "--z-toast";
945
+ readonly type: "number";
946
+ readonly description: "Toast layer";
947
+ readonly light: "1500";
948
+ readonly dark: "1500";
949
+ readonly group: "Layers";
950
+ }, {
951
+ readonly path: "token.z-tooltip";
952
+ readonly cssVariable: "--z-tooltip";
953
+ readonly type: "number";
954
+ readonly description: "Tooltip layer";
955
+ readonly light: "1600";
956
+ readonly dark: "1600";
957
+ readonly group: "Layers";
958
+ }];
959
+ readonly brands: {
960
+ readonly default: {
961
+ readonly label: "Default";
962
+ readonly version: "1.1.1";
963
+ readonly swatch: "222.2 47.4% 11.2%";
964
+ readonly tokens: {
965
+ readonly "--primary": {
966
+ readonly light: "222.2 47.4% 11.2%";
967
+ readonly dark: "210 40% 98%";
968
+ };
969
+ readonly "--primary-foreground": {
970
+ readonly light: "210 40% 98%";
971
+ readonly dark: "222.2 47.4% 11.2%";
972
+ };
973
+ readonly "--ring": {
974
+ readonly light: "222.2 84% 4.9%";
975
+ readonly dark: "212.7 26.8% 83.9%";
976
+ };
977
+ readonly "--radius": {
978
+ readonly light: "0.5rem";
979
+ readonly dark: "0.5rem";
980
+ };
981
+ };
982
+ };
983
+ readonly zinc: {
984
+ readonly label: "Zinc";
985
+ readonly version: "1.1.1";
986
+ readonly swatch: "240 5.9% 10%";
987
+ readonly tokens: {
988
+ readonly "--primary": {
989
+ readonly light: "240 5.9% 10%";
990
+ readonly dark: "0 0% 98%";
991
+ };
992
+ readonly "--primary-foreground": {
993
+ readonly light: "0 0% 98%";
994
+ readonly dark: "240 5.9% 10%";
995
+ };
996
+ readonly "--ring": {
997
+ readonly light: "240 5.9% 10%";
998
+ readonly dark: "240 4.9% 83.9%";
999
+ };
1000
+ readonly "--radius": {
1001
+ readonly light: "0.5rem";
1002
+ readonly dark: "0.5rem";
1003
+ };
1004
+ };
1005
+ };
1006
+ readonly slate: {
1007
+ readonly label: "Slate";
1008
+ readonly version: "1.1.1";
1009
+ readonly swatch: "215.3 25% 26.7%";
1010
+ readonly tokens: {
1011
+ readonly "--primary": {
1012
+ readonly light: "215.3 25% 26.7%";
1013
+ readonly dark: "210 40% 98%";
1014
+ };
1015
+ readonly "--primary-foreground": {
1016
+ readonly light: "210 40% 98%";
1017
+ readonly dark: "215.3 25% 26.7%";
1018
+ };
1019
+ readonly "--ring": {
1020
+ readonly light: "215.3 25% 26.7%";
1021
+ readonly dark: "212.7 26.8% 83.9%";
1022
+ };
1023
+ readonly "--radius": {
1024
+ readonly light: "0.5rem";
1025
+ readonly dark: "0.5rem";
1026
+ };
1027
+ };
1028
+ };
1029
+ readonly rose: {
1030
+ readonly label: "Rose";
1031
+ readonly version: "1.1.1";
1032
+ readonly swatch: "346.8 77.2% 48%";
1033
+ readonly tokens: {
1034
+ readonly "--primary": {
1035
+ readonly light: "346.8 77.2% 48%";
1036
+ readonly dark: "346.8 77.2% 48%";
1037
+ };
1038
+ readonly "--primary-foreground": {
1039
+ readonly light: "355.7 100% 97.3%";
1040
+ readonly dark: "355.7 100% 97.3%";
1041
+ };
1042
+ readonly "--ring": {
1043
+ readonly light: "346.8 77.2% 48%";
1044
+ readonly dark: "346.8 77.2% 48%";
1045
+ };
1046
+ readonly "--radius": {
1047
+ readonly light: "0.5rem";
1048
+ readonly dark: "0.5rem";
1049
+ };
1050
+ };
1051
+ };
1052
+ readonly emerald: {
1053
+ readonly label: "Emerald";
1054
+ readonly version: "1.1.1";
1055
+ readonly swatch: "142.1 76.2% 28%";
1056
+ readonly tokens: {
1057
+ readonly "--primary": {
1058
+ readonly light: "142.1 76.2% 28%";
1059
+ readonly dark: "142.1 70.6% 45.3%";
1060
+ };
1061
+ readonly "--primary-foreground": {
1062
+ readonly light: "355.7 100% 97.3%";
1063
+ readonly dark: "144.9 80.4% 10%";
1064
+ };
1065
+ readonly "--ring": {
1066
+ readonly light: "142.1 76.2% 28%";
1067
+ readonly dark: "142.1 70.6% 45.3%";
1068
+ };
1069
+ readonly "--radius": {
1070
+ readonly light: "0.5rem";
1071
+ readonly dark: "0.5rem";
1072
+ };
1073
+ };
1074
+ };
1075
+ readonly violet: {
1076
+ readonly label: "Violet";
1077
+ readonly version: "1.1.1";
1078
+ readonly swatch: "262.1 83.3% 57.8%";
1079
+ readonly tokens: {
1080
+ readonly "--primary": {
1081
+ readonly light: "262.1 83.3% 57.8%";
1082
+ readonly dark: "263.4 70% 50.4%";
1083
+ };
1084
+ readonly "--primary-foreground": {
1085
+ readonly light: "210 20% 98%";
1086
+ readonly dark: "210 20% 98%";
1087
+ };
1088
+ readonly "--ring": {
1089
+ readonly light: "262.1 83.3% 57.8%";
1090
+ readonly dark: "263.4 70% 55%";
1091
+ };
1092
+ readonly "--radius": {
1093
+ readonly light: "0.5rem";
1094
+ readonly dark: "0.5rem";
1095
+ };
1096
+ };
1097
+ };
1098
+ readonly midnight: {
1099
+ readonly label: "Midnight";
1100
+ readonly version: "1.1.1";
1101
+ readonly swatch: "224 76.3% 48%";
1102
+ readonly tokens: {
1103
+ readonly "--primary": {
1104
+ readonly light: "224 76.3% 48%";
1105
+ readonly dark: "217.2 91.2% 59.8%";
1106
+ };
1107
+ readonly "--primary-foreground": {
1108
+ readonly light: "210 40% 98%";
1109
+ readonly dark: "222.2 47.4% 11.2%";
1110
+ };
1111
+ readonly "--ring": {
1112
+ readonly light: "224 76.3% 48%";
1113
+ readonly dark: "217.2 91.2% 59.8%";
1114
+ };
1115
+ readonly "--radius": {
1116
+ readonly light: "0.75rem";
1117
+ readonly dark: "0.75rem";
1118
+ };
1119
+ };
1120
+ };
1121
+ readonly sunset: {
1122
+ readonly label: "Sunset";
1123
+ readonly version: "1.1.1";
1124
+ readonly swatch: "24.6 95% 38%";
1125
+ readonly tokens: {
1126
+ readonly "--primary": {
1127
+ readonly light: "24.6 95% 38%";
1128
+ readonly dark: "20.5 90.2% 48.2%";
1129
+ };
1130
+ readonly "--primary-foreground": {
1131
+ readonly light: "60 9.1% 97.8%";
1132
+ readonly dark: "20 14.3% 4.1%";
1133
+ };
1134
+ readonly "--ring": {
1135
+ readonly light: "24.6 95% 38%";
1136
+ readonly dark: "20.5 90.2% 48.2%";
1137
+ };
1138
+ readonly "--radius": {
1139
+ readonly light: "0.75rem";
1140
+ readonly dark: "0.75rem";
1141
+ };
1142
+ };
1143
+ };
1144
+ readonly spotify: {
1145
+ readonly label: "Spotify";
1146
+ readonly version: "1.1.1";
1147
+ readonly swatch: "141.6 73.4% 30%";
1148
+ readonly tokens: {
1149
+ readonly "--primary": {
1150
+ readonly light: "141.6 73.4% 30%";
1151
+ readonly dark: "141.9 69.2% 58%";
1152
+ };
1153
+ readonly "--primary-foreground": {
1154
+ readonly light: "0 0% 100%";
1155
+ readonly dark: "141 80% 8%";
1156
+ };
1157
+ readonly "--ring": {
1158
+ readonly light: "141.6 73.4% 30%";
1159
+ readonly dark: "141.9 69.2% 58%";
1160
+ };
1161
+ readonly "--radius": {
1162
+ readonly light: "0.75rem";
1163
+ readonly dark: "0.75rem";
1164
+ };
1165
+ };
1166
+ };
1167
+ readonly neo: {
1168
+ readonly label: "Neo";
1169
+ readonly version: "1.1.1";
1170
+ readonly swatch: "0 0% 4%";
1171
+ readonly tokens: {
1172
+ readonly "--primary": {
1173
+ readonly light: "0 0% 4%";
1174
+ readonly dark: "0 0% 98%";
1175
+ };
1176
+ readonly "--primary-foreground": {
1177
+ readonly light: "0 0% 98%";
1178
+ readonly dark: "0 0% 4%";
1179
+ };
1180
+ readonly "--ring": {
1181
+ readonly light: "0 0% 4%";
1182
+ readonly dark: "0 0% 98%";
1183
+ };
1184
+ readonly "--radius": {
1185
+ readonly light: "0rem";
1186
+ readonly dark: "0rem";
1187
+ };
1188
+ };
1189
+ };
1190
+ readonly claude: {
1191
+ readonly label: "Claude";
1192
+ readonly version: "1.1.1";
1193
+ readonly swatch: "15.2 63.1% 59.2%";
1194
+ readonly tokens: {
1195
+ readonly "--primary": {
1196
+ readonly light: "15.2 63.1% 59.2%";
1197
+ readonly dark: "15.2 55.4% 52.5%";
1198
+ };
1199
+ readonly "--primary-foreground": {
1200
+ readonly light: "20 50% 10%";
1201
+ readonly dark: "20 50% 10%";
1202
+ };
1203
+ readonly "--ring": {
1204
+ readonly light: "15.2 63.1% 59.2%";
1205
+ readonly dark: "15.2 55.4% 52.5%";
1206
+ };
1207
+ readonly "--radius": {
1208
+ readonly light: "0.5rem";
1209
+ readonly dark: "0.5rem";
1210
+ };
1211
+ };
1212
+ };
1213
+ readonly monogram: {
1214
+ readonly label: "Monogram";
1215
+ readonly version: "1.2.1";
1216
+ readonly swatch: "0 0% 12.5%";
1217
+ readonly tokens: {
1218
+ readonly "--background": {
1219
+ readonly light: "0 0% 100%";
1220
+ readonly dark: "0 0% 7%";
1221
+ };
1222
+ readonly "--foreground": {
1223
+ readonly light: "0 0% 12.5%";
1224
+ readonly dark: "0 0% 98%";
1225
+ };
1226
+ readonly "--primary": {
1227
+ readonly light: "0 0% 12.5%";
1228
+ readonly dark: "0 0% 98%";
1229
+ };
1230
+ readonly "--primary-foreground": {
1231
+ readonly light: "0 0% 100%";
1232
+ readonly dark: "0 0% 12.5%";
1233
+ };
1234
+ readonly "--secondary": {
1235
+ readonly light: "0 0% 95.7%";
1236
+ readonly dark: "0 0% 14.9%";
1237
+ };
1238
+ readonly "--secondary-foreground": {
1239
+ readonly light: "0 0% 12.5%";
1240
+ readonly dark: "0 0% 98%";
1241
+ };
1242
+ readonly "--muted": {
1243
+ readonly light: "0 0% 95.7%";
1244
+ readonly dark: "0 0% 14.9%";
1245
+ };
1246
+ readonly "--muted-foreground": {
1247
+ readonly light: "0 0% 43%";
1248
+ readonly dark: "0 0% 63.9%";
1249
+ };
1250
+ readonly "--accent": {
1251
+ readonly light: "0 0% 95.7%";
1252
+ readonly dark: "0 0% 14.9%";
1253
+ };
1254
+ readonly "--accent-foreground": {
1255
+ readonly light: "0 0% 12.5%";
1256
+ readonly dark: "0 0% 98%";
1257
+ };
1258
+ readonly "--border": {
1259
+ readonly light: "0 0% 57%";
1260
+ readonly dark: "0 0% 45%";
1261
+ };
1262
+ readonly "--input": {
1263
+ readonly light: "0 0% 57%";
1264
+ readonly dark: "0 0% 45%";
1265
+ };
1266
+ readonly "--ring": {
1267
+ readonly light: "0 0% 12.5%";
1268
+ readonly dark: "0 0% 83.9%";
1269
+ };
1270
+ readonly "--radius": {
1271
+ readonly light: "0rem";
1272
+ readonly dark: "0rem";
1273
+ };
1274
+ readonly "--font-heading": {
1275
+ readonly light: "'Fraunces', Georgia, serif";
1276
+ readonly dark: "'Fraunces', Georgia, serif";
1277
+ };
1278
+ readonly "--font-body": {
1279
+ readonly light: "'DM Sans', ui-sans-serif, system-ui, sans-serif";
1280
+ readonly dark: "'DM Sans', ui-sans-serif, system-ui, sans-serif";
1281
+ };
1282
+ };
1283
+ };
1284
+ readonly prestige: {
1285
+ readonly label: "Prestige";
1286
+ readonly version: "1.2.1";
1287
+ readonly swatch: "0 0% 11%";
1288
+ readonly tokens: {
1289
+ readonly "--background": {
1290
+ readonly light: "0 0% 93.7%";
1291
+ readonly dark: "0 0% 9%";
1292
+ };
1293
+ readonly "--foreground": {
1294
+ readonly light: "0 0% 11%";
1295
+ readonly dark: "0 0% 95%";
1296
+ };
1297
+ readonly "--card": {
1298
+ readonly light: "0 0% 100%";
1299
+ readonly dark: "0 0% 12%";
1300
+ };
1301
+ readonly "--primary": {
1302
+ readonly light: "0 0% 11%";
1303
+ readonly dark: "0 0% 95%";
1304
+ };
1305
+ readonly "--primary-foreground": {
1306
+ readonly light: "0 0% 100%";
1307
+ readonly dark: "0 0% 11%";
1308
+ };
1309
+ readonly "--secondary": {
1310
+ readonly light: "0 0% 88%";
1311
+ readonly dark: "0 0% 16%";
1312
+ };
1313
+ readonly "--muted": {
1314
+ readonly light: "0 0% 88%";
1315
+ readonly dark: "0 0% 16%";
1316
+ };
1317
+ readonly "--muted-foreground": {
1318
+ readonly light: "0 0% 38%";
1319
+ readonly dark: "0 0% 64%";
1320
+ };
1321
+ readonly "--border": {
1322
+ readonly light: "0 0% 52%";
1323
+ readonly dark: "0 0% 45%";
1324
+ };
1325
+ readonly "--input": {
1326
+ readonly light: "0 0% 52%";
1327
+ readonly dark: "0 0% 45%";
1328
+ };
1329
+ readonly "--ring": {
1330
+ readonly light: "0 0% 11%";
1331
+ readonly dark: "0 0% 84%";
1332
+ };
1333
+ readonly "--radius": {
1334
+ readonly light: "0rem";
1335
+ readonly dark: "0rem";
1336
+ };
1337
+ readonly "--font-heading": {
1338
+ readonly light: "'Instrument Sans', sans-serif";
1339
+ readonly dark: "'Instrument Sans', sans-serif";
1340
+ };
1341
+ readonly "--font-body": {
1342
+ readonly light: "'Nunito', ui-sans-serif, system-ui, sans-serif";
1343
+ readonly dark: "'Nunito', ui-sans-serif, system-ui, sans-serif";
1344
+ };
1345
+ };
1346
+ };
1347
+ readonly showcase: {
1348
+ readonly label: "Showcase";
1349
+ readonly version: "1.2.1";
1350
+ readonly swatch: "240 9% 30%";
1351
+ readonly tokens: {
1352
+ readonly "--background": {
1353
+ readonly light: "0 0% 100%";
1354
+ readonly dark: "240 9% 8%";
1355
+ };
1356
+ readonly "--foreground": {
1357
+ readonly light: "240 9% 30%";
1358
+ readonly dark: "240 9% 92%";
1359
+ };
1360
+ readonly "--primary": {
1361
+ readonly light: "240 9% 30%";
1362
+ readonly dark: "240 9% 92%";
1363
+ };
1364
+ readonly "--primary-foreground": {
1365
+ readonly light: "0 0% 100%";
1366
+ readonly dark: "240 9% 12%";
1367
+ };
1368
+ readonly "--secondary": {
1369
+ readonly light: "240 9% 96%";
1370
+ readonly dark: "240 8% 16%";
1371
+ };
1372
+ readonly "--muted": {
1373
+ readonly light: "240 9% 96%";
1374
+ readonly dark: "240 8% 16%";
1375
+ };
1376
+ readonly "--muted-foreground": {
1377
+ readonly light: "240 6% 46%";
1378
+ readonly dark: "240 6% 64%";
1379
+ };
1380
+ readonly "--border": {
1381
+ readonly light: "240 8% 57%";
1382
+ readonly dark: "240 6% 45%";
1383
+ };
1384
+ readonly "--input": {
1385
+ readonly light: "240 8% 57%";
1386
+ readonly dark: "240 6% 45%";
1387
+ };
1388
+ readonly "--ring": {
1389
+ readonly light: "240 9% 30%";
1390
+ readonly dark: "240 9% 84%";
1391
+ };
1392
+ readonly "--radius": {
1393
+ readonly light: "0rem";
1394
+ readonly dark: "0rem";
1395
+ };
1396
+ readonly "--font-heading": {
1397
+ readonly light: "'Jost', sans-serif";
1398
+ readonly dark: "'Jost', sans-serif";
1399
+ };
1400
+ readonly "--font-body": {
1401
+ readonly light: "'Nunito Sans', ui-sans-serif, system-ui, sans-serif";
1402
+ readonly dark: "'Nunito Sans', ui-sans-serif, system-ui, sans-serif";
1403
+ };
1404
+ };
1405
+ };
1406
+ readonly madrid: {
1407
+ readonly label: "Madrid";
1408
+ readonly version: "1.2.1";
1409
+ readonly swatch: "0 0% 0%";
1410
+ readonly tokens: {
1411
+ readonly "--background": {
1412
+ readonly light: "0 0% 100%";
1413
+ readonly dark: "0 0% 7%";
1414
+ };
1415
+ readonly "--foreground": {
1416
+ readonly light: "0 0% 0%";
1417
+ readonly dark: "0 0% 98%";
1418
+ };
1419
+ readonly "--primary": {
1420
+ readonly light: "0 0% 0%";
1421
+ readonly dark: "0 0% 98%";
1422
+ };
1423
+ readonly "--primary-foreground": {
1424
+ readonly light: "0 0% 100%";
1425
+ readonly dark: "0 0% 0%";
1426
+ };
1427
+ readonly "--secondary": {
1428
+ readonly light: "0 0% 96%";
1429
+ readonly dark: "0 0% 15%";
1430
+ };
1431
+ readonly "--muted": {
1432
+ readonly light: "0 0% 96%";
1433
+ readonly dark: "0 0% 15%";
1434
+ };
1435
+ readonly "--muted-foreground": {
1436
+ readonly light: "0 0% 40%";
1437
+ readonly dark: "0 0% 64%";
1438
+ };
1439
+ readonly "--border": {
1440
+ readonly light: "0 0% 57%";
1441
+ readonly dark: "0 0% 45%";
1442
+ };
1443
+ readonly "--input": {
1444
+ readonly light: "0 0% 57%";
1445
+ readonly dark: "0 0% 45%";
1446
+ };
1447
+ readonly "--ring": {
1448
+ readonly light: "0 0% 0%";
1449
+ readonly dark: "0 0% 84%";
1450
+ };
1451
+ readonly "--radius": {
1452
+ readonly light: "0rem";
1453
+ readonly dark: "0rem";
1454
+ };
1455
+ readonly "--font-heading": {
1456
+ readonly light: "'Figtree', sans-serif";
1457
+ readonly dark: "'Figtree', sans-serif";
1458
+ };
1459
+ readonly "--font-body": {
1460
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1461
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1462
+ };
1463
+ };
1464
+ };
1465
+ readonly xclusive: {
1466
+ readonly label: "Xclusive";
1467
+ readonly version: "1.2.1";
1468
+ readonly swatch: "0 0% 12%";
1469
+ readonly tokens: {
1470
+ readonly "--background": {
1471
+ readonly light: "0 0% 100%";
1472
+ readonly dark: "0 0% 8%";
1473
+ };
1474
+ readonly "--foreground": {
1475
+ readonly light: "0 0% 12%";
1476
+ readonly dark: "0 0% 95%";
1477
+ };
1478
+ readonly "--primary": {
1479
+ readonly light: "0 0% 12%";
1480
+ readonly dark: "0 0% 95%";
1481
+ };
1482
+ readonly "--primary-foreground": {
1483
+ readonly light: "0 0% 100%";
1484
+ readonly dark: "0 0% 12%";
1485
+ };
1486
+ readonly "--secondary": {
1487
+ readonly light: "0 0% 96%";
1488
+ readonly dark: "0 0% 16%";
1489
+ };
1490
+ readonly "--muted": {
1491
+ readonly light: "0 0% 96%";
1492
+ readonly dark: "0 0% 16%";
1493
+ };
1494
+ readonly "--muted-foreground": {
1495
+ readonly light: "0 0% 44%";
1496
+ readonly dark: "0 0% 64%";
1497
+ };
1498
+ readonly "--border": {
1499
+ readonly light: "0 0% 57%";
1500
+ readonly dark: "0 0% 45%";
1501
+ };
1502
+ readonly "--input": {
1503
+ readonly light: "0 0% 57%";
1504
+ readonly dark: "0 0% 45%";
1505
+ };
1506
+ readonly "--ring": {
1507
+ readonly light: "0 0% 12%";
1508
+ readonly dark: "0 0% 84%";
1509
+ };
1510
+ readonly "--radius": {
1511
+ readonly light: "0rem";
1512
+ readonly dark: "0rem";
1513
+ };
1514
+ readonly "--font-heading": {
1515
+ readonly light: "'Libre Baskerville', Georgia, serif";
1516
+ readonly dark: "'Libre Baskerville', Georgia, serif";
1517
+ };
1518
+ readonly "--font-body": {
1519
+ readonly light: "'Lato', ui-sans-serif, system-ui, sans-serif";
1520
+ readonly dark: "'Lato', ui-sans-serif, system-ui, sans-serif";
1521
+ };
1522
+ };
1523
+ };
1524
+ readonly alchemy: {
1525
+ readonly label: "Alchemy";
1526
+ readonly version: "1.2.1";
1527
+ readonly swatch: "240 7% 11%";
1528
+ readonly tokens: {
1529
+ readonly "--background": {
1530
+ readonly light: "0 0% 93.7%";
1531
+ readonly dark: "240 8% 8%";
1532
+ };
1533
+ readonly "--foreground": {
1534
+ readonly light: "240 7% 11%";
1535
+ readonly dark: "0 0% 95%";
1536
+ };
1537
+ readonly "--card": {
1538
+ readonly light: "0 0% 100%";
1539
+ readonly dark: "240 8% 12%";
1540
+ };
1541
+ readonly "--primary": {
1542
+ readonly light: "240 7% 11%";
1543
+ readonly dark: "0 0% 95%";
1544
+ };
1545
+ readonly "--primary-foreground": {
1546
+ readonly light: "0 0% 100%";
1547
+ readonly dark: "240 7% 11%";
1548
+ };
1549
+ readonly "--secondary": {
1550
+ readonly light: "240 6% 88%";
1551
+ readonly dark: "240 7% 16%";
1552
+ };
1553
+ readonly "--muted": {
1554
+ readonly light: "240 6% 88%";
1555
+ readonly dark: "240 7% 16%";
1556
+ };
1557
+ readonly "--muted-foreground": {
1558
+ readonly light: "240 5% 40%";
1559
+ readonly dark: "240 5% 64%";
1560
+ };
1561
+ readonly "--border": {
1562
+ readonly light: "240 6% 52%";
1563
+ readonly dark: "240 6% 45%";
1564
+ };
1565
+ readonly "--input": {
1566
+ readonly light: "240 6% 52%";
1567
+ readonly dark: "240 6% 45%";
1568
+ };
1569
+ readonly "--ring": {
1570
+ readonly light: "240 7% 11%";
1571
+ readonly dark: "0 0% 84%";
1572
+ };
1573
+ readonly "--radius": {
1574
+ readonly light: "0rem";
1575
+ readonly dark: "0rem";
1576
+ };
1577
+ readonly "--font-heading": {
1578
+ readonly light: "'Figtree', sans-serif";
1579
+ readonly dark: "'Figtree', sans-serif";
1580
+ };
1581
+ readonly "--font-body": {
1582
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1583
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1584
+ };
1585
+ };
1586
+ };
1587
+ readonly reformation: {
1588
+ readonly label: "Reformation";
1589
+ readonly version: "1.2.1";
1590
+ readonly swatch: "228 31% 23%";
1591
+ readonly tokens: {
1592
+ readonly "--background": {
1593
+ readonly light: "0 0% 100%";
1594
+ readonly dark: "228 30% 8%";
1595
+ };
1596
+ readonly "--foreground": {
1597
+ readonly light: "228 31% 23%";
1598
+ readonly dark: "228 20% 92%";
1599
+ };
1600
+ readonly "--primary": {
1601
+ readonly light: "228 31% 23%";
1602
+ readonly dark: "228 30% 72%";
1603
+ };
1604
+ readonly "--primary-foreground": {
1605
+ readonly light: "0 0% 100%";
1606
+ readonly dark: "228 30% 12%";
1607
+ };
1608
+ readonly "--secondary": {
1609
+ readonly light: "228 30% 96%";
1610
+ readonly dark: "228 25% 16%";
1611
+ };
1612
+ readonly "--muted": {
1613
+ readonly light: "228 30% 96%";
1614
+ readonly dark: "228 25% 16%";
1615
+ };
1616
+ readonly "--muted-foreground": {
1617
+ readonly light: "228 12% 45%";
1618
+ readonly dark: "228 14% 64%";
1619
+ };
1620
+ readonly "--border": {
1621
+ readonly light: "228 20% 57%";
1622
+ readonly dark: "228 18% 45%";
1623
+ };
1624
+ readonly "--input": {
1625
+ readonly light: "228 20% 57%";
1626
+ readonly dark: "228 18% 45%";
1627
+ };
1628
+ readonly "--ring": {
1629
+ readonly light: "228 31% 23%";
1630
+ readonly dark: "228 30% 72%";
1631
+ };
1632
+ readonly "--radius": {
1633
+ readonly light: "0rem";
1634
+ readonly dark: "0rem";
1635
+ };
1636
+ readonly "--font-heading": {
1637
+ readonly light: "'Montserrat', sans-serif";
1638
+ readonly dark: "'Montserrat', sans-serif";
1639
+ };
1640
+ readonly "--font-body": {
1641
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1642
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
1643
+ };
1644
+ };
1645
+ };
1646
+ readonly sampo: {
1647
+ readonly label: "Sampo";
1648
+ readonly version: "1.2.1";
1649
+ readonly swatch: "30 8% 19%";
1650
+ readonly tokens: {
1651
+ readonly "--background": {
1652
+ readonly light: "0 0% 100%";
1653
+ readonly dark: "30 8% 8%";
1654
+ };
1655
+ readonly "--foreground": {
1656
+ readonly light: "0 0% 0%";
1657
+ readonly dark: "0 0% 96%";
1658
+ };
1659
+ readonly "--primary": {
1660
+ readonly light: "30 8% 19%";
1661
+ readonly dark: "30 8% 82%";
1662
+ };
1663
+ readonly "--primary-foreground": {
1664
+ readonly light: "0 0% 100%";
1665
+ readonly dark: "30 8% 12%";
1666
+ };
1667
+ readonly "--secondary": {
1668
+ readonly light: "30 8% 96%";
1669
+ readonly dark: "30 8% 16%";
1670
+ };
1671
+ readonly "--muted": {
1672
+ readonly light: "30 8% 96%";
1673
+ readonly dark: "30 8% 16%";
1674
+ };
1675
+ readonly "--muted-foreground": {
1676
+ readonly light: "30 5% 42%";
1677
+ readonly dark: "30 5% 64%";
1678
+ };
1679
+ readonly "--border": {
1680
+ readonly light: "30 8% 57%";
1681
+ readonly dark: "30 8% 45%";
1682
+ };
1683
+ readonly "--input": {
1684
+ readonly light: "30 8% 57%";
1685
+ readonly dark: "30 8% 45%";
1686
+ };
1687
+ readonly "--ring": {
1688
+ readonly light: "30 8% 19%";
1689
+ readonly dark: "30 8% 82%";
1690
+ };
1691
+ readonly "--radius": {
1692
+ readonly light: "0rem";
1693
+ readonly dark: "0rem";
1694
+ };
1695
+ readonly "--font-heading": {
1696
+ readonly light: "'Inter', sans-serif";
1697
+ readonly dark: "'Inter', sans-serif";
1698
+ };
1699
+ readonly "--font-body": {
1700
+ readonly light: "'Inter', ui-sans-serif, system-ui, sans-serif";
1701
+ readonly dark: "'Inter', ui-sans-serif, system-ui, sans-serif";
1702
+ };
1703
+ };
1704
+ };
1705
+ };
1706
+ readonly modes: readonly ["density-comfortable", "density-compact", "high-contrast", "reduced-motion"];
1707
+ };
1708
+ export declare const themePresets: {
1709
+ readonly default: {
1710
+ readonly label: "Default";
1711
+ readonly version: "1.1.1";
1712
+ readonly swatch: "222.2 47.4% 11.2%";
1713
+ readonly tokens: {
1714
+ readonly "--primary": {
1715
+ readonly light: "222.2 47.4% 11.2%";
1716
+ readonly dark: "210 40% 98%";
1717
+ };
1718
+ readonly "--primary-foreground": {
1719
+ readonly light: "210 40% 98%";
1720
+ readonly dark: "222.2 47.4% 11.2%";
1721
+ };
1722
+ readonly "--ring": {
1723
+ readonly light: "222.2 84% 4.9%";
1724
+ readonly dark: "212.7 26.8% 83.9%";
1725
+ };
1726
+ readonly "--radius": {
1727
+ readonly light: "0.5rem";
1728
+ readonly dark: "0.5rem";
1729
+ };
1730
+ };
1731
+ };
1732
+ readonly zinc: {
1733
+ readonly label: "Zinc";
1734
+ readonly version: "1.1.1";
1735
+ readonly swatch: "240 5.9% 10%";
1736
+ readonly tokens: {
1737
+ readonly "--primary": {
1738
+ readonly light: "240 5.9% 10%";
1739
+ readonly dark: "0 0% 98%";
1740
+ };
1741
+ readonly "--primary-foreground": {
1742
+ readonly light: "0 0% 98%";
1743
+ readonly dark: "240 5.9% 10%";
1744
+ };
1745
+ readonly "--ring": {
1746
+ readonly light: "240 5.9% 10%";
1747
+ readonly dark: "240 4.9% 83.9%";
1748
+ };
1749
+ readonly "--radius": {
1750
+ readonly light: "0.5rem";
1751
+ readonly dark: "0.5rem";
1752
+ };
1753
+ };
1754
+ };
1755
+ readonly slate: {
1756
+ readonly label: "Slate";
1757
+ readonly version: "1.1.1";
1758
+ readonly swatch: "215.3 25% 26.7%";
1759
+ readonly tokens: {
1760
+ readonly "--primary": {
1761
+ readonly light: "215.3 25% 26.7%";
1762
+ readonly dark: "210 40% 98%";
1763
+ };
1764
+ readonly "--primary-foreground": {
1765
+ readonly light: "210 40% 98%";
1766
+ readonly dark: "215.3 25% 26.7%";
1767
+ };
1768
+ readonly "--ring": {
1769
+ readonly light: "215.3 25% 26.7%";
1770
+ readonly dark: "212.7 26.8% 83.9%";
1771
+ };
1772
+ readonly "--radius": {
1773
+ readonly light: "0.5rem";
1774
+ readonly dark: "0.5rem";
1775
+ };
1776
+ };
1777
+ };
1778
+ readonly rose: {
1779
+ readonly label: "Rose";
1780
+ readonly version: "1.1.1";
1781
+ readonly swatch: "346.8 77.2% 48%";
1782
+ readonly tokens: {
1783
+ readonly "--primary": {
1784
+ readonly light: "346.8 77.2% 48%";
1785
+ readonly dark: "346.8 77.2% 48%";
1786
+ };
1787
+ readonly "--primary-foreground": {
1788
+ readonly light: "355.7 100% 97.3%";
1789
+ readonly dark: "355.7 100% 97.3%";
1790
+ };
1791
+ readonly "--ring": {
1792
+ readonly light: "346.8 77.2% 48%";
1793
+ readonly dark: "346.8 77.2% 48%";
1794
+ };
1795
+ readonly "--radius": {
1796
+ readonly light: "0.5rem";
1797
+ readonly dark: "0.5rem";
1798
+ };
1799
+ };
1800
+ };
1801
+ readonly emerald: {
1802
+ readonly label: "Emerald";
1803
+ readonly version: "1.1.1";
1804
+ readonly swatch: "142.1 76.2% 28%";
1805
+ readonly tokens: {
1806
+ readonly "--primary": {
1807
+ readonly light: "142.1 76.2% 28%";
1808
+ readonly dark: "142.1 70.6% 45.3%";
1809
+ };
1810
+ readonly "--primary-foreground": {
1811
+ readonly light: "355.7 100% 97.3%";
1812
+ readonly dark: "144.9 80.4% 10%";
1813
+ };
1814
+ readonly "--ring": {
1815
+ readonly light: "142.1 76.2% 28%";
1816
+ readonly dark: "142.1 70.6% 45.3%";
1817
+ };
1818
+ readonly "--radius": {
1819
+ readonly light: "0.5rem";
1820
+ readonly dark: "0.5rem";
1821
+ };
1822
+ };
1823
+ };
1824
+ readonly violet: {
1825
+ readonly label: "Violet";
1826
+ readonly version: "1.1.1";
1827
+ readonly swatch: "262.1 83.3% 57.8%";
1828
+ readonly tokens: {
1829
+ readonly "--primary": {
1830
+ readonly light: "262.1 83.3% 57.8%";
1831
+ readonly dark: "263.4 70% 50.4%";
1832
+ };
1833
+ readonly "--primary-foreground": {
1834
+ readonly light: "210 20% 98%";
1835
+ readonly dark: "210 20% 98%";
1836
+ };
1837
+ readonly "--ring": {
1838
+ readonly light: "262.1 83.3% 57.8%";
1839
+ readonly dark: "263.4 70% 55%";
1840
+ };
1841
+ readonly "--radius": {
1842
+ readonly light: "0.5rem";
1843
+ readonly dark: "0.5rem";
1844
+ };
1845
+ };
1846
+ };
1847
+ readonly midnight: {
1848
+ readonly label: "Midnight";
1849
+ readonly version: "1.1.1";
1850
+ readonly swatch: "224 76.3% 48%";
1851
+ readonly tokens: {
1852
+ readonly "--primary": {
1853
+ readonly light: "224 76.3% 48%";
1854
+ readonly dark: "217.2 91.2% 59.8%";
1855
+ };
1856
+ readonly "--primary-foreground": {
1857
+ readonly light: "210 40% 98%";
1858
+ readonly dark: "222.2 47.4% 11.2%";
1859
+ };
1860
+ readonly "--ring": {
1861
+ readonly light: "224 76.3% 48%";
1862
+ readonly dark: "217.2 91.2% 59.8%";
1863
+ };
1864
+ readonly "--radius": {
1865
+ readonly light: "0.75rem";
1866
+ readonly dark: "0.75rem";
1867
+ };
1868
+ };
1869
+ };
1870
+ readonly sunset: {
1871
+ readonly label: "Sunset";
1872
+ readonly version: "1.1.1";
1873
+ readonly swatch: "24.6 95% 38%";
1874
+ readonly tokens: {
1875
+ readonly "--primary": {
1876
+ readonly light: "24.6 95% 38%";
1877
+ readonly dark: "20.5 90.2% 48.2%";
1878
+ };
1879
+ readonly "--primary-foreground": {
1880
+ readonly light: "60 9.1% 97.8%";
1881
+ readonly dark: "20 14.3% 4.1%";
1882
+ };
1883
+ readonly "--ring": {
1884
+ readonly light: "24.6 95% 38%";
1885
+ readonly dark: "20.5 90.2% 48.2%";
1886
+ };
1887
+ readonly "--radius": {
1888
+ readonly light: "0.75rem";
1889
+ readonly dark: "0.75rem";
1890
+ };
1891
+ };
1892
+ };
1893
+ readonly spotify: {
1894
+ readonly label: "Spotify";
1895
+ readonly version: "1.1.1";
1896
+ readonly swatch: "141.6 73.4% 30%";
1897
+ readonly tokens: {
1898
+ readonly "--primary": {
1899
+ readonly light: "141.6 73.4% 30%";
1900
+ readonly dark: "141.9 69.2% 58%";
1901
+ };
1902
+ readonly "--primary-foreground": {
1903
+ readonly light: "0 0% 100%";
1904
+ readonly dark: "141 80% 8%";
1905
+ };
1906
+ readonly "--ring": {
1907
+ readonly light: "141.6 73.4% 30%";
1908
+ readonly dark: "141.9 69.2% 58%";
1909
+ };
1910
+ readonly "--radius": {
1911
+ readonly light: "0.75rem";
1912
+ readonly dark: "0.75rem";
1913
+ };
1914
+ };
1915
+ };
1916
+ readonly neo: {
1917
+ readonly label: "Neo";
1918
+ readonly version: "1.1.1";
1919
+ readonly swatch: "0 0% 4%";
1920
+ readonly tokens: {
1921
+ readonly "--primary": {
1922
+ readonly light: "0 0% 4%";
1923
+ readonly dark: "0 0% 98%";
1924
+ };
1925
+ readonly "--primary-foreground": {
1926
+ readonly light: "0 0% 98%";
1927
+ readonly dark: "0 0% 4%";
1928
+ };
1929
+ readonly "--ring": {
1930
+ readonly light: "0 0% 4%";
1931
+ readonly dark: "0 0% 98%";
1932
+ };
1933
+ readonly "--radius": {
1934
+ readonly light: "0rem";
1935
+ readonly dark: "0rem";
1936
+ };
1937
+ };
1938
+ };
1939
+ readonly claude: {
1940
+ readonly label: "Claude";
1941
+ readonly version: "1.1.1";
1942
+ readonly swatch: "15.2 63.1% 59.2%";
1943
+ readonly tokens: {
1944
+ readonly "--primary": {
1945
+ readonly light: "15.2 63.1% 59.2%";
1946
+ readonly dark: "15.2 55.4% 52.5%";
1947
+ };
1948
+ readonly "--primary-foreground": {
1949
+ readonly light: "20 50% 10%";
1950
+ readonly dark: "20 50% 10%";
1951
+ };
1952
+ readonly "--ring": {
1953
+ readonly light: "15.2 63.1% 59.2%";
1954
+ readonly dark: "15.2 55.4% 52.5%";
1955
+ };
1956
+ readonly "--radius": {
1957
+ readonly light: "0.5rem";
1958
+ readonly dark: "0.5rem";
1959
+ };
1960
+ };
1961
+ };
1962
+ readonly monogram: {
1963
+ readonly label: "Monogram";
1964
+ readonly version: "1.2.1";
1965
+ readonly swatch: "0 0% 12.5%";
1966
+ readonly tokens: {
1967
+ readonly "--background": {
1968
+ readonly light: "0 0% 100%";
1969
+ readonly dark: "0 0% 7%";
1970
+ };
1971
+ readonly "--foreground": {
1972
+ readonly light: "0 0% 12.5%";
1973
+ readonly dark: "0 0% 98%";
1974
+ };
1975
+ readonly "--primary": {
1976
+ readonly light: "0 0% 12.5%";
1977
+ readonly dark: "0 0% 98%";
1978
+ };
1979
+ readonly "--primary-foreground": {
1980
+ readonly light: "0 0% 100%";
1981
+ readonly dark: "0 0% 12.5%";
1982
+ };
1983
+ readonly "--secondary": {
1984
+ readonly light: "0 0% 95.7%";
1985
+ readonly dark: "0 0% 14.9%";
1986
+ };
1987
+ readonly "--secondary-foreground": {
1988
+ readonly light: "0 0% 12.5%";
1989
+ readonly dark: "0 0% 98%";
1990
+ };
1991
+ readonly "--muted": {
1992
+ readonly light: "0 0% 95.7%";
1993
+ readonly dark: "0 0% 14.9%";
1994
+ };
1995
+ readonly "--muted-foreground": {
1996
+ readonly light: "0 0% 43%";
1997
+ readonly dark: "0 0% 63.9%";
1998
+ };
1999
+ readonly "--accent": {
2000
+ readonly light: "0 0% 95.7%";
2001
+ readonly dark: "0 0% 14.9%";
2002
+ };
2003
+ readonly "--accent-foreground": {
2004
+ readonly light: "0 0% 12.5%";
2005
+ readonly dark: "0 0% 98%";
2006
+ };
2007
+ readonly "--border": {
2008
+ readonly light: "0 0% 57%";
2009
+ readonly dark: "0 0% 45%";
2010
+ };
2011
+ readonly "--input": {
2012
+ readonly light: "0 0% 57%";
2013
+ readonly dark: "0 0% 45%";
2014
+ };
2015
+ readonly "--ring": {
2016
+ readonly light: "0 0% 12.5%";
2017
+ readonly dark: "0 0% 83.9%";
2018
+ };
2019
+ readonly "--radius": {
2020
+ readonly light: "0rem";
2021
+ readonly dark: "0rem";
2022
+ };
2023
+ readonly "--font-heading": {
2024
+ readonly light: "'Fraunces', Georgia, serif";
2025
+ readonly dark: "'Fraunces', Georgia, serif";
2026
+ };
2027
+ readonly "--font-body": {
2028
+ readonly light: "'DM Sans', ui-sans-serif, system-ui, sans-serif";
2029
+ readonly dark: "'DM Sans', ui-sans-serif, system-ui, sans-serif";
2030
+ };
2031
+ };
2032
+ };
2033
+ readonly prestige: {
2034
+ readonly label: "Prestige";
2035
+ readonly version: "1.2.1";
2036
+ readonly swatch: "0 0% 11%";
2037
+ readonly tokens: {
2038
+ readonly "--background": {
2039
+ readonly light: "0 0% 93.7%";
2040
+ readonly dark: "0 0% 9%";
2041
+ };
2042
+ readonly "--foreground": {
2043
+ readonly light: "0 0% 11%";
2044
+ readonly dark: "0 0% 95%";
2045
+ };
2046
+ readonly "--card": {
2047
+ readonly light: "0 0% 100%";
2048
+ readonly dark: "0 0% 12%";
2049
+ };
2050
+ readonly "--primary": {
2051
+ readonly light: "0 0% 11%";
2052
+ readonly dark: "0 0% 95%";
2053
+ };
2054
+ readonly "--primary-foreground": {
2055
+ readonly light: "0 0% 100%";
2056
+ readonly dark: "0 0% 11%";
2057
+ };
2058
+ readonly "--secondary": {
2059
+ readonly light: "0 0% 88%";
2060
+ readonly dark: "0 0% 16%";
2061
+ };
2062
+ readonly "--muted": {
2063
+ readonly light: "0 0% 88%";
2064
+ readonly dark: "0 0% 16%";
2065
+ };
2066
+ readonly "--muted-foreground": {
2067
+ readonly light: "0 0% 38%";
2068
+ readonly dark: "0 0% 64%";
2069
+ };
2070
+ readonly "--border": {
2071
+ readonly light: "0 0% 52%";
2072
+ readonly dark: "0 0% 45%";
2073
+ };
2074
+ readonly "--input": {
2075
+ readonly light: "0 0% 52%";
2076
+ readonly dark: "0 0% 45%";
2077
+ };
2078
+ readonly "--ring": {
2079
+ readonly light: "0 0% 11%";
2080
+ readonly dark: "0 0% 84%";
2081
+ };
2082
+ readonly "--radius": {
2083
+ readonly light: "0rem";
2084
+ readonly dark: "0rem";
2085
+ };
2086
+ readonly "--font-heading": {
2087
+ readonly light: "'Instrument Sans', sans-serif";
2088
+ readonly dark: "'Instrument Sans', sans-serif";
2089
+ };
2090
+ readonly "--font-body": {
2091
+ readonly light: "'Nunito', ui-sans-serif, system-ui, sans-serif";
2092
+ readonly dark: "'Nunito', ui-sans-serif, system-ui, sans-serif";
2093
+ };
2094
+ };
2095
+ };
2096
+ readonly showcase: {
2097
+ readonly label: "Showcase";
2098
+ readonly version: "1.2.1";
2099
+ readonly swatch: "240 9% 30%";
2100
+ readonly tokens: {
2101
+ readonly "--background": {
2102
+ readonly light: "0 0% 100%";
2103
+ readonly dark: "240 9% 8%";
2104
+ };
2105
+ readonly "--foreground": {
2106
+ readonly light: "240 9% 30%";
2107
+ readonly dark: "240 9% 92%";
2108
+ };
2109
+ readonly "--primary": {
2110
+ readonly light: "240 9% 30%";
2111
+ readonly dark: "240 9% 92%";
2112
+ };
2113
+ readonly "--primary-foreground": {
2114
+ readonly light: "0 0% 100%";
2115
+ readonly dark: "240 9% 12%";
2116
+ };
2117
+ readonly "--secondary": {
2118
+ readonly light: "240 9% 96%";
2119
+ readonly dark: "240 8% 16%";
2120
+ };
2121
+ readonly "--muted": {
2122
+ readonly light: "240 9% 96%";
2123
+ readonly dark: "240 8% 16%";
2124
+ };
2125
+ readonly "--muted-foreground": {
2126
+ readonly light: "240 6% 46%";
2127
+ readonly dark: "240 6% 64%";
2128
+ };
2129
+ readonly "--border": {
2130
+ readonly light: "240 8% 57%";
2131
+ readonly dark: "240 6% 45%";
2132
+ };
2133
+ readonly "--input": {
2134
+ readonly light: "240 8% 57%";
2135
+ readonly dark: "240 6% 45%";
2136
+ };
2137
+ readonly "--ring": {
2138
+ readonly light: "240 9% 30%";
2139
+ readonly dark: "240 9% 84%";
2140
+ };
2141
+ readonly "--radius": {
2142
+ readonly light: "0rem";
2143
+ readonly dark: "0rem";
2144
+ };
2145
+ readonly "--font-heading": {
2146
+ readonly light: "'Jost', sans-serif";
2147
+ readonly dark: "'Jost', sans-serif";
2148
+ };
2149
+ readonly "--font-body": {
2150
+ readonly light: "'Nunito Sans', ui-sans-serif, system-ui, sans-serif";
2151
+ readonly dark: "'Nunito Sans', ui-sans-serif, system-ui, sans-serif";
2152
+ };
2153
+ };
2154
+ };
2155
+ readonly madrid: {
2156
+ readonly label: "Madrid";
2157
+ readonly version: "1.2.1";
2158
+ readonly swatch: "0 0% 0%";
2159
+ readonly tokens: {
2160
+ readonly "--background": {
2161
+ readonly light: "0 0% 100%";
2162
+ readonly dark: "0 0% 7%";
2163
+ };
2164
+ readonly "--foreground": {
2165
+ readonly light: "0 0% 0%";
2166
+ readonly dark: "0 0% 98%";
2167
+ };
2168
+ readonly "--primary": {
2169
+ readonly light: "0 0% 0%";
2170
+ readonly dark: "0 0% 98%";
2171
+ };
2172
+ readonly "--primary-foreground": {
2173
+ readonly light: "0 0% 100%";
2174
+ readonly dark: "0 0% 0%";
2175
+ };
2176
+ readonly "--secondary": {
2177
+ readonly light: "0 0% 96%";
2178
+ readonly dark: "0 0% 15%";
2179
+ };
2180
+ readonly "--muted": {
2181
+ readonly light: "0 0% 96%";
2182
+ readonly dark: "0 0% 15%";
2183
+ };
2184
+ readonly "--muted-foreground": {
2185
+ readonly light: "0 0% 40%";
2186
+ readonly dark: "0 0% 64%";
2187
+ };
2188
+ readonly "--border": {
2189
+ readonly light: "0 0% 57%";
2190
+ readonly dark: "0 0% 45%";
2191
+ };
2192
+ readonly "--input": {
2193
+ readonly light: "0 0% 57%";
2194
+ readonly dark: "0 0% 45%";
2195
+ };
2196
+ readonly "--ring": {
2197
+ readonly light: "0 0% 0%";
2198
+ readonly dark: "0 0% 84%";
2199
+ };
2200
+ readonly "--radius": {
2201
+ readonly light: "0rem";
2202
+ readonly dark: "0rem";
2203
+ };
2204
+ readonly "--font-heading": {
2205
+ readonly light: "'Figtree', sans-serif";
2206
+ readonly dark: "'Figtree', sans-serif";
2207
+ };
2208
+ readonly "--font-body": {
2209
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2210
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2211
+ };
2212
+ };
2213
+ };
2214
+ readonly xclusive: {
2215
+ readonly label: "Xclusive";
2216
+ readonly version: "1.2.1";
2217
+ readonly swatch: "0 0% 12%";
2218
+ readonly tokens: {
2219
+ readonly "--background": {
2220
+ readonly light: "0 0% 100%";
2221
+ readonly dark: "0 0% 8%";
2222
+ };
2223
+ readonly "--foreground": {
2224
+ readonly light: "0 0% 12%";
2225
+ readonly dark: "0 0% 95%";
2226
+ };
2227
+ readonly "--primary": {
2228
+ readonly light: "0 0% 12%";
2229
+ readonly dark: "0 0% 95%";
2230
+ };
2231
+ readonly "--primary-foreground": {
2232
+ readonly light: "0 0% 100%";
2233
+ readonly dark: "0 0% 12%";
2234
+ };
2235
+ readonly "--secondary": {
2236
+ readonly light: "0 0% 96%";
2237
+ readonly dark: "0 0% 16%";
2238
+ };
2239
+ readonly "--muted": {
2240
+ readonly light: "0 0% 96%";
2241
+ readonly dark: "0 0% 16%";
2242
+ };
2243
+ readonly "--muted-foreground": {
2244
+ readonly light: "0 0% 44%";
2245
+ readonly dark: "0 0% 64%";
2246
+ };
2247
+ readonly "--border": {
2248
+ readonly light: "0 0% 57%";
2249
+ readonly dark: "0 0% 45%";
2250
+ };
2251
+ readonly "--input": {
2252
+ readonly light: "0 0% 57%";
2253
+ readonly dark: "0 0% 45%";
2254
+ };
2255
+ readonly "--ring": {
2256
+ readonly light: "0 0% 12%";
2257
+ readonly dark: "0 0% 84%";
2258
+ };
2259
+ readonly "--radius": {
2260
+ readonly light: "0rem";
2261
+ readonly dark: "0rem";
2262
+ };
2263
+ readonly "--font-heading": {
2264
+ readonly light: "'Libre Baskerville', Georgia, serif";
2265
+ readonly dark: "'Libre Baskerville', Georgia, serif";
2266
+ };
2267
+ readonly "--font-body": {
2268
+ readonly light: "'Lato', ui-sans-serif, system-ui, sans-serif";
2269
+ readonly dark: "'Lato', ui-sans-serif, system-ui, sans-serif";
2270
+ };
2271
+ };
2272
+ };
2273
+ readonly alchemy: {
2274
+ readonly label: "Alchemy";
2275
+ readonly version: "1.2.1";
2276
+ readonly swatch: "240 7% 11%";
2277
+ readonly tokens: {
2278
+ readonly "--background": {
2279
+ readonly light: "0 0% 93.7%";
2280
+ readonly dark: "240 8% 8%";
2281
+ };
2282
+ readonly "--foreground": {
2283
+ readonly light: "240 7% 11%";
2284
+ readonly dark: "0 0% 95%";
2285
+ };
2286
+ readonly "--card": {
2287
+ readonly light: "0 0% 100%";
2288
+ readonly dark: "240 8% 12%";
2289
+ };
2290
+ readonly "--primary": {
2291
+ readonly light: "240 7% 11%";
2292
+ readonly dark: "0 0% 95%";
2293
+ };
2294
+ readonly "--primary-foreground": {
2295
+ readonly light: "0 0% 100%";
2296
+ readonly dark: "240 7% 11%";
2297
+ };
2298
+ readonly "--secondary": {
2299
+ readonly light: "240 6% 88%";
2300
+ readonly dark: "240 7% 16%";
2301
+ };
2302
+ readonly "--muted": {
2303
+ readonly light: "240 6% 88%";
2304
+ readonly dark: "240 7% 16%";
2305
+ };
2306
+ readonly "--muted-foreground": {
2307
+ readonly light: "240 5% 40%";
2308
+ readonly dark: "240 5% 64%";
2309
+ };
2310
+ readonly "--border": {
2311
+ readonly light: "240 6% 52%";
2312
+ readonly dark: "240 6% 45%";
2313
+ };
2314
+ readonly "--input": {
2315
+ readonly light: "240 6% 52%";
2316
+ readonly dark: "240 6% 45%";
2317
+ };
2318
+ readonly "--ring": {
2319
+ readonly light: "240 7% 11%";
2320
+ readonly dark: "0 0% 84%";
2321
+ };
2322
+ readonly "--radius": {
2323
+ readonly light: "0rem";
2324
+ readonly dark: "0rem";
2325
+ };
2326
+ readonly "--font-heading": {
2327
+ readonly light: "'Figtree', sans-serif";
2328
+ readonly dark: "'Figtree', sans-serif";
2329
+ };
2330
+ readonly "--font-body": {
2331
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2332
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2333
+ };
2334
+ };
2335
+ };
2336
+ readonly reformation: {
2337
+ readonly label: "Reformation";
2338
+ readonly version: "1.2.1";
2339
+ readonly swatch: "228 31% 23%";
2340
+ readonly tokens: {
2341
+ readonly "--background": {
2342
+ readonly light: "0 0% 100%";
2343
+ readonly dark: "228 30% 8%";
2344
+ };
2345
+ readonly "--foreground": {
2346
+ readonly light: "228 31% 23%";
2347
+ readonly dark: "228 20% 92%";
2348
+ };
2349
+ readonly "--primary": {
2350
+ readonly light: "228 31% 23%";
2351
+ readonly dark: "228 30% 72%";
2352
+ };
2353
+ readonly "--primary-foreground": {
2354
+ readonly light: "0 0% 100%";
2355
+ readonly dark: "228 30% 12%";
2356
+ };
2357
+ readonly "--secondary": {
2358
+ readonly light: "228 30% 96%";
2359
+ readonly dark: "228 25% 16%";
2360
+ };
2361
+ readonly "--muted": {
2362
+ readonly light: "228 30% 96%";
2363
+ readonly dark: "228 25% 16%";
2364
+ };
2365
+ readonly "--muted-foreground": {
2366
+ readonly light: "228 12% 45%";
2367
+ readonly dark: "228 14% 64%";
2368
+ };
2369
+ readonly "--border": {
2370
+ readonly light: "228 20% 57%";
2371
+ readonly dark: "228 18% 45%";
2372
+ };
2373
+ readonly "--input": {
2374
+ readonly light: "228 20% 57%";
2375
+ readonly dark: "228 18% 45%";
2376
+ };
2377
+ readonly "--ring": {
2378
+ readonly light: "228 31% 23%";
2379
+ readonly dark: "228 30% 72%";
2380
+ };
2381
+ readonly "--radius": {
2382
+ readonly light: "0rem";
2383
+ readonly dark: "0rem";
2384
+ };
2385
+ readonly "--font-heading": {
2386
+ readonly light: "'Montserrat', sans-serif";
2387
+ readonly dark: "'Montserrat', sans-serif";
2388
+ };
2389
+ readonly "--font-body": {
2390
+ readonly light: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2391
+ readonly dark: "'Figtree', ui-sans-serif, system-ui, sans-serif";
2392
+ };
2393
+ };
2394
+ };
2395
+ readonly sampo: {
2396
+ readonly label: "Sampo";
2397
+ readonly version: "1.2.1";
2398
+ readonly swatch: "30 8% 19%";
2399
+ readonly tokens: {
2400
+ readonly "--background": {
2401
+ readonly light: "0 0% 100%";
2402
+ readonly dark: "30 8% 8%";
2403
+ };
2404
+ readonly "--foreground": {
2405
+ readonly light: "0 0% 0%";
2406
+ readonly dark: "0 0% 96%";
2407
+ };
2408
+ readonly "--primary": {
2409
+ readonly light: "30 8% 19%";
2410
+ readonly dark: "30 8% 82%";
2411
+ };
2412
+ readonly "--primary-foreground": {
2413
+ readonly light: "0 0% 100%";
2414
+ readonly dark: "30 8% 12%";
2415
+ };
2416
+ readonly "--secondary": {
2417
+ readonly light: "30 8% 96%";
2418
+ readonly dark: "30 8% 16%";
2419
+ };
2420
+ readonly "--muted": {
2421
+ readonly light: "30 8% 96%";
2422
+ readonly dark: "30 8% 16%";
2423
+ };
2424
+ readonly "--muted-foreground": {
2425
+ readonly light: "30 5% 42%";
2426
+ readonly dark: "30 5% 64%";
2427
+ };
2428
+ readonly "--border": {
2429
+ readonly light: "30 8% 57%";
2430
+ readonly dark: "30 8% 45%";
2431
+ };
2432
+ readonly "--input": {
2433
+ readonly light: "30 8% 57%";
2434
+ readonly dark: "30 8% 45%";
2435
+ };
2436
+ readonly "--ring": {
2437
+ readonly light: "30 8% 19%";
2438
+ readonly dark: "30 8% 82%";
2439
+ };
2440
+ readonly "--radius": {
2441
+ readonly light: "0rem";
2442
+ readonly dark: "0rem";
2443
+ };
2444
+ readonly "--font-heading": {
2445
+ readonly light: "'Inter', sans-serif";
2446
+ readonly dark: "'Inter', sans-serif";
2447
+ };
2448
+ readonly "--font-body": {
2449
+ readonly light: "'Inter', ui-sans-serif, system-ui, sans-serif";
2450
+ readonly dark: "'Inter', ui-sans-serif, system-ui, sans-serif";
2451
+ };
2452
+ };
2453
+ };
2454
+ };
2455
+ export type ThemeBrand = keyof typeof themePresets;
2456
+ export type ThemeMode = (typeof themeMetadata.modes)[number];
2457
+ export type DesignTokenPath = (typeof themeMetadata.tokens)[number]['path'];