@thatch-health/slab-tokens 0.0.4 → 0.0.5

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.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,1784 @@
1
+ //#region src/token-map.d.ts
2
+ declare const tokenMap: {
3
+ "action.default.ghost.bg": {
4
+ kind: "color";
5
+ tailwindClass: string;
6
+ cssProperty: string;
7
+ description: string;
8
+ };
9
+ "action.default.ghost.focus-border": {
10
+ kind: "color";
11
+ tailwindClass: string;
12
+ cssProperty: string;
13
+ description: string;
14
+ };
15
+ "action.default.ghost.icon": {
16
+ kind: "color";
17
+ tailwindClass: string;
18
+ cssProperty: string;
19
+ description: string;
20
+ };
21
+ "action.default.ghost.text": {
22
+ kind: "color";
23
+ tailwindClass: string;
24
+ cssProperty: string;
25
+ description: string;
26
+ };
27
+ "action.hover.ghost.bg": {
28
+ kind: "color";
29
+ tailwindClass: string;
30
+ cssProperty: string;
31
+ description: string;
32
+ };
33
+ "action.hover.ghost.icon": {
34
+ kind: "color";
35
+ tailwindClass: string;
36
+ cssProperty: string;
37
+ description: string;
38
+ };
39
+ "action.hover.ghost.text": {
40
+ kind: "color";
41
+ tailwindClass: string;
42
+ cssProperty: string;
43
+ description: string;
44
+ };
45
+ "action.disabled.ghost.bg": {
46
+ kind: "color";
47
+ tailwindClass: string;
48
+ cssProperty: string;
49
+ description: string;
50
+ };
51
+ "action.disabled.ghost.icon": {
52
+ kind: "color";
53
+ tailwindClass: string;
54
+ cssProperty: string;
55
+ description: string;
56
+ };
57
+ "action.disabled.ghost.text": {
58
+ kind: "color";
59
+ tailwindClass: string;
60
+ cssProperty: string;
61
+ description: string;
62
+ };
63
+ "action.default.primary.bg": {
64
+ kind: "color";
65
+ tailwindClass: string;
66
+ cssProperty: string;
67
+ description: string;
68
+ };
69
+ "action.default.primary.bg-start": {
70
+ kind: "color";
71
+ tailwindClass: string;
72
+ cssProperty: string;
73
+ description: string;
74
+ };
75
+ "action.default.primary.bg-end": {
76
+ kind: "color";
77
+ tailwindClass: string;
78
+ cssProperty: string;
79
+ description: string;
80
+ };
81
+ "action.default.primary.border": {
82
+ kind: "color";
83
+ tailwindClass: string;
84
+ cssProperty: string;
85
+ description: string;
86
+ };
87
+ "action.default.primary.focus-border": {
88
+ kind: "color";
89
+ tailwindClass: string;
90
+ cssProperty: string;
91
+ description: string;
92
+ };
93
+ "action.default.primary.icon": {
94
+ kind: "color";
95
+ tailwindClass: string;
96
+ cssProperty: string;
97
+ description: string;
98
+ };
99
+ "action.default.primary.text": {
100
+ kind: "color";
101
+ tailwindClass: string;
102
+ cssProperty: string;
103
+ description: string;
104
+ };
105
+ "action.hover.primary.bg": {
106
+ kind: "color";
107
+ tailwindClass: string;
108
+ cssProperty: string;
109
+ description: string;
110
+ };
111
+ "action.hover.primary.bg-start": {
112
+ kind: "color";
113
+ tailwindClass: string;
114
+ cssProperty: string;
115
+ description: string;
116
+ };
117
+ "action.hover.primary.bg-end": {
118
+ kind: "color";
119
+ tailwindClass: string;
120
+ cssProperty: string;
121
+ description: string;
122
+ };
123
+ "action.hover.primary.border": {
124
+ kind: "color";
125
+ tailwindClass: string;
126
+ cssProperty: string;
127
+ description: string;
128
+ };
129
+ "action.hover.primary.icon": {
130
+ kind: "color";
131
+ tailwindClass: string;
132
+ cssProperty: string;
133
+ description: string;
134
+ };
135
+ "action.hover.primary.text": {
136
+ kind: "color";
137
+ tailwindClass: string;
138
+ cssProperty: string;
139
+ description: string;
140
+ };
141
+ "action.disabled.primary.bg": {
142
+ kind: "color";
143
+ tailwindClass: string;
144
+ cssProperty: string;
145
+ description: string;
146
+ };
147
+ "action.disabled.primary.bg-start": {
148
+ kind: "color";
149
+ tailwindClass: string;
150
+ cssProperty: string;
151
+ description: string;
152
+ };
153
+ "action.disabled.primary.bg-end": {
154
+ kind: "color";
155
+ tailwindClass: string;
156
+ cssProperty: string;
157
+ description: string;
158
+ };
159
+ "action.disabled.primary.border": {
160
+ kind: "color";
161
+ tailwindClass: string;
162
+ cssProperty: string;
163
+ description: string;
164
+ };
165
+ "action.disabled.primary.icon": {
166
+ kind: "color";
167
+ tailwindClass: string;
168
+ cssProperty: string;
169
+ description: string;
170
+ };
171
+ "action.disabled.primary.text": {
172
+ kind: "color";
173
+ tailwindClass: string;
174
+ cssProperty: string;
175
+ description: string;
176
+ };
177
+ "action.default.secondary.bg": {
178
+ kind: "color";
179
+ tailwindClass: string;
180
+ cssProperty: string;
181
+ description: string;
182
+ };
183
+ "action.default.secondary.bg-start": {
184
+ kind: "color";
185
+ tailwindClass: string;
186
+ cssProperty: string;
187
+ description: string;
188
+ };
189
+ "action.default.secondary.bg-end": {
190
+ kind: "color";
191
+ tailwindClass: string;
192
+ cssProperty: string;
193
+ description: string;
194
+ };
195
+ "action.default.secondary.border": {
196
+ kind: "color";
197
+ tailwindClass: string;
198
+ cssProperty: string;
199
+ description: string;
200
+ };
201
+ "action.default.secondary.focus-border": {
202
+ kind: "color";
203
+ tailwindClass: string;
204
+ cssProperty: string;
205
+ description: string;
206
+ };
207
+ "action.default.secondary.icon": {
208
+ kind: "color";
209
+ tailwindClass: string;
210
+ cssProperty: string;
211
+ description: string;
212
+ };
213
+ "action.default.secondary.text": {
214
+ kind: "color";
215
+ tailwindClass: string;
216
+ cssProperty: string;
217
+ description: string;
218
+ };
219
+ "action.hover.secondary.bg": {
220
+ kind: "color";
221
+ tailwindClass: string;
222
+ cssProperty: string;
223
+ description: string;
224
+ };
225
+ "action.hover.secondary.bg-start": {
226
+ kind: "color";
227
+ tailwindClass: string;
228
+ cssProperty: string;
229
+ description: string;
230
+ };
231
+ "action.hover.secondary.bg-end": {
232
+ kind: "color";
233
+ tailwindClass: string;
234
+ cssProperty: string;
235
+ description: string;
236
+ };
237
+ "action.hover.secondary.border": {
238
+ kind: "color";
239
+ tailwindClass: string;
240
+ cssProperty: string;
241
+ description: string;
242
+ };
243
+ "action.hover.secondary.icon": {
244
+ kind: "color";
245
+ tailwindClass: string;
246
+ cssProperty: string;
247
+ description: string;
248
+ };
249
+ "action.hover.secondary.text": {
250
+ kind: "color";
251
+ tailwindClass: string;
252
+ cssProperty: string;
253
+ description: string;
254
+ };
255
+ "action.disabled.secondary.bg": {
256
+ kind: "color";
257
+ tailwindClass: string;
258
+ cssProperty: string;
259
+ description: string;
260
+ };
261
+ "action.disabled.secondary.bg-start": {
262
+ kind: "color";
263
+ tailwindClass: string;
264
+ cssProperty: string;
265
+ description: string;
266
+ };
267
+ "action.disabled.secondary.bg-end": {
268
+ kind: "color";
269
+ tailwindClass: string;
270
+ cssProperty: string;
271
+ description: string;
272
+ };
273
+ "action.disabled.secondary.border": {
274
+ kind: "color";
275
+ tailwindClass: string;
276
+ cssProperty: string;
277
+ description: string;
278
+ };
279
+ "action.disabled.secondary.icon": {
280
+ kind: "color";
281
+ tailwindClass: string;
282
+ cssProperty: string;
283
+ description: string;
284
+ };
285
+ "action.disabled.secondary.text": {
286
+ kind: "color";
287
+ tailwindClass: string;
288
+ cssProperty: string;
289
+ description: string;
290
+ };
291
+ "action.default.tertiary.bg": {
292
+ kind: "color";
293
+ tailwindClass: string;
294
+ cssProperty: string;
295
+ description: string;
296
+ };
297
+ "action.default.tertiary.focus-border": {
298
+ kind: "color";
299
+ tailwindClass: string;
300
+ cssProperty: string;
301
+ description: string;
302
+ };
303
+ "action.default.tertiary.icon": {
304
+ kind: "color";
305
+ tailwindClass: string;
306
+ cssProperty: string;
307
+ description: string;
308
+ };
309
+ "action.default.tertiary.text": {
310
+ kind: "color";
311
+ tailwindClass: string;
312
+ cssProperty: string;
313
+ description: string;
314
+ };
315
+ "action.hover.tertiary.bg": {
316
+ kind: "color";
317
+ tailwindClass: string;
318
+ cssProperty: string;
319
+ description: string;
320
+ };
321
+ "action.hover.tertiary.icon": {
322
+ kind: "color";
323
+ tailwindClass: string;
324
+ cssProperty: string;
325
+ description: string;
326
+ };
327
+ "action.hover.tertiary.text": {
328
+ kind: "color";
329
+ tailwindClass: string;
330
+ cssProperty: string;
331
+ description: string;
332
+ };
333
+ "action.disabled.tertiary.bg": {
334
+ kind: "color";
335
+ tailwindClass: string;
336
+ cssProperty: string;
337
+ description: string;
338
+ };
339
+ "action.disabled.tertiary.icon": {
340
+ kind: "color";
341
+ tailwindClass: string;
342
+ cssProperty: string;
343
+ description: string;
344
+ };
345
+ "action.disabled.tertiary.text": {
346
+ kind: "color";
347
+ tailwindClass: string;
348
+ cssProperty: string;
349
+ description: string;
350
+ };
351
+ "form.default.primary.bg": {
352
+ kind: "color";
353
+ tailwindClass: string;
354
+ cssProperty: string;
355
+ description: string;
356
+ };
357
+ "form.default.primary.border": {
358
+ kind: "color";
359
+ tailwindClass: string;
360
+ cssProperty: string;
361
+ description: string;
362
+ };
363
+ "form.default.primary.focus-border": {
364
+ kind: "color";
365
+ tailwindClass: string;
366
+ cssProperty: string;
367
+ description: string;
368
+ };
369
+ "form.default.primary.icon": {
370
+ kind: "color";
371
+ tailwindClass: string;
372
+ cssProperty: string;
373
+ description: string;
374
+ };
375
+ "form.default.primary.text": {
376
+ kind: "color";
377
+ tailwindClass: string;
378
+ cssProperty: string;
379
+ description: string;
380
+ };
381
+ "form.default.secondary.text": {
382
+ kind: "color";
383
+ tailwindClass: string;
384
+ cssProperty: string;
385
+ description: string;
386
+ };
387
+ "form.active.primary.bg": {
388
+ kind: "color";
389
+ tailwindClass: string;
390
+ cssProperty: string;
391
+ description: string;
392
+ };
393
+ "form.active.primary.border": {
394
+ kind: "color";
395
+ tailwindClass: string;
396
+ cssProperty: string;
397
+ description: string;
398
+ };
399
+ "form.active.primary.icon": {
400
+ kind: "color";
401
+ tailwindClass: string;
402
+ cssProperty: string;
403
+ description: string;
404
+ };
405
+ "form.active.primary.text": {
406
+ kind: "color";
407
+ tailwindClass: string;
408
+ cssProperty: string;
409
+ description: string;
410
+ };
411
+ "form.active.secondary.text": {
412
+ kind: "color";
413
+ tailwindClass: string;
414
+ cssProperty: string;
415
+ description: string;
416
+ };
417
+ "form.disabled.primary.bg": {
418
+ kind: "color";
419
+ tailwindClass: string;
420
+ cssProperty: string;
421
+ description: string;
422
+ };
423
+ "form.disabled.primary.border": {
424
+ kind: "color";
425
+ tailwindClass: string;
426
+ cssProperty: string;
427
+ description: string;
428
+ };
429
+ "form.disabled.primary.icon": {
430
+ kind: "color";
431
+ tailwindClass: string;
432
+ cssProperty: string;
433
+ description: string;
434
+ };
435
+ "form.disabled.primary.text": {
436
+ kind: "color";
437
+ tailwindClass: string;
438
+ cssProperty: string;
439
+ description: string;
440
+ };
441
+ "form.disabled.secondary.text": {
442
+ kind: "color";
443
+ tailwindClass: string;
444
+ cssProperty: string;
445
+ description: string;
446
+ };
447
+ "surface.primary.bg": {
448
+ kind: "color";
449
+ tailwindClass: string;
450
+ cssProperty: string;
451
+ description: string;
452
+ };
453
+ "surface.primary.border": {
454
+ kind: "color";
455
+ tailwindClass: string;
456
+ cssProperty: string;
457
+ description: string;
458
+ };
459
+ "surface.primary.icon": {
460
+ kind: "color";
461
+ tailwindClass: string;
462
+ cssProperty: string;
463
+ description: string;
464
+ };
465
+ "surface.primary.text": {
466
+ kind: "color";
467
+ tailwindClass: string;
468
+ cssProperty: string;
469
+ description: string;
470
+ };
471
+ "surface.secondary.bg": {
472
+ kind: "color";
473
+ tailwindClass: string;
474
+ cssProperty: string;
475
+ description: string;
476
+ };
477
+ "surface.secondary.border": {
478
+ kind: "color";
479
+ tailwindClass: string;
480
+ cssProperty: string;
481
+ description: string;
482
+ };
483
+ "surface.secondary.icon": {
484
+ kind: "color";
485
+ tailwindClass: string;
486
+ cssProperty: string;
487
+ description: string;
488
+ };
489
+ "surface.secondary.text": {
490
+ kind: "color";
491
+ tailwindClass: string;
492
+ cssProperty: string;
493
+ description: string;
494
+ };
495
+ "surface.tertiary.bg": {
496
+ kind: "color";
497
+ tailwindClass: string;
498
+ cssProperty: string;
499
+ description: string;
500
+ };
501
+ "body.lg.default.font-family": {
502
+ kind: "typography";
503
+ tailwindClass: string;
504
+ cssProperty: string;
505
+ prose: string;
506
+ description: string;
507
+ };
508
+ "body.lg.default.letter-spacing": {
509
+ kind: "typography";
510
+ tailwindClass: string;
511
+ cssProperty: string;
512
+ prose: string;
513
+ description: string;
514
+ };
515
+ "body.lg.default.line-height": {
516
+ kind: "typography";
517
+ tailwindClass: string;
518
+ cssProperty: string;
519
+ prose: string;
520
+ description: string;
521
+ };
522
+ "body.lg.default.size": {
523
+ kind: "typography";
524
+ tailwindClass: string;
525
+ cssProperty: string;
526
+ prose: string;
527
+ description: string;
528
+ };
529
+ "body.lg.default.weight": {
530
+ kind: "typography";
531
+ tailwindClass: string;
532
+ cssProperty: string;
533
+ prose: string;
534
+ description: string;
535
+ };
536
+ "body.lg.strong.font-family": {
537
+ kind: "typography";
538
+ tailwindClass: string;
539
+ cssProperty: string;
540
+ prose: string;
541
+ description: string;
542
+ };
543
+ "body.lg.strong.letter-spacing": {
544
+ kind: "typography";
545
+ tailwindClass: string;
546
+ cssProperty: string;
547
+ prose: string;
548
+ description: string;
549
+ };
550
+ "body.lg.strong.line-height": {
551
+ kind: "typography";
552
+ tailwindClass: string;
553
+ cssProperty: string;
554
+ prose: string;
555
+ description: string;
556
+ };
557
+ "body.lg.strong.size": {
558
+ kind: "typography";
559
+ tailwindClass: string;
560
+ cssProperty: string;
561
+ prose: string;
562
+ description: string;
563
+ };
564
+ "body.lg.strong.weight": {
565
+ kind: "typography";
566
+ tailwindClass: string;
567
+ cssProperty: string;
568
+ prose: string;
569
+ description: string;
570
+ };
571
+ "body.md.default.font-family": {
572
+ kind: "typography";
573
+ tailwindClass: string;
574
+ cssProperty: string;
575
+ prose: string;
576
+ description: string;
577
+ };
578
+ "body.md.default.letter-spacing": {
579
+ kind: "typography";
580
+ tailwindClass: string;
581
+ cssProperty: string;
582
+ prose: string;
583
+ description: string;
584
+ };
585
+ "body.md.default.line-height": {
586
+ kind: "typography";
587
+ tailwindClass: string;
588
+ cssProperty: string;
589
+ prose: string;
590
+ description: string;
591
+ };
592
+ "body.md.default.size": {
593
+ kind: "typography";
594
+ tailwindClass: string;
595
+ cssProperty: string;
596
+ prose: string;
597
+ description: string;
598
+ };
599
+ "body.md.default.weight": {
600
+ kind: "typography";
601
+ tailwindClass: string;
602
+ cssProperty: string;
603
+ prose: string;
604
+ description: string;
605
+ };
606
+ "body.md.strong.font-family": {
607
+ kind: "typography";
608
+ tailwindClass: string;
609
+ cssProperty: string;
610
+ prose: string;
611
+ description: string;
612
+ };
613
+ "body.md.strong.letter-spacing": {
614
+ kind: "typography";
615
+ tailwindClass: string;
616
+ cssProperty: string;
617
+ prose: string;
618
+ description: string;
619
+ };
620
+ "body.md.strong.line-height": {
621
+ kind: "typography";
622
+ tailwindClass: string;
623
+ cssProperty: string;
624
+ prose: string;
625
+ description: string;
626
+ };
627
+ "body.md.strong.size": {
628
+ kind: "typography";
629
+ tailwindClass: string;
630
+ cssProperty: string;
631
+ prose: string;
632
+ description: string;
633
+ };
634
+ "body.md.strong.weight": {
635
+ kind: "typography";
636
+ tailwindClass: string;
637
+ cssProperty: string;
638
+ prose: string;
639
+ description: string;
640
+ };
641
+ "body.sm.default.font-family": {
642
+ kind: "typography";
643
+ tailwindClass: string;
644
+ cssProperty: string;
645
+ prose: string;
646
+ description: string;
647
+ };
648
+ "body.sm.default.letter-spacing": {
649
+ kind: "typography";
650
+ tailwindClass: string;
651
+ cssProperty: string;
652
+ prose: string;
653
+ description: string;
654
+ };
655
+ "body.sm.default.line-height": {
656
+ kind: "typography";
657
+ tailwindClass: string;
658
+ cssProperty: string;
659
+ prose: string;
660
+ description: string;
661
+ };
662
+ "body.sm.default.size": {
663
+ kind: "typography";
664
+ tailwindClass: string;
665
+ cssProperty: string;
666
+ prose: string;
667
+ description: string;
668
+ };
669
+ "body.sm.default.weight": {
670
+ kind: "typography";
671
+ tailwindClass: string;
672
+ cssProperty: string;
673
+ prose: string;
674
+ description: string;
675
+ };
676
+ "body.sm.strong.font-family": {
677
+ kind: "typography";
678
+ tailwindClass: string;
679
+ cssProperty: string;
680
+ prose: string;
681
+ description: string;
682
+ };
683
+ "body.sm.strong.letter-spacing": {
684
+ kind: "typography";
685
+ tailwindClass: string;
686
+ cssProperty: string;
687
+ prose: string;
688
+ description: string;
689
+ };
690
+ "body.sm.strong.line-height": {
691
+ kind: "typography";
692
+ tailwindClass: string;
693
+ cssProperty: string;
694
+ prose: string;
695
+ description: string;
696
+ };
697
+ "body.sm.strong.size": {
698
+ kind: "typography";
699
+ tailwindClass: string;
700
+ cssProperty: string;
701
+ prose: string;
702
+ description: string;
703
+ };
704
+ "body.sm.strong.weight": {
705
+ kind: "typography";
706
+ tailwindClass: string;
707
+ cssProperty: string;
708
+ prose: string;
709
+ description: string;
710
+ };
711
+ "control.md.font-family": {
712
+ kind: "typography";
713
+ tailwindClass: string;
714
+ cssProperty: string;
715
+ prose: string;
716
+ description: string;
717
+ };
718
+ "control.md.letter-spacing": {
719
+ kind: "typography";
720
+ tailwindClass: string;
721
+ cssProperty: string;
722
+ prose: string;
723
+ description: string;
724
+ };
725
+ "control.md.line-height": {
726
+ kind: "typography";
727
+ tailwindClass: string;
728
+ cssProperty: string;
729
+ prose: string;
730
+ description: string;
731
+ };
732
+ "control.md.size": {
733
+ kind: "typography";
734
+ tailwindClass: string;
735
+ cssProperty: string;
736
+ prose: string;
737
+ description: string;
738
+ };
739
+ "control.md.weight": {
740
+ kind: "typography";
741
+ tailwindClass: string;
742
+ cssProperty: string;
743
+ prose: string;
744
+ description: string;
745
+ };
746
+ "control.sm.font-family": {
747
+ kind: "typography";
748
+ tailwindClass: string;
749
+ cssProperty: string;
750
+ prose: string;
751
+ description: string;
752
+ };
753
+ "control.sm.letter-spacing": {
754
+ kind: "typography";
755
+ tailwindClass: string;
756
+ cssProperty: string;
757
+ prose: string;
758
+ description: string;
759
+ };
760
+ "control.sm.line-height": {
761
+ kind: "typography";
762
+ tailwindClass: string;
763
+ cssProperty: string;
764
+ prose: string;
765
+ description: string;
766
+ };
767
+ "control.sm.size": {
768
+ kind: "typography";
769
+ tailwindClass: string;
770
+ cssProperty: string;
771
+ prose: string;
772
+ description: string;
773
+ };
774
+ "control.sm.weight": {
775
+ kind: "typography";
776
+ tailwindClass: string;
777
+ cssProperty: string;
778
+ prose: string;
779
+ description: string;
780
+ };
781
+ "display.lg.font-family": {
782
+ kind: "typography";
783
+ tailwindClass: string;
784
+ cssProperty: string;
785
+ prose: string;
786
+ description: string;
787
+ };
788
+ "display.lg.letter-spacing": {
789
+ kind: "typography";
790
+ tailwindClass: string;
791
+ cssProperty: string;
792
+ prose: string;
793
+ description: string;
794
+ };
795
+ "display.lg.line-height": {
796
+ kind: "typography";
797
+ tailwindClass: string;
798
+ cssProperty: string;
799
+ prose: string;
800
+ description: string;
801
+ };
802
+ "display.lg.size": {
803
+ kind: "typography";
804
+ tailwindClass: string;
805
+ cssProperty: string;
806
+ prose: string;
807
+ description: string;
808
+ };
809
+ "display.lg.weight": {
810
+ kind: "typography";
811
+ tailwindClass: string;
812
+ cssProperty: string;
813
+ prose: string;
814
+ description: string;
815
+ };
816
+ "display.md.font-family": {
817
+ kind: "typography";
818
+ tailwindClass: string;
819
+ cssProperty: string;
820
+ prose: string;
821
+ description: string;
822
+ };
823
+ "display.md.letter-spacing": {
824
+ kind: "typography";
825
+ tailwindClass: string;
826
+ cssProperty: string;
827
+ prose: string;
828
+ description: string;
829
+ };
830
+ "display.md.line-height": {
831
+ kind: "typography";
832
+ tailwindClass: string;
833
+ cssProperty: string;
834
+ prose: string;
835
+ description: string;
836
+ };
837
+ "display.md.size": {
838
+ kind: "typography";
839
+ tailwindClass: string;
840
+ cssProperty: string;
841
+ prose: string;
842
+ description: string;
843
+ };
844
+ "display.md.weight": {
845
+ kind: "typography";
846
+ tailwindClass: string;
847
+ cssProperty: string;
848
+ prose: string;
849
+ description: string;
850
+ };
851
+ "display.sm.font-family": {
852
+ kind: "typography";
853
+ tailwindClass: string;
854
+ cssProperty: string;
855
+ prose: string;
856
+ description: string;
857
+ };
858
+ "display.sm.letter-spacing": {
859
+ kind: "typography";
860
+ tailwindClass: string;
861
+ cssProperty: string;
862
+ prose: string;
863
+ description: string;
864
+ };
865
+ "display.sm.line-height": {
866
+ kind: "typography";
867
+ tailwindClass: string;
868
+ cssProperty: string;
869
+ prose: string;
870
+ description: string;
871
+ };
872
+ "display.sm.size": {
873
+ kind: "typography";
874
+ tailwindClass: string;
875
+ cssProperty: string;
876
+ prose: string;
877
+ description: string;
878
+ };
879
+ "display.sm.weight": {
880
+ kind: "typography";
881
+ tailwindClass: string;
882
+ cssProperty: string;
883
+ prose: string;
884
+ description: string;
885
+ };
886
+ "header.xl.font-family": {
887
+ kind: "typography";
888
+ tailwindClass: string;
889
+ cssProperty: string;
890
+ prose: string;
891
+ description: string;
892
+ };
893
+ "header.xl.letter-spacing": {
894
+ kind: "typography";
895
+ tailwindClass: string;
896
+ cssProperty: string;
897
+ prose: string;
898
+ description: string;
899
+ };
900
+ "header.xl.line-height": {
901
+ kind: "typography";
902
+ tailwindClass: string;
903
+ cssProperty: string;
904
+ prose: string;
905
+ description: string;
906
+ };
907
+ "header.xl.size": {
908
+ kind: "typography";
909
+ tailwindClass: string;
910
+ cssProperty: string;
911
+ prose: string;
912
+ description: string;
913
+ };
914
+ "header.xl.weight": {
915
+ kind: "typography";
916
+ tailwindClass: string;
917
+ cssProperty: string;
918
+ prose: string;
919
+ description: string;
920
+ };
921
+ "header.lg.font-family": {
922
+ kind: "typography";
923
+ tailwindClass: string;
924
+ cssProperty: string;
925
+ prose: string;
926
+ description: string;
927
+ };
928
+ "header.lg.letter-spacing": {
929
+ kind: "typography";
930
+ tailwindClass: string;
931
+ cssProperty: string;
932
+ prose: string;
933
+ description: string;
934
+ };
935
+ "header.lg.line-height": {
936
+ kind: "typography";
937
+ tailwindClass: string;
938
+ cssProperty: string;
939
+ prose: string;
940
+ description: string;
941
+ };
942
+ "header.lg.size": {
943
+ kind: "typography";
944
+ tailwindClass: string;
945
+ cssProperty: string;
946
+ prose: string;
947
+ description: string;
948
+ };
949
+ "header.lg.weight": {
950
+ kind: "typography";
951
+ tailwindClass: string;
952
+ cssProperty: string;
953
+ prose: string;
954
+ description: string;
955
+ };
956
+ "header.md.font-family": {
957
+ kind: "typography";
958
+ tailwindClass: string;
959
+ cssProperty: string;
960
+ prose: string;
961
+ description: string;
962
+ };
963
+ "header.md.letter-spacing": {
964
+ kind: "typography";
965
+ tailwindClass: string;
966
+ cssProperty: string;
967
+ prose: string;
968
+ description: string;
969
+ };
970
+ "header.md.line-height": {
971
+ kind: "typography";
972
+ tailwindClass: string;
973
+ cssProperty: string;
974
+ prose: string;
975
+ description: string;
976
+ };
977
+ "header.md.size": {
978
+ kind: "typography";
979
+ tailwindClass: string;
980
+ cssProperty: string;
981
+ prose: string;
982
+ description: string;
983
+ };
984
+ "header.md.weight": {
985
+ kind: "typography";
986
+ tailwindClass: string;
987
+ cssProperty: string;
988
+ prose: string;
989
+ description: string;
990
+ };
991
+ "header.sm.font-family": {
992
+ kind: "typography";
993
+ tailwindClass: string;
994
+ cssProperty: string;
995
+ prose: string;
996
+ description: string;
997
+ };
998
+ "header.sm.letter-spacing": {
999
+ kind: "typography";
1000
+ tailwindClass: string;
1001
+ cssProperty: string;
1002
+ prose: string;
1003
+ description: string;
1004
+ };
1005
+ "header.sm.line-height": {
1006
+ kind: "typography";
1007
+ tailwindClass: string;
1008
+ cssProperty: string;
1009
+ prose: string;
1010
+ description: string;
1011
+ };
1012
+ "header.sm.size": {
1013
+ kind: "typography";
1014
+ tailwindClass: string;
1015
+ cssProperty: string;
1016
+ prose: string;
1017
+ description: string;
1018
+ };
1019
+ "header.sm.weight": {
1020
+ kind: "typography";
1021
+ tailwindClass: string;
1022
+ cssProperty: string;
1023
+ prose: string;
1024
+ description: string;
1025
+ };
1026
+ "mono.lg.font-family": {
1027
+ kind: "typography";
1028
+ tailwindClass: string;
1029
+ cssProperty: string;
1030
+ prose: string;
1031
+ description: string;
1032
+ };
1033
+ "mono.lg.letter-spacing": {
1034
+ kind: "typography";
1035
+ tailwindClass: string;
1036
+ cssProperty: string;
1037
+ prose: string;
1038
+ description: string;
1039
+ };
1040
+ "mono.lg.line-height": {
1041
+ kind: "typography";
1042
+ tailwindClass: string;
1043
+ cssProperty: string;
1044
+ prose: string;
1045
+ description: string;
1046
+ };
1047
+ "mono.lg.size": {
1048
+ kind: "typography";
1049
+ tailwindClass: string;
1050
+ cssProperty: string;
1051
+ prose: string;
1052
+ description: string;
1053
+ };
1054
+ "mono.lg.weight": {
1055
+ kind: "typography";
1056
+ tailwindClass: string;
1057
+ cssProperty: string;
1058
+ prose: string;
1059
+ description: string;
1060
+ };
1061
+ "mono.md.font-family": {
1062
+ kind: "typography";
1063
+ tailwindClass: string;
1064
+ cssProperty: string;
1065
+ prose: string;
1066
+ description: string;
1067
+ };
1068
+ "mono.md.letter-spacing": {
1069
+ kind: "typography";
1070
+ tailwindClass: string;
1071
+ cssProperty: string;
1072
+ prose: string;
1073
+ description: string;
1074
+ };
1075
+ "mono.md.line-height": {
1076
+ kind: "typography";
1077
+ tailwindClass: string;
1078
+ cssProperty: string;
1079
+ prose: string;
1080
+ description: string;
1081
+ };
1082
+ "mono.md.size": {
1083
+ kind: "typography";
1084
+ tailwindClass: string;
1085
+ cssProperty: string;
1086
+ prose: string;
1087
+ description: string;
1088
+ };
1089
+ "mono.md.weight": {
1090
+ kind: "typography";
1091
+ tailwindClass: string;
1092
+ cssProperty: string;
1093
+ prose: string;
1094
+ description: string;
1095
+ };
1096
+ "gap.inline.xs": {
1097
+ kind: "spacing";
1098
+ utilities: ({
1099
+ family: "gap";
1100
+ suffix: string;
1101
+ } | {
1102
+ family: "margin";
1103
+ suffix: string;
1104
+ } | {
1105
+ family: "padding";
1106
+ suffix: string;
1107
+ } | {
1108
+ family: "gap-x";
1109
+ suffix: string;
1110
+ })[];
1111
+ description: string;
1112
+ };
1113
+ "gap.inline.sm": {
1114
+ kind: "spacing";
1115
+ utilities: ({
1116
+ family: "gap";
1117
+ suffix: string;
1118
+ } | {
1119
+ family: "margin";
1120
+ suffix: string;
1121
+ } | {
1122
+ family: "padding";
1123
+ suffix: string;
1124
+ } | {
1125
+ family: "gap-x";
1126
+ suffix: string;
1127
+ })[];
1128
+ description: string;
1129
+ };
1130
+ "gap.inline.md": {
1131
+ kind: "spacing";
1132
+ utilities: ({
1133
+ family: "gap";
1134
+ suffix: string;
1135
+ } | {
1136
+ family: "margin";
1137
+ suffix: string;
1138
+ } | {
1139
+ family: "padding";
1140
+ suffix: string;
1141
+ } | {
1142
+ family: "gap-x";
1143
+ suffix: string;
1144
+ })[];
1145
+ description: string;
1146
+ };
1147
+ "gap.inline.lg": {
1148
+ kind: "spacing";
1149
+ utilities: ({
1150
+ family: "gap";
1151
+ suffix: string;
1152
+ } | {
1153
+ family: "margin";
1154
+ suffix: string;
1155
+ } | {
1156
+ family: "padding";
1157
+ suffix: string;
1158
+ } | {
1159
+ family: "gap-x";
1160
+ suffix: string;
1161
+ })[];
1162
+ description: string;
1163
+ };
1164
+ "gap.inline.xl": {
1165
+ kind: "spacing";
1166
+ utilities: ({
1167
+ family: "gap";
1168
+ suffix: string;
1169
+ } | {
1170
+ family: "margin";
1171
+ suffix: string;
1172
+ } | {
1173
+ family: "padding";
1174
+ suffix: string;
1175
+ } | {
1176
+ family: "gap-x";
1177
+ suffix: string;
1178
+ })[];
1179
+ description: string;
1180
+ };
1181
+ "gap.stack.xs": {
1182
+ kind: "spacing";
1183
+ utilities: ({
1184
+ family: "gap";
1185
+ suffix: string;
1186
+ } | {
1187
+ family: "margin";
1188
+ suffix: string;
1189
+ } | {
1190
+ family: "padding";
1191
+ suffix: string;
1192
+ } | {
1193
+ family: "gap-y";
1194
+ suffix: string;
1195
+ })[];
1196
+ description: string;
1197
+ };
1198
+ "gap.stack.sm": {
1199
+ kind: "spacing";
1200
+ utilities: ({
1201
+ family: "gap";
1202
+ suffix: string;
1203
+ } | {
1204
+ family: "margin";
1205
+ suffix: string;
1206
+ } | {
1207
+ family: "padding";
1208
+ suffix: string;
1209
+ } | {
1210
+ family: "gap-y";
1211
+ suffix: string;
1212
+ })[];
1213
+ description: string;
1214
+ };
1215
+ "gap.stack.md": {
1216
+ kind: "spacing";
1217
+ utilities: ({
1218
+ family: "gap";
1219
+ suffix: string;
1220
+ } | {
1221
+ family: "margin";
1222
+ suffix: string;
1223
+ } | {
1224
+ family: "padding";
1225
+ suffix: string;
1226
+ } | {
1227
+ family: "gap-y";
1228
+ suffix: string;
1229
+ })[];
1230
+ description: string;
1231
+ };
1232
+ "gap.stack.lg": {
1233
+ kind: "spacing";
1234
+ utilities: ({
1235
+ family: "gap";
1236
+ suffix: string;
1237
+ } | {
1238
+ family: "margin";
1239
+ suffix: string;
1240
+ } | {
1241
+ family: "padding";
1242
+ suffix: string;
1243
+ } | {
1244
+ family: "gap-y";
1245
+ suffix: string;
1246
+ })[];
1247
+ description: string;
1248
+ };
1249
+ "gap.stack.xl": {
1250
+ kind: "spacing";
1251
+ utilities: ({
1252
+ family: "gap";
1253
+ suffix: string;
1254
+ } | {
1255
+ family: "margin";
1256
+ suffix: string;
1257
+ } | {
1258
+ family: "padding";
1259
+ suffix: string;
1260
+ } | {
1261
+ family: "gap-y";
1262
+ suffix: string;
1263
+ })[];
1264
+ description: string;
1265
+ };
1266
+ "gap.stack.2xl": {
1267
+ kind: "spacing";
1268
+ utilities: ({
1269
+ family: "gap";
1270
+ suffix: string;
1271
+ } | {
1272
+ family: "margin";
1273
+ suffix: string;
1274
+ } | {
1275
+ family: "padding";
1276
+ suffix: string;
1277
+ } | {
1278
+ family: "gap-y";
1279
+ suffix: string;
1280
+ })[];
1281
+ description: string;
1282
+ };
1283
+ "gap.stack.3xl": {
1284
+ kind: "spacing";
1285
+ utilities: ({
1286
+ family: "gap";
1287
+ suffix: string;
1288
+ } | {
1289
+ family: "margin";
1290
+ suffix: string;
1291
+ } | {
1292
+ family: "padding";
1293
+ suffix: string;
1294
+ } | {
1295
+ family: "gap-y";
1296
+ suffix: string;
1297
+ })[];
1298
+ description: string;
1299
+ };
1300
+ "gap.stack.4xl": {
1301
+ kind: "spacing";
1302
+ utilities: ({
1303
+ family: "gap";
1304
+ suffix: string;
1305
+ } | {
1306
+ family: "margin";
1307
+ suffix: string;
1308
+ } | {
1309
+ family: "padding";
1310
+ suffix: string;
1311
+ } | {
1312
+ family: "gap-y";
1313
+ suffix: string;
1314
+ })[];
1315
+ description: string;
1316
+ };
1317
+ "inset.square.sm": {
1318
+ kind: "spacing";
1319
+ utilities: ({
1320
+ family: "padding";
1321
+ suffix: string;
1322
+ } | {
1323
+ family: "margin";
1324
+ suffix: string;
1325
+ })[];
1326
+ description: string;
1327
+ };
1328
+ "inset.square.md": {
1329
+ kind: "spacing";
1330
+ utilities: ({
1331
+ family: "padding";
1332
+ suffix: string;
1333
+ } | {
1334
+ family: "margin";
1335
+ suffix: string;
1336
+ })[];
1337
+ description: string;
1338
+ };
1339
+ "inset.square.lg": {
1340
+ kind: "spacing";
1341
+ utilities: ({
1342
+ family: "padding";
1343
+ suffix: string;
1344
+ } | {
1345
+ family: "margin";
1346
+ suffix: string;
1347
+ })[];
1348
+ description: string;
1349
+ };
1350
+ "inset.square.xl": {
1351
+ kind: "spacing";
1352
+ utilities: ({
1353
+ family: "padding";
1354
+ suffix: string;
1355
+ } | {
1356
+ family: "margin";
1357
+ suffix: string;
1358
+ })[];
1359
+ description: string;
1360
+ };
1361
+ "inset.squish.xs": {
1362
+ kind: "spacing";
1363
+ utilities: ({
1364
+ family: "padding";
1365
+ suffix: string;
1366
+ } | {
1367
+ family: "margin";
1368
+ suffix: string;
1369
+ })[];
1370
+ description: string;
1371
+ };
1372
+ "inset.squish.sm": {
1373
+ kind: "spacing";
1374
+ utilities: ({
1375
+ family: "padding";
1376
+ suffix: string;
1377
+ } | {
1378
+ family: "margin";
1379
+ suffix: string;
1380
+ })[];
1381
+ description: string;
1382
+ };
1383
+ "inset.squish.md": {
1384
+ kind: "spacing";
1385
+ utilities: ({
1386
+ family: "padding";
1387
+ suffix: string;
1388
+ } | {
1389
+ family: "margin";
1390
+ suffix: string;
1391
+ })[];
1392
+ description: string;
1393
+ };
1394
+ "inset.squish.lg": {
1395
+ kind: "spacing";
1396
+ utilities: ({
1397
+ family: "padding";
1398
+ suffix: string;
1399
+ } | {
1400
+ family: "margin";
1401
+ suffix: string;
1402
+ })[];
1403
+ description: string;
1404
+ };
1405
+ "inset.squish.offset.xs": {
1406
+ kind: "spacing";
1407
+ utilities: ({
1408
+ family: "padding";
1409
+ suffix: string;
1410
+ } | {
1411
+ family: "margin";
1412
+ suffix: string;
1413
+ })[];
1414
+ description: string;
1415
+ };
1416
+ "inset.squish.offset.sm": {
1417
+ kind: "spacing";
1418
+ utilities: ({
1419
+ family: "padding";
1420
+ suffix: string;
1421
+ } | {
1422
+ family: "margin";
1423
+ suffix: string;
1424
+ })[];
1425
+ description: string;
1426
+ };
1427
+ "inset.squish.offset.md": {
1428
+ kind: "spacing";
1429
+ utilities: ({
1430
+ family: "padding";
1431
+ suffix: string;
1432
+ } | {
1433
+ family: "margin";
1434
+ suffix: string;
1435
+ })[];
1436
+ description: string;
1437
+ };
1438
+ "inset.squish.offset.lg": {
1439
+ kind: "spacing";
1440
+ utilities: ({
1441
+ family: "padding";
1442
+ suffix: string;
1443
+ } | {
1444
+ family: "margin";
1445
+ suffix: string;
1446
+ })[];
1447
+ description: string;
1448
+ };
1449
+ "radius.sm": {
1450
+ kind: "spacing";
1451
+ utilities: {
1452
+ family: "border-radius";
1453
+ suffix: string;
1454
+ }[];
1455
+ description: string;
1456
+ };
1457
+ "radius.md": {
1458
+ kind: "spacing";
1459
+ utilities: {
1460
+ family: "border-radius";
1461
+ suffix: string;
1462
+ }[];
1463
+ description: string;
1464
+ };
1465
+ "radius.lg": {
1466
+ kind: "spacing";
1467
+ utilities: {
1468
+ family: "border-radius";
1469
+ suffix: string;
1470
+ }[];
1471
+ description: string;
1472
+ };
1473
+ "radius.xl": {
1474
+ kind: "spacing";
1475
+ utilities: {
1476
+ family: "border-radius";
1477
+ suffix: string;
1478
+ }[];
1479
+ description: string;
1480
+ };
1481
+ "radius.control": {
1482
+ kind: "spacing";
1483
+ utilities: {
1484
+ family: "border-radius";
1485
+ suffix: string;
1486
+ }[];
1487
+ description: string;
1488
+ };
1489
+ "radius.full": {
1490
+ kind: "spacing";
1491
+ utilities: {
1492
+ family: "border-radius";
1493
+ suffix: string;
1494
+ }[];
1495
+ description: string;
1496
+ };
1497
+ "size.xs": {
1498
+ kind: "spacing";
1499
+ utilities: ({
1500
+ family: "width";
1501
+ suffix: string;
1502
+ } | {
1503
+ family: "height";
1504
+ suffix: string;
1505
+ } | {
1506
+ family: "min-width";
1507
+ suffix: string;
1508
+ } | {
1509
+ family: "min-height";
1510
+ suffix: string;
1511
+ } | {
1512
+ family: "size";
1513
+ suffix: string;
1514
+ })[];
1515
+ description: string;
1516
+ };
1517
+ "size.sm": {
1518
+ kind: "spacing";
1519
+ utilities: ({
1520
+ family: "width";
1521
+ suffix: string;
1522
+ } | {
1523
+ family: "height";
1524
+ suffix: string;
1525
+ } | {
1526
+ family: "min-width";
1527
+ suffix: string;
1528
+ } | {
1529
+ family: "min-height";
1530
+ suffix: string;
1531
+ } | {
1532
+ family: "size";
1533
+ suffix: string;
1534
+ })[];
1535
+ description: string;
1536
+ };
1537
+ "size.md": {
1538
+ kind: "spacing";
1539
+ utilities: ({
1540
+ family: "width";
1541
+ suffix: string;
1542
+ } | {
1543
+ family: "height";
1544
+ suffix: string;
1545
+ } | {
1546
+ family: "min-width";
1547
+ suffix: string;
1548
+ } | {
1549
+ family: "min-height";
1550
+ suffix: string;
1551
+ } | {
1552
+ family: "size";
1553
+ suffix: string;
1554
+ })[];
1555
+ description: string;
1556
+ };
1557
+ "size.lg": {
1558
+ kind: "spacing";
1559
+ utilities: ({
1560
+ family: "width";
1561
+ suffix: string;
1562
+ } | {
1563
+ family: "height";
1564
+ suffix: string;
1565
+ } | {
1566
+ family: "min-width";
1567
+ suffix: string;
1568
+ } | {
1569
+ family: "min-height";
1570
+ suffix: string;
1571
+ } | {
1572
+ family: "size";
1573
+ suffix: string;
1574
+ })[];
1575
+ description: string;
1576
+ };
1577
+ "size.icon.inner.sm": {
1578
+ kind: "spacing";
1579
+ utilities: ({
1580
+ family: "width";
1581
+ suffix: string;
1582
+ } | {
1583
+ family: "height";
1584
+ suffix: string;
1585
+ } | {
1586
+ family: "min-width";
1587
+ suffix: string;
1588
+ } | {
1589
+ family: "min-height";
1590
+ suffix: string;
1591
+ } | {
1592
+ family: "size";
1593
+ suffix: string;
1594
+ })[];
1595
+ description: string;
1596
+ };
1597
+ "size.icon.inner.md": {
1598
+ kind: "spacing";
1599
+ utilities: ({
1600
+ family: "width";
1601
+ suffix: string;
1602
+ } | {
1603
+ family: "height";
1604
+ suffix: string;
1605
+ } | {
1606
+ family: "min-width";
1607
+ suffix: string;
1608
+ } | {
1609
+ family: "min-height";
1610
+ suffix: string;
1611
+ } | {
1612
+ family: "size";
1613
+ suffix: string;
1614
+ })[];
1615
+ description: string;
1616
+ };
1617
+ "size.icon.inner.lg": {
1618
+ kind: "spacing";
1619
+ utilities: ({
1620
+ family: "width";
1621
+ suffix: string;
1622
+ } | {
1623
+ family: "height";
1624
+ suffix: string;
1625
+ } | {
1626
+ family: "min-width";
1627
+ suffix: string;
1628
+ } | {
1629
+ family: "min-height";
1630
+ suffix: string;
1631
+ } | {
1632
+ family: "size";
1633
+ suffix: string;
1634
+ })[];
1635
+ description: string;
1636
+ };
1637
+ "size.icon.outer.sm": {
1638
+ kind: "spacing";
1639
+ utilities: ({
1640
+ family: "width";
1641
+ suffix: string;
1642
+ } | {
1643
+ family: "height";
1644
+ suffix: string;
1645
+ } | {
1646
+ family: "min-width";
1647
+ suffix: string;
1648
+ } | {
1649
+ family: "min-height";
1650
+ suffix: string;
1651
+ } | {
1652
+ family: "size";
1653
+ suffix: string;
1654
+ })[];
1655
+ description: string;
1656
+ };
1657
+ "size.icon.outer.md": {
1658
+ kind: "spacing";
1659
+ utilities: ({
1660
+ family: "width";
1661
+ suffix: string;
1662
+ } | {
1663
+ family: "height";
1664
+ suffix: string;
1665
+ } | {
1666
+ family: "min-width";
1667
+ suffix: string;
1668
+ } | {
1669
+ family: "min-height";
1670
+ suffix: string;
1671
+ } | {
1672
+ family: "size";
1673
+ suffix: string;
1674
+ })[];
1675
+ description: string;
1676
+ };
1677
+ "size.icon.outer.lg": {
1678
+ kind: "spacing";
1679
+ utilities: ({
1680
+ family: "width";
1681
+ suffix: string;
1682
+ } | {
1683
+ family: "height";
1684
+ suffix: string;
1685
+ } | {
1686
+ family: "min-width";
1687
+ suffix: string;
1688
+ } | {
1689
+ family: "min-height";
1690
+ suffix: string;
1691
+ } | {
1692
+ family: "size";
1693
+ suffix: string;
1694
+ })[];
1695
+ description: string;
1696
+ };
1697
+ "stroke.border": {
1698
+ kind: "spacing";
1699
+ utilities: {
1700
+ family: "border-width";
1701
+ suffix: string;
1702
+ }[];
1703
+ description: string;
1704
+ };
1705
+ "stroke.focus": {
1706
+ kind: "spacing";
1707
+ utilities: {
1708
+ family: "border-width";
1709
+ suffix: string;
1710
+ }[];
1711
+ description: string;
1712
+ };
1713
+ };
1714
+ //#endregion
1715
+ //#region src/utils/types.d.ts
1716
+ /**
1717
+ * ---
1718
+ * Figma export types
1719
+ *
1720
+ * Figma has types for their plugin usage output, but not for their manual export
1721
+ * ---
1722
+ */
1723
+ interface FigmaAliasData {
1724
+ targetVariableId: string;
1725
+ targetVariableName: string;
1726
+ targetVariableSetName?: string;
1727
+ }
1728
+ /**
1729
+ * All variable scopes from the Figma REST API spec.
1730
+ * @see https://github.com/figma/rest-api-spec/blob/main/dist/api_types.ts
1731
+ */
1732
+ type VariableScope = "ALL_SCOPES" | "TEXT_CONTENT" | "CORNER_RADIUS" | "WIDTH_HEIGHT" | "GAP" | "ALL_FILLS" | "FRAME_FILL" | "SHAPE_FILL" | "TEXT_FILL" | "STROKE" | "STROKE_FLOAT" | "EFFECT_FLOAT" | "EFFECT_COLOR" | "OPACITY" | "FONT_FAMILY" | "FONT_STYLE" | "FONT_WEIGHT" | "FONT_SIZE" | "LINE_HEIGHT" | "LETTER_SPACING" | "PARAGRAPH_SPACING" | "PARAGRAPH_INDENT" | "FONT_VARIATIONS";
1733
+ interface FigmaExtensions {
1734
+ "com.figma.variableId"?: string;
1735
+ "com.figma.scopes"?: VariableScope[];
1736
+ "com.figma.codeSyntax"?: {
1737
+ WEB?: string;
1738
+ };
1739
+ "com.figma.hiddenFromPublishing"?: boolean;
1740
+ "com.figma.isOverride"?: boolean;
1741
+ "com.figma.modeName"?: string;
1742
+ "com.figma.type"?: string;
1743
+ "com.figma.aliasData"?: FigmaAliasData;
1744
+ }
1745
+ interface FigmaColorValue {
1746
+ colorSpace: string;
1747
+ components: number[];
1748
+ alpha: number;
1749
+ hex?: string;
1750
+ }
1751
+ interface FigmaToken {
1752
+ $type: string;
1753
+ $value: string | number | FigmaColorValue;
1754
+ $description?: string;
1755
+ $extensions?: FigmaExtensions;
1756
+ }
1757
+ //#endregion
1
1758
  //#region src/index.d.ts
2
- declare function fn(): string;
1759
+ declare const COLOR_MODES: readonly ["neutral", "danger", "info", "neutral-inverted", "success", "warning"];
1760
+ type ColorMode = (typeof COLOR_MODES)[number];
1761
+ type SlabEntry = {
1762
+ cssVariable: string;
1763
+ kind: "color" | "spacing" | "typography";
1764
+ property: {
1765
+ /** Example (padding-left, background, color, padding-top, padding-bottom) */cssProperty: string[]; /** Example (p-inset-squish-md) */
1766
+ tailwindClass: string;
1767
+ }[];
1768
+ /**
1769
+ * Guidance for AI tools. Present when a higher-level composite class should
1770
+ * be preferred over this individual token (e.g. a prose-* typography class).
1771
+ */
1772
+ note?: string;
1773
+ };
1774
+ type MergedToken = FigmaToken & {
1775
+ $extensions: {
1776
+ "com.figma.variableId"?: string;
1777
+ "thatch.slab": SlabEntry;
1778
+ "thatch.modes"?: Record<ColorMode, string>;
1779
+ };
1780
+ };
1781
+ declare function mergeToken(key: keyof typeof tokenMap): MergedToken | null;
3
1782
  //#endregion
4
- export { fn };
1783
+ export { ColorMode, MergedToken, SlabEntry, mergeToken };
5
1784
  //# sourceMappingURL=index.d.mts.map