@frontify/fondue 12.10.3 → 13.0.0-beta.1

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