@pantheon-systems/pds-design-tokens 0.3.0-dev.0 → 0.4.0-dev.0
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 +1 -11
- package/build/css/pds-design-tokens-dark-mode.css +3 -0
- package/build/css/pds-design-tokens-light-mode.css +3 -0
- package/build/css/pds-design-tokens.css +1 -4
- package/build/figma/pds-design-tokens-figma.json +634 -834
- package/build/json/pds-design-tokens-dark-mode.json +87 -0
- package/build/json/pds-design-tokens-light-mode.json +89 -0
- package/build/json/pds-design-tokens.json +324 -580
- package/build/scss/_pds-design-tokens-dark-mode.scss +4 -1
- package/build/scss/_pds-design-tokens-light-mode.scss +4 -1
- package/build/scss/_pds-design-tokens.scss +1 -4
- package/package.json +1 -1
|
@@ -1230,30 +1230,146 @@
|
|
|
1230
1230
|
"spacing",
|
|
1231
1231
|
"4XS"
|
|
1232
1232
|
]
|
|
1233
|
-
},
|
|
1234
|
-
"5XS": {
|
|
1235
|
-
"value": "0.262",
|
|
1236
|
-
"formula": "1.25**-6",
|
|
1237
|
-
"defaultUnit": "rem",
|
|
1238
|
-
"filePath": "tokens/spacing/base.json",
|
|
1239
|
-
"isSource": true,
|
|
1240
|
-
"original": {
|
|
1241
|
-
"value": "0.262",
|
|
1242
|
-
"formula": "{spacing.scale-ratio}**-6",
|
|
1243
|
-
"defaultUnit": "rem"
|
|
1244
|
-
},
|
|
1245
|
-
"name": "spacing-5-xs",
|
|
1246
|
-
"attributes": {
|
|
1247
|
-
"category": "spacing",
|
|
1248
|
-
"type": "5XS"
|
|
1249
|
-
},
|
|
1250
|
-
"path": [
|
|
1251
|
-
"spacing",
|
|
1252
|
-
"5XS"
|
|
1253
|
-
]
|
|
1254
1233
|
}
|
|
1255
1234
|
},
|
|
1256
1235
|
"typography": {
|
|
1236
|
+
"font": {
|
|
1237
|
+
"default": {
|
|
1238
|
+
"value": "'Poppins', sans-serif",
|
|
1239
|
+
"public": true,
|
|
1240
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1241
|
+
"isSource": true,
|
|
1242
|
+
"original": {
|
|
1243
|
+
"value": "'Poppins', sans-serif",
|
|
1244
|
+
"public": true
|
|
1245
|
+
},
|
|
1246
|
+
"name": "typography-font-default",
|
|
1247
|
+
"attributes": {
|
|
1248
|
+
"category": "typography",
|
|
1249
|
+
"type": "font",
|
|
1250
|
+
"item": "default"
|
|
1251
|
+
},
|
|
1252
|
+
"path": [
|
|
1253
|
+
"typography",
|
|
1254
|
+
"font",
|
|
1255
|
+
"default"
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"headings": {
|
|
1259
|
+
"value": "'Poppins', sans-serif",
|
|
1260
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1261
|
+
"isSource": true,
|
|
1262
|
+
"original": {
|
|
1263
|
+
"value": "{typography.font.default.value}"
|
|
1264
|
+
},
|
|
1265
|
+
"name": "typography-font-headings",
|
|
1266
|
+
"attributes": {
|
|
1267
|
+
"category": "typography",
|
|
1268
|
+
"type": "font",
|
|
1269
|
+
"item": "headings"
|
|
1270
|
+
},
|
|
1271
|
+
"path": [
|
|
1272
|
+
"typography",
|
|
1273
|
+
"font",
|
|
1274
|
+
"headings"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
"paragraph": {
|
|
1278
|
+
"value": "'Poppins', sans-serif",
|
|
1279
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1280
|
+
"isSource": true,
|
|
1281
|
+
"original": {
|
|
1282
|
+
"value": "{typography.font.default.value}"
|
|
1283
|
+
},
|
|
1284
|
+
"name": "typography-font-paragraph",
|
|
1285
|
+
"attributes": {
|
|
1286
|
+
"category": "typography",
|
|
1287
|
+
"type": "font",
|
|
1288
|
+
"item": "paragraph"
|
|
1289
|
+
},
|
|
1290
|
+
"path": [
|
|
1291
|
+
"typography",
|
|
1292
|
+
"font",
|
|
1293
|
+
"paragraph"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"lead": {
|
|
1297
|
+
"value": "'Aleo', serif",
|
|
1298
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1299
|
+
"isSource": true,
|
|
1300
|
+
"original": {
|
|
1301
|
+
"value": "'Aleo', serif"
|
|
1302
|
+
},
|
|
1303
|
+
"name": "typography-font-lead",
|
|
1304
|
+
"attributes": {
|
|
1305
|
+
"category": "typography",
|
|
1306
|
+
"type": "font",
|
|
1307
|
+
"item": "lead"
|
|
1308
|
+
},
|
|
1309
|
+
"path": [
|
|
1310
|
+
"typography",
|
|
1311
|
+
"font",
|
|
1312
|
+
"lead"
|
|
1313
|
+
]
|
|
1314
|
+
},
|
|
1315
|
+
"quote": {
|
|
1316
|
+
"value": "'Aleo', serif",
|
|
1317
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1318
|
+
"isSource": true,
|
|
1319
|
+
"original": {
|
|
1320
|
+
"value": "'Aleo', serif"
|
|
1321
|
+
},
|
|
1322
|
+
"name": "typography-font-quote",
|
|
1323
|
+
"attributes": {
|
|
1324
|
+
"category": "typography",
|
|
1325
|
+
"type": "font",
|
|
1326
|
+
"item": "quote"
|
|
1327
|
+
},
|
|
1328
|
+
"path": [
|
|
1329
|
+
"typography",
|
|
1330
|
+
"font",
|
|
1331
|
+
"quote"
|
|
1332
|
+
]
|
|
1333
|
+
},
|
|
1334
|
+
"overline": {
|
|
1335
|
+
"value": "'Poppins', sans-serif",
|
|
1336
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1337
|
+
"isSource": true,
|
|
1338
|
+
"original": {
|
|
1339
|
+
"value": "{typography.font.default.value}"
|
|
1340
|
+
},
|
|
1341
|
+
"name": "typography-font-overline",
|
|
1342
|
+
"attributes": {
|
|
1343
|
+
"category": "typography",
|
|
1344
|
+
"type": "font",
|
|
1345
|
+
"item": "overline"
|
|
1346
|
+
},
|
|
1347
|
+
"path": [
|
|
1348
|
+
"typography",
|
|
1349
|
+
"font",
|
|
1350
|
+
"overline"
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
"css-import": {
|
|
1354
|
+
"value": "https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap'",
|
|
1355
|
+
"filePath": "tokens/typography/base/font.json",
|
|
1356
|
+
"isSource": true,
|
|
1357
|
+
"original": {
|
|
1358
|
+
"value": "https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap'"
|
|
1359
|
+
},
|
|
1360
|
+
"name": "typography-font-css-import",
|
|
1361
|
+
"attributes": {
|
|
1362
|
+
"category": "typography",
|
|
1363
|
+
"type": "font",
|
|
1364
|
+
"item": "css-import"
|
|
1365
|
+
},
|
|
1366
|
+
"path": [
|
|
1367
|
+
"typography",
|
|
1368
|
+
"font",
|
|
1369
|
+
"css-import"
|
|
1370
|
+
]
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1257
1373
|
"font-weight": {
|
|
1258
1374
|
"regular": {
|
|
1259
1375
|
"value": 400,
|
|
@@ -1311,377 +1427,25 @@
|
|
|
1311
1427
|
"font-weight",
|
|
1312
1428
|
"bold"
|
|
1313
1429
|
]
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
"product": {
|
|
1317
|
-
"font": {
|
|
1318
|
-
"css-import": {
|
|
1319
|
-
"value": "'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'",
|
|
1320
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1321
|
-
"isSource": true,
|
|
1322
|
-
"original": {
|
|
1323
|
-
"value": "'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'"
|
|
1324
|
-
},
|
|
1325
|
-
"name": "typography-product-font-css-import",
|
|
1326
|
-
"attributes": {
|
|
1327
|
-
"category": "typography",
|
|
1328
|
-
"type": "product",
|
|
1329
|
-
"item": "font",
|
|
1330
|
-
"subitem": "css-import"
|
|
1331
|
-
},
|
|
1332
|
-
"path": [
|
|
1333
|
-
"typography",
|
|
1334
|
-
"product",
|
|
1335
|
-
"font",
|
|
1336
|
-
"css-import"
|
|
1337
|
-
]
|
|
1338
|
-
},
|
|
1339
|
-
"headings": {
|
|
1340
|
-
"value": "'Poppins', sans-serif",
|
|
1341
|
-
"public": true,
|
|
1342
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1343
|
-
"isSource": true,
|
|
1344
|
-
"original": {
|
|
1345
|
-
"value": "'Poppins', sans-serif",
|
|
1346
|
-
"public": true
|
|
1347
|
-
},
|
|
1348
|
-
"name": "typography-product-font-headings",
|
|
1349
|
-
"attributes": {
|
|
1350
|
-
"category": "typography",
|
|
1351
|
-
"type": "product",
|
|
1352
|
-
"item": "font",
|
|
1353
|
-
"subitem": "headings"
|
|
1354
|
-
},
|
|
1355
|
-
"path": [
|
|
1356
|
-
"typography",
|
|
1357
|
-
"product",
|
|
1358
|
-
"font",
|
|
1359
|
-
"headings"
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
|
-
"text": {
|
|
1363
|
-
"value": "'Open Sans', sans-serif",
|
|
1364
|
-
"public": true,
|
|
1365
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1366
|
-
"isSource": true,
|
|
1367
|
-
"original": {
|
|
1368
|
-
"value": "'Open Sans', sans-serif",
|
|
1369
|
-
"public": true
|
|
1370
|
-
},
|
|
1371
|
-
"name": "typography-product-font-text",
|
|
1372
|
-
"attributes": {
|
|
1373
|
-
"category": "typography",
|
|
1374
|
-
"type": "product",
|
|
1375
|
-
"item": "font",
|
|
1376
|
-
"subitem": "text"
|
|
1377
|
-
},
|
|
1378
|
-
"path": [
|
|
1379
|
-
"typography",
|
|
1380
|
-
"product",
|
|
1381
|
-
"font",
|
|
1382
|
-
"text"
|
|
1383
|
-
]
|
|
1384
|
-
}
|
|
1385
|
-
},
|
|
1386
|
-
"marketing": {
|
|
1387
|
-
"font": {
|
|
1388
|
-
"css-import": {
|
|
1389
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'",
|
|
1390
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1391
|
-
"isSource": true,
|
|
1392
|
-
"original": {
|
|
1393
|
-
"value": "'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'"
|
|
1394
|
-
},
|
|
1395
|
-
"name": "typography-product-marketing-font-css-import",
|
|
1396
|
-
"attributes": {
|
|
1397
|
-
"category": "typography",
|
|
1398
|
-
"type": "product",
|
|
1399
|
-
"item": "marketing",
|
|
1400
|
-
"subitem": "font",
|
|
1401
|
-
"state": "css-import"
|
|
1402
|
-
},
|
|
1403
|
-
"path": [
|
|
1404
|
-
"typography",
|
|
1405
|
-
"product",
|
|
1406
|
-
"marketing",
|
|
1407
|
-
"font",
|
|
1408
|
-
"css-import"
|
|
1409
|
-
]
|
|
1410
|
-
},
|
|
1411
|
-
"headings": {
|
|
1412
|
-
"value": "'Poppins', sans-serif",
|
|
1413
|
-
"public": true,
|
|
1414
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1415
|
-
"isSource": true,
|
|
1416
|
-
"original": {
|
|
1417
|
-
"value": "'Poppins', sans-serif",
|
|
1418
|
-
"public": true
|
|
1419
|
-
},
|
|
1420
|
-
"name": "typography-product-marketing-font-headings",
|
|
1421
|
-
"attributes": {
|
|
1422
|
-
"category": "typography",
|
|
1423
|
-
"type": "product",
|
|
1424
|
-
"item": "marketing",
|
|
1425
|
-
"subitem": "font",
|
|
1426
|
-
"state": "headings"
|
|
1427
|
-
},
|
|
1428
|
-
"path": [
|
|
1429
|
-
"typography",
|
|
1430
|
-
"product",
|
|
1431
|
-
"marketing",
|
|
1432
|
-
"font",
|
|
1433
|
-
"headings"
|
|
1434
|
-
]
|
|
1435
|
-
},
|
|
1436
|
-
"text": {
|
|
1437
|
-
"value": "'Aleo', serif",
|
|
1438
|
-
"public": true,
|
|
1439
|
-
"filePath": "tokens/typography/base/font.json",
|
|
1440
|
-
"isSource": true,
|
|
1441
|
-
"original": {
|
|
1442
|
-
"value": "'Aleo', serif",
|
|
1443
|
-
"public": true
|
|
1444
|
-
},
|
|
1445
|
-
"name": "typography-product-marketing-font-text",
|
|
1446
|
-
"attributes": {
|
|
1447
|
-
"category": "typography",
|
|
1448
|
-
"type": "product",
|
|
1449
|
-
"item": "marketing",
|
|
1450
|
-
"subitem": "font",
|
|
1451
|
-
"state": "text"
|
|
1452
|
-
},
|
|
1453
|
-
"path": [
|
|
1454
|
-
"typography",
|
|
1455
|
-
"product",
|
|
1456
|
-
"marketing",
|
|
1457
|
-
"font",
|
|
1458
|
-
"text"
|
|
1459
|
-
]
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
1430
|
},
|
|
1463
|
-
"
|
|
1464
|
-
"value":
|
|
1465
|
-
"
|
|
1466
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1431
|
+
"extrabold": {
|
|
1432
|
+
"value": 800,
|
|
1433
|
+
"filePath": "tokens/typography/base/font-weight.json",
|
|
1467
1434
|
"isSource": true,
|
|
1468
1435
|
"original": {
|
|
1469
|
-
"value":
|
|
1470
|
-
"comment": "The base ratio/multiplier of the typographic scale for product"
|
|
1436
|
+
"value": 800
|
|
1471
1437
|
},
|
|
1472
|
-
"name": "typography-
|
|
1438
|
+
"name": "typography-font-weight-extrabold",
|
|
1473
1439
|
"attributes": {
|
|
1474
1440
|
"category": "typography",
|
|
1475
|
-
"type": "
|
|
1476
|
-
"item": "
|
|
1441
|
+
"type": "font-weight",
|
|
1442
|
+
"item": "extrabold"
|
|
1477
1443
|
},
|
|
1478
1444
|
"path": [
|
|
1479
1445
|
"typography",
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1446
|
+
"font-weight",
|
|
1447
|
+
"extrabold"
|
|
1482
1448
|
]
|
|
1483
|
-
},
|
|
1484
|
-
"size": {
|
|
1485
|
-
"4XL": {
|
|
1486
|
-
"value": "2.488",
|
|
1487
|
-
"formula": "1.2**5",
|
|
1488
|
-
"defaultUnit": "em",
|
|
1489
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1490
|
-
"isSource": true,
|
|
1491
|
-
"original": {
|
|
1492
|
-
"value": "2.488",
|
|
1493
|
-
"formula": "{typography.product.scale-ratio}**5",
|
|
1494
|
-
"defaultUnit": "em"
|
|
1495
|
-
},
|
|
1496
|
-
"name": "typography-product-size-4-xl",
|
|
1497
|
-
"attributes": {
|
|
1498
|
-
"category": "typography",
|
|
1499
|
-
"type": "product",
|
|
1500
|
-
"item": "size",
|
|
1501
|
-
"subitem": "4XL"
|
|
1502
|
-
},
|
|
1503
|
-
"path": [
|
|
1504
|
-
"typography",
|
|
1505
|
-
"product",
|
|
1506
|
-
"size",
|
|
1507
|
-
"4XL"
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
"3XL": {
|
|
1511
|
-
"value": "2.074",
|
|
1512
|
-
"formula": "1.2**4",
|
|
1513
|
-
"defaultUnit": "em",
|
|
1514
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1515
|
-
"isSource": true,
|
|
1516
|
-
"original": {
|
|
1517
|
-
"value": "2.074",
|
|
1518
|
-
"formula": "{typography.product.scale-ratio}**4",
|
|
1519
|
-
"defaultUnit": "em"
|
|
1520
|
-
},
|
|
1521
|
-
"name": "typography-product-size-3-xl",
|
|
1522
|
-
"attributes": {
|
|
1523
|
-
"category": "typography",
|
|
1524
|
-
"type": "product",
|
|
1525
|
-
"item": "size",
|
|
1526
|
-
"subitem": "3XL"
|
|
1527
|
-
},
|
|
1528
|
-
"path": [
|
|
1529
|
-
"typography",
|
|
1530
|
-
"product",
|
|
1531
|
-
"size",
|
|
1532
|
-
"3XL"
|
|
1533
|
-
]
|
|
1534
|
-
},
|
|
1535
|
-
"2XL": {
|
|
1536
|
-
"value": "1.728",
|
|
1537
|
-
"formula": "1.2**3",
|
|
1538
|
-
"defaultUnit": "em",
|
|
1539
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1540
|
-
"isSource": true,
|
|
1541
|
-
"original": {
|
|
1542
|
-
"value": "1.728",
|
|
1543
|
-
"formula": "{typography.product.scale-ratio}**3",
|
|
1544
|
-
"defaultUnit": "em"
|
|
1545
|
-
},
|
|
1546
|
-
"name": "typography-product-size-2-xl",
|
|
1547
|
-
"attributes": {
|
|
1548
|
-
"category": "typography",
|
|
1549
|
-
"type": "product",
|
|
1550
|
-
"item": "size",
|
|
1551
|
-
"subitem": "2XL"
|
|
1552
|
-
},
|
|
1553
|
-
"path": [
|
|
1554
|
-
"typography",
|
|
1555
|
-
"product",
|
|
1556
|
-
"size",
|
|
1557
|
-
"2XL"
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
|
-
"XL": {
|
|
1561
|
-
"value": "1.44",
|
|
1562
|
-
"formula": "1.2**2",
|
|
1563
|
-
"defaultUnit": "em",
|
|
1564
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1565
|
-
"isSource": true,
|
|
1566
|
-
"original": {
|
|
1567
|
-
"value": "1.44",
|
|
1568
|
-
"formula": "{typography.product.scale-ratio}**2",
|
|
1569
|
-
"defaultUnit": "em"
|
|
1570
|
-
},
|
|
1571
|
-
"name": "typography-product-size-xl",
|
|
1572
|
-
"attributes": {
|
|
1573
|
-
"category": "typography",
|
|
1574
|
-
"type": "product",
|
|
1575
|
-
"item": "size",
|
|
1576
|
-
"subitem": "XL"
|
|
1577
|
-
},
|
|
1578
|
-
"path": [
|
|
1579
|
-
"typography",
|
|
1580
|
-
"product",
|
|
1581
|
-
"size",
|
|
1582
|
-
"XL"
|
|
1583
|
-
]
|
|
1584
|
-
},
|
|
1585
|
-
"L": {
|
|
1586
|
-
"value": "1.2",
|
|
1587
|
-
"formula": "1.2**1",
|
|
1588
|
-
"defaultUnit": "em",
|
|
1589
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1590
|
-
"isSource": true,
|
|
1591
|
-
"original": {
|
|
1592
|
-
"value": "1.2",
|
|
1593
|
-
"formula": "{typography.product.scale-ratio}**1",
|
|
1594
|
-
"defaultUnit": "em"
|
|
1595
|
-
},
|
|
1596
|
-
"name": "typography-product-size-l",
|
|
1597
|
-
"attributes": {
|
|
1598
|
-
"category": "typography",
|
|
1599
|
-
"type": "product",
|
|
1600
|
-
"item": "size",
|
|
1601
|
-
"subitem": "L"
|
|
1602
|
-
},
|
|
1603
|
-
"path": [
|
|
1604
|
-
"typography",
|
|
1605
|
-
"product",
|
|
1606
|
-
"size",
|
|
1607
|
-
"L"
|
|
1608
|
-
]
|
|
1609
|
-
},
|
|
1610
|
-
"M": {
|
|
1611
|
-
"value": "1",
|
|
1612
|
-
"comment": "Base value.",
|
|
1613
|
-
"defaultUnit": "em",
|
|
1614
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1615
|
-
"isSource": true,
|
|
1616
|
-
"original": {
|
|
1617
|
-
"value": "1",
|
|
1618
|
-
"comment": "Base value.",
|
|
1619
|
-
"defaultUnit": "em"
|
|
1620
|
-
},
|
|
1621
|
-
"name": "typography-product-size-m",
|
|
1622
|
-
"attributes": {
|
|
1623
|
-
"category": "typography",
|
|
1624
|
-
"type": "product",
|
|
1625
|
-
"item": "size",
|
|
1626
|
-
"subitem": "M"
|
|
1627
|
-
},
|
|
1628
|
-
"path": [
|
|
1629
|
-
"typography",
|
|
1630
|
-
"product",
|
|
1631
|
-
"size",
|
|
1632
|
-
"M"
|
|
1633
|
-
]
|
|
1634
|
-
},
|
|
1635
|
-
"S": {
|
|
1636
|
-
"value": "0.833",
|
|
1637
|
-
"formula": "1.2**-1",
|
|
1638
|
-
"defaultUnit": "em",
|
|
1639
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1640
|
-
"isSource": true,
|
|
1641
|
-
"original": {
|
|
1642
|
-
"value": "0.833",
|
|
1643
|
-
"formula": "{typography.product.scale-ratio}**-1",
|
|
1644
|
-
"defaultUnit": "em"
|
|
1645
|
-
},
|
|
1646
|
-
"name": "typography-product-size-s",
|
|
1647
|
-
"attributes": {
|
|
1648
|
-
"category": "typography",
|
|
1649
|
-
"type": "product",
|
|
1650
|
-
"item": "size",
|
|
1651
|
-
"subitem": "S"
|
|
1652
|
-
},
|
|
1653
|
-
"path": [
|
|
1654
|
-
"typography",
|
|
1655
|
-
"product",
|
|
1656
|
-
"size",
|
|
1657
|
-
"S"
|
|
1658
|
-
]
|
|
1659
|
-
},
|
|
1660
|
-
"XS": {
|
|
1661
|
-
"value": "0.694",
|
|
1662
|
-
"formula": "1.2**-2",
|
|
1663
|
-
"defaultUnit": "em",
|
|
1664
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1665
|
-
"isSource": true,
|
|
1666
|
-
"original": {
|
|
1667
|
-
"value": "0.694",
|
|
1668
|
-
"formula": "{typography.product.scale-ratio}**-2",
|
|
1669
|
-
"defaultUnit": "em"
|
|
1670
|
-
},
|
|
1671
|
-
"name": "typography-product-size-xs",
|
|
1672
|
-
"attributes": {
|
|
1673
|
-
"category": "typography",
|
|
1674
|
-
"type": "product",
|
|
1675
|
-
"item": "size",
|
|
1676
|
-
"subitem": "XS"
|
|
1677
|
-
},
|
|
1678
|
-
"path": [
|
|
1679
|
-
"typography",
|
|
1680
|
-
"product",
|
|
1681
|
-
"size",
|
|
1682
|
-
"XS"
|
|
1683
|
-
]
|
|
1684
|
-
}
|
|
1685
1449
|
}
|
|
1686
1450
|
},
|
|
1687
1451
|
"letter-spacing": {
|
|
@@ -1821,229 +1585,209 @@
|
|
|
1821
1585
|
]
|
|
1822
1586
|
}
|
|
1823
1587
|
},
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1588
|
+
"scale-ratio": {
|
|
1589
|
+
"value": "1.25",
|
|
1590
|
+
"comment": "The base ratio/multiplier of the typographic scale.",
|
|
1591
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1592
|
+
"isSource": true,
|
|
1593
|
+
"original": {
|
|
1826
1594
|
"value": "1.25",
|
|
1827
|
-
"comment": "The base ratio/multiplier of the typographic scale
|
|
1828
|
-
|
|
1595
|
+
"comment": "The base ratio/multiplier of the typographic scale."
|
|
1596
|
+
},
|
|
1597
|
+
"name": "typography-scale-ratio",
|
|
1598
|
+
"attributes": {
|
|
1599
|
+
"category": "typography",
|
|
1600
|
+
"type": "scale-ratio"
|
|
1601
|
+
},
|
|
1602
|
+
"path": [
|
|
1603
|
+
"typography",
|
|
1604
|
+
"scale-ratio"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"size": {
|
|
1608
|
+
"4XL": {
|
|
1609
|
+
"value": "3.052",
|
|
1610
|
+
"formula": "1.25**5",
|
|
1611
|
+
"defaultUnit": "em",
|
|
1612
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1829
1613
|
"isSource": true,
|
|
1830
1614
|
"original": {
|
|
1831
|
-
"value": "
|
|
1832
|
-
"
|
|
1615
|
+
"value": "3.052",
|
|
1616
|
+
"formula": "{typography.scale-ratio}**5",
|
|
1617
|
+
"defaultUnit": "em"
|
|
1833
1618
|
},
|
|
1834
|
-
"name": "typography-
|
|
1619
|
+
"name": "typography-size-4-xl",
|
|
1835
1620
|
"attributes": {
|
|
1836
1621
|
"category": "typography",
|
|
1837
|
-
"type": "
|
|
1838
|
-
"item": "
|
|
1622
|
+
"type": "size",
|
|
1623
|
+
"item": "4XL"
|
|
1839
1624
|
},
|
|
1840
1625
|
"path": [
|
|
1841
1626
|
"typography",
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1627
|
+
"size",
|
|
1628
|
+
"4XL"
|
|
1844
1629
|
]
|
|
1845
1630
|
},
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
"original": {
|
|
1854
|
-
"value": "3.052",
|
|
1855
|
-
"formula": "{typography.marketing.scale-ratio}**5",
|
|
1856
|
-
"defaultUnit": "em"
|
|
1857
|
-
},
|
|
1858
|
-
"name": "typography-marketing-size-4-xl",
|
|
1859
|
-
"attributes": {
|
|
1860
|
-
"category": "typography",
|
|
1861
|
-
"type": "marketing",
|
|
1862
|
-
"item": "size",
|
|
1863
|
-
"subitem": "4XL"
|
|
1864
|
-
},
|
|
1865
|
-
"path": [
|
|
1866
|
-
"typography",
|
|
1867
|
-
"marketing",
|
|
1868
|
-
"size",
|
|
1869
|
-
"4XL"
|
|
1870
|
-
]
|
|
1871
|
-
},
|
|
1872
|
-
"3XL": {
|
|
1631
|
+
"3XL": {
|
|
1632
|
+
"value": "2.441",
|
|
1633
|
+
"formula": "1.25**4",
|
|
1634
|
+
"defaultUnit": "em",
|
|
1635
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1636
|
+
"isSource": true,
|
|
1637
|
+
"original": {
|
|
1873
1638
|
"value": "2.441",
|
|
1874
|
-
"formula": "
|
|
1875
|
-
"defaultUnit": "em"
|
|
1876
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1877
|
-
"isSource": true,
|
|
1878
|
-
"original": {
|
|
1879
|
-
"value": "2.441",
|
|
1880
|
-
"formula": "{typography.marketing.scale-ratio}**4",
|
|
1881
|
-
"defaultUnit": "em"
|
|
1882
|
-
},
|
|
1883
|
-
"name": "typography-marketing-size-3-xl",
|
|
1884
|
-
"attributes": {
|
|
1885
|
-
"category": "typography",
|
|
1886
|
-
"type": "marketing",
|
|
1887
|
-
"item": "size",
|
|
1888
|
-
"subitem": "3XL"
|
|
1889
|
-
},
|
|
1890
|
-
"path": [
|
|
1891
|
-
"typography",
|
|
1892
|
-
"marketing",
|
|
1893
|
-
"size",
|
|
1894
|
-
"3XL"
|
|
1895
|
-
]
|
|
1639
|
+
"formula": "{typography.scale-ratio}**4",
|
|
1640
|
+
"defaultUnit": "em"
|
|
1896
1641
|
},
|
|
1897
|
-
"
|
|
1642
|
+
"name": "typography-size-3-xl",
|
|
1643
|
+
"attributes": {
|
|
1644
|
+
"category": "typography",
|
|
1645
|
+
"type": "size",
|
|
1646
|
+
"item": "3XL"
|
|
1647
|
+
},
|
|
1648
|
+
"path": [
|
|
1649
|
+
"typography",
|
|
1650
|
+
"size",
|
|
1651
|
+
"3XL"
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1654
|
+
"2XL": {
|
|
1655
|
+
"value": "1.953",
|
|
1656
|
+
"formula": "1.25**3",
|
|
1657
|
+
"defaultUnit": "em",
|
|
1658
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1659
|
+
"isSource": true,
|
|
1660
|
+
"original": {
|
|
1898
1661
|
"value": "1.953",
|
|
1899
|
-
"formula": "
|
|
1900
|
-
"defaultUnit": "em"
|
|
1901
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1902
|
-
"isSource": true,
|
|
1903
|
-
"original": {
|
|
1904
|
-
"value": "1.953",
|
|
1905
|
-
"formula": "{typography.marketing.scale-ratio}**3",
|
|
1906
|
-
"defaultUnit": "em"
|
|
1907
|
-
},
|
|
1908
|
-
"name": "typography-marketing-size-2-xl",
|
|
1909
|
-
"attributes": {
|
|
1910
|
-
"category": "typography",
|
|
1911
|
-
"type": "marketing",
|
|
1912
|
-
"item": "size",
|
|
1913
|
-
"subitem": "2XL"
|
|
1914
|
-
},
|
|
1915
|
-
"path": [
|
|
1916
|
-
"typography",
|
|
1917
|
-
"marketing",
|
|
1918
|
-
"size",
|
|
1919
|
-
"2XL"
|
|
1920
|
-
]
|
|
1662
|
+
"formula": "{typography.scale-ratio}**3",
|
|
1663
|
+
"defaultUnit": "em"
|
|
1921
1664
|
},
|
|
1922
|
-
"
|
|
1665
|
+
"name": "typography-size-2-xl",
|
|
1666
|
+
"attributes": {
|
|
1667
|
+
"category": "typography",
|
|
1668
|
+
"type": "size",
|
|
1669
|
+
"item": "2XL"
|
|
1670
|
+
},
|
|
1671
|
+
"path": [
|
|
1672
|
+
"typography",
|
|
1673
|
+
"size",
|
|
1674
|
+
"2XL"
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
"XL": {
|
|
1678
|
+
"value": "1.563",
|
|
1679
|
+
"formula": "1.25**2",
|
|
1680
|
+
"defaultUnit": "em",
|
|
1681
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1682
|
+
"isSource": true,
|
|
1683
|
+
"original": {
|
|
1923
1684
|
"value": "1.563",
|
|
1924
|
-
"formula": "
|
|
1925
|
-
"defaultUnit": "em"
|
|
1926
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1927
|
-
"isSource": true,
|
|
1928
|
-
"original": {
|
|
1929
|
-
"value": "1.563",
|
|
1930
|
-
"formula": "{typography.marketing.scale-ratio}**2",
|
|
1931
|
-
"defaultUnit": "em"
|
|
1932
|
-
},
|
|
1933
|
-
"name": "typography-marketing-size-xl",
|
|
1934
|
-
"attributes": {
|
|
1935
|
-
"category": "typography",
|
|
1936
|
-
"type": "marketing",
|
|
1937
|
-
"item": "size",
|
|
1938
|
-
"subitem": "XL"
|
|
1939
|
-
},
|
|
1940
|
-
"path": [
|
|
1941
|
-
"typography",
|
|
1942
|
-
"marketing",
|
|
1943
|
-
"size",
|
|
1944
|
-
"XL"
|
|
1945
|
-
]
|
|
1685
|
+
"formula": "{typography.scale-ratio}**2",
|
|
1686
|
+
"defaultUnit": "em"
|
|
1946
1687
|
},
|
|
1947
|
-
"
|
|
1688
|
+
"name": "typography-size-xl",
|
|
1689
|
+
"attributes": {
|
|
1690
|
+
"category": "typography",
|
|
1691
|
+
"type": "size",
|
|
1692
|
+
"item": "XL"
|
|
1693
|
+
},
|
|
1694
|
+
"path": [
|
|
1695
|
+
"typography",
|
|
1696
|
+
"size",
|
|
1697
|
+
"XL"
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
"L": {
|
|
1701
|
+
"value": "1.25",
|
|
1702
|
+
"formula": "1.25**1",
|
|
1703
|
+
"defaultUnit": "em",
|
|
1704
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1705
|
+
"isSource": true,
|
|
1706
|
+
"original": {
|
|
1948
1707
|
"value": "1.25",
|
|
1949
|
-
"formula": "
|
|
1950
|
-
"defaultUnit": "em"
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
},
|
|
1958
|
-
"name": "typography-marketing-size-l",
|
|
1959
|
-
"attributes": {
|
|
1960
|
-
"category": "typography",
|
|
1961
|
-
"type": "marketing",
|
|
1962
|
-
"item": "size",
|
|
1963
|
-
"subitem": "L"
|
|
1964
|
-
},
|
|
1965
|
-
"path": [
|
|
1966
|
-
"typography",
|
|
1967
|
-
"marketing",
|
|
1968
|
-
"size",
|
|
1969
|
-
"L"
|
|
1970
|
-
]
|
|
1708
|
+
"formula": "{typography.scale-ratio}**1",
|
|
1709
|
+
"defaultUnit": "em"
|
|
1710
|
+
},
|
|
1711
|
+
"name": "typography-size-l",
|
|
1712
|
+
"attributes": {
|
|
1713
|
+
"category": "typography",
|
|
1714
|
+
"type": "size",
|
|
1715
|
+
"item": "L"
|
|
1971
1716
|
},
|
|
1972
|
-
"
|
|
1717
|
+
"path": [
|
|
1718
|
+
"typography",
|
|
1719
|
+
"size",
|
|
1720
|
+
"L"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
"M": {
|
|
1724
|
+
"value": "1",
|
|
1725
|
+
"comment": "Base value.",
|
|
1726
|
+
"defaultUnit": "em",
|
|
1727
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1728
|
+
"isSource": true,
|
|
1729
|
+
"original": {
|
|
1973
1730
|
"value": "1",
|
|
1974
1731
|
"comment": "Base value.",
|
|
1975
|
-
"defaultUnit": "em"
|
|
1976
|
-
"filePath": "tokens/typography/base/scale.json",
|
|
1977
|
-
"isSource": true,
|
|
1978
|
-
"original": {
|
|
1979
|
-
"value": "1",
|
|
1980
|
-
"comment": "Base value.",
|
|
1981
|
-
"defaultUnit": "em"
|
|
1982
|
-
},
|
|
1983
|
-
"name": "typography-marketing-size-m",
|
|
1984
|
-
"attributes": {
|
|
1985
|
-
"category": "typography",
|
|
1986
|
-
"type": "marketing",
|
|
1987
|
-
"item": "size",
|
|
1988
|
-
"subitem": "M"
|
|
1989
|
-
},
|
|
1990
|
-
"path": [
|
|
1991
|
-
"typography",
|
|
1992
|
-
"marketing",
|
|
1993
|
-
"size",
|
|
1994
|
-
"M"
|
|
1995
|
-
]
|
|
1732
|
+
"defaultUnit": "em"
|
|
1996
1733
|
},
|
|
1997
|
-
"
|
|
1734
|
+
"name": "typography-size-m",
|
|
1735
|
+
"attributes": {
|
|
1736
|
+
"category": "typography",
|
|
1737
|
+
"type": "size",
|
|
1738
|
+
"item": "M"
|
|
1739
|
+
},
|
|
1740
|
+
"path": [
|
|
1741
|
+
"typography",
|
|
1742
|
+
"size",
|
|
1743
|
+
"M"
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
"S": {
|
|
1747
|
+
"value": "0.8",
|
|
1748
|
+
"formula": "1.25**-1",
|
|
1749
|
+
"defaultUnit": "em",
|
|
1750
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1751
|
+
"isSource": true,
|
|
1752
|
+
"original": {
|
|
1998
1753
|
"value": "0.8",
|
|
1999
|
-
"formula": "
|
|
2000
|
-
"defaultUnit": "em"
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
},
|
|
2008
|
-
"name": "typography-marketing-size-s",
|
|
2009
|
-
"attributes": {
|
|
2010
|
-
"category": "typography",
|
|
2011
|
-
"type": "marketing",
|
|
2012
|
-
"item": "size",
|
|
2013
|
-
"subitem": "S"
|
|
2014
|
-
},
|
|
2015
|
-
"path": [
|
|
2016
|
-
"typography",
|
|
2017
|
-
"marketing",
|
|
2018
|
-
"size",
|
|
2019
|
-
"S"
|
|
2020
|
-
]
|
|
1754
|
+
"formula": "{typography.scale-ratio}**-1",
|
|
1755
|
+
"defaultUnit": "em"
|
|
1756
|
+
},
|
|
1757
|
+
"name": "typography-size-s",
|
|
1758
|
+
"attributes": {
|
|
1759
|
+
"category": "typography",
|
|
1760
|
+
"type": "size",
|
|
1761
|
+
"item": "S"
|
|
2021
1762
|
},
|
|
2022
|
-
"
|
|
1763
|
+
"path": [
|
|
1764
|
+
"typography",
|
|
1765
|
+
"size",
|
|
1766
|
+
"S"
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
"XS": {
|
|
1770
|
+
"value": "0.64",
|
|
1771
|
+
"formula": "1.25**-2",
|
|
1772
|
+
"defaultUnit": "em",
|
|
1773
|
+
"filePath": "tokens/typography/base/size.json",
|
|
1774
|
+
"isSource": true,
|
|
1775
|
+
"original": {
|
|
2023
1776
|
"value": "0.64",
|
|
2024
|
-
"formula": "
|
|
2025
|
-
"defaultUnit": "em"
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
"subitem": "XS"
|
|
2039
|
-
},
|
|
2040
|
-
"path": [
|
|
2041
|
-
"typography",
|
|
2042
|
-
"marketing",
|
|
2043
|
-
"size",
|
|
2044
|
-
"XS"
|
|
2045
|
-
]
|
|
2046
|
-
}
|
|
1777
|
+
"formula": "{typography.scale-ratio}**-2",
|
|
1778
|
+
"defaultUnit": "em"
|
|
1779
|
+
},
|
|
1780
|
+
"name": "typography-size-xs",
|
|
1781
|
+
"attributes": {
|
|
1782
|
+
"category": "typography",
|
|
1783
|
+
"type": "size",
|
|
1784
|
+
"item": "XS"
|
|
1785
|
+
},
|
|
1786
|
+
"path": [
|
|
1787
|
+
"typography",
|
|
1788
|
+
"size",
|
|
1789
|
+
"XS"
|
|
1790
|
+
]
|
|
2047
1791
|
}
|
|
2048
1792
|
}
|
|
2049
1793
|
}
|