@l3mpire/tokens 0.5.3
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/README.md +176 -0
- package/dist/css/components.css +322 -0
- package/dist/css/fonts.css +23 -0
- package/dist/css/primitives.css +121 -0
- package/dist/css/semantic.css +139 -0
- package/dist/css/sizing.css +42 -0
- package/dist/css/tokens-dark.css +254 -0
- package/dist/css/tokens.css +623 -0
- package/dist/ts/tokens.ts +622 -0
- package/package.json +30 -0
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--blue-50: #f5f8ff;
|
|
7
|
+
--blue-100: #e0ebff;
|
|
8
|
+
--blue-200: #c7dcff;
|
|
9
|
+
--blue-300: #a3c7ff;
|
|
10
|
+
--blue-400: #7aa8ff;
|
|
11
|
+
--blue-500: #316bff;
|
|
12
|
+
--blue-600: #1f5eff;
|
|
13
|
+
--blue-700: #134cdd;
|
|
14
|
+
--blue-800: #0d3bb0;
|
|
15
|
+
--blue-900: #072d8e;
|
|
16
|
+
--pink-50: #fff5f8;
|
|
17
|
+
--pink-100: #ffeef2;
|
|
18
|
+
--pink-200: #ffd9e4;
|
|
19
|
+
--pink-300: #ffb0cc;
|
|
20
|
+
--pink-400: #ff88aa;
|
|
21
|
+
--pink-500: #ec6181;
|
|
22
|
+
--pink-600: #d94872;
|
|
23
|
+
--pink-700: #ab465e;
|
|
24
|
+
--pink-800: #8a3649;
|
|
25
|
+
--pink-900: #641225;
|
|
26
|
+
--red-50: #fff5f5;
|
|
27
|
+
--red-100: #ffe7e2;
|
|
28
|
+
--red-200: #ffc9c9;
|
|
29
|
+
--red-300: #f8b1b1;
|
|
30
|
+
--red-400: #f57575;
|
|
31
|
+
--red-500: #ec4343;
|
|
32
|
+
--red-600: #d92828;
|
|
33
|
+
--red-700: #be0723;
|
|
34
|
+
--red-800: #9e0821;
|
|
35
|
+
--red-900: #8c0000;
|
|
36
|
+
--green-50: #f0fdf0;
|
|
37
|
+
--green-100: #e5fce5;
|
|
38
|
+
--green-200: #c8f4c8;
|
|
39
|
+
--green-300: #9ae299;
|
|
40
|
+
--green-400: #5dd85a;
|
|
41
|
+
--green-500: #31c52e;
|
|
42
|
+
--green-600: #1fb01c;
|
|
43
|
+
--green-700: #009e00;
|
|
44
|
+
--green-800: #008200;
|
|
45
|
+
--green-900: #007300;
|
|
46
|
+
--yellow-50: #fffef5;
|
|
47
|
+
--yellow-100: #fff8d3;
|
|
48
|
+
--yellow-200: #fff0a7;
|
|
49
|
+
--yellow-300: #ffe172;
|
|
50
|
+
--yellow-400: #f5ca3d;
|
|
51
|
+
--yellow-500: #dfb009;
|
|
52
|
+
--yellow-600: #d9aa00;
|
|
53
|
+
--yellow-700: #b88f00;
|
|
54
|
+
--yellow-800: #9c7700;
|
|
55
|
+
--yellow-900: #916d00;
|
|
56
|
+
--purple-50: #faf8ff;
|
|
57
|
+
--purple-100: #f5f0ff;
|
|
58
|
+
--purple-200: #ebe4ff;
|
|
59
|
+
--purple-300: #d3bcfc;
|
|
60
|
+
--purple-400: #b89df5;
|
|
61
|
+
--purple-500: #9b7ce8;
|
|
62
|
+
--purple-600: #7d5dd4;
|
|
63
|
+
--purple-700: #6344b8;
|
|
64
|
+
--purple-800: #4d3390;
|
|
65
|
+
--purple-900: #2d1a51;
|
|
66
|
+
--teal-50: #f0fdf9;
|
|
67
|
+
--teal-100: #eafff6;
|
|
68
|
+
--teal-200: #d1f9ea;
|
|
69
|
+
--teal-300: #b4ffe2;
|
|
70
|
+
--teal-400: #91e0bf;
|
|
71
|
+
--teal-500: #6dd4a8;
|
|
72
|
+
--teal-600: #44c38e;
|
|
73
|
+
--teal-700: #2ca572;
|
|
74
|
+
--teal-800: #1d7a54;
|
|
75
|
+
--teal-900: #0d5034;
|
|
76
|
+
--orange-50: #fff8f3;
|
|
77
|
+
--orange-100: #fff0ec;
|
|
78
|
+
--orange-200: #ffe5d9;
|
|
79
|
+
--orange-300: #ffdabf;
|
|
80
|
+
--orange-400: #ffc199;
|
|
81
|
+
--orange-500: #f5967e;
|
|
82
|
+
--orange-600: #f07254;
|
|
83
|
+
--orange-700: #de5837;
|
|
84
|
+
--orange-800: #b8422a;
|
|
85
|
+
--orange-900: #892f19;
|
|
86
|
+
--grey-50: #fafafa;
|
|
87
|
+
--grey-100: #f2f2f2;
|
|
88
|
+
--grey-200: #efefef;
|
|
89
|
+
--grey-300: #e6e6e6;
|
|
90
|
+
--grey-400: #b7bec6;
|
|
91
|
+
--grey-500: #98a1ac;
|
|
92
|
+
--grey-600: #838990;
|
|
93
|
+
--grey-700: #566f8f;
|
|
94
|
+
--grey-800: #3d4f66;
|
|
95
|
+
--grey-900: #213856;
|
|
96
|
+
--grey-white: #ffffff;
|
|
97
|
+
--beige-50: #fffbfb;
|
|
98
|
+
--beige-100: #fff8f8;
|
|
99
|
+
--beige-200: #ffeeed;
|
|
100
|
+
--beige-300: #ffe0df;
|
|
101
|
+
--beige-400: #f7cccb;
|
|
102
|
+
--beige-500: #e5aba9;
|
|
103
|
+
--beige-600: #d18a88;
|
|
104
|
+
--beige-700: #b56967;
|
|
105
|
+
--beige-800: #8f5251;
|
|
106
|
+
--beige-900: #5f3e3d;
|
|
107
|
+
--sand-50: #fffefe;
|
|
108
|
+
--sand-100: #fffcfb;
|
|
109
|
+
--sand-200: #fffbf8;
|
|
110
|
+
--sand-300: #fffaf3;
|
|
111
|
+
--sand-400: #fff4e6;
|
|
112
|
+
--sand-500: #ffe9d1;
|
|
113
|
+
--sand-600: #f5d4a8;
|
|
114
|
+
--sand-700: #d9a96e;
|
|
115
|
+
--sand-800: #a88353;
|
|
116
|
+
--sand-900: #7e6440;
|
|
117
|
+
--shadow-2: rgba(0, 0, 0, 0.02);
|
|
118
|
+
--shadow-4: rgba(0, 0, 0, 0.04);
|
|
119
|
+
--shadow-6: rgba(0, 0, 0, 0.06);
|
|
120
|
+
--shadow-8: rgba(0, 0, 0, 0.08);
|
|
121
|
+
--radius-none: 0;
|
|
122
|
+
--radius-2xs: 2px;
|
|
123
|
+
--radius-xs: 4px;
|
|
124
|
+
--radius-sm: 6px;
|
|
125
|
+
--radius-base: 8px;
|
|
126
|
+
--radius-md: 12px;
|
|
127
|
+
--radius-lg: 16px;
|
|
128
|
+
--radius-xl: 24px;
|
|
129
|
+
--radius-full: 9999px;
|
|
130
|
+
--spacing-none: 0;
|
|
131
|
+
--spacing-2xs: 2px;
|
|
132
|
+
--spacing-xs: 4px;
|
|
133
|
+
--spacing-sm: 6px;
|
|
134
|
+
--spacing-base: 8px;
|
|
135
|
+
--spacing-md: 12px;
|
|
136
|
+
--spacing-lg: 16px;
|
|
137
|
+
--spacing-xl: 24px;
|
|
138
|
+
--spacing-2xl: 32px;
|
|
139
|
+
--spacing-3xl: 40px;
|
|
140
|
+
--spacing-4xl: 48px;
|
|
141
|
+
--spacing-5xl: 56px;
|
|
142
|
+
--gap-none: 0;
|
|
143
|
+
--gap-2xs: 2px;
|
|
144
|
+
--gap-xs: 4px;
|
|
145
|
+
--gap-sm: 6px;
|
|
146
|
+
--gap-base: 8px;
|
|
147
|
+
--gap-md: 12px;
|
|
148
|
+
--gap-lg: 16px;
|
|
149
|
+
--gap-xl: 24px;
|
|
150
|
+
--gap-2xl: 32px;
|
|
151
|
+
--gap-3xl: 40px;
|
|
152
|
+
--gap-4xl: 48px;
|
|
153
|
+
--gap-5xl: 56px;
|
|
154
|
+
--stroke-none: 0;
|
|
155
|
+
--stroke-base: 1px;
|
|
156
|
+
--stroke-md: 2px;
|
|
157
|
+
--font-letter-spacing-none: 0;
|
|
158
|
+
--font-line-height-line-height-2xs: 14px;
|
|
159
|
+
--font-line-height-line-height-xs: 16px;
|
|
160
|
+
--font-line-height-line-height-sm: 20px;
|
|
161
|
+
--font-line-height-base: 24px;
|
|
162
|
+
--font-line-height-line-height-md: 28px;
|
|
163
|
+
--font-line-height-line-height-lg: 32px;
|
|
164
|
+
--font-size-size-xxs: 10px;
|
|
165
|
+
--font-size-size-xs: 12px;
|
|
166
|
+
--font-size-size-sm: 14px;
|
|
167
|
+
--font-size-base: 16px;
|
|
168
|
+
--font-size-size-md: 18px;
|
|
169
|
+
--font-size-size-lg: 20px;
|
|
170
|
+
--font-size-size-xl: 24px;
|
|
171
|
+
--font-weight-regular: 400;
|
|
172
|
+
--font-weight-medium: 500;
|
|
173
|
+
--font-weight-bold: 700;
|
|
174
|
+
--comp-btn-solid-brand-bg-gradient-to-default: #477bff;
|
|
175
|
+
--comp-btn-solid-brand-inner-border-default: #5c8aff;
|
|
176
|
+
--comp-btn-solid-brand-inner-border-hover: #5c8aff;
|
|
177
|
+
--comp-btn-solid-brand-inner-border-pressed: #3d6be0;
|
|
178
|
+
--comp-btn-solid-alert-bg-gradient-to-default: #ee5454;
|
|
179
|
+
--comp-btn-solid-alert-inner-border-default: #f06666;
|
|
180
|
+
--comp-btn-solid-alert-inner-border-hover: #f06666;
|
|
181
|
+
--comp-btn-solid-alert-inner-border-pressed: #c83333;
|
|
182
|
+
--comp-btn-ghost-brand-bg-default: rgba(0, 0, 0, 0);
|
|
183
|
+
--comp-btn-ghost-brand-border-default: rgba(0, 0, 0, 0);
|
|
184
|
+
--comp-btn-ghost-brand-border-hover: rgba(0, 0, 0, 0);
|
|
185
|
+
--comp-btn-ghost-brand-border-pressed: rgba(0, 0, 0, 0);
|
|
186
|
+
--comp-btn-ghost-neutral-bg-default: rgba(0, 0, 0, 0);
|
|
187
|
+
--comp-btn-ghost-neutral-border-default: rgba(0, 0, 0, 0);
|
|
188
|
+
--comp-btn-ghost-neutral-border-hover: rgba(0, 0, 0, 0);
|
|
189
|
+
--comp-btn-ghost-neutral-border-pressed: rgba(0, 0, 0, 0);
|
|
190
|
+
--comp-btn-ghost-alert-bg-default: rgba(0, 0, 0, 0);
|
|
191
|
+
--comp-btn-ghost-alert-border-default: rgba(0, 0, 0, 0);
|
|
192
|
+
--comp-btn-ghost-alert-border-hover: rgba(0, 0, 0, 0);
|
|
193
|
+
--comp-btn-ghost-alert-border-pressed: rgba(0, 0, 0, 0);
|
|
194
|
+
--comp-btn-disabled-ghost-bg: rgba(0, 0, 0, 0);
|
|
195
|
+
--comp-btn-disabled-ghost-border: rgba(0, 0, 0, 0);
|
|
196
|
+
--core-bg-main-primary: var(--grey-white);
|
|
197
|
+
--core-bg-main-secondary: var(--grey-50);
|
|
198
|
+
--core-bg-main-tertiary: var(--grey-100);
|
|
199
|
+
--core-bg-main-invert-primary: var(--grey-900);
|
|
200
|
+
--core-bg-main-invert-secondary: var(--grey-700);
|
|
201
|
+
--core-bg-main-invert-tertiary: var(--grey-400);
|
|
202
|
+
--core-bg-functional-disabled: var(--grey-100);
|
|
203
|
+
--core-bg-functional-invert-success: var(--green-50);
|
|
204
|
+
--core-bg-functional-invert-critical: var(--red-50);
|
|
205
|
+
--core-bg-functional-invert-info: var(--blue-50);
|
|
206
|
+
--core-bg-functional-invert-warning: var(--yellow-50);
|
|
207
|
+
--core-bg-specific-highlight-text: var(--green-100);
|
|
208
|
+
--core-bg-specific-tags-neutral: var(--grey-100);
|
|
209
|
+
--core-text-main-primary: var(--grey-900);
|
|
210
|
+
--core-text-main-secondary: var(--grey-700);
|
|
211
|
+
--core-text-main-tertiary: var(--grey-500);
|
|
212
|
+
--core-text-main-invert-primary: var(--grey-white);
|
|
213
|
+
--core-text-main-invert-secondary: var(--grey-100);
|
|
214
|
+
--core-text-main-invert-tertiary: var(--grey-200);
|
|
215
|
+
--core-text-functional-placeholder: var(--grey-500);
|
|
216
|
+
--core-text-functional-disabled: var(--grey-400);
|
|
217
|
+
--core-text-functional-disabled-invert: var(--grey-white);
|
|
218
|
+
--core-text-functional-success: var(--green-500);
|
|
219
|
+
--core-text-functional-critical: var(--red-500);
|
|
220
|
+
--core-text-functional-info: var(--blue-500);
|
|
221
|
+
--core-text-functional-warning: var(--yellow-500);
|
|
222
|
+
--core-border-main-primary: var(--grey-200);
|
|
223
|
+
--core-border-main-secondary: var(--grey-300);
|
|
224
|
+
--core-border-main-invert-primary: var(--grey-900);
|
|
225
|
+
--core-border-main-invert-secondary: var(--grey-800);
|
|
226
|
+
--core-border-functional-success: var(--green-500);
|
|
227
|
+
--core-border-functional-critical: var(--red-500);
|
|
228
|
+
--core-border-functional-info: var(--blue-500);
|
|
229
|
+
--core-border-functional-warning: var(--yellow-500);
|
|
230
|
+
--interactive-bg-primary-dark-default: var(--blue-500);
|
|
231
|
+
--interactive-bg-primary-dark-hover: var(--blue-600);
|
|
232
|
+
--interactive-bg-primary-dark-pressed: var(--blue-700);
|
|
233
|
+
--interactive-bg-primary-light-default: var(--grey-white);
|
|
234
|
+
--interactive-bg-primary-light-hover: var(--blue-50);
|
|
235
|
+
--interactive-bg-primary-light-pressed: var(--blue-200);
|
|
236
|
+
--interactive-bg-dark-default: var(--grey-900);
|
|
237
|
+
--interactive-bg-dark-hover: var(--grey-800);
|
|
238
|
+
--interactive-bg-dark-pressed: var(--grey-700);
|
|
239
|
+
--interactive-bg-light-default: var(--grey-white);
|
|
240
|
+
--interactive-bg-light-hover: var(--grey-100);
|
|
241
|
+
--interactive-bg-light-pressed: var(--grey-200);
|
|
242
|
+
--interactive-bg-white-default: var(--grey-white);
|
|
243
|
+
--interactive-bg-white-hover: var(--grey-50);
|
|
244
|
+
--interactive-bg-white-pressed: var(--grey-100);
|
|
245
|
+
--interactive-bg-critical-dark-default: var(--red-500);
|
|
246
|
+
--interactive-bg-critical-dark-hover: var(--red-600);
|
|
247
|
+
--interactive-bg-critical-dark-pressed: var(--red-700);
|
|
248
|
+
--interactive-bg-critical-light-default: var(--grey-white);
|
|
249
|
+
--interactive-bg-critical-light-hover: var(--red-100);
|
|
250
|
+
--interactive-bg-critical-light-pressed: var(--red-200);
|
|
251
|
+
--interactive-bg-success-dark-default: var(--green-500);
|
|
252
|
+
--interactive-bg-success-dark-hover: var(--green-600);
|
|
253
|
+
--interactive-bg-success-dark-pressed: var(--green-700);
|
|
254
|
+
--interactive-bg-success-light-default: var(--grey-white);
|
|
255
|
+
--interactive-bg-success-light-hover: var(--green-50);
|
|
256
|
+
--interactive-bg-success-light-pressed: var(--green-100);
|
|
257
|
+
--interactive-bg-warning-dark-default: var(--yellow-400);
|
|
258
|
+
--interactive-bg-warning-dark-hover: var(--yellow-500);
|
|
259
|
+
--interactive-bg-warning-dark-pressed: var(--yellow-600);
|
|
260
|
+
--interactive-bg-warning-light-default: var(--grey-white);
|
|
261
|
+
--interactive-bg-warning-light-hover: var(--yellow-100);
|
|
262
|
+
--interactive-bg-warning-light-pressed: var(--yellow-200);
|
|
263
|
+
--interactive-text-neutral-dark-default: var(--grey-800);
|
|
264
|
+
--interactive-text-neutral-dark-hover: var(--grey-900);
|
|
265
|
+
--interactive-text-neutral-dark-pressed: var(--grey-700);
|
|
266
|
+
--interactive-text-neutral-light-default: var(--grey-white);
|
|
267
|
+
--interactive-text-neutral-light-hover: var(--grey-100);
|
|
268
|
+
--interactive-text-neutral-light-pressed: var(--grey-200);
|
|
269
|
+
--interactive-text-primary-dark-default: var(--blue-500);
|
|
270
|
+
--interactive-text-primary-dark-hover: var(--blue-600);
|
|
271
|
+
--interactive-text-primary-dark-pressed: var(--blue-700);
|
|
272
|
+
--interactive-text-primary-light-default: var(--grey-white);
|
|
273
|
+
--interactive-text-primary-light-hover: var(--blue-100);
|
|
274
|
+
--interactive-text-primary-light-pressed: var(--blue-200);
|
|
275
|
+
--interactive-text-white-default: var(--grey-white);
|
|
276
|
+
--interactive-text-white-hover: var(--grey-50);
|
|
277
|
+
--interactive-text-white-pressed: var(--grey-100);
|
|
278
|
+
--interactive-text-critical-dark-default: var(--red-500);
|
|
279
|
+
--interactive-text-critical-dark-hover: var(--red-600);
|
|
280
|
+
--interactive-text-critical-dark-pressed: var(--red-700);
|
|
281
|
+
--interactive-text-critical-light-default: var(--grey-white);
|
|
282
|
+
--interactive-text-critical-light-hover: var(--red-100);
|
|
283
|
+
--interactive-text-critical-light-pressed: var(--red-200);
|
|
284
|
+
--interactive-text-success-dark-default: var(--green-500);
|
|
285
|
+
--interactive-text-success-dark-hover: var(--green-600);
|
|
286
|
+
--interactive-text-success-dark-pressed: var(--green-700);
|
|
287
|
+
--interactive-text-success-light-default: var(--grey-white);
|
|
288
|
+
--interactive-text-success-light-hover: var(--green-50);
|
|
289
|
+
--interactive-text-success-light-pressed: var(--green-100);
|
|
290
|
+
--interactive-text-warning-dark-default: var(--yellow-400);
|
|
291
|
+
--interactive-text-warning-dark-hover: var(--yellow-500);
|
|
292
|
+
--interactive-text-warning-dark-pressed: var(--yellow-600);
|
|
293
|
+
--interactive-text-warning-light-default: var(--grey-white);
|
|
294
|
+
--interactive-text-warning-light-hover: var(--yellow-100);
|
|
295
|
+
--interactive-text-warning-light-pressed: var(--yellow-200);
|
|
296
|
+
--interactive-border-neutral-dark-default: var(--grey-900);
|
|
297
|
+
--interactive-border-neutral-dark-hover: var(--grey-800);
|
|
298
|
+
--interactive-border-neutral-dark-pressed: var(--grey-700);
|
|
299
|
+
--interactive-border-neutral-light-default: var(--grey-white);
|
|
300
|
+
--interactive-border-neutral-light-hover: var(--grey-100);
|
|
301
|
+
--interactive-border-neutral-light-pressed: var(--grey-200);
|
|
302
|
+
--interactive-border-neutral-white-default: var(--grey-white);
|
|
303
|
+
--interactive-border-neutral-white-hover: var(--grey-50);
|
|
304
|
+
--interactive-border-neutral-white-pressed: var(--grey-100);
|
|
305
|
+
--interactive-border-primary-dark-default: var(--blue-500);
|
|
306
|
+
--interactive-border-primary-dark-hover: var(--blue-600);
|
|
307
|
+
--interactive-border-primary-dark-pressed: var(--blue-700);
|
|
308
|
+
--interactive-border-primary-light-default: var(--grey-white);
|
|
309
|
+
--interactive-border-primary-light-hover: var(--blue-100);
|
|
310
|
+
--interactive-border-primary-light-pressed: var(--blue-200);
|
|
311
|
+
--interactive-border-critical-dark-default: var(--red-500);
|
|
312
|
+
--interactive-border-critical-dark-hover: var(--red-600);
|
|
313
|
+
--interactive-border-critical-dark-pressed: var(--red-700);
|
|
314
|
+
--interactive-border-critical-light-default: var(--grey-white);
|
|
315
|
+
--interactive-border-critical-light-hover: var(--red-100);
|
|
316
|
+
--interactive-border-critical-light-pressed: var(--red-200);
|
|
317
|
+
--interactive-border-success-dark-default: var(--green-500);
|
|
318
|
+
--interactive-border-success-dark-hover: var(--green-600);
|
|
319
|
+
--interactive-border-success-dark-pressed: var(--green-700);
|
|
320
|
+
--interactive-border-success-light-default: var(--grey-white);
|
|
321
|
+
--interactive-border-success-light-hover: var(--green-50);
|
|
322
|
+
--interactive-border-success-light-pressed: var(--green-100);
|
|
323
|
+
--interactive-border-warning-dark-default: var(--yellow-400);
|
|
324
|
+
--interactive-border-warning-dark-hover: var(--yellow-500);
|
|
325
|
+
--interactive-border-warning-dark-pressed: var(--yellow-600);
|
|
326
|
+
--interactive-border-warning-light-default: var(--grey-white);
|
|
327
|
+
--interactive-border-warning-light-hover: var(--yellow-100);
|
|
328
|
+
--interactive-border-warning-light-pressed: var(--yellow-200);
|
|
329
|
+
--comp-btn-outlined-neutral-bg-default: var(--grey-50);
|
|
330
|
+
--comp-btn-outlined-neutral-bg-hover: var(--grey-100);
|
|
331
|
+
--comp-btn-outlined-neutral-bg-pressed: var(--grey-200);
|
|
332
|
+
--comp-btn-outlined-neutral-bg-gradient-to-default: var(--grey-white);
|
|
333
|
+
--comp-btn-outlined-neutral-bg-gradient-to-hover: var(--grey-50);
|
|
334
|
+
--comp-btn-outlined-neutral-bg-gradient-to-pressed: var(--grey-100);
|
|
335
|
+
--comp-checkbox-disabled-bg: var(--grey-200);
|
|
336
|
+
--comp-modal-overlay: var(--grey-900);
|
|
337
|
+
--comp-select-bg-default: var(--grey-50);
|
|
338
|
+
--comp-select-bg-gradient-to: var(--grey-white);
|
|
339
|
+
--comp-select-bg-hover: var(--grey-100);
|
|
340
|
+
--comp-select-bg-disabled: var(--grey-200);
|
|
341
|
+
--comp-switch-off-track-default: var(--grey-400);
|
|
342
|
+
--comp-switch-off-track-hover: var(--grey-500);
|
|
343
|
+
--comp-switch-off-track-disabled: var(--grey-300);
|
|
344
|
+
--comp-switch-on-track-disabled: var(--blue-200);
|
|
345
|
+
--comp-switch-thumb-bg: var(--grey-white);
|
|
346
|
+
--comp-switch-thumb-disabled: var(--grey-white);
|
|
347
|
+
--comp-text-input-button-bg: var(--grey-50);
|
|
348
|
+
--comp-text-input-button-gradient-to: var(--grey-white);
|
|
349
|
+
--comp-text-input-button-bg-hover: var(--grey-100);
|
|
350
|
+
--comp-avatar-fallback-bg: var(--interactive-bg-primary-dark-default);
|
|
351
|
+
--comp-avatar-fallback-text: var(--core-text-main-invert-primary);
|
|
352
|
+
--comp-badge-solid-primary-bg: var(--interactive-bg-primary-dark-default);
|
|
353
|
+
--comp-badge-solid-primary-text: var(--core-text-main-invert-primary);
|
|
354
|
+
--comp-badge-solid-success-bg: var(--interactive-bg-success-dark-default);
|
|
355
|
+
--comp-badge-solid-success-text: var(--core-text-main-invert-primary);
|
|
356
|
+
--comp-badge-solid-critical-bg: var(--interactive-bg-critical-dark-default);
|
|
357
|
+
--comp-badge-solid-critical-text: var(--core-text-main-invert-primary);
|
|
358
|
+
--comp-badge-solid-warning-bg: var(--interactive-bg-warning-dark-default);
|
|
359
|
+
--comp-badge-solid-warning-text: var(--core-text-main-invert-primary);
|
|
360
|
+
--comp-badge-solid-neutral-bg: var(--core-bg-main-invert-secondary);
|
|
361
|
+
--comp-badge-solid-neutral-text: var(--core-text-main-invert-primary);
|
|
362
|
+
--comp-badge-light-primary-bg: var(--core-bg-functional-invert-info);
|
|
363
|
+
--comp-badge-light-primary-text: var(--core-text-functional-info);
|
|
364
|
+
--comp-badge-light-success-bg: var(--core-bg-functional-invert-success);
|
|
365
|
+
--comp-badge-light-success-text: var(--core-text-functional-success);
|
|
366
|
+
--comp-badge-light-critical-bg: var(--core-bg-functional-invert-critical);
|
|
367
|
+
--comp-badge-light-critical-text: var(--core-text-functional-critical);
|
|
368
|
+
--comp-badge-light-warning-bg: var(--core-bg-functional-invert-warning);
|
|
369
|
+
--comp-badge-light-warning-text: var(--core-text-functional-warning);
|
|
370
|
+
--comp-badge-light-neutral-bg: var(--core-bg-specific-tags-neutral);
|
|
371
|
+
--comp-badge-light-neutral-text: var(--core-text-main-secondary);
|
|
372
|
+
--comp-badge-outlined-primary-border: var(--core-border-functional-info);
|
|
373
|
+
--comp-badge-outlined-primary-text: var(--core-text-functional-info);
|
|
374
|
+
--comp-badge-outlined-success-border: var(--core-border-functional-success);
|
|
375
|
+
--comp-badge-outlined-success-text: var(--core-text-functional-success);
|
|
376
|
+
--comp-badge-outlined-critical-border: var(--core-border-functional-critical);
|
|
377
|
+
--comp-badge-outlined-critical-text: var(--core-text-functional-critical);
|
|
378
|
+
--comp-badge-outlined-warning-border: var(--core-border-functional-warning);
|
|
379
|
+
--comp-badge-outlined-warning-text: var(--core-text-functional-warning);
|
|
380
|
+
--comp-badge-outlined-neutral-border: var(--core-border-main-invert-secondary);
|
|
381
|
+
--comp-badge-outlined-neutral-text: var(--core-text-main-secondary);
|
|
382
|
+
--comp-browser-tab-border: var(--core-border-main-primary);
|
|
383
|
+
--comp-browser-tab-item-bg: var(--core-bg-main-primary);
|
|
384
|
+
--comp-browser-tab-item-border: var(--core-border-main-primary);
|
|
385
|
+
--comp-browser-tab-item-active-text: var(--core-text-main-primary);
|
|
386
|
+
--comp-browser-tab-item-active-icon: var(--core-text-main-primary);
|
|
387
|
+
--comp-browser-tab-item-inactive-text: var(--core-text-main-tertiary);
|
|
388
|
+
--comp-browser-tab-item-inactive-icon: var(--core-text-main-tertiary);
|
|
389
|
+
--comp-browser-tab-item-hover-icon: var(--core-text-main-secondary);
|
|
390
|
+
--comp-btn-solid-brand-bg-default: var(--interactive-bg-primary-dark-default);
|
|
391
|
+
--comp-btn-solid-brand-bg-hover: var(--interactive-bg-primary-dark-default);
|
|
392
|
+
--comp-btn-solid-brand-bg-pressed: var(--interactive-bg-primary-dark-hover);
|
|
393
|
+
--comp-btn-solid-brand-bg-gradient-to-hover: var(--interactive-bg-primary-dark-hover);
|
|
394
|
+
--comp-btn-solid-brand-bg-gradient-to-pressed: var(--interactive-bg-primary-dark-pressed);
|
|
395
|
+
--comp-btn-solid-brand-text-default: var(--core-text-main-invert-primary);
|
|
396
|
+
--comp-btn-solid-brand-text-hover: var(--core-text-main-invert-primary);
|
|
397
|
+
--comp-btn-solid-brand-text-pressed: var(--core-text-main-invert-primary);
|
|
398
|
+
--comp-btn-solid-brand-border-default: var(--interactive-border-primary-dark-default);
|
|
399
|
+
--comp-btn-solid-brand-border-hover: var(--interactive-border-primary-dark-default);
|
|
400
|
+
--comp-btn-solid-brand-border-pressed: var(--interactive-border-primary-dark-pressed);
|
|
401
|
+
--comp-btn-solid-alert-bg-default: var(--interactive-bg-critical-dark-default);
|
|
402
|
+
--comp-btn-solid-alert-bg-hover: var(--interactive-bg-critical-dark-default);
|
|
403
|
+
--comp-btn-solid-alert-bg-pressed: var(--interactive-bg-critical-dark-hover);
|
|
404
|
+
--comp-btn-solid-alert-bg-gradient-to-hover: var(--interactive-bg-critical-dark-hover);
|
|
405
|
+
--comp-btn-solid-alert-bg-gradient-to-pressed: var(--interactive-bg-critical-dark-pressed);
|
|
406
|
+
--comp-btn-solid-alert-text-default: var(--core-text-main-invert-primary);
|
|
407
|
+
--comp-btn-solid-alert-text-hover: var(--core-text-main-invert-primary);
|
|
408
|
+
--comp-btn-solid-alert-text-pressed: var(--core-text-main-invert-primary);
|
|
409
|
+
--comp-btn-solid-alert-border-default: var(--interactive-border-critical-dark-default);
|
|
410
|
+
--comp-btn-solid-alert-border-hover: var(--interactive-border-critical-dark-default);
|
|
411
|
+
--comp-btn-solid-alert-border-pressed: var(--interactive-border-critical-dark-pressed);
|
|
412
|
+
--comp-btn-outlined-neutral-text-default: var(--core-text-main-primary);
|
|
413
|
+
--comp-btn-outlined-neutral-text-hover: var(--core-text-main-primary);
|
|
414
|
+
--comp-btn-outlined-neutral-text-pressed: var(--core-text-main-primary);
|
|
415
|
+
--comp-btn-outlined-neutral-border-default: var(--core-border-main-primary);
|
|
416
|
+
--comp-btn-outlined-neutral-border-hover: var(--core-border-main-primary);
|
|
417
|
+
--comp-btn-outlined-neutral-border-pressed: var(--core-border-main-primary);
|
|
418
|
+
--comp-btn-outlined-alert-bg-default: var(--core-bg-main-primary);
|
|
419
|
+
--comp-btn-outlined-alert-bg-hover: var(--interactive-bg-critical-light-hover);
|
|
420
|
+
--comp-btn-outlined-alert-bg-pressed: var(--interactive-bg-critical-light-pressed);
|
|
421
|
+
--comp-btn-outlined-alert-text-default: var(--interactive-text-critical-dark-default);
|
|
422
|
+
--comp-btn-outlined-alert-text-hover: var(--interactive-text-critical-dark-hover);
|
|
423
|
+
--comp-btn-outlined-alert-text-pressed: var(--interactive-text-critical-dark-pressed);
|
|
424
|
+
--comp-btn-outlined-alert-border-default: var(--interactive-border-critical-dark-default);
|
|
425
|
+
--comp-btn-outlined-alert-border-hover: var(--interactive-border-critical-dark-default);
|
|
426
|
+
--comp-btn-outlined-alert-border-pressed: var(--interactive-border-critical-dark-pressed);
|
|
427
|
+
--comp-btn-ghost-brand-bg-hover: var(--interactive-bg-primary-light-hover);
|
|
428
|
+
--comp-btn-ghost-brand-bg-pressed: var(--interactive-bg-primary-light-pressed);
|
|
429
|
+
--comp-btn-ghost-brand-text-default: var(--interactive-text-primary-dark-default);
|
|
430
|
+
--comp-btn-ghost-brand-text-hover: var(--interactive-text-primary-dark-hover);
|
|
431
|
+
--comp-btn-ghost-brand-text-pressed: var(--interactive-text-primary-dark-pressed);
|
|
432
|
+
--comp-btn-ghost-neutral-bg-hover: var(--interactive-bg-light-hover);
|
|
433
|
+
--comp-btn-ghost-neutral-bg-pressed: var(--interactive-bg-light-pressed);
|
|
434
|
+
--comp-btn-ghost-neutral-text-default: var(--core-text-main-secondary);
|
|
435
|
+
--comp-btn-ghost-neutral-text-hover: var(--core-text-main-secondary);
|
|
436
|
+
--comp-btn-ghost-neutral-text-pressed: var(--core-text-main-secondary);
|
|
437
|
+
--comp-btn-ghost-alert-bg-hover: var(--interactive-bg-critical-light-hover);
|
|
438
|
+
--comp-btn-ghost-alert-bg-pressed: var(--interactive-bg-critical-light-pressed);
|
|
439
|
+
--comp-btn-ghost-alert-text-default: var(--interactive-text-critical-dark-default);
|
|
440
|
+
--comp-btn-ghost-alert-text-hover: var(--interactive-text-critical-dark-hover);
|
|
441
|
+
--comp-btn-ghost-alert-text-pressed: var(--interactive-text-critical-dark-pressed);
|
|
442
|
+
--comp-btn-disabled-solid-bg: var(--core-bg-functional-disabled);
|
|
443
|
+
--comp-btn-disabled-solid-text: var(--core-text-functional-disabled);
|
|
444
|
+
--comp-btn-disabled-solid-border: var(--core-bg-functional-disabled);
|
|
445
|
+
--comp-btn-disabled-outlined-bg: var(--core-bg-functional-disabled);
|
|
446
|
+
--comp-btn-disabled-outlined-text: var(--core-text-functional-disabled);
|
|
447
|
+
--comp-btn-disabled-outlined-border: var(--core-bg-functional-disabled);
|
|
448
|
+
--comp-btn-disabled-ghost-text: var(--core-text-functional-disabled);
|
|
449
|
+
--comp-checkbox-unchecked-bg: var(--core-bg-main-primary);
|
|
450
|
+
--comp-checkbox-unchecked-border-default: var(--core-border-main-secondary);
|
|
451
|
+
--comp-checkbox-unchecked-border-hover: var(--interactive-border-primary-dark-hover);
|
|
452
|
+
--comp-checkbox-unchecked-border-pressed: var(--interactive-border-primary-dark-pressed);
|
|
453
|
+
--comp-checkbox-checked-bg-default: var(--interactive-bg-primary-dark-default);
|
|
454
|
+
--comp-checkbox-checked-bg-hover: var(--interactive-bg-primary-dark-hover);
|
|
455
|
+
--comp-checkbox-checked-bg-pressed: var(--interactive-bg-primary-dark-pressed);
|
|
456
|
+
--comp-checkbox-checked-icon: var(--core-text-main-invert-primary);
|
|
457
|
+
--comp-checkbox-disabled-border: var(--core-border-main-secondary);
|
|
458
|
+
--comp-checkbox-disabled-icon: var(--core-text-functional-disabled);
|
|
459
|
+
--comp-checkbox-label-default: var(--core-text-main-primary);
|
|
460
|
+
--comp-checkbox-label-disabled: var(--core-text-functional-disabled);
|
|
461
|
+
--comp-dropdown-bg: var(--core-bg-main-primary);
|
|
462
|
+
--comp-dropdown-border: var(--core-border-main-primary);
|
|
463
|
+
--comp-dropdown-item-text: var(--core-text-main-primary);
|
|
464
|
+
--comp-dropdown-item-secondary: var(--core-text-main-secondary);
|
|
465
|
+
--comp-dropdown-item-hover: var(--interactive-bg-white-hover);
|
|
466
|
+
--comp-dropdown-item-icon: var(--core-text-main-secondary);
|
|
467
|
+
--comp-dropdown-heading-text: var(--core-text-main-tertiary);
|
|
468
|
+
--comp-dropdown-clear-text: var(--core-text-main-primary);
|
|
469
|
+
--comp-info-message-info-bg: var(--core-bg-functional-invert-info);
|
|
470
|
+
--comp-info-message-info-icon: var(--core-text-functional-info);
|
|
471
|
+
--comp-info-message-success-bg: var(--core-bg-functional-invert-success);
|
|
472
|
+
--comp-info-message-success-icon: var(--core-text-functional-success);
|
|
473
|
+
--comp-info-message-alert-bg: var(--core-bg-functional-invert-critical);
|
|
474
|
+
--comp-info-message-alert-icon: var(--core-text-functional-critical);
|
|
475
|
+
--comp-info-message-warning-bg: var(--core-bg-functional-invert-warning);
|
|
476
|
+
--comp-info-message-warning-icon: var(--core-text-functional-warning);
|
|
477
|
+
--comp-info-message-empty-bg: var(--core-bg-main-secondary);
|
|
478
|
+
--comp-info-message-empty-icon: var(--core-text-main-secondary);
|
|
479
|
+
--comp-info-message-title: var(--core-text-main-primary);
|
|
480
|
+
--comp-info-message-description: var(--core-text-main-secondary);
|
|
481
|
+
--comp-info-message-close: var(--core-text-main-secondary);
|
|
482
|
+
--comp-input-label-text: var(--core-text-main-secondary);
|
|
483
|
+
--comp-input-label-optional: var(--core-text-main-tertiary);
|
|
484
|
+
--comp-input-label-mandatory: var(--core-text-functional-critical);
|
|
485
|
+
--comp-input-label-icon: var(--core-text-main-secondary);
|
|
486
|
+
--comp-input-label-disabled: var(--core-text-functional-disabled);
|
|
487
|
+
--comp-link-neutral-text-default: var(--interactive-text-neutral-dark-default);
|
|
488
|
+
--comp-link-neutral-text-hover: var(--interactive-text-neutral-dark-hover);
|
|
489
|
+
--comp-link-neutral-text-pressed: var(--interactive-text-neutral-dark-pressed);
|
|
490
|
+
--comp-link-brand-text-default: var(--interactive-text-primary-dark-default);
|
|
491
|
+
--comp-link-brand-text-hover: var(--interactive-text-primary-dark-hover);
|
|
492
|
+
--comp-link-brand-text-pressed: var(--interactive-text-primary-dark-pressed);
|
|
493
|
+
--comp-link-alert-text-default: var(--interactive-text-critical-dark-default);
|
|
494
|
+
--comp-link-alert-text-hover: var(--interactive-text-critical-dark-hover);
|
|
495
|
+
--comp-link-alert-text-pressed: var(--interactive-text-critical-dark-pressed);
|
|
496
|
+
--comp-link-success-text-default: var(--interactive-text-success-dark-default);
|
|
497
|
+
--comp-link-success-text-hover: var(--interactive-text-success-dark-hover);
|
|
498
|
+
--comp-link-success-text-pressed: var(--interactive-text-success-dark-pressed);
|
|
499
|
+
--comp-link-warning-text-default: var(--interactive-text-warning-dark-default);
|
|
500
|
+
--comp-link-warning-text-hover: var(--interactive-text-warning-dark-hover);
|
|
501
|
+
--comp-link-warning-text-pressed: var(--interactive-text-warning-dark-pressed);
|
|
502
|
+
--comp-link-disabled-text: var(--core-text-functional-disabled);
|
|
503
|
+
--comp-modal-bg: var(--core-bg-main-primary);
|
|
504
|
+
--comp-modal-border: var(--core-border-main-primary);
|
|
505
|
+
--comp-modal-header-title: var(--core-text-main-primary);
|
|
506
|
+
--comp-modal-header-description: var(--core-text-main-secondary);
|
|
507
|
+
--comp-modal-header-border: var(--core-border-main-primary);
|
|
508
|
+
--comp-modal-header-close: var(--core-text-main-secondary);
|
|
509
|
+
--comp-modal-footer-border: var(--core-border-main-primary);
|
|
510
|
+
--comp-modal-footer-text: var(--core-text-main-secondary);
|
|
511
|
+
--comp-modal-footer-icon: var(--core-text-functional-info);
|
|
512
|
+
--comp-search-bar-white-bg: var(--core-bg-main-primary);
|
|
513
|
+
--comp-search-bar-grey-bg: var(--core-bg-main-secondary);
|
|
514
|
+
--comp-search-bar-border-default: var(--core-border-main-primary);
|
|
515
|
+
--comp-search-bar-border-hover: var(--core-border-main-secondary);
|
|
516
|
+
--comp-search-bar-border-active: var(--core-border-functional-info);
|
|
517
|
+
--comp-search-bar-icon: var(--core-text-main-secondary);
|
|
518
|
+
--comp-search-bar-placeholder: var(--core-text-functional-placeholder);
|
|
519
|
+
--comp-search-bar-text: var(--core-text-main-primary);
|
|
520
|
+
--comp-search-bar-clear: var(--core-text-main-secondary);
|
|
521
|
+
--comp-select-bg-error: var(--core-bg-main-primary);
|
|
522
|
+
--comp-select-border-default: var(--core-border-main-primary);
|
|
523
|
+
--comp-select-border-hover: var(--core-border-main-secondary);
|
|
524
|
+
--comp-select-border-error: var(--core-border-functional-critical);
|
|
525
|
+
--comp-select-border-disabled: var(--core-border-main-primary);
|
|
526
|
+
--comp-select-text-default: var(--core-text-main-primary);
|
|
527
|
+
--comp-select-text-placeholder: var(--core-text-main-tertiary);
|
|
528
|
+
--comp-select-text-disabled: var(--core-text-functional-disabled);
|
|
529
|
+
--comp-select-text-multi: var(--core-text-main-tertiary);
|
|
530
|
+
--comp-select-icon: var(--core-text-main-secondary);
|
|
531
|
+
--comp-select-error-text: var(--core-text-functional-critical);
|
|
532
|
+
--comp-select-error-icon: var(--core-text-functional-critical);
|
|
533
|
+
--comp-sidebar-bg: var(--core-bg-main-primary);
|
|
534
|
+
--comp-sidebar-border: var(--core-border-main-primary);
|
|
535
|
+
--comp-sidebar-footer-bg: var(--core-bg-main-secondary);
|
|
536
|
+
--comp-sidebar-item-default-icon: var(--core-text-main-secondary);
|
|
537
|
+
--comp-sidebar-item-default-text: var(--core-text-main-secondary);
|
|
538
|
+
--comp-sidebar-item-hover-bg: var(--interactive-bg-white-hover);
|
|
539
|
+
--comp-sidebar-item-hover-icon: var(--core-text-main-secondary);
|
|
540
|
+
--comp-sidebar-item-hover-text: var(--core-text-main-secondary);
|
|
541
|
+
--comp-sidebar-item-active-bg: var(--interactive-bg-primary-light-hover);
|
|
542
|
+
--comp-sidebar-item-active-icon: var(--interactive-text-primary-dark-default);
|
|
543
|
+
--comp-sidebar-item-active-text: var(--core-text-main-primary);
|
|
544
|
+
--comp-sidebar-item-chevron: var(--core-text-main-primary);
|
|
545
|
+
--comp-sidebar-heading-text: var(--core-text-main-tertiary);
|
|
546
|
+
--comp-switch-on-track-default: var(--interactive-bg-primary-dark-default);
|
|
547
|
+
--comp-switch-on-track-hover: var(--interactive-bg-primary-dark-hover);
|
|
548
|
+
--comp-switch-label-text: var(--core-text-main-primary);
|
|
549
|
+
--comp-switch-label-disabled: var(--core-text-functional-disabled);
|
|
550
|
+
--comp-tab-border: var(--core-border-main-primary);
|
|
551
|
+
--comp-tab-item-default-text: var(--core-text-main-tertiary);
|
|
552
|
+
--comp-tab-item-hover-bg: var(--interactive-bg-white-hover);
|
|
553
|
+
--comp-tab-item-active-text: var(--core-text-main-primary);
|
|
554
|
+
--comp-tab-item-active-bg: var(--interactive-bg-white-pressed);
|
|
555
|
+
--comp-tab-item-active-border: var(--core-border-main-invert-primary);
|
|
556
|
+
--comp-table-bg: var(--core-bg-main-primary);
|
|
557
|
+
--comp-table-border: var(--core-border-main-primary);
|
|
558
|
+
--comp-table-head-bg-default: var(--core-bg-main-primary);
|
|
559
|
+
--comp-table-head-bg-hover: var(--core-bg-main-secondary);
|
|
560
|
+
--comp-table-head-text: var(--core-text-main-secondary);
|
|
561
|
+
--comp-table-head-icon: var(--core-text-main-secondary);
|
|
562
|
+
--comp-table-row-bg-default: var(--core-bg-main-primary);
|
|
563
|
+
--comp-table-row-bg-hover: var(--core-bg-main-secondary);
|
|
564
|
+
--comp-table-row-bg-selected: var(--core-bg-functional-invert-info);
|
|
565
|
+
--comp-table-cell-text-primary: var(--core-text-main-primary);
|
|
566
|
+
--comp-table-cell-text-secondary: var(--core-text-main-secondary);
|
|
567
|
+
--comp-tag-brand-bg: var(--core-bg-functional-invert-info);
|
|
568
|
+
--comp-tag-brand-text: var(--core-text-functional-info);
|
|
569
|
+
--comp-tag-neutral-bg: var(--core-bg-specific-tags-neutral);
|
|
570
|
+
--comp-tag-neutral-text: var(--core-text-main-secondary);
|
|
571
|
+
--comp-text-input-bg-default: var(--core-bg-main-primary);
|
|
572
|
+
--comp-text-input-bg-disabled: var(--core-bg-functional-disabled);
|
|
573
|
+
--comp-text-input-border-default: var(--core-border-main-primary);
|
|
574
|
+
--comp-text-input-border-hover: var(--core-border-functional-info);
|
|
575
|
+
--comp-text-input-border-success: var(--core-border-functional-success);
|
|
576
|
+
--comp-text-input-border-error: var(--core-border-functional-critical);
|
|
577
|
+
--comp-text-input-border-disabled: var(--core-border-main-primary);
|
|
578
|
+
--comp-text-input-text-default: var(--core-text-main-primary);
|
|
579
|
+
--comp-text-input-text-placeholder: var(--core-text-functional-placeholder);
|
|
580
|
+
--comp-text-input-text-disabled: var(--core-text-functional-disabled);
|
|
581
|
+
--comp-text-input-icon: var(--core-text-main-secondary);
|
|
582
|
+
--comp-text-input-button-border: var(--core-border-main-primary);
|
|
583
|
+
--comp-text-input-error-text: var(--core-text-functional-critical);
|
|
584
|
+
--comp-text-input-error-icon: var(--core-text-functional-critical);
|
|
585
|
+
--comp-textarea-bg-default: var(--core-bg-main-primary);
|
|
586
|
+
--comp-textarea-bg-disabled: var(--core-bg-functional-disabled);
|
|
587
|
+
--comp-textarea-border-default: var(--core-border-main-primary);
|
|
588
|
+
--comp-textarea-border-hover: var(--core-border-functional-info);
|
|
589
|
+
--comp-textarea-border-success: var(--core-border-functional-success);
|
|
590
|
+
--comp-textarea-border-error: var(--core-border-functional-critical);
|
|
591
|
+
--comp-textarea-border-disabled: var(--core-border-main-primary);
|
|
592
|
+
--comp-textarea-text-default: var(--core-text-main-primary);
|
|
593
|
+
--comp-textarea-text-placeholder: var(--core-text-functional-placeholder);
|
|
594
|
+
--comp-textarea-text-disabled: var(--core-text-functional-disabled);
|
|
595
|
+
--comp-textarea-char-limit: var(--core-text-main-secondary);
|
|
596
|
+
--comp-textarea-handle-default: var(--core-border-main-invert-secondary);
|
|
597
|
+
--comp-textarea-handle-disabled: var(--core-text-functional-disabled);
|
|
598
|
+
--comp-textarea-error-text: var(--core-text-functional-critical);
|
|
599
|
+
--comp-textarea-error-icon: var(--core-text-functional-critical);
|
|
600
|
+
--comp-toast-info-bg: var(--core-bg-functional-invert-info);
|
|
601
|
+
--comp-toast-info-icon: var(--core-text-functional-info);
|
|
602
|
+
--comp-toast-success-bg: var(--core-bg-functional-invert-success);
|
|
603
|
+
--comp-toast-success-icon: var(--core-text-functional-success);
|
|
604
|
+
--comp-toast-alert-bg: var(--core-bg-functional-invert-critical);
|
|
605
|
+
--comp-toast-alert-icon: var(--core-text-functional-critical);
|
|
606
|
+
--comp-toast-warning-bg: var(--core-bg-functional-invert-warning);
|
|
607
|
+
--comp-toast-warning-icon: var(--core-text-functional-warning);
|
|
608
|
+
--comp-toast-border: var(--core-border-main-primary);
|
|
609
|
+
--comp-toast-title: var(--core-text-main-primary);
|
|
610
|
+
--comp-toast-subtitle: var(--core-text-main-secondary);
|
|
611
|
+
--comp-toast-close: var(--core-text-main-secondary);
|
|
612
|
+
--comp-tooltip-default-bg: var(--core-bg-main-invert-primary);
|
|
613
|
+
--comp-tooltip-default-text: var(--core-text-main-invert-primary);
|
|
614
|
+
--comp-tooltip-default-icon: var(--core-text-main-secondary);
|
|
615
|
+
--comp-tooltip-invert-bg: var(--core-bg-main-secondary);
|
|
616
|
+
--comp-tooltip-invert-text: var(--core-text-main-primary);
|
|
617
|
+
--comp-tooltip-invert-border: var(--core-border-main-secondary);
|
|
618
|
+
--comp-tooltip-invert-icon: var(--core-text-main-secondary);
|
|
619
|
+
--comp-user-menu-bg: var(--core-bg-main-primary);
|
|
620
|
+
--comp-user-menu-border: var(--core-border-main-primary);
|
|
621
|
+
--comp-user-menu-name: var(--core-text-main-primary);
|
|
622
|
+
--comp-user-menu-subtitle: var(--core-text-main-secondary);
|
|
623
|
+
}
|