@kajabi-ui/styles 1.0.2 → 1.0.3-dev.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,994 @@
1
+ {
2
+ "border": {
3
+ "@": {
4
+ "value": {
5
+ "color": "{color.grey.300}",
6
+ "width": "{border-width.thin}",
7
+ "style": "solid"
8
+ },
9
+ "type": "border"
10
+ },
11
+ "hover": {
12
+ "value": {
13
+ "color": "{color.grey.400}",
14
+ "width": "{border-width.thin}",
15
+ "style": "solid"
16
+ },
17
+ "type": "border"
18
+ },
19
+ "none": {
20
+ "value": {
21
+ "color": "{color.grey.300}",
22
+ "width": "{border-width.none}",
23
+ "style": "solid"
24
+ },
25
+ "type": "border"
26
+ }
27
+ },
28
+ "border-radius": {
29
+ "full": {
30
+ "value": "9999px",
31
+ "type": "borderRadius",
32
+ "description": "this is to be used for rounded corners without specified dimensions"
33
+ }
34
+ },
35
+ "border-width": {
36
+ "@": {
37
+ "value": "{border-width.thin}",
38
+ "type": "borderWidth"
39
+ }
40
+ },
41
+ "box-shadow": {
42
+ "@": {
43
+ "value": "{box-shadow.100}",
44
+ "type": "boxShadow"
45
+ }
46
+ },
47
+ "color": {
48
+ "accent": {
49
+ "@": {
50
+ "value": "{color.purple.500}",
51
+ "type": "color"
52
+ },
53
+ "disabled": {
54
+ "value": "{color.purple.100}",
55
+ "type": "color"
56
+ },
57
+ "hover": {
58
+ "value": "{color.purple.600}",
59
+ "type": "color"
60
+ }
61
+ },
62
+ "background": {
63
+ "app": {
64
+ "value": "{color.grey.100}",
65
+ "type": "color"
66
+ },
67
+ "subtle": {
68
+ "value": "{color.grey.100}",
69
+ "type": "color"
70
+ },
71
+ "muted": {
72
+ "value": "{color.grey.150}",
73
+ "type": "color"
74
+ },
75
+ "inverse": {
76
+ "app": {
77
+ "value": "{color.grey.900}",
78
+ "type": "color"
79
+ },
80
+ "subtle": {
81
+ "value": "{color.grey.800}",
82
+ "type": "color"
83
+ },
84
+ "muted": {
85
+ "value": "{color.grey.700}",
86
+ "type": "color"
87
+ },
88
+ "container": {
89
+ "value": "{color.black}",
90
+ "type": "color"
91
+ },
92
+ "inset": {
93
+ "value": "{color.grey.950}",
94
+ "type": "color"
95
+ }
96
+ },
97
+ "container": {
98
+ "@": {
99
+ "value": "{color.white}",
100
+ "type": "color"
101
+ },
102
+ "disabled": {
103
+ "value": "{color.grey.150}",
104
+ "type": "color"
105
+ },
106
+ "hover": {
107
+ "value": "{color.grey.050}",
108
+ "type": "color"
109
+ }
110
+ },
111
+ "inset": {
112
+ "@": {
113
+ "value": "{color.grey.200}",
114
+ "type": "color"
115
+ },
116
+ "emphasized": {
117
+ "value": "{color.grey.300}",
118
+ "type": "color"
119
+ }
120
+ }
121
+ },
122
+ "border": {
123
+ "@": {
124
+ "value": "{color.grey.300}",
125
+ "type": "color"
126
+ },
127
+ "hover": {
128
+ "value": "{color.grey.400}",
129
+ "type": "color"
130
+ },
131
+ "disabled": {
132
+ "value": "{color.grey.200}",
133
+ "type": "color"
134
+ },
135
+ "active": {
136
+ "value": "{color.grey.400}",
137
+ "type": "color"
138
+ },
139
+ "danger": {
140
+ "@": {
141
+ "value": "{color.red.600}",
142
+ "type": "color"
143
+ },
144
+ "hover": {
145
+ "value": "{color.red.700}",
146
+ "type": "color"
147
+ }
148
+ },
149
+ "subtle": {
150
+ "value": "{color.grey.200}",
151
+ "type": "color"
152
+ }
153
+ },
154
+ "danger": {
155
+ "@": {
156
+ "value": "{color.red.600}",
157
+ "type": "color"
158
+ },
159
+ "disabled": {
160
+ "value": "{color.red.100}",
161
+ "type": "color"
162
+ },
163
+ "hover": {
164
+ "value": "{color.red.700}",
165
+ "type": "color"
166
+ }
167
+ },
168
+ "focus-ring": {
169
+ "@": {
170
+ "value": "{color.purple.300}",
171
+ "type": "color"
172
+ },
173
+ "danger": {
174
+ "value": "{color.red.300}",
175
+ "type": "color"
176
+ }
177
+ },
178
+ "info": {
179
+ "@": {
180
+ "value": "{color.blue.500}",
181
+ "type": "color"
182
+ },
183
+ "disabled": {
184
+ "value": "{color.blue.100}",
185
+ "type": "color"
186
+ },
187
+ "hover": {
188
+ "value": "{color.blue.600}",
189
+ "type": "color"
190
+ }
191
+ },
192
+ "neutral": {
193
+ "@": {
194
+ "value": "{color.grey.500}",
195
+ "type": "color"
196
+ },
197
+ "disabled": {
198
+ "value": "{color.grey.100}",
199
+ "type": "color"
200
+ },
201
+ "hover": {
202
+ "value": "{color.grey.600}",
203
+ "type": "color"
204
+ }
205
+ },
206
+ "primary": {
207
+ "@": {
208
+ "value": "{color.grey.900}",
209
+ "type": "color"
210
+ },
211
+ "disabled": {
212
+ "value": "{color.grey.150}",
213
+ "type": "color"
214
+ },
215
+ "hover": {
216
+ "value": "{color.grey.950}",
217
+ "type": "color"
218
+ }
219
+ },
220
+ "secondary": {
221
+ "@": {
222
+ "value": "{color.white}",
223
+ "type": "color"
224
+ },
225
+ "disabled": {
226
+ "value": "{color.white}",
227
+ "type": "color"
228
+ },
229
+ "hover": {
230
+ "value": "{color.grey.050}",
231
+ "type": "color"
232
+ }
233
+ },
234
+ "success": {
235
+ "@": {
236
+ "value": "{color.green.500}",
237
+ "type": "color"
238
+ },
239
+ "disabled": {
240
+ "value": "{color.green.100}",
241
+ "type": "color"
242
+ },
243
+ "hover": {
244
+ "value": "{color.green.600}",
245
+ "type": "color"
246
+ }
247
+ },
248
+ "text": {
249
+ "@": {
250
+ "value": "{color.grey.900}",
251
+ "type": "color"
252
+ },
253
+ "hover": {
254
+ "value": "{color.grey.950}",
255
+ "type": "color"
256
+ },
257
+ "disabled": {
258
+ "value": "{color.grey.500}",
259
+ "type": "color"
260
+ },
261
+ "readonly": {
262
+ "value": "{color.grey.700}",
263
+ "type": "color"
264
+ },
265
+ "active": {
266
+ "value": "{color.grey.950}",
267
+ "type": "color"
268
+ },
269
+ "accent": {
270
+ "@": {
271
+ "value": "{color.purple.900}",
272
+ "type": "color"
273
+ },
274
+ "disabled": {
275
+ "value": "{color.purple.300}",
276
+ "type": "color"
277
+ },
278
+ "hover": {
279
+ "value": "{color.purple.950}",
280
+ "type": "color"
281
+ }
282
+ },
283
+ "danger": {
284
+ "@": {
285
+ "value": "{color.red.900}",
286
+ "type": "color"
287
+ },
288
+ "disabled": {
289
+ "value": "{color.red.300}",
290
+ "type": "color"
291
+ },
292
+ "hover": {
293
+ "value": "{color.red.950}",
294
+ "type": "color"
295
+ }
296
+ },
297
+ "info": {
298
+ "@": {
299
+ "value": "{color.blue.900}",
300
+ "type": "color"
301
+ },
302
+ "disabled": {
303
+ "value": "{color.blue.300}",
304
+ "type": "color"
305
+ },
306
+ "hover": {
307
+ "value": "{color.blue.950}",
308
+ "type": "color"
309
+ }
310
+ },
311
+ "label": {
312
+ "@": {
313
+ "value": "{color.grey.950}",
314
+ "type": "color"
315
+ },
316
+ "disabled": {
317
+ "value": "{color.grey.500}",
318
+ "type": "color"
319
+ },
320
+ "readonly": {
321
+ "value": "{color.grey.700}",
322
+ "type": "color"
323
+ }
324
+ },
325
+ "message": {
326
+ "@": {
327
+ "value": "{color.grey.800}",
328
+ "type": "color"
329
+ },
330
+ "danger": {
331
+ "value": "{color.red.600}",
332
+ "type": "color"
333
+ },
334
+ "disabled": {
335
+ "value": "{color.grey.600}",
336
+ "type": "color"
337
+ }
338
+ },
339
+ "neutral": {
340
+ "@": {
341
+ "value": "{color.grey.900}",
342
+ "type": "color"
343
+ },
344
+ "disabled": {
345
+ "value": "{color.grey.600}",
346
+ "type": "color"
347
+ },
348
+ "hover": {
349
+ "value": "{color.grey.950}",
350
+ "type": "color"
351
+ }
352
+ },
353
+ "placeholder": {
354
+ "@": {
355
+ "value": "{color.grey.600}",
356
+ "type": "color"
357
+ },
358
+ "disabled": {
359
+ "value": "{color.grey.400}",
360
+ "type": "color"
361
+ }
362
+ },
363
+ "primary": {
364
+ "@": {
365
+ "value": "{color.white}",
366
+ "type": "color"
367
+ },
368
+ "disabled": {
369
+ "value": "{color.grey.400}",
370
+ "type": "color"
371
+ }
372
+ },
373
+ "secondary": {
374
+ "@": {
375
+ "value": "{color.grey.800}",
376
+ "type": "color"
377
+ },
378
+ "disabled": {
379
+ "value": "{color.grey.400}",
380
+ "type": "color"
381
+ },
382
+ "hover": {
383
+ "value": "{color.grey.900}",
384
+ "type": "color"
385
+ }
386
+ },
387
+ "tertiary": {
388
+ "@": {
389
+ "value": "{color.grey.600}",
390
+ "type": "color"
391
+ },
392
+ "disabled": {
393
+ "value": "{color.grey.400}",
394
+ "type": "color"
395
+ }
396
+ },
397
+ "subtle": {
398
+ "@": {
399
+ "value": "{color.grey.500}",
400
+ "type": "color"
401
+ },
402
+ "disabled": {
403
+ "value": "{color.grey.300}",
404
+ "type": "color"
405
+ }
406
+ },
407
+ "muted": {
408
+ "@": {
409
+ "value": "{color.grey.700}",
410
+ "type": "color"
411
+ },
412
+ "disabled": {
413
+ "value": "{color.grey.500}",
414
+ "type": "color"
415
+ }
416
+ },
417
+ "strong": {
418
+ "@": {
419
+ "value": "{color.grey.950}",
420
+ "type": "color"
421
+ },
422
+ "disabled": {
423
+ "value": "{color.grey.600}",
424
+ "type": "color"
425
+ }
426
+ },
427
+ "emphasis": {
428
+ "@": {
429
+ "value": "{color.black}",
430
+ "type": "color"
431
+ }
432
+ },
433
+ "inverse": {
434
+ "@": {
435
+ "value": "{color.grey.100}",
436
+ "type": "color"
437
+ },
438
+ "secondary": {
439
+ "value": "{color.grey.150}",
440
+ "type": "color"
441
+ },
442
+ "tertiary": {
443
+ "value": "{color.grey.300}",
444
+ "type": "color"
445
+ },
446
+ "emphasis": {
447
+ "value": "{color.white}",
448
+ "type": "color"
449
+ }
450
+ },
451
+ "success": {
452
+ "@": {
453
+ "value": "{color.green.900}",
454
+ "type": "color"
455
+ },
456
+ "disabled": {
457
+ "value": "{color.green.300}",
458
+ "type": "color"
459
+ },
460
+ "hover": {
461
+ "value": "{color.green.950}",
462
+ "type": "color"
463
+ }
464
+ },
465
+ "warning": {
466
+ "@": {
467
+ "value": "{color.yellow.900}",
468
+ "type": "color"
469
+ },
470
+ "disabled": {
471
+ "value": "{color.yellow.300}",
472
+ "type": "color"
473
+ },
474
+ "hover": {
475
+ "value": "{color.yellow.950}",
476
+ "type": "color"
477
+ }
478
+ }
479
+ },
480
+ "warning": {
481
+ "@": {
482
+ "value": "{color.yellow.500}",
483
+ "type": "color"
484
+ },
485
+ "disabled": {
486
+ "value": "{color.yellow.100}",
487
+ "type": "color"
488
+ },
489
+ "hover": {
490
+ "value": "{color.yellow.600}",
491
+ "type": "color"
492
+ }
493
+ },
494
+ "icon": {
495
+ "@": {
496
+ "value": "{color.grey.700}",
497
+ "type": "color"
498
+ },
499
+ "subtle": {
500
+ "value": "{color.grey.500}",
501
+ "type": "color"
502
+ },
503
+ "disabled": {
504
+ "value": "{color.grey.400}",
505
+ "type": "color"
506
+ },
507
+ "inverse": {
508
+ "value": "{color.white}",
509
+ "type": "color"
510
+ }
511
+ },
512
+ "brand": {
513
+ "@": {
514
+ "value": "{color.black}",
515
+ "type": "color"
516
+ }
517
+ }
518
+ },
519
+ "font-size": {
520
+ "@": {
521
+ "value": "{font-size.100}",
522
+ "type": "fontSizes"
523
+ },
524
+ "body": {
525
+ "2xs": {
526
+ "value": "{font-size.057}",
527
+ "type": "fontSizes"
528
+ },
529
+ "xs": {
530
+ "value": "{font-size.071}",
531
+ "type": "fontSizes"
532
+ },
533
+ "sm": {
534
+ "value": "{font-size.085}",
535
+ "type": "fontSizes"
536
+ },
537
+ "md": {
538
+ "value": "{font-size.100}",
539
+ "type": "fontSizes"
540
+ },
541
+ "lg": {
542
+ "value": "{font-size.116}",
543
+ "type": "fontSizes"
544
+ },
545
+ "xl": {
546
+ "value": "{font-size.128}",
547
+ "type": "fontSizes"
548
+ },
549
+ "2xl": {
550
+ "value": "{font-size.142}",
551
+ "type": "fontSizes"
552
+ }
553
+ },
554
+ "heading": {
555
+ "1": {
556
+ "value": "{font-size.200}",
557
+ "type": "fontSizes"
558
+ },
559
+ "2": {
560
+ "value": "{font-size.185}",
561
+ "type": "fontSizes"
562
+ },
563
+ "3": {
564
+ "value": "{font-size.157}",
565
+ "type": "fontSizes"
566
+ },
567
+ "4": {
568
+ "value": "{font-size.142}",
569
+ "type": "fontSizes"
570
+ },
571
+ "5": {
572
+ "value": "{font-size.128}",
573
+ "type": "fontSizes"
574
+ },
575
+ "6": {
576
+ "value": "{font-size.116}",
577
+ "type": "fontSizes"
578
+ },
579
+ "caption": {
580
+ "value": "{font-size.085}",
581
+ "type": "fontSizes"
582
+ }
583
+ }
584
+ },
585
+ "font-weight": {
586
+ "thin": {
587
+ "value": "{font-weight.100}",
588
+ "type": "fontWeights"
589
+ },
590
+ "extra-light": {
591
+ "value": "{font-weight.200}",
592
+ "type": "fontWeights"
593
+ },
594
+ "light": {
595
+ "value": "{font-weight.300}",
596
+ "type": "fontWeights"
597
+ },
598
+ "regular": {
599
+ "value": "{font-weight.400}",
600
+ "type": "fontWeights"
601
+ },
602
+ "medium": {
603
+ "value": "{font-weight.500}",
604
+ "type": "fontWeights"
605
+ },
606
+ "semi-bold": {
607
+ "value": "{font-weight.600}",
608
+ "type": "fontWeights"
609
+ },
610
+ "bold": {
611
+ "value": "{font-weight.700}",
612
+ "type": "fontWeights"
613
+ },
614
+ "extra-bold": {
615
+ "value": "{font-weight.800}",
616
+ "type": "fontWeights"
617
+ },
618
+ "heavy": {
619
+ "value": "{font-weight.900}",
620
+ "type": "fontWeights"
621
+ },
622
+ "text-message": {
623
+ "value": "{font-weight.400}",
624
+ "type": "fontWeights"
625
+ }
626
+ },
627
+ "letter-spacing": {
628
+ "@": {
629
+ "value": "{letter-spacing.114} * -1",
630
+ "type": "letterSpacing"
631
+ },
632
+ "heading": {
633
+ "1": {
634
+ "value": "{letter-spacing.185}",
635
+ "type": "letterSpacing"
636
+ },
637
+ "2": {
638
+ "value": "{letter-spacing.171}",
639
+ "type": "letterSpacing"
640
+ },
641
+ "3": {
642
+ "value": "{letter-spacing.157}",
643
+ "type": "letterSpacing"
644
+ },
645
+ "4": {
646
+ "value": "{letter-spacing.142}",
647
+ "type": "letterSpacing"
648
+ },
649
+ "5": {
650
+ "value": "{letter-spacing.128}",
651
+ "type": "letterSpacing"
652
+ },
653
+ "6": {
654
+ "value": "{letter-spacing.114}",
655
+ "type": "letterSpacing"
656
+ }
657
+ }
658
+ },
659
+ "line-height": {
660
+ "text-message": {
661
+ "value": "{line-height.125}",
662
+ "type": "lineHeights"
663
+ },
664
+ "heading": {
665
+ "value": "{line-height.125}",
666
+ "type": "lineHeights"
667
+ },
668
+ "body": {
669
+ "value": "1.425",
670
+ "type": "lineHeights"
671
+ }
672
+ },
673
+ "typography": {
674
+ "heading": {
675
+ "1": {
676
+ "value": {
677
+ "fontFamily": "{font-family.greet}",
678
+ "fontWeight": "{font-weight.semi-bold}",
679
+ "fontSize": "{font-size.heading.1}",
680
+ "lineHeight": "{line-height.heading} * 100%",
681
+ "letterSpacing": "{letter-spacing.185}"
682
+ },
683
+ "type": "typography"
684
+ },
685
+ "2": {
686
+ "value": {
687
+ "fontFamily": "{font-family.greet}",
688
+ "fontWeight": "{font-weight.semi-bold}",
689
+ "fontSize": "{font-size.heading.2}",
690
+ "lineHeight": "{line-height.heading} * 100%",
691
+ "letterSpacing": "{letter-spacing.171}"
692
+ },
693
+ "type": "typography"
694
+ },
695
+ "3": {
696
+ "value": {
697
+ "fontFamily": "{font-family.greet}",
698
+ "fontWeight": "{font-weight.semi-bold}",
699
+ "lineHeight": "{line-height.heading} * 100%",
700
+ "letterSpacing": "{letter-spacing.157}",
701
+ "fontSize": "{font-size.heading.3}"
702
+ },
703
+ "type": "typography"
704
+ },
705
+ "4": {
706
+ "value": {
707
+ "fontFamily": "{font-family.greet}",
708
+ "fontWeight": "{font-weight.semi-bold}",
709
+ "fontSize": "{font-size.heading.4}",
710
+ "lineHeight": "{line-height.heading} * 100%",
711
+ "letterSpacing": "{letter-spacing.142}"
712
+ },
713
+ "type": "typography"
714
+ },
715
+ "5": {
716
+ "value": {
717
+ "fontFamily": "{font-family.greet}",
718
+ "fontWeight": "{font-weight.medium}",
719
+ "fontSize": "{font-size.heading.5}",
720
+ "lineHeight": "{line-height.heading} * 100%",
721
+ "letterSpacing": "{letter-spacing.128}"
722
+ },
723
+ "type": "typography"
724
+ },
725
+ "6": {
726
+ "value": {
727
+ "fontFamily": "{font-family.greet}",
728
+ "fontWeight": "{font-weight.medium}",
729
+ "fontSize": "{font-size.heading.6}",
730
+ "lineHeight": "{line-height.heading} * 100%",
731
+ "letterSpacing": "{letter-spacing.114}"
732
+ },
733
+ "type": "typography"
734
+ },
735
+ "caption": {
736
+ "value": {
737
+ "fontFamily": "{font-family.greet}",
738
+ "fontWeight": "{font-weight.semi-bold}",
739
+ "fontSize": "{font-size.heading.caption}",
740
+ "lineHeight": "{line-height.heading} * 100%",
741
+ "letterSpacing": "0.8px"
742
+ },
743
+ "type": "typography"
744
+ }
745
+ },
746
+ "body": {
747
+ "@": {
748
+ "value": {
749
+ "fontFamily": "{font-family.inter}",
750
+ "fontWeight": "{font-weight.regular}",
751
+ "fontSize": "{font-size.body.md}",
752
+ "lineHeight": "{line-height.body} * 100%",
753
+ "letterSpacing": "{letter-spacing.@}"
754
+ },
755
+ "type": "typography"
756
+ },
757
+ "medium": {
758
+ "value": {
759
+ "fontFamily": "{font-family.inter}",
760
+ "fontWeight": "{font-weight.medium}",
761
+ "fontSize": "{font-size.body.md}",
762
+ "lineHeight": "{line-height.body} * 100%",
763
+ "letterSpacing": "{letter-spacing.@}"
764
+ },
765
+ "type": "typography"
766
+ },
767
+ "mono": {
768
+ "value": {
769
+ "fontFamily": "monospace",
770
+ "fontWeight": "{font-weight.medium}",
771
+ "fontSize": "{font-size.body.md}",
772
+ "lineHeight": "{line-height.body} * 100%"
773
+ },
774
+ "type": "typography"
775
+ },
776
+ "semi-bold": {
777
+ "value": {
778
+ "fontFamily": "{font-family.inter}",
779
+ "fontWeight": "{font-weight.semi-bold}",
780
+ "fontSize": "{font-size.body.md}",
781
+ "lineHeight": "{line-height.body} * 100%",
782
+ "letterSpacing": "{letter-spacing.@}"
783
+ },
784
+ "type": "typography"
785
+ },
786
+ "bold": {
787
+ "value": {
788
+ "fontFamily": "{font-family.inter}",
789
+ "fontWeight": "{font-weight.bold}",
790
+ "fontSize": "{font-size.body.md}",
791
+ "lineHeight": "{line-height.body} * 100%",
792
+ "letterSpacing": "{letter-spacing.@}"
793
+ },
794
+ "type": "typography"
795
+ },
796
+ "brand-label": {
797
+ "value": {
798
+ "fontFamily": "{font-family.greet}",
799
+ "fontWeight": "{font-weight.medium}",
800
+ "fontSize": "{font-size.body.md}",
801
+ "lineHeight": "{line-height.body} * 100%"
802
+ },
803
+ "type": "typography",
804
+ "description": "brand-label"
805
+ },
806
+ "brand-text": {
807
+ "value": {
808
+ "fontFamily": "{font-family.faire-sprig}",
809
+ "fontWeight": "{font-weight.medium}",
810
+ "fontSize": "{font-size.body.md}",
811
+ "lineHeight": "{line-height.body} * 100%"
812
+ },
813
+ "type": "typography",
814
+ "description": "brand-text"
815
+ }
816
+ },
817
+ "body-sm": {
818
+ "@": {
819
+ "value": {
820
+ "fontFamily": "{font-family.inter}",
821
+ "fontWeight": "{font-weight.regular}",
822
+ "fontSize": "{font-size.body.sm}",
823
+ "lineHeight": "{line-height.body} * 100%"
824
+ },
825
+ "type": "typography"
826
+ },
827
+ "medium": {
828
+ "value": {
829
+ "fontFamily": "{font-family.inter}",
830
+ "fontWeight": "{font-weight.medium}",
831
+ "fontSize": "{font-size.body.sm}",
832
+ "lineHeight": "{line-height.body} * 100%"
833
+ },
834
+ "type": "typography"
835
+ },
836
+ "mono": {
837
+ "value": {
838
+ "fontFamily": "monospace",
839
+ "fontWeight": "{font-weight.medium}",
840
+ "fontSize": "{font-size.body.sm}",
841
+ "lineHeight": "{line-height.body} * 100%"
842
+ },
843
+ "type": "typography"
844
+ },
845
+ "bold": {
846
+ "value": {
847
+ "fontFamily": "{font-family.inter}",
848
+ "fontWeight": "{font-weight.bold}",
849
+ "fontSize": "{font-size.body.sm}",
850
+ "lineHeight": "{line-height.body} * 100%"
851
+ },
852
+ "type": "typography"
853
+ },
854
+ "brand-label": {
855
+ "value": {
856
+ "fontFamily": "{font-family.greet}",
857
+ "fontWeight": "{font-weight.medium}",
858
+ "fontSize": "{font-size.body.sm}",
859
+ "lineHeight": "{line-height.body} * 100%"
860
+ },
861
+ "type": "typography",
862
+ "description": "brand-label"
863
+ },
864
+ "brand-text": {
865
+ "value": {
866
+ "fontFamily": "{font-family.faire-sprig}",
867
+ "fontWeight": "{font-weight.medium}",
868
+ "fontSize": "{font-size.body.sm}",
869
+ "lineHeight": "{line-height.body} * 100%"
870
+ },
871
+ "type": "typography",
872
+ "description": "brand-text"
873
+ }
874
+ }
875
+ },
876
+ "dimension": {
877
+ "none": {
878
+ "value": "{dimension.0}",
879
+ "type": "dimension"
880
+ },
881
+ "2xs": {
882
+ "value": "{dimension.050}",
883
+ "type": "dimension"
884
+ },
885
+ "xs": {
886
+ "value": "{dimension.100}",
887
+ "type": "dimension"
888
+ },
889
+ "sm": {
890
+ "value": "{dimension.200}",
891
+ "type": "dimension"
892
+ },
893
+ "md": {
894
+ "value": "{dimension.300}",
895
+ "type": "dimension"
896
+ },
897
+ "lg": {
898
+ "value": "{dimension.400}",
899
+ "type": "dimension"
900
+ },
901
+ "xl": {
902
+ "value": "{dimension.500}",
903
+ "type": "dimension"
904
+ },
905
+ "2xl": {
906
+ "value": "{dimension.600}",
907
+ "type": "dimension"
908
+ }
909
+ },
910
+ "font-family": {
911
+ "heading": {
912
+ "value": "{font-family.greet}",
913
+ "type": "fontFamilies"
914
+ },
915
+ "body": {
916
+ "value": "{font-family.inter}",
917
+ "type": "fontFamilies"
918
+ }
919
+ },
920
+ "outline": {
921
+ "focus": {
922
+ "@": {
923
+ "value": {
924
+ "width": "{border-width.thick}",
925
+ "style": "solid",
926
+ "color": "{color.focus-ring.@}"
927
+ },
928
+ "type": "border",
929
+ "description": "Default focus ring"
930
+ },
931
+ "danger": {
932
+ "value": {
933
+ "color": "{color.focus-ring.danger}",
934
+ "style": "solid",
935
+ "width": "{border-width.thick}"
936
+ },
937
+ "type": "border",
938
+ "description": "Focus ring for danger/invalid states"
939
+ }
940
+ }
941
+ },
942
+ "z-index": {
943
+ "@": {
944
+ "value": "{z-index.0}",
945
+ "type": "other",
946
+ "description": "Default stacking order"
947
+ },
948
+ "hide": {
949
+ "value": "{z-index.n1}",
950
+ "type": "other",
951
+ "description": "Hidden behind other elements"
952
+ },
953
+ "raised": {
954
+ "value": "{z-index.1}",
955
+ "type": "other",
956
+ "description": "Slightly raised above normal content"
957
+ },
958
+ "alert": {
959
+ "value": "{z-index.2}",
960
+ "type": "other",
961
+ "description": "Alert messages and notifications"
962
+ },
963
+ "underlay": {
964
+ "value": "{z-index.3}",
965
+ "type": "other",
966
+ "description": "Background overlays and backdrops"
967
+ },
968
+ "navigation": {
969
+ "value": "{z-index.4}",
970
+ "type": "other",
971
+ "description": "Navigation elements like headers and sidebars"
972
+ },
973
+ "overlay": {
974
+ "value": "{z-index.5}",
975
+ "type": "other",
976
+ "description": "Overlays like dropdowns and popovers"
977
+ },
978
+ "modal": {
979
+ "value": "{z-index.6}",
980
+ "type": "other",
981
+ "description": "Modal dialogs and similar blocking UI"
982
+ },
983
+ "priority": {
984
+ "value": "{z-index.8}",
985
+ "type": "other",
986
+ "description": "High priority elements that must appear above modals"
987
+ },
988
+ "nuclear": {
989
+ "value": "{z-index.9}",
990
+ "type": "other",
991
+ "description": "Highest priority elements, use sparingly"
992
+ }
993
+ }
994
+ }