@pantheon-systems/pds-design-tokens 1.0.0-dev.27 → 1.0.0-dev.28
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 +2 -4
- package/build/css/pds-design-tokens-light-mode.css +2 -4
- package/build/css/pds-design-tokens.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +121 -216
- package/build/json/pds-design-tokens-dark-mode.json +48 -108
- package/build/json/pds-design-tokens-light-mode.json +48 -108
- package/build/json/pds-design-tokens.json +23 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +2 -4
- package/build/scss/_pds-design-tokens-light-mode.scss +2 -4
- package/build/scss/_pds-design-tokens.scss +1 -0
- package/package.json +1 -1
|
@@ -86,10 +86,8 @@
|
|
|
86
86
|
--pds-color-input-foreground-default: #ffffff;
|
|
87
87
|
--pds-color-input-foreground-success: #3cb683;
|
|
88
88
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
89
|
-
--pds-color-input-toggle-
|
|
90
|
-
--pds-color-input-toggle-
|
|
91
|
-
--pds-color-input-toggle-border-off: #c7c5d0;
|
|
92
|
-
--pds-color-input-toggle-border-on: var(--pds-color-interactive-focus);
|
|
89
|
+
--pds-color-input-toggle-switch-off: #504e62;
|
|
90
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
93
91
|
--pds-color-interactive-focus: #36a3ff;
|
|
94
92
|
--pds-color-link-active: #6f54e8;
|
|
95
93
|
--pds-color-link-default: #36a3ff;
|
|
@@ -86,10 +86,8 @@
|
|
|
86
86
|
--pds-color-input-foreground-default: #23232d;
|
|
87
87
|
--pds-color-input-foreground-success: #1f845a;
|
|
88
88
|
--pds-color-input-placeholder-text: #71717c;
|
|
89
|
-
--pds-color-input-toggle-
|
|
90
|
-
--pds-color-input-toggle-
|
|
91
|
-
--pds-color-input-toggle-border-off: #71717c;
|
|
92
|
-
--pds-color-input-toggle-border-on: var(--pds-color-interactive-focus);
|
|
89
|
+
--pds-color-input-toggle-switch-off: #94949e;
|
|
90
|
+
--pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
|
|
93
91
|
--pds-color-interactive-focus: #0f62fe;
|
|
94
92
|
--pds-color-link-active: #6f54e8;
|
|
95
93
|
--pds-color-link-default: #0f62fe;
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--pds-animation-transition-default-duration: 200ms;
|
|
15
15
|
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
16
16
|
--pds-animation-transition-dropdown-duration: 300ms;
|
|
17
|
+
--pds-border-radius-container: 0.375rem;
|
|
17
18
|
--pds-border-radius-default: 0.1875rem;
|
|
18
19
|
--pds-border-width-default: 1px;
|
|
19
20
|
--pds-typography-font-default: 'Poppins', sans-serif;
|
|
@@ -203,6 +203,31 @@
|
|
|
203
203
|
"radius",
|
|
204
204
|
"default"
|
|
205
205
|
]
|
|
206
|
+
},
|
|
207
|
+
"container": {
|
|
208
|
+
"value": 0.375,
|
|
209
|
+
"defaultUnit": "rem",
|
|
210
|
+
"public": true,
|
|
211
|
+
"filePath": "tokens/border/alias.json",
|
|
212
|
+
"isSource": true,
|
|
213
|
+
"original": {
|
|
214
|
+
"value": 0.375,
|
|
215
|
+
"defaultUnit": "rem",
|
|
216
|
+
"public": true,
|
|
217
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
218
|
+
"isSource": false
|
|
219
|
+
},
|
|
220
|
+
"name": "border-radius-container",
|
|
221
|
+
"attributes": {
|
|
222
|
+
"category": "border",
|
|
223
|
+
"type": "radius",
|
|
224
|
+
"item": "container"
|
|
225
|
+
},
|
|
226
|
+
"path": [
|
|
227
|
+
"border",
|
|
228
|
+
"radius",
|
|
229
|
+
"container"
|
|
230
|
+
]
|
|
206
231
|
}
|
|
207
232
|
},
|
|
208
233
|
"width": {
|
|
@@ -3735,118 +3760,58 @@
|
|
|
3735
3760
|
]
|
|
3736
3761
|
}
|
|
3737
3762
|
},
|
|
3738
|
-
"toggle": {
|
|
3739
|
-
"
|
|
3740
|
-
"
|
|
3741
|
-
|
|
3763
|
+
"toggle-switch": {
|
|
3764
|
+
"off": {
|
|
3765
|
+
"value": "#504e62",
|
|
3766
|
+
"public": true,
|
|
3767
|
+
"isReferenceToInternal": true,
|
|
3768
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
3769
|
+
"isSource": true,
|
|
3770
|
+
"original": {
|
|
3771
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3742
3772
|
"public": true,
|
|
3743
|
-
"isReferenceToInternal": true
|
|
3744
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
3745
|
-
"isSource": true,
|
|
3746
|
-
"original": {
|
|
3747
|
-
"value": "{color.dark-mode.neutral.300.value}",
|
|
3748
|
-
"public": true,
|
|
3749
|
-
"isReferenceToInternal": true
|
|
3750
|
-
},
|
|
3751
|
-
"name": "color-dark-mode-input-toggle-background-off",
|
|
3752
|
-
"attributes": {
|
|
3753
|
-
"category": "color",
|
|
3754
|
-
"type": "dark-mode",
|
|
3755
|
-
"item": "input",
|
|
3756
|
-
"subitem": "toggle",
|
|
3757
|
-
"state": "background"
|
|
3758
|
-
},
|
|
3759
|
-
"path": [
|
|
3760
|
-
"color",
|
|
3761
|
-
"dark-mode",
|
|
3762
|
-
"input",
|
|
3763
|
-
"toggle",
|
|
3764
|
-
"background",
|
|
3765
|
-
"off"
|
|
3766
|
-
]
|
|
3773
|
+
"isReferenceToInternal": true
|
|
3767
3774
|
},
|
|
3768
|
-
"
|
|
3769
|
-
|
|
3770
|
-
"
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
"
|
|
3778
|
-
"
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
"state": "background"
|
|
3784
|
-
},
|
|
3785
|
-
"path": [
|
|
3786
|
-
"color",
|
|
3787
|
-
"dark-mode",
|
|
3788
|
-
"input",
|
|
3789
|
-
"toggle",
|
|
3790
|
-
"background",
|
|
3791
|
-
"on"
|
|
3792
|
-
]
|
|
3793
|
-
}
|
|
3775
|
+
"name": "color-dark-mode-input-toggle-switch-off",
|
|
3776
|
+
"attributes": {
|
|
3777
|
+
"category": "color",
|
|
3778
|
+
"type": "dark-mode",
|
|
3779
|
+
"item": "input",
|
|
3780
|
+
"subitem": "toggle-switch",
|
|
3781
|
+
"state": "off"
|
|
3782
|
+
},
|
|
3783
|
+
"path": [
|
|
3784
|
+
"color",
|
|
3785
|
+
"dark-mode",
|
|
3786
|
+
"input",
|
|
3787
|
+
"toggle-switch",
|
|
3788
|
+
"off"
|
|
3789
|
+
]
|
|
3794
3790
|
},
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
"
|
|
3802
|
-
"
|
|
3803
|
-
"value": "{color.dark-mode.neutral.100.value}",
|
|
3804
|
-
"public": true,
|
|
3805
|
-
"isReferenceToInternal": true
|
|
3806
|
-
},
|
|
3807
|
-
"name": "color-dark-mode-input-toggle-border-off",
|
|
3808
|
-
"attributes": {
|
|
3809
|
-
"category": "color",
|
|
3810
|
-
"type": "dark-mode",
|
|
3811
|
-
"item": "input",
|
|
3812
|
-
"subitem": "toggle",
|
|
3813
|
-
"state": "border"
|
|
3814
|
-
},
|
|
3815
|
-
"path": [
|
|
3816
|
-
"color",
|
|
3817
|
-
"dark-mode",
|
|
3818
|
-
"input",
|
|
3819
|
-
"toggle",
|
|
3820
|
-
"border",
|
|
3821
|
-
"off"
|
|
3822
|
-
]
|
|
3791
|
+
"on": {
|
|
3792
|
+
"value": "#36a3ff",
|
|
3793
|
+
"public": true,
|
|
3794
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
3795
|
+
"isSource": true,
|
|
3796
|
+
"original": {
|
|
3797
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
3798
|
+
"public": true
|
|
3823
3799
|
},
|
|
3824
|
-
"
|
|
3825
|
-
|
|
3826
|
-
"
|
|
3827
|
-
"
|
|
3828
|
-
"
|
|
3829
|
-
"
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
"
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
"state": "border"
|
|
3840
|
-
},
|
|
3841
|
-
"path": [
|
|
3842
|
-
"color",
|
|
3843
|
-
"dark-mode",
|
|
3844
|
-
"input",
|
|
3845
|
-
"toggle",
|
|
3846
|
-
"border",
|
|
3847
|
-
"on"
|
|
3848
|
-
]
|
|
3849
|
-
}
|
|
3800
|
+
"name": "color-dark-mode-input-toggle-switch-on",
|
|
3801
|
+
"attributes": {
|
|
3802
|
+
"category": "color",
|
|
3803
|
+
"type": "dark-mode",
|
|
3804
|
+
"item": "input",
|
|
3805
|
+
"subitem": "toggle-switch",
|
|
3806
|
+
"state": "on"
|
|
3807
|
+
},
|
|
3808
|
+
"path": [
|
|
3809
|
+
"color",
|
|
3810
|
+
"dark-mode",
|
|
3811
|
+
"input",
|
|
3812
|
+
"toggle-switch",
|
|
3813
|
+
"on"
|
|
3814
|
+
]
|
|
3850
3815
|
}
|
|
3851
3816
|
},
|
|
3852
3817
|
"action": {
|
|
@@ -8030,118 +7995,58 @@
|
|
|
8030
7995
|
]
|
|
8031
7996
|
}
|
|
8032
7997
|
},
|
|
8033
|
-
"toggle": {
|
|
8034
|
-
"
|
|
8035
|
-
"
|
|
8036
|
-
|
|
7998
|
+
"toggle-switch": {
|
|
7999
|
+
"off": {
|
|
8000
|
+
"value": "#94949e",
|
|
8001
|
+
"public": true,
|
|
8002
|
+
"isReferenceToInternal": true,
|
|
8003
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
8004
|
+
"isSource": true,
|
|
8005
|
+
"original": {
|
|
8006
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
8037
8007
|
"public": true,
|
|
8038
|
-
"isReferenceToInternal": true
|
|
8039
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
8040
|
-
"isSource": true,
|
|
8041
|
-
"original": {
|
|
8042
|
-
"value": "{color.light-mode.neutral.200.value}",
|
|
8043
|
-
"public": true,
|
|
8044
|
-
"isReferenceToInternal": true
|
|
8045
|
-
},
|
|
8046
|
-
"name": "color-light-mode-input-toggle-background-off",
|
|
8047
|
-
"attributes": {
|
|
8048
|
-
"category": "color",
|
|
8049
|
-
"type": "light-mode",
|
|
8050
|
-
"item": "input",
|
|
8051
|
-
"subitem": "toggle",
|
|
8052
|
-
"state": "background"
|
|
8053
|
-
},
|
|
8054
|
-
"path": [
|
|
8055
|
-
"color",
|
|
8056
|
-
"light-mode",
|
|
8057
|
-
"input",
|
|
8058
|
-
"toggle",
|
|
8059
|
-
"background",
|
|
8060
|
-
"off"
|
|
8061
|
-
]
|
|
8008
|
+
"isReferenceToInternal": true
|
|
8062
8009
|
},
|
|
8063
|
-
"
|
|
8064
|
-
|
|
8065
|
-
"
|
|
8066
|
-
"
|
|
8067
|
-
"
|
|
8068
|
-
"
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
"
|
|
8073
|
-
"
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
"state": "background"
|
|
8079
|
-
},
|
|
8080
|
-
"path": [
|
|
8081
|
-
"color",
|
|
8082
|
-
"light-mode",
|
|
8083
|
-
"input",
|
|
8084
|
-
"toggle",
|
|
8085
|
-
"background",
|
|
8086
|
-
"on"
|
|
8087
|
-
]
|
|
8088
|
-
}
|
|
8010
|
+
"name": "color-light-mode-input-toggle-switch-off",
|
|
8011
|
+
"attributes": {
|
|
8012
|
+
"category": "color",
|
|
8013
|
+
"type": "light-mode",
|
|
8014
|
+
"item": "input",
|
|
8015
|
+
"subitem": "toggle-switch",
|
|
8016
|
+
"state": "off"
|
|
8017
|
+
},
|
|
8018
|
+
"path": [
|
|
8019
|
+
"color",
|
|
8020
|
+
"light-mode",
|
|
8021
|
+
"input",
|
|
8022
|
+
"toggle-switch",
|
|
8023
|
+
"off"
|
|
8024
|
+
]
|
|
8089
8025
|
},
|
|
8090
|
-
"
|
|
8091
|
-
"
|
|
8092
|
-
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
"
|
|
8097
|
-
"
|
|
8098
|
-
"value": "{color.light-mode.neutral.400.value}",
|
|
8099
|
-
"public": true,
|
|
8100
|
-
"isReferenceToInternal": true
|
|
8101
|
-
},
|
|
8102
|
-
"name": "color-light-mode-input-toggle-border-off",
|
|
8103
|
-
"attributes": {
|
|
8104
|
-
"category": "color",
|
|
8105
|
-
"type": "light-mode",
|
|
8106
|
-
"item": "input",
|
|
8107
|
-
"subitem": "toggle",
|
|
8108
|
-
"state": "border"
|
|
8109
|
-
},
|
|
8110
|
-
"path": [
|
|
8111
|
-
"color",
|
|
8112
|
-
"light-mode",
|
|
8113
|
-
"input",
|
|
8114
|
-
"toggle",
|
|
8115
|
-
"border",
|
|
8116
|
-
"off"
|
|
8117
|
-
]
|
|
8026
|
+
"on": {
|
|
8027
|
+
"value": "#0f62fe",
|
|
8028
|
+
"public": true,
|
|
8029
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
8030
|
+
"isSource": true,
|
|
8031
|
+
"original": {
|
|
8032
|
+
"value": "{color.light-mode.interactive.focus.value}",
|
|
8033
|
+
"public": true
|
|
8118
8034
|
},
|
|
8119
|
-
"
|
|
8120
|
-
|
|
8121
|
-
"
|
|
8122
|
-
"
|
|
8123
|
-
"
|
|
8124
|
-
"
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
"
|
|
8129
|
-
"
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
|
|
8133
|
-
|
|
8134
|
-
"state": "border"
|
|
8135
|
-
},
|
|
8136
|
-
"path": [
|
|
8137
|
-
"color",
|
|
8138
|
-
"light-mode",
|
|
8139
|
-
"input",
|
|
8140
|
-
"toggle",
|
|
8141
|
-
"border",
|
|
8142
|
-
"on"
|
|
8143
|
-
]
|
|
8144
|
-
}
|
|
8035
|
+
"name": "color-light-mode-input-toggle-switch-on",
|
|
8036
|
+
"attributes": {
|
|
8037
|
+
"category": "color",
|
|
8038
|
+
"type": "light-mode",
|
|
8039
|
+
"item": "input",
|
|
8040
|
+
"subitem": "toggle-switch",
|
|
8041
|
+
"state": "on"
|
|
8042
|
+
},
|
|
8043
|
+
"path": [
|
|
8044
|
+
"color",
|
|
8045
|
+
"light-mode",
|
|
8046
|
+
"input",
|
|
8047
|
+
"toggle-switch",
|
|
8048
|
+
"on"
|
|
8049
|
+
]
|
|
8145
8050
|
}
|
|
8146
8051
|
},
|
|
8147
8052
|
"action": {
|
|
@@ -1936,118 +1936,58 @@
|
|
|
1936
1936
|
]
|
|
1937
1937
|
}
|
|
1938
1938
|
},
|
|
1939
|
-
"toggle": {
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1939
|
+
"toggle-switch": {
|
|
1940
|
+
"off": {
|
|
1941
|
+
"value": "#504e62",
|
|
1942
|
+
"public": true,
|
|
1943
|
+
"isReferenceToInternal": true,
|
|
1944
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1945
|
+
"isSource": true,
|
|
1946
|
+
"original": {
|
|
1947
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
1943
1948
|
"public": true,
|
|
1944
|
-
"isReferenceToInternal": true
|
|
1945
|
-
"filePath": "tokens/color/alias/input.dark.json",
|
|
1946
|
-
"isSource": true,
|
|
1947
|
-
"original": {
|
|
1948
|
-
"value": "{color.dark-mode.neutral.300.value}",
|
|
1949
|
-
"public": true,
|
|
1950
|
-
"isReferenceToInternal": true
|
|
1951
|
-
},
|
|
1952
|
-
"name": "color-dark-mode-input-toggle-background-off",
|
|
1953
|
-
"attributes": {
|
|
1954
|
-
"category": "color",
|
|
1955
|
-
"type": "dark-mode",
|
|
1956
|
-
"item": "input",
|
|
1957
|
-
"subitem": "toggle",
|
|
1958
|
-
"state": "background"
|
|
1959
|
-
},
|
|
1960
|
-
"path": [
|
|
1961
|
-
"color",
|
|
1962
|
-
"dark-mode",
|
|
1963
|
-
"input",
|
|
1964
|
-
"toggle",
|
|
1965
|
-
"background",
|
|
1966
|
-
"off"
|
|
1967
|
-
]
|
|
1949
|
+
"isReferenceToInternal": true
|
|
1968
1950
|
},
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
"
|
|
1979
|
-
"
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
"state": "background"
|
|
1985
|
-
},
|
|
1986
|
-
"path": [
|
|
1987
|
-
"color",
|
|
1988
|
-
"dark-mode",
|
|
1989
|
-
"input",
|
|
1990
|
-
"toggle",
|
|
1991
|
-
"background",
|
|
1992
|
-
"on"
|
|
1993
|
-
]
|
|
1994
|
-
}
|
|
1951
|
+
"name": "color-dark-mode-input-toggle-switch-off",
|
|
1952
|
+
"attributes": {
|
|
1953
|
+
"category": "color",
|
|
1954
|
+
"type": "dark-mode",
|
|
1955
|
+
"item": "input",
|
|
1956
|
+
"subitem": "toggle-switch",
|
|
1957
|
+
"state": "off"
|
|
1958
|
+
},
|
|
1959
|
+
"path": [
|
|
1960
|
+
"color",
|
|
1961
|
+
"dark-mode",
|
|
1962
|
+
"input",
|
|
1963
|
+
"toggle-switch",
|
|
1964
|
+
"off"
|
|
1965
|
+
]
|
|
1995
1966
|
},
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
2004
|
-
"value": "{color.dark-mode.neutral.100.value}",
|
|
2005
|
-
"public": true,
|
|
2006
|
-
"isReferenceToInternal": true
|
|
2007
|
-
},
|
|
2008
|
-
"name": "color-dark-mode-input-toggle-border-off",
|
|
2009
|
-
"attributes": {
|
|
2010
|
-
"category": "color",
|
|
2011
|
-
"type": "dark-mode",
|
|
2012
|
-
"item": "input",
|
|
2013
|
-
"subitem": "toggle",
|
|
2014
|
-
"state": "border"
|
|
2015
|
-
},
|
|
2016
|
-
"path": [
|
|
2017
|
-
"color",
|
|
2018
|
-
"dark-mode",
|
|
2019
|
-
"input",
|
|
2020
|
-
"toggle",
|
|
2021
|
-
"border",
|
|
2022
|
-
"off"
|
|
2023
|
-
]
|
|
1967
|
+
"on": {
|
|
1968
|
+
"value": "#36a3ff",
|
|
1969
|
+
"public": true,
|
|
1970
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
1971
|
+
"isSource": true,
|
|
1972
|
+
"original": {
|
|
1973
|
+
"value": "{color.dark-mode.interactive.focus.value}",
|
|
1974
|
+
"public": true
|
|
2024
1975
|
},
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
"state": "border"
|
|
2041
|
-
},
|
|
2042
|
-
"path": [
|
|
2043
|
-
"color",
|
|
2044
|
-
"dark-mode",
|
|
2045
|
-
"input",
|
|
2046
|
-
"toggle",
|
|
2047
|
-
"border",
|
|
2048
|
-
"on"
|
|
2049
|
-
]
|
|
2050
|
-
}
|
|
1976
|
+
"name": "color-dark-mode-input-toggle-switch-on",
|
|
1977
|
+
"attributes": {
|
|
1978
|
+
"category": "color",
|
|
1979
|
+
"type": "dark-mode",
|
|
1980
|
+
"item": "input",
|
|
1981
|
+
"subitem": "toggle-switch",
|
|
1982
|
+
"state": "on"
|
|
1983
|
+
},
|
|
1984
|
+
"path": [
|
|
1985
|
+
"color",
|
|
1986
|
+
"dark-mode",
|
|
1987
|
+
"input",
|
|
1988
|
+
"toggle-switch",
|
|
1989
|
+
"on"
|
|
1990
|
+
]
|
|
2051
1991
|
}
|
|
2052
1992
|
},
|
|
2053
1993
|
"action": {
|
|
@@ -1936,118 +1936,58 @@
|
|
|
1936
1936
|
]
|
|
1937
1937
|
}
|
|
1938
1938
|
},
|
|
1939
|
-
"toggle": {
|
|
1940
|
-
"
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1939
|
+
"toggle-switch": {
|
|
1940
|
+
"off": {
|
|
1941
|
+
"value": "#94949e",
|
|
1942
|
+
"public": true,
|
|
1943
|
+
"isReferenceToInternal": true,
|
|
1944
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
1945
|
+
"isSource": true,
|
|
1946
|
+
"original": {
|
|
1947
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
1943
1948
|
"public": true,
|
|
1944
|
-
"isReferenceToInternal": true
|
|
1945
|
-
"filePath": "tokens/color/alias/input.light.json",
|
|
1946
|
-
"isSource": true,
|
|
1947
|
-
"original": {
|
|
1948
|
-
"value": "{color.light-mode.neutral.200.value}",
|
|
1949
|
-
"public": true,
|
|
1950
|
-
"isReferenceToInternal": true
|
|
1951
|
-
},
|
|
1952
|
-
"name": "color-light-mode-input-toggle-background-off",
|
|
1953
|
-
"attributes": {
|
|
1954
|
-
"category": "color",
|
|
1955
|
-
"type": "light-mode",
|
|
1956
|
-
"item": "input",
|
|
1957
|
-
"subitem": "toggle",
|
|
1958
|
-
"state": "background"
|
|
1959
|
-
},
|
|
1960
|
-
"path": [
|
|
1961
|
-
"color",
|
|
1962
|
-
"light-mode",
|
|
1963
|
-
"input",
|
|
1964
|
-
"toggle",
|
|
1965
|
-
"background",
|
|
1966
|
-
"off"
|
|
1967
|
-
]
|
|
1949
|
+
"isReferenceToInternal": true
|
|
1968
1950
|
},
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
"
|
|
1979
|
-
"
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
"state": "background"
|
|
1985
|
-
},
|
|
1986
|
-
"path": [
|
|
1987
|
-
"color",
|
|
1988
|
-
"light-mode",
|
|
1989
|
-
"input",
|
|
1990
|
-
"toggle",
|
|
1991
|
-
"background",
|
|
1992
|
-
"on"
|
|
1993
|
-
]
|
|
1994
|
-
}
|
|
1951
|
+
"name": "color-light-mode-input-toggle-switch-off",
|
|
1952
|
+
"attributes": {
|
|
1953
|
+
"category": "color",
|
|
1954
|
+
"type": "light-mode",
|
|
1955
|
+
"item": "input",
|
|
1956
|
+
"subitem": "toggle-switch",
|
|
1957
|
+
"state": "off"
|
|
1958
|
+
},
|
|
1959
|
+
"path": [
|
|
1960
|
+
"color",
|
|
1961
|
+
"light-mode",
|
|
1962
|
+
"input",
|
|
1963
|
+
"toggle-switch",
|
|
1964
|
+
"off"
|
|
1965
|
+
]
|
|
1995
1966
|
},
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
2004
|
-
"value": "{color.light-mode.neutral.400.value}",
|
|
2005
|
-
"public": true,
|
|
2006
|
-
"isReferenceToInternal": true
|
|
2007
|
-
},
|
|
2008
|
-
"name": "color-light-mode-input-toggle-border-off",
|
|
2009
|
-
"attributes": {
|
|
2010
|
-
"category": "color",
|
|
2011
|
-
"type": "light-mode",
|
|
2012
|
-
"item": "input",
|
|
2013
|
-
"subitem": "toggle",
|
|
2014
|
-
"state": "border"
|
|
2015
|
-
},
|
|
2016
|
-
"path": [
|
|
2017
|
-
"color",
|
|
2018
|
-
"light-mode",
|
|
2019
|
-
"input",
|
|
2020
|
-
"toggle",
|
|
2021
|
-
"border",
|
|
2022
|
-
"off"
|
|
2023
|
-
]
|
|
1967
|
+
"on": {
|
|
1968
|
+
"value": "#0f62fe",
|
|
1969
|
+
"public": true,
|
|
1970
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
1971
|
+
"isSource": true,
|
|
1972
|
+
"original": {
|
|
1973
|
+
"value": "{color.light-mode.interactive.focus.value}",
|
|
1974
|
+
"public": true
|
|
2024
1975
|
},
|
|
2025
|
-
"
|
|
2026
|
-
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
"state": "border"
|
|
2041
|
-
},
|
|
2042
|
-
"path": [
|
|
2043
|
-
"color",
|
|
2044
|
-
"light-mode",
|
|
2045
|
-
"input",
|
|
2046
|
-
"toggle",
|
|
2047
|
-
"border",
|
|
2048
|
-
"on"
|
|
2049
|
-
]
|
|
2050
|
-
}
|
|
1976
|
+
"name": "color-light-mode-input-toggle-switch-on",
|
|
1977
|
+
"attributes": {
|
|
1978
|
+
"category": "color",
|
|
1979
|
+
"type": "light-mode",
|
|
1980
|
+
"item": "input",
|
|
1981
|
+
"subitem": "toggle-switch",
|
|
1982
|
+
"state": "on"
|
|
1983
|
+
},
|
|
1984
|
+
"path": [
|
|
1985
|
+
"color",
|
|
1986
|
+
"light-mode",
|
|
1987
|
+
"input",
|
|
1988
|
+
"toggle-switch",
|
|
1989
|
+
"on"
|
|
1990
|
+
]
|
|
2051
1991
|
}
|
|
2052
1992
|
},
|
|
2053
1993
|
"action": {
|
|
@@ -186,6 +186,29 @@
|
|
|
186
186
|
"radius",
|
|
187
187
|
"default"
|
|
188
188
|
]
|
|
189
|
+
},
|
|
190
|
+
"container": {
|
|
191
|
+
"value": 0.375,
|
|
192
|
+
"defaultUnit": "rem",
|
|
193
|
+
"public": true,
|
|
194
|
+
"filePath": "tokens/border/alias.json",
|
|
195
|
+
"isSource": true,
|
|
196
|
+
"original": {
|
|
197
|
+
"value": 0.375,
|
|
198
|
+
"defaultUnit": "rem",
|
|
199
|
+
"public": true
|
|
200
|
+
},
|
|
201
|
+
"name": "border-radius-container",
|
|
202
|
+
"attributes": {
|
|
203
|
+
"category": "border",
|
|
204
|
+
"type": "radius",
|
|
205
|
+
"item": "container"
|
|
206
|
+
},
|
|
207
|
+
"path": [
|
|
208
|
+
"border",
|
|
209
|
+
"radius",
|
|
210
|
+
"container"
|
|
211
|
+
]
|
|
189
212
|
}
|
|
190
213
|
},
|
|
191
214
|
"width": {
|
|
@@ -84,10 +84,8 @@ $pds-color-input-foreground-critical: #e05757;
|
|
|
84
84
|
$pds-color-input-foreground-default: #ffffff;
|
|
85
85
|
$pds-color-input-foreground-success: #3cb683;
|
|
86
86
|
$pds-color-input-placeholder-text: #a6a3b4;
|
|
87
|
-
$pds-color-input-toggle-
|
|
88
|
-
$pds-color-input-toggle-
|
|
89
|
-
$pds-color-input-toggle-border-off: #c7c5d0;
|
|
90
|
-
$pds-color-input-toggle-border-on: $pds-color-interactive-focus;
|
|
87
|
+
$pds-color-input-toggle-switch-off: #504e62;
|
|
88
|
+
$pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
|
|
91
89
|
$pds-color-interactive-focus: #36a3ff;
|
|
92
90
|
$pds-color-link-active: #6f54e8;
|
|
93
91
|
$pds-color-link-default: #36a3ff;
|
|
@@ -84,10 +84,8 @@ $pds-color-input-foreground-critical: #d61f1f;
|
|
|
84
84
|
$pds-color-input-foreground-default: #23232d;
|
|
85
85
|
$pds-color-input-foreground-success: #1f845a;
|
|
86
86
|
$pds-color-input-placeholder-text: #71717c;
|
|
87
|
-
$pds-color-input-toggle-
|
|
88
|
-
$pds-color-input-toggle-
|
|
89
|
-
$pds-color-input-toggle-border-off: #71717c;
|
|
90
|
-
$pds-color-input-toggle-border-on: $pds-color-interactive-focus;
|
|
87
|
+
$pds-color-input-toggle-switch-off: #94949e;
|
|
88
|
+
$pds-color-input-toggle-switch-on: $pds-color-interactive-focus;
|
|
91
89
|
$pds-color-interactive-focus: #0f62fe;
|
|
92
90
|
$pds-color-link-active: #6f54e8;
|
|
93
91
|
$pds-color-link-default: #0f62fe;
|
|
@@ -12,6 +12,7 @@ $pds-animation-transition-default-delay: 0s;
|
|
|
12
12
|
$pds-animation-transition-default-duration: 200ms;
|
|
13
13
|
$pds-animation-transition-default-timing-function: ease-in-out;
|
|
14
14
|
$pds-animation-transition-dropdown-duration: 300ms;
|
|
15
|
+
$pds-border-radius-container: 0.375rem;
|
|
15
16
|
$pds-border-radius-default: 0.1875rem;
|
|
16
17
|
$pds-border-width-default: 1px;
|
|
17
18
|
$pds-typography-font-default: 'Poppins', sans-serif;
|