@salutejs-ds/sdds_sbcom 0.1.4 → 0.1.6
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/components/Button/Button.config.d.ts +4 -4
- package/components/Button/Button.config.js +7 -7
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/Button.config_1ccu9cu.css +10 -0
- package/components/Button/Button.css +9 -9
- package/components/Button/Button.d.ts +4 -4
- package/components/Checkbox/Checkbox.config.d.ts +1 -1
- package/components/Checkbox/Checkbox.config.js +4 -4
- package/components/Checkbox/Checkbox.config.js.map +1 -1
- package/components/Checkbox/Checkbox.config_1rh5bl.css +6 -0
- package/components/Checkbox/Checkbox.css +6 -6
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/IconButton/IconButton.config.d.ts +2 -2
- package/components/IconButton/IconButton.config.js +5 -5
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_cfiy79.css +9 -0
- package/components/IconButton/IconButton.css +8 -8
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Link/Link.config.d.ts +4 -4
- package/components/Link/Link.config.js +5 -5
- package/components/Link/Link.config.js.map +1 -1
- package/{es/components/Link/Link.config_1fm95cc.css → components/Link/Link.config_xhilcr.css} +6 -6
- package/components/Link/Link.css +8 -8
- package/components/Link/Link.d.ts +4 -4
- package/components/Radiobox/Radiobox.config.js +1 -1
- package/components/Radiobox/Radiobox.config.js.map +1 -1
- package/components/Radiobox/Radiobox.config_hk6a3j.css +6 -0
- package/components/Radiobox/Radiobox.css +6 -6
- package/css/sdds_sbcom.module.css +291 -151
- package/css/sdds_sbcom__dark.css +150 -81
- package/css/sdds_sbcom__light.css +153 -82
- package/es/components/Button/Button.config.js +7 -7
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/Button.config_1ccu9cu.css +10 -0
- package/es/components/Button/Button.css +9 -9
- package/es/components/Checkbox/Checkbox.config.js +4 -4
- package/es/components/Checkbox/Checkbox.config.js.map +1 -1
- package/es/components/Checkbox/Checkbox.config_1rh5bl.css +6 -0
- package/es/components/Checkbox/Checkbox.css +6 -6
- package/es/components/IconButton/IconButton.config.js +5 -5
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_cfiy79.css +9 -0
- package/es/components/IconButton/IconButton.css +8 -8
- package/es/components/Link/Link.config.js +5 -5
- package/es/components/Link/Link.config.js.map +1 -1
- package/{components/Link/Link.config_1fm95cc.css → es/components/Link/Link.config_xhilcr.css} +6 -6
- package/es/components/Link/Link.css +8 -8
- package/es/components/Radiobox/Radiobox.config.js +1 -1
- package/es/components/Radiobox/Radiobox.config.js.map +1 -1
- package/es/components/Radiobox/Radiobox.config_hk6a3j.css +6 -0
- package/es/components/Radiobox/Radiobox.css +6 -6
- package/es/index.css +37 -37
- package/es/index.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js +1 -1
- package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/es/theme/themes/sdds_sbcom__light.js +1 -1
- package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/es/theme/tokens/index.js +367 -160
- package/es/theme/tokens/index.js.map +1 -1
- package/index.css +37 -37
- package/index.js +69 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styled-components/cjs/Button/Button.config.js +7 -7
- package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/cjs/IconButton/IconButton.config.js +6 -6
- package/styled-components/cjs/Link/Link.config.js +6 -6
- package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
- package/styled-components/es/Button/Button.config.js +7 -7
- package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
- package/styled-components/es/IconButton/IconButton.config.js +6 -6
- package/styled-components/es/Link/Link.config.js +6 -6
- package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
- package/theme/themes/sdds_sbcom__dark.js +1 -1
- package/theme/themes/sdds_sbcom__dark.js.map +1 -1
- package/theme/themes/sdds_sbcom__light.js +1 -1
- package/theme/themes/sdds_sbcom__light.js.map +1 -1
- package/theme/tokens/index.d.ts +255 -117
- package/theme/tokens/index.js +435 -159
- package/theme/tokens/index.js.map +1 -1
- package/components/Button/Button.config_1ufeha7.css +0 -10
- package/components/Checkbox/Checkbox.config_1637oeq.css +0 -6
- package/components/IconButton/IconButton.config_4rapku.css +0 -9
- package/components/Radiobox/Radiobox.config_wxwhpp.css +0 -6
- package/es/components/Button/Button.config_1ufeha7.css +0 -10
- package/es/components/Checkbox/Checkbox.config_1637oeq.css +0 -6
- package/es/components/IconButton/IconButton.config_4rapku.css +0 -9
- package/es/components/Radiobox/Radiobox.config_wxwhpp.css +0 -6
|
@@ -2,6 +2,99 @@
|
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--text-tertiary-hover: #171717FF;
|
|
5
|
+
--inverse-text-paragraph: #F6F2F07A;
|
|
6
|
+
--inverse-text-accent-minor: #B4AE7BFF;
|
|
7
|
+
--surface-solid-primary-hover: #F2F2F2FF;
|
|
8
|
+
--surface-solid-default-hover: #262626FF;
|
|
9
|
+
--surface-accent-minor-hover: #D7FD91FF;
|
|
10
|
+
--surface-transparent-primary: #15110F0A;
|
|
11
|
+
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
12
|
+
--on-dark-surface-transparent-card: #23232399;
|
|
13
|
+
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
14
|
+
--on-light-surface-solid-default-hover: #262626FF;
|
|
15
|
+
--on-light-surface-negative-active: #FF142CFF;
|
|
16
|
+
--inverse-surface-solid-default-active: #F5F5F5FF;
|
|
17
|
+
--inverse-surface-transparent-tertiary-active: #FFFFFF24;
|
|
18
|
+
--inverse-surface-positive-hover: #6FA706FF;
|
|
19
|
+
--outline-positive-hover: #79B706FF;
|
|
20
|
+
--inverse-surface-accent-minor-hover: #2A390EFF;
|
|
21
|
+
--on-light-outline-positive-hover: #79B706FF;
|
|
22
|
+
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
23
|
+
--on-light-outline-warning: #BE4E0CFF;
|
|
24
|
+
--text-secondary-hover: #171717FF;
|
|
25
|
+
--on-dark-outline-minor-brightness: #383838FF;
|
|
26
|
+
--background-secondary-brightness: #FFFFFFFF;
|
|
27
|
+
--persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
28
|
+
--persona-green-text-accent-brightness: #EBE7E5FF;
|
|
29
|
+
--persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
30
|
+
--persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
31
|
+
--persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
32
|
+
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
33
|
+
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
34
|
+
--persona-indigo-text-accent: #3B3AAE;
|
|
35
|
+
--on-dark-persona-pink-text-accent-brightness: #15110FFF;
|
|
36
|
+
--on-dark-persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
37
|
+
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
38
|
+
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
39
|
+
--on-light-persona-olive-text-accent-active: #E6E6E6FF;
|
|
40
|
+
--on-dark-persona-violet-text-accent-brightness: #15110FFF;
|
|
41
|
+
--on-dark-text-accent-minor-active: #629405FF;
|
|
42
|
+
--on-light-surface-accent-secondary-brightness: #688F61FF;
|
|
43
|
+
--surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
44
|
+
--on-dark-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
45
|
+
--inverse-outline-minor-brightness: #383838FF;
|
|
46
|
+
--inverse-persona-ochre-text-accent-brightness: #15110FFF;
|
|
47
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
48
|
+
--outline-transparent-clear: #00000000;
|
|
49
|
+
--inverse-background-secondary-brightness: #000000FF;
|
|
50
|
+
--persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
51
|
+
--inverse-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
52
|
+
--on-dark-persona-ochre-text-accent: #E0AB69;
|
|
53
|
+
--on-light-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
54
|
+
--on-light-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
55
|
+
--on-light-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
56
|
+
--on-light-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
57
|
+
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
58
|
+
--inverse-surface-transparent-accent: #B4AE7B33;
|
|
59
|
+
--on-dark-outline-default-brightness: #3B3735FF;
|
|
60
|
+
--on-light-outline-warning-hover: #FD9253FF;
|
|
61
|
+
--inverse-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
62
|
+
--on-light-surface-accent-primary-brightness: #527E4BFF;
|
|
63
|
+
--surface-accent-secondary-brightness: #688F61FF;
|
|
64
|
+
--on-dark-background-secondary-brightness: #0F0F0FFF;
|
|
65
|
+
--on-light-background-secondary-brightness: #F6F2F0FF;
|
|
66
|
+
--outline-default-brightness: #DDD9D7FF;
|
|
67
|
+
--outline-minor-brightness: #FFFFFFFF;
|
|
68
|
+
--outline-transparent-clear-brightness: #00000000;
|
|
69
|
+
--inverse-outline-default-brightness: #3B3735FF;
|
|
70
|
+
--inverse-persona-olive-text-accent-brightness: #15110FFF;
|
|
71
|
+
--inverse-persona-pink-text-accent-brightness: #15110FFF;
|
|
72
|
+
--inverse-persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
73
|
+
--inverse-persona-violet-text-accent-brightness: #15110FFF;
|
|
74
|
+
--on-dark-persona-blue-text-accent-brightness: #15110FFF;
|
|
75
|
+
--on-dark-persona-indigo-text-accent-brightness: #15110FFF;
|
|
76
|
+
--on-dark-persona-ochre-text-accent-brightness: #15110FFF;
|
|
77
|
+
--on-dark-persona-olive-text-accent-brightness: #15110FFF;
|
|
78
|
+
--on-light-persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
79
|
+
--on-light-persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
80
|
+
--inverse-outline-minor-active: #E6E6E6FF;
|
|
81
|
+
--inverse-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
82
|
+
--on-dark-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
83
|
+
--surface-accent-primary-brightness: #527E4BFF;
|
|
84
|
+
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
85
|
+
--on-dark-persona-green-text-accent-brightness: #15110FFF;
|
|
86
|
+
--on-light-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
87
|
+
--on-light-outline-minor-brightness: #FFFFFFFF;
|
|
88
|
+
--persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
89
|
+
--persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
90
|
+
--inverse-persona-blue-text-accent-brightness: #15110FFF;
|
|
91
|
+
--inverse-persona-green-text-accent-brightness: #15110FFF;
|
|
92
|
+
--inverse-persona-indigo-text-accent-brightness: #15110FFF;
|
|
93
|
+
--on-light-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
94
|
+
--on-dark-surface-accent-primary-brightness: #B4AE7BFF;
|
|
95
|
+
--on-light-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
96
|
+
--on-light-outline-default-brightness: #DDD9D7FF;
|
|
97
|
+
--persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
5
98
|
--text-tertiary-active: #17171756;
|
|
6
99
|
--text-tertiary: #15110F3D;
|
|
7
100
|
--text-paragraph-hover: #1717177A;
|
|
@@ -94,7 +187,6 @@
|
|
|
94
187
|
--inverse-text-tertiary: #F6F2F03D;
|
|
95
188
|
--inverse-text-paragraph-hover: #F5F5F57A;
|
|
96
189
|
--inverse-text-paragraph-active: #F5F5F5A3;
|
|
97
|
-
--inverse-text-paragraph: #F6F2F07A;
|
|
98
190
|
--inverse-text-accent-hover: #96E208FF;
|
|
99
191
|
--on-light-text-accent-active: #3E5E03FF;
|
|
100
192
|
--on-light-text-accent-minor-active: #70AA03FF;
|
|
@@ -111,8 +203,6 @@
|
|
|
111
203
|
--inverse-text-info: #70B2F5FF;
|
|
112
204
|
--inverse-text-accent: #B4AE7BFF;
|
|
113
205
|
--inverse-text-positive: #79BB74FF;
|
|
114
|
-
--inverse-text-accent-minor: #B4AE7BFF;
|
|
115
|
-
--surface-solid-primary-hover: #F2F2F2FF;
|
|
116
206
|
--surface-solid-primary-active: #F0F0F0FF;
|
|
117
207
|
--surface-solid-primary: #FFFFFFFF;
|
|
118
208
|
--surface-solid-primary-brightness: #F6F6F6FF;
|
|
@@ -126,7 +216,6 @@
|
|
|
126
216
|
--surface-solid-card-active: #FFFFFFFF;
|
|
127
217
|
--surface-solid-card: #FFFFFFFF;
|
|
128
218
|
--surface-solid-card-brightness: #FFFFFFFF;
|
|
129
|
-
--surface-solid-default-hover: #262626FF;
|
|
130
219
|
--surface-solid-default-active: #030303FF;
|
|
131
220
|
--inverse-text-accent-minor-hover: #6EA013FF;
|
|
132
221
|
--inverse-text-accent-minor-active: #2F4408FF;
|
|
@@ -143,7 +232,6 @@
|
|
|
143
232
|
--surface-clear-hover: #00000000;
|
|
144
233
|
--surface-clear-active: #00000000;
|
|
145
234
|
--surface-clear: #00000000;
|
|
146
|
-
--surface-accent-minor-hover: #D7FD91FF;
|
|
147
235
|
--surface-accent-minor-active: #BEFB4BFF;
|
|
148
236
|
--surface-transparent-accent-hover: #108E252E;
|
|
149
237
|
--surface-transparent-accent-active: #108E2533;
|
|
@@ -152,7 +240,6 @@
|
|
|
152
240
|
--surface-warning-hover: #FB782DFF;
|
|
153
241
|
--surface-transparent-primary-hover: #0808080A;
|
|
154
242
|
--surface-transparent-primary-active: #0808080D;
|
|
155
|
-
--surface-transparent-primary: #15110F0A;
|
|
156
243
|
--surface-transparent-secondary-active: #0808081A;
|
|
157
244
|
--surface-transparent-secondary: #15110F14;
|
|
158
245
|
--surface-transparent-accent: #527E4B1F;
|
|
@@ -160,7 +247,6 @@
|
|
|
160
247
|
--surface-positive: #239322FF;
|
|
161
248
|
--surface-accent-minor: #D2ECBAFF;
|
|
162
249
|
--on-dark-surface-solid-primary: #232323FF;
|
|
163
|
-
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
164
250
|
--on-dark-surface-solid-secondary-hover: #303030FF;
|
|
165
251
|
--on-dark-surface-solid-secondary-active: #212121FF;
|
|
166
252
|
--on-dark-surface-solid-secondary: #292929FF;
|
|
@@ -185,7 +271,6 @@
|
|
|
185
271
|
--surface-info-hover: #209CEEFF;
|
|
186
272
|
--surface-info-active: #0F81CCFF;
|
|
187
273
|
--on-dark-surface-transparent-card-active: #FFFFFF0A;
|
|
188
|
-
--on-dark-surface-transparent-card: #23232399;
|
|
189
274
|
--on-dark-surface-transparent-card-brightness: #FFFF1DFF;
|
|
190
275
|
--on-dark-surface-accent-minor-hover: #2A390EFF;
|
|
191
276
|
--on-dark-surface-accent-minor-active: #182108FF;
|
|
@@ -208,14 +293,12 @@
|
|
|
208
293
|
--on-light-surface-solid-secondary-hover: #E8E8E8FF;
|
|
209
294
|
--on-light-surface-solid-secondary-active: #E6E6E6FF;
|
|
210
295
|
--on-light-surface-solid-secondary: #FFFFFFFF;
|
|
211
|
-
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
212
296
|
--on-light-surface-solid-tertiary-active: #D4D4D4FF;
|
|
213
297
|
--on-light-surface-solid-tertiary: #FFFFFFFF;
|
|
214
298
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
215
299
|
--on-light-surface-solid-card-active: #FFFFFFFF;
|
|
216
300
|
--on-light-surface-solid-card: #FFFFFFFF;
|
|
217
301
|
--on-light-surface-solid-card-brightness: #FFFFFFFF;
|
|
218
|
-
--on-light-surface-solid-default-hover: #262626FF;
|
|
219
302
|
--on-light-surface-solid-default-active: #030303FF;
|
|
220
303
|
--on-light-surface-solid-default: #15110FFF;
|
|
221
304
|
--on-light-surface-transparent-primary-hover: #0808080A;
|
|
@@ -241,7 +324,6 @@
|
|
|
241
324
|
--on-light-surface-warning-active: #E65705FF;
|
|
242
325
|
--on-light-surface-warning: #BE4E0CFF;
|
|
243
326
|
--on-light-surface-negative-hover: #FF5263FF;
|
|
244
|
-
--on-light-surface-negative-active: #FF142CFF;
|
|
245
327
|
--on-light-surface-negative: #E83439FF;
|
|
246
328
|
--on-light-surface-info-hover: #209CEEFF;
|
|
247
329
|
--on-light-surface-info-active: #0F81CCFF;
|
|
@@ -262,7 +344,6 @@
|
|
|
262
344
|
--inverse-surface-solid-card: #232323FF;
|
|
263
345
|
--inverse-surface-solid-card-brightness: #252525FF;
|
|
264
346
|
--inverse-surface-solid-default-hover: #FFFFFFFF;
|
|
265
|
-
--inverse-surface-solid-default-active: #F5F5F5FF;
|
|
266
347
|
--inverse-surface-solid-default: #FFFFFFFF;
|
|
267
348
|
--inverse-surface-transparent-primary-hover: #FFFFFF1F;
|
|
268
349
|
--inverse-surface-transparent-primary-active: #FFFFFF0A;
|
|
@@ -270,7 +351,6 @@
|
|
|
270
351
|
--inverse-surface-transparent-secondary-active: #FFFFFF0F;
|
|
271
352
|
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
272
353
|
--inverse-surface-transparent-tertiary-hover: #FFFFFF52;
|
|
273
|
-
--inverse-surface-transparent-tertiary-active: #FFFFFF24;
|
|
274
354
|
--inverse-surface-transparent-tertiary: #FFFFFF3D;
|
|
275
355
|
--inverse-surface-transparent-deep-hover: #FFFFFFC2;
|
|
276
356
|
--on-light-surface-info: #3776BCFF;
|
|
@@ -283,7 +363,6 @@
|
|
|
283
363
|
--inverse-surface-accent-minor-active: #182108FF;
|
|
284
364
|
--inverse-surface-transparent-accent-hover: #1A9E3252;
|
|
285
365
|
--inverse-surface-transparent-accent-active: #1A9E3224;
|
|
286
|
-
--inverse-surface-positive-hover: #6FA706FF;
|
|
287
366
|
--inverse-surface-positive-active: #5B8A05FF;
|
|
288
367
|
--inverse-surface-warning-hover: #FB7223FF;
|
|
289
368
|
--inverse-surface-warning-active: #F05B05FF;
|
|
@@ -314,7 +393,6 @@
|
|
|
314
393
|
--outline-transparent-primary-hover: #08080852;
|
|
315
394
|
--outline-transparent-primary-active: #08080838;
|
|
316
395
|
--on-light-outline-positive: #239322FF;
|
|
317
|
-
--outline-positive-hover: #79B706FF;
|
|
318
396
|
--outline-positive-active: #3E5E03FF;
|
|
319
397
|
--outline-warning-hover: #FD9253FF;
|
|
320
398
|
--outline-warning-active: #CA4B02FF;
|
|
@@ -325,7 +403,6 @@
|
|
|
325
403
|
--outline-warning: #BE4E0CFF;
|
|
326
404
|
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
327
405
|
--inverse-surface-accent: #B4AE7BFF;
|
|
328
|
-
--inverse-surface-accent-minor-hover: #2A390EFF;
|
|
329
406
|
--background-primary: #EBE7E5FF;
|
|
330
407
|
--on-dark-outline-positive-hover: #96E208FF;
|
|
331
408
|
--on-dark-outline-positive-active: #629405FF;
|
|
@@ -343,11 +420,9 @@
|
|
|
343
420
|
--inverse-outline-warning-active: #FF5D05FF;
|
|
344
421
|
--on-light-outline-transparent-primary-hover: #08080852;
|
|
345
422
|
--on-light-outline-transparent-primary-active: #08080838;
|
|
346
|
-
--on-light-outline-positive-hover: #79B706FF;
|
|
347
423
|
--on-light-outline-positive-active: #3E5E03FF;
|
|
348
424
|
--outline-text-info: #3776BCFF;
|
|
349
425
|
--outline-transparent-primary: #15110F3D;
|
|
350
|
-
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
351
426
|
--on-light-outline-text-info: #3776BCFF;
|
|
352
427
|
--inverse-outline-transparent-primary-hover: #FFFFFF4D;
|
|
353
428
|
--inverse-outline-transparent-primary-active: #FFFFFF12;
|
|
@@ -372,9 +447,7 @@
|
|
|
372
447
|
--on-light-outline-negative-hover: #F87C89FF;
|
|
373
448
|
--on-light-outline-warning-active: #CA4B02FF;
|
|
374
449
|
--on-light-outline-text-info-hover: #47B0F5FF;
|
|
375
|
-
--on-light-outline-warning: #BE4E0CFF;
|
|
376
450
|
--on-light-outline-negative: #E83439FF;
|
|
377
|
-
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
378
451
|
--on-light-data-yellow: #F3A912;
|
|
379
452
|
--on-light-data-yellow-hover: #F5B638FF;
|
|
380
453
|
--on-light-data-yellow-active: #E49C0CFF;
|
|
@@ -402,9 +475,6 @@
|
|
|
402
475
|
--on-dark-data-yellow-minor: #A16B00;
|
|
403
476
|
--on-dark-data-yellow-minor-active: #996600FF;
|
|
404
477
|
--on-dark-data-yellow-transparent-hover: #F3A812AD;
|
|
405
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
406
|
-
--text-secondary-hover: #171717FF;
|
|
407
|
-
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
408
478
|
--on-dark-background-primary: #15110FFF;
|
|
409
479
|
--on-dark-background-primary-hover: #CCCCCCFF;
|
|
410
480
|
--on-dark-background-primary-active: #E6E6E6FF;
|
|
@@ -422,7 +492,6 @@
|
|
|
422
492
|
--outline-minor: #FFFFFFFF;
|
|
423
493
|
--outline-minor-hover: #CCCCCCFF;
|
|
424
494
|
--outline-minor-active: #E6E6E6FF;
|
|
425
|
-
--outline-transparent-clear: #00000000;
|
|
426
495
|
--outline-transparent-clear-hover: #CCCCCCFF;
|
|
427
496
|
--outline-transparent-clear-active: #E6E6E6FF;
|
|
428
497
|
--inverse-outline-default: #3B3735FF;
|
|
@@ -439,107 +508,98 @@
|
|
|
439
508
|
--on-dark-outline-default-hover: #CCCCCCFF;
|
|
440
509
|
--inverse-background-secondary-hover: #CCCCCCFF;
|
|
441
510
|
--on-dark-background-secondary: #000000FF;
|
|
442
|
-
--persona-blue-text-accent: #
|
|
511
|
+
--persona-blue-text-accent: #3A6D96;
|
|
443
512
|
--persona-blue-text-accent-hover: #CCCCCCFF;
|
|
444
513
|
--persona-blue-text-accent-active: #E6E6E6FF;
|
|
445
|
-
--persona-green-text-accent: #
|
|
514
|
+
--persona-green-text-accent: #3D7B45;
|
|
446
515
|
--persona-green-text-accent-hover: #CCCCCCFF;
|
|
447
516
|
--persona-green-text-accent-active: #E6E6E6FF;
|
|
448
|
-
--persona-indigo-text-accent: #EBE7E5FF;
|
|
449
517
|
--persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
450
518
|
--persona-indigo-text-accent-active: #E6E6E6FF;
|
|
451
|
-
--persona-ochre-text-accent: #
|
|
519
|
+
--persona-ochre-text-accent: #935B18;
|
|
452
520
|
--persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
453
521
|
--persona-ochre-text-accent-active: #E6E6E6FF;
|
|
454
|
-
--persona-olive-text-accent: #
|
|
522
|
+
--persona-olive-text-accent: #636A40;
|
|
455
523
|
--persona-olive-text-accent-hover: #CCCCCCFF;
|
|
456
524
|
--persona-olive-text-accent-active: #E6E6E6FF;
|
|
457
525
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
458
526
|
--on-light-outline-minor: #FFFFFFFF;
|
|
459
527
|
--on-light-outline-minor-hover: #CCCCCCFF;
|
|
460
|
-
--persona-sea-blue-text-accent: #
|
|
528
|
+
--persona-sea-blue-text-accent: #348282;
|
|
461
529
|
--persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
462
|
-
--persona-
|
|
463
|
-
--persona-violet-text-accent: #EBE7E5FF;
|
|
530
|
+
--persona-violet-text-accent: #75508C;
|
|
464
531
|
--persona-violet-text-accent-hover: #CCCCCCFF;
|
|
465
532
|
--persona-violet-text-accent-active: #E6E6E6FF;
|
|
466
|
-
--inverse-persona-blue-text-accent: #
|
|
533
|
+
--inverse-persona-blue-text-accent: #87BEE5;
|
|
467
534
|
--inverse-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
468
535
|
--inverse-persona-blue-text-accent-active: #E6E6E6FF;
|
|
469
|
-
--inverse-persona-green-text-accent: #
|
|
536
|
+
--inverse-persona-green-text-accent: #8BCB94;
|
|
470
537
|
--inverse-persona-green-text-accent-hover: #CCCCCCFF;
|
|
471
538
|
--inverse-persona-green-text-accent-active: #E6E6E6FF;
|
|
472
|
-
--inverse-persona-indigo-text-accent: #
|
|
539
|
+
--inverse-persona-indigo-text-accent: #9291E5;
|
|
473
540
|
--inverse-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
474
|
-
--
|
|
475
|
-
--persona-pink-text-accent: #EBE7E5FF;
|
|
541
|
+
--persona-pink-text-accent: #904D55;
|
|
476
542
|
--persona-pink-text-accent-hover: #CCCCCCFF;
|
|
477
543
|
--persona-pink-text-accent-active: #E6E6E6FF;
|
|
478
|
-
--inverse-persona-olive-text-accent: #
|
|
544
|
+
--inverse-persona-olive-text-accent: #B3BA8D;
|
|
479
545
|
--inverse-persona-olive-text-accent-active: #E6E6E6FF;
|
|
480
|
-
--inverse-persona-pink-text-accent: #
|
|
546
|
+
--inverse-persona-pink-text-accent: #DE9EA5;
|
|
481
547
|
--inverse-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
482
548
|
--inverse-persona-pink-text-accent-active: #E6E6E6FF;
|
|
483
|
-
--inverse-persona-sea-blue-text-accent: #
|
|
549
|
+
--inverse-persona-sea-blue-text-accent: #7BC8C8;
|
|
484
550
|
--inverse-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
485
551
|
--inverse-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
486
|
-
--inverse-persona-violet-text-accent: #
|
|
552
|
+
--inverse-persona-violet-text-accent: #C6A0DC;
|
|
487
553
|
--inverse-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
488
554
|
--inverse-persona-violet-text-accent-active: #E6E6E6FF;
|
|
489
|
-
--on-dark-persona-blue-text-accent: #
|
|
555
|
+
--on-dark-persona-blue-text-accent: #87BEE5;
|
|
490
556
|
--on-dark-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
491
557
|
--on-dark-persona-blue-text-accent-active: #E6E6E6FF;
|
|
492
|
-
--inverse-persona-ochre-text-accent: #
|
|
558
|
+
--inverse-persona-ochre-text-accent: #E0AB69;
|
|
493
559
|
--inverse-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
494
560
|
--inverse-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
495
561
|
--inverse-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
496
|
-
--on-dark-persona-indigo-text-accent: #
|
|
562
|
+
--on-dark-persona-indigo-text-accent: #9291E5;
|
|
497
563
|
--on-dark-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
498
564
|
--on-dark-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
499
|
-
--on-dark-persona-ochre-text-accent: #15110FFF;
|
|
500
565
|
--on-dark-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
501
566
|
--on-dark-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
502
|
-
--on-dark-persona-olive-text-accent: #
|
|
567
|
+
--on-dark-persona-olive-text-accent: #B3BA8D;
|
|
503
568
|
--on-dark-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
504
569
|
--on-dark-persona-olive-text-accent-active: #E6E6E6FF;
|
|
505
|
-
--on-dark-persona-pink-text-accent: #
|
|
570
|
+
--on-dark-persona-pink-text-accent: #DE9EA5;
|
|
506
571
|
--on-dark-persona-pink-text-accent-active: #E6E6E6FF;
|
|
507
|
-
--on-dark-persona-sea-blue-text-accent: #
|
|
572
|
+
--on-dark-persona-sea-blue-text-accent: #7BC8C8;
|
|
508
573
|
--on-dark-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
509
574
|
--on-dark-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
510
|
-
--on-dark-persona-green-text-accent: #
|
|
575
|
+
--on-dark-persona-green-text-accent: #8BCB94;
|
|
511
576
|
--on-dark-persona-green-text-accent-hover: #CCCCCCFF;
|
|
512
577
|
--on-dark-persona-green-text-accent-active: #E6E6E6FF;
|
|
513
578
|
--on-light-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
514
579
|
--on-light-persona-blue-text-accent-active: #E6E6E6FF;
|
|
515
|
-
--on-light-persona-green-text-accent: #
|
|
580
|
+
--on-light-persona-green-text-accent: #3D7B45;
|
|
516
581
|
--on-light-persona-green-text-accent-hover: #CCCCCCFF;
|
|
517
582
|
--on-light-persona-green-text-accent-active: #E6E6E6FF;
|
|
518
|
-
--on-light-persona-indigo-text-accent: #
|
|
519
|
-
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
583
|
+
--on-light-persona-indigo-text-accent: #3B3AAE;
|
|
520
584
|
--on-light-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
521
|
-
--on-light-persona-ochre-text-accent: #
|
|
522
|
-
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
585
|
+
--on-light-persona-ochre-text-accent: #935B18;
|
|
523
586
|
--on-light-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
524
587
|
--on-light-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
525
|
-
--on-
|
|
526
|
-
--on-dark-persona-violet-text-accent: #15110FFF;
|
|
588
|
+
--on-dark-persona-violet-text-accent: #C6A0DC;
|
|
527
589
|
--on-dark-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
528
|
-
--on-light-persona-blue-text-accent: #
|
|
529
|
-
--on-light-persona-violet-text-accent: #
|
|
590
|
+
--on-light-persona-blue-text-accent: #3A6D96;
|
|
591
|
+
--on-light-persona-violet-text-accent: #75508C;
|
|
530
592
|
--on-light-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
531
593
|
--on-light-persona-violet-text-accent-active: #E6E6E6FF;
|
|
532
594
|
--surface-accent-primary: #527E4BFF;
|
|
533
595
|
--surface-accent-primary-hover: #CCCCCCFF;
|
|
534
596
|
--surface-accent-primary-active: #E6E6E6FF;
|
|
535
597
|
--on-light-surface-accent-primary: #527E4BFF;
|
|
536
|
-
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
537
598
|
--on-light-surface-transparent-tertiary-active: #08080833;
|
|
538
599
|
--on-light-surface-accent-minor-hover: #D7FD91FF;
|
|
539
600
|
--inverse-surface-solid-secondary-active: #212121FF;
|
|
540
601
|
--inverse-surface-transparent-deep-active: #FFFFFF94;
|
|
541
602
|
--inverse-surface-accent-minor: #3E4C2FFF;
|
|
542
|
-
--on-dark-text-accent-minor-active: #629405FF;
|
|
543
603
|
--on-dark-background-secondary-active: #E6E6E6FF;
|
|
544
604
|
--on-light-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
545
605
|
--on-light-data-yellow-minor-active: #FFCC66FF;
|
|
@@ -558,16 +618,14 @@
|
|
|
558
618
|
--on-dark-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
559
619
|
--on-light-surface-accent-secondary-active: #E6E6E6FF;
|
|
560
620
|
--on-light-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
561
|
-
--inverse-outline-minor-active: #E6E6E6FF;
|
|
562
|
-
--inverse-surface-transparent-accent: #B4AE7B33;
|
|
563
621
|
--background-secondary-hover: #CCCCCCFF;
|
|
564
622
|
--outline-negative: #E83439FF;
|
|
565
623
|
--on-dark-text-tertiary: #F6F2F03D;
|
|
566
624
|
--on-light-text-accent-hover: #79B706FF;
|
|
567
625
|
--text-accent-minor-hover: #B6FB37FF;
|
|
568
|
-
--on-light-persona-olive-text-accent: #
|
|
626
|
+
--on-light-persona-olive-text-accent: #636A40;
|
|
569
627
|
--on-light-surface-transparent-accent-minor: #527E4B3D;
|
|
570
|
-
--on-light-persona-sea-blue-text-accent: #
|
|
628
|
+
--on-light-persona-sea-blue-text-accent: #348282;
|
|
571
629
|
--surface-accent-secondary: #688F61FF;
|
|
572
630
|
--surface-transparent-accent-minor: #527E4B3D;
|
|
573
631
|
--inverse-surface-accent-secondary: #B4AE7BFF;
|
|
@@ -581,7 +639,6 @@
|
|
|
581
639
|
--data-yellow-transparent-hover: #F3A8129E;
|
|
582
640
|
--on-dark-surface-negative: #F8A6A9FF;
|
|
583
641
|
--inverse-surface-info: #9BCAF8FF;
|
|
584
|
-
--on-light-outline-warning-hover: #FD9253FF;
|
|
585
642
|
--on-dark-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
586
643
|
--on-dark-text-accent-hover: #96E208FF;
|
|
587
644
|
--inverse-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
@@ -594,9 +651,8 @@
|
|
|
594
651
|
--on-dark-surface-accent-secondary-hover: #CCCCCCFF;
|
|
595
652
|
--surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
596
653
|
--inverse-surface-accent-secondary-hover: #CCCCCCFF;
|
|
597
|
-
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
598
654
|
--inverse-background-secondary-active: #E6E6E6FF;
|
|
599
|
-
--on-light-persona-pink-text-accent: #
|
|
655
|
+
--on-light-persona-pink-text-accent: #904D55;
|
|
600
656
|
--on-dark-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
601
657
|
--surface-solid-default: #15110FFF;
|
|
602
658
|
--surface-accent-secondary-hover: #CCCCCCFF;
|
|
@@ -622,6 +678,24 @@
|
|
|
622
678
|
}
|
|
623
679
|
|
|
624
680
|
:root {
|
|
681
|
+
--on-dark-surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
682
|
+
--on-dark-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
683
|
+
--surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
684
|
+
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
685
|
+
--text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
686
|
+
--on-light-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
687
|
+
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
688
|
+
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
689
|
+
--on-dark-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
690
|
+
--on-light-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
691
|
+
--inverse-surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
692
|
+
--inverse-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
693
|
+
--on-light-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
694
|
+
--outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
695
|
+
--overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
696
|
+
--on-dark-overlay-gradient-brightness: linear-gradient(90deg, #000000FF 0%, #00000000 100%);
|
|
697
|
+
--inverse-overlay-gradient-brightness: linear-gradient(90deg, #000000FF 0%, #00000000 100%);
|
|
698
|
+
--on-light-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
625
699
|
--on-light-persona-blue-surface-accent-gradient: linear-gradient(135.00deg, #87BEE5FF 0%, #5387AFFF 100%);
|
|
626
700
|
--surface-accent-gradient: linear-gradient(45.00deg, rgb(82, 126, 75) 0%, rgb(156, 191, 128) 100%);
|
|
627
701
|
--surface-skeleton-gradient: linear-gradient(270deg, rgba(8, 8, 8, 0.06) 0%, rgba(8, 8, 8, 0.05) 10%, rgba(8, 8, 8, 0.04) 20%, rgba(8, 8, 8, 0.03) 25%, rgba(8, 8, 8, 0.02) 30%, rgba(8, 8, 8, 0.01) 40%, rgba(8, 8, 8, 0) 50%, rgba(8, 8, 8, 0.01) 60%, rgba(8, 8, 8, 0.02) 70%, rgba(8, 8, 8, 0.03) 75%, rgba(8, 8, 8, 0.04) 80%, rgba(8, 8, 8, 0.05) 90%, rgba(8, 8, 8, 0.06) 100%);
|
|
@@ -638,7 +712,6 @@
|
|
|
638
712
|
--on-dark-surface-skeleton-deep-gradient: linear-gradient(90deg, #FFFFFF5C 0%, #FFFFFF52 6.25%, #FFFFFF33 12.5%, #FFFFFF0A 25%, #FFFFFF33 37.5%, #FFFFFF52 43.75%, #FFFFFF5C 50%, #FFFFFF14 56.25%, #FFFFFF33 62.5%, #FFFFFF0A 75%, #FFFFFF33 87.5%, #FFFFFF52 93.75%, #FFFFFF5C 100%);
|
|
639
713
|
--on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
640
714
|
--on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
641
|
-
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
642
715
|
--on-light-surface-accent-gradient-active: #E6E6E6FF;
|
|
643
716
|
--on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
644
717
|
--on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
@@ -666,7 +739,6 @@
|
|
|
666
739
|
--persona-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
667
740
|
--persona-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
668
741
|
--persona-green-surface-accent-gradient: linear-gradient(135.00deg, #8BCB94FF 0%, #56955EFF 100%);
|
|
669
|
-
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
670
742
|
--persona-green-surface-accent-gradient-active: #FFFFFFFF;
|
|
671
743
|
--persona-indigo-surface-accent-gradient: linear-gradient(135.00deg, #9291E5FF 0%, #5352C5FF 100%);
|
|
672
744
|
--persona-indigo-surface-accent-gradient-hover: #FFFFFFFF;
|
|
@@ -700,7 +772,6 @@
|
|
|
700
772
|
--inverse-persona-olive-surface-accent-gradient-active: #FFFFFFFF;
|
|
701
773
|
--inverse-persona-pink-surface-accent-gradient: linear-gradient(135.00deg, #DE9EA5FF 0%, #A9656EFF 100%);
|
|
702
774
|
--inverse-persona-pink-surface-accent-gradient-hover: #FFFFFFFF;
|
|
703
|
-
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
704
775
|
--inverse-persona-sea-blue-surface-accent-gradient: linear-gradient(135.00deg, #86D9D9FF 0%, #4E9E9EFF 100%);
|
|
705
776
|
--inverse-persona-sea-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
706
777
|
--inverse-persona-sea-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
@@ -856,6 +927,9 @@
|
|
|
856
927
|
--plasma-typo-body-font-family: 'Roboto', sans-serif;
|
|
857
928
|
--plasma-typo-header-font-family: 'Roboto', sans-serif;
|
|
858
929
|
--plasma-typo-text-font-family: 'undefined', sans-serif;
|
|
930
|
+
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
931
|
+
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
932
|
+
--plasma-typo-body-xs-medium-font-style: normal;
|
|
859
933
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
860
934
|
--plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
|
|
861
935
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -892,9 +966,6 @@
|
|
|
892
966
|
--plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);
|
|
893
967
|
--plasma-typo-body-xs-bold-letter-spacing: -0.02em;
|
|
894
968
|
--plasma-typo-body-xs-bold-font-style: normal;
|
|
895
|
-
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
896
|
-
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
897
|
-
--plasma-typo-body-xs-medium-font-style: normal;
|
|
898
969
|
--plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);
|
|
899
970
|
--plasma-typo-body-xs-letter-spacing: -0.02em;
|
|
900
971
|
--plasma-typo-body-xs-font-style: normal;
|
|
@@ -914,6 +985,9 @@
|
|
|
914
985
|
|
|
915
986
|
@media (max-width: 559px) {
|
|
916
987
|
:root {
|
|
988
|
+
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
989
|
+
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
990
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
917
991
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
918
992
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
919
993
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -950,9 +1024,6 @@
|
|
|
950
1024
|
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
951
1025
|
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
952
1026
|
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
953
|
-
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
954
|
-
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
955
|
-
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
956
1027
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
957
1028
|
--plasma-typo-body-xs-font-weight: 400;
|
|
958
1029
|
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
@@ -973,12 +1044,15 @@
|
|
|
973
1044
|
|
|
974
1045
|
@media (min-width: 560px) and (max-width: 959px) {
|
|
975
1046
|
:root {
|
|
976
|
-
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
977
|
-
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
978
|
-
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
979
1047
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
980
1048
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
981
1049
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1050
|
+
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1051
|
+
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1052
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1053
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1054
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1055
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
982
1056
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
983
1057
|
--plasma-typo-dspl-s-bold-font-weight: 600;
|
|
984
1058
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
@@ -1003,9 +1077,6 @@
|
|
|
1003
1077
|
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1004
1078
|
--plasma-typo-body-s-font-weight: 400;
|
|
1005
1079
|
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1006
|
-
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1007
|
-
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1008
|
-
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1009
1080
|
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1010
1081
|
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1011
1082
|
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './Button.
|
|
1
|
+
import './Button.config_1ccu9cu.css';
|
|
2
2
|
var config = {
|
|
3
3
|
defaults: {
|
|
4
4
|
view: 'default',
|
|
@@ -7,14 +7,14 @@ var config = {
|
|
|
7
7
|
},
|
|
8
8
|
variations: {
|
|
9
9
|
view: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
clear: "c1fnkof5",
|
|
11
|
+
secondary: "s1129msw",
|
|
12
|
+
accent: "abaqjet",
|
|
13
|
+
"default": "dmxfxlw"
|
|
14
14
|
},
|
|
15
15
|
size: {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
xl: "xleczrv",
|
|
17
|
+
l: "llekduy",
|
|
18
18
|
m: "m1yfa47j"
|
|
19
19
|
},
|
|
20
20
|
shape: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.config.js","sources":["../../../src-css/components/Button/Button.config.ts"],"sourcesContent":["import { css, buttonTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n shape: 'rounded',\n },\n variations: {\n view: {\n
|
|
1
|
+
{"version":3,"file":"Button.config.js","sources":["../../../src-css/components/Button/Button.config.ts"],"sourcesContent":["import { css, buttonTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n shape: 'rounded',\n },\n variations: {\n view: {\n clear: css`\n ${buttonTokens.buttonValueColor}: var(--text-secondary);\n ${buttonTokens.buttonLoadingBackgroundColor}: var(--surface-clear);\n ${buttonTokens.buttonBackgroundColor}: var(--surface-clear);\n ${buttonTokens.buttonBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${buttonTokens.buttonBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${buttonTokens.buttonSpinnerColor}: var(--text-primary);\n ${buttonTokens.buttonColor}: var(--text-primary);\n `,\n secondary: css`\n ${buttonTokens.buttonValueColor}: var(--text-secondary);\n ${buttonTokens.buttonLoadingBackgroundColor}: var(--surface-transparent-secondary);\n ${buttonTokens.buttonBackgroundColor}: var(--surface-transparent-secondary);\n ${buttonTokens.buttonBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${buttonTokens.buttonBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${buttonTokens.buttonSpinnerColor}: var(--text-primary);\n ${buttonTokens.buttonColor}: var(--text-primary);\n `,\n accent: css`\n ${buttonTokens.buttonColor}: var(--on-dark-text-primary);\n ${buttonTokens.buttonLoadingBackgroundColor}: var(--surface-accent);\n ${buttonTokens.buttonValueColor}: var(--on-dark-text-secondary);\n ${buttonTokens.buttonBackgroundColor}: var(--surface-accent);\n ${buttonTokens.buttonBackgroundColorHover}: var(--surface-accent-hover);\n ${buttonTokens.buttonBackgroundColorActive}: var(--surface-accent-active);\n ${buttonTokens.buttonSpinnerColor}: var(--on-dark-text-primary);\n `,\n default: css`\n ${buttonTokens.buttonValueColor}: var(--inverse-text-secondary);\n ${buttonTokens.buttonLoadingBackgroundColor}: var(--surface-solid-default);\n ${buttonTokens.buttonBackgroundColor}: var(--surface-solid-default);\n ${buttonTokens.buttonBackgroundColorActive}: var(--surface-solid-default-active);\n ${buttonTokens.buttonBackgroundColorHover}: var(--surface-solid-default-hover);\n ${buttonTokens.buttonSpinnerColor}: var(--inverse-text-primary);\n ${buttonTokens.buttonColor}: var(--inverse-text-primary);\n `,\n },\n size: {\n xl: css`\n ${buttonTokens.buttonRadius}: var(--border-radius-l);\n ${buttonTokens.buttonValueMargin}: 0.125rem;\n ${buttonTokens.buttonHeight}: 4rem;\n ${buttonTokens.buttonWidth}: 12.5rem;\n ${buttonTokens.buttonSpinnerSize}: 1.5rem;\n ${buttonTokens.buttonPadding}: 1.75rem;\n ${buttonTokens.buttonLeftContentMargin}: 0.625rem;\n ${buttonTokens.buttonRightContentMargin}: 0.625rem;\n ${buttonTokens.buttonFontFamily}: var(--plasma-typo-body-l-bold-font-family);\n ${buttonTokens.buttonFontSize}: var(--plasma-typo-body-l-bold-font-size);\n ${buttonTokens.buttonFontStyle}: var(--plasma-typo-body-l-bold-font-style);\n ${buttonTokens.buttonFontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${buttonTokens.buttonLetterSpacing}: var(--plasma-typo-body-l-bold-letter-spacing);\n ${buttonTokens.buttonLineHeight}: var(--plasma-typo-body-l-bold-line-height);\n `,\n l: css`\n ${buttonTokens.buttonRadius}: var(--border-radius-l);\n ${buttonTokens.buttonWidth}: 12.5rem;\n ${buttonTokens.buttonHeight}: 3.5rem;\n ${buttonTokens.buttonValueMargin}: 0.125rem;\n ${buttonTokens.buttonSpinnerSize}: 1.375rem;\n ${buttonTokens.buttonPadding}: 1.5rem;\n ${buttonTokens.buttonLeftContentMargin}: 0.5rem;\n ${buttonTokens.buttonRightContentMargin}: 0.5rem;\n ${buttonTokens.buttonFontFamily}: var(--plasma-typo-body-l-bold-font-family);\n ${buttonTokens.buttonFontSize}: var(--plasma-typo-body-l-bold-font-size);\n ${buttonTokens.buttonFontStyle}: var(--plasma-typo-body-l-bold-font-style);\n ${buttonTokens.buttonFontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${buttonTokens.buttonLetterSpacing}: var(--plasma-typo-body-l-bold-letter-spacing);\n ${buttonTokens.buttonLineHeight}: var(--plasma-typo-body-l-bold-line-height);\n `,\n m: css`\n ${buttonTokens.buttonFontFamily}: var(--plasma-typo-body-m-bold-font-family);\n ${buttonTokens.buttonFontSize}: var(--plasma-typo-body-m-bold-font-size);\n ${buttonTokens.buttonFontStyle}: var(--plasma-typo-body-m-bold-font-style);\n ${buttonTokens.buttonFontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${buttonTokens.buttonLetterSpacing}: var(--plasma-typo-body-m-bold-letter-spacing);\n ${buttonTokens.buttonLineHeight}: var(--plasma-typo-body-m-bold-line-height);\n ${buttonTokens.buttonWidth}: 11.25rem;\n ${buttonTokens.buttonHeight}: 3rem;\n ${buttonTokens.buttonRadius}: var(--border-radius-m);\n ${buttonTokens.buttonValueMargin}: 0.125rem;\n ${buttonTokens.buttonPadding}: 1.25rem;\n ${buttonTokens.buttonSpinnerSize}: 1.375rem;\n ${buttonTokens.buttonLeftContentMargin}: 0.375rem;\n ${buttonTokens.buttonRightContentMargin}: 0.375rem;\n `,\n },\n shape: {\n rounded: css``,\n pilled: css`\n ${buttonTokens.buttonRadius}: var(--border-radius-circle);\n `,\n },\n },\n invariants: css`\n ${buttonTokens.buttonDisabledOpacity}: 0.4;\n ${buttonTokens.buttonFocusColor}: var(--text-accent);\n `,\n};\n"],"names":["config","defaults","view","size","shape","variations","clear","secondary","accent","default","xl","l","m","rounded","pilled","invariants"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,KAAK,EAAE,SAAA;GACV;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;AACFI,MAAAA,KAAK,EAQJ,UAAA;AACDC,MAAAA,SAAS,EAQR,UAAA;AACDC,MAAAA,MAAM,EAQL,SAAA;MACDC,SAAO,EAAA,SAAA;KASV;AACDN,IAAAA,IAAI,EAAE;AACFO,MAAAA,EAAE,EAeD,SAAA;AACDC,MAAAA,CAAC,EAeA,SAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAgBJ;AACDR,IAAAA,KAAK,EAAE;AACHS,MAAAA,OAAO,EAAO,SAAA;AACdC,MAAAA,MAAM,EAAA,UAAA;AAGV,KAAA;GACH;AACDC,EAAAA,UAAU,EAAA,UAAA;AAId;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
.c1fnkof5{--plasma-button-value-color:var(--text-secondary);--plasma-button-loading-background-color:var(--surface-clear);--plasma-button-background-color:var(--surface-clear);--plasma-button-background-color-active:var(--surface-transparent-secondary-active);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-spinner-color:var(--text-primary);--plasma-button-color:var(--text-primary);}
|
|
2
|
+
.s1129msw{--plasma-button-value-color:var(--text-secondary);--plasma-button-loading-background-color:var(--surface-transparent-secondary);--plasma-button-background-color:var(--surface-transparent-secondary);--plasma-button-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-button-background-color-active:var(--surface-transparent-secondary-active);--plasma-button-spinner-color:var(--text-primary);--plasma-button-color:var(--text-primary);}
|
|
3
|
+
.abaqjet{--plasma-button-color:var(--on-dark-text-primary);--plasma-button-loading-background-color:var(--surface-accent);--plasma-button-value-color:var(--on-dark-text-secondary);--plasma-button-background-color:var(--surface-accent);--plasma-button-background-color-hover:var(--surface-accent-hover);--plasma-button-background-color-active:var(--surface-accent-active);--plasma-button-spinner-color:var(--on-dark-text-primary);}
|
|
4
|
+
.dmxfxlw{--plasma-button-value-color:var(--inverse-text-secondary);--plasma-button-loading-background-color:var(--surface-solid-default);--plasma-button-background-color:var(--surface-solid-default);--plasma-button-background-color-active:var(--surface-solid-default-active);--plasma-button-background-color-hover:var(--surface-solid-default-hover);--plasma-button-spinner-color:var(--inverse-text-primary);--plasma-button-color:var(--inverse-text-primary);}
|
|
5
|
+
.xleczrv{--plasma-button-radius:var(--border-radius-l);--plasma-button-value-margin:0.125rem;--plasma-button-height:4rem;--plasma-button-width:12.5rem;--plasma-button-spinner-size:1.5rem;--plasma-button-padding:1.75rem;--plasma-button-left-content-margin:0.625rem;--plasma-button-right-content-margin:0.625rem;--plasma-button-font-family:var(--plasma-typo-body-l-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-l-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-l-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-l-bold-line-height);}
|
|
6
|
+
.llekduy{--plasma-button-radius:var(--border-radius-l);--plasma-button-width:12.5rem;--plasma-button-height:3.5rem;--plasma-button-value-margin:0.125rem;--plasma-button-spinner-size:1.375rem;--plasma-button-padding:1.5rem;--plasma-button-left-content-margin:0.5rem;--plasma-button-right-content-margin:0.5rem;--plasma-button-font-family:var(--plasma-typo-body-l-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-l-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-l-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-l-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-l-bold-line-height);}
|
|
7
|
+
.m1yfa47j{--plasma-button-font-family:var(--plasma-typo-body-m-bold-font-family);--plasma-button-font-size:var(--plasma-typo-body-m-bold-font-size);--plasma-button-font-style:var(--plasma-typo-body-m-bold-font-style);--plasma-button-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-button-letter-spacing:var(--plasma-typo-body-m-bold-letter-spacing);--plasma-button-line-height:var(--plasma-typo-body-m-bold-line-height);--plasma-button-width:11.25rem;--plasma-button-height:3rem;--plasma-button-radius:var(--border-radius-m);--plasma-button-value-margin:0.125rem;--plasma-button-padding:1.25rem;--plasma-button-spinner-size:1.375rem;--plasma-button-left-content-margin:0.375rem;--plasma-button-right-content-margin:0.375rem;}
|
|
8
|
+
|
|
9
|
+
.p123wpoi{--plasma-button-radius:var(--border-radius-circle);}
|
|
10
|
+
.i1w797f8{--plasma-button-disabled-opacity:0.4;--plasma-button-focus-color:var(--text-accent);}
|