@pantheon-systems/pds-design-tokens 2.0.0-alpha.10 → 2.0.0-alpha.11
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 +17 -44
- package/build/css/variables.global.css +24 -49
- package/build/css/variables.typography.css +34 -0
- package/build/figma/tokens.json +2798 -4621
- package/build/js/variables.global.d.ts +3 -28
- package/build/js/variables.global.js +35 -60
- package/build/js/variables.typography.d.ts +65 -0
- package/build/js/variables.typography.js +52 -0
- package/build/json/tokens.json +389 -242
- package/package.json +1 -1
- package/build/css/variables.compact.css +0 -17
- package/build/css/variables.expanded.css +0 -17
- package/build/js/variables.compact.d.ts +0 -34
- package/build/js/variables.compact.js +0 -34
- package/build/js/variables.expanded.d.ts +0 -34
- package/build/js/variables.expanded.js +0 -34
package/build/json/tokens.json
CHANGED
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
},
|
|
684
684
|
"padding": {
|
|
685
685
|
"base": {
|
|
686
|
-
"value": 1.
|
|
686
|
+
"value": "1.5",
|
|
687
687
|
"filePath": "tokens/container/semantic/padding.json",
|
|
688
688
|
"isSource": true,
|
|
689
689
|
"original": {
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
"grid": {
|
|
921
921
|
"columns-4": {
|
|
922
922
|
"gap": {
|
|
923
|
-
"value": 1.
|
|
923
|
+
"value": "1.25",
|
|
924
924
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
925
925
|
"isSource": true,
|
|
926
926
|
"original": {
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"bp-md": {
|
|
946
946
|
"gap": {
|
|
947
947
|
"narrow": {
|
|
948
|
-
"value": 1.
|
|
948
|
+
"value": "1.25",
|
|
949
949
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
950
950
|
"isSource": true,
|
|
951
951
|
"original": {
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
"public": true
|
|
971
971
|
},
|
|
972
972
|
"standard": {
|
|
973
|
-
"value": 1.
|
|
973
|
+
"value": "1.5",
|
|
974
974
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
975
975
|
"isSource": true,
|
|
976
976
|
"original": {
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"public": true
|
|
996
996
|
},
|
|
997
997
|
"wide": {
|
|
998
|
-
"value":
|
|
998
|
+
"value": "2",
|
|
999
999
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1000
1000
|
"isSource": true,
|
|
1001
1001
|
"original": {
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
"bp-lg": {
|
|
1025
1025
|
"gap": {
|
|
1026
1026
|
"narrow": {
|
|
1027
|
-
"value": 1.
|
|
1027
|
+
"value": "1.5",
|
|
1028
1028
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1029
1029
|
"isSource": true,
|
|
1030
1030
|
"original": {
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
"public": true
|
|
1050
1050
|
},
|
|
1051
1051
|
"standard": {
|
|
1052
|
-
"value":
|
|
1052
|
+
"value": "2",
|
|
1053
1053
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1054
1054
|
"isSource": true,
|
|
1055
1055
|
"original": {
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
"public": true
|
|
1075
1075
|
},
|
|
1076
1076
|
"wide": {
|
|
1077
|
-
"value": 2.
|
|
1077
|
+
"value": "2.5",
|
|
1078
1078
|
"filePath": "tokens/grid/primitive/primitive.json",
|
|
1079
1079
|
"isSource": true,
|
|
1080
1080
|
"original": {
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
},
|
|
1150
1150
|
"stepper": {
|
|
1151
1151
|
"indicator-size": {
|
|
1152
|
-
"value": 1.
|
|
1152
|
+
"value": "1.25",
|
|
1153
1153
|
"filePath": "tokens/spacing/component/stepper.json",
|
|
1154
1154
|
"isSource": true,
|
|
1155
1155
|
"original": {
|
|
@@ -1191,12 +1191,31 @@
|
|
|
1191
1191
|
"public": true
|
|
1192
1192
|
}
|
|
1193
1193
|
},
|
|
1194
|
+
"9XL": {
|
|
1195
|
+
"value": "10",
|
|
1196
|
+
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1197
|
+
"isSource": true,
|
|
1198
|
+
"original": {
|
|
1199
|
+
"value": "10",
|
|
1200
|
+
"public": true
|
|
1201
|
+
},
|
|
1202
|
+
"name": "Spacing9Xl",
|
|
1203
|
+
"attributes": {
|
|
1204
|
+
"category": "spacing",
|
|
1205
|
+
"type": "9XL"
|
|
1206
|
+
},
|
|
1207
|
+
"path": [
|
|
1208
|
+
"spacing",
|
|
1209
|
+
"9XL"
|
|
1210
|
+
],
|
|
1211
|
+
"public": true
|
|
1212
|
+
},
|
|
1194
1213
|
"8XL": {
|
|
1195
|
-
"value":
|
|
1214
|
+
"value": "8",
|
|
1196
1215
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1197
1216
|
"isSource": true,
|
|
1198
1217
|
"original": {
|
|
1199
|
-
"value": "
|
|
1218
|
+
"value": "8",
|
|
1200
1219
|
"public": true
|
|
1201
1220
|
},
|
|
1202
1221
|
"name": "Spacing8Xl",
|
|
@@ -1211,11 +1230,11 @@
|
|
|
1211
1230
|
"public": true
|
|
1212
1231
|
},
|
|
1213
1232
|
"7XL": {
|
|
1214
|
-
"value":
|
|
1233
|
+
"value": "6",
|
|
1215
1234
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1216
1235
|
"isSource": true,
|
|
1217
1236
|
"original": {
|
|
1218
|
-
"value": "
|
|
1237
|
+
"value": "6",
|
|
1219
1238
|
"public": true
|
|
1220
1239
|
},
|
|
1221
1240
|
"name": "Spacing7Xl",
|
|
@@ -1230,11 +1249,11 @@
|
|
|
1230
1249
|
"public": true
|
|
1231
1250
|
},
|
|
1232
1251
|
"6XL": {
|
|
1233
|
-
"value":
|
|
1252
|
+
"value": "5",
|
|
1234
1253
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1235
1254
|
"isSource": true,
|
|
1236
1255
|
"original": {
|
|
1237
|
-
"value": "
|
|
1256
|
+
"value": "5",
|
|
1238
1257
|
"public": true
|
|
1239
1258
|
},
|
|
1240
1259
|
"name": "Spacing6Xl",
|
|
@@ -1249,11 +1268,11 @@
|
|
|
1249
1268
|
"public": true
|
|
1250
1269
|
},
|
|
1251
1270
|
"5XL": {
|
|
1252
|
-
"value":
|
|
1271
|
+
"value": "4",
|
|
1253
1272
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1254
1273
|
"isSource": true,
|
|
1255
1274
|
"original": {
|
|
1256
|
-
"value": "
|
|
1275
|
+
"value": "4",
|
|
1257
1276
|
"public": true
|
|
1258
1277
|
},
|
|
1259
1278
|
"name": "Spacing5Xl",
|
|
@@ -1268,11 +1287,11 @@
|
|
|
1268
1287
|
"public": true
|
|
1269
1288
|
},
|
|
1270
1289
|
"4XL": {
|
|
1271
|
-
"value":
|
|
1290
|
+
"value": "3",
|
|
1272
1291
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1273
1292
|
"isSource": true,
|
|
1274
1293
|
"original": {
|
|
1275
|
-
"value": "
|
|
1294
|
+
"value": "3",
|
|
1276
1295
|
"public": true
|
|
1277
1296
|
},
|
|
1278
1297
|
"name": "Spacing4Xl",
|
|
@@ -1287,11 +1306,11 @@
|
|
|
1287
1306
|
"public": true
|
|
1288
1307
|
},
|
|
1289
1308
|
"3XL": {
|
|
1290
|
-
"value": 2.
|
|
1309
|
+
"value": "2.5",
|
|
1291
1310
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1292
1311
|
"isSource": true,
|
|
1293
1312
|
"original": {
|
|
1294
|
-
"value": "
|
|
1313
|
+
"value": "2.5",
|
|
1295
1314
|
"public": true
|
|
1296
1315
|
},
|
|
1297
1316
|
"name": "Spacing3Xl",
|
|
@@ -1306,11 +1325,11 @@
|
|
|
1306
1325
|
"public": true
|
|
1307
1326
|
},
|
|
1308
1327
|
"2XL": {
|
|
1309
|
-
"value":
|
|
1328
|
+
"value": "2",
|
|
1310
1329
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1311
1330
|
"isSource": true,
|
|
1312
1331
|
"original": {
|
|
1313
|
-
"value": "
|
|
1332
|
+
"value": "2",
|
|
1314
1333
|
"public": true
|
|
1315
1334
|
},
|
|
1316
1335
|
"name": "Spacing2Xl",
|
|
@@ -1325,11 +1344,11 @@
|
|
|
1325
1344
|
"public": true
|
|
1326
1345
|
},
|
|
1327
1346
|
"XL": {
|
|
1328
|
-
"value": 1.
|
|
1347
|
+
"value": "1.5",
|
|
1329
1348
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1330
1349
|
"isSource": true,
|
|
1331
1350
|
"original": {
|
|
1332
|
-
"value": "
|
|
1351
|
+
"value": "1.5",
|
|
1333
1352
|
"public": true
|
|
1334
1353
|
},
|
|
1335
1354
|
"name": "SpacingXl",
|
|
@@ -1344,11 +1363,11 @@
|
|
|
1344
1363
|
"public": true
|
|
1345
1364
|
},
|
|
1346
1365
|
"L": {
|
|
1347
|
-
"value": 1.
|
|
1366
|
+
"value": "1.25",
|
|
1348
1367
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1349
1368
|
"isSource": true,
|
|
1350
1369
|
"original": {
|
|
1351
|
-
"value": "
|
|
1370
|
+
"value": "1.25",
|
|
1352
1371
|
"public": true
|
|
1353
1372
|
},
|
|
1354
1373
|
"name": "SpacingL",
|
|
@@ -1382,11 +1401,11 @@
|
|
|
1382
1401
|
"public": true
|
|
1383
1402
|
},
|
|
1384
1403
|
"S": {
|
|
1385
|
-
"value": 0.
|
|
1404
|
+
"value": "0.75",
|
|
1386
1405
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1387
1406
|
"isSource": true,
|
|
1388
1407
|
"original": {
|
|
1389
|
-
"value": "
|
|
1408
|
+
"value": "0.75",
|
|
1390
1409
|
"public": true
|
|
1391
1410
|
},
|
|
1392
1411
|
"name": "SpacingS",
|
|
@@ -1401,11 +1420,11 @@
|
|
|
1401
1420
|
"public": true
|
|
1402
1421
|
},
|
|
1403
1422
|
"XS": {
|
|
1404
|
-
"value": 0.
|
|
1423
|
+
"value": "0.625",
|
|
1405
1424
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1406
1425
|
"isSource": true,
|
|
1407
1426
|
"original": {
|
|
1408
|
-
"value": "
|
|
1427
|
+
"value": "0.625",
|
|
1409
1428
|
"public": true
|
|
1410
1429
|
},
|
|
1411
1430
|
"name": "SpacingXs",
|
|
@@ -1420,11 +1439,11 @@
|
|
|
1420
1439
|
"public": true
|
|
1421
1440
|
},
|
|
1422
1441
|
"2XS": {
|
|
1423
|
-
"value": 0.
|
|
1442
|
+
"value": "0.5",
|
|
1424
1443
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1425
1444
|
"isSource": true,
|
|
1426
1445
|
"original": {
|
|
1427
|
-
"value": "
|
|
1446
|
+
"value": "0.5",
|
|
1428
1447
|
"public": true
|
|
1429
1448
|
},
|
|
1430
1449
|
"name": "Spacing2Xs",
|
|
@@ -1439,11 +1458,11 @@
|
|
|
1439
1458
|
"public": true
|
|
1440
1459
|
},
|
|
1441
1460
|
"3XS": {
|
|
1442
|
-
"value": 0.
|
|
1461
|
+
"value": "0.375",
|
|
1443
1462
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1444
1463
|
"isSource": true,
|
|
1445
1464
|
"original": {
|
|
1446
|
-
"value": "
|
|
1465
|
+
"value": "0.375",
|
|
1447
1466
|
"public": true
|
|
1448
1467
|
},
|
|
1449
1468
|
"name": "Spacing3Xs",
|
|
@@ -1458,11 +1477,11 @@
|
|
|
1458
1477
|
"public": true
|
|
1459
1478
|
},
|
|
1460
1479
|
"4XS": {
|
|
1461
|
-
"value": 0.
|
|
1480
|
+
"value": "0.25",
|
|
1462
1481
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1463
1482
|
"isSource": true,
|
|
1464
1483
|
"original": {
|
|
1465
|
-
"value": "
|
|
1484
|
+
"value": "0.25",
|
|
1466
1485
|
"public": true
|
|
1467
1486
|
},
|
|
1468
1487
|
"name": "Spacing4Xs",
|
|
@@ -1477,11 +1496,11 @@
|
|
|
1477
1496
|
"public": true
|
|
1478
1497
|
},
|
|
1479
1498
|
"5XS": {
|
|
1480
|
-
"value": 0.
|
|
1499
|
+
"value": "0.125",
|
|
1481
1500
|
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1482
1501
|
"isSource": true,
|
|
1483
1502
|
"original": {
|
|
1484
|
-
"value": "
|
|
1503
|
+
"value": "0.125",
|
|
1485
1504
|
"public": true
|
|
1486
1505
|
},
|
|
1487
1506
|
"name": "Spacing5Xs",
|
|
@@ -1495,91 +1514,11 @@
|
|
|
1495
1514
|
],
|
|
1496
1515
|
"public": true
|
|
1497
1516
|
},
|
|
1498
|
-
"6XS": {
|
|
1499
|
-
"value": 0.278,
|
|
1500
|
-
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1501
|
-
"isSource": true,
|
|
1502
|
-
"original": {
|
|
1503
|
-
"value": "{scale.spacing-inverse} * {spacing.5XS}",
|
|
1504
|
-
"public": true
|
|
1505
|
-
},
|
|
1506
|
-
"name": "Spacing6Xs",
|
|
1507
|
-
"attributes": {
|
|
1508
|
-
"category": "spacing",
|
|
1509
|
-
"type": "6XS"
|
|
1510
|
-
},
|
|
1511
|
-
"path": [
|
|
1512
|
-
"spacing",
|
|
1513
|
-
"6XS"
|
|
1514
|
-
],
|
|
1515
|
-
"public": true
|
|
1516
|
-
},
|
|
1517
|
-
"7XS": {
|
|
1518
|
-
"value": 0.232,
|
|
1519
|
-
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1520
|
-
"isSource": true,
|
|
1521
|
-
"original": {
|
|
1522
|
-
"value": "{scale.spacing-inverse} * {spacing.6XS}",
|
|
1523
|
-
"public": true
|
|
1524
|
-
},
|
|
1525
|
-
"name": "Spacing7Xs",
|
|
1526
|
-
"attributes": {
|
|
1527
|
-
"category": "spacing",
|
|
1528
|
-
"type": "7XS"
|
|
1529
|
-
},
|
|
1530
|
-
"path": [
|
|
1531
|
-
"spacing",
|
|
1532
|
-
"7XS"
|
|
1533
|
-
],
|
|
1534
|
-
"public": true
|
|
1535
|
-
},
|
|
1536
|
-
"8XS": {
|
|
1537
|
-
"value": 0.193,
|
|
1538
|
-
"filePath": "tokens/spacing/primitive/primitive.json",
|
|
1539
|
-
"isSource": true,
|
|
1540
|
-
"original": {
|
|
1541
|
-
"value": "{scale.spacing-inverse} * {spacing.7XS}",
|
|
1542
|
-
"public": true
|
|
1543
|
-
},
|
|
1544
|
-
"name": "Spacing8Xs",
|
|
1545
|
-
"attributes": {
|
|
1546
|
-
"category": "spacing",
|
|
1547
|
-
"type": "8XS"
|
|
1548
|
-
},
|
|
1549
|
-
"path": [
|
|
1550
|
-
"spacing",
|
|
1551
|
-
"8XS"
|
|
1552
|
-
],
|
|
1553
|
-
"public": true
|
|
1554
|
-
},
|
|
1555
|
-
"input": {
|
|
1556
|
-
"height": {
|
|
1557
|
-
"value": 2.489,
|
|
1558
|
-
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1559
|
-
"isSource": true,
|
|
1560
|
-
"original": {
|
|
1561
|
-
"value": "{spacing.4XL}",
|
|
1562
|
-
"public": true
|
|
1563
|
-
},
|
|
1564
|
-
"name": "SpacingInputHeight",
|
|
1565
|
-
"attributes": {
|
|
1566
|
-
"category": "spacing",
|
|
1567
|
-
"type": "input",
|
|
1568
|
-
"item": "height"
|
|
1569
|
-
},
|
|
1570
|
-
"path": [
|
|
1571
|
-
"spacing",
|
|
1572
|
-
"input",
|
|
1573
|
-
"height"
|
|
1574
|
-
],
|
|
1575
|
-
"public": true
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
1517
|
"button": {
|
|
1579
1518
|
"height": {
|
|
1580
1519
|
"xs": {
|
|
1581
|
-
"value": 1.
|
|
1582
|
-
"filePath": "tokens/spacing/semantic/
|
|
1520
|
+
"value": "1.5",
|
|
1521
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1583
1522
|
"isSource": true,
|
|
1584
1523
|
"original": {
|
|
1585
1524
|
"value": "{spacing.XL}",
|
|
@@ -1601,11 +1540,11 @@
|
|
|
1601
1540
|
"public": true
|
|
1602
1541
|
},
|
|
1603
1542
|
"sm": {
|
|
1604
|
-
"value": 2
|
|
1605
|
-
"filePath": "tokens/spacing/semantic/
|
|
1543
|
+
"value": "2",
|
|
1544
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1606
1545
|
"isSource": true,
|
|
1607
1546
|
"original": {
|
|
1608
|
-
"value": "{spacing.
|
|
1547
|
+
"value": "{spacing.2XL}",
|
|
1609
1548
|
"public": true
|
|
1610
1549
|
},
|
|
1611
1550
|
"name": "SpacingButtonHeightSm",
|
|
@@ -1624,11 +1563,11 @@
|
|
|
1624
1563
|
"public": true
|
|
1625
1564
|
},
|
|
1626
1565
|
"md": {
|
|
1627
|
-
"value": 2.
|
|
1628
|
-
"filePath": "tokens/spacing/semantic/
|
|
1566
|
+
"value": "2.5",
|
|
1567
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1629
1568
|
"isSource": true,
|
|
1630
1569
|
"original": {
|
|
1631
|
-
"value": "{spacing.
|
|
1570
|
+
"value": "{spacing.3XL}",
|
|
1632
1571
|
"public": true
|
|
1633
1572
|
},
|
|
1634
1573
|
"name": "SpacingButtonHeightMd",
|
|
@@ -1647,11 +1586,11 @@
|
|
|
1647
1586
|
"public": true
|
|
1648
1587
|
},
|
|
1649
1588
|
"lg": {
|
|
1650
|
-
"value":
|
|
1651
|
-
"filePath": "tokens/spacing/semantic/
|
|
1589
|
+
"value": "3",
|
|
1590
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1652
1591
|
"isSource": true,
|
|
1653
1592
|
"original": {
|
|
1654
|
-
"value": "{spacing.
|
|
1593
|
+
"value": "{spacing.4XL}",
|
|
1655
1594
|
"public": true
|
|
1656
1595
|
},
|
|
1657
1596
|
"name": "SpacingButtonHeightLg",
|
|
@@ -1670,192 +1609,148 @@
|
|
|
1670
1609
|
"public": true
|
|
1671
1610
|
}
|
|
1672
1611
|
},
|
|
1673
|
-
"padding-
|
|
1612
|
+
"padding-inline": {
|
|
1674
1613
|
"xs": {
|
|
1675
|
-
"value": 0.
|
|
1676
|
-
"filePath": "tokens/spacing/semantic/
|
|
1614
|
+
"value": "0.5",
|
|
1615
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1677
1616
|
"isSource": true,
|
|
1678
1617
|
"original": {
|
|
1679
|
-
"value":
|
|
1618
|
+
"value": "{spacing.2XS}",
|
|
1680
1619
|
"public": true
|
|
1681
1620
|
},
|
|
1682
|
-
"name": "
|
|
1621
|
+
"name": "SpacingButtonPaddingInlineXs",
|
|
1683
1622
|
"attributes": {
|
|
1684
1623
|
"category": "spacing",
|
|
1685
1624
|
"type": "button",
|
|
1686
|
-
"item": "padding-
|
|
1625
|
+
"item": "padding-inline",
|
|
1687
1626
|
"subitem": "xs"
|
|
1688
1627
|
},
|
|
1689
1628
|
"path": [
|
|
1690
1629
|
"spacing",
|
|
1691
1630
|
"button",
|
|
1692
|
-
"padding-
|
|
1631
|
+
"padding-inline",
|
|
1693
1632
|
"xs"
|
|
1694
1633
|
],
|
|
1695
1634
|
"public": true
|
|
1696
1635
|
},
|
|
1697
1636
|
"sm": {
|
|
1698
|
-
"value": 0.
|
|
1699
|
-
"filePath": "tokens/spacing/semantic/
|
|
1637
|
+
"value": "0.75",
|
|
1638
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1700
1639
|
"isSource": true,
|
|
1701
1640
|
"original": {
|
|
1702
|
-
"value": "{spacing.
|
|
1641
|
+
"value": "{spacing.S}",
|
|
1703
1642
|
"public": true
|
|
1704
1643
|
},
|
|
1705
|
-
"name": "
|
|
1644
|
+
"name": "SpacingButtonPaddingInlineSm",
|
|
1706
1645
|
"attributes": {
|
|
1707
1646
|
"category": "spacing",
|
|
1708
1647
|
"type": "button",
|
|
1709
|
-
"item": "padding-
|
|
1648
|
+
"item": "padding-inline",
|
|
1710
1649
|
"subitem": "sm"
|
|
1711
1650
|
},
|
|
1712
1651
|
"path": [
|
|
1713
1652
|
"spacing",
|
|
1714
1653
|
"button",
|
|
1715
|
-
"padding-
|
|
1654
|
+
"padding-inline",
|
|
1716
1655
|
"sm"
|
|
1717
1656
|
],
|
|
1718
1657
|
"public": true
|
|
1719
1658
|
},
|
|
1720
1659
|
"md": {
|
|
1721
|
-
"value":
|
|
1722
|
-
"filePath": "tokens/spacing/semantic/
|
|
1660
|
+
"value": "1",
|
|
1661
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1723
1662
|
"isSource": true,
|
|
1724
1663
|
"original": {
|
|
1725
|
-
"value": "{spacing.
|
|
1664
|
+
"value": "{spacing.M}",
|
|
1726
1665
|
"public": true
|
|
1727
1666
|
},
|
|
1728
|
-
"name": "
|
|
1667
|
+
"name": "SpacingButtonPaddingInlineMd",
|
|
1729
1668
|
"attributes": {
|
|
1730
1669
|
"category": "spacing",
|
|
1731
1670
|
"type": "button",
|
|
1732
|
-
"item": "padding-
|
|
1671
|
+
"item": "padding-inline",
|
|
1733
1672
|
"subitem": "md"
|
|
1734
1673
|
},
|
|
1735
1674
|
"path": [
|
|
1736
1675
|
"spacing",
|
|
1737
1676
|
"button",
|
|
1738
|
-
"padding-
|
|
1677
|
+
"padding-inline",
|
|
1739
1678
|
"md"
|
|
1740
1679
|
],
|
|
1741
1680
|
"public": true
|
|
1742
1681
|
},
|
|
1743
1682
|
"lg": {
|
|
1744
|
-
"value":
|
|
1745
|
-
"filePath": "tokens/spacing/semantic/
|
|
1683
|
+
"value": "1.5",
|
|
1684
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1746
1685
|
"isSource": true,
|
|
1747
1686
|
"original": {
|
|
1748
|
-
"value": "{spacing.
|
|
1687
|
+
"value": "{spacing.XL}",
|
|
1749
1688
|
"public": true
|
|
1750
1689
|
},
|
|
1751
|
-
"name": "
|
|
1690
|
+
"name": "SpacingButtonPaddingInlineLg",
|
|
1752
1691
|
"attributes": {
|
|
1753
1692
|
"category": "spacing",
|
|
1754
1693
|
"type": "button",
|
|
1755
|
-
"item": "padding-
|
|
1694
|
+
"item": "padding-inline",
|
|
1756
1695
|
"subitem": "lg"
|
|
1757
1696
|
},
|
|
1758
1697
|
"path": [
|
|
1759
1698
|
"spacing",
|
|
1760
1699
|
"button",
|
|
1761
|
-
"padding-
|
|
1700
|
+
"padding-inline",
|
|
1762
1701
|
"lg"
|
|
1763
1702
|
],
|
|
1764
1703
|
"public": true
|
|
1765
1704
|
}
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1771
|
-
"isSource": true,
|
|
1772
|
-
"original": {
|
|
1773
|
-
"value": "{spacing.XS}",
|
|
1774
|
-
"public": true
|
|
1775
|
-
},
|
|
1776
|
-
"name": "SpacingButtonPaddingInlineXs",
|
|
1777
|
-
"attributes": {
|
|
1778
|
-
"category": "spacing",
|
|
1779
|
-
"type": "button",
|
|
1780
|
-
"item": "padding-inline",
|
|
1781
|
-
"subitem": "xs"
|
|
1782
|
-
},
|
|
1783
|
-
"path": [
|
|
1784
|
-
"spacing",
|
|
1785
|
-
"button",
|
|
1786
|
-
"padding-inline",
|
|
1787
|
-
"xs"
|
|
1788
|
-
],
|
|
1789
|
-
"public": true
|
|
1790
|
-
},
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"input": {
|
|
1708
|
+
"height": {
|
|
1791
1709
|
"sm": {
|
|
1792
|
-
"value":
|
|
1793
|
-
"filePath": "tokens/spacing/semantic/
|
|
1710
|
+
"value": "2",
|
|
1711
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1794
1712
|
"isSource": true,
|
|
1795
1713
|
"original": {
|
|
1796
|
-
"value": "{spacing.
|
|
1714
|
+
"value": "{spacing.2XL}",
|
|
1797
1715
|
"public": true
|
|
1798
1716
|
},
|
|
1799
|
-
"name": "
|
|
1717
|
+
"name": "SpacingInputHeightSm",
|
|
1800
1718
|
"attributes": {
|
|
1801
1719
|
"category": "spacing",
|
|
1802
|
-
"type": "
|
|
1803
|
-
"item": "
|
|
1720
|
+
"type": "input",
|
|
1721
|
+
"item": "height",
|
|
1804
1722
|
"subitem": "sm"
|
|
1805
1723
|
},
|
|
1806
1724
|
"path": [
|
|
1807
1725
|
"spacing",
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1726
|
+
"input",
|
|
1727
|
+
"height",
|
|
1810
1728
|
"sm"
|
|
1811
1729
|
],
|
|
1812
1730
|
"public": true
|
|
1813
1731
|
},
|
|
1814
1732
|
"md": {
|
|
1815
|
-
"value":
|
|
1816
|
-
"filePath": "tokens/spacing/semantic/
|
|
1733
|
+
"value": "2.5",
|
|
1734
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1817
1735
|
"isSource": true,
|
|
1818
1736
|
"original": {
|
|
1819
|
-
"value": "{spacing.
|
|
1737
|
+
"value": "{spacing.3XL}",
|
|
1820
1738
|
"public": true
|
|
1821
1739
|
},
|
|
1822
|
-
"name": "
|
|
1740
|
+
"name": "SpacingInputHeightMd",
|
|
1823
1741
|
"attributes": {
|
|
1824
1742
|
"category": "spacing",
|
|
1825
|
-
"type": "
|
|
1826
|
-
"item": "
|
|
1743
|
+
"type": "input",
|
|
1744
|
+
"item": "height",
|
|
1827
1745
|
"subitem": "md"
|
|
1828
1746
|
},
|
|
1829
1747
|
"path": [
|
|
1830
1748
|
"spacing",
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1749
|
+
"input",
|
|
1750
|
+
"height",
|
|
1833
1751
|
"md"
|
|
1834
1752
|
],
|
|
1835
1753
|
"public": true
|
|
1836
|
-
},
|
|
1837
|
-
"lg": {
|
|
1838
|
-
"value": 1.728,
|
|
1839
|
-
"filePath": "tokens/spacing/semantic/sizing.json",
|
|
1840
|
-
"isSource": true,
|
|
1841
|
-
"original": {
|
|
1842
|
-
"value": "{spacing.2XL}",
|
|
1843
|
-
"public": true
|
|
1844
|
-
},
|
|
1845
|
-
"name": "SpacingButtonPaddingInlineLg",
|
|
1846
|
-
"attributes": {
|
|
1847
|
-
"category": "spacing",
|
|
1848
|
-
"type": "button",
|
|
1849
|
-
"item": "padding-inline",
|
|
1850
|
-
"subitem": "lg"
|
|
1851
|
-
},
|
|
1852
|
-
"path": [
|
|
1853
|
-
"spacing",
|
|
1854
|
-
"button",
|
|
1855
|
-
"padding-inline",
|
|
1856
|
-
"lg"
|
|
1857
|
-
],
|
|
1858
|
-
"public": true
|
|
1859
1754
|
}
|
|
1860
1755
|
}
|
|
1861
1756
|
}
|
|
@@ -2186,11 +2081,11 @@
|
|
|
2186
2081
|
"public": true
|
|
2187
2082
|
},
|
|
2188
2083
|
"M": {
|
|
2189
|
-
"value": "
|
|
2084
|
+
"value": "150%",
|
|
2190
2085
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2191
2086
|
"isSource": true,
|
|
2192
2087
|
"original": {
|
|
2193
|
-
"value": "
|
|
2088
|
+
"value": "150%",
|
|
2194
2089
|
"public": true
|
|
2195
2090
|
},
|
|
2196
2091
|
"name": "TypographyLhM",
|
|
@@ -2207,11 +2102,11 @@
|
|
|
2207
2102
|
"public": true
|
|
2208
2103
|
},
|
|
2209
2104
|
"S": {
|
|
2210
|
-
"value": "
|
|
2105
|
+
"value": "130%",
|
|
2211
2106
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2212
2107
|
"isSource": true,
|
|
2213
2108
|
"original": {
|
|
2214
|
-
"value": "
|
|
2109
|
+
"value": "130%",
|
|
2215
2110
|
"public": true
|
|
2216
2111
|
},
|
|
2217
2112
|
"name": "TypographyLhS",
|
|
@@ -2227,6 +2122,27 @@
|
|
|
2227
2122
|
],
|
|
2228
2123
|
"public": true
|
|
2229
2124
|
},
|
|
2125
|
+
"XS": {
|
|
2126
|
+
"value": "120%",
|
|
2127
|
+
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2128
|
+
"isSource": true,
|
|
2129
|
+
"original": {
|
|
2130
|
+
"value": "120%",
|
|
2131
|
+
"public": true
|
|
2132
|
+
},
|
|
2133
|
+
"name": "TypographyLhXs",
|
|
2134
|
+
"attributes": {
|
|
2135
|
+
"category": "typography",
|
|
2136
|
+
"type": "lh",
|
|
2137
|
+
"item": "XS"
|
|
2138
|
+
},
|
|
2139
|
+
"path": [
|
|
2140
|
+
"typography",
|
|
2141
|
+
"lh",
|
|
2142
|
+
"XS"
|
|
2143
|
+
],
|
|
2144
|
+
"public": true
|
|
2145
|
+
},
|
|
2230
2146
|
"code": {
|
|
2231
2147
|
"value": "180%",
|
|
2232
2148
|
"filePath": "tokens/typography/semantic/line-height.json",
|
|
@@ -2249,46 +2165,277 @@
|
|
|
2249
2165
|
"public": true
|
|
2250
2166
|
}
|
|
2251
2167
|
},
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"value": "0.
|
|
2255
|
-
"filePath": "tokens/typography/primitive/
|
|
2168
|
+
"size": {
|
|
2169
|
+
"2XS": {
|
|
2170
|
+
"value": "0.625",
|
|
2171
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2256
2172
|
"isSource": true,
|
|
2257
2173
|
"original": {
|
|
2258
|
-
"value": "0.
|
|
2174
|
+
"value": "0.625",
|
|
2259
2175
|
"public": true
|
|
2260
2176
|
},
|
|
2261
|
-
"name": "
|
|
2177
|
+
"name": "TypographySize2Xs",
|
|
2262
2178
|
"attributes": {
|
|
2263
2179
|
"category": "typography",
|
|
2264
|
-
"type": "
|
|
2265
|
-
"item": "
|
|
2180
|
+
"type": "size",
|
|
2181
|
+
"item": "2XS"
|
|
2266
2182
|
},
|
|
2267
2183
|
"path": [
|
|
2268
2184
|
"typography",
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2185
|
+
"size",
|
|
2186
|
+
"2XS"
|
|
2271
2187
|
],
|
|
2272
2188
|
"public": true
|
|
2273
2189
|
},
|
|
2274
|
-
"
|
|
2275
|
-
"value": "0.
|
|
2276
|
-
"filePath": "tokens/typography/primitive/
|
|
2190
|
+
"XS": {
|
|
2191
|
+
"value": "0.75",
|
|
2192
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2277
2193
|
"isSource": true,
|
|
2278
2194
|
"original": {
|
|
2279
|
-
"value": "0.
|
|
2195
|
+
"value": "0.75",
|
|
2280
2196
|
"public": true
|
|
2281
2197
|
},
|
|
2282
|
-
"name": "
|
|
2198
|
+
"name": "TypographySizeXs",
|
|
2283
2199
|
"attributes": {
|
|
2284
2200
|
"category": "typography",
|
|
2285
|
-
"type": "
|
|
2286
|
-
"item": "
|
|
2201
|
+
"type": "size",
|
|
2202
|
+
"item": "XS"
|
|
2287
2203
|
},
|
|
2288
2204
|
"path": [
|
|
2289
2205
|
"typography",
|
|
2290
|
-
"
|
|
2291
|
-
"
|
|
2206
|
+
"size",
|
|
2207
|
+
"XS"
|
|
2208
|
+
],
|
|
2209
|
+
"public": true
|
|
2210
|
+
},
|
|
2211
|
+
"S": {
|
|
2212
|
+
"value": "0.875",
|
|
2213
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2214
|
+
"isSource": true,
|
|
2215
|
+
"original": {
|
|
2216
|
+
"value": "0.875",
|
|
2217
|
+
"public": true
|
|
2218
|
+
},
|
|
2219
|
+
"name": "TypographySizeS",
|
|
2220
|
+
"attributes": {
|
|
2221
|
+
"category": "typography",
|
|
2222
|
+
"type": "size",
|
|
2223
|
+
"item": "S"
|
|
2224
|
+
},
|
|
2225
|
+
"path": [
|
|
2226
|
+
"typography",
|
|
2227
|
+
"size",
|
|
2228
|
+
"S"
|
|
2229
|
+
],
|
|
2230
|
+
"public": true
|
|
2231
|
+
},
|
|
2232
|
+
"M": {
|
|
2233
|
+
"value": "1",
|
|
2234
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2235
|
+
"isSource": true,
|
|
2236
|
+
"original": {
|
|
2237
|
+
"value": "1",
|
|
2238
|
+
"public": true
|
|
2239
|
+
},
|
|
2240
|
+
"name": "TypographySizeM",
|
|
2241
|
+
"attributes": {
|
|
2242
|
+
"category": "typography",
|
|
2243
|
+
"type": "size",
|
|
2244
|
+
"item": "M"
|
|
2245
|
+
},
|
|
2246
|
+
"path": [
|
|
2247
|
+
"typography",
|
|
2248
|
+
"size",
|
|
2249
|
+
"M"
|
|
2250
|
+
],
|
|
2251
|
+
"public": true
|
|
2252
|
+
},
|
|
2253
|
+
"L": {
|
|
2254
|
+
"value": "1.125",
|
|
2255
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2256
|
+
"isSource": true,
|
|
2257
|
+
"original": {
|
|
2258
|
+
"value": "1.125",
|
|
2259
|
+
"public": true
|
|
2260
|
+
},
|
|
2261
|
+
"name": "TypographySizeL",
|
|
2262
|
+
"attributes": {
|
|
2263
|
+
"category": "typography",
|
|
2264
|
+
"type": "size",
|
|
2265
|
+
"item": "L"
|
|
2266
|
+
},
|
|
2267
|
+
"path": [
|
|
2268
|
+
"typography",
|
|
2269
|
+
"size",
|
|
2270
|
+
"L"
|
|
2271
|
+
],
|
|
2272
|
+
"public": true
|
|
2273
|
+
},
|
|
2274
|
+
"XL": {
|
|
2275
|
+
"value": "1.25",
|
|
2276
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2277
|
+
"isSource": true,
|
|
2278
|
+
"original": {
|
|
2279
|
+
"value": "1.25",
|
|
2280
|
+
"public": true
|
|
2281
|
+
},
|
|
2282
|
+
"name": "TypographySizeXl",
|
|
2283
|
+
"attributes": {
|
|
2284
|
+
"category": "typography",
|
|
2285
|
+
"type": "size",
|
|
2286
|
+
"item": "XL"
|
|
2287
|
+
},
|
|
2288
|
+
"path": [
|
|
2289
|
+
"typography",
|
|
2290
|
+
"size",
|
|
2291
|
+
"XL"
|
|
2292
|
+
],
|
|
2293
|
+
"public": true
|
|
2294
|
+
},
|
|
2295
|
+
"2XL": {
|
|
2296
|
+
"value": "1.5",
|
|
2297
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2298
|
+
"isSource": true,
|
|
2299
|
+
"original": {
|
|
2300
|
+
"value": "1.5",
|
|
2301
|
+
"public": true
|
|
2302
|
+
},
|
|
2303
|
+
"name": "TypographySize2Xl",
|
|
2304
|
+
"attributes": {
|
|
2305
|
+
"category": "typography",
|
|
2306
|
+
"type": "size",
|
|
2307
|
+
"item": "2XL"
|
|
2308
|
+
},
|
|
2309
|
+
"path": [
|
|
2310
|
+
"typography",
|
|
2311
|
+
"size",
|
|
2312
|
+
"2XL"
|
|
2313
|
+
],
|
|
2314
|
+
"public": true
|
|
2315
|
+
},
|
|
2316
|
+
"3XL": {
|
|
2317
|
+
"value": "1.75",
|
|
2318
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2319
|
+
"isSource": true,
|
|
2320
|
+
"original": {
|
|
2321
|
+
"value": "1.75",
|
|
2322
|
+
"public": true
|
|
2323
|
+
},
|
|
2324
|
+
"name": "TypographySize3Xl",
|
|
2325
|
+
"attributes": {
|
|
2326
|
+
"category": "typography",
|
|
2327
|
+
"type": "size",
|
|
2328
|
+
"item": "3XL"
|
|
2329
|
+
},
|
|
2330
|
+
"path": [
|
|
2331
|
+
"typography",
|
|
2332
|
+
"size",
|
|
2333
|
+
"3XL"
|
|
2334
|
+
],
|
|
2335
|
+
"public": true
|
|
2336
|
+
},
|
|
2337
|
+
"4XL": {
|
|
2338
|
+
"value": "2",
|
|
2339
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2340
|
+
"isSource": true,
|
|
2341
|
+
"original": {
|
|
2342
|
+
"value": "2",
|
|
2343
|
+
"public": true
|
|
2344
|
+
},
|
|
2345
|
+
"name": "TypographySize4Xl",
|
|
2346
|
+
"attributes": {
|
|
2347
|
+
"category": "typography",
|
|
2348
|
+
"type": "size",
|
|
2349
|
+
"item": "4XL"
|
|
2350
|
+
},
|
|
2351
|
+
"path": [
|
|
2352
|
+
"typography",
|
|
2353
|
+
"size",
|
|
2354
|
+
"4XL"
|
|
2355
|
+
],
|
|
2356
|
+
"public": true
|
|
2357
|
+
},
|
|
2358
|
+
"5XL": {
|
|
2359
|
+
"value": "2.25",
|
|
2360
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2361
|
+
"isSource": true,
|
|
2362
|
+
"original": {
|
|
2363
|
+
"value": "2.25",
|
|
2364
|
+
"public": true
|
|
2365
|
+
},
|
|
2366
|
+
"name": "TypographySize5Xl",
|
|
2367
|
+
"attributes": {
|
|
2368
|
+
"category": "typography",
|
|
2369
|
+
"type": "size",
|
|
2370
|
+
"item": "5XL"
|
|
2371
|
+
},
|
|
2372
|
+
"path": [
|
|
2373
|
+
"typography",
|
|
2374
|
+
"size",
|
|
2375
|
+
"5XL"
|
|
2376
|
+
],
|
|
2377
|
+
"public": true
|
|
2378
|
+
},
|
|
2379
|
+
"6XL": {
|
|
2380
|
+
"value": "3",
|
|
2381
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2382
|
+
"isSource": true,
|
|
2383
|
+
"original": {
|
|
2384
|
+
"value": "3",
|
|
2385
|
+
"public": true
|
|
2386
|
+
},
|
|
2387
|
+
"name": "TypographySize6Xl",
|
|
2388
|
+
"attributes": {
|
|
2389
|
+
"category": "typography",
|
|
2390
|
+
"type": "size",
|
|
2391
|
+
"item": "6XL"
|
|
2392
|
+
},
|
|
2393
|
+
"path": [
|
|
2394
|
+
"typography",
|
|
2395
|
+
"size",
|
|
2396
|
+
"6XL"
|
|
2397
|
+
],
|
|
2398
|
+
"public": true
|
|
2399
|
+
},
|
|
2400
|
+
"7XL": {
|
|
2401
|
+
"value": "3.75",
|
|
2402
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2403
|
+
"isSource": true,
|
|
2404
|
+
"original": {
|
|
2405
|
+
"value": "3.75",
|
|
2406
|
+
"public": true
|
|
2407
|
+
},
|
|
2408
|
+
"name": "TypographySize7Xl",
|
|
2409
|
+
"attributes": {
|
|
2410
|
+
"category": "typography",
|
|
2411
|
+
"type": "size",
|
|
2412
|
+
"item": "7XL"
|
|
2413
|
+
},
|
|
2414
|
+
"path": [
|
|
2415
|
+
"typography",
|
|
2416
|
+
"size",
|
|
2417
|
+
"7XL"
|
|
2418
|
+
],
|
|
2419
|
+
"public": true
|
|
2420
|
+
},
|
|
2421
|
+
"8XL": {
|
|
2422
|
+
"value": "4.5",
|
|
2423
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2424
|
+
"isSource": true,
|
|
2425
|
+
"original": {
|
|
2426
|
+
"value": "4.5",
|
|
2427
|
+
"public": true
|
|
2428
|
+
},
|
|
2429
|
+
"name": "TypographySize8Xl",
|
|
2430
|
+
"attributes": {
|
|
2431
|
+
"category": "typography",
|
|
2432
|
+
"type": "size",
|
|
2433
|
+
"item": "8XL"
|
|
2434
|
+
},
|
|
2435
|
+
"path": [
|
|
2436
|
+
"typography",
|
|
2437
|
+
"size",
|
|
2438
|
+
"8XL"
|
|
2292
2439
|
],
|
|
2293
2440
|
"public": true
|
|
2294
2441
|
}
|