@pantheon-systems/pds-design-tokens 1.0.0-dev.101 → 1.0.0-dev.103
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.
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
--pds-typography-letter-spacing-m: 0.02rem;
|
|
70
70
|
--pds-typography-letter-spacing-s: 0.01rem;
|
|
71
71
|
--pds-typography-letter-spacing-xl: 0.06rem;
|
|
72
|
-
--pds-typography-line-height-l:
|
|
72
|
+
--pds-typography-line-height-l: 165%;
|
|
73
73
|
--pds-typography-line-height-m: 140%;
|
|
74
74
|
--pds-typography-line-height-s: 120%;
|
|
75
75
|
--pds-typography-line-height-xl: 195%;
|
|
76
76
|
--pds-typography-multiplier-medium: 0.88;
|
|
77
77
|
--pds-typography-multiplier-small: 0.84;
|
|
78
|
-
--pds-typography-size-2xl: 1.
|
|
79
|
-
--pds-typography-size-3xl: 2.
|
|
80
|
-
--pds-typography-size-4xl:
|
|
81
|
-
--pds-typography-size-5xl:
|
|
82
|
-
--pds-typography-size-6xl:
|
|
83
|
-
--pds-typography-size-l: 1.
|
|
78
|
+
--pds-typography-size-2xl: 1.728rem;
|
|
79
|
+
--pds-typography-size-3xl: 2.074rem;
|
|
80
|
+
--pds-typography-size-4xl: 2.488rem;
|
|
81
|
+
--pds-typography-size-5xl: 2.986rem;
|
|
82
|
+
--pds-typography-size-6xl: 3.583rem;
|
|
83
|
+
--pds-typography-size-l: 1.2rem;
|
|
84
84
|
--pds-typography-size-m: 1rem;
|
|
85
|
-
--pds-typography-size-s: 0.
|
|
86
|
-
--pds-typography-size-xl: 1.
|
|
87
|
-
--pds-typography-size-xs: 0.
|
|
85
|
+
--pds-typography-size-s: 0.833rem;
|
|
86
|
+
--pds-typography-size-xl: 1.44rem;
|
|
87
|
+
--pds-typography-size-xs: 0.694rem;
|
|
88
88
|
--pds-z-index-dropdown: 200;
|
|
89
89
|
--pds-z-index-modal: 500;
|
|
90
90
|
--pds-z-index-navigation: 100;
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"fontSize": "1 * 16",
|
|
506
506
|
"fontFamily": "Poppins",
|
|
507
507
|
"fontWeight": 400,
|
|
508
|
-
"lineHeight": "
|
|
508
|
+
"lineHeight": "165%"
|
|
509
509
|
},
|
|
510
510
|
"type": "typography",
|
|
511
511
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"fontSize": "1 * 16",
|
|
537
537
|
"fontFamily": "Poppins",
|
|
538
538
|
"fontWeight": 400,
|
|
539
|
-
"lineHeight": "
|
|
539
|
+
"lineHeight": "165%",
|
|
540
540
|
"textDecoration": "underline"
|
|
541
541
|
},
|
|
542
542
|
"type": "typography",
|
|
@@ -566,10 +566,10 @@
|
|
|
566
566
|
},
|
|
567
567
|
"lead": {
|
|
568
568
|
"value": {
|
|
569
|
-
"fontSize": "1.
|
|
569
|
+
"fontSize": "1.728 * 16",
|
|
570
570
|
"fontFamily": "Aleo",
|
|
571
571
|
"fontWeight": 400,
|
|
572
|
-
"lineHeight": "
|
|
572
|
+
"lineHeight": "165%"
|
|
573
573
|
},
|
|
574
574
|
"type": "typography",
|
|
575
575
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -597,10 +597,10 @@
|
|
|
597
597
|
},
|
|
598
598
|
"lead-sm": {
|
|
599
599
|
"value": {
|
|
600
|
-
"fontSize": "1.
|
|
600
|
+
"fontSize": "1.44 * 16",
|
|
601
601
|
"fontFamily": "Aleo",
|
|
602
602
|
"fontWeight": 400,
|
|
603
|
-
"lineHeight": "
|
|
603
|
+
"lineHeight": "165%"
|
|
604
604
|
},
|
|
605
605
|
"type": "typography",
|
|
606
606
|
"filePath": "tokens-figma/typography/base.json",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
},
|
|
629
629
|
"quote": {
|
|
630
630
|
"value": {
|
|
631
|
-
"fontSize": "1.
|
|
631
|
+
"fontSize": "1.728 * 16",
|
|
632
632
|
"fontFamily": "Aleo",
|
|
633
633
|
"fontWeight": "Italic",
|
|
634
634
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
},
|
|
662
662
|
"quote-sm": {
|
|
663
663
|
"value": {
|
|
664
|
-
"fontSize": "1.
|
|
664
|
+
"fontSize": "1.44 * 16",
|
|
665
665
|
"fontFamily": "Aleo",
|
|
666
666
|
"fontWeight": "Italic",
|
|
667
667
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
},
|
|
730
730
|
"overline-sm": {
|
|
731
731
|
"value": {
|
|
732
|
-
"fontSize": "0.
|
|
732
|
+
"fontSize": "0.833 * 16",
|
|
733
733
|
"fontFamily": "Poppins",
|
|
734
734
|
"fontWeight": 700,
|
|
735
735
|
"letterSpacing": "0.04 * 100%",
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
},
|
|
765
765
|
"overline-lg": {
|
|
766
766
|
"value": {
|
|
767
|
-
"fontSize": "1.
|
|
767
|
+
"fontSize": "1.2 * 16",
|
|
768
768
|
"fontFamily": "Poppins",
|
|
769
769
|
"fontWeight": 700,
|
|
770
770
|
"letterSpacing": "0.04 * 100%",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"headings": {
|
|
802
802
|
"h1": {
|
|
803
803
|
"value": {
|
|
804
|
-
"fontSize": "
|
|
804
|
+
"fontSize": "2.488 * 16",
|
|
805
805
|
"fontWeight": 700,
|
|
806
806
|
"fontFamily": "Poppins",
|
|
807
807
|
"lineHeight": "120%"
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
},
|
|
833
833
|
"h2": {
|
|
834
834
|
"value": {
|
|
835
|
-
"fontSize": "2.
|
|
835
|
+
"fontSize": "2.074 * 16",
|
|
836
836
|
"fontWeight": 700,
|
|
837
837
|
"fontFamily": "Poppins",
|
|
838
838
|
"lineHeight": "120%"
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
},
|
|
864
864
|
"h3": {
|
|
865
865
|
"value": {
|
|
866
|
-
"fontSize": "1.
|
|
866
|
+
"fontSize": "1.728 * 16",
|
|
867
867
|
"fontWeight": 700,
|
|
868
868
|
"fontFamily": "Poppins",
|
|
869
869
|
"lineHeight": "120%"
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
},
|
|
895
895
|
"h4": {
|
|
896
896
|
"value": {
|
|
897
|
-
"fontSize": "1.
|
|
897
|
+
"fontSize": "1.44 * 16",
|
|
898
898
|
"fontWeight": 700,
|
|
899
899
|
"fontFamily": "Poppins",
|
|
900
900
|
"lineHeight": "120%"
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
},
|
|
926
926
|
"h5": {
|
|
927
927
|
"value": {
|
|
928
|
-
"fontSize": "1.
|
|
928
|
+
"fontSize": "1.2 * 16",
|
|
929
929
|
"fontWeight": 700,
|
|
930
930
|
"fontFamily": "Poppins",
|
|
931
931
|
"lineHeight": "120%"
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"button": {
|
|
990
990
|
"large": {
|
|
991
991
|
"value": {
|
|
992
|
-
"fontSize": "1.
|
|
992
|
+
"fontSize": "1.2 * 16",
|
|
993
993
|
"fontWeight": 700,
|
|
994
994
|
"fontFamily": "Poppins",
|
|
995
995
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
},
|
|
1153
1153
|
"description": {
|
|
1154
1154
|
"value": {
|
|
1155
|
-
"fontSize": "0.
|
|
1155
|
+
"fontSize": "0.833 * 16",
|
|
1156
1156
|
"fontFamily": "Poppins",
|
|
1157
1157
|
"fontWeight": 400,
|
|
1158
1158
|
"lineHeight": "120%"
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
"menu": {
|
|
1186
1186
|
"item-heading": {
|
|
1187
1187
|
"value": {
|
|
1188
|
-
"fontSize": "0.
|
|
1188
|
+
"fontSize": "0.833 * 16",
|
|
1189
1189
|
"fontFamily": "Poppins",
|
|
1190
1190
|
"fontWeight": 700,
|
|
1191
1191
|
"letterSpacing": "0.04 * 100%",
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"regular": {
|
|
1224
1224
|
"6XL": {
|
|
1225
1225
|
"value": {
|
|
1226
|
-
"fontSize": "
|
|
1226
|
+
"fontSize": "3.583 * 16",
|
|
1227
1227
|
"fontFamily": "Poppins",
|
|
1228
1228
|
"fontWeight": 400
|
|
1229
1229
|
},
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
},
|
|
1255
1255
|
"5XL": {
|
|
1256
1256
|
"value": {
|
|
1257
|
-
"fontSize": "
|
|
1257
|
+
"fontSize": "2.986 * 16",
|
|
1258
1258
|
"fontFamily": "Poppins",
|
|
1259
1259
|
"fontWeight": 400
|
|
1260
1260
|
},
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
},
|
|
1286
1286
|
"4XL": {
|
|
1287
1287
|
"value": {
|
|
1288
|
-
"fontSize": "
|
|
1288
|
+
"fontSize": "2.488 * 16",
|
|
1289
1289
|
"fontFamily": "Poppins",
|
|
1290
1290
|
"fontWeight": 400
|
|
1291
1291
|
},
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
},
|
|
1317
1317
|
"3XL": {
|
|
1318
1318
|
"value": {
|
|
1319
|
-
"fontSize": "2.
|
|
1319
|
+
"fontSize": "2.074 * 16",
|
|
1320
1320
|
"fontFamily": "Poppins",
|
|
1321
1321
|
"fontWeight": 400
|
|
1322
1322
|
},
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
},
|
|
1348
1348
|
"2XL": {
|
|
1349
1349
|
"value": {
|
|
1350
|
-
"fontSize": "1.
|
|
1350
|
+
"fontSize": "1.728 * 16",
|
|
1351
1351
|
"fontFamily": "Poppins",
|
|
1352
1352
|
"fontWeight": 400
|
|
1353
1353
|
},
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
},
|
|
1379
1379
|
"XL": {
|
|
1380
1380
|
"value": {
|
|
1381
|
-
"fontSize": "1.
|
|
1381
|
+
"fontSize": "1.44 * 16",
|
|
1382
1382
|
"fontFamily": "Poppins",
|
|
1383
1383
|
"fontWeight": 400
|
|
1384
1384
|
},
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
},
|
|
1410
1410
|
"L": {
|
|
1411
1411
|
"value": {
|
|
1412
|
-
"fontSize": "1.
|
|
1412
|
+
"fontSize": "1.2 * 16",
|
|
1413
1413
|
"fontFamily": "Poppins",
|
|
1414
1414
|
"fontWeight": 400
|
|
1415
1415
|
},
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
},
|
|
1474
1474
|
"S": {
|
|
1475
1475
|
"value": {
|
|
1476
|
-
"fontSize": "0.
|
|
1476
|
+
"fontSize": "0.833 * 16",
|
|
1477
1477
|
"fontFamily": "Poppins",
|
|
1478
1478
|
"fontWeight": 400
|
|
1479
1479
|
},
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
},
|
|
1505
1505
|
"XS": {
|
|
1506
1506
|
"value": {
|
|
1507
|
-
"fontSize": "0.
|
|
1507
|
+
"fontSize": "0.694 * 16",
|
|
1508
1508
|
"fontFamily": "Poppins",
|
|
1509
1509
|
"fontWeight": 400
|
|
1510
1510
|
},
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"semibold": {
|
|
1538
1538
|
"6XL": {
|
|
1539
1539
|
"value": {
|
|
1540
|
-
"fontSize": "
|
|
1540
|
+
"fontSize": "3.583 * 16",
|
|
1541
1541
|
"fontFamily": "Poppins",
|
|
1542
1542
|
"fontWeight": 600
|
|
1543
1543
|
},
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
},
|
|
1569
1569
|
"5XL": {
|
|
1570
1570
|
"value": {
|
|
1571
|
-
"fontSize": "
|
|
1571
|
+
"fontSize": "2.986 * 16",
|
|
1572
1572
|
"fontFamily": "Poppins",
|
|
1573
1573
|
"fontWeight": 600
|
|
1574
1574
|
},
|
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
},
|
|
1600
1600
|
"4XL": {
|
|
1601
1601
|
"value": {
|
|
1602
|
-
"fontSize": "
|
|
1602
|
+
"fontSize": "2.488 * 16",
|
|
1603
1603
|
"fontFamily": "Poppins",
|
|
1604
1604
|
"fontWeight": 600
|
|
1605
1605
|
},
|
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
},
|
|
1631
1631
|
"3XL": {
|
|
1632
1632
|
"value": {
|
|
1633
|
-
"fontSize": "2.
|
|
1633
|
+
"fontSize": "2.074 * 16",
|
|
1634
1634
|
"fontFamily": "Poppins",
|
|
1635
1635
|
"fontWeight": 600
|
|
1636
1636
|
},
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
},
|
|
1662
1662
|
"2XL": {
|
|
1663
1663
|
"value": {
|
|
1664
|
-
"fontSize": "1.
|
|
1664
|
+
"fontSize": "1.728 * 16",
|
|
1665
1665
|
"fontFamily": "Poppins",
|
|
1666
1666
|
"fontWeight": 600
|
|
1667
1667
|
},
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
},
|
|
1693
1693
|
"XL": {
|
|
1694
1694
|
"value": {
|
|
1695
|
-
"fontSize": "1.
|
|
1695
|
+
"fontSize": "1.44 * 16",
|
|
1696
1696
|
"fontFamily": "Poppins",
|
|
1697
1697
|
"fontWeight": 600
|
|
1698
1698
|
},
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
},
|
|
1724
1724
|
"L": {
|
|
1725
1725
|
"value": {
|
|
1726
|
-
"fontSize": "1.
|
|
1726
|
+
"fontSize": "1.2 * 16",
|
|
1727
1727
|
"fontFamily": "Poppins",
|
|
1728
1728
|
"fontWeight": 600
|
|
1729
1729
|
},
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
},
|
|
1788
1788
|
"S": {
|
|
1789
1789
|
"value": {
|
|
1790
|
-
"fontSize": "0.
|
|
1790
|
+
"fontSize": "0.833 * 16",
|
|
1791
1791
|
"fontFamily": "Poppins",
|
|
1792
1792
|
"fontWeight": 600
|
|
1793
1793
|
},
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
},
|
|
1819
1819
|
"XS": {
|
|
1820
1820
|
"value": {
|
|
1821
|
-
"fontSize": "0.
|
|
1821
|
+
"fontSize": "0.694 * 16",
|
|
1822
1822
|
"fontFamily": "Poppins",
|
|
1823
1823
|
"fontWeight": 600
|
|
1824
1824
|
},
|
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"bold": {
|
|
1852
1852
|
"6XL": {
|
|
1853
1853
|
"value": {
|
|
1854
|
-
"fontSize": "
|
|
1854
|
+
"fontSize": "3.583 * 16",
|
|
1855
1855
|
"fontFamily": "Poppins",
|
|
1856
1856
|
"fontWeight": 700
|
|
1857
1857
|
},
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
},
|
|
1883
1883
|
"5XL": {
|
|
1884
1884
|
"value": {
|
|
1885
|
-
"fontSize": "
|
|
1885
|
+
"fontSize": "2.986 * 16",
|
|
1886
1886
|
"fontFamily": "Poppins",
|
|
1887
1887
|
"fontWeight": 700
|
|
1888
1888
|
},
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
},
|
|
1914
1914
|
"4XL": {
|
|
1915
1915
|
"value": {
|
|
1916
|
-
"fontSize": "
|
|
1916
|
+
"fontSize": "2.488 * 16",
|
|
1917
1917
|
"fontFamily": "Poppins",
|
|
1918
1918
|
"fontWeight": 700
|
|
1919
1919
|
},
|
|
@@ -1944,7 +1944,7 @@
|
|
|
1944
1944
|
},
|
|
1945
1945
|
"3XL": {
|
|
1946
1946
|
"value": {
|
|
1947
|
-
"fontSize": "2.
|
|
1947
|
+
"fontSize": "2.074 * 16",
|
|
1948
1948
|
"fontFamily": "Poppins",
|
|
1949
1949
|
"fontWeight": 700
|
|
1950
1950
|
},
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
},
|
|
1976
1976
|
"2XL": {
|
|
1977
1977
|
"value": {
|
|
1978
|
-
"fontSize": "1.
|
|
1978
|
+
"fontSize": "1.728 * 16",
|
|
1979
1979
|
"fontFamily": "Poppins",
|
|
1980
1980
|
"fontWeight": 700
|
|
1981
1981
|
},
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
},
|
|
2007
2007
|
"XL": {
|
|
2008
2008
|
"value": {
|
|
2009
|
-
"fontSize": "1.
|
|
2009
|
+
"fontSize": "1.44 * 16",
|
|
2010
2010
|
"fontFamily": "Poppins",
|
|
2011
2011
|
"fontWeight": 700
|
|
2012
2012
|
},
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
},
|
|
2038
2038
|
"L": {
|
|
2039
2039
|
"value": {
|
|
2040
|
-
"fontSize": "1.
|
|
2040
|
+
"fontSize": "1.2 * 16",
|
|
2041
2041
|
"fontFamily": "Poppins",
|
|
2042
2042
|
"fontWeight": 700
|
|
2043
2043
|
},
|
|
@@ -2101,7 +2101,7 @@
|
|
|
2101
2101
|
},
|
|
2102
2102
|
"S": {
|
|
2103
2103
|
"value": {
|
|
2104
|
-
"fontSize": "0.
|
|
2104
|
+
"fontSize": "0.833 * 16",
|
|
2105
2105
|
"fontFamily": "Poppins",
|
|
2106
2106
|
"fontWeight": 700
|
|
2107
2107
|
},
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
},
|
|
2133
2133
|
"XS": {
|
|
2134
2134
|
"value": {
|
|
2135
|
-
"fontSize": "0.
|
|
2135
|
+
"fontSize": "0.694 * 16",
|
|
2136
2136
|
"fontFamily": "Poppins",
|
|
2137
2137
|
"fontWeight": 700
|
|
2138
2138
|
},
|
|
@@ -1639,12 +1639,12 @@
|
|
|
1639
1639
|
]
|
|
1640
1640
|
},
|
|
1641
1641
|
"L": {
|
|
1642
|
-
"value": "
|
|
1642
|
+
"value": "165%",
|
|
1643
1643
|
"public": true,
|
|
1644
1644
|
"filePath": "tokens/typography/base/line-height.json",
|
|
1645
1645
|
"isSource": true,
|
|
1646
1646
|
"original": {
|
|
1647
|
-
"value": "
|
|
1647
|
+
"value": "165%",
|
|
1648
1648
|
"public": true
|
|
1649
1649
|
},
|
|
1650
1650
|
"name": "typography-line-height-l",
|
|
@@ -1748,13 +1748,13 @@
|
|
|
1748
1748
|
},
|
|
1749
1749
|
"size": {
|
|
1750
1750
|
"6XL": {
|
|
1751
|
-
"value": "
|
|
1751
|
+
"value": "3.583",
|
|
1752
1752
|
"defaultUnit": "rem",
|
|
1753
1753
|
"public": true,
|
|
1754
1754
|
"filePath": "tokens/typography/base/size.json",
|
|
1755
1755
|
"isSource": true,
|
|
1756
1756
|
"original": {
|
|
1757
|
-
"value": "
|
|
1757
|
+
"value": "3.583",
|
|
1758
1758
|
"defaultUnit": "rem",
|
|
1759
1759
|
"public": true
|
|
1760
1760
|
},
|
|
@@ -1771,15 +1771,17 @@
|
|
|
1771
1771
|
]
|
|
1772
1772
|
},
|
|
1773
1773
|
"5XL": {
|
|
1774
|
-
"value": "
|
|
1774
|
+
"value": "2.986",
|
|
1775
1775
|
"defaultUnit": "rem",
|
|
1776
1776
|
"public": true,
|
|
1777
|
+
"comment": "Default h1",
|
|
1777
1778
|
"filePath": "tokens/typography/base/size.json",
|
|
1778
1779
|
"isSource": true,
|
|
1779
1780
|
"original": {
|
|
1780
|
-
"value": "
|
|
1781
|
+
"value": "2.986",
|
|
1781
1782
|
"defaultUnit": "rem",
|
|
1782
|
-
"public": true
|
|
1783
|
+
"public": true,
|
|
1784
|
+
"comment": "Default h1"
|
|
1783
1785
|
},
|
|
1784
1786
|
"name": "typography-size-5-xl",
|
|
1785
1787
|
"attributes": {
|
|
@@ -1794,17 +1796,15 @@
|
|
|
1794
1796
|
]
|
|
1795
1797
|
},
|
|
1796
1798
|
"4XL": {
|
|
1797
|
-
"value": "
|
|
1799
|
+
"value": "2.488",
|
|
1798
1800
|
"defaultUnit": "rem",
|
|
1799
1801
|
"public": true,
|
|
1800
|
-
"comment": "Default h1",
|
|
1801
1802
|
"filePath": "tokens/typography/base/size.json",
|
|
1802
1803
|
"isSource": true,
|
|
1803
1804
|
"original": {
|
|
1804
|
-
"value": "
|
|
1805
|
+
"value": "2.488",
|
|
1805
1806
|
"defaultUnit": "rem",
|
|
1806
|
-
"public": true
|
|
1807
|
-
"comment": "Default h1"
|
|
1807
|
+
"public": true
|
|
1808
1808
|
},
|
|
1809
1809
|
"name": "typography-size-4-xl",
|
|
1810
1810
|
"attributes": {
|
|
@@ -1819,15 +1819,17 @@
|
|
|
1819
1819
|
]
|
|
1820
1820
|
},
|
|
1821
1821
|
"3XL": {
|
|
1822
|
-
"value": "2.
|
|
1822
|
+
"value": "2.074",
|
|
1823
1823
|
"defaultUnit": "rem",
|
|
1824
1824
|
"public": true,
|
|
1825
|
+
"comment": "Default h2",
|
|
1825
1826
|
"filePath": "tokens/typography/base/size.json",
|
|
1826
1827
|
"isSource": true,
|
|
1827
1828
|
"original": {
|
|
1828
|
-
"value": "2.
|
|
1829
|
+
"value": "2.074",
|
|
1829
1830
|
"defaultUnit": "rem",
|
|
1830
|
-
"public": true
|
|
1831
|
+
"public": true,
|
|
1832
|
+
"comment": "Default h2"
|
|
1831
1833
|
},
|
|
1832
1834
|
"name": "typography-size-3-xl",
|
|
1833
1835
|
"attributes": {
|
|
@@ -1842,17 +1844,17 @@
|
|
|
1842
1844
|
]
|
|
1843
1845
|
},
|
|
1844
1846
|
"2XL": {
|
|
1845
|
-
"value": "1.
|
|
1847
|
+
"value": "1.728",
|
|
1846
1848
|
"defaultUnit": "rem",
|
|
1847
1849
|
"public": true,
|
|
1848
|
-
"comment": "Default
|
|
1850
|
+
"comment": "Default h3",
|
|
1849
1851
|
"filePath": "tokens/typography/base/size.json",
|
|
1850
1852
|
"isSource": true,
|
|
1851
1853
|
"original": {
|
|
1852
|
-
"value": "1.
|
|
1854
|
+
"value": "1.728",
|
|
1853
1855
|
"defaultUnit": "rem",
|
|
1854
1856
|
"public": true,
|
|
1855
|
-
"comment": "Default
|
|
1857
|
+
"comment": "Default h3"
|
|
1856
1858
|
},
|
|
1857
1859
|
"name": "typography-size-2-xl",
|
|
1858
1860
|
"attributes": {
|
|
@@ -1867,17 +1869,17 @@
|
|
|
1867
1869
|
]
|
|
1868
1870
|
},
|
|
1869
1871
|
"XL": {
|
|
1870
|
-
"value": "1.
|
|
1872
|
+
"value": "1.44",
|
|
1871
1873
|
"defaultUnit": "rem",
|
|
1872
1874
|
"public": true,
|
|
1873
|
-
"comment": "Default
|
|
1875
|
+
"comment": "Default h4",
|
|
1874
1876
|
"filePath": "tokens/typography/base/size.json",
|
|
1875
1877
|
"isSource": true,
|
|
1876
1878
|
"original": {
|
|
1877
|
-
"value": "1.
|
|
1879
|
+
"value": "1.44",
|
|
1878
1880
|
"defaultUnit": "rem",
|
|
1879
1881
|
"public": true,
|
|
1880
|
-
"comment": "Default
|
|
1882
|
+
"comment": "Default h4"
|
|
1881
1883
|
},
|
|
1882
1884
|
"name": "typography-size-xl",
|
|
1883
1885
|
"attributes": {
|
|
@@ -1892,17 +1894,17 @@
|
|
|
1892
1894
|
]
|
|
1893
1895
|
},
|
|
1894
1896
|
"L": {
|
|
1895
|
-
"value": "1.
|
|
1897
|
+
"value": "1.2",
|
|
1896
1898
|
"defaultUnit": "rem",
|
|
1897
1899
|
"public": true,
|
|
1898
|
-
"comment": "Default
|
|
1900
|
+
"comment": "Default h5",
|
|
1899
1901
|
"filePath": "tokens/typography/base/size.json",
|
|
1900
1902
|
"isSource": true,
|
|
1901
1903
|
"original": {
|
|
1902
|
-
"value": "1.
|
|
1904
|
+
"value": "1.2",
|
|
1903
1905
|
"defaultUnit": "rem",
|
|
1904
1906
|
"public": true,
|
|
1905
|
-
"comment": "Default
|
|
1907
|
+
"comment": "Default h5"
|
|
1906
1908
|
},
|
|
1907
1909
|
"name": "typography-size-l",
|
|
1908
1910
|
"attributes": {
|
|
@@ -1942,13 +1944,13 @@
|
|
|
1942
1944
|
]
|
|
1943
1945
|
},
|
|
1944
1946
|
"S": {
|
|
1945
|
-
"value": "0.
|
|
1947
|
+
"value": "0.833",
|
|
1946
1948
|
"defaultUnit": "rem",
|
|
1947
1949
|
"public": true,
|
|
1948
1950
|
"filePath": "tokens/typography/base/size.json",
|
|
1949
1951
|
"isSource": true,
|
|
1950
1952
|
"original": {
|
|
1951
|
-
"value": "0.
|
|
1953
|
+
"value": "0.833",
|
|
1952
1954
|
"defaultUnit": "rem",
|
|
1953
1955
|
"public": true
|
|
1954
1956
|
},
|
|
@@ -1965,13 +1967,13 @@
|
|
|
1965
1967
|
]
|
|
1966
1968
|
},
|
|
1967
1969
|
"XS": {
|
|
1968
|
-
"value": "0.
|
|
1970
|
+
"value": "0.694",
|
|
1969
1971
|
"defaultUnit": "rem",
|
|
1970
1972
|
"public": true,
|
|
1971
1973
|
"filePath": "tokens/typography/base/size.json",
|
|
1972
1974
|
"isSource": true,
|
|
1973
1975
|
"original": {
|
|
1974
|
-
"value": "0.
|
|
1976
|
+
"value": "0.694",
|
|
1975
1977
|
"defaultUnit": "rem",
|
|
1976
1978
|
"public": true
|
|
1977
1979
|
},
|