@pantheon-systems/pds-design-tokens 1.0.0-dev.154 → 1.0.0-dev.156
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.
|
@@ -140,6 +140,11 @@
|
|
|
140
140
|
--pds-color-dashboard-nav-item-foreground-hover: var(--pds-color-foreground-default);
|
|
141
141
|
--pds-color-dashboard-toggle-button-background: var(--pds-color-background-reverse);
|
|
142
142
|
--pds-color-dashboard-toggle-button-foreground: var(--pds-color-foreground-reverse);
|
|
143
|
+
--pds-color-datavis-1: #003f5c;
|
|
144
|
+
--pds-color-datavis-2: #006779;
|
|
145
|
+
--pds-color-datavis-3: #008d6f;
|
|
146
|
+
--pds-color-datavis-4: #62ad43;
|
|
147
|
+
--pds-color-datavis-5: #ddbd16;
|
|
143
148
|
--pds-color-dropdown-background: var(--pds-color-background-default);
|
|
144
149
|
--pds-color-dropdown-description: var(--pds-color-foreground-default-secondary);
|
|
145
150
|
--pds-color-dropdown-foreground: var(--pds-color-foreground-default);
|
|
@@ -85,10 +85,11 @@
|
|
|
85
85
|
--pds-typography-font-code: 'Source Code Pro', monospace;
|
|
86
86
|
--pds-typography-font-css-import: 'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap';
|
|
87
87
|
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
88
|
+
--pds-typography-font-fine-print: 'Inter', sans-serif;
|
|
88
89
|
--pds-typography-font-headings: 'Poppins', sans-serif;
|
|
89
90
|
--pds-typography-font-lead: 'Aleo', serif;
|
|
90
91
|
--pds-typography-font-overline: 'Poppins', sans-serif;
|
|
91
|
-
--pds-typography-font-paragraph: '
|
|
92
|
+
--pds-typography-font-paragraph: 'Poppins', sans-serif;
|
|
92
93
|
--pds-typography-font-quote: 'Aleo', serif;
|
|
93
94
|
--pds-typography-font-secondary: 'Aleo', serif;
|
|
94
95
|
--pds-typography-font-weight-bold: 700;
|
|
@@ -15950,6 +15950,123 @@
|
|
|
15950
15950
|
}
|
|
15951
15951
|
}
|
|
15952
15952
|
},
|
|
15953
|
+
"datavis": {
|
|
15954
|
+
"1": {
|
|
15955
|
+
"value": "#003f5c",
|
|
15956
|
+
"public": true,
|
|
15957
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
15958
|
+
"isSource": true,
|
|
15959
|
+
"original": {
|
|
15960
|
+
"value": "#003F5C",
|
|
15961
|
+
"public": true
|
|
15962
|
+
},
|
|
15963
|
+
"name": "color-light-mode-datavis-1",
|
|
15964
|
+
"attributes": {
|
|
15965
|
+
"category": "color",
|
|
15966
|
+
"type": "light-mode",
|
|
15967
|
+
"item": "datavis",
|
|
15968
|
+
"subitem": "1"
|
|
15969
|
+
},
|
|
15970
|
+
"path": [
|
|
15971
|
+
"color",
|
|
15972
|
+
"light-mode",
|
|
15973
|
+
"datavis",
|
|
15974
|
+
"1"
|
|
15975
|
+
]
|
|
15976
|
+
},
|
|
15977
|
+
"2": {
|
|
15978
|
+
"value": "#006779",
|
|
15979
|
+
"public": true,
|
|
15980
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
15981
|
+
"isSource": true,
|
|
15982
|
+
"original": {
|
|
15983
|
+
"value": "#006779",
|
|
15984
|
+
"public": true
|
|
15985
|
+
},
|
|
15986
|
+
"name": "color-light-mode-datavis-2",
|
|
15987
|
+
"attributes": {
|
|
15988
|
+
"category": "color",
|
|
15989
|
+
"type": "light-mode",
|
|
15990
|
+
"item": "datavis",
|
|
15991
|
+
"subitem": "2"
|
|
15992
|
+
},
|
|
15993
|
+
"path": [
|
|
15994
|
+
"color",
|
|
15995
|
+
"light-mode",
|
|
15996
|
+
"datavis",
|
|
15997
|
+
"2"
|
|
15998
|
+
]
|
|
15999
|
+
},
|
|
16000
|
+
"3": {
|
|
16001
|
+
"value": "#008d6f",
|
|
16002
|
+
"public": true,
|
|
16003
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
16004
|
+
"isSource": true,
|
|
16005
|
+
"original": {
|
|
16006
|
+
"value": "#008D6F",
|
|
16007
|
+
"public": true
|
|
16008
|
+
},
|
|
16009
|
+
"name": "color-light-mode-datavis-3",
|
|
16010
|
+
"attributes": {
|
|
16011
|
+
"category": "color",
|
|
16012
|
+
"type": "light-mode",
|
|
16013
|
+
"item": "datavis",
|
|
16014
|
+
"subitem": "3"
|
|
16015
|
+
},
|
|
16016
|
+
"path": [
|
|
16017
|
+
"color",
|
|
16018
|
+
"light-mode",
|
|
16019
|
+
"datavis",
|
|
16020
|
+
"3"
|
|
16021
|
+
]
|
|
16022
|
+
},
|
|
16023
|
+
"4": {
|
|
16024
|
+
"value": "#62ad43",
|
|
16025
|
+
"public": true,
|
|
16026
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
16027
|
+
"isSource": true,
|
|
16028
|
+
"original": {
|
|
16029
|
+
"value": "#62AD43",
|
|
16030
|
+
"public": true
|
|
16031
|
+
},
|
|
16032
|
+
"name": "color-light-mode-datavis-4",
|
|
16033
|
+
"attributes": {
|
|
16034
|
+
"category": "color",
|
|
16035
|
+
"type": "light-mode",
|
|
16036
|
+
"item": "datavis",
|
|
16037
|
+
"subitem": "4"
|
|
16038
|
+
},
|
|
16039
|
+
"path": [
|
|
16040
|
+
"color",
|
|
16041
|
+
"light-mode",
|
|
16042
|
+
"datavis",
|
|
16043
|
+
"4"
|
|
16044
|
+
]
|
|
16045
|
+
},
|
|
16046
|
+
"5": {
|
|
16047
|
+
"value": "#ddbd16",
|
|
16048
|
+
"public": true,
|
|
16049
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
16050
|
+
"isSource": true,
|
|
16051
|
+
"original": {
|
|
16052
|
+
"value": "#DDBD16",
|
|
16053
|
+
"public": true
|
|
16054
|
+
},
|
|
16055
|
+
"name": "color-light-mode-datavis-5",
|
|
16056
|
+
"attributes": {
|
|
16057
|
+
"category": "color",
|
|
16058
|
+
"type": "light-mode",
|
|
16059
|
+
"item": "datavis",
|
|
16060
|
+
"subitem": "5"
|
|
16061
|
+
},
|
|
16062
|
+
"path": [
|
|
16063
|
+
"color",
|
|
16064
|
+
"light-mode",
|
|
16065
|
+
"datavis",
|
|
16066
|
+
"5"
|
|
16067
|
+
]
|
|
16068
|
+
}
|
|
16069
|
+
},
|
|
15953
16070
|
"overlay": {
|
|
15954
16071
|
"value": "rgba(9, 0, 48, 0.45)",
|
|
15955
16072
|
"public": true,
|
|
@@ -6585,6 +6585,123 @@
|
|
|
6585
6585
|
}
|
|
6586
6586
|
}
|
|
6587
6587
|
},
|
|
6588
|
+
"datavis": {
|
|
6589
|
+
"1": {
|
|
6590
|
+
"value": "#003f5c",
|
|
6591
|
+
"public": true,
|
|
6592
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
6593
|
+
"isSource": true,
|
|
6594
|
+
"original": {
|
|
6595
|
+
"value": "#003F5C",
|
|
6596
|
+
"public": true
|
|
6597
|
+
},
|
|
6598
|
+
"name": "color-light-mode-datavis-1",
|
|
6599
|
+
"attributes": {
|
|
6600
|
+
"category": "color",
|
|
6601
|
+
"type": "light-mode",
|
|
6602
|
+
"item": "datavis",
|
|
6603
|
+
"subitem": "1"
|
|
6604
|
+
},
|
|
6605
|
+
"path": [
|
|
6606
|
+
"color",
|
|
6607
|
+
"light-mode",
|
|
6608
|
+
"datavis",
|
|
6609
|
+
"1"
|
|
6610
|
+
]
|
|
6611
|
+
},
|
|
6612
|
+
"2": {
|
|
6613
|
+
"value": "#006779",
|
|
6614
|
+
"public": true,
|
|
6615
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
6616
|
+
"isSource": true,
|
|
6617
|
+
"original": {
|
|
6618
|
+
"value": "#006779",
|
|
6619
|
+
"public": true
|
|
6620
|
+
},
|
|
6621
|
+
"name": "color-light-mode-datavis-2",
|
|
6622
|
+
"attributes": {
|
|
6623
|
+
"category": "color",
|
|
6624
|
+
"type": "light-mode",
|
|
6625
|
+
"item": "datavis",
|
|
6626
|
+
"subitem": "2"
|
|
6627
|
+
},
|
|
6628
|
+
"path": [
|
|
6629
|
+
"color",
|
|
6630
|
+
"light-mode",
|
|
6631
|
+
"datavis",
|
|
6632
|
+
"2"
|
|
6633
|
+
]
|
|
6634
|
+
},
|
|
6635
|
+
"3": {
|
|
6636
|
+
"value": "#008d6f",
|
|
6637
|
+
"public": true,
|
|
6638
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
6639
|
+
"isSource": true,
|
|
6640
|
+
"original": {
|
|
6641
|
+
"value": "#008D6F",
|
|
6642
|
+
"public": true
|
|
6643
|
+
},
|
|
6644
|
+
"name": "color-light-mode-datavis-3",
|
|
6645
|
+
"attributes": {
|
|
6646
|
+
"category": "color",
|
|
6647
|
+
"type": "light-mode",
|
|
6648
|
+
"item": "datavis",
|
|
6649
|
+
"subitem": "3"
|
|
6650
|
+
},
|
|
6651
|
+
"path": [
|
|
6652
|
+
"color",
|
|
6653
|
+
"light-mode",
|
|
6654
|
+
"datavis",
|
|
6655
|
+
"3"
|
|
6656
|
+
]
|
|
6657
|
+
},
|
|
6658
|
+
"4": {
|
|
6659
|
+
"value": "#62ad43",
|
|
6660
|
+
"public": true,
|
|
6661
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
6662
|
+
"isSource": true,
|
|
6663
|
+
"original": {
|
|
6664
|
+
"value": "#62AD43",
|
|
6665
|
+
"public": true
|
|
6666
|
+
},
|
|
6667
|
+
"name": "color-light-mode-datavis-4",
|
|
6668
|
+
"attributes": {
|
|
6669
|
+
"category": "color",
|
|
6670
|
+
"type": "light-mode",
|
|
6671
|
+
"item": "datavis",
|
|
6672
|
+
"subitem": "4"
|
|
6673
|
+
},
|
|
6674
|
+
"path": [
|
|
6675
|
+
"color",
|
|
6676
|
+
"light-mode",
|
|
6677
|
+
"datavis",
|
|
6678
|
+
"4"
|
|
6679
|
+
]
|
|
6680
|
+
},
|
|
6681
|
+
"5": {
|
|
6682
|
+
"value": "#ddbd16",
|
|
6683
|
+
"public": true,
|
|
6684
|
+
"filePath": "tokens/color/semantic/datavis.light.json",
|
|
6685
|
+
"isSource": true,
|
|
6686
|
+
"original": {
|
|
6687
|
+
"value": "#DDBD16",
|
|
6688
|
+
"public": true
|
|
6689
|
+
},
|
|
6690
|
+
"name": "color-light-mode-datavis-5",
|
|
6691
|
+
"attributes": {
|
|
6692
|
+
"category": "color",
|
|
6693
|
+
"type": "light-mode",
|
|
6694
|
+
"item": "datavis",
|
|
6695
|
+
"subitem": "5"
|
|
6696
|
+
},
|
|
6697
|
+
"path": [
|
|
6698
|
+
"color",
|
|
6699
|
+
"light-mode",
|
|
6700
|
+
"datavis",
|
|
6701
|
+
"5"
|
|
6702
|
+
]
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
6588
6705
|
"overlay": {
|
|
6589
6706
|
"value": "rgba(9, 0, 48, 0.45)",
|
|
6590
6707
|
"public": true,
|
|
@@ -1923,13 +1923,15 @@
|
|
|
1923
1923
|
]
|
|
1924
1924
|
},
|
|
1925
1925
|
"paragraph": {
|
|
1926
|
-
"value": "'
|
|
1926
|
+
"value": "'Poppins', sans-serif",
|
|
1927
1927
|
"public": true,
|
|
1928
|
+
"isReferenceToInternal": true,
|
|
1928
1929
|
"filePath": "tokens/typography/alias/font.json",
|
|
1929
1930
|
"isSource": true,
|
|
1930
1931
|
"original": {
|
|
1931
|
-
"value": "
|
|
1932
|
-
"public": true
|
|
1932
|
+
"value": "{typography.font.default.value}",
|
|
1933
|
+
"public": true,
|
|
1934
|
+
"isReferenceToInternal": true
|
|
1933
1935
|
},
|
|
1934
1936
|
"name": "typography-font-paragraph",
|
|
1935
1937
|
"attributes": {
|
|
@@ -1943,6 +1945,27 @@
|
|
|
1943
1945
|
"paragraph"
|
|
1944
1946
|
]
|
|
1945
1947
|
},
|
|
1948
|
+
"fine-print": {
|
|
1949
|
+
"value": "'Inter', sans-serif",
|
|
1950
|
+
"public": true,
|
|
1951
|
+
"filePath": "tokens/typography/alias/font.json",
|
|
1952
|
+
"isSource": true,
|
|
1953
|
+
"original": {
|
|
1954
|
+
"value": "'Inter', sans-serif",
|
|
1955
|
+
"public": true
|
|
1956
|
+
},
|
|
1957
|
+
"name": "typography-font-fine-print",
|
|
1958
|
+
"attributes": {
|
|
1959
|
+
"category": "typography",
|
|
1960
|
+
"type": "font",
|
|
1961
|
+
"item": "fine-print"
|
|
1962
|
+
},
|
|
1963
|
+
"path": [
|
|
1964
|
+
"typography",
|
|
1965
|
+
"font",
|
|
1966
|
+
"fine-print"
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1946
1969
|
"lead": {
|
|
1947
1970
|
"value": "'Aleo', serif",
|
|
1948
1971
|
"public": true,
|