@frontify/fondue 13.6.5 → 13.7.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.
- package/README.md +2 -5
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/rte/style.css +1 -1
- package/dist/packages/tokens/css/base.css +56 -0
- package/dist/packages/tokens/json/all-tokens.json +416 -0
- package/dist/packages/tokens/json/semantic.json +150 -0
- package/dist/packages/tokens/json/utilities.json +266 -0
- package/dist/packages/tokens/manifest.json +604 -0
- package/dist/packages/tokens/tailwind/tailwind.config.js +2 -2
- package/dist/packages/tokens/themes/themes.module.css +62 -0
- package/dist/tools/sdk-cli/index.js +2 -2
- package/package.json +5 -5
|
@@ -1200,6 +1200,90 @@
|
|
|
1200
1200
|
"type": "float",
|
|
1201
1201
|
"value": "var(--border-width-large)"
|
|
1202
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
"category": "semantic",
|
|
1205
|
+
"cssVariable": "var(--breakpoint-2xl)",
|
|
1206
|
+
"id": "breakpoint-2xl",
|
|
1207
|
+
"keyPath": [
|
|
1208
|
+
"semantic",
|
|
1209
|
+
"breakpoint",
|
|
1210
|
+
"2xl"
|
|
1211
|
+
],
|
|
1212
|
+
"tailwindClass": "breakpoint-2xl",
|
|
1213
|
+
"themeable": false,
|
|
1214
|
+
"type": "float",
|
|
1215
|
+
"value": "1536px"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"category": "semantic",
|
|
1219
|
+
"cssVariable": "var(--breakpoint-lg)",
|
|
1220
|
+
"id": "breakpoint-lg",
|
|
1221
|
+
"keyPath": [
|
|
1222
|
+
"semantic",
|
|
1223
|
+
"breakpoint",
|
|
1224
|
+
"lg"
|
|
1225
|
+
],
|
|
1226
|
+
"tailwindClass": "breakpoint-lg",
|
|
1227
|
+
"themeable": false,
|
|
1228
|
+
"type": "float",
|
|
1229
|
+
"value": "1024px"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"category": "semantic",
|
|
1233
|
+
"cssVariable": "var(--breakpoint-md)",
|
|
1234
|
+
"id": "breakpoint-md",
|
|
1235
|
+
"keyPath": [
|
|
1236
|
+
"semantic",
|
|
1237
|
+
"breakpoint",
|
|
1238
|
+
"md"
|
|
1239
|
+
],
|
|
1240
|
+
"tailwindClass": "breakpoint-md",
|
|
1241
|
+
"themeable": false,
|
|
1242
|
+
"type": "float",
|
|
1243
|
+
"value": "768px"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"category": "semantic",
|
|
1247
|
+
"cssVariable": "var(--breakpoint-sm)",
|
|
1248
|
+
"id": "breakpoint-sm",
|
|
1249
|
+
"keyPath": [
|
|
1250
|
+
"semantic",
|
|
1251
|
+
"breakpoint",
|
|
1252
|
+
"sm"
|
|
1253
|
+
],
|
|
1254
|
+
"tailwindClass": "breakpoint-sm",
|
|
1255
|
+
"themeable": false,
|
|
1256
|
+
"type": "float",
|
|
1257
|
+
"value": "600px"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"category": "semantic",
|
|
1261
|
+
"cssVariable": "var(--breakpoint-xl)",
|
|
1262
|
+
"id": "breakpoint-xl",
|
|
1263
|
+
"keyPath": [
|
|
1264
|
+
"semantic",
|
|
1265
|
+
"breakpoint",
|
|
1266
|
+
"xl"
|
|
1267
|
+
],
|
|
1268
|
+
"tailwindClass": "breakpoint-xl",
|
|
1269
|
+
"themeable": false,
|
|
1270
|
+
"type": "float",
|
|
1271
|
+
"value": "1280px"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"category": "semantic",
|
|
1275
|
+
"cssVariable": "var(--breakpoint-xs)",
|
|
1276
|
+
"id": "breakpoint-xs",
|
|
1277
|
+
"keyPath": [
|
|
1278
|
+
"semantic",
|
|
1279
|
+
"breakpoint",
|
|
1280
|
+
"xs"
|
|
1281
|
+
],
|
|
1282
|
+
"tailwindClass": "breakpoint-xs",
|
|
1283
|
+
"themeable": false,
|
|
1284
|
+
"type": "float",
|
|
1285
|
+
"value": "390px"
|
|
1286
|
+
},
|
|
1203
1287
|
{
|
|
1204
1288
|
"category": "semantic",
|
|
1205
1289
|
"cssVariable": "var(--shadow-big)",
|
|
@@ -1340,6 +1424,21 @@
|
|
|
1340
1424
|
"type": "float",
|
|
1341
1425
|
"value": "var(--spacing-xx-small)"
|
|
1342
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
"category": "semantic",
|
|
1429
|
+
"cssVariable": "var(--typography-font-family-display)",
|
|
1430
|
+
"id": "typography-font-family-display",
|
|
1431
|
+
"keyPath": [
|
|
1432
|
+
"semantic",
|
|
1433
|
+
"typography",
|
|
1434
|
+
"font-family",
|
|
1435
|
+
"display"
|
|
1436
|
+
],
|
|
1437
|
+
"tailwindClass": "font-display",
|
|
1438
|
+
"themeable": false,
|
|
1439
|
+
"type": "string",
|
|
1440
|
+
"value": "var(--typography-font-family-display)"
|
|
1441
|
+
},
|
|
1343
1442
|
{
|
|
1344
1443
|
"category": "semantic",
|
|
1345
1444
|
"cssVariable": "var(--typography-font-family-monospace)",
|
|
@@ -1475,6 +1574,51 @@
|
|
|
1475
1574
|
"type": "float",
|
|
1476
1575
|
"value": "var(--typography-font-size-xx-small)"
|
|
1477
1576
|
},
|
|
1577
|
+
{
|
|
1578
|
+
"category": "semantic",
|
|
1579
|
+
"cssVariable": "var(--typography-font-size-xxx-large)",
|
|
1580
|
+
"id": "typography-font-size-xxx-large",
|
|
1581
|
+
"keyPath": [
|
|
1582
|
+
"semantic",
|
|
1583
|
+
"typography",
|
|
1584
|
+
"font-size",
|
|
1585
|
+
"xxx-large"
|
|
1586
|
+
],
|
|
1587
|
+
"tailwindClass": "text-xxx-large",
|
|
1588
|
+
"themeable": false,
|
|
1589
|
+
"type": "float",
|
|
1590
|
+
"value": "var(--typography-font-size-xxx-large)"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"category": "semantic",
|
|
1594
|
+
"cssVariable": "var(--typography-font-size-xxxx-large)",
|
|
1595
|
+
"id": "typography-font-size-xxxx-large",
|
|
1596
|
+
"keyPath": [
|
|
1597
|
+
"semantic",
|
|
1598
|
+
"typography",
|
|
1599
|
+
"font-size",
|
|
1600
|
+
"xxxx-large"
|
|
1601
|
+
],
|
|
1602
|
+
"tailwindClass": "text-xxxx-large",
|
|
1603
|
+
"themeable": false,
|
|
1604
|
+
"type": "float",
|
|
1605
|
+
"value": "var(--typography-font-size-xxxx-large)"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"category": "semantic",
|
|
1609
|
+
"cssVariable": "var(--typography-font-size-xxxxx-large)",
|
|
1610
|
+
"id": "typography-font-size-xxxxx-large",
|
|
1611
|
+
"keyPath": [
|
|
1612
|
+
"semantic",
|
|
1613
|
+
"typography",
|
|
1614
|
+
"font-size",
|
|
1615
|
+
"xxxxx-large"
|
|
1616
|
+
],
|
|
1617
|
+
"tailwindClass": "text-xxxxx-large",
|
|
1618
|
+
"themeable": false,
|
|
1619
|
+
"type": "float",
|
|
1620
|
+
"value": "var(--typography-font-size-xxxxx-large)"
|
|
1621
|
+
},
|
|
1478
1622
|
{
|
|
1479
1623
|
"category": "semantic",
|
|
1480
1624
|
"cssVariable": "var(--typography-font-weight-bold)",
|
|
@@ -1490,6 +1634,21 @@
|
|
|
1490
1634
|
"type": "float",
|
|
1491
1635
|
"value": "var(--typography-font-weight-bold)"
|
|
1492
1636
|
},
|
|
1637
|
+
{
|
|
1638
|
+
"category": "semantic",
|
|
1639
|
+
"cssVariable": "var(--typography-font-weight-light)",
|
|
1640
|
+
"id": "typography-font-weight-light",
|
|
1641
|
+
"keyPath": [
|
|
1642
|
+
"semantic",
|
|
1643
|
+
"typography",
|
|
1644
|
+
"font-weight",
|
|
1645
|
+
"light"
|
|
1646
|
+
],
|
|
1647
|
+
"tailwindClass": "font-light",
|
|
1648
|
+
"themeable": false,
|
|
1649
|
+
"type": "float",
|
|
1650
|
+
"value": "var(--typography-font-weight-light)"
|
|
1651
|
+
},
|
|
1493
1652
|
{
|
|
1494
1653
|
"category": "semantic",
|
|
1495
1654
|
"cssVariable": "var(--typography-font-weight-medium)",
|
|
@@ -1550,6 +1709,21 @@
|
|
|
1550
1709
|
"type": "float",
|
|
1551
1710
|
"value": "var(--typography-letter-spacing-wide)"
|
|
1552
1711
|
},
|
|
1712
|
+
{
|
|
1713
|
+
"category": "semantic",
|
|
1714
|
+
"cssVariable": "var(--typography-line-height-expansive)",
|
|
1715
|
+
"id": "typography-line-height-expansive",
|
|
1716
|
+
"keyPath": [
|
|
1717
|
+
"semantic",
|
|
1718
|
+
"typography",
|
|
1719
|
+
"line-height",
|
|
1720
|
+
"expansive"
|
|
1721
|
+
],
|
|
1722
|
+
"tailwindClass": "leading-expansive",
|
|
1723
|
+
"themeable": false,
|
|
1724
|
+
"type": "float",
|
|
1725
|
+
"value": "var(--typography-line-height-expansive)"
|
|
1726
|
+
},
|
|
1553
1727
|
{
|
|
1554
1728
|
"category": "semantic",
|
|
1555
1729
|
"cssVariable": "var(--typography-line-height-extra-loose)",
|
|
@@ -1595,6 +1769,36 @@
|
|
|
1595
1769
|
"type": "float",
|
|
1596
1770
|
"value": "var(--typography-line-height-medium)"
|
|
1597
1771
|
},
|
|
1772
|
+
{
|
|
1773
|
+
"category": "semantic",
|
|
1774
|
+
"cssVariable": "var(--typography-line-height-spacious)",
|
|
1775
|
+
"id": "typography-line-height-spacious",
|
|
1776
|
+
"keyPath": [
|
|
1777
|
+
"semantic",
|
|
1778
|
+
"typography",
|
|
1779
|
+
"line-height",
|
|
1780
|
+
"spacious"
|
|
1781
|
+
],
|
|
1782
|
+
"tailwindClass": "leading-spacious",
|
|
1783
|
+
"themeable": false,
|
|
1784
|
+
"type": "float",
|
|
1785
|
+
"value": "var(--typography-line-height-spacious)"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"category": "semantic",
|
|
1789
|
+
"cssVariable": "var(--typography-line-height-sprawling)",
|
|
1790
|
+
"id": "typography-line-height-sprawling",
|
|
1791
|
+
"keyPath": [
|
|
1792
|
+
"semantic",
|
|
1793
|
+
"typography",
|
|
1794
|
+
"line-height",
|
|
1795
|
+
"sprawling"
|
|
1796
|
+
],
|
|
1797
|
+
"tailwindClass": "leading-sprawling",
|
|
1798
|
+
"themeable": false,
|
|
1799
|
+
"type": "float",
|
|
1800
|
+
"value": "var(--typography-line-height-sprawling)"
|
|
1801
|
+
},
|
|
1598
1802
|
{
|
|
1599
1803
|
"category": "semantic",
|
|
1600
1804
|
"cssVariable": "var(--typography-line-height-tight)",
|
|
@@ -2257,6 +2461,406 @@
|
|
|
2257
2461
|
"tailwindClass": "body-x-small-x-strong",
|
|
2258
2462
|
"themeable": false
|
|
2259
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
"id": "utilities-text-display-large-default",
|
|
2466
|
+
"keyPath": [
|
|
2467
|
+
"utilities",
|
|
2468
|
+
"text",
|
|
2469
|
+
"display",
|
|
2470
|
+
"large",
|
|
2471
|
+
"default"
|
|
2472
|
+
],
|
|
2473
|
+
"properties": [
|
|
2474
|
+
{
|
|
2475
|
+
"cssVariable": "var(--text-display-large-default-font-family)",
|
|
2476
|
+
"id": "text-display-large-default-font-family",
|
|
2477
|
+
"type": "string",
|
|
2478
|
+
"value": "ref_typography/font-family/display"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"cssVariable": "var(--text-display-large-default-font-size)",
|
|
2482
|
+
"id": "text-display-large-default-font-size",
|
|
2483
|
+
"type": "float",
|
|
2484
|
+
"value": "ref_typography/font-size/xxx-large"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"cssVariable": "var(--text-display-large-default-font-weight)",
|
|
2488
|
+
"id": "text-display-large-default-font-weight",
|
|
2489
|
+
"type": "float",
|
|
2490
|
+
"value": "ref_typography/font-weight/regular"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"cssVariable": "var(--text-display-large-default-letter-casing)",
|
|
2494
|
+
"id": "text-display-large-default-letter-casing",
|
|
2495
|
+
"type": "string",
|
|
2496
|
+
"value": "ref_typography/text-transform/default"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"cssVariable": "var(--text-display-large-default-letter-spacing)",
|
|
2500
|
+
"id": "text-display-large-default-letter-spacing",
|
|
2501
|
+
"type": "float",
|
|
2502
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"cssVariable": "var(--text-display-large-default-line-height)",
|
|
2506
|
+
"id": "text-display-large-default-line-height",
|
|
2507
|
+
"type": "float",
|
|
2508
|
+
"value": "ref_typography/line-height/spacious"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"tailwindClass": "display-large",
|
|
2512
|
+
"themeable": false
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"id": "utilities-text-display-large-light",
|
|
2516
|
+
"keyPath": [
|
|
2517
|
+
"utilities",
|
|
2518
|
+
"text",
|
|
2519
|
+
"display",
|
|
2520
|
+
"large",
|
|
2521
|
+
"light"
|
|
2522
|
+
],
|
|
2523
|
+
"properties": [
|
|
2524
|
+
{
|
|
2525
|
+
"cssVariable": "var(--text-display-large-light-font-family)",
|
|
2526
|
+
"id": "text-display-large-light-font-family",
|
|
2527
|
+
"type": "string",
|
|
2528
|
+
"value": "ref_typography/font-family/display"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"cssVariable": "var(--text-display-large-light-font-size)",
|
|
2532
|
+
"id": "text-display-large-light-font-size",
|
|
2533
|
+
"type": "float",
|
|
2534
|
+
"value": "ref_typography/font-size/xxx-large"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"cssVariable": "var(--text-display-large-light-font-weight)",
|
|
2538
|
+
"id": "text-display-large-light-font-weight",
|
|
2539
|
+
"type": "float",
|
|
2540
|
+
"value": "ref_typography/font-weight/light"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"cssVariable": "var(--text-display-large-light-letter-casing)",
|
|
2544
|
+
"id": "text-display-large-light-letter-casing",
|
|
2545
|
+
"type": "string",
|
|
2546
|
+
"value": "ref_typography/text-transform/default"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"cssVariable": "var(--text-display-large-light-letter-spacing)",
|
|
2550
|
+
"id": "text-display-large-light-letter-spacing",
|
|
2551
|
+
"type": "float",
|
|
2552
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"cssVariable": "var(--text-display-large-light-line-height)",
|
|
2556
|
+
"id": "text-display-large-light-line-height",
|
|
2557
|
+
"type": "float",
|
|
2558
|
+
"value": "ref_typography/line-height/spacious"
|
|
2559
|
+
}
|
|
2560
|
+
],
|
|
2561
|
+
"tailwindClass": "display-large-light",
|
|
2562
|
+
"themeable": false
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"id": "utilities-text-display-medium-default",
|
|
2566
|
+
"keyPath": [
|
|
2567
|
+
"utilities",
|
|
2568
|
+
"text",
|
|
2569
|
+
"display",
|
|
2570
|
+
"medium",
|
|
2571
|
+
"default"
|
|
2572
|
+
],
|
|
2573
|
+
"properties": [
|
|
2574
|
+
{
|
|
2575
|
+
"cssVariable": "var(--text-display-medium-default-font-family)",
|
|
2576
|
+
"id": "text-display-medium-default-font-family",
|
|
2577
|
+
"type": "string",
|
|
2578
|
+
"value": "ref_typography/font-family/display"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"cssVariable": "var(--text-display-medium-default-font-size)",
|
|
2582
|
+
"id": "text-display-medium-default-font-size",
|
|
2583
|
+
"type": "float",
|
|
2584
|
+
"value": "ref_typography/font-size/xx-large"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"cssVariable": "var(--text-display-medium-default-font-weight)",
|
|
2588
|
+
"id": "text-display-medium-default-font-weight",
|
|
2589
|
+
"type": "float",
|
|
2590
|
+
"value": "ref_typography/font-weight/regular"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"cssVariable": "var(--text-display-medium-default-letter-casing)",
|
|
2594
|
+
"id": "text-display-medium-default-letter-casing",
|
|
2595
|
+
"type": "string",
|
|
2596
|
+
"value": "ref_typography/text-transform/default"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"cssVariable": "var(--text-display-medium-default-letter-spacing)",
|
|
2600
|
+
"id": "text-display-medium-default-letter-spacing",
|
|
2601
|
+
"type": "float",
|
|
2602
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"cssVariable": "var(--text-display-medium-default-line-height)",
|
|
2606
|
+
"id": "text-display-medium-default-line-height",
|
|
2607
|
+
"type": "float",
|
|
2608
|
+
"value": "ref_typography/line-height/extra loose"
|
|
2609
|
+
}
|
|
2610
|
+
],
|
|
2611
|
+
"tailwindClass": "display-medium",
|
|
2612
|
+
"themeable": false
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"id": "utilities-text-display-medium-light",
|
|
2616
|
+
"keyPath": [
|
|
2617
|
+
"utilities",
|
|
2618
|
+
"text",
|
|
2619
|
+
"display",
|
|
2620
|
+
"medium",
|
|
2621
|
+
"light"
|
|
2622
|
+
],
|
|
2623
|
+
"properties": [
|
|
2624
|
+
{
|
|
2625
|
+
"cssVariable": "var(--text-display-medium-light-font-family)",
|
|
2626
|
+
"id": "text-display-medium-light-font-family",
|
|
2627
|
+
"type": "string",
|
|
2628
|
+
"value": "ref_typography/font-family/display"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"cssVariable": "var(--text-display-medium-light-font-size)",
|
|
2632
|
+
"id": "text-display-medium-light-font-size",
|
|
2633
|
+
"type": "float",
|
|
2634
|
+
"value": "ref_typography/font-size/xx-large"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"cssVariable": "var(--text-display-medium-light-font-weight)",
|
|
2638
|
+
"id": "text-display-medium-light-font-weight",
|
|
2639
|
+
"type": "float",
|
|
2640
|
+
"value": "ref_typography/font-weight/light"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"cssVariable": "var(--text-display-medium-light-letter-casing)",
|
|
2644
|
+
"id": "text-display-medium-light-letter-casing",
|
|
2645
|
+
"type": "string",
|
|
2646
|
+
"value": "ref_typography/text-transform/default"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"cssVariable": "var(--text-display-medium-light-letter-spacing)",
|
|
2650
|
+
"id": "text-display-medium-light-letter-spacing",
|
|
2651
|
+
"type": "float",
|
|
2652
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"cssVariable": "var(--text-display-medium-light-line-height)",
|
|
2656
|
+
"id": "text-display-medium-light-line-height",
|
|
2657
|
+
"type": "float",
|
|
2658
|
+
"value": "ref_typography/line-height/extra loose"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"tailwindClass": "display-medium-light",
|
|
2662
|
+
"themeable": false
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"id": "utilities-text-display-x-large-default",
|
|
2666
|
+
"keyPath": [
|
|
2667
|
+
"utilities",
|
|
2668
|
+
"text",
|
|
2669
|
+
"display",
|
|
2670
|
+
"x-large",
|
|
2671
|
+
"default"
|
|
2672
|
+
],
|
|
2673
|
+
"properties": [
|
|
2674
|
+
{
|
|
2675
|
+
"cssVariable": "var(--text-display-x-large-default-font-family)",
|
|
2676
|
+
"id": "text-display-x-large-default-font-family",
|
|
2677
|
+
"type": "string",
|
|
2678
|
+
"value": "ref_typography/font-family/display"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"cssVariable": "var(--text-display-x-large-default-font-size)",
|
|
2682
|
+
"id": "text-display-x-large-default-font-size",
|
|
2683
|
+
"type": "float",
|
|
2684
|
+
"value": "ref_typography/font-size/xxxx-large"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"cssVariable": "var(--text-display-x-large-default-font-weight)",
|
|
2688
|
+
"id": "text-display-x-large-default-font-weight",
|
|
2689
|
+
"type": "float",
|
|
2690
|
+
"value": "ref_typography/font-weight/regular"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"cssVariable": "var(--text-display-x-large-default-letter-casing)",
|
|
2694
|
+
"id": "text-display-x-large-default-letter-casing",
|
|
2695
|
+
"type": "string",
|
|
2696
|
+
"value": "ref_typography/text-transform/default"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"cssVariable": "var(--text-display-x-large-default-letter-spacing)",
|
|
2700
|
+
"id": "text-display-x-large-default-letter-spacing",
|
|
2701
|
+
"type": "float",
|
|
2702
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"cssVariable": "var(--text-display-x-large-default-line-height)",
|
|
2706
|
+
"id": "text-display-x-large-default-line-height",
|
|
2707
|
+
"type": "float",
|
|
2708
|
+
"value": "ref_typography/line-height/expansive"
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"tailwindClass": "display-x-large",
|
|
2712
|
+
"themeable": false
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"id": "utilities-text-display-x-large-light",
|
|
2716
|
+
"keyPath": [
|
|
2717
|
+
"utilities",
|
|
2718
|
+
"text",
|
|
2719
|
+
"display",
|
|
2720
|
+
"x-large",
|
|
2721
|
+
"light"
|
|
2722
|
+
],
|
|
2723
|
+
"properties": [
|
|
2724
|
+
{
|
|
2725
|
+
"cssVariable": "var(--text-display-x-large-light-font-family)",
|
|
2726
|
+
"id": "text-display-x-large-light-font-family",
|
|
2727
|
+
"type": "string",
|
|
2728
|
+
"value": "ref_typography/font-family/display"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"cssVariable": "var(--text-display-x-large-light-font-size)",
|
|
2732
|
+
"id": "text-display-x-large-light-font-size",
|
|
2733
|
+
"type": "float",
|
|
2734
|
+
"value": "ref_typography/font-size/xxxx-large"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"cssVariable": "var(--text-display-x-large-light-font-weight)",
|
|
2738
|
+
"id": "text-display-x-large-light-font-weight",
|
|
2739
|
+
"type": "float",
|
|
2740
|
+
"value": "ref_typography/font-weight/light"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"cssVariable": "var(--text-display-x-large-light-letter-casing)",
|
|
2744
|
+
"id": "text-display-x-large-light-letter-casing",
|
|
2745
|
+
"type": "string",
|
|
2746
|
+
"value": "ref_typography/text-transform/default"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"cssVariable": "var(--text-display-x-large-light-letter-spacing)",
|
|
2750
|
+
"id": "text-display-x-large-light-letter-spacing",
|
|
2751
|
+
"type": "float",
|
|
2752
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"cssVariable": "var(--text-display-x-large-light-line-height)",
|
|
2756
|
+
"id": "text-display-x-large-light-line-height",
|
|
2757
|
+
"type": "float",
|
|
2758
|
+
"value": "ref_typography/line-height/expansive"
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"tailwindClass": "display-x-large-light",
|
|
2762
|
+
"themeable": false
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"id": "utilities-text-display-xx-large-default",
|
|
2766
|
+
"keyPath": [
|
|
2767
|
+
"utilities",
|
|
2768
|
+
"text",
|
|
2769
|
+
"display",
|
|
2770
|
+
"xx-large",
|
|
2771
|
+
"default"
|
|
2772
|
+
],
|
|
2773
|
+
"properties": [
|
|
2774
|
+
{
|
|
2775
|
+
"cssVariable": "var(--text-display-xx-large-default-font-family)",
|
|
2776
|
+
"id": "text-display-xx-large-default-font-family",
|
|
2777
|
+
"type": "string",
|
|
2778
|
+
"value": "ref_typography/font-family/display"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"cssVariable": "var(--text-display-xx-large-default-font-size)",
|
|
2782
|
+
"id": "text-display-xx-large-default-font-size",
|
|
2783
|
+
"type": "float",
|
|
2784
|
+
"value": "ref_typography/font-size/xxxxx-large"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"cssVariable": "var(--text-display-xx-large-default-font-weight)",
|
|
2788
|
+
"id": "text-display-xx-large-default-font-weight",
|
|
2789
|
+
"type": "float",
|
|
2790
|
+
"value": "ref_typography/font-weight/regular"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"cssVariable": "var(--text-display-xx-large-default-letter-casing)",
|
|
2794
|
+
"id": "text-display-xx-large-default-letter-casing",
|
|
2795
|
+
"type": "string",
|
|
2796
|
+
"value": "ref_typography/text-transform/default"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"cssVariable": "var(--text-display-xx-large-default-letter-spacing)",
|
|
2800
|
+
"id": "text-display-xx-large-default-letter-spacing",
|
|
2801
|
+
"type": "float",
|
|
2802
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"cssVariable": "var(--text-display-xx-large-default-line-height)",
|
|
2806
|
+
"id": "text-display-xx-large-default-line-height",
|
|
2807
|
+
"type": "float",
|
|
2808
|
+
"value": "ref_typography/line-height/sprawling"
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"tailwindClass": "display-xx-large",
|
|
2812
|
+
"themeable": false
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"id": "utilities-text-display-xx-large-light",
|
|
2816
|
+
"keyPath": [
|
|
2817
|
+
"utilities",
|
|
2818
|
+
"text",
|
|
2819
|
+
"display",
|
|
2820
|
+
"xx-large",
|
|
2821
|
+
"light"
|
|
2822
|
+
],
|
|
2823
|
+
"properties": [
|
|
2824
|
+
{
|
|
2825
|
+
"cssVariable": "var(--text-display-xx-large-light-font-family)",
|
|
2826
|
+
"id": "text-display-xx-large-light-font-family",
|
|
2827
|
+
"type": "string",
|
|
2828
|
+
"value": "ref_typography/font-family/display"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"cssVariable": "var(--text-display-xx-large-light-font-size)",
|
|
2832
|
+
"id": "text-display-xx-large-light-font-size",
|
|
2833
|
+
"type": "float",
|
|
2834
|
+
"value": "ref_typography/font-size/xxxxx-large"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"cssVariable": "var(--text-display-xx-large-light-font-weight)",
|
|
2838
|
+
"id": "text-display-xx-large-light-font-weight",
|
|
2839
|
+
"type": "float",
|
|
2840
|
+
"value": "ref_typography/font-weight/light"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"cssVariable": "var(--text-display-xx-large-light-letter-casing)",
|
|
2844
|
+
"id": "text-display-xx-large-light-letter-casing",
|
|
2845
|
+
"type": "string",
|
|
2846
|
+
"value": "ref_typography/text-transform/default"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"cssVariable": "var(--text-display-xx-large-light-letter-spacing)",
|
|
2850
|
+
"id": "text-display-xx-large-light-letter-spacing",
|
|
2851
|
+
"type": "float",
|
|
2852
|
+
"value": "ref_typography/letter-spacing/default"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"cssVariable": "var(--text-display-xx-large-light-line-height)",
|
|
2856
|
+
"id": "text-display-xx-large-light-line-height",
|
|
2857
|
+
"type": "float",
|
|
2858
|
+
"value": "ref_typography/line-height/sprawling"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"tailwindClass": "display-xx-large-light",
|
|
2862
|
+
"themeable": false
|
|
2863
|
+
},
|
|
2260
2864
|
{
|
|
2261
2865
|
"id": "utilities-text-heading-category-default",
|
|
2262
2866
|
"keyPath": [
|