@pantheon-systems/pds-design-tokens 1.0.0-dev.100 → 1.0.0-dev.101
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.
|
@@ -32,9 +32,11 @@
|
|
|
32
32
|
--pds-container-modal-width-large: 44rem;
|
|
33
33
|
--pds-container-modal-width-medium: 36rem;
|
|
34
34
|
--pds-container-modal-width-small: 25rem;
|
|
35
|
-
--pds-container-padding-
|
|
36
|
-
--pds-container-padding-
|
|
37
|
-
--pds-container-padding-
|
|
35
|
+
--pds-container-padding-base: 6%;
|
|
36
|
+
--pds-container-padding-base-breakpoint-lg: 2%;
|
|
37
|
+
--pds-container-padding-base-breakpoint-md: 4%;
|
|
38
|
+
--pds-container-padding-narrow-breakpoint-lg: 20%;
|
|
39
|
+
--pds-container-padding-narrow-breakpoint-md: 12%;
|
|
38
40
|
--pds-grid-marketing-column-medium-large: 5.125%;
|
|
39
41
|
--pds-grid-marketing-column-small: 21.34375%;
|
|
40
42
|
--pds-grid-marketing-gap-medium-large: 3.5%;
|
|
@@ -73,16 +75,16 @@
|
|
|
73
75
|
--pds-typography-line-height-xl: 195%;
|
|
74
76
|
--pds-typography-multiplier-medium: 0.88;
|
|
75
77
|
--pds-typography-multiplier-small: 0.84;
|
|
76
|
-
--pds-typography-size-2xl: 1.
|
|
77
|
-
--pds-typography-size-3xl: 2.
|
|
78
|
-
--pds-typography-size-4xl:
|
|
79
|
-
--pds-typography-size-5xl:
|
|
80
|
-
--pds-typography-size-6xl:
|
|
81
|
-
--pds-typography-size-l: 1.
|
|
78
|
+
--pds-typography-size-2xl: 1.953rem;
|
|
79
|
+
--pds-typography-size-3xl: 2.441rem;
|
|
80
|
+
--pds-typography-size-4xl: 3.052rem;
|
|
81
|
+
--pds-typography-size-5xl: 3.815rem;
|
|
82
|
+
--pds-typography-size-6xl: 4.768rem;
|
|
83
|
+
--pds-typography-size-l: 1.25rem;
|
|
82
84
|
--pds-typography-size-m: 1rem;
|
|
83
|
-
--pds-typography-size-s: 0.
|
|
84
|
-
--pds-typography-size-xl: 1.
|
|
85
|
-
--pds-typography-size-xs: 0.
|
|
85
|
+
--pds-typography-size-s: 0.8rem;
|
|
86
|
+
--pds-typography-size-xl: 1.563rem;
|
|
87
|
+
--pds-typography-size-xs: 0.64rem;
|
|
86
88
|
--pds-z-index-dropdown: 200;
|
|
87
89
|
--pds-z-index-modal: 500;
|
|
88
90
|
--pds-z-index-navigation: 100;
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
},
|
|
567
567
|
"lead": {
|
|
568
568
|
"value": {
|
|
569
|
-
"fontSize": "1.
|
|
569
|
+
"fontSize": "1.953 * 16",
|
|
570
570
|
"fontFamily": "Aleo",
|
|
571
571
|
"fontWeight": 400,
|
|
572
572
|
"lineHeight": "170%"
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
},
|
|
598
598
|
"lead-sm": {
|
|
599
599
|
"value": {
|
|
600
|
-
"fontSize": "1.
|
|
600
|
+
"fontSize": "1.563 * 16",
|
|
601
601
|
"fontFamily": "Aleo",
|
|
602
602
|
"fontWeight": 400,
|
|
603
603
|
"lineHeight": "170%"
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
},
|
|
629
629
|
"quote": {
|
|
630
630
|
"value": {
|
|
631
|
-
"fontSize": "1.
|
|
631
|
+
"fontSize": "1.953 * 16",
|
|
632
632
|
"fontFamily": "Aleo",
|
|
633
633
|
"fontWeight": "Italic",
|
|
634
634
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -659,9 +659,9 @@
|
|
|
659
659
|
"quote"
|
|
660
660
|
]
|
|
661
661
|
},
|
|
662
|
-
"quote-
|
|
662
|
+
"quote-sm": {
|
|
663
663
|
"value": {
|
|
664
|
-
"fontSize": "
|
|
664
|
+
"fontSize": "1.563 * 16",
|
|
665
665
|
"fontFamily": "Aleo",
|
|
666
666
|
"fontWeight": "Italic",
|
|
667
667
|
"letterSpacing": "0.01 * 100%",
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"isSource": true,
|
|
673
673
|
"original": {
|
|
674
674
|
"value": {
|
|
675
|
-
"fontSize": "{typography.size.
|
|
675
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
676
676
|
"fontFamily": "Aleo",
|
|
677
677
|
"fontWeight": "Italic",
|
|
678
678
|
"letterSpacing": "{typography.letter-spacing.S} * 100%",
|
|
@@ -680,16 +680,16 @@
|
|
|
680
680
|
},
|
|
681
681
|
"type": "typography"
|
|
682
682
|
},
|
|
683
|
-
"name": "text-body-quote-
|
|
683
|
+
"name": "text-body-quote-sm",
|
|
684
684
|
"attributes": {
|
|
685
685
|
"category": "text",
|
|
686
686
|
"type": "body",
|
|
687
|
-
"item": "quote-
|
|
687
|
+
"item": "quote-sm"
|
|
688
688
|
},
|
|
689
689
|
"path": [
|
|
690
690
|
"text",
|
|
691
691
|
"body",
|
|
692
|
-
"quote-
|
|
692
|
+
"quote-sm"
|
|
693
693
|
]
|
|
694
694
|
},
|
|
695
695
|
"overline": {
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
},
|
|
730
730
|
"overline-sm": {
|
|
731
731
|
"value": {
|
|
732
|
-
"fontSize": "0.
|
|
732
|
+
"fontSize": "0.8 * 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.25 * 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": "3.052 * 16",
|
|
805
805
|
"fontWeight": 700,
|
|
806
806
|
"fontFamily": "Poppins",
|
|
807
807
|
"lineHeight": "120%"
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
"isSource": true,
|
|
812
812
|
"original": {
|
|
813
813
|
"value": {
|
|
814
|
-
"fontSize": "{typography.size.
|
|
814
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
815
815
|
"fontWeight": "{typography.font-weight.bold}",
|
|
816
816
|
"fontFamily": "Poppins",
|
|
817
817
|
"lineHeight": "{typography.line-height.S}"
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
},
|
|
833
833
|
"h2": {
|
|
834
834
|
"value": {
|
|
835
|
-
"fontSize": "2.
|
|
835
|
+
"fontSize": "2.441 * 16",
|
|
836
836
|
"fontWeight": 700,
|
|
837
837
|
"fontFamily": "Poppins",
|
|
838
838
|
"lineHeight": "120%"
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"isSource": true,
|
|
843
843
|
"original": {
|
|
844
844
|
"value": {
|
|
845
|
-
"fontSize": "{typography.size.
|
|
845
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
846
846
|
"fontWeight": "{text.headings.h1.value.fontWeight}",
|
|
847
847
|
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
848
848
|
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
},
|
|
864
864
|
"h3": {
|
|
865
865
|
"value": {
|
|
866
|
-
"fontSize": "
|
|
866
|
+
"fontSize": "1.953 * 16",
|
|
867
867
|
"fontWeight": 700,
|
|
868
868
|
"fontFamily": "Poppins",
|
|
869
869
|
"lineHeight": "120%"
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"isSource": true,
|
|
874
874
|
"original": {
|
|
875
875
|
"value": {
|
|
876
|
-
"fontSize": "{typography.size.
|
|
876
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
877
877
|
"fontWeight": "{text.headings.h1.value.fontWeight}",
|
|
878
878
|
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
879
879
|
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
},
|
|
895
895
|
"h4": {
|
|
896
896
|
"value": {
|
|
897
|
-
"fontSize": "1.
|
|
897
|
+
"fontSize": "1.563 * 16",
|
|
898
898
|
"fontWeight": 700,
|
|
899
899
|
"fontFamily": "Poppins",
|
|
900
900
|
"lineHeight": "120%"
|
|
@@ -904,8 +904,8 @@
|
|
|
904
904
|
"isSource": true,
|
|
905
905
|
"original": {
|
|
906
906
|
"value": {
|
|
907
|
-
"fontSize": "{typography.size.
|
|
908
|
-
"fontWeight": "{text.headings.
|
|
907
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
908
|
+
"fontWeight": "{text.headings.h1.value.fontWeight}",
|
|
909
909
|
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
910
910
|
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
911
911
|
},
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
},
|
|
926
926
|
"h5": {
|
|
927
927
|
"value": {
|
|
928
|
-
"fontSize": "1.
|
|
928
|
+
"fontSize": "1.25 * 16",
|
|
929
929
|
"fontWeight": 700,
|
|
930
930
|
"fontFamily": "Poppins",
|
|
931
931
|
"lineHeight": "120%"
|
|
@@ -935,8 +935,8 @@
|
|
|
935
935
|
"isSource": true,
|
|
936
936
|
"original": {
|
|
937
937
|
"value": {
|
|
938
|
-
"fontSize": "{typography.size.
|
|
939
|
-
"fontWeight": "{text.headings.
|
|
938
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
939
|
+
"fontWeight": "{text.headings.h1.value.fontWeight}",
|
|
940
940
|
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
941
941
|
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
942
942
|
},
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
},
|
|
957
957
|
"h6": {
|
|
958
958
|
"value": {
|
|
959
|
-
"fontSize": "1
|
|
959
|
+
"fontSize": "1 * 16",
|
|
960
960
|
"fontWeight": 700,
|
|
961
961
|
"fontFamily": "Poppins",
|
|
962
962
|
"lineHeight": "120%"
|
|
@@ -966,8 +966,8 @@
|
|
|
966
966
|
"isSource": true,
|
|
967
967
|
"original": {
|
|
968
968
|
"value": {
|
|
969
|
-
"fontSize": "{typography.size.
|
|
970
|
-
"fontWeight": "{text.headings.
|
|
969
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
970
|
+
"fontWeight": "{text.headings.h1.value.fontWeight}",
|
|
971
971
|
"fontFamily": "{text.headings.h1.value.fontFamily}",
|
|
972
972
|
"lineHeight": "{text.headings.h1.value.lineHeight}"
|
|
973
973
|
},
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"button": {
|
|
990
990
|
"large": {
|
|
991
991
|
"value": {
|
|
992
|
-
"fontSize": "1.
|
|
992
|
+
"fontSize": "1.25 * 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.8 * 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.8 * 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": "4.768 * 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": "3.815 * 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": "3.052 * 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.441 * 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.953 * 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.563 * 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.25 * 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.8 * 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.64 * 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": "4.768 * 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": "3.815 * 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": "3.052 * 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.441 * 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.953 * 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.563 * 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.25 * 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.8 * 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.64 * 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": "4.768 * 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": "3.815 * 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": "3.052 * 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.441 * 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.953 * 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.563 * 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.25 * 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.8 * 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.64 * 16",
|
|
2136
2136
|
"fontFamily": "Poppins",
|
|
2137
2137
|
"fontWeight": 700
|
|
2138
2138
|
},
|
|
@@ -521,28 +521,28 @@
|
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
523
|
"padding": {
|
|
524
|
-
"
|
|
525
|
-
"value": "
|
|
524
|
+
"base": {
|
|
525
|
+
"value": "6%",
|
|
526
526
|
"public": true,
|
|
527
527
|
"filePath": "tokens/container/base.json",
|
|
528
528
|
"isSource": true,
|
|
529
529
|
"original": {
|
|
530
|
-
"value": "
|
|
530
|
+
"value": "6%",
|
|
531
531
|
"public": true
|
|
532
532
|
},
|
|
533
|
-
"name": "container-padding-
|
|
533
|
+
"name": "container-padding-base",
|
|
534
534
|
"attributes": {
|
|
535
535
|
"category": "container",
|
|
536
536
|
"type": "padding",
|
|
537
|
-
"item": "
|
|
537
|
+
"item": "base"
|
|
538
538
|
},
|
|
539
539
|
"path": [
|
|
540
540
|
"container",
|
|
541
541
|
"padding",
|
|
542
|
-
"
|
|
542
|
+
"base"
|
|
543
543
|
]
|
|
544
544
|
},
|
|
545
|
-
"
|
|
545
|
+
"base-breakpoint-md": {
|
|
546
546
|
"value": "4%",
|
|
547
547
|
"public": true,
|
|
548
548
|
"filePath": "tokens/container/base.json",
|
|
@@ -551,37 +551,79 @@
|
|
|
551
551
|
"value": "4%",
|
|
552
552
|
"public": true
|
|
553
553
|
},
|
|
554
|
-
"name": "container-padding-
|
|
554
|
+
"name": "container-padding-base-breakpoint-md",
|
|
555
555
|
"attributes": {
|
|
556
556
|
"category": "container",
|
|
557
557
|
"type": "padding",
|
|
558
|
-
"item": "
|
|
558
|
+
"item": "base-breakpoint-md"
|
|
559
559
|
},
|
|
560
560
|
"path": [
|
|
561
561
|
"container",
|
|
562
562
|
"padding",
|
|
563
|
-
"
|
|
563
|
+
"base-breakpoint-md"
|
|
564
564
|
]
|
|
565
565
|
},
|
|
566
|
-
"
|
|
567
|
-
"value": "
|
|
566
|
+
"base-breakpoint-lg": {
|
|
567
|
+
"value": "2%",
|
|
568
568
|
"public": true,
|
|
569
569
|
"filePath": "tokens/container/base.json",
|
|
570
570
|
"isSource": true,
|
|
571
571
|
"original": {
|
|
572
|
-
"value": "
|
|
572
|
+
"value": "2%",
|
|
573
|
+
"public": true
|
|
574
|
+
},
|
|
575
|
+
"name": "container-padding-base-breakpoint-lg",
|
|
576
|
+
"attributes": {
|
|
577
|
+
"category": "container",
|
|
578
|
+
"type": "padding",
|
|
579
|
+
"item": "base-breakpoint-lg"
|
|
580
|
+
},
|
|
581
|
+
"path": [
|
|
582
|
+
"container",
|
|
583
|
+
"padding",
|
|
584
|
+
"base-breakpoint-lg"
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
"narrow-breakpoint-md": {
|
|
588
|
+
"value": "12%",
|
|
589
|
+
"public": true,
|
|
590
|
+
"filePath": "tokens/container/base.json",
|
|
591
|
+
"isSource": true,
|
|
592
|
+
"original": {
|
|
593
|
+
"value": "12%",
|
|
594
|
+
"public": true
|
|
595
|
+
},
|
|
596
|
+
"name": "container-padding-narrow-breakpoint-md",
|
|
597
|
+
"attributes": {
|
|
598
|
+
"category": "container",
|
|
599
|
+
"type": "padding",
|
|
600
|
+
"item": "narrow-breakpoint-md"
|
|
601
|
+
},
|
|
602
|
+
"path": [
|
|
603
|
+
"container",
|
|
604
|
+
"padding",
|
|
605
|
+
"narrow-breakpoint-md"
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
"narrow-breakpoint-lg": {
|
|
609
|
+
"value": "20%",
|
|
610
|
+
"public": true,
|
|
611
|
+
"filePath": "tokens/container/base.json",
|
|
612
|
+
"isSource": true,
|
|
613
|
+
"original": {
|
|
614
|
+
"value": "20%",
|
|
573
615
|
"public": true
|
|
574
616
|
},
|
|
575
|
-
"name": "container-padding-
|
|
617
|
+
"name": "container-padding-narrow-breakpoint-lg",
|
|
576
618
|
"attributes": {
|
|
577
619
|
"category": "container",
|
|
578
620
|
"type": "padding",
|
|
579
|
-
"item": "
|
|
621
|
+
"item": "narrow-breakpoint-lg"
|
|
580
622
|
},
|
|
581
623
|
"path": [
|
|
582
624
|
"container",
|
|
583
625
|
"padding",
|
|
584
|
-
"
|
|
626
|
+
"narrow-breakpoint-lg"
|
|
585
627
|
]
|
|
586
628
|
}
|
|
587
629
|
}
|
|
@@ -1706,13 +1748,13 @@
|
|
|
1706
1748
|
},
|
|
1707
1749
|
"size": {
|
|
1708
1750
|
"6XL": {
|
|
1709
|
-
"value": "
|
|
1751
|
+
"value": "4.768",
|
|
1710
1752
|
"defaultUnit": "rem",
|
|
1711
1753
|
"public": true,
|
|
1712
1754
|
"filePath": "tokens/typography/base/size.json",
|
|
1713
1755
|
"isSource": true,
|
|
1714
1756
|
"original": {
|
|
1715
|
-
"value": "
|
|
1757
|
+
"value": "4.768",
|
|
1716
1758
|
"defaultUnit": "rem",
|
|
1717
1759
|
"public": true
|
|
1718
1760
|
},
|
|
@@ -1729,13 +1771,13 @@
|
|
|
1729
1771
|
]
|
|
1730
1772
|
},
|
|
1731
1773
|
"5XL": {
|
|
1732
|
-
"value": "
|
|
1774
|
+
"value": "3.815",
|
|
1733
1775
|
"defaultUnit": "rem",
|
|
1734
1776
|
"public": true,
|
|
1735
1777
|
"filePath": "tokens/typography/base/size.json",
|
|
1736
1778
|
"isSource": true,
|
|
1737
1779
|
"original": {
|
|
1738
|
-
"value": "
|
|
1780
|
+
"value": "3.815",
|
|
1739
1781
|
"defaultUnit": "rem",
|
|
1740
1782
|
"public": true
|
|
1741
1783
|
},
|
|
@@ -1752,15 +1794,17 @@
|
|
|
1752
1794
|
]
|
|
1753
1795
|
},
|
|
1754
1796
|
"4XL": {
|
|
1755
|
-
"value": "
|
|
1797
|
+
"value": "3.052",
|
|
1756
1798
|
"defaultUnit": "rem",
|
|
1757
1799
|
"public": true,
|
|
1800
|
+
"comment": "Default h1",
|
|
1758
1801
|
"filePath": "tokens/typography/base/size.json",
|
|
1759
1802
|
"isSource": true,
|
|
1760
1803
|
"original": {
|
|
1761
|
-
"value": "
|
|
1804
|
+
"value": "3.052",
|
|
1762
1805
|
"defaultUnit": "rem",
|
|
1763
|
-
"public": true
|
|
1806
|
+
"public": true,
|
|
1807
|
+
"comment": "Default h1"
|
|
1764
1808
|
},
|
|
1765
1809
|
"name": "typography-size-4-xl",
|
|
1766
1810
|
"attributes": {
|
|
@@ -1775,13 +1819,13 @@
|
|
|
1775
1819
|
]
|
|
1776
1820
|
},
|
|
1777
1821
|
"3XL": {
|
|
1778
|
-
"value": "2.
|
|
1822
|
+
"value": "2.441",
|
|
1779
1823
|
"defaultUnit": "rem",
|
|
1780
1824
|
"public": true,
|
|
1781
1825
|
"filePath": "tokens/typography/base/size.json",
|
|
1782
1826
|
"isSource": true,
|
|
1783
1827
|
"original": {
|
|
1784
|
-
"value": "2.
|
|
1828
|
+
"value": "2.441",
|
|
1785
1829
|
"defaultUnit": "rem",
|
|
1786
1830
|
"public": true
|
|
1787
1831
|
},
|
|
@@ -1798,15 +1842,17 @@
|
|
|
1798
1842
|
]
|
|
1799
1843
|
},
|
|
1800
1844
|
"2XL": {
|
|
1801
|
-
"value": "1.
|
|
1845
|
+
"value": "1.953",
|
|
1802
1846
|
"defaultUnit": "rem",
|
|
1803
1847
|
"public": true,
|
|
1848
|
+
"comment": "Default h2",
|
|
1804
1849
|
"filePath": "tokens/typography/base/size.json",
|
|
1805
1850
|
"isSource": true,
|
|
1806
1851
|
"original": {
|
|
1807
|
-
"value": "1.
|
|
1852
|
+
"value": "1.953",
|
|
1808
1853
|
"defaultUnit": "rem",
|
|
1809
|
-
"public": true
|
|
1854
|
+
"public": true,
|
|
1855
|
+
"comment": "Default h2"
|
|
1810
1856
|
},
|
|
1811
1857
|
"name": "typography-size-2-xl",
|
|
1812
1858
|
"attributes": {
|
|
@@ -1821,15 +1867,17 @@
|
|
|
1821
1867
|
]
|
|
1822
1868
|
},
|
|
1823
1869
|
"XL": {
|
|
1824
|
-
"value": "1.
|
|
1870
|
+
"value": "1.563",
|
|
1825
1871
|
"defaultUnit": "rem",
|
|
1826
1872
|
"public": true,
|
|
1873
|
+
"comment": "Default h3",
|
|
1827
1874
|
"filePath": "tokens/typography/base/size.json",
|
|
1828
1875
|
"isSource": true,
|
|
1829
1876
|
"original": {
|
|
1830
|
-
"value": "1.
|
|
1877
|
+
"value": "1.563",
|
|
1831
1878
|
"defaultUnit": "rem",
|
|
1832
|
-
"public": true
|
|
1879
|
+
"public": true,
|
|
1880
|
+
"comment": "Default h3"
|
|
1833
1881
|
},
|
|
1834
1882
|
"name": "typography-size-xl",
|
|
1835
1883
|
"attributes": {
|
|
@@ -1844,15 +1892,17 @@
|
|
|
1844
1892
|
]
|
|
1845
1893
|
},
|
|
1846
1894
|
"L": {
|
|
1847
|
-
"value": "1.
|
|
1895
|
+
"value": "1.25",
|
|
1848
1896
|
"defaultUnit": "rem",
|
|
1849
1897
|
"public": true,
|
|
1898
|
+
"comment": "Default h4",
|
|
1850
1899
|
"filePath": "tokens/typography/base/size.json",
|
|
1851
1900
|
"isSource": true,
|
|
1852
1901
|
"original": {
|
|
1853
|
-
"value": "1.
|
|
1902
|
+
"value": "1.25",
|
|
1854
1903
|
"defaultUnit": "rem",
|
|
1855
|
-
"public": true
|
|
1904
|
+
"public": true,
|
|
1905
|
+
"comment": "Default h4"
|
|
1856
1906
|
},
|
|
1857
1907
|
"name": "typography-size-l",
|
|
1858
1908
|
"attributes": {
|
|
@@ -1868,16 +1918,16 @@
|
|
|
1868
1918
|
},
|
|
1869
1919
|
"M": {
|
|
1870
1920
|
"value": "1",
|
|
1871
|
-
"comment": "Base value.",
|
|
1872
1921
|
"defaultUnit": "rem",
|
|
1873
1922
|
"public": true,
|
|
1923
|
+
"comment": "Base value.",
|
|
1874
1924
|
"filePath": "tokens/typography/base/size.json",
|
|
1875
1925
|
"isSource": true,
|
|
1876
1926
|
"original": {
|
|
1877
1927
|
"value": "1",
|
|
1878
|
-
"comment": "Base value.",
|
|
1879
1928
|
"defaultUnit": "rem",
|
|
1880
|
-
"public": true
|
|
1929
|
+
"public": true,
|
|
1930
|
+
"comment": "Base value."
|
|
1881
1931
|
},
|
|
1882
1932
|
"name": "typography-size-m",
|
|
1883
1933
|
"attributes": {
|
|
@@ -1892,13 +1942,13 @@
|
|
|
1892
1942
|
]
|
|
1893
1943
|
},
|
|
1894
1944
|
"S": {
|
|
1895
|
-
"value": "0.
|
|
1945
|
+
"value": "0.8",
|
|
1896
1946
|
"defaultUnit": "rem",
|
|
1897
1947
|
"public": true,
|
|
1898
1948
|
"filePath": "tokens/typography/base/size.json",
|
|
1899
1949
|
"isSource": true,
|
|
1900
1950
|
"original": {
|
|
1901
|
-
"value": "0.
|
|
1951
|
+
"value": "0.8",
|
|
1902
1952
|
"defaultUnit": "rem",
|
|
1903
1953
|
"public": true
|
|
1904
1954
|
},
|
|
@@ -1915,13 +1965,13 @@
|
|
|
1915
1965
|
]
|
|
1916
1966
|
},
|
|
1917
1967
|
"XS": {
|
|
1918
|
-
"value": "0.
|
|
1968
|
+
"value": "0.64",
|
|
1919
1969
|
"defaultUnit": "rem",
|
|
1920
1970
|
"public": true,
|
|
1921
1971
|
"filePath": "tokens/typography/base/size.json",
|
|
1922
1972
|
"isSource": true,
|
|
1923
1973
|
"original": {
|
|
1924
|
-
"value": "0.
|
|
1974
|
+
"value": "0.64",
|
|
1925
1975
|
"defaultUnit": "rem",
|
|
1926
1976
|
"public": true
|
|
1927
1977
|
},
|