@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,730 @@
1
+ {
2
+ "text": {
3
+ "body": {
4
+ "large": {
5
+ "default": {
6
+ "font-family": {
7
+ "name": "text-body-large-default-font-family",
8
+ "type": "string",
9
+ "value": "ref_typography/font-family/primary"
10
+ },
11
+ "font-size": {
12
+ "name": "text-body-large-default-font-size",
13
+ "type": "float",
14
+ "value": "ref_typography/font-size/large"
15
+ },
16
+ "font-weight": {
17
+ "name": "text-body-large-default-font-weight",
18
+ "type": "float",
19
+ "value": "ref_typography/font-weight/regular"
20
+ },
21
+ "letter-casing": {
22
+ "name": "text-body-large-default-letter-casing",
23
+ "type": "string",
24
+ "value": "ref_typography/text-transform/default"
25
+ },
26
+ "letter-spacing": {
27
+ "name": "text-body-large-default-letter-spacing",
28
+ "type": "float",
29
+ "value": "ref_typography/letter-spacing/default"
30
+ },
31
+ "line-height": {
32
+ "name": "text-body-large-default-line-height",
33
+ "type": "float",
34
+ "value": "ref_typography/line-height/wide"
35
+ }
36
+ },
37
+ "strong": {
38
+ "font-family": {
39
+ "name": "text-body-large-strong-font-family",
40
+ "type": "string",
41
+ "value": "ref_typography/font-family/primary"
42
+ },
43
+ "font-size": {
44
+ "name": "text-body-large-strong-font-size",
45
+ "type": "float",
46
+ "value": "ref_typography/font-size/large"
47
+ },
48
+ "font-weight": {
49
+ "name": "text-body-large-strong-font-weight",
50
+ "type": "float",
51
+ "value": "ref_typography/font-weight/medium"
52
+ },
53
+ "letter-casing": {
54
+ "name": "text-body-large-strong-letter-casing",
55
+ "type": "string",
56
+ "value": "ref_typography/text-transform/default"
57
+ },
58
+ "letter-spacing": {
59
+ "name": "text-body-large-strong-letter-spacing",
60
+ "type": "float",
61
+ "value": "ref_typography/letter-spacing/default"
62
+ },
63
+ "line-height": {
64
+ "name": "text-body-large-strong-line-height",
65
+ "type": "float",
66
+ "value": "ref_typography/line-height/wide"
67
+ }
68
+ },
69
+ "x-strong": {
70
+ "font-family": {
71
+ "name": "text-body-large-x-strong-font-family",
72
+ "type": "string",
73
+ "value": "ref_typography/font-family/primary"
74
+ },
75
+ "font-size": {
76
+ "name": "text-body-large-x-strong-font-size",
77
+ "type": "float",
78
+ "value": "ref_typography/font-size/large"
79
+ },
80
+ "font-weight": {
81
+ "name": "text-body-large-x-strong-font-weight",
82
+ "type": "float",
83
+ "value": "ref_typography/font-weight/bold"
84
+ },
85
+ "letter-casing": {
86
+ "name": "text-body-large-x-strong-letter-casing",
87
+ "type": "string",
88
+ "value": "ref_typography/text-transform/default"
89
+ },
90
+ "letter-spacing": {
91
+ "name": "text-body-large-x-strong-letter-spacing",
92
+ "type": "float",
93
+ "value": "ref_typography/letter-spacing/default"
94
+ },
95
+ "line-height": {
96
+ "name": "text-body-large-x-strong-line-height",
97
+ "type": "float",
98
+ "value": "ref_typography/line-height/wide"
99
+ }
100
+ }
101
+ },
102
+ "medium": {
103
+ "default": {
104
+ "font-family": {
105
+ "name": "text-body-medium-default-font-family",
106
+ "type": "string",
107
+ "value": "ref_typography/font-family/primary"
108
+ },
109
+ "font-size": {
110
+ "name": "text-body-medium-default-font-size",
111
+ "type": "float",
112
+ "value": "ref_typography/font-size/medium"
113
+ },
114
+ "font-weight": {
115
+ "name": "text-body-medium-default-font-weight",
116
+ "type": "float",
117
+ "value": "ref_typography/font-weight/regular"
118
+ },
119
+ "letter-casing": {
120
+ "name": "text-body-medium-default-letter-casing",
121
+ "type": "string",
122
+ "value": "ref_typography/text-transform/default"
123
+ },
124
+ "letter-spacing": {
125
+ "name": "text-body-medium-default-letter-spacing",
126
+ "type": "float",
127
+ "value": "ref_typography/letter-spacing/default"
128
+ },
129
+ "line-height": {
130
+ "name": "text-body-medium-default-line-height",
131
+ "type": "float",
132
+ "value": "ref_typography/line-height/medium"
133
+ }
134
+ },
135
+ "strong": {
136
+ "font-family": {
137
+ "name": "text-body-medium-strong-font-family",
138
+ "type": "string",
139
+ "value": "ref_typography/font-family/primary"
140
+ },
141
+ "font-size": {
142
+ "name": "text-body-medium-strong-font-size",
143
+ "type": "float",
144
+ "value": "ref_typography/font-size/medium"
145
+ },
146
+ "font-weight": {
147
+ "name": "text-body-medium-strong-font-weight",
148
+ "type": "float",
149
+ "value": "ref_typography/font-weight/medium"
150
+ },
151
+ "letter-casing": {
152
+ "name": "text-body-medium-strong-letter-casing",
153
+ "type": "string",
154
+ "value": "ref_typography/text-transform/default"
155
+ },
156
+ "letter-spacing": {
157
+ "name": "text-body-medium-strong-letter-spacing",
158
+ "type": "float",
159
+ "value": "ref_typography/letter-spacing/default"
160
+ },
161
+ "line-height": {
162
+ "name": "text-body-medium-strong-line-height",
163
+ "type": "float",
164
+ "value": "ref_typography/line-height/medium"
165
+ }
166
+ },
167
+ "x-strong": {
168
+ "font-family": {
169
+ "name": "text-body-medium-x-strong-font-family",
170
+ "type": "string",
171
+ "value": "ref_typography/font-family/primary"
172
+ },
173
+ "font-size": {
174
+ "name": "text-body-medium-x-strong-font-size",
175
+ "type": "float",
176
+ "value": "ref_typography/font-size/medium"
177
+ },
178
+ "font-weight": {
179
+ "name": "text-body-medium-x-strong-font-weight",
180
+ "type": "float",
181
+ "value": "ref_typography/font-weight/bold"
182
+ },
183
+ "letter-casing": {
184
+ "name": "text-body-medium-x-strong-letter-casing",
185
+ "type": "string",
186
+ "value": "ref_typography/text-transform/default"
187
+ },
188
+ "letter-spacing": {
189
+ "name": "text-body-medium-x-strong-letter-spacing",
190
+ "type": "float",
191
+ "value": "ref_typography/letter-spacing/default"
192
+ },
193
+ "line-height": {
194
+ "name": "text-body-medium-x-strong-line-height",
195
+ "type": "float",
196
+ "value": "ref_typography/line-height/medium"
197
+ }
198
+ }
199
+ },
200
+ "small": {
201
+ "default": {
202
+ "font-family": {
203
+ "name": "text-body-small-default-font-family",
204
+ "type": "string",
205
+ "value": "ref_typography/font-family/primary"
206
+ },
207
+ "font-size": {
208
+ "name": "text-body-small-default-font-size",
209
+ "type": "float",
210
+ "value": "ref_typography/font-size/small"
211
+ },
212
+ "font-weight": {
213
+ "name": "text-body-small-default-font-weight",
214
+ "type": "float",
215
+ "value": "ref_typography/font-weight/regular"
216
+ },
217
+ "letter-casing": {
218
+ "name": "text-body-small-default-letter-casing",
219
+ "type": "string",
220
+ "value": "ref_typography/text-transform/default"
221
+ },
222
+ "letter-spacing": {
223
+ "name": "text-body-small-default-letter-spacing",
224
+ "type": "float",
225
+ "value": "ref_typography/letter-spacing/default"
226
+ },
227
+ "line-height": {
228
+ "name": "text-body-small-default-line-height",
229
+ "type": "float",
230
+ "value": "ref_typography/line-height/tight"
231
+ }
232
+ },
233
+ "strong": {
234
+ "font-family": {
235
+ "name": "text-body-small-strong-font-family",
236
+ "type": "string",
237
+ "value": "ref_typography/font-family/primary"
238
+ },
239
+ "font-size": {
240
+ "name": "text-body-small-strong-font-size",
241
+ "type": "float",
242
+ "value": "ref_typography/font-size/small"
243
+ },
244
+ "font-weight": {
245
+ "name": "text-body-small-strong-font-weight",
246
+ "type": "float",
247
+ "value": "ref_typography/font-weight/medium"
248
+ },
249
+ "letter-casing": {
250
+ "name": "text-body-small-strong-letter-casing",
251
+ "type": "string",
252
+ "value": "ref_typography/text-transform/default"
253
+ },
254
+ "letter-spacing": {
255
+ "name": "text-body-small-strong-letter-spacing",
256
+ "type": "float",
257
+ "value": "ref_typography/letter-spacing/default"
258
+ },
259
+ "line-height": {
260
+ "name": "text-body-small-strong-line-height",
261
+ "type": "float",
262
+ "value": "ref_typography/line-height/tight"
263
+ }
264
+ },
265
+ "x-strong": {
266
+ "font-family": {
267
+ "name": "text-body-small-x-strong-font-family",
268
+ "type": "string",
269
+ "value": "ref_typography/font-family/primary"
270
+ },
271
+ "font-size": {
272
+ "name": "text-body-small-x-strong-font-size",
273
+ "type": "float",
274
+ "value": "ref_typography/font-size/small"
275
+ },
276
+ "font-weight": {
277
+ "name": "text-body-small-x-strong-font-weight",
278
+ "type": "float",
279
+ "value": "ref_typography/font-weight/bold"
280
+ },
281
+ "letter-casing": {
282
+ "name": "text-body-small-x-strong-letter-casing",
283
+ "type": "string",
284
+ "value": "ref_typography/text-transform/default"
285
+ },
286
+ "letter-spacing": {
287
+ "name": "text-body-small-x-strong-letter-spacing",
288
+ "type": "float",
289
+ "value": "ref_typography/letter-spacing/default"
290
+ },
291
+ "line-height": {
292
+ "name": "text-body-small-x-strong-line-height",
293
+ "type": "float",
294
+ "value": "ref_typography/line-height/tight"
295
+ }
296
+ }
297
+ },
298
+ "x-small": {
299
+ "default": {
300
+ "font-family": {
301
+ "name": "text-body-x-small-default-font-family",
302
+ "type": "string",
303
+ "value": "ref_typography/font-family/primary"
304
+ },
305
+ "font-size": {
306
+ "name": "text-body-x-small-default-font-size",
307
+ "type": "float",
308
+ "value": "ref_typography/font-size/x-small"
309
+ },
310
+ "font-weight": {
311
+ "name": "text-body-x-small-default-font-weight",
312
+ "type": "float",
313
+ "value": "ref_typography/font-weight/regular"
314
+ },
315
+ "letter-casing": {
316
+ "name": "text-body-x-small-default-letter-casing",
317
+ "type": "string",
318
+ "value": "ref_typography/text-transform/default"
319
+ },
320
+ "letter-spacing": {
321
+ "name": "text-body-x-small-default-letter-spacing",
322
+ "type": "float",
323
+ "value": "ref_typography/letter-spacing/default"
324
+ },
325
+ "line-height": {
326
+ "name": "text-body-x-small-default-line-height",
327
+ "type": "float",
328
+ "value": "ref_typography/line-height/tight"
329
+ }
330
+ },
331
+ "strong": {
332
+ "font-family": {
333
+ "name": "text-body-x-small-strong-font-family",
334
+ "type": "string",
335
+ "value": "ref_typography/font-family/primary"
336
+ },
337
+ "font-size": {
338
+ "name": "text-body-x-small-strong-font-size",
339
+ "type": "float",
340
+ "value": "ref_typography/font-size/x-small"
341
+ },
342
+ "font-weight": {
343
+ "name": "text-body-x-small-strong-font-weight",
344
+ "type": "float",
345
+ "value": "ref_typography/font-weight/medium"
346
+ },
347
+ "letter-casing": {
348
+ "name": "text-body-x-small-strong-letter-casing",
349
+ "type": "string",
350
+ "value": "ref_typography/text-transform/default"
351
+ },
352
+ "letter-spacing": {
353
+ "name": "text-body-x-small-strong-letter-spacing",
354
+ "type": "float",
355
+ "value": "ref_typography/letter-spacing/default"
356
+ },
357
+ "line-height": {
358
+ "name": "text-body-x-small-strong-line-height",
359
+ "type": "float",
360
+ "value": "ref_typography/line-height/tight"
361
+ }
362
+ },
363
+ "x-strong": {
364
+ "font-family": {
365
+ "name": "text-body-x-small-x-strong-font-family",
366
+ "type": "string",
367
+ "value": "ref_typography/font-family/primary"
368
+ },
369
+ "font-size": {
370
+ "name": "text-body-x-small-x-strong-font-size",
371
+ "type": "float",
372
+ "value": "ref_typography/font-size/x-small"
373
+ },
374
+ "font-weight": {
375
+ "name": "text-body-x-small-x-strong-font-weight",
376
+ "type": "float",
377
+ "value": "ref_typography/font-weight/bold"
378
+ },
379
+ "letter-casing": {
380
+ "name": "text-body-x-small-x-strong-letter-casing",
381
+ "type": "string",
382
+ "value": "ref_typography/text-transform/default"
383
+ },
384
+ "letter-spacing": {
385
+ "name": "text-body-x-small-x-strong-letter-spacing",
386
+ "type": "float",
387
+ "value": "ref_typography/letter-spacing/default"
388
+ },
389
+ "line-height": {
390
+ "name": "text-body-x-small-x-strong-line-height",
391
+ "type": "float",
392
+ "value": "ref_typography/line-height/tight"
393
+ }
394
+ }
395
+ }
396
+ },
397
+ "heading": {
398
+ "category": {
399
+ "default": {
400
+ "font-family": {
401
+ "name": "text-heading-category-default-font-family",
402
+ "type": "string",
403
+ "value": "ref_typography/font-family/primary"
404
+ },
405
+ "font-size": {
406
+ "name": "text-heading-category-default-font-size",
407
+ "type": "float",
408
+ "value": "ref_typography/font-size/xx-small"
409
+ },
410
+ "font-weight": {
411
+ "name": "text-heading-category-default-font-weight",
412
+ "type": "float",
413
+ "value": "ref_typography/font-weight/medium"
414
+ },
415
+ "letter-casing": {
416
+ "name": "text-heading-category-default-letter-casing",
417
+ "type": "string",
418
+ "value": "ref_typography/text-transform/uppercase"
419
+ },
420
+ "letter-spacing": {
421
+ "name": "text-heading-category-default-letter-spacing",
422
+ "type": "float",
423
+ "value": "ref_typography/letter-spacing/wide"
424
+ },
425
+ "line-height": {
426
+ "name": "text-heading-category-default-line-height",
427
+ "type": "float",
428
+ "value": "ref_typography/line-height/tight"
429
+ }
430
+ },
431
+ "strong": {
432
+ "font-family": {
433
+ "name": "text-heading-category-strong-font-family",
434
+ "type": "string",
435
+ "value": "ref_typography/font-family/primary"
436
+ },
437
+ "font-size": {
438
+ "name": "text-heading-category-strong-font-size",
439
+ "type": "float",
440
+ "value": "ref_typography/font-size/xx-small"
441
+ },
442
+ "font-weight": {
443
+ "name": "text-heading-category-strong-font-weight",
444
+ "type": "float",
445
+ "value": "ref_typography/font-weight/bold"
446
+ },
447
+ "letter-casing": {
448
+ "name": "text-heading-category-strong-letter-casing",
449
+ "type": "string",
450
+ "value": "ref_typography/text-transform/uppercase"
451
+ },
452
+ "letter-spacing": {
453
+ "name": "text-heading-category-strong-letter-spacing",
454
+ "type": "float",
455
+ "value": "ref_typography/letter-spacing/wide"
456
+ },
457
+ "line-height": {
458
+ "name": "text-heading-category-strong-line-height",
459
+ "type": "float",
460
+ "value": "ref_typography/line-height/tight"
461
+ }
462
+ }
463
+ },
464
+ "large": {
465
+ "default": {
466
+ "font-family": {
467
+ "name": "text-heading-large-default-font-family",
468
+ "type": "string",
469
+ "value": "ref_typography/font-family/primary"
470
+ },
471
+ "font-size": {
472
+ "name": "text-heading-large-default-font-size",
473
+ "type": "float",
474
+ "value": "ref_typography/font-size/large"
475
+ },
476
+ "font-weight": {
477
+ "name": "text-heading-large-default-font-weight",
478
+ "type": "float",
479
+ "value": "ref_typography/font-weight/medium"
480
+ },
481
+ "letter-casing": {
482
+ "name": "text-heading-large-default-letter-casing",
483
+ "type": "string",
484
+ "value": "ref_typography/text-transform/default"
485
+ },
486
+ "letter-spacing": {
487
+ "name": "text-heading-large-default-letter-spacing",
488
+ "type": "float",
489
+ "value": "ref_typography/letter-spacing/default"
490
+ },
491
+ "line-height": {
492
+ "name": "text-heading-large-default-line-height",
493
+ "type": "float",
494
+ "value": "ref_typography/line-height/wide"
495
+ }
496
+ },
497
+ "strong": {
498
+ "font-family": {
499
+ "name": "text-heading-large-strong-font-family",
500
+ "type": "string",
501
+ "value": "ref_typography/font-family/primary"
502
+ },
503
+ "font-size": {
504
+ "name": "text-heading-large-strong-font-size",
505
+ "type": "float",
506
+ "value": "ref_typography/font-size/large"
507
+ },
508
+ "font-weight": {
509
+ "name": "text-heading-large-strong-font-weight",
510
+ "type": "float",
511
+ "value": "ref_typography/font-weight/bold"
512
+ },
513
+ "letter-casing": {
514
+ "name": "text-heading-large-strong-letter-casing",
515
+ "type": "string",
516
+ "value": "ref_typography/text-transform/default"
517
+ },
518
+ "letter-spacing": {
519
+ "name": "text-heading-large-strong-letter-spacing",
520
+ "type": "float",
521
+ "value": "ref_typography/letter-spacing/default"
522
+ },
523
+ "line-height": {
524
+ "name": "text-heading-large-strong-line-height",
525
+ "type": "float",
526
+ "value": "ref_typography/line-height/wide"
527
+ }
528
+ }
529
+ },
530
+ "medium": {
531
+ "default": {
532
+ "font-family": {
533
+ "name": "text-heading-medium-default-font-family",
534
+ "type": "string",
535
+ "value": "ref_typography/font-family/primary"
536
+ },
537
+ "font-size": {
538
+ "name": "text-heading-medium-default-font-size",
539
+ "type": "float",
540
+ "value": "ref_typography/font-size/medium"
541
+ },
542
+ "font-weight": {
543
+ "name": "text-heading-medium-default-font-weight",
544
+ "type": "float",
545
+ "value": "ref_typography/font-weight/medium"
546
+ },
547
+ "letter-casing": {
548
+ "name": "text-heading-medium-default-letter-casing",
549
+ "type": "string",
550
+ "value": "ref_typography/text-transform/default"
551
+ },
552
+ "letter-spacing": {
553
+ "name": "text-heading-medium-default-letter-spacing",
554
+ "type": "float",
555
+ "value": "ref_typography/letter-spacing/default"
556
+ },
557
+ "line-height": {
558
+ "name": "text-heading-medium-default-line-height",
559
+ "type": "float",
560
+ "value": "ref_typography/line-height/tight"
561
+ }
562
+ },
563
+ "strong": {
564
+ "font-family": {
565
+ "name": "text-heading-medium-strong-font-family",
566
+ "type": "string",
567
+ "value": "ref_typography/font-family/primary"
568
+ },
569
+ "font-size": {
570
+ "name": "text-heading-medium-strong-font-size",
571
+ "type": "float",
572
+ "value": "ref_typography/font-size/medium"
573
+ },
574
+ "font-weight": {
575
+ "name": "text-heading-medium-strong-font-weight",
576
+ "type": "float",
577
+ "value": "ref_typography/font-weight/bold"
578
+ },
579
+ "letter-casing": {
580
+ "name": "text-heading-medium-strong-letter-casing",
581
+ "type": "string",
582
+ "value": "ref_typography/text-transform/default"
583
+ },
584
+ "letter-spacing": {
585
+ "name": "text-heading-medium-strong-letter-spacing",
586
+ "type": "float",
587
+ "value": "ref_typography/letter-spacing/default"
588
+ },
589
+ "line-height": {
590
+ "name": "text-heading-medium-strong-line-height",
591
+ "type": "float",
592
+ "value": "ref_typography/line-height/tight"
593
+ }
594
+ }
595
+ },
596
+ "x-large": {
597
+ "default": {
598
+ "font-family": {
599
+ "name": "text-heading-x-large-default-font-family",
600
+ "type": "string",
601
+ "value": "ref_typography/font-family/primary"
602
+ },
603
+ "font-size": {
604
+ "name": "text-heading-x-large-default-font-size",
605
+ "type": "float",
606
+ "value": "ref_typography/font-size/x-large"
607
+ },
608
+ "font-weight": {
609
+ "name": "text-heading-x-large-default-font-weight",
610
+ "type": "float",
611
+ "value": "ref_typography/font-weight/medium"
612
+ },
613
+ "letter-casing": {
614
+ "name": "text-heading-x-large-default-letter-casing",
615
+ "type": "string",
616
+ "value": "ref_typography/text-transform/default"
617
+ },
618
+ "letter-spacing": {
619
+ "name": "text-heading-x-large-default-letter-spacing",
620
+ "type": "float",
621
+ "value": "ref_typography/letter-spacing/default"
622
+ },
623
+ "line-height": {
624
+ "name": "text-heading-x-large-default-line-height",
625
+ "type": "float",
626
+ "value": "ref_typography/line-height/loose"
627
+ }
628
+ },
629
+ "strong": {
630
+ "font-family": {
631
+ "name": "text-heading-x-large-strong-font-family",
632
+ "type": "string",
633
+ "value": "ref_typography/font-family/primary"
634
+ },
635
+ "font-size": {
636
+ "name": "text-heading-x-large-strong-font-size",
637
+ "type": "float",
638
+ "value": "ref_typography/font-size/x-large"
639
+ },
640
+ "font-weight": {
641
+ "name": "text-heading-x-large-strong-font-weight",
642
+ "type": "float",
643
+ "value": "ref_typography/font-weight/bold"
644
+ },
645
+ "letter-casing": {
646
+ "name": "text-heading-x-large-strong-letter-casing",
647
+ "type": "string",
648
+ "value": "ref_typography/text-transform/default"
649
+ },
650
+ "letter-spacing": {
651
+ "name": "text-heading-x-large-strong-letter-spacing",
652
+ "type": "float",
653
+ "value": "ref_typography/letter-spacing/default"
654
+ },
655
+ "line-height": {
656
+ "name": "text-heading-x-large-strong-line-height",
657
+ "type": "float",
658
+ "value": "ref_typography/line-height/loose"
659
+ }
660
+ }
661
+ },
662
+ "xx-large": {
663
+ "default": {
664
+ "font-family": {
665
+ "name": "text-heading-xx-large-default-font-family",
666
+ "type": "string",
667
+ "value": "ref_typography/font-family/primary"
668
+ },
669
+ "font-size": {
670
+ "name": "text-heading-xx-large-default-font-size",
671
+ "type": "float",
672
+ "value": "ref_typography/font-size/xx-large"
673
+ },
674
+ "font-weight": {
675
+ "name": "text-heading-xx-large-default-font-weight",
676
+ "type": "float",
677
+ "value": "ref_typography/font-weight/medium"
678
+ },
679
+ "letter-casing": {
680
+ "name": "text-heading-xx-large-default-letter-casing",
681
+ "type": "string",
682
+ "value": "ref_typography/text-transform/default"
683
+ },
684
+ "letter-spacing": {
685
+ "name": "text-heading-xx-large-default-letter-spacing",
686
+ "type": "float",
687
+ "value": "ref_typography/letter-spacing/default"
688
+ },
689
+ "line-height": {
690
+ "name": "text-heading-xx-large-default-line-height",
691
+ "type": "float",
692
+ "value": "ref_typography/line-height/extra loose"
693
+ }
694
+ },
695
+ "strong": {
696
+ "font-family": {
697
+ "name": "text-heading-xx-large-strong-font-family",
698
+ "type": "string",
699
+ "value": "ref_typography/font-family/primary"
700
+ },
701
+ "font-size": {
702
+ "name": "text-heading-xx-large-strong-font-size",
703
+ "type": "float",
704
+ "value": "ref_typography/font-size/xx-large"
705
+ },
706
+ "font-weight": {
707
+ "name": "text-heading-xx-large-strong-font-weight",
708
+ "type": "float",
709
+ "value": "ref_typography/font-weight/bold"
710
+ },
711
+ "letter-casing": {
712
+ "name": "text-heading-xx-large-strong-letter-casing",
713
+ "type": "string",
714
+ "value": "ref_typography/text-transform/default"
715
+ },
716
+ "letter-spacing": {
717
+ "name": "text-heading-xx-large-strong-letter-spacing",
718
+ "type": "float",
719
+ "value": "ref_typography/letter-spacing/default"
720
+ },
721
+ "line-height": {
722
+ "name": "text-heading-xx-large-strong-line-height",
723
+ "type": "float",
724
+ "value": "ref_typography/line-height/extra loose"
725
+ }
726
+ }
727
+ }
728
+ }
729
+ }
730
+ }