@aurea-uds/tokens 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,2233 @@
1
+ {
2
+ "$description": "Aurea design tokens — DTCG 2025.10. Single source of truth; build-tokens.mjs emits CSS.",
3
+ "$extensions": {
4
+ "ui.aurea": {
5
+ "version": "1.7.0",
6
+ "source": "UI-KIT.html v1.7",
7
+ "principles": [
8
+ "preserve-current-visual-language",
9
+ "semantic-tokens-only",
10
+ "floating-surfaces",
11
+ "pill-controls",
12
+ "no-gradients"
13
+ ],
14
+ "selectors": {
15
+ "base": ":root",
16
+ "theme.dark": "[data-theme=\"dark\"]",
17
+ "theme.light": "[data-theme=\"light\"]",
18
+ "density.compact": "[data-density=\"compact\"]",
19
+ "density.comfortable": "[data-density=\"comfortable\"]",
20
+ "density.spacious": "[data-density=\"spacious\"]"
21
+ }
22
+ }
23
+ },
24
+ "base": {
25
+ "brand-yellow": {
26
+ "$type": "color",
27
+ "$value": {
28
+ "colorSpace": "oklch",
29
+ "components": [
30
+ 0.795,
31
+ 0.184,
32
+ 86.047
33
+ ]
34
+ }
35
+ },
36
+ "brand-yellow-foreground": {
37
+ "$type": "color",
38
+ "$value": {
39
+ "colorSpace": "oklch",
40
+ "components": [
41
+ 0.421,
42
+ 0.095,
43
+ 57.708
44
+ ]
45
+ }
46
+ },
47
+ "font-ui": {
48
+ "$type": "fontFamily",
49
+ "$value": [
50
+ "IBM Plex Sans",
51
+ "Segoe UI",
52
+ "sans-serif"
53
+ ]
54
+ },
55
+ "font-editorial": {
56
+ "$type": "fontFamily",
57
+ "$value": [
58
+ "IBM Plex Serif",
59
+ "Georgia",
60
+ "serif"
61
+ ]
62
+ },
63
+ "font-code": {
64
+ "$type": "fontFamily",
65
+ "$value": [
66
+ "IBM Plex Mono",
67
+ "SFMono-Regular",
68
+ "Consolas",
69
+ "monospace"
70
+ ]
71
+ },
72
+ "text-xs": {
73
+ "$type": "dimension",
74
+ "$value": {
75
+ "value": 0.75,
76
+ "unit": "rem"
77
+ }
78
+ },
79
+ "text-sm": {
80
+ "$type": "dimension",
81
+ "$value": {
82
+ "value": 0.8125,
83
+ "unit": "rem"
84
+ }
85
+ },
86
+ "text-md": {
87
+ "$type": "dimension",
88
+ "$value": {
89
+ "value": 0.875,
90
+ "unit": "rem"
91
+ }
92
+ },
93
+ "text-base": {
94
+ "$type": "dimension",
95
+ "$value": {
96
+ "value": 1,
97
+ "unit": "rem"
98
+ }
99
+ },
100
+ "text-lg": {
101
+ "$type": "dimension",
102
+ "$value": {
103
+ "value": 1.125,
104
+ "unit": "rem"
105
+ }
106
+ },
107
+ "text-xl": {
108
+ "$type": "dimension",
109
+ "$value": {
110
+ "value": 1.25,
111
+ "unit": "rem"
112
+ }
113
+ },
114
+ "text-2xl": {
115
+ "$type": "dimension",
116
+ "$value": {
117
+ "value": 1.5,
118
+ "unit": "rem"
119
+ }
120
+ },
121
+ "text-3xl": {
122
+ "$type": "dimension",
123
+ "$value": {
124
+ "value": 1.875,
125
+ "unit": "rem"
126
+ }
127
+ },
128
+ "text-4xl": {
129
+ "$type": "dimension",
130
+ "$value": {
131
+ "value": 2.25,
132
+ "unit": "rem"
133
+ }
134
+ },
135
+ "text-5xl": {
136
+ "$type": "dimension",
137
+ "$value": {
138
+ "value": 3,
139
+ "unit": "rem"
140
+ }
141
+ },
142
+ "leading-tight": {
143
+ "$type": "number",
144
+ "$value": 1.2
145
+ },
146
+ "leading-normal": {
147
+ "$type": "number",
148
+ "$value": 1.5
149
+ },
150
+ "leading-relaxed": {
151
+ "$type": "number",
152
+ "$value": 1.7
153
+ },
154
+ "space-0": {
155
+ "$type": "dimension",
156
+ "$value": {
157
+ "value": 0,
158
+ "unit": "px"
159
+ }
160
+ },
161
+ "space-05": {
162
+ "$description": "Half-step below space-1 (2px). The tightest gap in the scale; use only where 4px is visibly too much, e.g. the flush topbar hugging the content.",
163
+ "$type": "dimension",
164
+ "$value": {
165
+ "value": 0.125,
166
+ "unit": "rem"
167
+ }
168
+ },
169
+ "space-1": {
170
+ "$type": "dimension",
171
+ "$value": {
172
+ "value": 0.25,
173
+ "unit": "rem"
174
+ }
175
+ },
176
+ "space-2": {
177
+ "$type": "dimension",
178
+ "$value": {
179
+ "value": 0.5,
180
+ "unit": "rem"
181
+ }
182
+ },
183
+ "space-3": {
184
+ "$type": "dimension",
185
+ "$value": {
186
+ "value": 0.75,
187
+ "unit": "rem"
188
+ }
189
+ },
190
+ "space-4": {
191
+ "$type": "dimension",
192
+ "$value": {
193
+ "value": 1,
194
+ "unit": "rem"
195
+ }
196
+ },
197
+ "space-5": {
198
+ "$type": "dimension",
199
+ "$value": {
200
+ "value": 1.25,
201
+ "unit": "rem"
202
+ }
203
+ },
204
+ "space-6": {
205
+ "$type": "dimension",
206
+ "$value": {
207
+ "value": 1.5,
208
+ "unit": "rem"
209
+ }
210
+ },
211
+ "space-7": {
212
+ "$type": "dimension",
213
+ "$value": {
214
+ "value": 1.75,
215
+ "unit": "rem"
216
+ }
217
+ },
218
+ "space-8": {
219
+ "$type": "dimension",
220
+ "$value": {
221
+ "value": 2,
222
+ "unit": "rem"
223
+ }
224
+ },
225
+ "space-10": {
226
+ "$type": "dimension",
227
+ "$value": {
228
+ "value": 2.5,
229
+ "unit": "rem"
230
+ }
231
+ },
232
+ "space-12": {
233
+ "$type": "dimension",
234
+ "$value": {
235
+ "value": 3,
236
+ "unit": "rem"
237
+ }
238
+ },
239
+ "space-16": {
240
+ "$type": "dimension",
241
+ "$value": {
242
+ "value": 4,
243
+ "unit": "rem"
244
+ }
245
+ },
246
+ "space-20": {
247
+ "$type": "dimension",
248
+ "$value": {
249
+ "value": 5,
250
+ "unit": "rem"
251
+ }
252
+ },
253
+ "space-24": {
254
+ "$type": "dimension",
255
+ "$value": {
256
+ "value": 6,
257
+ "unit": "rem"
258
+ }
259
+ },
260
+ "radius-xs": {
261
+ "$type": "dimension",
262
+ "$value": {
263
+ "value": 6,
264
+ "unit": "px"
265
+ }
266
+ },
267
+ "radius-sm": {
268
+ "$type": "dimension",
269
+ "$value": {
270
+ "value": 8,
271
+ "unit": "px"
272
+ }
273
+ },
274
+ "radius-md": {
275
+ "$type": "dimension",
276
+ "$value": {
277
+ "value": 10,
278
+ "unit": "px"
279
+ }
280
+ },
281
+ "radius-lg": {
282
+ "$type": "dimension",
283
+ "$value": {
284
+ "value": 16,
285
+ "unit": "px"
286
+ }
287
+ },
288
+ "radius-card": {
289
+ "$type": "dimension",
290
+ "$value": {
291
+ "value": 22,
292
+ "unit": "px"
293
+ }
294
+ },
295
+ "radius-control": {
296
+ "$type": "dimension",
297
+ "$value": {
298
+ "value": 999,
299
+ "unit": "px"
300
+ }
301
+ },
302
+ "radius-full": {
303
+ "$type": "dimension",
304
+ "$value": "{radius-control}",
305
+ "$description": "Alias de radius-control. Referência e não cópia: dois nomes com o mesmo número escrito à mão divergem no dia em que um é ajustado."
306
+ },
307
+ "border-width": {
308
+ "$type": "dimension",
309
+ "$value": {
310
+ "value": 1,
311
+ "unit": "px"
312
+ }
313
+ },
314
+ "shadow-md": {
315
+ "$type": "shadow",
316
+ "$value": {
317
+ "color": {
318
+ "colorSpace": "srgb",
319
+ "components": [
320
+ 0,
321
+ 0,
322
+ 0
323
+ ],
324
+ "hex": "#000000",
325
+ "alpha": 0.28
326
+ },
327
+ "offsetX": {
328
+ "value": 0,
329
+ "unit": "px"
330
+ },
331
+ "offsetY": {
332
+ "value": 16,
333
+ "unit": "px"
334
+ },
335
+ "blur": {
336
+ "value": 42,
337
+ "unit": "px"
338
+ },
339
+ "spread": {
340
+ "value": 0,
341
+ "unit": "px"
342
+ }
343
+ }
344
+ },
345
+ "shadow-lg": {
346
+ "$type": "shadow",
347
+ "$value": {
348
+ "color": {
349
+ "colorSpace": "srgb",
350
+ "components": [
351
+ 0,
352
+ 0,
353
+ 0
354
+ ],
355
+ "hex": "#000000",
356
+ "alpha": 0.42
357
+ },
358
+ "offsetX": {
359
+ "value": 0,
360
+ "unit": "px"
361
+ },
362
+ "offsetY": {
363
+ "value": 28,
364
+ "unit": "px"
365
+ },
366
+ "blur": {
367
+ "value": 80,
368
+ "unit": "px"
369
+ },
370
+ "spread": {
371
+ "value": 0,
372
+ "unit": "px"
373
+ }
374
+ }
375
+ },
376
+ "duration-fast": {
377
+ "$type": "duration",
378
+ "$value": {
379
+ "value": 120,
380
+ "unit": "ms"
381
+ }
382
+ },
383
+ "duration-base": {
384
+ "$type": "duration",
385
+ "$value": {
386
+ "value": 180,
387
+ "unit": "ms"
388
+ }
389
+ },
390
+ "duration-slow": {
391
+ "$type": "duration",
392
+ "$value": {
393
+ "value": 280,
394
+ "unit": "ms"
395
+ }
396
+ },
397
+ "ease-standard": {
398
+ "$type": "cubicBezier",
399
+ "$value": [
400
+ 0.2,
401
+ 0,
402
+ 0,
403
+ 1
404
+ ]
405
+ },
406
+ "ease-emphasized": {
407
+ "$type": "cubicBezier",
408
+ "$value": [
409
+ 0.2,
410
+ 0.8,
411
+ 0.2,
412
+ 1
413
+ ]
414
+ },
415
+ "z-base": {
416
+ "$type": "number",
417
+ "$value": 0
418
+ },
419
+ "z-sticky": {
420
+ "$type": "number",
421
+ "$value": 20
422
+ },
423
+ "z-dropdown": {
424
+ "$type": "number",
425
+ "$value": 40
426
+ },
427
+ "z-drawer": {
428
+ "$type": "number",
429
+ "$value": 60
430
+ },
431
+ "z-modal": {
432
+ "$type": "number",
433
+ "$value": 80
434
+ },
435
+ "z-toast": {
436
+ "$type": "number",
437
+ "$value": 100
438
+ },
439
+ "sidebar-width": {
440
+ "$type": "dimension",
441
+ "$value": {
442
+ "value": 16.5,
443
+ "unit": "rem"
444
+ }
445
+ },
446
+ "topbar-height": {
447
+ "$type": "dimension",
448
+ "$value": {
449
+ "value": 4.0,
450
+ "unit": "rem"
451
+ }
452
+ },
453
+ "content-max": {
454
+ "$type": "dimension",
455
+ "$value": {
456
+ "value": 102.5,
457
+ "unit": "rem"
458
+ }
459
+ },
460
+ "breakpoint-sm": {
461
+ "$description": "Responsive scale (Tailwind, the de-facto 2026 standard; base of Untitled UI). Mobile-first: a rule applies at this width and up. @media can't read var(), so CSS uses the literal value — validate.py check 5 guards the scale. JS/native read --breakpoint-*.",
462
+ "$type": "dimension",
463
+ "$value": {
464
+ "value": 640,
465
+ "unit": "px"
466
+ }
467
+ },
468
+ "breakpoint-md": {
469
+ "$type": "dimension",
470
+ "$value": {
471
+ "value": 768,
472
+ "unit": "px"
473
+ }
474
+ },
475
+ "breakpoint-lg": {
476
+ "$type": "dimension",
477
+ "$value": {
478
+ "value": 1024,
479
+ "unit": "px"
480
+ }
481
+ },
482
+ "breakpoint-xl": {
483
+ "$type": "dimension",
484
+ "$value": {
485
+ "value": 1280,
486
+ "unit": "px"
487
+ }
488
+ },
489
+ "breakpoint-2xl": {
490
+ "$type": "dimension",
491
+ "$value": {
492
+ "value": 1536,
493
+ "unit": "px"
494
+ }
495
+ },
496
+ "control-h-xs": {
497
+ "$type": "dimension",
498
+ "$value": {
499
+ "value": 1.625,
500
+ "unit": "rem"
501
+ }
502
+ },
503
+ "control-h-sm": {
504
+ "$type": "dimension",
505
+ "$value": {
506
+ "value": 1.875,
507
+ "unit": "rem"
508
+ }
509
+ },
510
+ "control-h-md": {
511
+ "$type": "dimension",
512
+ "$value": {
513
+ "value": 2.25,
514
+ "unit": "rem"
515
+ }
516
+ },
517
+ "control-h-lg": {
518
+ "$type": "dimension",
519
+ "$value": {
520
+ "value": 2.625,
521
+ "unit": "rem"
522
+ }
523
+ },
524
+ "control-h-xl": {
525
+ "$type": "dimension",
526
+ "$value": {
527
+ "value": 3.125,
528
+ "unit": "rem"
529
+ }
530
+ },
531
+ "row-h": {
532
+ "$type": "dimension",
533
+ "$value": {
534
+ "value": 3.0,
535
+ "unit": "rem"
536
+ }
537
+ },
538
+ "card-pad": {
539
+ "$type": "dimension",
540
+ "$value": {
541
+ "value": 1.25,
542
+ "unit": "rem"
543
+ }
544
+ },
545
+ "section-gap": {
546
+ "$type": "dimension",
547
+ "$value": {
548
+ "value": 1.5,
549
+ "unit": "rem"
550
+ }
551
+ },
552
+ "media-canvas": {
553
+ "$type": "color",
554
+ "$value": {
555
+ "colorSpace": "oklch",
556
+ "components": [
557
+ 0.085,
558
+ 0,
559
+ 0
560
+ ]
561
+ }
562
+ },
563
+ "media-foreground": {
564
+ "$type": "color",
565
+ "$value": {
566
+ "colorSpace": "oklch",
567
+ "components": [
568
+ 0.985,
569
+ 0,
570
+ 0
571
+ ]
572
+ }
573
+ },
574
+ "media-muted": {
575
+ "$type": "color",
576
+ "$value": {
577
+ "colorSpace": "oklch",
578
+ "components": [
579
+ 0.74,
580
+ 0,
581
+ 0
582
+ ]
583
+ }
584
+ },
585
+ "media-scrim": {
586
+ "$type": "color",
587
+ "$value": {
588
+ "colorSpace": "oklch",
589
+ "components": [
590
+ 0,
591
+ 0,
592
+ 0
593
+ ],
594
+ "alpha": 0.82
595
+ }
596
+ },
597
+ "media-track": {
598
+ "$type": "color",
599
+ "$value": {
600
+ "colorSpace": "oklch",
601
+ "components": [
602
+ 1,
603
+ 0,
604
+ 0
605
+ ],
606
+ "alpha": 0.18
607
+ }
608
+ },
609
+ "media-buffered": {
610
+ "$type": "color",
611
+ "$value": {
612
+ "colorSpace": "oklch",
613
+ "components": [
614
+ 1,
615
+ 0,
616
+ 0
617
+ ],
618
+ "alpha": 0.42
619
+ }
620
+ },
621
+ "media-caption-bg": {
622
+ "$type": "color",
623
+ "$value": {
624
+ "colorSpace": "oklch",
625
+ "components": [
626
+ 0,
627
+ 0,
628
+ 0
629
+ ],
630
+ "alpha": 0.82
631
+ }
632
+ },
633
+ "media-control-bg": {
634
+ "$type": "color",
635
+ "$value": {
636
+ "colorSpace": "oklch",
637
+ "components": [
638
+ 0,
639
+ 0,
640
+ 0
641
+ ],
642
+ "alpha": 0.52
643
+ }
644
+ },
645
+ "media-control-hover": {
646
+ "$type": "color",
647
+ "$value": {
648
+ "colorSpace": "oklch",
649
+ "components": [
650
+ 1,
651
+ 0,
652
+ 0
653
+ ],
654
+ "alpha": 0.14
655
+ }
656
+ },
657
+ "text-muted": {
658
+ "$type": "dimension",
659
+ "$value": "{muted-foreground}"
660
+ },
661
+ "success-400": {
662
+ "$type": "color",
663
+ "$value": {
664
+ "colorSpace": "srgb",
665
+ "components": [
666
+ 0.25882,
667
+ 0.82745,
668
+ 0.57255
669
+ ],
670
+ "hex": "#42d392"
671
+ }
672
+ },
673
+ "success-500": {
674
+ "$type": "color",
675
+ "$value": {
676
+ "colorSpace": "srgb",
677
+ "components": [
678
+ 0.13333,
679
+ 0.78431,
680
+ 0.45882
681
+ ],
682
+ "hex": "#22c875"
683
+ }
684
+ },
685
+ "success-700": {
686
+ "$type": "color",
687
+ "$value": {
688
+ "colorSpace": "srgb",
689
+ "components": [
690
+ 0.07843,
691
+ 0.47843,
692
+ 0.30196
693
+ ],
694
+ "hex": "#147a4d"
695
+ }
696
+ },
697
+ "warning-400": {
698
+ "$type": "color",
699
+ "$value": "{brand-yellow}"
700
+ },
701
+ "warning-500": {
702
+ "$type": "color",
703
+ "$value": {
704
+ "colorSpace": "srgb",
705
+ "components": [
706
+ 0.83137,
707
+ 0.61176,
708
+ 0
709
+ ],
710
+ "hex": "#d49c00"
711
+ }
712
+ },
713
+ "warning-800": {
714
+ "$type": "color",
715
+ "$value": {
716
+ "colorSpace": "srgb",
717
+ "components": [
718
+ 0.42745,
719
+ 0.30196,
720
+ 0
721
+ ],
722
+ "hex": "#6d4d00"
723
+ }
724
+ },
725
+ "danger-400": {
726
+ "$type": "color",
727
+ "$value": {
728
+ "colorSpace": "srgb",
729
+ "components": [
730
+ 1,
731
+ 0.44314,
732
+ 0.50196
733
+ ],
734
+ "hex": "#ff7180"
735
+ }
736
+ },
737
+ "danger-500": {
738
+ "$type": "color",
739
+ "$value": {
740
+ "colorSpace": "srgb",
741
+ "components": [
742
+ 0.91373,
743
+ 0.29412,
744
+ 0.3451
745
+ ],
746
+ "hex": "#e94b58"
747
+ }
748
+ },
749
+ "danger-800": {
750
+ "$type": "color",
751
+ "$value": {
752
+ "colorSpace": "srgb",
753
+ "components": [
754
+ 0.49804,
755
+ 0.12549,
756
+ 0.16078
757
+ ],
758
+ "hex": "#7f2029"
759
+ }
760
+ },
761
+ "info-400": {
762
+ "$type": "color",
763
+ "$value": {
764
+ "colorSpace": "srgb",
765
+ "components": [
766
+ 0.55686,
767
+ 0.77255,
768
+ 1
769
+ ],
770
+ "hex": "#8ec5ff"
771
+ }
772
+ },
773
+ "info-500": {
774
+ "$type": "color",
775
+ "$value": {
776
+ "colorSpace": "srgb",
777
+ "components": [
778
+ 0.16863,
779
+ 0.49804,
780
+ 1
781
+ ],
782
+ "hex": "#2b7fff"
783
+ }
784
+ },
785
+ "info-800": {
786
+ "$type": "color",
787
+ "$value": {
788
+ "colorSpace": "srgb",
789
+ "components": [
790
+ 0.07843,
791
+ 0.27843,
792
+ 0.90196
793
+ ],
794
+ "hex": "#1447e6"
795
+ }
796
+ },
797
+ "oracle-50": {
798
+ "$type": "color",
799
+ "$value": {
800
+ "colorSpace": "oklch",
801
+ "components": [
802
+ 0.96,
803
+ 0.025,
804
+ 251.813
805
+ ]
806
+ }
807
+ },
808
+ "oracle-100": {
809
+ "$type": "color",
810
+ "$value": {
811
+ "colorSpace": "oklch",
812
+ "components": [
813
+ 0.9,
814
+ 0.06,
815
+ 251.813
816
+ ]
817
+ }
818
+ },
819
+ "oracle-200": {
820
+ "$type": "color",
821
+ "$value": {
822
+ "colorSpace": "oklch",
823
+ "components": [
824
+ 0.85,
825
+ 0.09,
826
+ 251.813
827
+ ]
828
+ }
829
+ },
830
+ "oracle-300": {
831
+ "$type": "color",
832
+ "$value": "{chart-1}"
833
+ },
834
+ "oracle-400": {
835
+ "$type": "color",
836
+ "$value": "{chart-2}"
837
+ },
838
+ "oracle-500": {
839
+ "$type": "color",
840
+ "$value": "{chart-3}"
841
+ },
842
+ "oracle-600": {
843
+ "$type": "color",
844
+ "$value": "{chart-4}"
845
+ },
846
+ "oracle-700": {
847
+ "$type": "color",
848
+ "$value": "{chart-5}"
849
+ },
850
+ "oracle-800": {
851
+ "$type": "color",
852
+ "$value": {
853
+ "colorSpace": "oklch",
854
+ "components": [
855
+ 0.38,
856
+ 0.2,
857
+ 265.638
858
+ ]
859
+ }
860
+ },
861
+ "oracle-900": {
862
+ "$type": "color",
863
+ "$value": {
864
+ "colorSpace": "oklch",
865
+ "components": [
866
+ 0.31,
867
+ 0.16,
868
+ 265.638
869
+ ]
870
+ }
871
+ },
872
+ "oracle-950": {
873
+ "$type": "color",
874
+ "$value": {
875
+ "colorSpace": "oklch",
876
+ "components": [
877
+ 0.23,
878
+ 0.11,
879
+ 265.638
880
+ ]
881
+ }
882
+ },
883
+ "weight-regular": {
884
+ "$type": "number",
885
+ "$value": 400,
886
+ "$description": "Corpo de texto."
887
+ },
888
+ "weight-medium": {
889
+ "$type": "number",
890
+ "$value": 500,
891
+ "$description": "Rótulo, botão, ênfase leve."
892
+ },
893
+ "weight-semibold": {
894
+ "$type": "number",
895
+ "$value": 600,
896
+ "$description": "Título de seção, cabeçalho de tabela."
897
+ },
898
+ "weight-bold": {
899
+ "$type": "number",
900
+ "$value": 700,
901
+ "$description": "Título de página e número de destaque."
902
+ },
903
+ "icon-sm": {
904
+ "$type": "dimension",
905
+ "$value": {
906
+ "value": 1,
907
+ "unit": "rem"
908
+ },
909
+ "$description": "Glifo dentro de controle pequeno, badge e chip."
910
+ },
911
+ "icon-md": {
912
+ "$type": "dimension",
913
+ "$value": {
914
+ "value": 1.25,
915
+ "unit": "rem"
916
+ },
917
+ "$description": "Glifo padrão, alinhado ao texto de corpo."
918
+ },
919
+ "icon-lg": {
920
+ "$type": "dimension",
921
+ "$value": {
922
+ "value": 1.5,
923
+ "unit": "rem"
924
+ },
925
+ "$description": "Glifo de destaque em cabeçalho."
926
+ },
927
+ "icon-xl": {
928
+ "$type": "dimension",
929
+ "$value": {
930
+ "value": 2,
931
+ "unit": "rem"
932
+ },
933
+ "$description": "Glifo de estado vazio e de ilustração."
934
+ },
935
+ "tracking-tight": {
936
+ "$type": "dimension",
937
+ "$value": {
938
+ "value": -0.01,
939
+ "unit": "em"
940
+ },
941
+ "$description": "Fecha o texto em tamanho grande, onde o espaçamento natural parece solto."
942
+ },
943
+ "tracking-normal": {
944
+ "$type": "dimension",
945
+ "$value": {
946
+ "value": 0,
947
+ "unit": "em"
948
+ },
949
+ "$description": "Sem ajuste — o padrão da fonte."
950
+ },
951
+ "leading-none": {
952
+ "$type": "number",
953
+ "$value": 1,
954
+ "$description": "Entrelinha colada ao glifo: usada onde a ALTURA do componente é o contrato e não pode variar com a herança (ver badge e chip)."
955
+ },
956
+ "target-min": {
957
+ "$type": "dimension",
958
+ "$value": {
959
+ "value": 2.75,
960
+ "unit": "rem"
961
+ },
962
+ "$description": "Área mínima de toque (44px a 16px de raiz) — WCAG 2.5.5/2.5.8 em ponteiro grosseiro."
963
+ },
964
+ "tracking-wide": {
965
+ "$type": "dimension",
966
+ "$value": {
967
+ "value": 0.04,
968
+ "unit": "em"
969
+ },
970
+ "$description": "Abre levemente o rótulo em caixa alta."
971
+ },
972
+ "tracking-wider": {
973
+ "$type": "dimension",
974
+ "$value": {
975
+ "value": 0.06,
976
+ "unit": "em"
977
+ },
978
+ "$description": "Rótulo curto em caixa alta, como eyebrow."
979
+ },
980
+ "tracking-widest": {
981
+ "$type": "dimension",
982
+ "$value": {
983
+ "value": 0.12,
984
+ "unit": "em"
985
+ },
986
+ "$description": "Rótulo de categoria — o mais aberto da escala."
987
+ }
988
+ },
989
+ "theme": {
990
+ "dark": {
991
+ "background": {
992
+ "$type": "color",
993
+ "$value": {
994
+ "colorSpace": "oklch",
995
+ "components": [
996
+ 0.145,
997
+ 0,
998
+ 0
999
+ ]
1000
+ }
1001
+ },
1002
+ "foreground": {
1003
+ "$type": "color",
1004
+ "$value": {
1005
+ "colorSpace": "oklch",
1006
+ "components": [
1007
+ 0.985,
1008
+ 0,
1009
+ 0
1010
+ ]
1011
+ }
1012
+ },
1013
+ "card": {
1014
+ "$type": "color",
1015
+ "$value": {
1016
+ "colorSpace": "oklch",
1017
+ "components": [
1018
+ 0.205,
1019
+ 0,
1020
+ 0
1021
+ ]
1022
+ }
1023
+ },
1024
+ "card-foreground": {
1025
+ "$type": "color",
1026
+ "$value": {
1027
+ "colorSpace": "oklch",
1028
+ "components": [
1029
+ 0.985,
1030
+ 0,
1031
+ 0
1032
+ ]
1033
+ }
1034
+ },
1035
+ "popover": {
1036
+ "$type": "color",
1037
+ "$value": {
1038
+ "colorSpace": "oklch",
1039
+ "components": [
1040
+ 0.205,
1041
+ 0,
1042
+ 0
1043
+ ]
1044
+ }
1045
+ },
1046
+ "popover-foreground": {
1047
+ "$type": "color",
1048
+ "$value": {
1049
+ "colorSpace": "oklch",
1050
+ "components": [
1051
+ 0.985,
1052
+ 0,
1053
+ 0
1054
+ ]
1055
+ }
1056
+ },
1057
+ "primary": {
1058
+ "$type": "color",
1059
+ "$value": "{brand-yellow}"
1060
+ },
1061
+ "primary-foreground": {
1062
+ "$type": "color",
1063
+ "$value": "{brand-yellow-foreground}"
1064
+ },
1065
+ "secondary": {
1066
+ "$type": "color",
1067
+ "$value": {
1068
+ "colorSpace": "oklch",
1069
+ "components": [
1070
+ 0.274,
1071
+ 0.006,
1072
+ 286.033
1073
+ ]
1074
+ }
1075
+ },
1076
+ "secondary-foreground": {
1077
+ "$type": "color",
1078
+ "$value": {
1079
+ "colorSpace": "oklch",
1080
+ "components": [
1081
+ 0.985,
1082
+ 0,
1083
+ 0
1084
+ ]
1085
+ }
1086
+ },
1087
+ "muted": {
1088
+ "$type": "color",
1089
+ "$value": {
1090
+ "colorSpace": "oklch",
1091
+ "components": [
1092
+ 0.269,
1093
+ 0,
1094
+ 0
1095
+ ]
1096
+ }
1097
+ },
1098
+ "muted-foreground": {
1099
+ "$type": "color",
1100
+ "$value": {
1101
+ "colorSpace": "oklch",
1102
+ "components": [
1103
+ 0.708,
1104
+ 0,
1105
+ 0
1106
+ ]
1107
+ }
1108
+ },
1109
+ "accent": {
1110
+ "$type": "color",
1111
+ "$value": {
1112
+ "colorSpace": "oklch",
1113
+ "components": [
1114
+ 0.269,
1115
+ 0,
1116
+ 0
1117
+ ]
1118
+ }
1119
+ },
1120
+ "accent-foreground": {
1121
+ "$type": "color",
1122
+ "$value": {
1123
+ "colorSpace": "oklch",
1124
+ "components": [
1125
+ 0.985,
1126
+ 0,
1127
+ 0
1128
+ ]
1129
+ }
1130
+ },
1131
+ "destructive": {
1132
+ "$type": "color",
1133
+ "$value": {
1134
+ "colorSpace": "oklch",
1135
+ "components": [
1136
+ 0.704,
1137
+ 0.191,
1138
+ 22.216
1139
+ ]
1140
+ }
1141
+ },
1142
+ "destructive-foreground": {
1143
+ "$type": "color",
1144
+ "$value": {
1145
+ "colorSpace": "oklch",
1146
+ "components": [
1147
+ 0.2,
1148
+ 0.02,
1149
+ 22
1150
+ ]
1151
+ }
1152
+ },
1153
+ "border": {
1154
+ "$type": "color",
1155
+ "$value": {
1156
+ "colorSpace": "oklch",
1157
+ "components": [
1158
+ 1,
1159
+ 0,
1160
+ 0
1161
+ ],
1162
+ "alpha": 0.1
1163
+ }
1164
+ },
1165
+ "input": {
1166
+ "$type": "color",
1167
+ "$value": {
1168
+ "colorSpace": "oklch",
1169
+ "components": [
1170
+ 1,
1171
+ 0,
1172
+ 0
1173
+ ],
1174
+ "alpha": 0.15
1175
+ }
1176
+ },
1177
+ "ring": {
1178
+ "$type": "color",
1179
+ "$value": {
1180
+ "colorSpace": "oklch",
1181
+ "components": [
1182
+ 0.556,
1183
+ 0,
1184
+ 0
1185
+ ]
1186
+ }
1187
+ },
1188
+ "chart-1": {
1189
+ "$type": "color",
1190
+ "$value": {
1191
+ "colorSpace": "oklch",
1192
+ "components": [
1193
+ 0.809,
1194
+ 0.105,
1195
+ 251.813
1196
+ ]
1197
+ }
1198
+ },
1199
+ "chart-2": {
1200
+ "$type": "color",
1201
+ "$value": {
1202
+ "colorSpace": "oklch",
1203
+ "components": [
1204
+ 0.623,
1205
+ 0.214,
1206
+ 259.815
1207
+ ]
1208
+ }
1209
+ },
1210
+ "chart-3": {
1211
+ "$type": "color",
1212
+ "$value": {
1213
+ "colorSpace": "oklch",
1214
+ "components": [
1215
+ 0.546,
1216
+ 0.245,
1217
+ 262.881
1218
+ ]
1219
+ }
1220
+ },
1221
+ "chart-4": {
1222
+ "$type": "color",
1223
+ "$value": {
1224
+ "colorSpace": "oklch",
1225
+ "components": [
1226
+ 0.488,
1227
+ 0.243,
1228
+ 264.376
1229
+ ]
1230
+ }
1231
+ },
1232
+ "chart-5": {
1233
+ "$type": "color",
1234
+ "$value": {
1235
+ "colorSpace": "oklch",
1236
+ "components": [
1237
+ 0.424,
1238
+ 0.199,
1239
+ 265.638
1240
+ ]
1241
+ }
1242
+ },
1243
+ "sidebar": {
1244
+ "$type": "color",
1245
+ "$value": {
1246
+ "colorSpace": "oklch",
1247
+ "components": [
1248
+ 0.205,
1249
+ 0,
1250
+ 0
1251
+ ]
1252
+ }
1253
+ },
1254
+ "sidebar-foreground": {
1255
+ "$type": "color",
1256
+ "$value": {
1257
+ "colorSpace": "oklch",
1258
+ "components": [
1259
+ 0.985,
1260
+ 0,
1261
+ 0
1262
+ ]
1263
+ }
1264
+ },
1265
+ "sidebar-primary": {
1266
+ "$type": "color",
1267
+ "$value": "{brand-yellow}"
1268
+ },
1269
+ "sidebar-primary-foreground": {
1270
+ "$type": "color",
1271
+ "$value": "{brand-yellow-foreground}"
1272
+ },
1273
+ "sidebar-accent": {
1274
+ "$type": "color",
1275
+ "$value": {
1276
+ "colorSpace": "oklch",
1277
+ "components": [
1278
+ 0.269,
1279
+ 0,
1280
+ 0
1281
+ ]
1282
+ }
1283
+ },
1284
+ "sidebar-accent-foreground": {
1285
+ "$type": "color",
1286
+ "$value": {
1287
+ "colorSpace": "oklch",
1288
+ "components": [
1289
+ 0.985,
1290
+ 0,
1291
+ 0
1292
+ ]
1293
+ }
1294
+ },
1295
+ "sidebar-border": {
1296
+ "$type": "color",
1297
+ "$value": {
1298
+ "colorSpace": "oklch",
1299
+ "components": [
1300
+ 1,
1301
+ 0,
1302
+ 0
1303
+ ],
1304
+ "alpha": 0.1
1305
+ }
1306
+ },
1307
+ "sidebar-ring": {
1308
+ "$type": "color",
1309
+ "$value": {
1310
+ "colorSpace": "oklch",
1311
+ "components": [
1312
+ 0.556,
1313
+ 0,
1314
+ 0
1315
+ ]
1316
+ }
1317
+ },
1318
+ "surface-1": {
1319
+ "$type": "color",
1320
+ "$value": "{card}"
1321
+ },
1322
+ "surface-2": {
1323
+ "$type": "color",
1324
+ "$value": "{secondary}"
1325
+ },
1326
+ "surface-3": {
1327
+ "$type": "color",
1328
+ "$value": "{muted}"
1329
+ },
1330
+ "surface-inset": {
1331
+ "$type": "color",
1332
+ "$value": {
1333
+ "colorSpace": "oklch",
1334
+ "components": [
1335
+ 0.145,
1336
+ 0,
1337
+ 0
1338
+ ]
1339
+ }
1340
+ },
1341
+ "surface-hover": {
1342
+ "$type": "color",
1343
+ "$value": {
1344
+ "colorSpace": "oklch",
1345
+ "components": [
1346
+ 0.3,
1347
+ 0,
1348
+ 0
1349
+ ]
1350
+ }
1351
+ },
1352
+ "foreground-strong": {
1353
+ "$type": "color",
1354
+ "$value": "{foreground}"
1355
+ },
1356
+ "subtle-foreground": {
1357
+ "$type": "color",
1358
+ "$value": {
1359
+ "colorSpace": "oklch",
1360
+ "components": [
1361
+ 0.76,
1362
+ 0,
1363
+ 0
1364
+ ]
1365
+ }
1366
+ },
1367
+ "border-strong": {
1368
+ "$type": "color",
1369
+ "$value": {
1370
+ "colorSpace": "oklch",
1371
+ "components": [
1372
+ 0.58,
1373
+ 0,
1374
+ 0
1375
+ ]
1376
+ }
1377
+ },
1378
+ "field-bg": {
1379
+ "$type": "color",
1380
+ "$value": "{muted}"
1381
+ },
1382
+ "overlay": {
1383
+ "$type": "color",
1384
+ "$value": {
1385
+ "colorSpace": "oklch",
1386
+ "components": [
1387
+ 0,
1388
+ 0,
1389
+ 0
1390
+ ],
1391
+ "alpha": 0.74
1392
+ }
1393
+ },
1394
+ "primary-hover": {
1395
+ "$type": "color",
1396
+ "$value": {
1397
+ "colorSpace": "oklch",
1398
+ "components": [
1399
+ 0.835,
1400
+ 0.19,
1401
+ 89
1402
+ ]
1403
+ }
1404
+ },
1405
+ "primary-active": {
1406
+ "$type": "color",
1407
+ "$value": {
1408
+ "colorSpace": "oklch",
1409
+ "components": [
1410
+ 0.74,
1411
+ 0.17,
1412
+ 84
1413
+ ]
1414
+ }
1415
+ },
1416
+ "secondary-hover": {
1417
+ "$type": "color",
1418
+ "$value": {
1419
+ "colorSpace": "oklch",
1420
+ "components": [
1421
+ 0.31,
1422
+ 0.006,
1423
+ 286.033
1424
+ ]
1425
+ }
1426
+ },
1427
+ "focus": {
1428
+ "$type": "color",
1429
+ "$value": "{primary}"
1430
+ },
1431
+ "focus-strong": {
1432
+ "$type": "color",
1433
+ "$value": "{primary}"
1434
+ },
1435
+ "primary-emphasis": {
1436
+ "$type": "color",
1437
+ "$value": "{primary}"
1438
+ },
1439
+ "primary-outline": {
1440
+ "$type": "color",
1441
+ "$value": "{primary}"
1442
+ },
1443
+ "control-selected": {
1444
+ "$type": "color",
1445
+ "$value": "{primary}"
1446
+ },
1447
+ "control-selected-foreground": {
1448
+ "$type": "color",
1449
+ "$value": "{primary-foreground}"
1450
+ },
1451
+ "selection": {
1452
+ "$type": "color",
1453
+ "$value": {
1454
+ "colorSpace": "oklch",
1455
+ "components": [
1456
+ 0.795,
1457
+ 0.184,
1458
+ 86.047
1459
+ ],
1460
+ "alpha": 0.22
1461
+ }
1462
+ },
1463
+ "success-bg": {
1464
+ "$type": "color",
1465
+ "$value": {
1466
+ "colorSpace": "oklch",
1467
+ "components": [
1468
+ 0.42,
1469
+ 0.11,
1470
+ 150
1471
+ ],
1472
+ "alpha": 0.36
1473
+ }
1474
+ },
1475
+ "warning-bg": {
1476
+ "$type": "color",
1477
+ "$value": {
1478
+ "colorSpace": "oklch",
1479
+ "components": [
1480
+ 0.34,
1481
+ 0.08,
1482
+ 86
1483
+ ],
1484
+ "alpha": 0.64
1485
+ }
1486
+ },
1487
+ "danger-bg": {
1488
+ "$type": "color",
1489
+ "$value": {
1490
+ "colorSpace": "oklch",
1491
+ "components": [
1492
+ 0.32,
1493
+ 0.1,
1494
+ 22
1495
+ ],
1496
+ "alpha": 0.62
1497
+ }
1498
+ },
1499
+ "info-bg": {
1500
+ "$type": "color",
1501
+ "$value": {
1502
+ "colorSpace": "oklch",
1503
+ "components": [
1504
+ 0.29,
1505
+ 0.08,
1506
+ 260
1507
+ ],
1508
+ "alpha": 0.62
1509
+ }
1510
+ }
1511
+ },
1512
+ "light": {
1513
+ "background": {
1514
+ "$type": "color",
1515
+ "$value": {
1516
+ "colorSpace": "oklch",
1517
+ "components": [
1518
+ 0.965,
1519
+ 0,
1520
+ 0
1521
+ ]
1522
+ }
1523
+ },
1524
+ "foreground": {
1525
+ "$type": "color",
1526
+ "$value": {
1527
+ "colorSpace": "oklch",
1528
+ "components": [
1529
+ 0.145,
1530
+ 0,
1531
+ 0
1532
+ ]
1533
+ }
1534
+ },
1535
+ "card": {
1536
+ "$type": "color",
1537
+ "$value": {
1538
+ "colorSpace": "oklch",
1539
+ "components": [
1540
+ 1,
1541
+ 0,
1542
+ 0
1543
+ ]
1544
+ }
1545
+ },
1546
+ "card-foreground": {
1547
+ "$type": "color",
1548
+ "$value": {
1549
+ "colorSpace": "oklch",
1550
+ "components": [
1551
+ 0.145,
1552
+ 0,
1553
+ 0
1554
+ ]
1555
+ }
1556
+ },
1557
+ "popover": {
1558
+ "$type": "color",
1559
+ "$value": {
1560
+ "colorSpace": "oklch",
1561
+ "components": [
1562
+ 1,
1563
+ 0,
1564
+ 0
1565
+ ]
1566
+ }
1567
+ },
1568
+ "popover-foreground": {
1569
+ "$type": "color",
1570
+ "$value": {
1571
+ "colorSpace": "oklch",
1572
+ "components": [
1573
+ 0.145,
1574
+ 0,
1575
+ 0
1576
+ ]
1577
+ }
1578
+ },
1579
+ "primary": {
1580
+ "$type": "color",
1581
+ "$value": "{brand-yellow}"
1582
+ },
1583
+ "primary-foreground": {
1584
+ "$type": "color",
1585
+ "$value": "{brand-yellow-foreground}"
1586
+ },
1587
+ "secondary": {
1588
+ "$type": "color",
1589
+ "$value": {
1590
+ "colorSpace": "oklch",
1591
+ "components": [
1592
+ 0.94,
1593
+ 0,
1594
+ 0
1595
+ ]
1596
+ }
1597
+ },
1598
+ "secondary-foreground": {
1599
+ "$type": "color",
1600
+ "$value": {
1601
+ "colorSpace": "oklch",
1602
+ "components": [
1603
+ 0.21,
1604
+ 0.006,
1605
+ 285.885
1606
+ ]
1607
+ }
1608
+ },
1609
+ "muted": {
1610
+ "$type": "color",
1611
+ "$value": "{secondary}"
1612
+ },
1613
+ "muted-foreground": {
1614
+ "$type": "color",
1615
+ "$value": {
1616
+ "colorSpace": "oklch",
1617
+ "components": [
1618
+ 0.43,
1619
+ 0,
1620
+ 0
1621
+ ]
1622
+ }
1623
+ },
1624
+ "accent": {
1625
+ "$type": "color",
1626
+ "$value": "{secondary}"
1627
+ },
1628
+ "accent-foreground": {
1629
+ "$type": "color",
1630
+ "$value": {
1631
+ "colorSpace": "oklch",
1632
+ "components": [
1633
+ 0.205,
1634
+ 0,
1635
+ 0
1636
+ ]
1637
+ }
1638
+ },
1639
+ "destructive": {
1640
+ "$type": "color",
1641
+ "$value": {
1642
+ "colorSpace": "oklch",
1643
+ "components": [
1644
+ 0.577,
1645
+ 0.245,
1646
+ 27.325
1647
+ ]
1648
+ }
1649
+ },
1650
+ "destructive-foreground": {
1651
+ "$type": "color",
1652
+ "$value": {
1653
+ "colorSpace": "oklch",
1654
+ "components": [
1655
+ 0.985,
1656
+ 0,
1657
+ 0
1658
+ ]
1659
+ }
1660
+ },
1661
+ "border": {
1662
+ "$type": "color",
1663
+ "$value": {
1664
+ "colorSpace": "oklch",
1665
+ "components": [
1666
+ 0.89,
1667
+ 0,
1668
+ 0
1669
+ ]
1670
+ }
1671
+ },
1672
+ "input": {
1673
+ "$type": "color",
1674
+ "$value": {
1675
+ "colorSpace": "oklch",
1676
+ "components": [
1677
+ 0.922,
1678
+ 0,
1679
+ 0
1680
+ ]
1681
+ }
1682
+ },
1683
+ "ring": {
1684
+ "$type": "color",
1685
+ "$value": {
1686
+ "colorSpace": "oklch",
1687
+ "components": [
1688
+ 0.708,
1689
+ 0,
1690
+ 0
1691
+ ]
1692
+ }
1693
+ },
1694
+ "chart-1": {
1695
+ "$type": "color",
1696
+ "$value": {
1697
+ "colorSpace": "oklch",
1698
+ "components": [
1699
+ 0.809,
1700
+ 0.105,
1701
+ 251.813
1702
+ ]
1703
+ }
1704
+ },
1705
+ "chart-2": {
1706
+ "$type": "color",
1707
+ "$value": {
1708
+ "colorSpace": "oklch",
1709
+ "components": [
1710
+ 0.623,
1711
+ 0.214,
1712
+ 259.815
1713
+ ]
1714
+ }
1715
+ },
1716
+ "chart-3": {
1717
+ "$type": "color",
1718
+ "$value": {
1719
+ "colorSpace": "oklch",
1720
+ "components": [
1721
+ 0.546,
1722
+ 0.245,
1723
+ 262.881
1724
+ ]
1725
+ }
1726
+ },
1727
+ "chart-4": {
1728
+ "$type": "color",
1729
+ "$value": {
1730
+ "colorSpace": "oklch",
1731
+ "components": [
1732
+ 0.488,
1733
+ 0.243,
1734
+ 264.376
1735
+ ]
1736
+ }
1737
+ },
1738
+ "chart-5": {
1739
+ "$type": "color",
1740
+ "$value": {
1741
+ "colorSpace": "oklch",
1742
+ "components": [
1743
+ 0.424,
1744
+ 0.199,
1745
+ 265.638
1746
+ ]
1747
+ }
1748
+ },
1749
+ "sidebar": {
1750
+ "$type": "color",
1751
+ "$value": "{card}"
1752
+ },
1753
+ "sidebar-foreground": {
1754
+ "$type": "color",
1755
+ "$value": {
1756
+ "colorSpace": "oklch",
1757
+ "components": [
1758
+ 0.145,
1759
+ 0,
1760
+ 0
1761
+ ]
1762
+ }
1763
+ },
1764
+ "sidebar-primary": {
1765
+ "$type": "color",
1766
+ "$value": "{brand-yellow}"
1767
+ },
1768
+ "sidebar-primary-foreground": {
1769
+ "$type": "color",
1770
+ "$value": "{brand-yellow-foreground}"
1771
+ },
1772
+ "sidebar-accent": {
1773
+ "$type": "color",
1774
+ "$value": "{secondary}"
1775
+ },
1776
+ "sidebar-accent-foreground": {
1777
+ "$type": "color",
1778
+ "$value": {
1779
+ "colorSpace": "oklch",
1780
+ "components": [
1781
+ 0.205,
1782
+ 0,
1783
+ 0
1784
+ ]
1785
+ }
1786
+ },
1787
+ "sidebar-border": {
1788
+ "$type": "color",
1789
+ "$value": {
1790
+ "colorSpace": "oklch",
1791
+ "components": [
1792
+ 0.89,
1793
+ 0,
1794
+ 0
1795
+ ]
1796
+ }
1797
+ },
1798
+ "sidebar-ring": {
1799
+ "$type": "color",
1800
+ "$value": {
1801
+ "colorSpace": "oklch",
1802
+ "components": [
1803
+ 0.708,
1804
+ 0,
1805
+ 0
1806
+ ]
1807
+ }
1808
+ },
1809
+ "surface-1": {
1810
+ "$type": "color",
1811
+ "$value": "{card}"
1812
+ },
1813
+ "surface-2": {
1814
+ "$type": "color",
1815
+ "$value": "{secondary}"
1816
+ },
1817
+ "surface-3": {
1818
+ "$type": "color",
1819
+ "$value": "{muted}"
1820
+ },
1821
+ "surface-inset": {
1822
+ "$type": "color",
1823
+ "$value": {
1824
+ "colorSpace": "oklch",
1825
+ "components": [
1826
+ 0.955,
1827
+ 0,
1828
+ 0
1829
+ ]
1830
+ },
1831
+ "$description": "Superficie afundada do tema claro. NAO pode ser alias de {secondary}: eram o mesmo 0.94, e um Button secondary desaparecia dentro de um painel inset (achado 24/07/2026). 0.955 fica entre o fundo (0.965) e o secondary (0.94) — afunda sem colidir."
1832
+ },
1833
+ "surface-hover": {
1834
+ "$type": "color",
1835
+ "$value": {
1836
+ "colorSpace": "oklch",
1837
+ "components": [
1838
+ 0.925,
1839
+ 0,
1840
+ 0
1841
+ ]
1842
+ }
1843
+ },
1844
+ "foreground-strong": {
1845
+ "$type": "color",
1846
+ "$value": "{foreground}"
1847
+ },
1848
+ "subtle-foreground": {
1849
+ "$type": "color",
1850
+ "$value": {
1851
+ "colorSpace": "oklch",
1852
+ "components": [
1853
+ 0.43,
1854
+ 0,
1855
+ 0
1856
+ ]
1857
+ }
1858
+ },
1859
+ "border-strong": {
1860
+ "$type": "color",
1861
+ "$value": {
1862
+ "colorSpace": "oklch",
1863
+ "components": [
1864
+ 0.56,
1865
+ 0,
1866
+ 0
1867
+ ]
1868
+ }
1869
+ },
1870
+ "field-bg": {
1871
+ "$type": "color",
1872
+ "$value": "{muted}"
1873
+ },
1874
+ "overlay": {
1875
+ "$type": "color",
1876
+ "$value": {
1877
+ "colorSpace": "oklch",
1878
+ "components": [
1879
+ 0.145,
1880
+ 0,
1881
+ 0
1882
+ ],
1883
+ "alpha": 0.4
1884
+ }
1885
+ },
1886
+ "primary-hover": {
1887
+ "$type": "color",
1888
+ "$value": {
1889
+ "colorSpace": "oklch",
1890
+ "components": [
1891
+ 0.835,
1892
+ 0.19,
1893
+ 89
1894
+ ]
1895
+ }
1896
+ },
1897
+ "primary-active": {
1898
+ "$type": "color",
1899
+ "$value": {
1900
+ "colorSpace": "oklch",
1901
+ "components": [
1902
+ 0.74,
1903
+ 0.17,
1904
+ 84
1905
+ ]
1906
+ }
1907
+ },
1908
+ "secondary-hover": {
1909
+ "$type": "color",
1910
+ "$value": "{surface-hover}"
1911
+ },
1912
+ "focus": {
1913
+ "$type": "color",
1914
+ "$value": "{primary}"
1915
+ },
1916
+ "focus-strong": {
1917
+ "$type": "color",
1918
+ "$value": "{brand-yellow-foreground}"
1919
+ },
1920
+ "primary-emphasis": {
1921
+ "$type": "color",
1922
+ "$value": "{brand-yellow-foreground}"
1923
+ },
1924
+ "primary-outline": {
1925
+ "$type": "color",
1926
+ "$value": "{brand-yellow-foreground}"
1927
+ },
1928
+ "control-selected": {
1929
+ "$type": "color",
1930
+ "$value": "{brand-yellow-foreground}"
1931
+ },
1932
+ "control-selected-foreground": {
1933
+ "$type": "color",
1934
+ "$value": {
1935
+ "colorSpace": "oklch",
1936
+ "components": [
1937
+ 0.985,
1938
+ 0,
1939
+ 0
1940
+ ]
1941
+ }
1942
+ },
1943
+ "success-400": {
1944
+ "$type": "color",
1945
+ "$value": {
1946
+ "colorSpace": "srgb",
1947
+ "components": [
1948
+ 0.05882,
1949
+ 0.41961,
1950
+ 0.24314
1951
+ ],
1952
+ "hex": "#0f6b3e"
1953
+ }
1954
+ },
1955
+ "warning-400": {
1956
+ "$type": "color",
1957
+ "$value": {
1958
+ "colorSpace": "srgb",
1959
+ "components": [
1960
+ 0.42745,
1961
+ 0.30196,
1962
+ 0
1963
+ ],
1964
+ "hex": "#6d4d00"
1965
+ }
1966
+ },
1967
+ "danger-400": {
1968
+ "$type": "color",
1969
+ "$value": {
1970
+ "colorSpace": "srgb",
1971
+ "components": [
1972
+ 0.62353,
1973
+ 0.13725,
1974
+ 0.18824
1975
+ ],
1976
+ "hex": "#9f2330"
1977
+ }
1978
+ },
1979
+ "info-400": {
1980
+ "$type": "color",
1981
+ "$value": {
1982
+ "colorSpace": "srgb",
1983
+ "components": [
1984
+ 0.08627,
1985
+ 0.3098,
1986
+ 0.61569
1987
+ ],
1988
+ "hex": "#164f9d"
1989
+ }
1990
+ },
1991
+ "oracle-300": {
1992
+ "$type": "color",
1993
+ "$value": "{chart-4}"
1994
+ },
1995
+ "oracle-400": {
1996
+ "$type": "color",
1997
+ "$value": "{chart-4}"
1998
+ },
1999
+ "selection": {
2000
+ "$type": "color",
2001
+ "$value": {
2002
+ "colorSpace": "oklch",
2003
+ "components": [
2004
+ 0.795,
2005
+ 0.184,
2006
+ 86.047
2007
+ ],
2008
+ "alpha": 0.18
2009
+ }
2010
+ },
2011
+ "success-bg": {
2012
+ "$type": "color",
2013
+ "$value": {
2014
+ "colorSpace": "oklch",
2015
+ "components": [
2016
+ 0.94,
2017
+ 0.05,
2018
+ 150
2019
+ ]
2020
+ }
2021
+ },
2022
+ "warning-bg": {
2023
+ "$type": "color",
2024
+ "$value": {
2025
+ "colorSpace": "oklch",
2026
+ "components": [
2027
+ 0.95,
2028
+ 0.06,
2029
+ 86
2030
+ ]
2031
+ }
2032
+ },
2033
+ "danger-bg": {
2034
+ "$type": "color",
2035
+ "$value": {
2036
+ "colorSpace": "oklch",
2037
+ "components": [
2038
+ 0.95,
2039
+ 0.05,
2040
+ 22
2041
+ ]
2042
+ }
2043
+ },
2044
+ "info-bg": {
2045
+ "$type": "color",
2046
+ "$value": {
2047
+ "colorSpace": "oklch",
2048
+ "components": [
2049
+ 0.95,
2050
+ 0.045,
2051
+ 260
2052
+ ]
2053
+ }
2054
+ }
2055
+ }
2056
+ },
2057
+ "density": {
2058
+ "compact": {
2059
+ "control-h-xs": {
2060
+ "$type": "dimension",
2061
+ "$value": {
2062
+ "value": 1.5,
2063
+ "unit": "rem"
2064
+ }
2065
+ },
2066
+ "control-h-sm": {
2067
+ "$type": "dimension",
2068
+ "$value": {
2069
+ "value": 1.75,
2070
+ "unit": "rem"
2071
+ }
2072
+ },
2073
+ "control-h-md": {
2074
+ "$type": "dimension",
2075
+ "$value": {
2076
+ "value": 2.0,
2077
+ "unit": "rem"
2078
+ }
2079
+ },
2080
+ "control-h-lg": {
2081
+ "$type": "dimension",
2082
+ "$value": {
2083
+ "value": 2.375,
2084
+ "unit": "rem"
2085
+ }
2086
+ },
2087
+ "control-h-xl": {
2088
+ "$type": "dimension",
2089
+ "$value": {
2090
+ "value": 2.75,
2091
+ "unit": "rem"
2092
+ }
2093
+ },
2094
+ "row-h": {
2095
+ "$type": "dimension",
2096
+ "$value": {
2097
+ "value": 2.625,
2098
+ "unit": "rem"
2099
+ }
2100
+ },
2101
+ "card-pad": {
2102
+ "$type": "dimension",
2103
+ "$value": {
2104
+ "value": 1.0,
2105
+ "unit": "rem"
2106
+ }
2107
+ },
2108
+ "section-gap": {
2109
+ "$type": "dimension",
2110
+ "$value": {
2111
+ "value": 1.125,
2112
+ "unit": "rem"
2113
+ }
2114
+ }
2115
+ },
2116
+ "comfortable": {
2117
+ "control-h-xs": {
2118
+ "$type": "dimension",
2119
+ "$value": {
2120
+ "value": 1.625,
2121
+ "unit": "rem"
2122
+ }
2123
+ },
2124
+ "control-h-sm": {
2125
+ "$type": "dimension",
2126
+ "$value": {
2127
+ "value": 1.875,
2128
+ "unit": "rem"
2129
+ }
2130
+ },
2131
+ "control-h-md": {
2132
+ "$type": "dimension",
2133
+ "$value": {
2134
+ "value": 2.25,
2135
+ "unit": "rem"
2136
+ }
2137
+ },
2138
+ "control-h-lg": {
2139
+ "$type": "dimension",
2140
+ "$value": {
2141
+ "value": 2.625,
2142
+ "unit": "rem"
2143
+ }
2144
+ },
2145
+ "control-h-xl": {
2146
+ "$type": "dimension",
2147
+ "$value": {
2148
+ "value": 3.125,
2149
+ "unit": "rem"
2150
+ }
2151
+ },
2152
+ "row-h": {
2153
+ "$type": "dimension",
2154
+ "$value": {
2155
+ "value": 3.0,
2156
+ "unit": "rem"
2157
+ }
2158
+ },
2159
+ "card-pad": {
2160
+ "$type": "dimension",
2161
+ "$value": {
2162
+ "value": 1.25,
2163
+ "unit": "rem"
2164
+ }
2165
+ },
2166
+ "section-gap": {
2167
+ "$type": "dimension",
2168
+ "$value": {
2169
+ "value": 1.5,
2170
+ "unit": "rem"
2171
+ }
2172
+ }
2173
+ },
2174
+ "spacious": {
2175
+ "control-h-xs": {
2176
+ "$type": "dimension",
2177
+ "$value": {
2178
+ "value": 1.75,
2179
+ "unit": "rem"
2180
+ }
2181
+ },
2182
+ "control-h-sm": {
2183
+ "$type": "dimension",
2184
+ "$value": {
2185
+ "value": 2.125,
2186
+ "unit": "rem"
2187
+ }
2188
+ },
2189
+ "control-h-md": {
2190
+ "$type": "dimension",
2191
+ "$value": {
2192
+ "value": 2.5,
2193
+ "unit": "rem"
2194
+ }
2195
+ },
2196
+ "control-h-lg": {
2197
+ "$type": "dimension",
2198
+ "$value": {
2199
+ "value": 3.0,
2200
+ "unit": "rem"
2201
+ }
2202
+ },
2203
+ "control-h-xl": {
2204
+ "$type": "dimension",
2205
+ "$value": {
2206
+ "value": 3.5,
2207
+ "unit": "rem"
2208
+ }
2209
+ },
2210
+ "row-h": {
2211
+ "$type": "dimension",
2212
+ "$value": {
2213
+ "value": 3.375,
2214
+ "unit": "rem"
2215
+ }
2216
+ },
2217
+ "card-pad": {
2218
+ "$type": "dimension",
2219
+ "$value": {
2220
+ "value": 1.5,
2221
+ "unit": "rem"
2222
+ }
2223
+ },
2224
+ "section-gap": {
2225
+ "$type": "dimension",
2226
+ "$value": {
2227
+ "value": 2.0,
2228
+ "unit": "rem"
2229
+ }
2230
+ }
2231
+ }
2232
+ }
2233
+ }