@pantheon-systems/pds-design-tokens 1.0.0-dev.17 → 1.0.0-dev.19
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 +64 -0
- package/build/json/pds-design-tokens-dark-mode.json +32 -0
- package/build/json/pds-design-tokens-light-mode.json +32 -0
- package/build/json/pds-design-tokens.json +38 -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
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
73
73
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
74
74
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
75
|
+
--pds-color-input-action-hover-background: #282839;
|
|
75
76
|
--pds-color-input-background-critical: #1d1d29;
|
|
76
77
|
--pds-color-input-background-default: #1d1d29;
|
|
77
78
|
--pds-color-input-background-hover: #282839;
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
73
73
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
74
74
|
--pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
75
|
+
--pds-color-input-action-hover-background: #f1f1f1;
|
|
75
76
|
--pds-color-input-background-critical: #ffebeb;
|
|
76
77
|
--pds-color-input-background-default: #ffffff;
|
|
77
78
|
--pds-color-input-background-hover: #f0ecff;
|
|
@@ -3734,6 +3734,38 @@
|
|
|
3734
3734
|
"foreground"
|
|
3735
3735
|
]
|
|
3736
3736
|
}
|
|
3737
|
+
},
|
|
3738
|
+
"action": {
|
|
3739
|
+
"hover": {
|
|
3740
|
+
"background": {
|
|
3741
|
+
"value": "#282839",
|
|
3742
|
+
"public": true,
|
|
3743
|
+
"isReferenceToInternal": true,
|
|
3744
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
3745
|
+
"isSource": true,
|
|
3746
|
+
"original": {
|
|
3747
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
3748
|
+
"public": true,
|
|
3749
|
+
"isReferenceToInternal": true
|
|
3750
|
+
},
|
|
3751
|
+
"name": "color-dark-mode-input-action-hover-background",
|
|
3752
|
+
"attributes": {
|
|
3753
|
+
"category": "color",
|
|
3754
|
+
"type": "dark-mode",
|
|
3755
|
+
"item": "input",
|
|
3756
|
+
"subitem": "action",
|
|
3757
|
+
"state": "hover"
|
|
3758
|
+
},
|
|
3759
|
+
"path": [
|
|
3760
|
+
"color",
|
|
3761
|
+
"dark-mode",
|
|
3762
|
+
"input",
|
|
3763
|
+
"action",
|
|
3764
|
+
"hover",
|
|
3765
|
+
"background"
|
|
3766
|
+
]
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3737
3769
|
}
|
|
3738
3770
|
},
|
|
3739
3771
|
"link": {
|
|
@@ -7940,6 +7972,38 @@
|
|
|
7940
7972
|
"foreground"
|
|
7941
7973
|
]
|
|
7942
7974
|
}
|
|
7975
|
+
},
|
|
7976
|
+
"action": {
|
|
7977
|
+
"hover": {
|
|
7978
|
+
"background": {
|
|
7979
|
+
"value": "#f1f1f1",
|
|
7980
|
+
"public": true,
|
|
7981
|
+
"isReferenceToInternal": true,
|
|
7982
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
7983
|
+
"isSource": true,
|
|
7984
|
+
"original": {
|
|
7985
|
+
"value": "{color.light-mode.neutral.050.value}",
|
|
7986
|
+
"public": true,
|
|
7987
|
+
"isReferenceToInternal": true
|
|
7988
|
+
},
|
|
7989
|
+
"name": "color-light-mode-input-action-hover-background",
|
|
7990
|
+
"attributes": {
|
|
7991
|
+
"category": "color",
|
|
7992
|
+
"type": "light-mode",
|
|
7993
|
+
"item": "input",
|
|
7994
|
+
"subitem": "action",
|
|
7995
|
+
"state": "hover"
|
|
7996
|
+
},
|
|
7997
|
+
"path": [
|
|
7998
|
+
"color",
|
|
7999
|
+
"light-mode",
|
|
8000
|
+
"input",
|
|
8001
|
+
"action",
|
|
8002
|
+
"hover",
|
|
8003
|
+
"background"
|
|
8004
|
+
]
|
|
8005
|
+
}
|
|
8006
|
+
}
|
|
7943
8007
|
}
|
|
7944
8008
|
},
|
|
7945
8009
|
"link": {
|
|
@@ -1935,6 +1935,38 @@
|
|
|
1935
1935
|
"foreground"
|
|
1936
1936
|
]
|
|
1937
1937
|
}
|
|
1938
|
+
},
|
|
1939
|
+
"action": {
|
|
1940
|
+
"hover": {
|
|
1941
|
+
"background": {
|
|
1942
|
+
"value": "#282839",
|
|
1943
|
+
"public": true,
|
|
1944
|
+
"isReferenceToInternal": true,
|
|
1945
|
+
"filePath": "tokens/color/alias/form.dark.json",
|
|
1946
|
+
"isSource": true,
|
|
1947
|
+
"original": {
|
|
1948
|
+
"value": "{color.dark-mode.neutral.500.value}",
|
|
1949
|
+
"public": true,
|
|
1950
|
+
"isReferenceToInternal": true
|
|
1951
|
+
},
|
|
1952
|
+
"name": "color-dark-mode-input-action-hover-background",
|
|
1953
|
+
"attributes": {
|
|
1954
|
+
"category": "color",
|
|
1955
|
+
"type": "dark-mode",
|
|
1956
|
+
"item": "input",
|
|
1957
|
+
"subitem": "action",
|
|
1958
|
+
"state": "hover"
|
|
1959
|
+
},
|
|
1960
|
+
"path": [
|
|
1961
|
+
"color",
|
|
1962
|
+
"dark-mode",
|
|
1963
|
+
"input",
|
|
1964
|
+
"action",
|
|
1965
|
+
"hover",
|
|
1966
|
+
"background"
|
|
1967
|
+
]
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1938
1970
|
}
|
|
1939
1971
|
},
|
|
1940
1972
|
"link": {
|
|
@@ -1935,6 +1935,38 @@
|
|
|
1935
1935
|
"foreground"
|
|
1936
1936
|
]
|
|
1937
1937
|
}
|
|
1938
|
+
},
|
|
1939
|
+
"action": {
|
|
1940
|
+
"hover": {
|
|
1941
|
+
"background": {
|
|
1942
|
+
"value": "#f1f1f1",
|
|
1943
|
+
"public": true,
|
|
1944
|
+
"isReferenceToInternal": true,
|
|
1945
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
1946
|
+
"isSource": true,
|
|
1947
|
+
"original": {
|
|
1948
|
+
"value": "{color.light-mode.neutral.050.value}",
|
|
1949
|
+
"public": true,
|
|
1950
|
+
"isReferenceToInternal": true
|
|
1951
|
+
},
|
|
1952
|
+
"name": "color-light-mode-input-action-hover-background",
|
|
1953
|
+
"attributes": {
|
|
1954
|
+
"category": "color",
|
|
1955
|
+
"type": "light-mode",
|
|
1956
|
+
"item": "input",
|
|
1957
|
+
"subitem": "action",
|
|
1958
|
+
"state": "hover"
|
|
1959
|
+
},
|
|
1960
|
+
"path": [
|
|
1961
|
+
"color",
|
|
1962
|
+
"light-mode",
|
|
1963
|
+
"input",
|
|
1964
|
+
"action",
|
|
1965
|
+
"hover",
|
|
1966
|
+
"background"
|
|
1967
|
+
]
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1938
1970
|
}
|
|
1939
1971
|
},
|
|
1940
1972
|
"link": {
|
|
@@ -626,6 +626,44 @@
|
|
|
626
626
|
"spacing",
|
|
627
627
|
"4XS"
|
|
628
628
|
]
|
|
629
|
+
},
|
|
630
|
+
"5XS": {
|
|
631
|
+
"value": "0.25",
|
|
632
|
+
"defaultUnit": "rem",
|
|
633
|
+
"filePath": "tokens/spacing/base.json",
|
|
634
|
+
"isSource": true,
|
|
635
|
+
"original": {
|
|
636
|
+
"value": "0.25",
|
|
637
|
+
"defaultUnit": "rem"
|
|
638
|
+
},
|
|
639
|
+
"name": "spacing-5-xs",
|
|
640
|
+
"attributes": {
|
|
641
|
+
"category": "spacing",
|
|
642
|
+
"type": "5XS"
|
|
643
|
+
},
|
|
644
|
+
"path": [
|
|
645
|
+
"spacing",
|
|
646
|
+
"5XS"
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
"6XS": {
|
|
650
|
+
"value": "0.125",
|
|
651
|
+
"defaultUnit": "rem",
|
|
652
|
+
"filePath": "tokens/spacing/base.json",
|
|
653
|
+
"isSource": true,
|
|
654
|
+
"original": {
|
|
655
|
+
"value": "0.125",
|
|
656
|
+
"defaultUnit": "rem"
|
|
657
|
+
},
|
|
658
|
+
"name": "spacing-6-xs",
|
|
659
|
+
"attributes": {
|
|
660
|
+
"category": "spacing",
|
|
661
|
+
"type": "6XS"
|
|
662
|
+
},
|
|
663
|
+
"path": [
|
|
664
|
+
"spacing",
|
|
665
|
+
"6XS"
|
|
666
|
+
]
|
|
629
667
|
}
|
|
630
668
|
},
|
|
631
669
|
"typography": {
|
|
@@ -70,6 +70,7 @@ $pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B
|
|
|
70
70
|
$pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
71
71
|
$pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
72
72
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
73
|
+
$pds-color-input-action-hover-background: #282839;
|
|
73
74
|
$pds-color-input-background-critical: #1d1d29;
|
|
74
75
|
$pds-color-input-background-default: #1d1d29;
|
|
75
76
|
$pds-color-input-background-hover: #282839;
|
|
@@ -70,6 +70,7 @@ $pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B
|
|
|
70
70
|
$pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
71
71
|
$pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
72
72
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
73
|
+
$pds-color-input-action-hover-background: #f1f1f1;
|
|
73
74
|
$pds-color-input-background-critical: #ffebeb;
|
|
74
75
|
$pds-color-input-background-default: #ffffff;
|
|
75
76
|
$pds-color-input-background-hover: #f0ecff;
|