@pantheon-systems/pds-design-tokens 2.0.0-alpha.10 → 2.0.0-alpha.12
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 -48
- package/build/css/variables.typography.css +34 -0
- package/build/figma/tokens.json +2820 -4624
- package/build/js/variables.global.d.ts +5 -31
- package/build/js/variables.global.js +37 -63
- package/build/js/variables.typography.d.ts +65 -0
- package/build/js/variables.typography.js +52 -0
- package/build/json/tokens.json +400 -228
- 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,173 @@
|
|
|
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.625",
|
|
1615
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1677
1616
|
"isSource": true,
|
|
1678
1617
|
"original": {
|
|
1679
|
-
"value":
|
|
1618
|
+
"value": "{spacing.XS}",
|
|
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":
|
|
1699
|
-
"filePath": "tokens/spacing/semantic/
|
|
1637
|
+
"value": "1",
|
|
1638
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1700
1639
|
"isSource": true,
|
|
1701
1640
|
"original": {
|
|
1702
|
-
"value": "{spacing.
|
|
1641
|
+
"value": "{spacing.M}",
|
|
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.25",
|
|
1661
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1723
1662
|
"isSource": true,
|
|
1724
1663
|
"original": {
|
|
1725
|
-
"value": "{spacing.
|
|
1664
|
+
"value": "{spacing.L}",
|
|
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
1705
|
},
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"value": 0.
|
|
1770
|
-
"filePath": "tokens/spacing/semantic/
|
|
1706
|
+
"gap-inline": {
|
|
1707
|
+
"default": {
|
|
1708
|
+
"value": "0.5",
|
|
1709
|
+
"filePath": "tokens/spacing/semantic/button.json",
|
|
1771
1710
|
"isSource": true,
|
|
1772
1711
|
"original": {
|
|
1773
|
-
"value": "{spacing.
|
|
1712
|
+
"value": "{spacing.2XS}",
|
|
1774
1713
|
"public": true
|
|
1775
1714
|
},
|
|
1776
|
-
"name": "
|
|
1715
|
+
"name": "SpacingButtonGapInlineDefault",
|
|
1777
1716
|
"attributes": {
|
|
1778
1717
|
"category": "spacing",
|
|
1779
1718
|
"type": "button",
|
|
1780
|
-
"item": "
|
|
1781
|
-
"subitem": "
|
|
1719
|
+
"item": "gap-inline",
|
|
1720
|
+
"subitem": "default"
|
|
1782
1721
|
},
|
|
1783
1722
|
"path": [
|
|
1784
1723
|
"spacing",
|
|
1785
1724
|
"button",
|
|
1786
|
-
"
|
|
1787
|
-
"
|
|
1725
|
+
"gap-inline",
|
|
1726
|
+
"default"
|
|
1788
1727
|
],
|
|
1789
1728
|
"public": true
|
|
1790
|
-
}
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
"input": {
|
|
1733
|
+
"height": {
|
|
1791
1734
|
"sm": {
|
|
1792
|
-
"value":
|
|
1793
|
-
"filePath": "tokens/spacing/semantic/
|
|
1735
|
+
"value": "2",
|
|
1736
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1794
1737
|
"isSource": true,
|
|
1795
1738
|
"original": {
|
|
1796
|
-
"value": "{spacing.
|
|
1739
|
+
"value": "{spacing.2XL}",
|
|
1797
1740
|
"public": true
|
|
1798
1741
|
},
|
|
1799
|
-
"name": "
|
|
1742
|
+
"name": "SpacingInputHeightSm",
|
|
1800
1743
|
"attributes": {
|
|
1801
1744
|
"category": "spacing",
|
|
1802
|
-
"type": "
|
|
1803
|
-
"item": "
|
|
1745
|
+
"type": "input",
|
|
1746
|
+
"item": "height",
|
|
1804
1747
|
"subitem": "sm"
|
|
1805
1748
|
},
|
|
1806
1749
|
"path": [
|
|
1807
1750
|
"spacing",
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1751
|
+
"input",
|
|
1752
|
+
"height",
|
|
1810
1753
|
"sm"
|
|
1811
1754
|
],
|
|
1812
1755
|
"public": true
|
|
1813
1756
|
},
|
|
1814
1757
|
"md": {
|
|
1815
|
-
"value":
|
|
1816
|
-
"filePath": "tokens/spacing/semantic/
|
|
1758
|
+
"value": "2.5",
|
|
1759
|
+
"filePath": "tokens/spacing/semantic/input.json",
|
|
1817
1760
|
"isSource": true,
|
|
1818
1761
|
"original": {
|
|
1819
|
-
"value": "{spacing.
|
|
1762
|
+
"value": "{spacing.3XL}",
|
|
1820
1763
|
"public": true
|
|
1821
1764
|
},
|
|
1822
|
-
"name": "
|
|
1765
|
+
"name": "SpacingInputHeightMd",
|
|
1823
1766
|
"attributes": {
|
|
1824
1767
|
"category": "spacing",
|
|
1825
|
-
"type": "
|
|
1826
|
-
"item": "
|
|
1768
|
+
"type": "input",
|
|
1769
|
+
"item": "height",
|
|
1827
1770
|
"subitem": "md"
|
|
1828
1771
|
},
|
|
1829
1772
|
"path": [
|
|
1830
1773
|
"spacing",
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1774
|
+
"input",
|
|
1775
|
+
"height",
|
|
1833
1776
|
"md"
|
|
1834
1777
|
],
|
|
1835
1778
|
"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
1779
|
}
|
|
1860
1780
|
}
|
|
1861
1781
|
}
|
|
@@ -2186,11 +2106,11 @@
|
|
|
2186
2106
|
"public": true
|
|
2187
2107
|
},
|
|
2188
2108
|
"M": {
|
|
2189
|
-
"value": "
|
|
2109
|
+
"value": "150%",
|
|
2190
2110
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2191
2111
|
"isSource": true,
|
|
2192
2112
|
"original": {
|
|
2193
|
-
"value": "
|
|
2113
|
+
"value": "150%",
|
|
2194
2114
|
"public": true
|
|
2195
2115
|
},
|
|
2196
2116
|
"name": "TypographyLhM",
|
|
@@ -2207,11 +2127,11 @@
|
|
|
2207
2127
|
"public": true
|
|
2208
2128
|
},
|
|
2209
2129
|
"S": {
|
|
2210
|
-
"value": "
|
|
2130
|
+
"value": "130%",
|
|
2211
2131
|
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2212
2132
|
"isSource": true,
|
|
2213
2133
|
"original": {
|
|
2214
|
-
"value": "
|
|
2134
|
+
"value": "130%",
|
|
2215
2135
|
"public": true
|
|
2216
2136
|
},
|
|
2217
2137
|
"name": "TypographyLhS",
|
|
@@ -2227,6 +2147,27 @@
|
|
|
2227
2147
|
],
|
|
2228
2148
|
"public": true
|
|
2229
2149
|
},
|
|
2150
|
+
"XS": {
|
|
2151
|
+
"value": "120%",
|
|
2152
|
+
"filePath": "tokens/typography/primitive/line-height.json",
|
|
2153
|
+
"isSource": true,
|
|
2154
|
+
"original": {
|
|
2155
|
+
"value": "120%",
|
|
2156
|
+
"public": true
|
|
2157
|
+
},
|
|
2158
|
+
"name": "TypographyLhXs",
|
|
2159
|
+
"attributes": {
|
|
2160
|
+
"category": "typography",
|
|
2161
|
+
"type": "lh",
|
|
2162
|
+
"item": "XS"
|
|
2163
|
+
},
|
|
2164
|
+
"path": [
|
|
2165
|
+
"typography",
|
|
2166
|
+
"lh",
|
|
2167
|
+
"XS"
|
|
2168
|
+
],
|
|
2169
|
+
"public": true
|
|
2170
|
+
},
|
|
2230
2171
|
"code": {
|
|
2231
2172
|
"value": "180%",
|
|
2232
2173
|
"filePath": "tokens/typography/semantic/line-height.json",
|
|
@@ -2249,46 +2190,277 @@
|
|
|
2249
2190
|
"public": true
|
|
2250
2191
|
}
|
|
2251
2192
|
},
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"value": "0.
|
|
2255
|
-
"filePath": "tokens/typography/primitive/
|
|
2193
|
+
"size": {
|
|
2194
|
+
"2XS": {
|
|
2195
|
+
"value": "0.625",
|
|
2196
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2256
2197
|
"isSource": true,
|
|
2257
2198
|
"original": {
|
|
2258
|
-
"value": "0.
|
|
2199
|
+
"value": "0.625",
|
|
2259
2200
|
"public": true
|
|
2260
2201
|
},
|
|
2261
|
-
"name": "
|
|
2202
|
+
"name": "TypographySize2Xs",
|
|
2262
2203
|
"attributes": {
|
|
2263
2204
|
"category": "typography",
|
|
2264
|
-
"type": "
|
|
2265
|
-
"item": "
|
|
2205
|
+
"type": "size",
|
|
2206
|
+
"item": "2XS"
|
|
2266
2207
|
},
|
|
2267
2208
|
"path": [
|
|
2268
2209
|
"typography",
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2210
|
+
"size",
|
|
2211
|
+
"2XS"
|
|
2271
2212
|
],
|
|
2272
2213
|
"public": true
|
|
2273
2214
|
},
|
|
2274
|
-
"
|
|
2275
|
-
"value": "0.
|
|
2276
|
-
"filePath": "tokens/typography/primitive/
|
|
2215
|
+
"XS": {
|
|
2216
|
+
"value": "0.75",
|
|
2217
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2277
2218
|
"isSource": true,
|
|
2278
2219
|
"original": {
|
|
2279
|
-
"value": "0.
|
|
2220
|
+
"value": "0.75",
|
|
2280
2221
|
"public": true
|
|
2281
2222
|
},
|
|
2282
|
-
"name": "
|
|
2223
|
+
"name": "TypographySizeXs",
|
|
2283
2224
|
"attributes": {
|
|
2284
2225
|
"category": "typography",
|
|
2285
|
-
"type": "
|
|
2286
|
-
"item": "
|
|
2226
|
+
"type": "size",
|
|
2227
|
+
"item": "XS"
|
|
2287
2228
|
},
|
|
2288
2229
|
"path": [
|
|
2289
2230
|
"typography",
|
|
2290
|
-
"
|
|
2291
|
-
"
|
|
2231
|
+
"size",
|
|
2232
|
+
"XS"
|
|
2233
|
+
],
|
|
2234
|
+
"public": true
|
|
2235
|
+
},
|
|
2236
|
+
"S": {
|
|
2237
|
+
"value": "0.875",
|
|
2238
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2239
|
+
"isSource": true,
|
|
2240
|
+
"original": {
|
|
2241
|
+
"value": "0.875",
|
|
2242
|
+
"public": true
|
|
2243
|
+
},
|
|
2244
|
+
"name": "TypographySizeS",
|
|
2245
|
+
"attributes": {
|
|
2246
|
+
"category": "typography",
|
|
2247
|
+
"type": "size",
|
|
2248
|
+
"item": "S"
|
|
2249
|
+
},
|
|
2250
|
+
"path": [
|
|
2251
|
+
"typography",
|
|
2252
|
+
"size",
|
|
2253
|
+
"S"
|
|
2254
|
+
],
|
|
2255
|
+
"public": true
|
|
2256
|
+
},
|
|
2257
|
+
"M": {
|
|
2258
|
+
"value": "1",
|
|
2259
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2260
|
+
"isSource": true,
|
|
2261
|
+
"original": {
|
|
2262
|
+
"value": "1",
|
|
2263
|
+
"public": true
|
|
2264
|
+
},
|
|
2265
|
+
"name": "TypographySizeM",
|
|
2266
|
+
"attributes": {
|
|
2267
|
+
"category": "typography",
|
|
2268
|
+
"type": "size",
|
|
2269
|
+
"item": "M"
|
|
2270
|
+
},
|
|
2271
|
+
"path": [
|
|
2272
|
+
"typography",
|
|
2273
|
+
"size",
|
|
2274
|
+
"M"
|
|
2275
|
+
],
|
|
2276
|
+
"public": true
|
|
2277
|
+
},
|
|
2278
|
+
"L": {
|
|
2279
|
+
"value": "1.125",
|
|
2280
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2281
|
+
"isSource": true,
|
|
2282
|
+
"original": {
|
|
2283
|
+
"value": "1.125",
|
|
2284
|
+
"public": true
|
|
2285
|
+
},
|
|
2286
|
+
"name": "TypographySizeL",
|
|
2287
|
+
"attributes": {
|
|
2288
|
+
"category": "typography",
|
|
2289
|
+
"type": "size",
|
|
2290
|
+
"item": "L"
|
|
2291
|
+
},
|
|
2292
|
+
"path": [
|
|
2293
|
+
"typography",
|
|
2294
|
+
"size",
|
|
2295
|
+
"L"
|
|
2296
|
+
],
|
|
2297
|
+
"public": true
|
|
2298
|
+
},
|
|
2299
|
+
"XL": {
|
|
2300
|
+
"value": "1.25",
|
|
2301
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2302
|
+
"isSource": true,
|
|
2303
|
+
"original": {
|
|
2304
|
+
"value": "1.25",
|
|
2305
|
+
"public": true
|
|
2306
|
+
},
|
|
2307
|
+
"name": "TypographySizeXl",
|
|
2308
|
+
"attributes": {
|
|
2309
|
+
"category": "typography",
|
|
2310
|
+
"type": "size",
|
|
2311
|
+
"item": "XL"
|
|
2312
|
+
},
|
|
2313
|
+
"path": [
|
|
2314
|
+
"typography",
|
|
2315
|
+
"size",
|
|
2316
|
+
"XL"
|
|
2317
|
+
],
|
|
2318
|
+
"public": true
|
|
2319
|
+
},
|
|
2320
|
+
"2XL": {
|
|
2321
|
+
"value": "1.5",
|
|
2322
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2323
|
+
"isSource": true,
|
|
2324
|
+
"original": {
|
|
2325
|
+
"value": "1.5",
|
|
2326
|
+
"public": true
|
|
2327
|
+
},
|
|
2328
|
+
"name": "TypographySize2Xl",
|
|
2329
|
+
"attributes": {
|
|
2330
|
+
"category": "typography",
|
|
2331
|
+
"type": "size",
|
|
2332
|
+
"item": "2XL"
|
|
2333
|
+
},
|
|
2334
|
+
"path": [
|
|
2335
|
+
"typography",
|
|
2336
|
+
"size",
|
|
2337
|
+
"2XL"
|
|
2338
|
+
],
|
|
2339
|
+
"public": true
|
|
2340
|
+
},
|
|
2341
|
+
"3XL": {
|
|
2342
|
+
"value": "1.75",
|
|
2343
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2344
|
+
"isSource": true,
|
|
2345
|
+
"original": {
|
|
2346
|
+
"value": "1.75",
|
|
2347
|
+
"public": true
|
|
2348
|
+
},
|
|
2349
|
+
"name": "TypographySize3Xl",
|
|
2350
|
+
"attributes": {
|
|
2351
|
+
"category": "typography",
|
|
2352
|
+
"type": "size",
|
|
2353
|
+
"item": "3XL"
|
|
2354
|
+
},
|
|
2355
|
+
"path": [
|
|
2356
|
+
"typography",
|
|
2357
|
+
"size",
|
|
2358
|
+
"3XL"
|
|
2359
|
+
],
|
|
2360
|
+
"public": true
|
|
2361
|
+
},
|
|
2362
|
+
"4XL": {
|
|
2363
|
+
"value": "2",
|
|
2364
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2365
|
+
"isSource": true,
|
|
2366
|
+
"original": {
|
|
2367
|
+
"value": "2",
|
|
2368
|
+
"public": true
|
|
2369
|
+
},
|
|
2370
|
+
"name": "TypographySize4Xl",
|
|
2371
|
+
"attributes": {
|
|
2372
|
+
"category": "typography",
|
|
2373
|
+
"type": "size",
|
|
2374
|
+
"item": "4XL"
|
|
2375
|
+
},
|
|
2376
|
+
"path": [
|
|
2377
|
+
"typography",
|
|
2378
|
+
"size",
|
|
2379
|
+
"4XL"
|
|
2380
|
+
],
|
|
2381
|
+
"public": true
|
|
2382
|
+
},
|
|
2383
|
+
"5XL": {
|
|
2384
|
+
"value": "2.25",
|
|
2385
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2386
|
+
"isSource": true,
|
|
2387
|
+
"original": {
|
|
2388
|
+
"value": "2.25",
|
|
2389
|
+
"public": true
|
|
2390
|
+
},
|
|
2391
|
+
"name": "TypographySize5Xl",
|
|
2392
|
+
"attributes": {
|
|
2393
|
+
"category": "typography",
|
|
2394
|
+
"type": "size",
|
|
2395
|
+
"item": "5XL"
|
|
2396
|
+
},
|
|
2397
|
+
"path": [
|
|
2398
|
+
"typography",
|
|
2399
|
+
"size",
|
|
2400
|
+
"5XL"
|
|
2401
|
+
],
|
|
2402
|
+
"public": true
|
|
2403
|
+
},
|
|
2404
|
+
"6XL": {
|
|
2405
|
+
"value": "3",
|
|
2406
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2407
|
+
"isSource": true,
|
|
2408
|
+
"original": {
|
|
2409
|
+
"value": "3",
|
|
2410
|
+
"public": true
|
|
2411
|
+
},
|
|
2412
|
+
"name": "TypographySize6Xl",
|
|
2413
|
+
"attributes": {
|
|
2414
|
+
"category": "typography",
|
|
2415
|
+
"type": "size",
|
|
2416
|
+
"item": "6XL"
|
|
2417
|
+
},
|
|
2418
|
+
"path": [
|
|
2419
|
+
"typography",
|
|
2420
|
+
"size",
|
|
2421
|
+
"6XL"
|
|
2422
|
+
],
|
|
2423
|
+
"public": true
|
|
2424
|
+
},
|
|
2425
|
+
"7XL": {
|
|
2426
|
+
"value": "3.75",
|
|
2427
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2428
|
+
"isSource": true,
|
|
2429
|
+
"original": {
|
|
2430
|
+
"value": "3.75",
|
|
2431
|
+
"public": true
|
|
2432
|
+
},
|
|
2433
|
+
"name": "TypographySize7Xl",
|
|
2434
|
+
"attributes": {
|
|
2435
|
+
"category": "typography",
|
|
2436
|
+
"type": "size",
|
|
2437
|
+
"item": "7XL"
|
|
2438
|
+
},
|
|
2439
|
+
"path": [
|
|
2440
|
+
"typography",
|
|
2441
|
+
"size",
|
|
2442
|
+
"7XL"
|
|
2443
|
+
],
|
|
2444
|
+
"public": true
|
|
2445
|
+
},
|
|
2446
|
+
"8XL": {
|
|
2447
|
+
"value": "4.5",
|
|
2448
|
+
"filePath": "tokens/typography/primitive/size.json",
|
|
2449
|
+
"isSource": true,
|
|
2450
|
+
"original": {
|
|
2451
|
+
"value": "4.5",
|
|
2452
|
+
"public": true
|
|
2453
|
+
},
|
|
2454
|
+
"name": "TypographySize8Xl",
|
|
2455
|
+
"attributes": {
|
|
2456
|
+
"category": "typography",
|
|
2457
|
+
"type": "size",
|
|
2458
|
+
"item": "8XL"
|
|
2459
|
+
},
|
|
2460
|
+
"path": [
|
|
2461
|
+
"typography",
|
|
2462
|
+
"size",
|
|
2463
|
+
"8XL"
|
|
2292
2464
|
],
|
|
2293
2465
|
"public": true
|
|
2294
2466
|
}
|