@pantheon-systems/pds-design-tokens 1.0.0-dev.77 → 1.0.0-dev.79

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.
@@ -58,10 +58,10 @@
58
58
  --pds-typography-font-weight-medium: 500;
59
59
  --pds-typography-font-weight-regular: 400;
60
60
  --pds-typography-font-weight-semibold: 600;
61
- --pds-typography-letter-spacing-l: 0.04em;
62
- --pds-typography-letter-spacing-m: 0.02em;
63
- --pds-typography-letter-spacing-s: 0.01em;
64
- --pds-typography-letter-spacing-xl: 0.06em;
61
+ --pds-typography-letter-spacing-l: 0.04rem;
62
+ --pds-typography-letter-spacing-m: 0.02rem;
63
+ --pds-typography-letter-spacing-s: 0.01rem;
64
+ --pds-typography-letter-spacing-xl: 0.06rem;
65
65
  --pds-typography-line-height-l: 170%;
66
66
  --pds-typography-line-height-m: 140%;
67
67
  --pds-typography-line-height-s: 120%;
@@ -399,22 +399,55 @@
399
399
  "paragraph"
400
400
  ]
401
401
  },
402
+ "anchor": {
403
+ "value": {
404
+ "fontSize": "1 * 16",
405
+ "fontFamily": "Poppins",
406
+ "fontWeight": 400,
407
+ "lineHeight": "140%",
408
+ "textDecoration": "underline"
409
+ },
410
+ "type": "typography",
411
+ "filePath": "tokens-figma/typography/base.json",
412
+ "isSource": true,
413
+ "original": {
414
+ "value": {
415
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
416
+ "fontFamily": "Poppins",
417
+ "fontWeight": "{typography.font-weight.regular}",
418
+ "lineHeight": "{typography.line-height.M}",
419
+ "textDecoration": "underline"
420
+ },
421
+ "type": "typography"
422
+ },
423
+ "name": "text-body-anchor",
424
+ "attributes": {
425
+ "category": "text",
426
+ "type": "body",
427
+ "item": "anchor"
428
+ },
429
+ "path": [
430
+ "text",
431
+ "body",
432
+ "anchor"
433
+ ]
434
+ },
402
435
  "lead": {
403
436
  "value": {
404
- "fontSize": "1.953 * 16",
437
+ "fontSize": "1.44 * 16",
405
438
  "fontFamily": "Aleo",
406
439
  "fontWeight": 400,
407
- "lineHeight": "140%"
440
+ "lineHeight": "170%"
408
441
  },
409
442
  "type": "typography",
410
443
  "filePath": "tokens-figma/typography/base.json",
411
444
  "isSource": true,
412
445
  "original": {
413
446
  "value": {
414
- "fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
447
+ "fontSize": "{typography.size.XL} * {figma.typography.size.base}",
415
448
  "fontFamily": "Aleo",
416
449
  "fontWeight": "{typography.font-weight.regular}",
417
- "lineHeight": "{typography.line-height.M}"
450
+ "lineHeight": "{typography.line-height.L}"
418
451
  },
419
452
  "type": "typography"
420
453
  },
@@ -430,9 +463,40 @@
430
463
  "lead"
431
464
  ]
432
465
  },
466
+ "lead-small": {
467
+ "value": {
468
+ "fontSize": "1.2 * 16",
469
+ "fontFamily": "Aleo",
470
+ "fontWeight": 400,
471
+ "lineHeight": "170%"
472
+ },
473
+ "type": "typography",
474
+ "filePath": "tokens-figma/typography/base.json",
475
+ "isSource": true,
476
+ "original": {
477
+ "value": {
478
+ "fontSize": "{typography.size.L} * {figma.typography.size.base}",
479
+ "fontFamily": "Aleo",
480
+ "fontWeight": "{typography.font-weight.regular}",
481
+ "lineHeight": "{typography.line-height.L}"
482
+ },
483
+ "type": "typography"
484
+ },
485
+ "name": "text-body-lead-small",
486
+ "attributes": {
487
+ "category": "text",
488
+ "type": "body",
489
+ "item": "lead-small"
490
+ },
491
+ "path": [
492
+ "text",
493
+ "body",
494
+ "lead-small"
495
+ ]
496
+ },
433
497
  "quote": {
434
498
  "value": {
435
- "fontSize": "1.953 * 16",
499
+ "fontSize": "1.728 * 16",
436
500
  "fontFamily": "Aleo",
437
501
  "fontWeight": "Italic",
438
502
  "letterSpacing": "0.01 * 100%",
@@ -463,9 +527,42 @@
463
527
  "quote"
464
528
  ]
465
529
  },
530
+ "quote-large": {
531
+ "value": {
532
+ "fontSize": "2.488 * 16",
533
+ "fontFamily": "Aleo",
534
+ "fontWeight": "Italic",
535
+ "letterSpacing": "0.01 * 100%",
536
+ "lineHeight": "140%"
537
+ },
538
+ "type": "typography",
539
+ "filePath": "tokens-figma/typography/base.json",
540
+ "isSource": true,
541
+ "original": {
542
+ "value": {
543
+ "fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
544
+ "fontFamily": "Aleo",
545
+ "fontWeight": "Italic",
546
+ "letterSpacing": "{typography.letter-spacing.S} * 100%",
547
+ "lineHeight": "{typography.line-height.M}"
548
+ },
549
+ "type": "typography"
550
+ },
551
+ "name": "text-body-quote-large",
552
+ "attributes": {
553
+ "category": "text",
554
+ "type": "body",
555
+ "item": "quote-large"
556
+ },
557
+ "path": [
558
+ "text",
559
+ "body",
560
+ "quote-large"
561
+ ]
562
+ },
466
563
  "overline": {
467
564
  "value": {
468
- "fontSize": "1.25 * 16",
565
+ "fontSize": "1.2 * 16",
469
566
  "fontFamily": "Poppins",
470
567
  "fontWeight": 700,
471
568
  "letterSpacing": "0.04 * 100%",
@@ -497,12 +594,82 @@
497
594
  "body",
498
595
  "overline"
499
596
  ]
597
+ },
598
+ "overline-small": {
599
+ "value": {
600
+ "fontSize": "1 * 16",
601
+ "fontFamily": "Poppins",
602
+ "fontWeight": 700,
603
+ "letterSpacing": "0.04 * 100%",
604
+ "textCase": "uppercase",
605
+ "lineHeight": "120%"
606
+ },
607
+ "type": "typography",
608
+ "filePath": "tokens-figma/typography/base.json",
609
+ "isSource": true,
610
+ "original": {
611
+ "value": {
612
+ "fontSize": "{typography.size.M} * {figma.typography.size.base}",
613
+ "fontFamily": "Poppins",
614
+ "fontWeight": "{typography.font-weight.bold}",
615
+ "letterSpacing": "{typography.letter-spacing.L} * 100%",
616
+ "textCase": "uppercase",
617
+ "lineHeight": "{typography.line-height.S}"
618
+ },
619
+ "type": "typography"
620
+ },
621
+ "name": "text-body-overline-small",
622
+ "attributes": {
623
+ "category": "text",
624
+ "type": "body",
625
+ "item": "overline-small"
626
+ },
627
+ "path": [
628
+ "text",
629
+ "body",
630
+ "overline-small"
631
+ ]
632
+ },
633
+ "overline-xs": {
634
+ "value": {
635
+ "fontSize": "0.875 * 16",
636
+ "fontFamily": "Poppins",
637
+ "fontWeight": 700,
638
+ "letterSpacing": "0.04 * 100%",
639
+ "textCase": "uppercase",
640
+ "lineHeight": "120%"
641
+ },
642
+ "type": "typography",
643
+ "filePath": "tokens-figma/typography/base.json",
644
+ "isSource": true,
645
+ "original": {
646
+ "value": {
647
+ "fontSize": "{typography.size.S} * {figma.typography.size.base}",
648
+ "fontFamily": "Poppins",
649
+ "fontWeight": "{typography.font-weight.bold}",
650
+ "letterSpacing": "{typography.letter-spacing.L} * 100%",
651
+ "textCase": "uppercase",
652
+ "lineHeight": "{typography.line-height.S}"
653
+ },
654
+ "type": "typography"
655
+ },
656
+ "name": "text-body-overline-xs",
657
+ "attributes": {
658
+ "category": "text",
659
+ "type": "body",
660
+ "item": "overline-xs"
661
+ },
662
+ "path": [
663
+ "text",
664
+ "body",
665
+ "overline-xs"
666
+ ]
500
667
  }
501
668
  },
502
669
  "headings": {
503
670
  "h1": {
504
671
  "value": {
505
- "fontSize": "3.052 * 16",
672
+ "fontSize": "2.488 * 16",
506
673
  "fontWeight": 700,
507
674
  "fontFamily": "Poppins",
508
675
  "lineHeight": "120%"
@@ -533,7 +700,7 @@
533
700
  },
534
701
  "h2": {
535
702
  "value": {
536
- "fontSize": "2.441 * 16",
703
+ "fontSize": "2.074 * 16",
537
704
  "fontWeight": 700,
538
705
  "fontFamily": "Poppins",
539
706
  "lineHeight": "120%"
@@ -564,7 +731,7 @@
564
731
  },
565
732
  "h3": {
566
733
  "value": {
567
- "fontSize": "1.953 * 16",
734
+ "fontSize": "1.728 * 16",
568
735
  "fontWeight": 700,
569
736
  "fontFamily": "Poppins",
570
737
  "lineHeight": "120%"
@@ -595,7 +762,7 @@
595
762
  },
596
763
  "h4": {
597
764
  "value": {
598
- "fontSize": "1.563 * 16",
765
+ "fontSize": "1.44 * 16",
599
766
  "fontWeight": 700,
600
767
  "fontFamily": "Poppins",
601
768
  "lineHeight": "120%"
@@ -626,7 +793,7 @@
626
793
  },
627
794
  "h5": {
628
795
  "value": {
629
- "fontSize": "1.25 * 16",
796
+ "fontSize": "1.2 * 16",
630
797
  "fontWeight": 700,
631
798
  "fontFamily": "Poppins",
632
799
  "lineHeight": "120%"
@@ -690,7 +857,7 @@
690
857
  "button": {
691
858
  "large": {
692
859
  "value": {
693
- "fontSize": "1.25 * 16",
860
+ "fontSize": "1.2 * 16",
694
861
  "fontWeight": 700,
695
862
  "fontFamily": "Poppins",
696
863
  "letterSpacing": "0.01 * 100%",
@@ -924,7 +1091,7 @@
924
1091
  "regular": {
925
1092
  "4XL": {
926
1093
  "value": {
927
- "fontSize": "3.052 * 16",
1094
+ "fontSize": "2.488 * 16",
928
1095
  "fontFamily": "Poppins",
929
1096
  "fontWeight": 400
930
1097
  },
@@ -955,7 +1122,7 @@
955
1122
  },
956
1123
  "3XL": {
957
1124
  "value": {
958
- "fontSize": "2.441 * 16",
1125
+ "fontSize": "2.074 * 16",
959
1126
  "fontFamily": "Poppins",
960
1127
  "fontWeight": 400
961
1128
  },
@@ -986,7 +1153,7 @@
986
1153
  },
987
1154
  "2XL": {
988
1155
  "value": {
989
- "fontSize": "1.953 * 16",
1156
+ "fontSize": "1.728 * 16",
990
1157
  "fontFamily": "Poppins",
991
1158
  "fontWeight": 400
992
1159
  },
@@ -1017,7 +1184,7 @@
1017
1184
  },
1018
1185
  "XL": {
1019
1186
  "value": {
1020
- "fontSize": "1.563 * 16",
1187
+ "fontSize": "1.44 * 16",
1021
1188
  "fontFamily": "Poppins",
1022
1189
  "fontWeight": 400
1023
1190
  },
@@ -1048,7 +1215,7 @@
1048
1215
  },
1049
1216
  "L": {
1050
1217
  "value": {
1051
- "fontSize": "1.25 * 16",
1218
+ "fontSize": "1.2 * 16",
1052
1219
  "fontFamily": "Poppins",
1053
1220
  "fontWeight": 400
1054
1221
  },
@@ -1176,7 +1343,7 @@
1176
1343
  "medium": {
1177
1344
  "4XL": {
1178
1345
  "value": {
1179
- "fontSize": "3.052 * 16",
1346
+ "fontSize": "2.488 * 16",
1180
1347
  "fontFamily": "Poppins",
1181
1348
  "fontWeight": 500
1182
1349
  },
@@ -1207,7 +1374,7 @@
1207
1374
  },
1208
1375
  "3XL": {
1209
1376
  "value": {
1210
- "fontSize": "2.441 * 16",
1377
+ "fontSize": "2.074 * 16",
1211
1378
  "fontFamily": "Poppins",
1212
1379
  "fontWeight": 500
1213
1380
  },
@@ -1238,7 +1405,7 @@
1238
1405
  },
1239
1406
  "2XL": {
1240
1407
  "value": {
1241
- "fontSize": "1.953 * 16",
1408
+ "fontSize": "1.728 * 16",
1242
1409
  "fontFamily": "Poppins",
1243
1410
  "fontWeight": 500
1244
1411
  },
@@ -1269,7 +1436,7 @@
1269
1436
  },
1270
1437
  "XL": {
1271
1438
  "value": {
1272
- "fontSize": "1.563 * 16",
1439
+ "fontSize": "1.44 * 16",
1273
1440
  "fontFamily": "Poppins",
1274
1441
  "fontWeight": 500
1275
1442
  },
@@ -1300,7 +1467,7 @@
1300
1467
  },
1301
1468
  "L": {
1302
1469
  "value": {
1303
- "fontSize": "1.25 * 16",
1470
+ "fontSize": "1.2 * 16",
1304
1471
  "fontFamily": "Poppins",
1305
1472
  "fontWeight": 500
1306
1473
  },
@@ -1428,7 +1595,7 @@
1428
1595
  "semibold": {
1429
1596
  "4XL": {
1430
1597
  "value": {
1431
- "fontSize": "3.052 * 16",
1598
+ "fontSize": "2.488 * 16",
1432
1599
  "fontFamily": "Poppins",
1433
1600
  "fontWeight": 600
1434
1601
  },
@@ -1459,7 +1626,7 @@
1459
1626
  },
1460
1627
  "3XL": {
1461
1628
  "value": {
1462
- "fontSize": "2.441 * 16",
1629
+ "fontSize": "2.074 * 16",
1463
1630
  "fontFamily": "Poppins",
1464
1631
  "fontWeight": 600
1465
1632
  },
@@ -1490,7 +1657,7 @@
1490
1657
  },
1491
1658
  "2XL": {
1492
1659
  "value": {
1493
- "fontSize": "1.953 * 16",
1660
+ "fontSize": "1.728 * 16",
1494
1661
  "fontFamily": "Poppins",
1495
1662
  "fontWeight": 600
1496
1663
  },
@@ -1521,7 +1688,7 @@
1521
1688
  },
1522
1689
  "XL": {
1523
1690
  "value": {
1524
- "fontSize": "1.563 * 16",
1691
+ "fontSize": "1.44 * 16",
1525
1692
  "fontFamily": "Poppins",
1526
1693
  "fontWeight": 600
1527
1694
  },
@@ -1552,7 +1719,7 @@
1552
1719
  },
1553
1720
  "L": {
1554
1721
  "value": {
1555
- "fontSize": "1.25 * 16",
1722
+ "fontSize": "1.2 * 16",
1556
1723
  "fontFamily": "Poppins",
1557
1724
  "fontWeight": 600
1558
1725
  },
@@ -1680,7 +1847,7 @@
1680
1847
  "bold": {
1681
1848
  "4XL": {
1682
1849
  "value": {
1683
- "fontSize": "3.052 * 16",
1850
+ "fontSize": "2.488 * 16",
1684
1851
  "fontFamily": "Poppins",
1685
1852
  "fontWeight": 700
1686
1853
  },
@@ -1711,7 +1878,7 @@
1711
1878
  },
1712
1879
  "3XL": {
1713
1880
  "value": {
1714
- "fontSize": "2.441 * 16",
1881
+ "fontSize": "2.074 * 16",
1715
1882
  "fontFamily": "Poppins",
1716
1883
  "fontWeight": 700
1717
1884
  },
@@ -1742,7 +1909,7 @@
1742
1909
  },
1743
1910
  "2XL": {
1744
1911
  "value": {
1745
- "fontSize": "1.953 * 16",
1912
+ "fontSize": "1.728 * 16",
1746
1913
  "fontFamily": "Poppins",
1747
1914
  "fontWeight": 700
1748
1915
  },
@@ -1773,7 +1940,7 @@
1773
1940
  },
1774
1941
  "XL": {
1775
1942
  "value": {
1776
- "fontSize": "1.563 * 16",
1943
+ "fontSize": "1.44 * 16",
1777
1944
  "fontFamily": "Poppins",
1778
1945
  "fontWeight": 700
1779
1946
  },
@@ -1804,7 +1971,7 @@
1804
1971
  },
1805
1972
  "L": {
1806
1973
  "value": {
1807
- "fontSize": "1.25 * 16",
1974
+ "fontSize": "1.2 * 16",
1808
1975
  "fontFamily": "Poppins",
1809
1976
  "fontWeight": 700
1810
1977
  },
@@ -1285,13 +1285,13 @@
1285
1285
  "letter-spacing": {
1286
1286
  "XL": {
1287
1287
  "value": "0.06",
1288
- "defaultUnit": "em",
1288
+ "defaultUnit": "rem",
1289
1289
  "public": true,
1290
1290
  "filePath": "tokens/typography/base/letter-spacing.json",
1291
1291
  "isSource": true,
1292
1292
  "original": {
1293
1293
  "value": "0.06",
1294
- "defaultUnit": "em",
1294
+ "defaultUnit": "rem",
1295
1295
  "public": true
1296
1296
  },
1297
1297
  "name": "typography-letter-spacing-xl",
@@ -1308,13 +1308,13 @@
1308
1308
  },
1309
1309
  "L": {
1310
1310
  "value": "0.04",
1311
- "defaultUnit": "em",
1311
+ "defaultUnit": "rem",
1312
1312
  "public": true,
1313
1313
  "filePath": "tokens/typography/base/letter-spacing.json",
1314
1314
  "isSource": true,
1315
1315
  "original": {
1316
1316
  "value": "0.04",
1317
- "defaultUnit": "em",
1317
+ "defaultUnit": "rem",
1318
1318
  "public": true
1319
1319
  },
1320
1320
  "name": "typography-letter-spacing-l",
@@ -1331,13 +1331,13 @@
1331
1331
  },
1332
1332
  "M": {
1333
1333
  "value": "0.02",
1334
- "defaultUnit": "em",
1334
+ "defaultUnit": "rem",
1335
1335
  "public": true,
1336
1336
  "filePath": "tokens/typography/base/letter-spacing.json",
1337
1337
  "isSource": true,
1338
1338
  "original": {
1339
1339
  "value": "0.02",
1340
- "defaultUnit": "em",
1340
+ "defaultUnit": "rem",
1341
1341
  "public": true
1342
1342
  },
1343
1343
  "name": "typography-letter-spacing-m",
@@ -1354,13 +1354,13 @@
1354
1354
  },
1355
1355
  "S": {
1356
1356
  "value": "0.01",
1357
- "defaultUnit": "em",
1357
+ "defaultUnit": "rem",
1358
1358
  "public": true,
1359
1359
  "filePath": "tokens/typography/base/letter-spacing.json",
1360
1360
  "isSource": true,
1361
1361
  "original": {
1362
1362
  "value": "0.01",
1363
- "defaultUnit": "em",
1363
+ "defaultUnit": "rem",
1364
1364
  "public": true
1365
1365
  },
1366
1366
  "name": "typography-letter-spacing-s",
@@ -1507,12 +1507,12 @@
1507
1507
  }
1508
1508
  },
1509
1509
  "scale-ratio": {
1510
- "value": "1.25",
1510
+ "value": "1.2",
1511
1511
  "comment": "The base ratio/multiplier of the typographic scale.",
1512
1512
  "filePath": "tokens/typography/base/size.json",
1513
1513
  "isSource": true,
1514
1514
  "original": {
1515
- "value": "1.25",
1515
+ "value": "1.2",
1516
1516
  "comment": "The base ratio/multiplier of the typographic scale."
1517
1517
  },
1518
1518
  "name": "typography-scale-ratio",
@@ -1527,15 +1527,13 @@
1527
1527
  },
1528
1528
  "size": {
1529
1529
  "4XL": {
1530
- "value": "3.052",
1531
- "formula": "1.25**5",
1532
- "defaultUnit": "em",
1530
+ "value": "2.488",
1531
+ "defaultUnit": "rem",
1533
1532
  "filePath": "tokens/typography/base/size.json",
1534
1533
  "isSource": true,
1535
1534
  "original": {
1536
- "value": "3.052",
1537
- "formula": "{typography.scale-ratio}**5",
1538
- "defaultUnit": "em"
1535
+ "value": "2.488",
1536
+ "defaultUnit": "rem"
1539
1537
  },
1540
1538
  "name": "typography-size-4-xl",
1541
1539
  "attributes": {
@@ -1550,15 +1548,13 @@
1550
1548
  ]
1551
1549
  },
1552
1550
  "3XL": {
1553
- "value": "2.441",
1554
- "formula": "1.25**4",
1555
- "defaultUnit": "em",
1551
+ "value": "2.074",
1552
+ "defaultUnit": "rem",
1556
1553
  "filePath": "tokens/typography/base/size.json",
1557
1554
  "isSource": true,
1558
1555
  "original": {
1559
- "value": "2.441",
1560
- "formula": "{typography.scale-ratio}**4",
1561
- "defaultUnit": "em"
1556
+ "value": "2.074",
1557
+ "defaultUnit": "rem"
1562
1558
  },
1563
1559
  "name": "typography-size-3-xl",
1564
1560
  "attributes": {
@@ -1573,15 +1569,13 @@
1573
1569
  ]
1574
1570
  },
1575
1571
  "2XL": {
1576
- "value": "1.953",
1577
- "formula": "1.25**3",
1578
- "defaultUnit": "em",
1572
+ "value": "1.728",
1573
+ "defaultUnit": "rem",
1579
1574
  "filePath": "tokens/typography/base/size.json",
1580
1575
  "isSource": true,
1581
1576
  "original": {
1582
- "value": "1.953",
1583
- "formula": "{typography.scale-ratio}**3",
1584
- "defaultUnit": "em"
1577
+ "value": "1.728",
1578
+ "defaultUnit": "rem"
1585
1579
  },
1586
1580
  "name": "typography-size-2-xl",
1587
1581
  "attributes": {
@@ -1596,15 +1590,13 @@
1596
1590
  ]
1597
1591
  },
1598
1592
  "XL": {
1599
- "value": "1.563",
1600
- "formula": "1.25**2",
1601
- "defaultUnit": "em",
1593
+ "value": "1.44",
1594
+ "defaultUnit": "rem",
1602
1595
  "filePath": "tokens/typography/base/size.json",
1603
1596
  "isSource": true,
1604
1597
  "original": {
1605
- "value": "1.563",
1606
- "formula": "{typography.scale-ratio}**2",
1607
- "defaultUnit": "em"
1598
+ "value": "1.44",
1599
+ "defaultUnit": "rem"
1608
1600
  },
1609
1601
  "name": "typography-size-xl",
1610
1602
  "attributes": {
@@ -1619,15 +1611,13 @@
1619
1611
  ]
1620
1612
  },
1621
1613
  "L": {
1622
- "value": "1.25",
1623
- "formula": "1.25**1",
1624
- "defaultUnit": "em",
1614
+ "value": "1.2",
1615
+ "defaultUnit": "rem",
1625
1616
  "filePath": "tokens/typography/base/size.json",
1626
1617
  "isSource": true,
1627
1618
  "original": {
1628
- "value": "1.25",
1629
- "formula": "{typography.scale-ratio}**1",
1630
- "defaultUnit": "em"
1619
+ "value": "1.2",
1620
+ "defaultUnit": "rem"
1631
1621
  },
1632
1622
  "name": "typography-size-l",
1633
1623
  "attributes": {
@@ -1644,13 +1634,13 @@
1644
1634
  "M": {
1645
1635
  "value": "1",
1646
1636
  "comment": "Base value.",
1647
- "defaultUnit": "em",
1637
+ "defaultUnit": "rem",
1648
1638
  "filePath": "tokens/typography/base/size.json",
1649
1639
  "isSource": true,
1650
1640
  "original": {
1651
1641
  "value": "1",
1652
1642
  "comment": "Base value.",
1653
- "defaultUnit": "em"
1643
+ "defaultUnit": "rem"
1654
1644
  },
1655
1645
  "name": "typography-size-m",
1656
1646
  "attributes": {
@@ -1666,14 +1656,12 @@
1666
1656
  },
1667
1657
  "S": {
1668
1658
  "value": "0.875",
1669
- "formula": "1.25**-1",
1670
- "defaultUnit": "em",
1659
+ "defaultUnit": "rem",
1671
1660
  "filePath": "tokens/typography/base/size.json",
1672
1661
  "isSource": true,
1673
1662
  "original": {
1674
1663
  "value": "0.875",
1675
- "formula": "{typography.scale-ratio}**-1",
1676
- "defaultUnit": "em"
1664
+ "defaultUnit": "rem"
1677
1665
  },
1678
1666
  "name": "typography-size-s",
1679
1667
  "attributes": {
@@ -1689,14 +1677,12 @@
1689
1677
  },
1690
1678
  "XS": {
1691
1679
  "value": "0.75",
1692
- "formula": "1.25**-2",
1693
- "defaultUnit": "em",
1680
+ "defaultUnit": "rem",
1694
1681
  "filePath": "tokens/typography/base/size.json",
1695
1682
  "isSource": true,
1696
1683
  "original": {
1697
1684
  "value": "0.75",
1698
- "formula": "{typography.scale-ratio}**-2",
1699
- "defaultUnit": "em"
1685
+ "defaultUnit": "rem"
1700
1686
  },
1701
1687
  "name": "typography-size-xs",
1702
1688
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.77",
3
+ "version": "1.0.0-dev.79",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [