@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,98 @@
|
|
|
2
2
|
|
|
3
3
|
.dark {
|
|
4
4
|
--text-tertiary-hover: #F5F5F5FF;
|
|
5
|
+
--inverse-text-paragraph: #15110F66;
|
|
6
|
+
--inverse-text-accent-minor: #52804A66;
|
|
7
|
+
--surface-solid-primary-hover: #1C1C1CFF;
|
|
8
|
+
--surface-solid-default-hover: #FFFFFFFF;
|
|
9
|
+
--surface-accent-minor-hover: #2A390EFF;
|
|
10
|
+
--surface-transparent-primary: #FFFFFF14;
|
|
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: #030303FF;
|
|
17
|
+
--inverse-surface-transparent-tertiary-active: #08080833;
|
|
18
|
+
--inverse-surface-positive-hover: #6FA706FF;
|
|
19
|
+
--outline-positive-hover: #96E208FF;
|
|
20
|
+
--inverse-surface-accent-minor-hover: #D7FD91FF;
|
|
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: #F5F5F5FF;
|
|
25
|
+
--on-dark-outline-minor-brightness: #383838FF;
|
|
26
|
+
--background-secondary-brightness: #000000FF;
|
|
27
|
+
--persona-blue-text-accent-brightness: #15110FFF;
|
|
28
|
+
--persona-green-text-accent-brightness: #15110FFF;
|
|
29
|
+
--persona-indigo-text-accent-brightness: #15110FFF;
|
|
30
|
+
--persona-ochre-text-accent-brightness: #15110FFF;
|
|
31
|
+
--persona-olive-text-accent-brightness: #15110FFF;
|
|
32
|
+
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
33
|
+
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
34
|
+
--persona-indigo-text-accent: #9291E5;
|
|
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: #2F4408FF;
|
|
42
|
+
--on-light-surface-accent-secondary-brightness: #688F61FF;
|
|
43
|
+
--surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
44
|
+
--on-dark-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
45
|
+
--inverse-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
46
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
47
|
+
--outline-transparent-clear: #00000000;
|
|
48
|
+
--inverse-background-secondary-brightness: #FFFFFFFF;
|
|
49
|
+
--persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
50
|
+
--inverse-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
51
|
+
--on-dark-persona-ochre-text-accent: #E0AB69;
|
|
52
|
+
--on-light-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
53
|
+
--on-light-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
54
|
+
--on-light-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
55
|
+
--on-light-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
56
|
+
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
57
|
+
--inverse-surface-transparent-accent: #527E4B1F;
|
|
58
|
+
--on-dark-outline-default-brightness: #3B3735FF;
|
|
59
|
+
--on-light-outline-warning-hover: #FD9253FF;
|
|
60
|
+
--inverse-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
61
|
+
--on-light-surface-accent-primary-brightness: #527E4BFF;
|
|
62
|
+
--surface-accent-secondary-brightness: #B4AE7BFF;
|
|
63
|
+
--on-dark-background-secondary-brightness: #0F0F0FFF;
|
|
64
|
+
--on-light-background-secondary-brightness: #F6F2F0FF;
|
|
65
|
+
--outline-default-brightness: #3B3735FF;
|
|
66
|
+
--outline-minor-brightness: #383838FF;
|
|
67
|
+
--outline-transparent-clear-brightness: #00000000;
|
|
68
|
+
--inverse-outline-default-brightness: #DDD9D7FF;
|
|
69
|
+
--inverse-outline-outline-minor-brightness: #FFFFFFFF;
|
|
70
|
+
--inverse-persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
71
|
+
--inverse-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
72
|
+
--inverse-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
73
|
+
--inverse-persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
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-surface-accent-secondary-brightness: #688F61FF;
|
|
81
|
+
--on-dark-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
82
|
+
--surface-accent-primary-brightness: #B4AE7BFF;
|
|
83
|
+
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
84
|
+
--on-dark-persona-green-text-accent-brightness: #15110FFF;
|
|
85
|
+
--on-light-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
86
|
+
--on-light-outline-minor-brightness: #FFFFFFFF;
|
|
87
|
+
--persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
88
|
+
--persona-violet-text-accent-brightness: #15110FFF;
|
|
89
|
+
--inverse-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
90
|
+
--inverse-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
91
|
+
--inverse-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
92
|
+
--on-light-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
93
|
+
--on-dark-surface-accent-primary-brightness: #B4AE7BFF;
|
|
94
|
+
--on-light-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
95
|
+
--on-light-outline-default-brightness: #DDD9D7FF;
|
|
96
|
+
--persona-pink-text-accent-brightness: #15110FFF;
|
|
5
97
|
--text-tertiary-active: #F5F5F556;
|
|
6
98
|
--text-tertiary: #F6F2F03D;
|
|
7
99
|
--text-paragraph-hover: #F5F5F57A;
|
|
@@ -94,7 +186,6 @@
|
|
|
94
186
|
--inverse-text-tertiary: #15110F3D;
|
|
95
187
|
--inverse-text-paragraph-hover: #1717177A;
|
|
96
188
|
--inverse-text-paragraph-active: #171717A3;
|
|
97
|
-
--inverse-text-paragraph: #15110F66;
|
|
98
189
|
--inverse-text-accent-hover: #79B706FF;
|
|
99
190
|
--on-light-text-accent-active: #3E5E03FF;
|
|
100
191
|
--on-light-text-accent-minor-active: #70AA03FF;
|
|
@@ -111,8 +202,6 @@
|
|
|
111
202
|
--inverse-text-info: #205EA5FF;
|
|
112
203
|
--inverse-text-accent: #52804AFF;
|
|
113
204
|
--inverse-text-positive: #207F1FFF;
|
|
114
|
-
--inverse-text-accent-minor: #52804A66;
|
|
115
|
-
--surface-solid-primary-hover: #1C1C1CFF;
|
|
116
205
|
--surface-solid-primary-active: #121212FF;
|
|
117
206
|
--surface-solid-primary: #232323FF;
|
|
118
207
|
--surface-solid-primary-brightness: #252525FF;
|
|
@@ -126,7 +215,6 @@
|
|
|
126
215
|
--surface-solid-card-active: #121212FF;
|
|
127
216
|
--surface-solid-card: #232323FF;
|
|
128
217
|
--surface-solid-card-brightness: #252525FF;
|
|
129
|
-
--surface-solid-default-hover: #FFFFFFFF;
|
|
130
218
|
--surface-solid-default-active: #F5F5F5FF;
|
|
131
219
|
--inverse-text-accent-minor-hover: #B6FB37FF;
|
|
132
220
|
--inverse-text-accent-minor-active: #70AA03FF;
|
|
@@ -143,7 +231,6 @@
|
|
|
143
231
|
--surface-clear-hover: #00000000;
|
|
144
232
|
--surface-clear-active: #00000000;
|
|
145
233
|
--surface-clear: #00000000;
|
|
146
|
-
--surface-accent-minor-hover: #2A390EFF;
|
|
147
234
|
--surface-accent-minor-active: #182108FF;
|
|
148
235
|
--surface-transparent-accent-hover: #1A9E3252;
|
|
149
236
|
--surface-transparent-accent-active: #1A9E3224;
|
|
@@ -152,7 +239,6 @@
|
|
|
152
239
|
--surface-warning-hover: #FB7223FF;
|
|
153
240
|
--surface-transparent-primary-hover: #FFFFFF1F;
|
|
154
241
|
--surface-transparent-primary-active: #FFFFFF0A;
|
|
155
|
-
--surface-transparent-primary: #FFFFFF14;
|
|
156
242
|
--surface-transparent-secondary-active: #FFFFFF0F;
|
|
157
243
|
--surface-transparent-secondary: #FFFFFF29;
|
|
158
244
|
--surface-transparent-accent: #B4AE7B33;
|
|
@@ -160,7 +246,6 @@
|
|
|
160
246
|
--surface-positive: #A6D2A2FF;
|
|
161
247
|
--surface-accent-minor: #3E4C2FFF;
|
|
162
248
|
--on-dark-surface-solid-primary: #232323FF;
|
|
163
|
-
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
164
249
|
--on-dark-surface-solid-secondary-hover: #303030FF;
|
|
165
250
|
--on-dark-surface-solid-secondary-active: #212121FF;
|
|
166
251
|
--on-dark-surface-solid-secondary: #292929FF;
|
|
@@ -185,7 +270,6 @@
|
|
|
185
270
|
--surface-info-hover: #1798EEFF;
|
|
186
271
|
--surface-info-active: #1086D5FF;
|
|
187
272
|
--on-dark-surface-transparent-card-active: #FFFFFF0A;
|
|
188
|
-
--on-dark-surface-transparent-card: #23232399;
|
|
189
273
|
--on-dark-surface-transparent-card-brightness: #FFFF1DFF;
|
|
190
274
|
--on-dark-surface-accent-minor-hover: #2A390EFF;
|
|
191
275
|
--on-dark-surface-accent-minor-active: #182108FF;
|
|
@@ -208,14 +292,12 @@
|
|
|
208
292
|
--on-light-surface-solid-secondary-hover: #E8E8E8FF;
|
|
209
293
|
--on-light-surface-solid-secondary-active: #E6E6E6FF;
|
|
210
294
|
--on-light-surface-solid-secondary: #FFFFFFFF;
|
|
211
|
-
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
212
295
|
--on-light-surface-solid-tertiary-active: #D4D4D4FF;
|
|
213
296
|
--on-light-surface-solid-tertiary: #FFFFFFFF;
|
|
214
297
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
215
298
|
--on-light-surface-solid-card-active: #FFFFFFFF;
|
|
216
299
|
--on-light-surface-solid-card: #FFFFFFFF;
|
|
217
300
|
--on-light-surface-solid-card-brightness: #FFFFFFFF;
|
|
218
|
-
--on-light-surface-solid-default-hover: #262626FF;
|
|
219
301
|
--on-light-surface-solid-default-active: #030303FF;
|
|
220
302
|
--on-light-surface-solid-default: #15110FFF;
|
|
221
303
|
--on-light-surface-transparent-primary-hover: #0808080A;
|
|
@@ -241,7 +323,6 @@
|
|
|
241
323
|
--on-light-surface-warning-active: #E65705FF;
|
|
242
324
|
--on-light-surface-warning: #BE4E0CFF;
|
|
243
325
|
--on-light-surface-negative-hover: #FF5263FF;
|
|
244
|
-
--on-light-surface-negative-active: #FF142CFF;
|
|
245
326
|
--on-light-surface-negative: #E83439FF;
|
|
246
327
|
--on-light-surface-info-hover: #209CEEFF;
|
|
247
328
|
--on-light-surface-info-active: #0F81CCFF;
|
|
@@ -262,7 +343,6 @@
|
|
|
262
343
|
--inverse-surface-solid-card: #FFFFFFFF;
|
|
263
344
|
--inverse-surface-solid-card-brightness: #FFFFFFFF;
|
|
264
345
|
--inverse-surface-solid-default-hover: #262626FF;
|
|
265
|
-
--inverse-surface-solid-default-active: #030303FF;
|
|
266
346
|
--inverse-surface-solid-default: #15110FFF;
|
|
267
347
|
--inverse-surface-transparent-primary-hover: #0808080A;
|
|
268
348
|
--inverse-surface-transparent-primary-active: #0808080D;
|
|
@@ -270,7 +350,6 @@
|
|
|
270
350
|
--inverse-surface-transparent-secondary-active: #0808081A;
|
|
271
351
|
--inverse-surface-transparent-secondary: #15110F14;
|
|
272
352
|
--inverse-surface-transparent-tertiary-hover: #0808082E;
|
|
273
|
-
--inverse-surface-transparent-tertiary-active: #08080833;
|
|
274
353
|
--inverse-surface-transparent-tertiary: #15110F1F;
|
|
275
354
|
--inverse-surface-transparent-deep-hover: #080808B3;
|
|
276
355
|
--on-light-surface-info: #3776BCFF;
|
|
@@ -283,7 +362,6 @@
|
|
|
283
362
|
--inverse-surface-accent-minor-active: #BEFB4BFF;
|
|
284
363
|
--inverse-surface-transparent-accent-hover: #1A9E322E;
|
|
285
364
|
--inverse-surface-transparent-accent-active: #1A9E3233;
|
|
286
|
-
--inverse-surface-positive-hover: #6FA706FF;
|
|
287
365
|
--inverse-surface-positive-active: #558005FF;
|
|
288
366
|
--inverse-surface-warning-hover: #FB782DFF;
|
|
289
367
|
--inverse-surface-warning-active: #E65705FF;
|
|
@@ -314,7 +392,6 @@
|
|
|
314
392
|
--outline-transparent-primary-hover: #FFFFFF4D;
|
|
315
393
|
--outline-transparent-primary-active: #FFFFFF12;
|
|
316
394
|
--on-light-outline-positive: #239322FF;
|
|
317
|
-
--outline-positive-hover: #96E208FF;
|
|
318
395
|
--outline-positive-active: #629405FF;
|
|
319
396
|
--outline-warning-hover: #FFA575FF;
|
|
320
397
|
--outline-warning-active: #FF5D05FF;
|
|
@@ -325,7 +402,6 @@
|
|
|
325
402
|
--outline-warning: #F8AD80FF;
|
|
326
403
|
--inverse-surface-transparent-primary: #15110F0A;
|
|
327
404
|
--inverse-surface-accent: #527E4BFF;
|
|
328
|
-
--inverse-surface-accent-minor-hover: #D7FD91FF;
|
|
329
405
|
--background-primary: #15110FFF;
|
|
330
406
|
--on-dark-outline-positive-hover: #96E208FF;
|
|
331
407
|
--on-dark-outline-positive-active: #629405FF;
|
|
@@ -343,11 +419,9 @@
|
|
|
343
419
|
--inverse-outline-warning-active: #CA4B02FF;
|
|
344
420
|
--on-light-outline-transparent-primary-hover: #08080852;
|
|
345
421
|
--on-light-outline-transparent-primary-active: #08080838;
|
|
346
|
-
--on-light-outline-positive-hover: #79B706FF;
|
|
347
422
|
--on-light-outline-positive-active: #3E5E03FF;
|
|
348
423
|
--outline-text-info: #9BCAF8FF;
|
|
349
424
|
--outline-transparent-primary: #FFFFFF1F;
|
|
350
|
-
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
351
425
|
--on-light-outline-text-info: #3776BCFF;
|
|
352
426
|
--inverse-outline-transparent-primary-hover: #08080852;
|
|
353
427
|
--inverse-outline-transparent-primary-active: #08080838;
|
|
@@ -372,9 +446,7 @@
|
|
|
372
446
|
--on-light-outline-negative-hover: #F87C89FF;
|
|
373
447
|
--on-light-outline-warning-active: #CA4B02FF;
|
|
374
448
|
--on-light-outline-text-info-hover: #47B0F5FF;
|
|
375
|
-
--on-light-outline-warning: #BE4E0CFF;
|
|
376
449
|
--on-light-outline-negative: #E83439FF;
|
|
377
|
-
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
378
450
|
--on-light-data-yellow: #F3A912;
|
|
379
451
|
--on-light-data-yellow-hover: #F5B638FF;
|
|
380
452
|
--on-light-data-yellow-active: #E49C0CFF;
|
|
@@ -402,9 +474,6 @@
|
|
|
402
474
|
--on-dark-data-yellow-minor: #A16B00;
|
|
403
475
|
--on-dark-data-yellow-minor-active: #996600FF;
|
|
404
476
|
--on-dark-data-yellow-transparent-hover: #F3A812AD;
|
|
405
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
406
|
-
--text-secondary-hover: #F5F5F5FF;
|
|
407
|
-
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
408
477
|
--on-dark-background-primary: #15110FFF;
|
|
409
478
|
--on-dark-background-primary-hover: #CCCCCCFF;
|
|
410
479
|
--on-dark-background-primary-active: #E6E6E6FF;
|
|
@@ -422,7 +491,6 @@
|
|
|
422
491
|
--outline-minor: #383838FF;
|
|
423
492
|
--outline-minor-hover: #CCCCCCFF;
|
|
424
493
|
--outline-minor-active: #E6E6E6FF;
|
|
425
|
-
--outline-transparent-clear: #00000000;
|
|
426
494
|
--outline-transparent-clear-hover: #CCCCCCFF;
|
|
427
495
|
--outline-transparent-clear-active: #E6E6E6FF;
|
|
428
496
|
--inverse-outline-default: #DDD9D7FF;
|
|
@@ -442,107 +510,98 @@
|
|
|
442
510
|
--on-dark-outline-default-hover: #CCCCCCFF;
|
|
443
511
|
--inverse-background-secondary-hover: #CCCCCCFF;
|
|
444
512
|
--on-dark-background-secondary: #000000FF;
|
|
445
|
-
--persona-blue-text-accent: #
|
|
513
|
+
--persona-blue-text-accent: #87BEE5;
|
|
446
514
|
--persona-blue-text-accent-hover: #CCCCCCFF;
|
|
447
515
|
--persona-blue-text-accent-active: #E6E6E6FF;
|
|
448
|
-
--persona-green-text-accent: #
|
|
516
|
+
--persona-green-text-accent: #8BCB94;
|
|
449
517
|
--persona-green-text-accent-hover: #CCCCCCFF;
|
|
450
518
|
--persona-green-text-accent-active: #E6E6E6FF;
|
|
451
|
-
--persona-indigo-text-accent: #15110FFF;
|
|
452
519
|
--persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
453
520
|
--persona-indigo-text-accent-active: #E6E6E6FF;
|
|
454
|
-
--persona-ochre-text-accent: #
|
|
521
|
+
--persona-ochre-text-accent: #935B18;
|
|
455
522
|
--persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
456
523
|
--persona-ochre-text-accent-active: #E6E6E6FF;
|
|
457
|
-
--persona-olive-text-accent: #
|
|
524
|
+
--persona-olive-text-accent: #B3BA8D;
|
|
458
525
|
--persona-olive-text-accent-hover: #CCCCCCFF;
|
|
459
526
|
--persona-olive-text-accent-active: #E6E6E6FF;
|
|
460
527
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
461
528
|
--on-light-outline-minor: #FFFFFFFF;
|
|
462
529
|
--on-light-outline-minor-hover: #CCCCCCFF;
|
|
463
|
-
--persona-sea-blue-text-accent: #
|
|
530
|
+
--persona-sea-blue-text-accent: #7BC8C8;
|
|
464
531
|
--persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
465
|
-
--persona-
|
|
466
|
-
--persona-violet-text-accent: #15110FFF;
|
|
532
|
+
--persona-violet-text-accent: #C6A0DC;
|
|
467
533
|
--persona-violet-text-accent-hover: #CCCCCCFF;
|
|
468
534
|
--persona-violet-text-accent-active: #E6E6E6FF;
|
|
469
|
-
--inverse-persona-blue-text-accent: #
|
|
535
|
+
--inverse-persona-blue-text-accent: #3A6D96;
|
|
470
536
|
--inverse-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
471
537
|
--inverse-persona-blue-text-accent-active: #E6E6E6FF;
|
|
472
|
-
--inverse-persona-green-text-accent: #
|
|
538
|
+
--inverse-persona-green-text-accent: #3D7B45;
|
|
473
539
|
--inverse-persona-green-text-accent-hover: #CCCCCCFF;
|
|
474
540
|
--inverse-persona-green-text-accent-active: #E6E6E6FF;
|
|
475
|
-
--inverse-persona-indigo-text-accent: #
|
|
541
|
+
--inverse-persona-indigo-text-accent: #3B3AAE;
|
|
476
542
|
--inverse-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
477
|
-
--
|
|
478
|
-
--persona-pink-text-accent: #15110FFF;
|
|
543
|
+
--persona-pink-text-accent: #DE9EA5;
|
|
479
544
|
--persona-pink-text-accent-hover: #CCCCCCFF;
|
|
480
545
|
--persona-pink-text-accent-active: #E6E6E6FF;
|
|
481
|
-
--inverse-persona-olive-text-accent: #
|
|
546
|
+
--inverse-persona-olive-text-accent: #636A40;
|
|
482
547
|
--inverse-persona-olive-text-accent-active: #E6E6E6FF;
|
|
483
|
-
--inverse-persona-pink-text-accent: #
|
|
548
|
+
--inverse-persona-pink-text-accent: #904D55;
|
|
484
549
|
--inverse-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
485
550
|
--inverse-persona-pink-text-accent-active: #E6E6E6FF;
|
|
486
|
-
--inverse-persona-sea-blue-text-accent: #
|
|
551
|
+
--inverse-persona-sea-blue-text-accent: #348282;
|
|
487
552
|
--inverse-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
488
553
|
--inverse-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
489
|
-
--inverse-persona-violet-text-accent: #
|
|
554
|
+
--inverse-persona-violet-text-accent: #75508C;
|
|
490
555
|
--inverse-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
491
556
|
--inverse-persona-violet-text-accent-active: #E6E6E6FF;
|
|
492
|
-
--on-dark-persona-blue-text-accent: #
|
|
557
|
+
--on-dark-persona-blue-text-accent: #87BEE5;
|
|
493
558
|
--on-dark-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
494
559
|
--on-dark-persona-blue-text-accent-active: #E6E6E6FF;
|
|
495
|
-
--inverse-persona-ochre-text-accent: #
|
|
560
|
+
--inverse-persona-ochre-text-accent: #935B18;
|
|
496
561
|
--inverse-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
497
562
|
--inverse-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
498
563
|
--inverse-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
499
|
-
--on-dark-persona-indigo-text-accent: #
|
|
564
|
+
--on-dark-persona-indigo-text-accent: #9291E5;
|
|
500
565
|
--on-dark-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
501
566
|
--on-dark-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
502
|
-
--on-dark-persona-ochre-text-accent: #15110FFF;
|
|
503
567
|
--on-dark-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
504
568
|
--on-dark-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
505
|
-
--on-dark-persona-olive-text-accent: #
|
|
569
|
+
--on-dark-persona-olive-text-accent: #B3BA8D;
|
|
506
570
|
--on-dark-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
507
571
|
--on-dark-persona-olive-text-accent-active: #E6E6E6FF;
|
|
508
|
-
--on-dark-persona-pink-text-accent: #
|
|
572
|
+
--on-dark-persona-pink-text-accent: #DE9EA5;
|
|
509
573
|
--on-dark-persona-pink-text-accent-active: #E6E6E6FF;
|
|
510
|
-
--on-dark-persona-sea-blue-text-accent: #
|
|
574
|
+
--on-dark-persona-sea-blue-text-accent: #7BC8C8;
|
|
511
575
|
--on-dark-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
512
576
|
--on-dark-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
513
|
-
--on-dark-persona-green-text-accent: #
|
|
577
|
+
--on-dark-persona-green-text-accent: #8BCB94;
|
|
514
578
|
--on-dark-persona-green-text-accent-hover: #CCCCCCFF;
|
|
515
579
|
--on-dark-persona-green-text-accent-active: #E6E6E6FF;
|
|
516
580
|
--on-light-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
517
581
|
--on-light-persona-blue-text-accent-active: #E6E6E6FF;
|
|
518
|
-
--on-light-persona-green-text-accent: #
|
|
582
|
+
--on-light-persona-green-text-accent: #3D7B45;
|
|
519
583
|
--on-light-persona-green-text-accent-hover: #CCCCCCFF;
|
|
520
584
|
--on-light-persona-green-text-accent-active: #E6E6E6FF;
|
|
521
|
-
--on-light-persona-indigo-text-accent: #
|
|
522
|
-
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
585
|
+
--on-light-persona-indigo-text-accent: #3B3AAE;
|
|
523
586
|
--on-light-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
524
|
-
--on-light-persona-ochre-text-accent: #
|
|
525
|
-
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
587
|
+
--on-light-persona-ochre-text-accent: #935B18;
|
|
526
588
|
--on-light-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
527
589
|
--on-light-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
528
|
-
--on-
|
|
529
|
-
--on-dark-persona-violet-text-accent: #15110FFF;
|
|
590
|
+
--on-dark-persona-violet-text-accent: #C6A0DC;
|
|
530
591
|
--on-dark-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
531
|
-
--on-light-persona-blue-text-accent: #
|
|
532
|
-
--on-light-persona-violet-text-accent: #
|
|
592
|
+
--on-light-persona-blue-text-accent: #3A6D96;
|
|
593
|
+
--on-light-persona-violet-text-accent: #75508C;
|
|
533
594
|
--on-light-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
534
595
|
--on-light-persona-violet-text-accent-active: #E6E6E6FF;
|
|
535
596
|
--surface-accent-primary: #B4AE7BFF;
|
|
536
597
|
--surface-accent-primary-hover: #CCCCCCFF;
|
|
537
598
|
--surface-accent-primary-active: #E6E6E6FF;
|
|
538
599
|
--on-light-surface-accent-primary: #527E4BFF;
|
|
539
|
-
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
540
600
|
--on-light-surface-transparent-tertiary-active: #08080833;
|
|
541
601
|
--on-light-surface-accent-minor-hover: #D7FD91FF;
|
|
542
602
|
--inverse-surface-solid-secondary-active: #E6E6E6FF;
|
|
543
603
|
--inverse-surface-transparent-deep-active: #080808B8;
|
|
544
604
|
--inverse-surface-accent-minor: #D2ECBAFF;
|
|
545
|
-
--on-dark-text-accent-minor-active: #2F4408FF;
|
|
546
605
|
--on-dark-background-secondary-active: #E6E6E6FF;
|
|
547
606
|
--on-light-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
548
607
|
--on-light-data-yellow-minor-active: #FFCC66FF;
|
|
@@ -561,15 +620,14 @@
|
|
|
561
620
|
--on-dark-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
562
621
|
--on-light-surface-accent-secondary-active: #E6E6E6FF;
|
|
563
622
|
--on-light-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
564
|
-
--inverse-surface-transparent-accent: #527E4B1F;
|
|
565
623
|
--background-secondary-hover: #CCCCCCFF;
|
|
566
624
|
--outline-negative: #F8A6A9FF;
|
|
567
625
|
--on-dark-text-tertiary: #F6F2F03D;
|
|
568
626
|
--on-light-text-accent-hover: #79B706FF;
|
|
569
627
|
--text-accent-minor-hover: #6EA013FF;
|
|
570
|
-
--on-light-persona-olive-text-accent: #
|
|
628
|
+
--on-light-persona-olive-text-accent: #636A40;
|
|
571
629
|
--on-light-surface-transparent-accent-minor: #527E4B3D;
|
|
572
|
-
--on-light-persona-sea-blue-text-accent: #
|
|
630
|
+
--on-light-persona-sea-blue-text-accent: #348282;
|
|
573
631
|
--surface-accent-secondary: #B4AE7BFF;
|
|
574
632
|
--surface-transparent-accent-minor: #B4AE7B47;
|
|
575
633
|
--inverse-surface-accent-secondary: #688F61FF;
|
|
@@ -582,7 +640,6 @@
|
|
|
582
640
|
--data-yellow-transparent-hover: #F3A812AD;
|
|
583
641
|
--on-dark-surface-negative: #F8A6A9FF;
|
|
584
642
|
--inverse-surface-info: #3776BCFF;
|
|
585
|
-
--on-light-outline-warning-hover: #FD9253FF;
|
|
586
643
|
--on-dark-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
587
644
|
--on-dark-text-accent-hover: #96E208FF;
|
|
588
645
|
--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: #F6F2F0FF;
|
|
602
658
|
--surface-accent-secondary-hover: #CCCCCCFF;
|
|
@@ -622,6 +678,22 @@
|
|
|
622
678
|
}
|
|
623
679
|
|
|
624
680
|
.dark {
|
|
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, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
684
|
+
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
685
|
+
--text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
686
|
+
--on-light-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
687
|
+
--inverse-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
688
|
+
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
689
|
+
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
690
|
+
--on-dark-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
691
|
+
--on-light-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
692
|
+
--inverse-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
693
|
+
--inverse-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
694
|
+
--on-light-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
695
|
+
--inverse-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
696
|
+
--on-light-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
625
697
|
--on-light-persona-blue-surface-accent-gradient: linear-gradient(135.00deg, #87BEE5FF 0%, #5387AFFF 100%);
|
|
626
698
|
--surface-accent-gradient: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
627
699
|
--surface-skeleton-gradient: linear-gradient(90.00deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
|
|
@@ -638,7 +710,6 @@
|
|
|
638
710
|
--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
711
|
--on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
640
712
|
--on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
641
|
-
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
642
713
|
--on-light-surface-accent-gradient-active: #E6E6E6FF;
|
|
643
714
|
--on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
644
715
|
--on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
@@ -666,7 +737,6 @@
|
|
|
666
737
|
--persona-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
667
738
|
--persona-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
668
739
|
--persona-green-surface-accent-gradient: linear-gradient(135.00deg, #8BCB94FF 0%, #56955EFF 100%);
|
|
669
|
-
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
670
740
|
--persona-green-surface-accent-gradient-active: #FFFFFFFF;
|
|
671
741
|
--persona-indigo-surface-accent-gradient: linear-gradient(135.00deg, #9291E5FF 0%, #5352C5FF 100%);
|
|
672
742
|
--persona-indigo-surface-accent-gradient-hover: #FFFFFFFF;
|
|
@@ -700,7 +770,6 @@
|
|
|
700
770
|
--inverse-persona-olive-surface-accent-gradient-active: #FFFFFFFF;
|
|
701
771
|
--inverse-persona-pink-surface-accent-gradient: linear-gradient(135.00deg, #DE9EA5FF 0%, #A9656EFF 100%);
|
|
702
772
|
--inverse-persona-pink-surface-accent-gradient-hover: #FFFFFFFF;
|
|
703
|
-
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
704
773
|
--inverse-persona-sea-blue-surface-accent-gradient: linear-gradient(135.00deg, #86D9D9FF 0%, #4E9E9EFF 100%);
|
|
705
774
|
--inverse-persona-sea-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
706
775
|
--inverse-persona-sea-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
@@ -797,6 +866,99 @@
|
|
|
797
866
|
|
|
798
867
|
.light {
|
|
799
868
|
--text-tertiary-hover: #171717FF;
|
|
869
|
+
--inverse-text-paragraph: #F6F2F07A;
|
|
870
|
+
--inverse-text-accent-minor: #B4AE7BFF;
|
|
871
|
+
--surface-solid-primary-hover: #F2F2F2FF;
|
|
872
|
+
--surface-solid-default-hover: #262626FF;
|
|
873
|
+
--surface-accent-minor-hover: #D7FD91FF;
|
|
874
|
+
--surface-transparent-primary: #15110F0A;
|
|
875
|
+
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
876
|
+
--on-dark-surface-transparent-card: #23232399;
|
|
877
|
+
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
878
|
+
--on-light-surface-solid-default-hover: #262626FF;
|
|
879
|
+
--on-light-surface-negative-active: #FF142CFF;
|
|
880
|
+
--inverse-surface-solid-default-active: #F5F5F5FF;
|
|
881
|
+
--inverse-surface-transparent-tertiary-active: #FFFFFF24;
|
|
882
|
+
--inverse-surface-positive-hover: #6FA706FF;
|
|
883
|
+
--outline-positive-hover: #79B706FF;
|
|
884
|
+
--inverse-surface-accent-minor-hover: #2A390EFF;
|
|
885
|
+
--on-light-outline-positive-hover: #79B706FF;
|
|
886
|
+
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
887
|
+
--on-light-outline-warning: #BE4E0CFF;
|
|
888
|
+
--text-secondary-hover: #171717FF;
|
|
889
|
+
--on-dark-outline-minor-brightness: #383838FF;
|
|
890
|
+
--background-secondary-brightness: #FFFFFFFF;
|
|
891
|
+
--persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
892
|
+
--persona-green-text-accent-brightness: #EBE7E5FF;
|
|
893
|
+
--persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
894
|
+
--persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
895
|
+
--persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
896
|
+
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
897
|
+
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
898
|
+
--persona-indigo-text-accent: #3B3AAE;
|
|
899
|
+
--on-dark-persona-pink-text-accent-brightness: #15110FFF;
|
|
900
|
+
--on-dark-persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
901
|
+
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
902
|
+
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
903
|
+
--on-light-persona-olive-text-accent-active: #E6E6E6FF;
|
|
904
|
+
--on-dark-persona-violet-text-accent-brightness: #15110FFF;
|
|
905
|
+
--on-dark-text-accent-minor-active: #629405FF;
|
|
906
|
+
--on-light-surface-accent-secondary-brightness: #688F61FF;
|
|
907
|
+
--surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
908
|
+
--on-dark-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
909
|
+
--inverse-outline-minor-brightness: #383838FF;
|
|
910
|
+
--inverse-persona-ochre-text-accent-brightness: #15110FFF;
|
|
911
|
+
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
912
|
+
--outline-transparent-clear: #00000000;
|
|
913
|
+
--inverse-background-secondary-brightness: #000000FF;
|
|
914
|
+
--persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
915
|
+
--inverse-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
916
|
+
--on-dark-persona-ochre-text-accent: #E0AB69;
|
|
917
|
+
--on-light-persona-blue-text-accent-brightness: #EBE7E5FF;
|
|
918
|
+
--on-light-persona-green-text-accent-brightness: #EBE7E5FF;
|
|
919
|
+
--on-light-persona-indigo-text-accent-brightness: #EBE7E5FF;
|
|
920
|
+
--on-light-persona-ochre-text-accent-brightness: #EBE7E5FF;
|
|
921
|
+
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
922
|
+
--inverse-surface-transparent-accent: #B4AE7B33;
|
|
923
|
+
--on-dark-outline-default-brightness: #3B3735FF;
|
|
924
|
+
--on-light-outline-warning-hover: #FD9253FF;
|
|
925
|
+
--inverse-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
926
|
+
--on-light-surface-accent-primary-brightness: #527E4BFF;
|
|
927
|
+
--surface-accent-secondary-brightness: #688F61FF;
|
|
928
|
+
--on-dark-background-secondary-brightness: #0F0F0FFF;
|
|
929
|
+
--on-light-background-secondary-brightness: #F6F2F0FF;
|
|
930
|
+
--outline-default-brightness: #DDD9D7FF;
|
|
931
|
+
--outline-minor-brightness: #FFFFFFFF;
|
|
932
|
+
--outline-transparent-clear-brightness: #00000000;
|
|
933
|
+
--inverse-outline-default-brightness: #3B3735FF;
|
|
934
|
+
--inverse-persona-olive-text-accent-brightness: #15110FFF;
|
|
935
|
+
--inverse-persona-pink-text-accent-brightness: #15110FFF;
|
|
936
|
+
--inverse-persona-sea-blue-text-accent-brightness: #15110FFF;
|
|
937
|
+
--inverse-persona-violet-text-accent-brightness: #15110FFF;
|
|
938
|
+
--on-dark-persona-blue-text-accent-brightness: #15110FFF;
|
|
939
|
+
--on-dark-persona-indigo-text-accent-brightness: #15110FFF;
|
|
940
|
+
--on-dark-persona-ochre-text-accent-brightness: #15110FFF;
|
|
941
|
+
--on-dark-persona-olive-text-accent-brightness: #15110FFF;
|
|
942
|
+
--on-light-persona-olive-text-accent-brightness: #EBE7E5FF;
|
|
943
|
+
--on-light-persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
944
|
+
--inverse-outline-minor-active: #E6E6E6FF;
|
|
945
|
+
--inverse-surface-accent-secondary-brightness: #B4AE7BFF;
|
|
946
|
+
--on-dark-surface-transparent-accent-minor-brightness: #B4AE7B47;
|
|
947
|
+
--surface-accent-primary-brightness: #527E4BFF;
|
|
948
|
+
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
949
|
+
--on-dark-persona-green-text-accent-brightness: #15110FFF;
|
|
950
|
+
--on-light-persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
951
|
+
--on-light-outline-minor-brightness: #FFFFFFFF;
|
|
952
|
+
--persona-sea-blue-text-accent-brightness: #EBE7E5FF;
|
|
953
|
+
--persona-violet-text-accent-brightness: #EBE7E5FF;
|
|
954
|
+
--inverse-persona-blue-text-accent-brightness: #15110FFF;
|
|
955
|
+
--inverse-persona-green-text-accent-brightness: #15110FFF;
|
|
956
|
+
--inverse-persona-indigo-text-accent-brightness: #15110FFF;
|
|
957
|
+
--on-light-persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
958
|
+
--on-dark-surface-accent-primary-brightness: #B4AE7BFF;
|
|
959
|
+
--on-light-surface-transparent-accent-minor-brightness: #527E4B3D;
|
|
960
|
+
--on-light-outline-default-brightness: #DDD9D7FF;
|
|
961
|
+
--persona-pink-text-accent-brightness: #EBE7E5FF;
|
|
800
962
|
--text-tertiary-active: #17171756;
|
|
801
963
|
--text-tertiary: #15110F3D;
|
|
802
964
|
--text-paragraph-hover: #1717177A;
|
|
@@ -889,7 +1051,6 @@
|
|
|
889
1051
|
--inverse-text-tertiary: #F6F2F03D;
|
|
890
1052
|
--inverse-text-paragraph-hover: #F5F5F57A;
|
|
891
1053
|
--inverse-text-paragraph-active: #F5F5F5A3;
|
|
892
|
-
--inverse-text-paragraph: #F6F2F07A;
|
|
893
1054
|
--inverse-text-accent-hover: #96E208FF;
|
|
894
1055
|
--on-light-text-accent-active: #3E5E03FF;
|
|
895
1056
|
--on-light-text-accent-minor-active: #70AA03FF;
|
|
@@ -906,8 +1067,6 @@
|
|
|
906
1067
|
--inverse-text-info: #70B2F5FF;
|
|
907
1068
|
--inverse-text-accent: #B4AE7BFF;
|
|
908
1069
|
--inverse-text-positive: #79BB74FF;
|
|
909
|
-
--inverse-text-accent-minor: #B4AE7BFF;
|
|
910
|
-
--surface-solid-primary-hover: #F2F2F2FF;
|
|
911
1070
|
--surface-solid-primary-active: #F0F0F0FF;
|
|
912
1071
|
--surface-solid-primary: #FFFFFFFF;
|
|
913
1072
|
--surface-solid-primary-brightness: #F6F6F6FF;
|
|
@@ -921,7 +1080,6 @@
|
|
|
921
1080
|
--surface-solid-card-active: #FFFFFFFF;
|
|
922
1081
|
--surface-solid-card: #FFFFFFFF;
|
|
923
1082
|
--surface-solid-card-brightness: #FFFFFFFF;
|
|
924
|
-
--surface-solid-default-hover: #262626FF;
|
|
925
1083
|
--surface-solid-default-active: #030303FF;
|
|
926
1084
|
--inverse-text-accent-minor-hover: #6EA013FF;
|
|
927
1085
|
--inverse-text-accent-minor-active: #2F4408FF;
|
|
@@ -938,7 +1096,6 @@
|
|
|
938
1096
|
--surface-clear-hover: #00000000;
|
|
939
1097
|
--surface-clear-active: #00000000;
|
|
940
1098
|
--surface-clear: #00000000;
|
|
941
|
-
--surface-accent-minor-hover: #D7FD91FF;
|
|
942
1099
|
--surface-accent-minor-active: #BEFB4BFF;
|
|
943
1100
|
--surface-transparent-accent-hover: #108E252E;
|
|
944
1101
|
--surface-transparent-accent-active: #108E2533;
|
|
@@ -947,7 +1104,6 @@
|
|
|
947
1104
|
--surface-warning-hover: #FB782DFF;
|
|
948
1105
|
--surface-transparent-primary-hover: #0808080A;
|
|
949
1106
|
--surface-transparent-primary-active: #0808080D;
|
|
950
|
-
--surface-transparent-primary: #15110F0A;
|
|
951
1107
|
--surface-transparent-secondary-active: #0808081A;
|
|
952
1108
|
--surface-transparent-secondary: #15110F14;
|
|
953
1109
|
--surface-transparent-accent: #527E4B1F;
|
|
@@ -955,7 +1111,6 @@
|
|
|
955
1111
|
--surface-positive: #239322FF;
|
|
956
1112
|
--surface-accent-minor: #D2ECBAFF;
|
|
957
1113
|
--on-dark-surface-solid-primary: #232323FF;
|
|
958
|
-
--on-dark-surface-solid-primary-brightness: #252525FF;
|
|
959
1114
|
--on-dark-surface-solid-secondary-hover: #303030FF;
|
|
960
1115
|
--on-dark-surface-solid-secondary-active: #212121FF;
|
|
961
1116
|
--on-dark-surface-solid-secondary: #292929FF;
|
|
@@ -980,7 +1135,6 @@
|
|
|
980
1135
|
--surface-info-hover: #209CEEFF;
|
|
981
1136
|
--surface-info-active: #0F81CCFF;
|
|
982
1137
|
--on-dark-surface-transparent-card-active: #FFFFFF0A;
|
|
983
|
-
--on-dark-surface-transparent-card: #23232399;
|
|
984
1138
|
--on-dark-surface-transparent-card-brightness: #FFFF1DFF;
|
|
985
1139
|
--on-dark-surface-accent-minor-hover: #2A390EFF;
|
|
986
1140
|
--on-dark-surface-accent-minor-active: #182108FF;
|
|
@@ -1003,14 +1157,12 @@
|
|
|
1003
1157
|
--on-light-surface-solid-secondary-hover: #E8E8E8FF;
|
|
1004
1158
|
--on-light-surface-solid-secondary-active: #E6E6E6FF;
|
|
1005
1159
|
--on-light-surface-solid-secondary: #FFFFFFFF;
|
|
1006
|
-
--on-light-surface-solid-tertiary-hover: #D9D9D9FF;
|
|
1007
1160
|
--on-light-surface-solid-tertiary-active: #D4D4D4FF;
|
|
1008
1161
|
--on-light-surface-solid-tertiary: #FFFFFFFF;
|
|
1009
1162
|
--on-light-surface-solid-card-hover: #FFFFFFFF;
|
|
1010
1163
|
--on-light-surface-solid-card-active: #FFFFFFFF;
|
|
1011
1164
|
--on-light-surface-solid-card: #FFFFFFFF;
|
|
1012
1165
|
--on-light-surface-solid-card-brightness: #FFFFFFFF;
|
|
1013
|
-
--on-light-surface-solid-default-hover: #262626FF;
|
|
1014
1166
|
--on-light-surface-solid-default-active: #030303FF;
|
|
1015
1167
|
--on-light-surface-solid-default: #15110FFF;
|
|
1016
1168
|
--on-light-surface-transparent-primary-hover: #0808080A;
|
|
@@ -1036,7 +1188,6 @@
|
|
|
1036
1188
|
--on-light-surface-warning-active: #E65705FF;
|
|
1037
1189
|
--on-light-surface-warning: #BE4E0CFF;
|
|
1038
1190
|
--on-light-surface-negative-hover: #FF5263FF;
|
|
1039
|
-
--on-light-surface-negative-active: #FF142CFF;
|
|
1040
1191
|
--on-light-surface-negative: #E83439FF;
|
|
1041
1192
|
--on-light-surface-info-hover: #209CEEFF;
|
|
1042
1193
|
--on-light-surface-info-active: #0F81CCFF;
|
|
@@ -1057,7 +1208,6 @@
|
|
|
1057
1208
|
--inverse-surface-solid-card: #232323FF;
|
|
1058
1209
|
--inverse-surface-solid-card-brightness: #252525FF;
|
|
1059
1210
|
--inverse-surface-solid-default-hover: #FFFFFFFF;
|
|
1060
|
-
--inverse-surface-solid-default-active: #F5F5F5FF;
|
|
1061
1211
|
--inverse-surface-solid-default: #FFFFFFFF;
|
|
1062
1212
|
--inverse-surface-transparent-primary-hover: #FFFFFF1F;
|
|
1063
1213
|
--inverse-surface-transparent-primary-active: #FFFFFF0A;
|
|
@@ -1065,7 +1215,6 @@
|
|
|
1065
1215
|
--inverse-surface-transparent-secondary-active: #FFFFFF0F;
|
|
1066
1216
|
--inverse-surface-transparent-secondary: #FFFFFF29;
|
|
1067
1217
|
--inverse-surface-transparent-tertiary-hover: #FFFFFF52;
|
|
1068
|
-
--inverse-surface-transparent-tertiary-active: #FFFFFF24;
|
|
1069
1218
|
--inverse-surface-transparent-tertiary: #FFFFFF3D;
|
|
1070
1219
|
--inverse-surface-transparent-deep-hover: #FFFFFFC2;
|
|
1071
1220
|
--on-light-surface-info: #3776BCFF;
|
|
@@ -1078,7 +1227,6 @@
|
|
|
1078
1227
|
--inverse-surface-accent-minor-active: #182108FF;
|
|
1079
1228
|
--inverse-surface-transparent-accent-hover: #1A9E3252;
|
|
1080
1229
|
--inverse-surface-transparent-accent-active: #1A9E3224;
|
|
1081
|
-
--inverse-surface-positive-hover: #6FA706FF;
|
|
1082
1230
|
--inverse-surface-positive-active: #5B8A05FF;
|
|
1083
1231
|
--inverse-surface-warning-hover: #FB7223FF;
|
|
1084
1232
|
--inverse-surface-warning-active: #F05B05FF;
|
|
@@ -1109,7 +1257,6 @@
|
|
|
1109
1257
|
--outline-transparent-primary-hover: #08080852;
|
|
1110
1258
|
--outline-transparent-primary-active: #08080838;
|
|
1111
1259
|
--on-light-outline-positive: #239322FF;
|
|
1112
|
-
--outline-positive-hover: #79B706FF;
|
|
1113
1260
|
--outline-positive-active: #3E5E03FF;
|
|
1114
1261
|
--outline-warning-hover: #FD9253FF;
|
|
1115
1262
|
--outline-warning-active: #CA4B02FF;
|
|
@@ -1120,7 +1267,6 @@
|
|
|
1120
1267
|
--outline-warning: #BE4E0CFF;
|
|
1121
1268
|
--inverse-surface-transparent-primary: #FFFFFF14;
|
|
1122
1269
|
--inverse-surface-accent: #B4AE7BFF;
|
|
1123
|
-
--inverse-surface-accent-minor-hover: #2A390EFF;
|
|
1124
1270
|
--background-primary: #EBE7E5FF;
|
|
1125
1271
|
--on-dark-outline-positive-hover: #96E208FF;
|
|
1126
1272
|
--on-dark-outline-positive-active: #629405FF;
|
|
@@ -1138,11 +1284,9 @@
|
|
|
1138
1284
|
--inverse-outline-warning-active: #FF5D05FF;
|
|
1139
1285
|
--on-light-outline-transparent-primary-hover: #08080852;
|
|
1140
1286
|
--on-light-outline-transparent-primary-active: #08080838;
|
|
1141
|
-
--on-light-outline-positive-hover: #79B706FF;
|
|
1142
1287
|
--on-light-outline-positive-active: #3E5E03FF;
|
|
1143
1288
|
--outline-text-info: #3776BCFF;
|
|
1144
1289
|
--outline-transparent-primary: #15110F3D;
|
|
1145
|
-
--on-dark-outline-transparent-primary-active: #FFFFFF12;
|
|
1146
1290
|
--on-light-outline-text-info: #3776BCFF;
|
|
1147
1291
|
--inverse-outline-transparent-primary-hover: #FFFFFF4D;
|
|
1148
1292
|
--inverse-outline-transparent-primary-active: #FFFFFF12;
|
|
@@ -1167,9 +1311,7 @@
|
|
|
1167
1311
|
--on-light-outline-negative-hover: #F87C89FF;
|
|
1168
1312
|
--on-light-outline-warning-active: #CA4B02FF;
|
|
1169
1313
|
--on-light-outline-text-info-hover: #47B0F5FF;
|
|
1170
|
-
--on-light-outline-warning: #BE4E0CFF;
|
|
1171
1314
|
--on-light-outline-negative: #E83439FF;
|
|
1172
|
-
--on-dark-data-yellow-transparent-active: #F3A81280;
|
|
1173
1315
|
--on-light-data-yellow: #F3A912;
|
|
1174
1316
|
--on-light-data-yellow-hover: #F5B638FF;
|
|
1175
1317
|
--on-light-data-yellow-active: #E49C0CFF;
|
|
@@ -1197,9 +1339,6 @@
|
|
|
1197
1339
|
--on-dark-data-yellow-minor: #A16B00;
|
|
1198
1340
|
--on-dark-data-yellow-minor-active: #996600FF;
|
|
1199
1341
|
--on-dark-data-yellow-transparent-hover: #F3A812AD;
|
|
1200
|
-
--on-dark-surface-transparent-secondary: #FFFFFF29;
|
|
1201
|
-
--text-secondary-hover: #171717FF;
|
|
1202
|
-
--on-dark-background-secondary-hover: #CCCCCCFF;
|
|
1203
1342
|
--on-dark-background-primary: #15110FFF;
|
|
1204
1343
|
--on-dark-background-primary-hover: #CCCCCCFF;
|
|
1205
1344
|
--on-dark-background-primary-active: #E6E6E6FF;
|
|
@@ -1217,7 +1356,6 @@
|
|
|
1217
1356
|
--outline-minor: #FFFFFFFF;
|
|
1218
1357
|
--outline-minor-hover: #CCCCCCFF;
|
|
1219
1358
|
--outline-minor-active: #E6E6E6FF;
|
|
1220
|
-
--outline-transparent-clear: #00000000;
|
|
1221
1359
|
--outline-transparent-clear-hover: #CCCCCCFF;
|
|
1222
1360
|
--outline-transparent-clear-active: #E6E6E6FF;
|
|
1223
1361
|
--inverse-outline-default: #3B3735FF;
|
|
@@ -1234,107 +1372,98 @@
|
|
|
1234
1372
|
--on-dark-outline-default-hover: #CCCCCCFF;
|
|
1235
1373
|
--inverse-background-secondary-hover: #CCCCCCFF;
|
|
1236
1374
|
--on-dark-background-secondary: #000000FF;
|
|
1237
|
-
--persona-blue-text-accent: #
|
|
1375
|
+
--persona-blue-text-accent: #3A6D96;
|
|
1238
1376
|
--persona-blue-text-accent-hover: #CCCCCCFF;
|
|
1239
1377
|
--persona-blue-text-accent-active: #E6E6E6FF;
|
|
1240
|
-
--persona-green-text-accent: #
|
|
1378
|
+
--persona-green-text-accent: #3D7B45;
|
|
1241
1379
|
--persona-green-text-accent-hover: #CCCCCCFF;
|
|
1242
1380
|
--persona-green-text-accent-active: #E6E6E6FF;
|
|
1243
|
-
--persona-indigo-text-accent: #EBE7E5FF;
|
|
1244
1381
|
--persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
1245
1382
|
--persona-indigo-text-accent-active: #E6E6E6FF;
|
|
1246
|
-
--persona-ochre-text-accent: #
|
|
1383
|
+
--persona-ochre-text-accent: #935B18;
|
|
1247
1384
|
--persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
1248
1385
|
--persona-ochre-text-accent-active: #E6E6E6FF;
|
|
1249
|
-
--persona-olive-text-accent: #
|
|
1386
|
+
--persona-olive-text-accent: #636A40;
|
|
1250
1387
|
--persona-olive-text-accent-hover: #CCCCCCFF;
|
|
1251
1388
|
--persona-olive-text-accent-active: #E6E6E6FF;
|
|
1252
1389
|
--on-light-outline-default-active: #E6E6E6FF;
|
|
1253
1390
|
--on-light-outline-minor: #FFFFFFFF;
|
|
1254
1391
|
--on-light-outline-minor-hover: #CCCCCCFF;
|
|
1255
|
-
--persona-sea-blue-text-accent: #
|
|
1392
|
+
--persona-sea-blue-text-accent: #348282;
|
|
1256
1393
|
--persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
1257
|
-
--persona-
|
|
1258
|
-
--persona-violet-text-accent: #EBE7E5FF;
|
|
1394
|
+
--persona-violet-text-accent: #75508C;
|
|
1259
1395
|
--persona-violet-text-accent-hover: #CCCCCCFF;
|
|
1260
1396
|
--persona-violet-text-accent-active: #E6E6E6FF;
|
|
1261
|
-
--inverse-persona-blue-text-accent: #
|
|
1397
|
+
--inverse-persona-blue-text-accent: #87BEE5;
|
|
1262
1398
|
--inverse-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
1263
1399
|
--inverse-persona-blue-text-accent-active: #E6E6E6FF;
|
|
1264
|
-
--inverse-persona-green-text-accent: #
|
|
1400
|
+
--inverse-persona-green-text-accent: #8BCB94;
|
|
1265
1401
|
--inverse-persona-green-text-accent-hover: #CCCCCCFF;
|
|
1266
1402
|
--inverse-persona-green-text-accent-active: #E6E6E6FF;
|
|
1267
|
-
--inverse-persona-indigo-text-accent: #
|
|
1403
|
+
--inverse-persona-indigo-text-accent: #9291E5;
|
|
1268
1404
|
--inverse-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
1269
|
-
--
|
|
1270
|
-
--persona-pink-text-accent: #EBE7E5FF;
|
|
1405
|
+
--persona-pink-text-accent: #904D55;
|
|
1271
1406
|
--persona-pink-text-accent-hover: #CCCCCCFF;
|
|
1272
1407
|
--persona-pink-text-accent-active: #E6E6E6FF;
|
|
1273
|
-
--inverse-persona-olive-text-accent: #
|
|
1408
|
+
--inverse-persona-olive-text-accent: #B3BA8D;
|
|
1274
1409
|
--inverse-persona-olive-text-accent-active: #E6E6E6FF;
|
|
1275
|
-
--inverse-persona-pink-text-accent: #
|
|
1410
|
+
--inverse-persona-pink-text-accent: #DE9EA5;
|
|
1276
1411
|
--inverse-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
1277
1412
|
--inverse-persona-pink-text-accent-active: #E6E6E6FF;
|
|
1278
|
-
--inverse-persona-sea-blue-text-accent: #
|
|
1413
|
+
--inverse-persona-sea-blue-text-accent: #7BC8C8;
|
|
1279
1414
|
--inverse-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
1280
1415
|
--inverse-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
1281
|
-
--inverse-persona-violet-text-accent: #
|
|
1416
|
+
--inverse-persona-violet-text-accent: #C6A0DC;
|
|
1282
1417
|
--inverse-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
1283
1418
|
--inverse-persona-violet-text-accent-active: #E6E6E6FF;
|
|
1284
|
-
--on-dark-persona-blue-text-accent: #
|
|
1419
|
+
--on-dark-persona-blue-text-accent: #87BEE5;
|
|
1285
1420
|
--on-dark-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
1286
1421
|
--on-dark-persona-blue-text-accent-active: #E6E6E6FF;
|
|
1287
|
-
--inverse-persona-ochre-text-accent: #
|
|
1422
|
+
--inverse-persona-ochre-text-accent: #E0AB69;
|
|
1288
1423
|
--inverse-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
1289
1424
|
--inverse-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
1290
1425
|
--inverse-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
1291
|
-
--on-dark-persona-indigo-text-accent: #
|
|
1426
|
+
--on-dark-persona-indigo-text-accent: #9291E5;
|
|
1292
1427
|
--on-dark-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
1293
1428
|
--on-dark-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
1294
|
-
--on-dark-persona-ochre-text-accent: #15110FFF;
|
|
1295
1429
|
--on-dark-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
1296
1430
|
--on-dark-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
1297
|
-
--on-dark-persona-olive-text-accent: #
|
|
1431
|
+
--on-dark-persona-olive-text-accent: #B3BA8D;
|
|
1298
1432
|
--on-dark-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
1299
1433
|
--on-dark-persona-olive-text-accent-active: #E6E6E6FF;
|
|
1300
|
-
--on-dark-persona-pink-text-accent: #
|
|
1434
|
+
--on-dark-persona-pink-text-accent: #DE9EA5;
|
|
1301
1435
|
--on-dark-persona-pink-text-accent-active: #E6E6E6FF;
|
|
1302
|
-
--on-dark-persona-sea-blue-text-accent: #
|
|
1436
|
+
--on-dark-persona-sea-blue-text-accent: #7BC8C8;
|
|
1303
1437
|
--on-dark-persona-sea-blue-text-accent-hover: #CCCCCCFF;
|
|
1304
1438
|
--on-dark-persona-sea-blue-text-accent-active: #E6E6E6FF;
|
|
1305
|
-
--on-dark-persona-green-text-accent: #
|
|
1439
|
+
--on-dark-persona-green-text-accent: #8BCB94;
|
|
1306
1440
|
--on-dark-persona-green-text-accent-hover: #CCCCCCFF;
|
|
1307
1441
|
--on-dark-persona-green-text-accent-active: #E6E6E6FF;
|
|
1308
1442
|
--on-light-persona-blue-text-accent-hover: #CCCCCCFF;
|
|
1309
1443
|
--on-light-persona-blue-text-accent-active: #E6E6E6FF;
|
|
1310
|
-
--on-light-persona-green-text-accent: #
|
|
1444
|
+
--on-light-persona-green-text-accent: #3D7B45;
|
|
1311
1445
|
--on-light-persona-green-text-accent-hover: #CCCCCCFF;
|
|
1312
1446
|
--on-light-persona-green-text-accent-active: #E6E6E6FF;
|
|
1313
|
-
--on-light-persona-indigo-text-accent: #
|
|
1314
|
-
--on-light-persona-indigo-text-accent-hover: #CCCCCCFF;
|
|
1447
|
+
--on-light-persona-indigo-text-accent: #3B3AAE;
|
|
1315
1448
|
--on-light-persona-indigo-text-accent-active: #E6E6E6FF;
|
|
1316
|
-
--on-light-persona-ochre-text-accent: #
|
|
1317
|
-
--on-light-persona-ochre-text-accent-hover: #CCCCCCFF;
|
|
1449
|
+
--on-light-persona-ochre-text-accent: #935B18;
|
|
1318
1450
|
--on-light-persona-ochre-text-accent-active: #E6E6E6FF;
|
|
1319
1451
|
--on-light-persona-olive-text-accent-hover: #CCCCCCFF;
|
|
1320
|
-
--on-
|
|
1321
|
-
--on-dark-persona-violet-text-accent: #15110FFF;
|
|
1452
|
+
--on-dark-persona-violet-text-accent: #C6A0DC;
|
|
1322
1453
|
--on-dark-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
1323
|
-
--on-light-persona-blue-text-accent: #
|
|
1324
|
-
--on-light-persona-violet-text-accent: #
|
|
1454
|
+
--on-light-persona-blue-text-accent: #3A6D96;
|
|
1455
|
+
--on-light-persona-violet-text-accent: #75508C;
|
|
1325
1456
|
--on-light-persona-violet-text-accent-hover: #CCCCCCFF;
|
|
1326
1457
|
--on-light-persona-violet-text-accent-active: #E6E6E6FF;
|
|
1327
1458
|
--surface-accent-primary: #527E4BFF;
|
|
1328
1459
|
--surface-accent-primary-hover: #CCCCCCFF;
|
|
1329
1460
|
--surface-accent-primary-active: #E6E6E6FF;
|
|
1330
1461
|
--on-light-surface-accent-primary: #527E4BFF;
|
|
1331
|
-
--on-dark-surface-accent-minor: #3E4C2FFF;
|
|
1332
1462
|
--on-light-surface-transparent-tertiary-active: #08080833;
|
|
1333
1463
|
--on-light-surface-accent-minor-hover: #D7FD91FF;
|
|
1334
1464
|
--inverse-surface-solid-secondary-active: #212121FF;
|
|
1335
1465
|
--inverse-surface-transparent-deep-active: #FFFFFF94;
|
|
1336
1466
|
--inverse-surface-accent-minor: #3E4C2FFF;
|
|
1337
|
-
--on-dark-text-accent-minor-active: #629405FF;
|
|
1338
1467
|
--on-dark-background-secondary-active: #E6E6E6FF;
|
|
1339
1468
|
--on-light-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
1340
1469
|
--on-light-data-yellow-minor-active: #FFCC66FF;
|
|
@@ -1353,16 +1482,14 @@
|
|
|
1353
1482
|
--on-dark-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
1354
1483
|
--on-light-surface-accent-secondary-active: #E6E6E6FF;
|
|
1355
1484
|
--on-light-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
1356
|
-
--inverse-outline-minor-active: #E6E6E6FF;
|
|
1357
|
-
--inverse-surface-transparent-accent: #B4AE7B33;
|
|
1358
1485
|
--background-secondary-hover: #CCCCCCFF;
|
|
1359
1486
|
--outline-negative: #E83439FF;
|
|
1360
1487
|
--on-dark-text-tertiary: #F6F2F03D;
|
|
1361
1488
|
--on-light-text-accent-hover: #79B706FF;
|
|
1362
1489
|
--text-accent-minor-hover: #B6FB37FF;
|
|
1363
|
-
--on-light-persona-olive-text-accent: #
|
|
1490
|
+
--on-light-persona-olive-text-accent: #636A40;
|
|
1364
1491
|
--on-light-surface-transparent-accent-minor: #527E4B3D;
|
|
1365
|
-
--on-light-persona-sea-blue-text-accent: #
|
|
1492
|
+
--on-light-persona-sea-blue-text-accent: #348282;
|
|
1366
1493
|
--surface-accent-secondary: #688F61FF;
|
|
1367
1494
|
--surface-transparent-accent-minor: #527E4B3D;
|
|
1368
1495
|
--inverse-surface-accent-secondary: #B4AE7BFF;
|
|
@@ -1376,7 +1503,6 @@
|
|
|
1376
1503
|
--data-yellow-transparent-hover: #F3A8129E;
|
|
1377
1504
|
--on-dark-surface-negative: #F8A6A9FF;
|
|
1378
1505
|
--inverse-surface-info: #9BCAF8FF;
|
|
1379
|
-
--on-light-outline-warning-hover: #FD9253FF;
|
|
1380
1506
|
--on-dark-persona-pink-text-accent-hover: #CCCCCCFF;
|
|
1381
1507
|
--on-dark-text-accent-hover: #96E208FF;
|
|
1382
1508
|
--inverse-surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
@@ -1389,9 +1515,8 @@
|
|
|
1389
1515
|
--on-dark-surface-accent-secondary-hover: #CCCCCCFF;
|
|
1390
1516
|
--surface-transparent-accent-minor-hover: #CCCCCCFF;
|
|
1391
1517
|
--inverse-surface-accent-secondary-hover: #CCCCCCFF;
|
|
1392
|
-
--on-dark-surface-solid-primary-hover: #1C1C1CFF;
|
|
1393
1518
|
--inverse-background-secondary-active: #E6E6E6FF;
|
|
1394
|
-
--on-light-persona-pink-text-accent: #
|
|
1519
|
+
--on-light-persona-pink-text-accent: #904D55;
|
|
1395
1520
|
--on-dark-surface-transparent-accent-minor-active: #E6E6E6FF;
|
|
1396
1521
|
--surface-solid-default: #15110FFF;
|
|
1397
1522
|
--surface-accent-secondary-hover: #CCCCCCFF;
|
|
@@ -1417,6 +1542,24 @@
|
|
|
1417
1542
|
}
|
|
1418
1543
|
|
|
1419
1544
|
.light {
|
|
1545
|
+
--on-dark-surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
1546
|
+
--on-dark-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
1547
|
+
--surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
1548
|
+
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
1549
|
+
--text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
1550
|
+
--on-light-surface-accent-gradient-brightness: linear-gradient(90deg, #527E4BFF 0%, #9CBF80FF 100%);
|
|
1551
|
+
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
1552
|
+
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
1553
|
+
--on-dark-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
1554
|
+
--on-light-text-accent-gradient-ai-brightness: linear-gradient(90deg, #1FB9E0FF 0%, #6D4EDFFF 50%, #B331D0FF 100%);
|
|
1555
|
+
--inverse-surface-accent-gradient-brightness: linear-gradient(90deg, #7A733FFF 0%, #B4AE7BFF 100%);
|
|
1556
|
+
--inverse-text-accent-gradient-ai-brightness: linear-gradient(90deg, #36D3F5FF 0%, #A98DF5FF 50%, #CA46E3FF 100%);
|
|
1557
|
+
--on-light-overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
1558
|
+
--outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
1559
|
+
--overlay-gradient-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
|
|
1560
|
+
--on-dark-overlay-gradient-brightness: linear-gradient(90deg, #000000FF 0%, #00000000 100%);
|
|
1561
|
+
--inverse-overlay-gradient-brightness: linear-gradient(90deg, #000000FF 0%, #00000000 100%);
|
|
1562
|
+
--on-light-outline-transparent-surface-brightness: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF29 33%, #FFFFFF29 67%, #FFFFFFCC 100%);
|
|
1420
1563
|
--on-light-persona-blue-surface-accent-gradient: linear-gradient(135.00deg, #87BEE5FF 0%, #5387AFFF 100%);
|
|
1421
1564
|
--surface-accent-gradient: linear-gradient(45.00deg, rgb(82, 126, 75) 0%, rgb(156, 191, 128) 100%);
|
|
1422
1565
|
--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%);
|
|
@@ -1433,7 +1576,6 @@
|
|
|
1433
1576
|
--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%);
|
|
1434
1577
|
--on-dark-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
1435
1578
|
--on-dark-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
1436
|
-
--on-light-surface-accent-gradient-hover: #CCCCCCFF;
|
|
1437
1579
|
--on-light-surface-accent-gradient-active: #E6E6E6FF;
|
|
1438
1580
|
--on-light-surface-skeleton-deep-gradient-active: #FFFFFFFF;
|
|
1439
1581
|
--on-light-surface-skeleton-deep-gradient-hover: #FFFFFFFF;
|
|
@@ -1461,7 +1603,6 @@
|
|
|
1461
1603
|
--persona-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
1462
1604
|
--persona-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
1463
1605
|
--persona-green-surface-accent-gradient: linear-gradient(135.00deg, #8BCB94FF 0%, #56955EFF 100%);
|
|
1464
|
-
--persona-green-surface-accent-gradient-hover: #FFFFFFFF;
|
|
1465
1606
|
--persona-green-surface-accent-gradient-active: #FFFFFFFF;
|
|
1466
1607
|
--persona-indigo-surface-accent-gradient: linear-gradient(135.00deg, #9291E5FF 0%, #5352C5FF 100%);
|
|
1467
1608
|
--persona-indigo-surface-accent-gradient-hover: #FFFFFFFF;
|
|
@@ -1495,7 +1636,6 @@
|
|
|
1495
1636
|
--inverse-persona-olive-surface-accent-gradient-active: #FFFFFFFF;
|
|
1496
1637
|
--inverse-persona-pink-surface-accent-gradient: linear-gradient(135.00deg, #DE9EA5FF 0%, #A9656EFF 100%);
|
|
1497
1638
|
--inverse-persona-pink-surface-accent-gradient-hover: #FFFFFFFF;
|
|
1498
|
-
--inverse-persona-pink-surface-accent-gradient-active: #FFFFFFFF;
|
|
1499
1639
|
--inverse-persona-sea-blue-surface-accent-gradient: linear-gradient(135.00deg, #86D9D9FF 0%, #4E9E9EFF 100%);
|
|
1500
1640
|
--inverse-persona-sea-blue-surface-accent-gradient-hover: #FFFFFFFF;
|
|
1501
1641
|
--inverse-persona-sea-blue-surface-accent-gradient-active: #FFFFFFFF;
|
|
@@ -1651,6 +1791,9 @@
|
|
|
1651
1791
|
--plasma-typo-body-font-family: 'Roboto', sans-serif;
|
|
1652
1792
|
--plasma-typo-header-font-family: 'Roboto', sans-serif;
|
|
1653
1793
|
--plasma-typo-text-font-family: 'undefined', sans-serif;
|
|
1794
|
+
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
1795
|
+
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
1796
|
+
--plasma-typo-body-xs-medium-font-style: normal;
|
|
1654
1797
|
--plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
1655
1798
|
--plasma-typo-body-xxs-medium-letter-spacing: -0.02em;
|
|
1656
1799
|
--plasma-typo-body-xxs-medium-font-style: normal;
|
|
@@ -1687,9 +1830,6 @@
|
|
|
1687
1830
|
--plasma-typo-body-xs-bold-font-family: var(--plasma-typo-body-font-family);
|
|
1688
1831
|
--plasma-typo-body-xs-bold-letter-spacing: -0.02em;
|
|
1689
1832
|
--plasma-typo-body-xs-bold-font-style: normal;
|
|
1690
|
-
--plasma-typo-body-xs-medium-font-family: var(--plasma-typo-body-font-family);
|
|
1691
|
-
--plasma-typo-body-xs-medium-letter-spacing: -0.02em;
|
|
1692
|
-
--plasma-typo-body-xs-medium-font-style: normal;
|
|
1693
1833
|
--plasma-typo-body-xs-font-family: var(--plasma-typo-body-font-family);
|
|
1694
1834
|
--plasma-typo-body-xs-letter-spacing: -0.02em;
|
|
1695
1835
|
--plasma-typo-body-xs-font-style: normal;
|
|
@@ -1709,6 +1849,9 @@
|
|
|
1709
1849
|
|
|
1710
1850
|
@media (max-width: 559px) {
|
|
1711
1851
|
.dark, .light {
|
|
1852
|
+
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1853
|
+
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1854
|
+
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1712
1855
|
--plasma-typo-body-xxs-medium-font-size: 0.6875rem;
|
|
1713
1856
|
--plasma-typo-body-xxs-medium-font-weight: 500;
|
|
1714
1857
|
--plasma-typo-body-xxs-medium-line-height: 0.8125rem;
|
|
@@ -1745,9 +1888,6 @@
|
|
|
1745
1888
|
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1746
1889
|
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1747
1890
|
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1748
|
-
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1749
|
-
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1750
|
-
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|
|
1751
1891
|
--plasma-typo-body-xs-font-size: 0.75rem;
|
|
1752
1892
|
--plasma-typo-body-xs-font-weight: 400;
|
|
1753
1893
|
--plasma-typo-body-xs-line-height: 0.875rem;
|
|
@@ -1768,12 +1908,15 @@
|
|
|
1768
1908
|
|
|
1769
1909
|
@media (min-width: 560px) and (max-width: 959px) {
|
|
1770
1910
|
.dark, .light {
|
|
1771
|
-
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1772
|
-
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1773
|
-
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1774
1911
|
--plasma-typo-dspl-s-font-size: 2.125rem;
|
|
1775
1912
|
--plasma-typo-dspl-s-font-weight: 400;
|
|
1776
1913
|
--plasma-typo-dspl-s-line-height: 2.5625rem;
|
|
1914
|
+
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1915
|
+
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1916
|
+
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1917
|
+
--plasma-typo-dspl-s-medium-font-size: 2.125rem;
|
|
1918
|
+
--plasma-typo-dspl-s-medium-font-weight: 500;
|
|
1919
|
+
--plasma-typo-dspl-s-medium-line-height: 2.5625rem;
|
|
1777
1920
|
--plasma-typo-dspl-s-bold-font-size: 2.125rem;
|
|
1778
1921
|
--plasma-typo-dspl-s-bold-font-weight: 600;
|
|
1779
1922
|
--plasma-typo-dspl-s-bold-line-height: 2.5625rem;
|
|
@@ -1798,9 +1941,6 @@
|
|
|
1798
1941
|
--plasma-typo-body-s-font-size: 0.8125rem;
|
|
1799
1942
|
--plasma-typo-body-s-font-weight: 400;
|
|
1800
1943
|
--plasma-typo-body-s-line-height: 0.9375rem;
|
|
1801
|
-
--plasma-typo-body-xs-bold-font-size: 0.75rem;
|
|
1802
|
-
--plasma-typo-body-xs-bold-font-weight: 600;
|
|
1803
|
-
--plasma-typo-body-xs-bold-line-height: 0.875rem;
|
|
1804
1944
|
--plasma-typo-body-xs-medium-font-size: 0.75rem;
|
|
1805
1945
|
--plasma-typo-body-xs-medium-font-weight: 500;
|
|
1806
1946
|
--plasma-typo-body-xs-medium-line-height: 0.875rem;
|