@pantheon-systems/pds-design-tokens 1.0.0-dev.0 → 1.0.0-dev.2
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 +7 -7
- package/build/css/pds-design-tokens-light-mode.css +1 -1
- package/build/figma/pds-design-tokens-figma.json +65 -19
- package/build/json/pds-design-tokens-dark-mode.json +40 -17
- package/build/json/pds-design-tokens-light-mode.json +2 -2
- package/build/json/pds-design-tokens.json +21 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +7 -7
- package/build/scss/_pds-design-tokens-light-mode.scss +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--pds-color-border-default: #504e62;
|
|
15
15
|
--pds-color-brand-accent-default: #de0093;
|
|
16
16
|
--pds-color-brand-primary-default: #ffdc28;
|
|
17
|
-
--pds-color-brand-secondary-default: #
|
|
17
|
+
--pds-color-brand-secondary-default: #6947ff;
|
|
18
18
|
--pds-color-button-brand-background-active: #ddbd16;
|
|
19
19
|
--pds-color-button-brand-background-default: #ffdc28;
|
|
20
20
|
--pds-color-button-brand-background-hover: #ffe668;
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
--pds-color-button-critical-foreground-active: #ffffff;
|
|
34
34
|
--pds-color-button-critical-foreground-default: #ffffff;
|
|
35
35
|
--pds-color-button-critical-foreground-hover: #ffffff;
|
|
36
|
-
--pds-color-button-primary-background-active: #
|
|
37
|
-
--pds-color-button-primary-background-default: #
|
|
38
|
-
--pds-color-button-primary-background-hover: #
|
|
39
|
-
--pds-color-button-primary-border-active: #
|
|
40
|
-
--pds-color-button-primary-border-default: #
|
|
41
|
-
--pds-color-button-primary-border-hover: #
|
|
36
|
+
--pds-color-button-primary-background-active: #4b32bb;
|
|
37
|
+
--pds-color-button-primary-background-default: #6947ff;
|
|
38
|
+
--pds-color-button-primary-background-hover: #7657ff;
|
|
39
|
+
--pds-color-button-primary-border-active: #4b32bb;
|
|
40
|
+
--pds-color-button-primary-border-default: #6947ff;
|
|
41
|
+
--pds-color-button-primary-border-hover: #7657ff;
|
|
42
42
|
--pds-color-button-primary-foreground-active: #ffffff;
|
|
43
43
|
--pds-color-button-primary-foreground-default: #ffffff;
|
|
44
44
|
--pds-color-button-primary-foreground-hover: #ffffff;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
--pds-color-button-secondary-foreground-hover: #3017a1;
|
|
54
54
|
--pds-color-button-subtle-background-active: #cfcfd3;
|
|
55
55
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
|
-
--pds-color-button-subtle-background-hover: #
|
|
56
|
+
--pds-color-button-subtle-background-hover: #f0ecff;
|
|
57
57
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
58
58
|
--pds-color-button-subtle-foreground-active: #11005d;
|
|
59
59
|
--pds-color-button-subtle-foreground-default: #3017a1;
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pds-design-tokens": {
|
|
3
3
|
"animation": {
|
|
4
|
+
"button": {
|
|
5
|
+
"transition": {
|
|
6
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
7
|
+
"filePath": "tokens/animation/alias.json",
|
|
8
|
+
"isSource": true,
|
|
9
|
+
"original": {
|
|
10
|
+
"value": "background-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}, border-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}",
|
|
11
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
12
|
+
"isSource": false
|
|
13
|
+
},
|
|
14
|
+
"name": "animation-button-transition",
|
|
15
|
+
"attributes": {
|
|
16
|
+
"category": "animation",
|
|
17
|
+
"type": "button",
|
|
18
|
+
"item": "transition"
|
|
19
|
+
},
|
|
20
|
+
"path": [
|
|
21
|
+
"animation",
|
|
22
|
+
"button",
|
|
23
|
+
"transition"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
4
27
|
"transition": {
|
|
5
28
|
"delay": {
|
|
6
29
|
"value": "0s",
|
|
@@ -1761,13 +1784,13 @@
|
|
|
1761
1784
|
"primary": {
|
|
1762
1785
|
"background": {
|
|
1763
1786
|
"default": {
|
|
1764
|
-
"value": "#
|
|
1787
|
+
"value": "#6947ff",
|
|
1765
1788
|
"public": true,
|
|
1766
1789
|
"isReferenceToInternal": true,
|
|
1767
1790
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1768
1791
|
"isSource": true,
|
|
1769
1792
|
"original": {
|
|
1770
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1793
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
1771
1794
|
"public": true,
|
|
1772
1795
|
"isReferenceToInternal": true
|
|
1773
1796
|
},
|
|
@@ -1789,13 +1812,13 @@
|
|
|
1789
1812
|
]
|
|
1790
1813
|
},
|
|
1791
1814
|
"hover": {
|
|
1792
|
-
"value": "#
|
|
1815
|
+
"value": "#7657ff",
|
|
1793
1816
|
"public": true,
|
|
1794
1817
|
"isReferenceToInternal": true,
|
|
1795
1818
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1796
1819
|
"isSource": true,
|
|
1797
1820
|
"original": {
|
|
1798
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1821
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
1799
1822
|
"public": true,
|
|
1800
1823
|
"isReferenceToInternal": true
|
|
1801
1824
|
},
|
|
@@ -1817,13 +1840,13 @@
|
|
|
1817
1840
|
]
|
|
1818
1841
|
},
|
|
1819
1842
|
"active": {
|
|
1820
|
-
"value": "#
|
|
1843
|
+
"value": "#4b32bb",
|
|
1821
1844
|
"public": true,
|
|
1822
1845
|
"isReferenceToInternal": true,
|
|
1823
1846
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1824
1847
|
"isSource": true,
|
|
1825
1848
|
"original": {
|
|
1826
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1849
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
1827
1850
|
"public": true,
|
|
1828
1851
|
"isReferenceToInternal": true
|
|
1829
1852
|
},
|
|
@@ -1847,13 +1870,13 @@
|
|
|
1847
1870
|
},
|
|
1848
1871
|
"border": {
|
|
1849
1872
|
"default": {
|
|
1850
|
-
"value": "#
|
|
1873
|
+
"value": "#6947ff",
|
|
1851
1874
|
"public": true,
|
|
1852
1875
|
"isReferenceToInternal": true,
|
|
1853
1876
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1854
1877
|
"isSource": true,
|
|
1855
1878
|
"original": {
|
|
1856
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1879
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
1857
1880
|
"public": true,
|
|
1858
1881
|
"isReferenceToInternal": true
|
|
1859
1882
|
},
|
|
@@ -1875,13 +1898,13 @@
|
|
|
1875
1898
|
]
|
|
1876
1899
|
},
|
|
1877
1900
|
"hover": {
|
|
1878
|
-
"value": "#
|
|
1901
|
+
"value": "#7657ff",
|
|
1879
1902
|
"public": true,
|
|
1880
1903
|
"isReferenceToInternal": true,
|
|
1881
1904
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1882
1905
|
"isSource": true,
|
|
1883
1906
|
"original": {
|
|
1884
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1907
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
1885
1908
|
"public": true,
|
|
1886
1909
|
"isReferenceToInternal": true
|
|
1887
1910
|
},
|
|
@@ -1903,13 +1926,13 @@
|
|
|
1903
1926
|
]
|
|
1904
1927
|
},
|
|
1905
1928
|
"active": {
|
|
1906
|
-
"value": "#
|
|
1929
|
+
"value": "#4b32bb",
|
|
1907
1930
|
"public": true,
|
|
1908
1931
|
"isReferenceToInternal": true,
|
|
1909
1932
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
1910
1933
|
"isSource": true,
|
|
1911
1934
|
"original": {
|
|
1912
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
1935
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
1913
1936
|
"public": true,
|
|
1914
1937
|
"isReferenceToInternal": true
|
|
1915
1938
|
},
|
|
@@ -3683,11 +3706,11 @@
|
|
|
3683
3706
|
]
|
|
3684
3707
|
},
|
|
3685
3708
|
"300": {
|
|
3686
|
-
"value": "#
|
|
3709
|
+
"value": "#7657ff",
|
|
3687
3710
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3688
3711
|
"isSource": true,
|
|
3689
3712
|
"original": {
|
|
3690
|
-
"value": "#
|
|
3713
|
+
"value": "#7657FF"
|
|
3691
3714
|
},
|
|
3692
3715
|
"name": "color-dark-mode-brand-secondary-300",
|
|
3693
3716
|
"attributes": {
|
|
@@ -3706,11 +3729,11 @@
|
|
|
3706
3729
|
]
|
|
3707
3730
|
},
|
|
3708
3731
|
"400": {
|
|
3709
|
-
"value": "#
|
|
3732
|
+
"value": "#6947ff",
|
|
3710
3733
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
3711
3734
|
"isSource": true,
|
|
3712
3735
|
"original": {
|
|
3713
|
-
"value": "#
|
|
3736
|
+
"value": "#6947FF"
|
|
3714
3737
|
},
|
|
3715
3738
|
"name": "color-dark-mode-brand-secondary-400",
|
|
3716
3739
|
"attributes": {
|
|
@@ -3751,8 +3774,31 @@
|
|
|
3751
3774
|
"500"
|
|
3752
3775
|
]
|
|
3753
3776
|
},
|
|
3777
|
+
"600": {
|
|
3778
|
+
"value": "#271577",
|
|
3779
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
3780
|
+
"isSource": true,
|
|
3781
|
+
"original": {
|
|
3782
|
+
"value": "#271577"
|
|
3783
|
+
},
|
|
3784
|
+
"name": "color-dark-mode-brand-secondary-600",
|
|
3785
|
+
"attributes": {
|
|
3786
|
+
"category": "color",
|
|
3787
|
+
"type": "dark-mode",
|
|
3788
|
+
"item": "brand",
|
|
3789
|
+
"subitem": "secondary",
|
|
3790
|
+
"state": "600"
|
|
3791
|
+
},
|
|
3792
|
+
"path": [
|
|
3793
|
+
"color",
|
|
3794
|
+
"dark-mode",
|
|
3795
|
+
"brand",
|
|
3796
|
+
"secondary",
|
|
3797
|
+
"600"
|
|
3798
|
+
]
|
|
3799
|
+
},
|
|
3754
3800
|
"default": {
|
|
3755
|
-
"value": "#
|
|
3801
|
+
"value": "#6947ff",
|
|
3756
3802
|
"public": true,
|
|
3757
3803
|
"isReferenceToInternal": true,
|
|
3758
3804
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
@@ -5824,13 +5870,13 @@
|
|
|
5824
5870
|
]
|
|
5825
5871
|
},
|
|
5826
5872
|
"hover": {
|
|
5827
|
-
"value": "#
|
|
5873
|
+
"value": "#f0ecff",
|
|
5828
5874
|
"public": true,
|
|
5829
5875
|
"isReferenceToInternal": true,
|
|
5830
5876
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5831
5877
|
"isSource": true,
|
|
5832
5878
|
"original": {
|
|
5833
|
-
"value": "{color.light-mode.
|
|
5879
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
5834
5880
|
"public": true,
|
|
5835
5881
|
"isReferenceToInternal": true
|
|
5836
5882
|
},
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
"primary": {
|
|
199
199
|
"background": {
|
|
200
200
|
"default": {
|
|
201
|
-
"value": "#
|
|
201
|
+
"value": "#6947ff",
|
|
202
202
|
"public": true,
|
|
203
203
|
"isReferenceToInternal": true,
|
|
204
204
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
205
205
|
"isSource": true,
|
|
206
206
|
"original": {
|
|
207
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
207
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
208
208
|
"public": true,
|
|
209
209
|
"isReferenceToInternal": true
|
|
210
210
|
},
|
|
@@ -226,13 +226,13 @@
|
|
|
226
226
|
]
|
|
227
227
|
},
|
|
228
228
|
"hover": {
|
|
229
|
-
"value": "#
|
|
229
|
+
"value": "#7657ff",
|
|
230
230
|
"public": true,
|
|
231
231
|
"isReferenceToInternal": true,
|
|
232
232
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
233
233
|
"isSource": true,
|
|
234
234
|
"original": {
|
|
235
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
235
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
236
236
|
"public": true,
|
|
237
237
|
"isReferenceToInternal": true
|
|
238
238
|
},
|
|
@@ -254,13 +254,13 @@
|
|
|
254
254
|
]
|
|
255
255
|
},
|
|
256
256
|
"active": {
|
|
257
|
-
"value": "#
|
|
257
|
+
"value": "#4b32bb",
|
|
258
258
|
"public": true,
|
|
259
259
|
"isReferenceToInternal": true,
|
|
260
260
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
261
261
|
"isSource": true,
|
|
262
262
|
"original": {
|
|
263
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
263
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
264
264
|
"public": true,
|
|
265
265
|
"isReferenceToInternal": true
|
|
266
266
|
},
|
|
@@ -284,13 +284,13 @@
|
|
|
284
284
|
},
|
|
285
285
|
"border": {
|
|
286
286
|
"default": {
|
|
287
|
-
"value": "#
|
|
287
|
+
"value": "#6947ff",
|
|
288
288
|
"public": true,
|
|
289
289
|
"isReferenceToInternal": true,
|
|
290
290
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
291
291
|
"isSource": true,
|
|
292
292
|
"original": {
|
|
293
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
293
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
294
294
|
"public": true,
|
|
295
295
|
"isReferenceToInternal": true
|
|
296
296
|
},
|
|
@@ -312,13 +312,13 @@
|
|
|
312
312
|
]
|
|
313
313
|
},
|
|
314
314
|
"hover": {
|
|
315
|
-
"value": "#
|
|
315
|
+
"value": "#7657ff",
|
|
316
316
|
"public": true,
|
|
317
317
|
"isReferenceToInternal": true,
|
|
318
318
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
319
319
|
"isSource": true,
|
|
320
320
|
"original": {
|
|
321
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
321
|
+
"value": "{color.dark-mode.brand.secondary.300.value}",
|
|
322
322
|
"public": true,
|
|
323
323
|
"isReferenceToInternal": true
|
|
324
324
|
},
|
|
@@ -340,13 +340,13 @@
|
|
|
340
340
|
]
|
|
341
341
|
},
|
|
342
342
|
"active": {
|
|
343
|
-
"value": "#
|
|
343
|
+
"value": "#4b32bb",
|
|
344
344
|
"public": true,
|
|
345
345
|
"isReferenceToInternal": true,
|
|
346
346
|
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
347
347
|
"isSource": true,
|
|
348
348
|
"original": {
|
|
349
|
-
"value": "{color.dark-mode.brand.secondary.
|
|
349
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
350
350
|
"public": true,
|
|
351
351
|
"isReferenceToInternal": true
|
|
352
352
|
},
|
|
@@ -2120,11 +2120,11 @@
|
|
|
2120
2120
|
]
|
|
2121
2121
|
},
|
|
2122
2122
|
"300": {
|
|
2123
|
-
"value": "#
|
|
2123
|
+
"value": "#7657ff",
|
|
2124
2124
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2125
2125
|
"isSource": true,
|
|
2126
2126
|
"original": {
|
|
2127
|
-
"value": "#
|
|
2127
|
+
"value": "#7657FF"
|
|
2128
2128
|
},
|
|
2129
2129
|
"name": "color-dark-mode-brand-secondary-300",
|
|
2130
2130
|
"attributes": {
|
|
@@ -2143,11 +2143,11 @@
|
|
|
2143
2143
|
]
|
|
2144
2144
|
},
|
|
2145
2145
|
"400": {
|
|
2146
|
-
"value": "#
|
|
2146
|
+
"value": "#6947ff",
|
|
2147
2147
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
2148
2148
|
"isSource": true,
|
|
2149
2149
|
"original": {
|
|
2150
|
-
"value": "#
|
|
2150
|
+
"value": "#6947FF"
|
|
2151
2151
|
},
|
|
2152
2152
|
"name": "color-dark-mode-brand-secondary-400",
|
|
2153
2153
|
"attributes": {
|
|
@@ -2188,8 +2188,31 @@
|
|
|
2188
2188
|
"500"
|
|
2189
2189
|
]
|
|
2190
2190
|
},
|
|
2191
|
+
"600": {
|
|
2192
|
+
"value": "#271577",
|
|
2193
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
2194
|
+
"isSource": true,
|
|
2195
|
+
"original": {
|
|
2196
|
+
"value": "#271577"
|
|
2197
|
+
},
|
|
2198
|
+
"name": "color-dark-mode-brand-secondary-600",
|
|
2199
|
+
"attributes": {
|
|
2200
|
+
"category": "color",
|
|
2201
|
+
"type": "dark-mode",
|
|
2202
|
+
"item": "brand",
|
|
2203
|
+
"subitem": "secondary",
|
|
2204
|
+
"state": "600"
|
|
2205
|
+
},
|
|
2206
|
+
"path": [
|
|
2207
|
+
"color",
|
|
2208
|
+
"dark-mode",
|
|
2209
|
+
"brand",
|
|
2210
|
+
"secondary",
|
|
2211
|
+
"600"
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2191
2214
|
"default": {
|
|
2192
|
-
"value": "#
|
|
2215
|
+
"value": "#6947ff",
|
|
2193
2216
|
"public": true,
|
|
2194
2217
|
"isReferenceToInternal": true,
|
|
2195
2218
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
@@ -742,13 +742,13 @@
|
|
|
742
742
|
]
|
|
743
743
|
},
|
|
744
744
|
"hover": {
|
|
745
|
-
"value": "#
|
|
745
|
+
"value": "#f0ecff",
|
|
746
746
|
"public": true,
|
|
747
747
|
"isReferenceToInternal": true,
|
|
748
748
|
"filePath": "tokens/color/alias/interactive.light.json",
|
|
749
749
|
"isSource": true,
|
|
750
750
|
"original": {
|
|
751
|
-
"value": "{color.light-mode.
|
|
751
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
752
752
|
"public": true,
|
|
753
753
|
"isReferenceToInternal": true
|
|
754
754
|
},
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
+
"button": {
|
|
4
|
+
"transition": {
|
|
5
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
6
|
+
"filePath": "tokens/animation/alias.json",
|
|
7
|
+
"isSource": true,
|
|
8
|
+
"original": {
|
|
9
|
+
"value": "background-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}, border-color: {animation.transition.duration.value} {animation.transition.timing-function.value} {animation.transition.delay.value}"
|
|
10
|
+
},
|
|
11
|
+
"name": "animation-button-transition",
|
|
12
|
+
"attributes": {
|
|
13
|
+
"category": "animation",
|
|
14
|
+
"type": "button",
|
|
15
|
+
"item": "transition"
|
|
16
|
+
},
|
|
17
|
+
"path": [
|
|
18
|
+
"animation",
|
|
19
|
+
"button",
|
|
20
|
+
"transition"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
},
|
|
3
24
|
"transition": {
|
|
4
25
|
"delay": {
|
|
5
26
|
"value": "0s",
|
|
@@ -12,7 +12,7 @@ $pds-color-background-default: #1d1d29;
|
|
|
12
12
|
$pds-color-border-default: #504e62;
|
|
13
13
|
$pds-color-brand-accent-default: #de0093;
|
|
14
14
|
$pds-color-brand-primary-default: #ffdc28;
|
|
15
|
-
$pds-color-brand-secondary-default: #
|
|
15
|
+
$pds-color-brand-secondary-default: #6947ff;
|
|
16
16
|
$pds-color-button-brand-background-active: #ddbd16;
|
|
17
17
|
$pds-color-button-brand-background-default: #ffdc28;
|
|
18
18
|
$pds-color-button-brand-background-hover: #ffe668;
|
|
@@ -31,12 +31,12 @@ $pds-color-button-critical-border-hover: #be4242;
|
|
|
31
31
|
$pds-color-button-critical-foreground-active: #ffffff;
|
|
32
32
|
$pds-color-button-critical-foreground-default: #ffffff;
|
|
33
33
|
$pds-color-button-critical-foreground-hover: #ffffff;
|
|
34
|
-
$pds-color-button-primary-background-active: #
|
|
35
|
-
$pds-color-button-primary-background-default: #
|
|
36
|
-
$pds-color-button-primary-background-hover: #
|
|
37
|
-
$pds-color-button-primary-border-active: #
|
|
38
|
-
$pds-color-button-primary-border-default: #
|
|
39
|
-
$pds-color-button-primary-border-hover: #
|
|
34
|
+
$pds-color-button-primary-background-active: #4b32bb;
|
|
35
|
+
$pds-color-button-primary-background-default: #6947ff;
|
|
36
|
+
$pds-color-button-primary-background-hover: #7657ff;
|
|
37
|
+
$pds-color-button-primary-border-active: #4b32bb;
|
|
38
|
+
$pds-color-button-primary-border-default: #6947ff;
|
|
39
|
+
$pds-color-button-primary-border-hover: #7657ff;
|
|
40
40
|
$pds-color-button-primary-foreground-active: #ffffff;
|
|
41
41
|
$pds-color-button-primary-foreground-default: #ffffff;
|
|
42
42
|
$pds-color-button-primary-foreground-hover: #ffffff;
|
|
@@ -51,7 +51,7 @@ $pds-color-button-secondary-foreground-default: #3017a1;
|
|
|
51
51
|
$pds-color-button-secondary-foreground-hover: #3017a1;
|
|
52
52
|
$pds-color-button-subtle-background-active: #cfcfd3;
|
|
53
53
|
$pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
54
|
-
$pds-color-button-subtle-background-hover: #
|
|
54
|
+
$pds-color-button-subtle-background-hover: #f0ecff;
|
|
55
55
|
$pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
56
56
|
$pds-color-button-subtle-foreground-active: #11005d;
|
|
57
57
|
$pds-color-button-subtle-foreground-default: #3017a1;
|