@frontify/fondue 13.7.1 → 13.7.2
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/packages/components/style.css +1 -1
- package/dist/packages/rte/style.css +1 -1
- package/dist/packages/tokens/json/all-tokens.json +6 -0
- package/dist/packages/tokens/json/semantic.json +6 -0
- package/dist/packages/tokens/manifest.json +140 -12
- package/dist/packages/tokens/themes/themes.module.css +0 -6
- package/dist/tools/sdk-cli/index.js +2 -2
- package/package.json +7 -7
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"dim",
|
|
12
12
|
"default"
|
|
13
13
|
],
|
|
14
|
+
"output": "variable",
|
|
14
15
|
"tailwindClass": "*-charts-dim",
|
|
15
16
|
"themeable": true,
|
|
16
17
|
"type": "color",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"missing",
|
|
27
28
|
"default"
|
|
28
29
|
],
|
|
30
|
+
"output": "variable",
|
|
29
31
|
"tailwindClass": "*-charts-missing",
|
|
30
32
|
"themeable": true,
|
|
31
33
|
"type": "color",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"negative",
|
|
42
44
|
"default"
|
|
43
45
|
],
|
|
46
|
+
"output": "variable",
|
|
44
47
|
"tailwindClass": "*-charts-negative",
|
|
45
48
|
"themeable": true,
|
|
46
49
|
"type": "color",
|
|
@@ -56,6 +59,7 @@
|
|
|
56
59
|
"negative",
|
|
57
60
|
"hover"
|
|
58
61
|
],
|
|
62
|
+
"output": "variable",
|
|
59
63
|
"tailwindClass": "*-charts-negative-hover",
|
|
60
64
|
"themeable": true,
|
|
61
65
|
"type": "color",
|
|
@@ -71,6 +75,7 @@
|
|
|
71
75
|
"negative",
|
|
72
76
|
"subtle"
|
|
73
77
|
],
|
|
78
|
+
"output": "variable",
|
|
74
79
|
"tailwindClass": "*-charts-negative-subtle",
|
|
75
80
|
"themeable": true,
|
|
76
81
|
"type": "color",
|
|
@@ -86,6 +91,7 @@
|
|
|
86
91
|
"primary",
|
|
87
92
|
"default"
|
|
88
93
|
],
|
|
94
|
+
"output": "variable",
|
|
89
95
|
"tailwindClass": "*-charts-primary",
|
|
90
96
|
"themeable": true,
|
|
91
97
|
"type": "color",
|
|
@@ -101,6 +107,7 @@
|
|
|
101
107
|
"primary",
|
|
102
108
|
"hover"
|
|
103
109
|
],
|
|
110
|
+
"output": "variable",
|
|
104
111
|
"tailwindClass": "*-charts-primary-hover",
|
|
105
112
|
"themeable": true,
|
|
106
113
|
"type": "color",
|
|
@@ -116,6 +123,7 @@
|
|
|
116
123
|
"primary",
|
|
117
124
|
"subtle"
|
|
118
125
|
],
|
|
126
|
+
"output": "variable",
|
|
119
127
|
"tailwindClass": "*-charts-primary-subtle",
|
|
120
128
|
"themeable": true,
|
|
121
129
|
"type": "color",
|
|
@@ -131,6 +139,7 @@
|
|
|
131
139
|
"secondary",
|
|
132
140
|
"default"
|
|
133
141
|
],
|
|
142
|
+
"output": "variable",
|
|
134
143
|
"tailwindClass": "*-charts-secondary",
|
|
135
144
|
"themeable": true,
|
|
136
145
|
"type": "color",
|
|
@@ -146,6 +155,7 @@
|
|
|
146
155
|
"secondary",
|
|
147
156
|
"hover"
|
|
148
157
|
],
|
|
158
|
+
"output": "variable",
|
|
149
159
|
"tailwindClass": "*-charts-secondary-hover",
|
|
150
160
|
"themeable": true,
|
|
151
161
|
"type": "color",
|
|
@@ -161,6 +171,7 @@
|
|
|
161
171
|
"secondary",
|
|
162
172
|
"subtle"
|
|
163
173
|
],
|
|
174
|
+
"output": "variable",
|
|
164
175
|
"tailwindClass": "*-charts-secondary-subtle",
|
|
165
176
|
"themeable": true,
|
|
166
177
|
"type": "color",
|
|
@@ -176,6 +187,7 @@
|
|
|
176
187
|
"tertiary",
|
|
177
188
|
"default"
|
|
178
189
|
],
|
|
190
|
+
"output": "variable",
|
|
179
191
|
"tailwindClass": "*-charts-tertiary",
|
|
180
192
|
"themeable": true,
|
|
181
193
|
"type": "color",
|
|
@@ -191,6 +203,7 @@
|
|
|
191
203
|
"tertiary",
|
|
192
204
|
"hover"
|
|
193
205
|
],
|
|
206
|
+
"output": "variable",
|
|
194
207
|
"tailwindClass": "*-charts-tertiary-hover",
|
|
195
208
|
"themeable": true,
|
|
196
209
|
"type": "color",
|
|
@@ -206,6 +219,7 @@
|
|
|
206
219
|
"tertiary",
|
|
207
220
|
"subtle"
|
|
208
221
|
],
|
|
222
|
+
"output": "variable",
|
|
209
223
|
"tailwindClass": "*-charts-tertiary-subtle",
|
|
210
224
|
"themeable": true,
|
|
211
225
|
"type": "color",
|
|
@@ -221,6 +235,7 @@
|
|
|
221
235
|
"disabled",
|
|
222
236
|
"default"
|
|
223
237
|
],
|
|
238
|
+
"output": "variable",
|
|
224
239
|
"tailwindClass": "*-container-disabled",
|
|
225
240
|
"themeable": true,
|
|
226
241
|
"type": "color",
|
|
@@ -236,6 +251,7 @@
|
|
|
236
251
|
"disabled",
|
|
237
252
|
"on-disabled-container"
|
|
238
253
|
],
|
|
254
|
+
"output": "variable",
|
|
239
255
|
"tailwindClass": "*-container-disabled-on-disabled-container",
|
|
240
256
|
"themeable": true,
|
|
241
257
|
"type": "color",
|
|
@@ -251,6 +267,7 @@
|
|
|
251
267
|
"error",
|
|
252
268
|
"active"
|
|
253
269
|
],
|
|
270
|
+
"output": "variable",
|
|
254
271
|
"tailwindClass": "*-container-error-active",
|
|
255
272
|
"themeable": true,
|
|
256
273
|
"type": "color",
|
|
@@ -266,6 +283,7 @@
|
|
|
266
283
|
"error",
|
|
267
284
|
"default"
|
|
268
285
|
],
|
|
286
|
+
"output": "variable",
|
|
269
287
|
"tailwindClass": "*-container-error",
|
|
270
288
|
"themeable": true,
|
|
271
289
|
"type": "color",
|
|
@@ -281,6 +299,7 @@
|
|
|
281
299
|
"error",
|
|
282
300
|
"hover"
|
|
283
301
|
],
|
|
302
|
+
"output": "variable",
|
|
284
303
|
"tailwindClass": "*-container-error-hover",
|
|
285
304
|
"themeable": true,
|
|
286
305
|
"type": "color",
|
|
@@ -296,6 +315,7 @@
|
|
|
296
315
|
"error",
|
|
297
316
|
"on-error-container"
|
|
298
317
|
],
|
|
318
|
+
"output": "variable",
|
|
299
319
|
"tailwindClass": "*-container-error-on-error-container",
|
|
300
320
|
"themeable": true,
|
|
301
321
|
"type": "color",
|
|
@@ -311,6 +331,7 @@
|
|
|
311
331
|
"highlight",
|
|
312
332
|
"active"
|
|
313
333
|
],
|
|
334
|
+
"output": "variable",
|
|
314
335
|
"tailwindClass": "*-container-highlight-active",
|
|
315
336
|
"themeable": true,
|
|
316
337
|
"type": "color",
|
|
@@ -326,6 +347,7 @@
|
|
|
326
347
|
"highlight",
|
|
327
348
|
"default"
|
|
328
349
|
],
|
|
350
|
+
"output": "variable",
|
|
329
351
|
"tailwindClass": "*-container-highlight",
|
|
330
352
|
"themeable": true,
|
|
331
353
|
"type": "color",
|
|
@@ -341,6 +363,7 @@
|
|
|
341
363
|
"highlight",
|
|
342
364
|
"hover"
|
|
343
365
|
],
|
|
366
|
+
"output": "variable",
|
|
344
367
|
"tailwindClass": "*-container-highlight-hover",
|
|
345
368
|
"themeable": true,
|
|
346
369
|
"type": "color",
|
|
@@ -356,6 +379,7 @@
|
|
|
356
379
|
"highlight",
|
|
357
380
|
"on-highlight-container"
|
|
358
381
|
],
|
|
382
|
+
"output": "variable",
|
|
359
383
|
"tailwindClass": "*-container-highlight-on-highlight-container",
|
|
360
384
|
"themeable": true,
|
|
361
385
|
"type": "color",
|
|
@@ -371,6 +395,7 @@
|
|
|
371
395
|
"secondary",
|
|
372
396
|
"active"
|
|
373
397
|
],
|
|
398
|
+
"output": "variable",
|
|
374
399
|
"tailwindClass": "*-container-secondary-active",
|
|
375
400
|
"themeable": true,
|
|
376
401
|
"type": "color",
|
|
@@ -386,6 +411,7 @@
|
|
|
386
411
|
"secondary",
|
|
387
412
|
"default"
|
|
388
413
|
],
|
|
414
|
+
"output": "variable",
|
|
389
415
|
"tailwindClass": "*-container-secondary",
|
|
390
416
|
"themeable": true,
|
|
391
417
|
"type": "color",
|
|
@@ -401,6 +427,7 @@
|
|
|
401
427
|
"secondary",
|
|
402
428
|
"hover"
|
|
403
429
|
],
|
|
430
|
+
"output": "variable",
|
|
404
431
|
"tailwindClass": "*-container-secondary-hover",
|
|
405
432
|
"themeable": true,
|
|
406
433
|
"type": "color",
|
|
@@ -416,6 +443,7 @@
|
|
|
416
443
|
"secondary",
|
|
417
444
|
"on-secondary-container"
|
|
418
445
|
],
|
|
446
|
+
"output": "variable",
|
|
419
447
|
"tailwindClass": "*-container-secondary-on-secondary-container",
|
|
420
448
|
"themeable": true,
|
|
421
449
|
"type": "color",
|
|
@@ -431,6 +459,7 @@
|
|
|
431
459
|
"secondary",
|
|
432
460
|
"on-secondary-container-variant"
|
|
433
461
|
],
|
|
462
|
+
"output": "variable",
|
|
434
463
|
"tailwindClass": "*-container-secondary-on-secondary-container-variant",
|
|
435
464
|
"themeable": true,
|
|
436
465
|
"type": "color",
|
|
@@ -446,6 +475,7 @@
|
|
|
446
475
|
"success",
|
|
447
476
|
"active"
|
|
448
477
|
],
|
|
478
|
+
"output": "variable",
|
|
449
479
|
"tailwindClass": "*-container-success-active",
|
|
450
480
|
"themeable": true,
|
|
451
481
|
"type": "color",
|
|
@@ -461,6 +491,7 @@
|
|
|
461
491
|
"success",
|
|
462
492
|
"default"
|
|
463
493
|
],
|
|
494
|
+
"output": "variable",
|
|
464
495
|
"tailwindClass": "*-container-success",
|
|
465
496
|
"themeable": true,
|
|
466
497
|
"type": "color",
|
|
@@ -476,6 +507,7 @@
|
|
|
476
507
|
"success",
|
|
477
508
|
"hover"
|
|
478
509
|
],
|
|
510
|
+
"output": "variable",
|
|
479
511
|
"tailwindClass": "*-container-success-hover",
|
|
480
512
|
"themeable": true,
|
|
481
513
|
"type": "color",
|
|
@@ -491,6 +523,7 @@
|
|
|
491
523
|
"success",
|
|
492
524
|
"on-success-container"
|
|
493
525
|
],
|
|
526
|
+
"output": "variable",
|
|
494
527
|
"tailwindClass": "*-container-success-on-success-container",
|
|
495
528
|
"themeable": true,
|
|
496
529
|
"type": "color",
|
|
@@ -506,6 +539,7 @@
|
|
|
506
539
|
"warning",
|
|
507
540
|
"active"
|
|
508
541
|
],
|
|
542
|
+
"output": "variable",
|
|
509
543
|
"tailwindClass": "*-container-warning-active",
|
|
510
544
|
"themeable": true,
|
|
511
545
|
"type": "color",
|
|
@@ -521,6 +555,7 @@
|
|
|
521
555
|
"warning",
|
|
522
556
|
"default"
|
|
523
557
|
],
|
|
558
|
+
"output": "variable",
|
|
524
559
|
"tailwindClass": "*-container-warning",
|
|
525
560
|
"themeable": true,
|
|
526
561
|
"type": "color",
|
|
@@ -536,6 +571,7 @@
|
|
|
536
571
|
"warning",
|
|
537
572
|
"hover"
|
|
538
573
|
],
|
|
574
|
+
"output": "variable",
|
|
539
575
|
"tailwindClass": "*-container-warning-hover",
|
|
540
576
|
"themeable": true,
|
|
541
577
|
"type": "color",
|
|
@@ -551,6 +587,7 @@
|
|
|
551
587
|
"warning",
|
|
552
588
|
"on-warning-container"
|
|
553
589
|
],
|
|
590
|
+
"output": "variable",
|
|
554
591
|
"tailwindClass": "*-container-warning-on-warning-container",
|
|
555
592
|
"themeable": true,
|
|
556
593
|
"type": "color",
|
|
@@ -565,6 +602,7 @@
|
|
|
565
602
|
"disabled",
|
|
566
603
|
"default"
|
|
567
604
|
],
|
|
605
|
+
"output": "variable",
|
|
568
606
|
"tailwindClass": "*-disabled",
|
|
569
607
|
"themeable": true,
|
|
570
608
|
"type": "color",
|
|
@@ -579,6 +617,7 @@
|
|
|
579
617
|
"disabled",
|
|
580
618
|
"on-disabled"
|
|
581
619
|
],
|
|
620
|
+
"output": "variable",
|
|
582
621
|
"tailwindClass": "*-disabled-on-disabled",
|
|
583
622
|
"themeable": true,
|
|
584
623
|
"type": "color",
|
|
@@ -593,6 +632,7 @@
|
|
|
593
632
|
"error",
|
|
594
633
|
"active"
|
|
595
634
|
],
|
|
635
|
+
"output": "variable",
|
|
596
636
|
"tailwindClass": "*-error-active",
|
|
597
637
|
"themeable": true,
|
|
598
638
|
"type": "color",
|
|
@@ -607,6 +647,7 @@
|
|
|
607
647
|
"error",
|
|
608
648
|
"default"
|
|
609
649
|
],
|
|
650
|
+
"output": "variable",
|
|
610
651
|
"tailwindClass": "*-error",
|
|
611
652
|
"themeable": true,
|
|
612
653
|
"type": "color",
|
|
@@ -621,6 +662,7 @@
|
|
|
621
662
|
"error",
|
|
622
663
|
"hover"
|
|
623
664
|
],
|
|
665
|
+
"output": "variable",
|
|
624
666
|
"tailwindClass": "*-error-hover",
|
|
625
667
|
"themeable": true,
|
|
626
668
|
"type": "color",
|
|
@@ -635,6 +677,7 @@
|
|
|
635
677
|
"error",
|
|
636
678
|
"on-error"
|
|
637
679
|
],
|
|
680
|
+
"output": "variable",
|
|
638
681
|
"tailwindClass": "*-error-on-error",
|
|
639
682
|
"themeable": true,
|
|
640
683
|
"type": "color",
|
|
@@ -649,6 +692,7 @@
|
|
|
649
692
|
"focus",
|
|
650
693
|
"contrast"
|
|
651
694
|
],
|
|
695
|
+
"output": "variable",
|
|
652
696
|
"tailwindClass": "*-focus-contrast",
|
|
653
697
|
"themeable": true,
|
|
654
698
|
"type": "color",
|
|
@@ -663,6 +707,7 @@
|
|
|
663
707
|
"focus",
|
|
664
708
|
"default"
|
|
665
709
|
],
|
|
710
|
+
"output": "variable",
|
|
666
711
|
"tailwindClass": "*-focus",
|
|
667
712
|
"themeable": true,
|
|
668
713
|
"type": "color",
|
|
@@ -677,6 +722,7 @@
|
|
|
677
722
|
"highlight",
|
|
678
723
|
"active"
|
|
679
724
|
],
|
|
725
|
+
"output": "variable",
|
|
680
726
|
"tailwindClass": "*-highlight-active",
|
|
681
727
|
"themeable": true,
|
|
682
728
|
"type": "color",
|
|
@@ -691,6 +737,7 @@
|
|
|
691
737
|
"highlight",
|
|
692
738
|
"default"
|
|
693
739
|
],
|
|
740
|
+
"output": "variable",
|
|
694
741
|
"tailwindClass": "*-highlight",
|
|
695
742
|
"themeable": true,
|
|
696
743
|
"type": "color",
|
|
@@ -705,6 +752,7 @@
|
|
|
705
752
|
"highlight",
|
|
706
753
|
"hover"
|
|
707
754
|
],
|
|
755
|
+
"output": "variable",
|
|
708
756
|
"tailwindClass": "*-highlight-hover",
|
|
709
757
|
"themeable": true,
|
|
710
758
|
"type": "color",
|
|
@@ -719,6 +767,7 @@
|
|
|
719
767
|
"highlight",
|
|
720
768
|
"on-highlight"
|
|
721
769
|
],
|
|
770
|
+
"output": "variable",
|
|
722
771
|
"tailwindClass": "*-highlight-on-highlight",
|
|
723
772
|
"themeable": true,
|
|
724
773
|
"type": "color",
|
|
@@ -733,6 +782,7 @@
|
|
|
733
782
|
"line",
|
|
734
783
|
"mid"
|
|
735
784
|
],
|
|
785
|
+
"output": "variable",
|
|
736
786
|
"tailwindClass": "*-line-mid",
|
|
737
787
|
"themeable": true,
|
|
738
788
|
"type": "color",
|
|
@@ -747,6 +797,7 @@
|
|
|
747
797
|
"line",
|
|
748
798
|
"strong"
|
|
749
799
|
],
|
|
800
|
+
"output": "variable",
|
|
750
801
|
"tailwindClass": "*-line-strong",
|
|
751
802
|
"themeable": true,
|
|
752
803
|
"type": "color",
|
|
@@ -761,6 +812,7 @@
|
|
|
761
812
|
"line",
|
|
762
813
|
"subtle"
|
|
763
814
|
],
|
|
815
|
+
"output": "variable",
|
|
764
816
|
"tailwindClass": "*-line-subtle",
|
|
765
817
|
"themeable": true,
|
|
766
818
|
"type": "color",
|
|
@@ -775,6 +827,7 @@
|
|
|
775
827
|
"low-contrast",
|
|
776
828
|
"default"
|
|
777
829
|
],
|
|
830
|
+
"output": "variable",
|
|
778
831
|
"tailwindClass": "*-low-contrast",
|
|
779
832
|
"themeable": true,
|
|
780
833
|
"type": "color",
|
|
@@ -789,6 +842,7 @@
|
|
|
789
842
|
"overlay",
|
|
790
843
|
"default"
|
|
791
844
|
],
|
|
845
|
+
"output": "variable",
|
|
792
846
|
"tailwindClass": "*-overlay",
|
|
793
847
|
"themeable": true,
|
|
794
848
|
"type": "color",
|
|
@@ -803,6 +857,7 @@
|
|
|
803
857
|
"primary",
|
|
804
858
|
"active"
|
|
805
859
|
],
|
|
860
|
+
"output": "variable",
|
|
806
861
|
"tailwindClass": "*-primary-active",
|
|
807
862
|
"themeable": true,
|
|
808
863
|
"type": "color",
|
|
@@ -817,6 +872,7 @@
|
|
|
817
872
|
"primary",
|
|
818
873
|
"default"
|
|
819
874
|
],
|
|
875
|
+
"output": "variable",
|
|
820
876
|
"tailwindClass": "*-primary",
|
|
821
877
|
"themeable": true,
|
|
822
878
|
"type": "color",
|
|
@@ -831,6 +887,7 @@
|
|
|
831
887
|
"primary",
|
|
832
888
|
"hover"
|
|
833
889
|
],
|
|
890
|
+
"output": "variable",
|
|
834
891
|
"tailwindClass": "*-primary-hover",
|
|
835
892
|
"themeable": true,
|
|
836
893
|
"type": "color",
|
|
@@ -845,6 +902,7 @@
|
|
|
845
902
|
"primary",
|
|
846
903
|
"on-primary"
|
|
847
904
|
],
|
|
905
|
+
"output": "variable",
|
|
848
906
|
"tailwindClass": "*-primary-on-primary",
|
|
849
907
|
"themeable": true,
|
|
850
908
|
"type": "color",
|
|
@@ -859,6 +917,7 @@
|
|
|
859
917
|
"primary",
|
|
860
918
|
"on-primary-variant"
|
|
861
919
|
],
|
|
920
|
+
"output": "variable",
|
|
862
921
|
"tailwindClass": "*-primary-on-primary-variant",
|
|
863
922
|
"themeable": true,
|
|
864
923
|
"type": "color",
|
|
@@ -873,6 +932,7 @@
|
|
|
873
932
|
"secondary",
|
|
874
933
|
"active"
|
|
875
934
|
],
|
|
935
|
+
"output": "variable",
|
|
876
936
|
"tailwindClass": "*-secondary-active",
|
|
877
937
|
"themeable": true,
|
|
878
938
|
"type": "color",
|
|
@@ -887,6 +947,7 @@
|
|
|
887
947
|
"secondary",
|
|
888
948
|
"default"
|
|
889
949
|
],
|
|
950
|
+
"output": "variable",
|
|
890
951
|
"tailwindClass": "*-secondary",
|
|
891
952
|
"themeable": true,
|
|
892
953
|
"type": "color",
|
|
@@ -901,6 +962,7 @@
|
|
|
901
962
|
"secondary",
|
|
902
963
|
"hover"
|
|
903
964
|
],
|
|
965
|
+
"output": "variable",
|
|
904
966
|
"tailwindClass": "*-secondary-hover",
|
|
905
967
|
"themeable": true,
|
|
906
968
|
"type": "color",
|
|
@@ -915,6 +977,7 @@
|
|
|
915
977
|
"secondary",
|
|
916
978
|
"on-secondary"
|
|
917
979
|
],
|
|
980
|
+
"output": "variable",
|
|
918
981
|
"tailwindClass": "*-secondary-on-secondary",
|
|
919
982
|
"themeable": true,
|
|
920
983
|
"type": "color",
|
|
@@ -929,6 +992,7 @@
|
|
|
929
992
|
"shadow",
|
|
930
993
|
"default"
|
|
931
994
|
],
|
|
995
|
+
"output": "variable",
|
|
932
996
|
"tailwindClass": "*-shadow",
|
|
933
997
|
"themeable": true,
|
|
934
998
|
"type": "color",
|
|
@@ -943,6 +1007,7 @@
|
|
|
943
1007
|
"success",
|
|
944
1008
|
"active"
|
|
945
1009
|
],
|
|
1010
|
+
"output": "variable",
|
|
946
1011
|
"tailwindClass": "*-success-active",
|
|
947
1012
|
"themeable": true,
|
|
948
1013
|
"type": "color",
|
|
@@ -957,6 +1022,7 @@
|
|
|
957
1022
|
"success",
|
|
958
1023
|
"default"
|
|
959
1024
|
],
|
|
1025
|
+
"output": "variable",
|
|
960
1026
|
"tailwindClass": "*-success",
|
|
961
1027
|
"themeable": true,
|
|
962
1028
|
"type": "color",
|
|
@@ -971,6 +1037,7 @@
|
|
|
971
1037
|
"success",
|
|
972
1038
|
"hover"
|
|
973
1039
|
],
|
|
1040
|
+
"output": "variable",
|
|
974
1041
|
"tailwindClass": "*-success-hover",
|
|
975
1042
|
"themeable": true,
|
|
976
1043
|
"type": "color",
|
|
@@ -985,6 +1052,7 @@
|
|
|
985
1052
|
"success",
|
|
986
1053
|
"on-success"
|
|
987
1054
|
],
|
|
1055
|
+
"output": "variable",
|
|
988
1056
|
"tailwindClass": "*-success-on-success",
|
|
989
1057
|
"themeable": true,
|
|
990
1058
|
"type": "color",
|
|
@@ -999,6 +1067,7 @@
|
|
|
999
1067
|
"surface",
|
|
1000
1068
|
"active"
|
|
1001
1069
|
],
|
|
1070
|
+
"output": "variable",
|
|
1002
1071
|
"tailwindClass": "*-surface-active",
|
|
1003
1072
|
"themeable": true,
|
|
1004
1073
|
"type": "color",
|
|
@@ -1013,6 +1082,7 @@
|
|
|
1013
1082
|
"surface",
|
|
1014
1083
|
"default"
|
|
1015
1084
|
],
|
|
1085
|
+
"output": "variable",
|
|
1016
1086
|
"tailwindClass": "*-surface",
|
|
1017
1087
|
"themeable": true,
|
|
1018
1088
|
"type": "color",
|
|
@@ -1027,6 +1097,7 @@
|
|
|
1027
1097
|
"surface",
|
|
1028
1098
|
"dim"
|
|
1029
1099
|
],
|
|
1100
|
+
"output": "variable",
|
|
1030
1101
|
"tailwindClass": "*-surface-dim",
|
|
1031
1102
|
"themeable": true,
|
|
1032
1103
|
"type": "color",
|
|
@@ -1041,6 +1112,7 @@
|
|
|
1041
1112
|
"surface",
|
|
1042
1113
|
"hover"
|
|
1043
1114
|
],
|
|
1115
|
+
"output": "variable",
|
|
1044
1116
|
"tailwindClass": "*-surface-hover",
|
|
1045
1117
|
"themeable": true,
|
|
1046
1118
|
"type": "color",
|
|
@@ -1055,6 +1127,7 @@
|
|
|
1055
1127
|
"warning",
|
|
1056
1128
|
"active"
|
|
1057
1129
|
],
|
|
1130
|
+
"output": "variable",
|
|
1058
1131
|
"tailwindClass": "*-warning-active",
|
|
1059
1132
|
"themeable": true,
|
|
1060
1133
|
"type": "color",
|
|
@@ -1069,6 +1142,7 @@
|
|
|
1069
1142
|
"warning",
|
|
1070
1143
|
"default"
|
|
1071
1144
|
],
|
|
1145
|
+
"output": "variable",
|
|
1072
1146
|
"tailwindClass": "*-warning",
|
|
1073
1147
|
"themeable": true,
|
|
1074
1148
|
"type": "color",
|
|
@@ -1083,6 +1157,7 @@
|
|
|
1083
1157
|
"warning",
|
|
1084
1158
|
"hover"
|
|
1085
1159
|
],
|
|
1160
|
+
"output": "variable",
|
|
1086
1161
|
"tailwindClass": "*-warning-hover",
|
|
1087
1162
|
"themeable": true,
|
|
1088
1163
|
"type": "color",
|
|
@@ -1097,6 +1172,7 @@
|
|
|
1097
1172
|
"warning",
|
|
1098
1173
|
"on-warning"
|
|
1099
1174
|
],
|
|
1175
|
+
"output": "variable",
|
|
1100
1176
|
"tailwindClass": "*-warning-on-warning",
|
|
1101
1177
|
"themeable": true,
|
|
1102
1178
|
"type": "color",
|
|
@@ -1111,6 +1187,7 @@
|
|
|
1111
1187
|
"border-radius",
|
|
1112
1188
|
"large"
|
|
1113
1189
|
],
|
|
1190
|
+
"output": "variable",
|
|
1114
1191
|
"tailwindClass": "rounded-large",
|
|
1115
1192
|
"themeable": false,
|
|
1116
1193
|
"type": "float",
|
|
@@ -1125,6 +1202,7 @@
|
|
|
1125
1202
|
"border-radius",
|
|
1126
1203
|
"medium"
|
|
1127
1204
|
],
|
|
1205
|
+
"output": "variable",
|
|
1128
1206
|
"tailwindClass": "rounded-medium",
|
|
1129
1207
|
"themeable": false,
|
|
1130
1208
|
"type": "float",
|
|
@@ -1139,6 +1217,7 @@
|
|
|
1139
1217
|
"border-radius",
|
|
1140
1218
|
"small"
|
|
1141
1219
|
],
|
|
1220
|
+
"output": "variable",
|
|
1142
1221
|
"tailwindClass": "rounded-small",
|
|
1143
1222
|
"themeable": false,
|
|
1144
1223
|
"type": "float",
|
|
@@ -1153,6 +1232,7 @@
|
|
|
1153
1232
|
"border-radius",
|
|
1154
1233
|
"x-large"
|
|
1155
1234
|
],
|
|
1235
|
+
"output": "variable",
|
|
1156
1236
|
"tailwindClass": "rounded-x-large",
|
|
1157
1237
|
"themeable": false,
|
|
1158
1238
|
"type": "float",
|
|
@@ -1167,6 +1247,7 @@
|
|
|
1167
1247
|
"border-radius",
|
|
1168
1248
|
"xx-large"
|
|
1169
1249
|
],
|
|
1250
|
+
"output": "variable",
|
|
1170
1251
|
"tailwindClass": "rounded-xx-large",
|
|
1171
1252
|
"themeable": false,
|
|
1172
1253
|
"type": "float",
|
|
@@ -1181,6 +1262,7 @@
|
|
|
1181
1262
|
"border-width",
|
|
1182
1263
|
"default"
|
|
1183
1264
|
],
|
|
1265
|
+
"output": "variable",
|
|
1184
1266
|
"tailwindClass": "border",
|
|
1185
1267
|
"themeable": false,
|
|
1186
1268
|
"type": "float",
|
|
@@ -1195,6 +1277,7 @@
|
|
|
1195
1277
|
"border-width",
|
|
1196
1278
|
"large"
|
|
1197
1279
|
],
|
|
1280
|
+
"output": "variable",
|
|
1198
1281
|
"tailwindClass": "border-large",
|
|
1199
1282
|
"themeable": false,
|
|
1200
1283
|
"type": "float",
|
|
@@ -1202,84 +1285,90 @@
|
|
|
1202
1285
|
},
|
|
1203
1286
|
{
|
|
1204
1287
|
"category": "semantic",
|
|
1205
|
-
"cssVariable":
|
|
1288
|
+
"cssVariable": null,
|
|
1206
1289
|
"id": "breakpoint-2xl",
|
|
1207
1290
|
"keyPath": [
|
|
1208
1291
|
"semantic",
|
|
1209
1292
|
"breakpoint",
|
|
1210
1293
|
"2xl"
|
|
1211
1294
|
],
|
|
1212
|
-
"
|
|
1295
|
+
"output": "value",
|
|
1296
|
+
"tailwindClass": "2xl:",
|
|
1213
1297
|
"themeable": false,
|
|
1214
1298
|
"type": "float",
|
|
1215
1299
|
"value": "1536px"
|
|
1216
1300
|
},
|
|
1217
1301
|
{
|
|
1218
1302
|
"category": "semantic",
|
|
1219
|
-
"cssVariable":
|
|
1303
|
+
"cssVariable": null,
|
|
1220
1304
|
"id": "breakpoint-lg",
|
|
1221
1305
|
"keyPath": [
|
|
1222
1306
|
"semantic",
|
|
1223
1307
|
"breakpoint",
|
|
1224
1308
|
"lg"
|
|
1225
1309
|
],
|
|
1226
|
-
"
|
|
1310
|
+
"output": "value",
|
|
1311
|
+
"tailwindClass": "lg:",
|
|
1227
1312
|
"themeable": false,
|
|
1228
1313
|
"type": "float",
|
|
1229
1314
|
"value": "1024px"
|
|
1230
1315
|
},
|
|
1231
1316
|
{
|
|
1232
1317
|
"category": "semantic",
|
|
1233
|
-
"cssVariable":
|
|
1318
|
+
"cssVariable": null,
|
|
1234
1319
|
"id": "breakpoint-md",
|
|
1235
1320
|
"keyPath": [
|
|
1236
1321
|
"semantic",
|
|
1237
1322
|
"breakpoint",
|
|
1238
1323
|
"md"
|
|
1239
1324
|
],
|
|
1240
|
-
"
|
|
1325
|
+
"output": "value",
|
|
1326
|
+
"tailwindClass": "md:",
|
|
1241
1327
|
"themeable": false,
|
|
1242
1328
|
"type": "float",
|
|
1243
1329
|
"value": "768px"
|
|
1244
1330
|
},
|
|
1245
1331
|
{
|
|
1246
1332
|
"category": "semantic",
|
|
1247
|
-
"cssVariable":
|
|
1333
|
+
"cssVariable": null,
|
|
1248
1334
|
"id": "breakpoint-sm",
|
|
1249
1335
|
"keyPath": [
|
|
1250
1336
|
"semantic",
|
|
1251
1337
|
"breakpoint",
|
|
1252
1338
|
"sm"
|
|
1253
1339
|
],
|
|
1254
|
-
"
|
|
1340
|
+
"output": "value",
|
|
1341
|
+
"tailwindClass": "sm:",
|
|
1255
1342
|
"themeable": false,
|
|
1256
1343
|
"type": "float",
|
|
1257
1344
|
"value": "600px"
|
|
1258
1345
|
},
|
|
1259
1346
|
{
|
|
1260
1347
|
"category": "semantic",
|
|
1261
|
-
"cssVariable":
|
|
1348
|
+
"cssVariable": null,
|
|
1262
1349
|
"id": "breakpoint-xl",
|
|
1263
1350
|
"keyPath": [
|
|
1264
1351
|
"semantic",
|
|
1265
1352
|
"breakpoint",
|
|
1266
1353
|
"xl"
|
|
1267
1354
|
],
|
|
1268
|
-
"
|
|
1355
|
+
"output": "value",
|
|
1356
|
+
"tailwindClass": "xl:",
|
|
1269
1357
|
"themeable": false,
|
|
1270
1358
|
"type": "float",
|
|
1271
1359
|
"value": "1280px"
|
|
1272
1360
|
},
|
|
1273
1361
|
{
|
|
1274
1362
|
"category": "semantic",
|
|
1275
|
-
"cssVariable":
|
|
1363
|
+
"cssVariable": null,
|
|
1276
1364
|
"id": "breakpoint-xs",
|
|
1277
1365
|
"keyPath": [
|
|
1278
1366
|
"semantic",
|
|
1279
1367
|
"breakpoint",
|
|
1280
1368
|
"xs"
|
|
1281
1369
|
],
|
|
1282
|
-
"
|
|
1370
|
+
"output": "value",
|
|
1371
|
+
"tailwindClass": "xs:",
|
|
1283
1372
|
"themeable": false,
|
|
1284
1373
|
"type": "float",
|
|
1285
1374
|
"value": "390px"
|
|
@@ -1293,6 +1382,7 @@
|
|
|
1293
1382
|
"shadow",
|
|
1294
1383
|
"big"
|
|
1295
1384
|
],
|
|
1385
|
+
"output": "variable",
|
|
1296
1386
|
"tailwindClass": "shadow-big",
|
|
1297
1387
|
"themeable": true,
|
|
1298
1388
|
"type": "shadow",
|
|
@@ -1307,6 +1397,7 @@
|
|
|
1307
1397
|
"shadow",
|
|
1308
1398
|
"default"
|
|
1309
1399
|
],
|
|
1400
|
+
"output": "variable",
|
|
1310
1401
|
"tailwindClass": "shadow",
|
|
1311
1402
|
"themeable": true,
|
|
1312
1403
|
"type": "shadow",
|
|
@@ -1321,6 +1412,7 @@
|
|
|
1321
1412
|
"shadow",
|
|
1322
1413
|
"mid"
|
|
1323
1414
|
],
|
|
1415
|
+
"output": "variable",
|
|
1324
1416
|
"tailwindClass": "shadow-mid",
|
|
1325
1417
|
"themeable": true,
|
|
1326
1418
|
"type": "shadow",
|
|
@@ -1335,6 +1427,7 @@
|
|
|
1335
1427
|
"spacing",
|
|
1336
1428
|
"large"
|
|
1337
1429
|
],
|
|
1430
|
+
"output": "variable",
|
|
1338
1431
|
"tailwindClass": "*-large",
|
|
1339
1432
|
"themeable": false,
|
|
1340
1433
|
"type": "float",
|
|
@@ -1349,6 +1442,7 @@
|
|
|
1349
1442
|
"spacing",
|
|
1350
1443
|
"medium"
|
|
1351
1444
|
],
|
|
1445
|
+
"output": "variable",
|
|
1352
1446
|
"tailwindClass": "*-medium",
|
|
1353
1447
|
"themeable": false,
|
|
1354
1448
|
"type": "float",
|
|
@@ -1363,6 +1457,7 @@
|
|
|
1363
1457
|
"spacing",
|
|
1364
1458
|
"small"
|
|
1365
1459
|
],
|
|
1460
|
+
"output": "variable",
|
|
1366
1461
|
"tailwindClass": "*-small",
|
|
1367
1462
|
"themeable": false,
|
|
1368
1463
|
"type": "float",
|
|
@@ -1377,6 +1472,7 @@
|
|
|
1377
1472
|
"spacing",
|
|
1378
1473
|
"x-large"
|
|
1379
1474
|
],
|
|
1475
|
+
"output": "variable",
|
|
1380
1476
|
"tailwindClass": "*-x-large",
|
|
1381
1477
|
"themeable": false,
|
|
1382
1478
|
"type": "float",
|
|
@@ -1391,6 +1487,7 @@
|
|
|
1391
1487
|
"spacing",
|
|
1392
1488
|
"x-small"
|
|
1393
1489
|
],
|
|
1490
|
+
"output": "variable",
|
|
1394
1491
|
"tailwindClass": "*-x-small",
|
|
1395
1492
|
"themeable": false,
|
|
1396
1493
|
"type": "float",
|
|
@@ -1405,6 +1502,7 @@
|
|
|
1405
1502
|
"spacing",
|
|
1406
1503
|
"xx-large"
|
|
1407
1504
|
],
|
|
1505
|
+
"output": "variable",
|
|
1408
1506
|
"tailwindClass": "*-xx-large",
|
|
1409
1507
|
"themeable": false,
|
|
1410
1508
|
"type": "float",
|
|
@@ -1419,6 +1517,7 @@
|
|
|
1419
1517
|
"spacing",
|
|
1420
1518
|
"xx-small"
|
|
1421
1519
|
],
|
|
1520
|
+
"output": "variable",
|
|
1422
1521
|
"tailwindClass": "*-xx-small",
|
|
1423
1522
|
"themeable": false,
|
|
1424
1523
|
"type": "float",
|
|
@@ -1434,6 +1533,7 @@
|
|
|
1434
1533
|
"font-family",
|
|
1435
1534
|
"display"
|
|
1436
1535
|
],
|
|
1536
|
+
"output": "variable",
|
|
1437
1537
|
"tailwindClass": "font-display",
|
|
1438
1538
|
"themeable": false,
|
|
1439
1539
|
"type": "string",
|
|
@@ -1449,6 +1549,7 @@
|
|
|
1449
1549
|
"font-family",
|
|
1450
1550
|
"monospace"
|
|
1451
1551
|
],
|
|
1552
|
+
"output": "variable",
|
|
1452
1553
|
"tailwindClass": "font-monospace",
|
|
1453
1554
|
"themeable": false,
|
|
1454
1555
|
"type": "string",
|
|
@@ -1464,6 +1565,7 @@
|
|
|
1464
1565
|
"font-family",
|
|
1465
1566
|
"primary"
|
|
1466
1567
|
],
|
|
1568
|
+
"output": "variable",
|
|
1467
1569
|
"tailwindClass": "font-primary",
|
|
1468
1570
|
"themeable": false,
|
|
1469
1571
|
"type": "string",
|
|
@@ -1479,6 +1581,7 @@
|
|
|
1479
1581
|
"font-size",
|
|
1480
1582
|
"large"
|
|
1481
1583
|
],
|
|
1584
|
+
"output": "variable",
|
|
1482
1585
|
"tailwindClass": "text-large",
|
|
1483
1586
|
"themeable": false,
|
|
1484
1587
|
"type": "float",
|
|
@@ -1494,6 +1597,7 @@
|
|
|
1494
1597
|
"font-size",
|
|
1495
1598
|
"medium"
|
|
1496
1599
|
],
|
|
1600
|
+
"output": "variable",
|
|
1497
1601
|
"tailwindClass": "text-medium",
|
|
1498
1602
|
"themeable": false,
|
|
1499
1603
|
"type": "float",
|
|
@@ -1509,6 +1613,7 @@
|
|
|
1509
1613
|
"font-size",
|
|
1510
1614
|
"small"
|
|
1511
1615
|
],
|
|
1616
|
+
"output": "variable",
|
|
1512
1617
|
"tailwindClass": "text-small",
|
|
1513
1618
|
"themeable": false,
|
|
1514
1619
|
"type": "float",
|
|
@@ -1524,6 +1629,7 @@
|
|
|
1524
1629
|
"font-size",
|
|
1525
1630
|
"x-large"
|
|
1526
1631
|
],
|
|
1632
|
+
"output": "variable",
|
|
1527
1633
|
"tailwindClass": "text-x-large",
|
|
1528
1634
|
"themeable": false,
|
|
1529
1635
|
"type": "float",
|
|
@@ -1539,6 +1645,7 @@
|
|
|
1539
1645
|
"font-size",
|
|
1540
1646
|
"x-small"
|
|
1541
1647
|
],
|
|
1648
|
+
"output": "variable",
|
|
1542
1649
|
"tailwindClass": "text-x-small",
|
|
1543
1650
|
"themeable": false,
|
|
1544
1651
|
"type": "float",
|
|
@@ -1554,6 +1661,7 @@
|
|
|
1554
1661
|
"font-size",
|
|
1555
1662
|
"xx-large"
|
|
1556
1663
|
],
|
|
1664
|
+
"output": "variable",
|
|
1557
1665
|
"tailwindClass": "text-xx-large",
|
|
1558
1666
|
"themeable": false,
|
|
1559
1667
|
"type": "float",
|
|
@@ -1569,6 +1677,7 @@
|
|
|
1569
1677
|
"font-size",
|
|
1570
1678
|
"xx-small"
|
|
1571
1679
|
],
|
|
1680
|
+
"output": "variable",
|
|
1572
1681
|
"tailwindClass": "text-xx-small",
|
|
1573
1682
|
"themeable": false,
|
|
1574
1683
|
"type": "float",
|
|
@@ -1584,6 +1693,7 @@
|
|
|
1584
1693
|
"font-size",
|
|
1585
1694
|
"xxx-large"
|
|
1586
1695
|
],
|
|
1696
|
+
"output": "variable",
|
|
1587
1697
|
"tailwindClass": "text-xxx-large",
|
|
1588
1698
|
"themeable": false,
|
|
1589
1699
|
"type": "float",
|
|
@@ -1599,6 +1709,7 @@
|
|
|
1599
1709
|
"font-size",
|
|
1600
1710
|
"xxxx-large"
|
|
1601
1711
|
],
|
|
1712
|
+
"output": "variable",
|
|
1602
1713
|
"tailwindClass": "text-xxxx-large",
|
|
1603
1714
|
"themeable": false,
|
|
1604
1715
|
"type": "float",
|
|
@@ -1614,6 +1725,7 @@
|
|
|
1614
1725
|
"font-size",
|
|
1615
1726
|
"xxxxx-large"
|
|
1616
1727
|
],
|
|
1728
|
+
"output": "variable",
|
|
1617
1729
|
"tailwindClass": "text-xxxxx-large",
|
|
1618
1730
|
"themeable": false,
|
|
1619
1731
|
"type": "float",
|
|
@@ -1629,6 +1741,7 @@
|
|
|
1629
1741
|
"font-weight",
|
|
1630
1742
|
"bold"
|
|
1631
1743
|
],
|
|
1744
|
+
"output": "variable",
|
|
1632
1745
|
"tailwindClass": "font-bold",
|
|
1633
1746
|
"themeable": false,
|
|
1634
1747
|
"type": "float",
|
|
@@ -1644,6 +1757,7 @@
|
|
|
1644
1757
|
"font-weight",
|
|
1645
1758
|
"light"
|
|
1646
1759
|
],
|
|
1760
|
+
"output": "variable",
|
|
1647
1761
|
"tailwindClass": "font-light",
|
|
1648
1762
|
"themeable": false,
|
|
1649
1763
|
"type": "float",
|
|
@@ -1659,6 +1773,7 @@
|
|
|
1659
1773
|
"font-weight",
|
|
1660
1774
|
"medium"
|
|
1661
1775
|
],
|
|
1776
|
+
"output": "variable",
|
|
1662
1777
|
"tailwindClass": "font-medium",
|
|
1663
1778
|
"themeable": false,
|
|
1664
1779
|
"type": "float",
|
|
@@ -1674,6 +1789,7 @@
|
|
|
1674
1789
|
"font-weight",
|
|
1675
1790
|
"regular"
|
|
1676
1791
|
],
|
|
1792
|
+
"output": "variable",
|
|
1677
1793
|
"tailwindClass": "font-regular",
|
|
1678
1794
|
"themeable": false,
|
|
1679
1795
|
"type": "float",
|
|
@@ -1689,6 +1805,7 @@
|
|
|
1689
1805
|
"letter-spacing",
|
|
1690
1806
|
"default"
|
|
1691
1807
|
],
|
|
1808
|
+
"output": "variable",
|
|
1692
1809
|
"tailwindClass": "tracking",
|
|
1693
1810
|
"themeable": false,
|
|
1694
1811
|
"type": "float",
|
|
@@ -1704,6 +1821,7 @@
|
|
|
1704
1821
|
"letter-spacing",
|
|
1705
1822
|
"wide"
|
|
1706
1823
|
],
|
|
1824
|
+
"output": "variable",
|
|
1707
1825
|
"tailwindClass": "tracking-wide",
|
|
1708
1826
|
"themeable": false,
|
|
1709
1827
|
"type": "float",
|
|
@@ -1719,6 +1837,7 @@
|
|
|
1719
1837
|
"line-height",
|
|
1720
1838
|
"expansive"
|
|
1721
1839
|
],
|
|
1840
|
+
"output": "variable",
|
|
1722
1841
|
"tailwindClass": "leading-expansive",
|
|
1723
1842
|
"themeable": false,
|
|
1724
1843
|
"type": "float",
|
|
@@ -1734,6 +1853,7 @@
|
|
|
1734
1853
|
"line-height",
|
|
1735
1854
|
"extra-loose"
|
|
1736
1855
|
],
|
|
1856
|
+
"output": "variable",
|
|
1737
1857
|
"tailwindClass": "leading-extra-loose",
|
|
1738
1858
|
"themeable": false,
|
|
1739
1859
|
"type": "float",
|
|
@@ -1749,6 +1869,7 @@
|
|
|
1749
1869
|
"line-height",
|
|
1750
1870
|
"loose"
|
|
1751
1871
|
],
|
|
1872
|
+
"output": "variable",
|
|
1752
1873
|
"tailwindClass": "leading-loose",
|
|
1753
1874
|
"themeable": false,
|
|
1754
1875
|
"type": "float",
|
|
@@ -1764,6 +1885,7 @@
|
|
|
1764
1885
|
"line-height",
|
|
1765
1886
|
"medium"
|
|
1766
1887
|
],
|
|
1888
|
+
"output": "variable",
|
|
1767
1889
|
"tailwindClass": "leading-medium",
|
|
1768
1890
|
"themeable": false,
|
|
1769
1891
|
"type": "float",
|
|
@@ -1779,6 +1901,7 @@
|
|
|
1779
1901
|
"line-height",
|
|
1780
1902
|
"spacious"
|
|
1781
1903
|
],
|
|
1904
|
+
"output": "variable",
|
|
1782
1905
|
"tailwindClass": "leading-spacious",
|
|
1783
1906
|
"themeable": false,
|
|
1784
1907
|
"type": "float",
|
|
@@ -1794,6 +1917,7 @@
|
|
|
1794
1917
|
"line-height",
|
|
1795
1918
|
"sprawling"
|
|
1796
1919
|
],
|
|
1920
|
+
"output": "variable",
|
|
1797
1921
|
"tailwindClass": "leading-sprawling",
|
|
1798
1922
|
"themeable": false,
|
|
1799
1923
|
"type": "float",
|
|
@@ -1809,6 +1933,7 @@
|
|
|
1809
1933
|
"line-height",
|
|
1810
1934
|
"tight"
|
|
1811
1935
|
],
|
|
1936
|
+
"output": "variable",
|
|
1812
1937
|
"tailwindClass": "leading-tight",
|
|
1813
1938
|
"themeable": false,
|
|
1814
1939
|
"type": "float",
|
|
@@ -1824,6 +1949,7 @@
|
|
|
1824
1949
|
"line-height",
|
|
1825
1950
|
"wide"
|
|
1826
1951
|
],
|
|
1952
|
+
"output": "variable",
|
|
1827
1953
|
"tailwindClass": "leading-wide",
|
|
1828
1954
|
"themeable": false,
|
|
1829
1955
|
"type": "float",
|
|
@@ -1839,6 +1965,7 @@
|
|
|
1839
1965
|
"text-transform",
|
|
1840
1966
|
"default"
|
|
1841
1967
|
],
|
|
1968
|
+
"output": "variable",
|
|
1842
1969
|
"tailwindClass": "typography-text-transform-default",
|
|
1843
1970
|
"themeable": false,
|
|
1844
1971
|
"type": "string",
|
|
@@ -1854,6 +1981,7 @@
|
|
|
1854
1981
|
"text-transform",
|
|
1855
1982
|
"uppercase"
|
|
1856
1983
|
],
|
|
1984
|
+
"output": "variable",
|
|
1857
1985
|
"tailwindClass": "typography-text-transform-uppercase",
|
|
1858
1986
|
"themeable": false,
|
|
1859
1987
|
"type": "string",
|