@pantheon-systems/pds-design-tokens 0.7.0-dev.1 → 0.7.0-dev.3
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/build/css/pds-design-tokens-dark-mode.css +1 -0
- package/build/css/pds-design-tokens-light-mode.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +306 -4
- package/build/json/pds-design-tokens-dark-mode.json +25 -0
- package/build/json/pds-design-tokens-light-mode.json +25 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +1 -0
- package/build/scss/_pds-design-tokens-light-mode.scss +1 -0
- package/package.json +1 -1
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
--pds-color-link-visited: #967fff;
|
|
66
66
|
--pds-color-text-default: #ffffff;
|
|
67
67
|
--pds-color-text-headings: var(--pds-color-text-default);
|
|
68
|
+
--pds-color-text-overline: #858299;
|
|
68
69
|
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
69
70
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
70
71
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
--pds-color-link-visited: #967fff;
|
|
66
66
|
--pds-color-text-default: #23232d;
|
|
67
67
|
--pds-color-text-headings: var(--pds-color-text-default);
|
|
68
|
+
--pds-color-text-overline: #71717c;
|
|
68
69
|
--pds-color-text-paragraph: #23232d;
|
|
69
70
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
70
71
|
--pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"value": {
|
|
94
94
|
"fontSize": "1.953 * 16",
|
|
95
95
|
"fontFamily": "Aleo",
|
|
96
|
-
"fontWeight":
|
|
96
|
+
"fontWeight": 400,
|
|
97
97
|
"lineHeight": "125%"
|
|
98
98
|
},
|
|
99
99
|
"type": "typography",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"value": {
|
|
104
104
|
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
105
105
|
"fontFamily": "Aleo",
|
|
106
|
-
"fontWeight": "
|
|
106
|
+
"fontWeight": "{typography.font-weight.regular}",
|
|
107
107
|
"lineHeight": "{typography.line-height.S}"
|
|
108
108
|
},
|
|
109
109
|
"type": "typography"
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"value": {
|
|
125
125
|
"fontSize": "2.441 * 16",
|
|
126
126
|
"fontFamily": "Aleo",
|
|
127
|
-
"fontWeight":
|
|
127
|
+
"fontWeight": "Italic",
|
|
128
128
|
"letterSpacing": "0.01 * 100%",
|
|
129
129
|
"lineHeight": "125%"
|
|
130
130
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"value": {
|
|
136
136
|
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
137
137
|
"fontFamily": "Aleo",
|
|
138
|
-
"fontWeight": "
|
|
138
|
+
"fontWeight": "Italic",
|
|
139
139
|
"letterSpacing": "{typography.letter-spacing.S} * 100%",
|
|
140
140
|
"lineHeight": "{typography.line-height.S}"
|
|
141
141
|
},
|
|
@@ -731,6 +731,258 @@
|
|
|
731
731
|
]
|
|
732
732
|
}
|
|
733
733
|
},
|
|
734
|
+
"medium": {
|
|
735
|
+
"4XL": {
|
|
736
|
+
"value": {
|
|
737
|
+
"fontSize": "3.052 * 16",
|
|
738
|
+
"fontFamily": "Poppins",
|
|
739
|
+
"fontWeight": 500
|
|
740
|
+
},
|
|
741
|
+
"type": "typography",
|
|
742
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
743
|
+
"isSource": true,
|
|
744
|
+
"original": {
|
|
745
|
+
"value": {
|
|
746
|
+
"fontSize": "{typography.size.4XL} * {figma.typography.size.base}",
|
|
747
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
748
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
749
|
+
},
|
|
750
|
+
"type": "typography"
|
|
751
|
+
},
|
|
752
|
+
"name": "text-type-scale-medium-4-xl",
|
|
753
|
+
"attributes": {
|
|
754
|
+
"category": "text",
|
|
755
|
+
"type": "type-scale",
|
|
756
|
+
"item": "medium",
|
|
757
|
+
"subitem": "4XL"
|
|
758
|
+
},
|
|
759
|
+
"path": [
|
|
760
|
+
"text",
|
|
761
|
+
"type-scale",
|
|
762
|
+
"medium",
|
|
763
|
+
"4XL"
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
"3XL": {
|
|
767
|
+
"value": {
|
|
768
|
+
"fontSize": "2.441 * 16",
|
|
769
|
+
"fontFamily": "Poppins",
|
|
770
|
+
"fontWeight": 500
|
|
771
|
+
},
|
|
772
|
+
"type": "typography",
|
|
773
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
774
|
+
"isSource": true,
|
|
775
|
+
"original": {
|
|
776
|
+
"value": {
|
|
777
|
+
"fontSize": "{typography.size.3XL} * {figma.typography.size.base}",
|
|
778
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
779
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
780
|
+
},
|
|
781
|
+
"type": "typography"
|
|
782
|
+
},
|
|
783
|
+
"name": "text-type-scale-medium-3-xl",
|
|
784
|
+
"attributes": {
|
|
785
|
+
"category": "text",
|
|
786
|
+
"type": "type-scale",
|
|
787
|
+
"item": "medium",
|
|
788
|
+
"subitem": "3XL"
|
|
789
|
+
},
|
|
790
|
+
"path": [
|
|
791
|
+
"text",
|
|
792
|
+
"type-scale",
|
|
793
|
+
"medium",
|
|
794
|
+
"3XL"
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
"2XL": {
|
|
798
|
+
"value": {
|
|
799
|
+
"fontSize": "1.953 * 16",
|
|
800
|
+
"fontFamily": "Poppins",
|
|
801
|
+
"fontWeight": 500
|
|
802
|
+
},
|
|
803
|
+
"type": "typography",
|
|
804
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
805
|
+
"isSource": true,
|
|
806
|
+
"original": {
|
|
807
|
+
"value": {
|
|
808
|
+
"fontSize": "{typography.size.2XL} * {figma.typography.size.base}",
|
|
809
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
810
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
811
|
+
},
|
|
812
|
+
"type": "typography"
|
|
813
|
+
},
|
|
814
|
+
"name": "text-type-scale-medium-2-xl",
|
|
815
|
+
"attributes": {
|
|
816
|
+
"category": "text",
|
|
817
|
+
"type": "type-scale",
|
|
818
|
+
"item": "medium",
|
|
819
|
+
"subitem": "2XL"
|
|
820
|
+
},
|
|
821
|
+
"path": [
|
|
822
|
+
"text",
|
|
823
|
+
"type-scale",
|
|
824
|
+
"medium",
|
|
825
|
+
"2XL"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
"XL": {
|
|
829
|
+
"value": {
|
|
830
|
+
"fontSize": "1.563 * 16",
|
|
831
|
+
"fontFamily": "Poppins",
|
|
832
|
+
"fontWeight": 500
|
|
833
|
+
},
|
|
834
|
+
"type": "typography",
|
|
835
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
836
|
+
"isSource": true,
|
|
837
|
+
"original": {
|
|
838
|
+
"value": {
|
|
839
|
+
"fontSize": "{typography.size.XL} * {figma.typography.size.base}",
|
|
840
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
841
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
842
|
+
},
|
|
843
|
+
"type": "typography"
|
|
844
|
+
},
|
|
845
|
+
"name": "text-type-scale-medium-xl",
|
|
846
|
+
"attributes": {
|
|
847
|
+
"category": "text",
|
|
848
|
+
"type": "type-scale",
|
|
849
|
+
"item": "medium",
|
|
850
|
+
"subitem": "XL"
|
|
851
|
+
},
|
|
852
|
+
"path": [
|
|
853
|
+
"text",
|
|
854
|
+
"type-scale",
|
|
855
|
+
"medium",
|
|
856
|
+
"XL"
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
"L": {
|
|
860
|
+
"value": {
|
|
861
|
+
"fontSize": "1.25 * 16",
|
|
862
|
+
"fontFamily": "Poppins",
|
|
863
|
+
"fontWeight": 500
|
|
864
|
+
},
|
|
865
|
+
"type": "typography",
|
|
866
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
867
|
+
"isSource": true,
|
|
868
|
+
"original": {
|
|
869
|
+
"value": {
|
|
870
|
+
"fontSize": "{typography.size.L} * {figma.typography.size.base}",
|
|
871
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
872
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
873
|
+
},
|
|
874
|
+
"type": "typography"
|
|
875
|
+
},
|
|
876
|
+
"name": "text-type-scale-medium-l",
|
|
877
|
+
"attributes": {
|
|
878
|
+
"category": "text",
|
|
879
|
+
"type": "type-scale",
|
|
880
|
+
"item": "medium",
|
|
881
|
+
"subitem": "L"
|
|
882
|
+
},
|
|
883
|
+
"path": [
|
|
884
|
+
"text",
|
|
885
|
+
"type-scale",
|
|
886
|
+
"medium",
|
|
887
|
+
"L"
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"M": {
|
|
891
|
+
"value": {
|
|
892
|
+
"fontSize": "1 * 16",
|
|
893
|
+
"fontFamily": "Poppins",
|
|
894
|
+
"fontWeight": 500
|
|
895
|
+
},
|
|
896
|
+
"comment": "Base value.",
|
|
897
|
+
"type": "typography",
|
|
898
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
899
|
+
"isSource": true,
|
|
900
|
+
"original": {
|
|
901
|
+
"value": {
|
|
902
|
+
"fontSize": "{typography.size.M} * {figma.typography.size.base}",
|
|
903
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
904
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
905
|
+
},
|
|
906
|
+
"comment": "Base value.",
|
|
907
|
+
"type": "typography"
|
|
908
|
+
},
|
|
909
|
+
"name": "text-type-scale-medium-m",
|
|
910
|
+
"attributes": {
|
|
911
|
+
"category": "text",
|
|
912
|
+
"type": "type-scale",
|
|
913
|
+
"item": "medium",
|
|
914
|
+
"subitem": "M"
|
|
915
|
+
},
|
|
916
|
+
"path": [
|
|
917
|
+
"text",
|
|
918
|
+
"type-scale",
|
|
919
|
+
"medium",
|
|
920
|
+
"M"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
"S": {
|
|
924
|
+
"value": {
|
|
925
|
+
"fontSize": "0.8 * 16",
|
|
926
|
+
"fontFamily": "Poppins",
|
|
927
|
+
"fontWeight": 500
|
|
928
|
+
},
|
|
929
|
+
"type": "typography",
|
|
930
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
931
|
+
"isSource": true,
|
|
932
|
+
"original": {
|
|
933
|
+
"value": {
|
|
934
|
+
"fontSize": "{typography.size.S} * {figma.typography.size.base}",
|
|
935
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
936
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
937
|
+
},
|
|
938
|
+
"type": "typography"
|
|
939
|
+
},
|
|
940
|
+
"name": "text-type-scale-medium-s",
|
|
941
|
+
"attributes": {
|
|
942
|
+
"category": "text",
|
|
943
|
+
"type": "type-scale",
|
|
944
|
+
"item": "medium",
|
|
945
|
+
"subitem": "S"
|
|
946
|
+
},
|
|
947
|
+
"path": [
|
|
948
|
+
"text",
|
|
949
|
+
"type-scale",
|
|
950
|
+
"medium",
|
|
951
|
+
"S"
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
"XS": {
|
|
955
|
+
"value": {
|
|
956
|
+
"fontSize": "0.64 * 16",
|
|
957
|
+
"fontFamily": "Poppins",
|
|
958
|
+
"fontWeight": 500
|
|
959
|
+
},
|
|
960
|
+
"type": "typography",
|
|
961
|
+
"filePath": "tokens-figma/typography/base.json",
|
|
962
|
+
"isSource": true,
|
|
963
|
+
"original": {
|
|
964
|
+
"value": {
|
|
965
|
+
"fontSize": "{typography.size.XS} * {figma.typography.size.base}",
|
|
966
|
+
"fontFamily": "{text.body.paragraph.value.fontFamily}",
|
|
967
|
+
"fontWeight": "{typography.font-weight.medium}"
|
|
968
|
+
},
|
|
969
|
+
"type": "typography"
|
|
970
|
+
},
|
|
971
|
+
"name": "text-type-scale-medium-xs",
|
|
972
|
+
"attributes": {
|
|
973
|
+
"category": "text",
|
|
974
|
+
"type": "type-scale",
|
|
975
|
+
"item": "medium",
|
|
976
|
+
"subitem": "XS"
|
|
977
|
+
},
|
|
978
|
+
"path": [
|
|
979
|
+
"text",
|
|
980
|
+
"type-scale",
|
|
981
|
+
"medium",
|
|
982
|
+
"XS"
|
|
983
|
+
]
|
|
984
|
+
}
|
|
985
|
+
},
|
|
734
986
|
"semibold": {
|
|
735
987
|
"4XL": {
|
|
736
988
|
"value": {
|
|
@@ -2585,6 +2837,31 @@
|
|
|
2585
2837
|
"text",
|
|
2586
2838
|
"headings"
|
|
2587
2839
|
]
|
|
2840
|
+
},
|
|
2841
|
+
"overline": {
|
|
2842
|
+
"value": "#858299",
|
|
2843
|
+
"public": true,
|
|
2844
|
+
"isReferenceToInternal": true,
|
|
2845
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
2846
|
+
"isSource": true,
|
|
2847
|
+
"original": {
|
|
2848
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
2849
|
+
"public": true,
|
|
2850
|
+
"isReferenceToInternal": true
|
|
2851
|
+
},
|
|
2852
|
+
"name": "color-dark-mode-text-overline",
|
|
2853
|
+
"attributes": {
|
|
2854
|
+
"category": "color",
|
|
2855
|
+
"type": "dark-mode",
|
|
2856
|
+
"item": "text",
|
|
2857
|
+
"subitem": "overline"
|
|
2858
|
+
},
|
|
2859
|
+
"path": [
|
|
2860
|
+
"color",
|
|
2861
|
+
"dark-mode",
|
|
2862
|
+
"text",
|
|
2863
|
+
"overline"
|
|
2864
|
+
]
|
|
2588
2865
|
}
|
|
2589
2866
|
},
|
|
2590
2867
|
"brand": {
|
|
@@ -5551,6 +5828,31 @@
|
|
|
5551
5828
|
"text",
|
|
5552
5829
|
"headings"
|
|
5553
5830
|
]
|
|
5831
|
+
},
|
|
5832
|
+
"overline": {
|
|
5833
|
+
"value": "#71717c",
|
|
5834
|
+
"public": true,
|
|
5835
|
+
"isReferenceToInternal": true,
|
|
5836
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
5837
|
+
"isSource": true,
|
|
5838
|
+
"original": {
|
|
5839
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
5840
|
+
"public": true,
|
|
5841
|
+
"isReferenceToInternal": true
|
|
5842
|
+
},
|
|
5843
|
+
"name": "color-light-mode-text-overline",
|
|
5844
|
+
"attributes": {
|
|
5845
|
+
"category": "color",
|
|
5846
|
+
"type": "light-mode",
|
|
5847
|
+
"item": "text",
|
|
5848
|
+
"subitem": "overline"
|
|
5849
|
+
},
|
|
5850
|
+
"path": [
|
|
5851
|
+
"color",
|
|
5852
|
+
"light-mode",
|
|
5853
|
+
"text",
|
|
5854
|
+
"overline"
|
|
5855
|
+
]
|
|
5554
5856
|
}
|
|
5555
5857
|
},
|
|
5556
5858
|
"brand": {
|
|
@@ -1347,6 +1347,31 @@
|
|
|
1347
1347
|
"text",
|
|
1348
1348
|
"headings"
|
|
1349
1349
|
]
|
|
1350
|
+
},
|
|
1351
|
+
"overline": {
|
|
1352
|
+
"value": "#858299",
|
|
1353
|
+
"public": true,
|
|
1354
|
+
"isReferenceToInternal": true,
|
|
1355
|
+
"filePath": "tokens/color/alias/typography.dark.json",
|
|
1356
|
+
"isSource": true,
|
|
1357
|
+
"original": {
|
|
1358
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
1359
|
+
"public": true,
|
|
1360
|
+
"isReferenceToInternal": true
|
|
1361
|
+
},
|
|
1362
|
+
"name": "color-dark-mode-text-overline",
|
|
1363
|
+
"attributes": {
|
|
1364
|
+
"category": "color",
|
|
1365
|
+
"type": "dark-mode",
|
|
1366
|
+
"item": "text",
|
|
1367
|
+
"subitem": "overline"
|
|
1368
|
+
},
|
|
1369
|
+
"path": [
|
|
1370
|
+
"color",
|
|
1371
|
+
"dark-mode",
|
|
1372
|
+
"text",
|
|
1373
|
+
"overline"
|
|
1374
|
+
]
|
|
1350
1375
|
}
|
|
1351
1376
|
},
|
|
1352
1377
|
"brand": {
|
|
@@ -1349,6 +1349,31 @@
|
|
|
1349
1349
|
"text",
|
|
1350
1350
|
"headings"
|
|
1351
1351
|
]
|
|
1352
|
+
},
|
|
1353
|
+
"overline": {
|
|
1354
|
+
"value": "#71717c",
|
|
1355
|
+
"public": true,
|
|
1356
|
+
"isReferenceToInternal": true,
|
|
1357
|
+
"filePath": "tokens/color/alias/typography.light.json",
|
|
1358
|
+
"isSource": true,
|
|
1359
|
+
"original": {
|
|
1360
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
1361
|
+
"public": true,
|
|
1362
|
+
"isReferenceToInternal": true
|
|
1363
|
+
},
|
|
1364
|
+
"name": "color-light-mode-text-overline",
|
|
1365
|
+
"attributes": {
|
|
1366
|
+
"category": "color",
|
|
1367
|
+
"type": "light-mode",
|
|
1368
|
+
"item": "text",
|
|
1369
|
+
"subitem": "overline"
|
|
1370
|
+
},
|
|
1371
|
+
"path": [
|
|
1372
|
+
"color",
|
|
1373
|
+
"light-mode",
|
|
1374
|
+
"text",
|
|
1375
|
+
"overline"
|
|
1376
|
+
]
|
|
1352
1377
|
}
|
|
1353
1378
|
},
|
|
1354
1379
|
"brand": {
|
|
@@ -63,6 +63,7 @@ $pds-color-link-hover: #2776b9;
|
|
|
63
63
|
$pds-color-link-visited: #967fff;
|
|
64
64
|
$pds-color-text-default: #ffffff;
|
|
65
65
|
$pds-color-text-headings: $pds-color-text-default;
|
|
66
|
+
$pds-color-text-overline: #858299;
|
|
66
67
|
$pds-color-text-paragraph: $pds-color-text-default;
|
|
67
68
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
68
69
|
$pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -63,6 +63,7 @@ $pds-color-link-hover: #003cac;
|
|
|
63
63
|
$pds-color-link-visited: #967fff;
|
|
64
64
|
$pds-color-text-default: #23232d;
|
|
65
65
|
$pds-color-text-headings: $pds-color-text-default;
|
|
66
|
+
$pds-color-text-overline: #71717c;
|
|
66
67
|
$pds-color-text-paragraph: #23232d;
|
|
67
68
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
68
69
|
$pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|