@l3mpire/tokens 0.14.0 → 0.15.0
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/dist/css/components.css +45 -9
- package/dist/css/fonts.css +1 -1
- package/dist/css/primitives.css +121 -90
- package/dist/css/semantic.css +153 -114
- package/dist/css/tokens-dark.css +228 -158
- package/dist/css/tokens.css +245 -139
- package/dist/ts/tokens.ts +629 -523
- package/package.json +1 -1
package/dist/ts/tokens.ts
CHANGED
|
@@ -1,94 +1,99 @@
|
|
|
1
1
|
export const tokens = {
|
|
2
|
-
"blue-50": "#
|
|
3
|
-
"blue-100": "#
|
|
4
|
-
"blue-200": "#
|
|
5
|
-
"blue-300": "#
|
|
6
|
-
"blue-400": "#
|
|
7
|
-
"blue-500": "#
|
|
8
|
-
"blue-600": "#
|
|
9
|
-
"blue-700": "#
|
|
10
|
-
"blue-800": "#
|
|
11
|
-
"blue-900": "#
|
|
12
|
-
"
|
|
13
|
-
"pink-
|
|
14
|
-
"pink-
|
|
15
|
-
"pink-
|
|
16
|
-
"pink-
|
|
17
|
-
"pink-
|
|
18
|
-
"pink-
|
|
19
|
-
"pink-
|
|
20
|
-
"pink-
|
|
21
|
-
"pink-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"red-
|
|
25
|
-
"red-
|
|
26
|
-
"red-
|
|
27
|
-
"red-
|
|
28
|
-
"red-
|
|
29
|
-
"red-
|
|
30
|
-
"red-
|
|
31
|
-
"red-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"green-
|
|
36
|
-
"green-
|
|
37
|
-
"green-
|
|
38
|
-
"green-
|
|
39
|
-
"green-
|
|
40
|
-
"green-
|
|
41
|
-
"green-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"yellow-
|
|
47
|
-
"yellow-
|
|
48
|
-
"yellow-
|
|
49
|
-
"yellow-
|
|
50
|
-
"yellow-
|
|
51
|
-
"yellow-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"purple-
|
|
58
|
-
"purple-
|
|
59
|
-
"purple-
|
|
60
|
-
"purple-
|
|
61
|
-
"purple-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"teal-
|
|
68
|
-
"teal-
|
|
69
|
-
"teal-
|
|
70
|
-
"teal-
|
|
71
|
-
"teal-
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"orange-
|
|
78
|
-
"orange-
|
|
79
|
-
"orange-
|
|
80
|
-
"orange-
|
|
81
|
-
"orange-
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"grey-
|
|
88
|
-
"grey-
|
|
89
|
-
"grey-
|
|
90
|
-
"grey-
|
|
91
|
-
"grey-
|
|
2
|
+
"blue-50": "#eff6ff",
|
|
3
|
+
"blue-100": "#dbeafe",
|
|
4
|
+
"blue-200": "#bfdbfe",
|
|
5
|
+
"blue-300": "#93c5fd",
|
|
6
|
+
"blue-400": "#60a5fa",
|
|
7
|
+
"blue-500": "#3b82f6",
|
|
8
|
+
"blue-600": "#2563eb",
|
|
9
|
+
"blue-700": "#1d4ed8",
|
|
10
|
+
"blue-800": "#1e40af",
|
|
11
|
+
"blue-900": "#1e3a8a",
|
|
12
|
+
"blue-950": "#172554",
|
|
13
|
+
"pink-50": "#fdf2f8",
|
|
14
|
+
"pink-75": "#ffebf1",
|
|
15
|
+
"pink-100": "#fce7f3",
|
|
16
|
+
"pink-200": "#fbcfe8",
|
|
17
|
+
"pink-300": "#f9a8d4",
|
|
18
|
+
"pink-400": "#f472b6",
|
|
19
|
+
"pink-500": "#ec4899",
|
|
20
|
+
"pink-600": "#db2777",
|
|
21
|
+
"pink-700": "#be185d",
|
|
22
|
+
"pink-800": "#9d174d",
|
|
23
|
+
"pink-900": "#831843",
|
|
24
|
+
"red-50": "#fef2f2",
|
|
25
|
+
"red-100": "#fee2e2",
|
|
26
|
+
"red-200": "#fecaca",
|
|
27
|
+
"red-300": "#fca5a5",
|
|
28
|
+
"red-400": "#f87171",
|
|
29
|
+
"red-500": "#ef4444",
|
|
30
|
+
"red-600": "#dc2626",
|
|
31
|
+
"red-700": "#b91c1c",
|
|
32
|
+
"red-800": "#991b1b",
|
|
33
|
+
"red-900": "#7f1d1d",
|
|
34
|
+
"red-950": "#450a0a",
|
|
35
|
+
"green-50": "#f0fdf4",
|
|
36
|
+
"green-100": "#dcfce7",
|
|
37
|
+
"green-200": "#bbf7d0",
|
|
38
|
+
"green-300": "#86efac",
|
|
39
|
+
"green-400": "#4ade80",
|
|
40
|
+
"green-500": "#22c55e",
|
|
41
|
+
"green-600": "#16a34a",
|
|
42
|
+
"green-700": "#15803d",
|
|
43
|
+
"green-800": "#166534",
|
|
44
|
+
"green-900": "#14532d",
|
|
45
|
+
"green-950": "#052e16",
|
|
46
|
+
"yellow-50": "#fefce8",
|
|
47
|
+
"yellow-100": "#fef9c3",
|
|
48
|
+
"yellow-200": "#fef08a",
|
|
49
|
+
"yellow-300": "#fde047",
|
|
50
|
+
"yellow-400": "#facc15",
|
|
51
|
+
"yellow-500": "#eab308",
|
|
52
|
+
"yellow-600": "#ca8a04",
|
|
53
|
+
"yellow-700": "#a16207",
|
|
54
|
+
"yellow-800": "#854d0e",
|
|
55
|
+
"yellow-900": "#713f12",
|
|
56
|
+
"yellow-950": "#422006",
|
|
57
|
+
"purple-50": "#faf5ff",
|
|
58
|
+
"purple-100": "#f3e8ff",
|
|
59
|
+
"purple-200": "#e9d5ff",
|
|
60
|
+
"purple-300": "#d8b4fe",
|
|
61
|
+
"purple-400": "#c084fc",
|
|
62
|
+
"purple-500": "#a855f7",
|
|
63
|
+
"purple-600": "#9333ea",
|
|
64
|
+
"purple-700": "#7e22ce",
|
|
65
|
+
"purple-800": "#6b21a8",
|
|
66
|
+
"purple-900": "#581c87",
|
|
67
|
+
"teal-50": "#f0fdfa",
|
|
68
|
+
"teal-100": "#ccfbf1",
|
|
69
|
+
"teal-200": "#99f6e4",
|
|
70
|
+
"teal-300": "#5eead4",
|
|
71
|
+
"teal-400": "#2dd4bf",
|
|
72
|
+
"teal-500": "#14b8a6",
|
|
73
|
+
"teal-600": "#0d9488",
|
|
74
|
+
"teal-700": "#0f766e",
|
|
75
|
+
"teal-800": "#115e59",
|
|
76
|
+
"teal-900": "#134e4a",
|
|
77
|
+
"orange-50": "#fff7ed",
|
|
78
|
+
"orange-100": "#ffedd5",
|
|
79
|
+
"orange-200": "#fed7aa",
|
|
80
|
+
"orange-300": "#fdba74",
|
|
81
|
+
"orange-400": "#fb923c",
|
|
82
|
+
"orange-500": "#f97316",
|
|
83
|
+
"orange-600": "#ea580c",
|
|
84
|
+
"orange-700": "#c2410c",
|
|
85
|
+
"orange-800": "#9a3412",
|
|
86
|
+
"orange-900": "#7c2d12",
|
|
87
|
+
"grey-50": "#f9fafb",
|
|
88
|
+
"grey-100": "#f3f4f6",
|
|
89
|
+
"grey-200": "#e5e7eb",
|
|
90
|
+
"grey-300": "#d1d5db",
|
|
91
|
+
"grey-400": "#9ca3af",
|
|
92
|
+
"grey-500": "#6b7280",
|
|
93
|
+
"grey-600": "#5a6472",
|
|
94
|
+
"grey-700": "#374151",
|
|
95
|
+
"grey-800": "#1f2937",
|
|
96
|
+
"grey-900": "#111827",
|
|
92
97
|
"grey-white": "#ffffff",
|
|
93
98
|
"beige-50": "#fffbfb",
|
|
94
99
|
"beige-100": "#fff8f8",
|
|
@@ -171,6 +176,7 @@ export const tokens = {
|
|
|
171
176
|
"emerald-800": "#065f46",
|
|
172
177
|
"emerald-900": "#064e3b",
|
|
173
178
|
"fuchsia-50": "#fdf4ff",
|
|
179
|
+
"fuchsia-75": "#fae8ff",
|
|
174
180
|
"fuchsia-100": "#fae8ff",
|
|
175
181
|
"fuchsia-200": "#f5d0fe",
|
|
176
182
|
"fuchsia-300": "#f0abfc",
|
|
@@ -200,184 +206,248 @@ export const tokens = {
|
|
|
200
206
|
"slate-700": "#334155",
|
|
201
207
|
"slate-800": "#1e293b",
|
|
202
208
|
"slate-900": "#0f172a",
|
|
209
|
+
"brand-50": "#f5f8ff",
|
|
210
|
+
"brand-100": "#e0ebff",
|
|
211
|
+
"brand-200": "#c7dcff",
|
|
212
|
+
"brand-300": "#a3c7ff",
|
|
213
|
+
"brand-400": "#7aa8ff",
|
|
214
|
+
"brand-500": "#316bff",
|
|
215
|
+
"brand-600": "#1f5eff",
|
|
216
|
+
"brand-700": "#134cdd",
|
|
217
|
+
"brand-800": "#0d3bb0",
|
|
218
|
+
"brand-900": "#072d8e",
|
|
219
|
+
"sky-50": "#f0f9ff",
|
|
220
|
+
"sky-100": "#e0f2fe",
|
|
221
|
+
"sky-200": "#bae6fd",
|
|
222
|
+
"sky-300": "#7dd3fc",
|
|
223
|
+
"sky-400": "#38bdf8",
|
|
224
|
+
"sky-500": "#0ea5e9",
|
|
225
|
+
"sky-600": "#0284c7",
|
|
226
|
+
"sky-700": "#0369a1",
|
|
227
|
+
"sky-800": "#075985",
|
|
228
|
+
"sky-900": "#0c4a6e",
|
|
229
|
+
"alpha-0": "rgba(31, 41, 55, 0.03)",
|
|
230
|
+
"alpha-1": "rgba(31, 41, 55, 0.1)",
|
|
231
|
+
"alpha-2": "rgba(31, 41, 55, 0.15)",
|
|
232
|
+
"alpha-3": "rgba(31, 41, 55, 0.25)",
|
|
233
|
+
"alpha-5": "rgba(31, 41, 55, 0.5)",
|
|
203
234
|
"shadow-2": "rgba(0, 0, 0, 0.02)",
|
|
204
235
|
"shadow-4": "rgba(0, 0, 0, 0.04)",
|
|
205
236
|
"shadow-6": "rgba(0, 0, 0, 0.06)",
|
|
206
237
|
"shadow-8": "rgba(0, 0, 0, 0.08)",
|
|
207
238
|
"core-bg-main-primary": "#ffffff",
|
|
208
|
-
"core-bg-main-secondary": "#
|
|
209
|
-
"core-bg-main-tertiary": "#
|
|
210
|
-
"core-bg-main-
|
|
211
|
-
"core-bg-main-invert-
|
|
212
|
-
"core-bg-main-invert-
|
|
213
|
-
"core-bg-
|
|
214
|
-
"core-bg-functional-
|
|
215
|
-
"core-bg-functional-
|
|
216
|
-
"core-bg-functional-
|
|
217
|
-
"core-bg-functional-
|
|
218
|
-
"core-bg-
|
|
219
|
-
"core-bg-
|
|
239
|
+
"core-bg-main-secondary": "#f9fafb",
|
|
240
|
+
"core-bg-main-tertiary": "#f3f4f6",
|
|
241
|
+
"core-bg-main-hover": "#e5e7eb",
|
|
242
|
+
"core-bg-main-invert-primary": "#111827",
|
|
243
|
+
"core-bg-main-invert-secondary": "#374151",
|
|
244
|
+
"core-bg-main-invert-tertiary": "#9ca3af",
|
|
245
|
+
"core-bg-functional-disabled": "#f3f4f6",
|
|
246
|
+
"core-bg-functional-success": "#22c55e",
|
|
247
|
+
"core-bg-functional-critical": "#ef4444",
|
|
248
|
+
"core-bg-functional-info": "#3b82f6",
|
|
249
|
+
"core-bg-functional-warning": "#eab308",
|
|
250
|
+
"core-bg-functional-invert-success": "#f0fdf4",
|
|
251
|
+
"core-bg-functional-invert-critical": "#fef2f2",
|
|
252
|
+
"core-bg-functional-invert-info": "#eff6ff",
|
|
253
|
+
"core-bg-functional-invert-warning": "#fefce8",
|
|
254
|
+
"core-bg-specific-highlight-text": "#dcfce7",
|
|
255
|
+
"core-bg-specific-tags-neutral": "#f3f4f6",
|
|
220
256
|
"core-bg-specific-tags-indigo": "#eef2ff",
|
|
221
257
|
"core-bg-specific-tags-rose": "#fff1f2",
|
|
222
258
|
"core-bg-specific-tags-lime": "#f7fee7",
|
|
223
259
|
"core-bg-specific-tags-violet": "#f5f3ff",
|
|
224
260
|
"core-bg-specific-tags-cyan": "#ecfeff",
|
|
225
|
-
"core-bg-specific-tags-orange": "#
|
|
261
|
+
"core-bg-specific-tags-orange": "#fff7ed",
|
|
226
262
|
"core-bg-specific-tags-emerald": "#ecfdf5",
|
|
227
263
|
"core-bg-specific-tags-fuchsia": "#fdf4ff",
|
|
228
264
|
"core-bg-specific-tags-amber": "#fffbeb",
|
|
229
265
|
"core-bg-specific-tags-slate": "#f1f5f9",
|
|
266
|
+
"core-bg-specific-tags-neutral-hover": "#e5e7eb",
|
|
267
|
+
"core-bg-specific-tags-teal": "#f0fdfa",
|
|
268
|
+
"core-bg-specific-tags-sky": "#f0f9ff",
|
|
269
|
+
"core-bg-specific-tags-purple": "#faf5ff",
|
|
270
|
+
"core-bg-specific-tags-pink": "#fdf2f8",
|
|
230
271
|
"core-bg-specific-tags-solid-indigo": "#4f46e5",
|
|
231
272
|
"core-bg-specific-tags-solid-rose": "#e11d48",
|
|
232
273
|
"core-bg-specific-tags-solid-lime": "#4d7c0f",
|
|
233
274
|
"core-bg-specific-tags-solid-violet": "#7c3aed",
|
|
234
275
|
"core-bg-specific-tags-solid-cyan": "#0e7490",
|
|
235
|
-
"core-bg-specific-tags-solid-orange": "#
|
|
276
|
+
"core-bg-specific-tags-solid-orange": "#9a3412",
|
|
236
277
|
"core-bg-specific-tags-solid-emerald": "#047857",
|
|
237
278
|
"core-bg-specific-tags-solid-fuchsia": "#c026d3",
|
|
238
279
|
"core-bg-specific-tags-solid-amber": "#b45309",
|
|
239
280
|
"core-bg-specific-tags-solid-slate": "#475569",
|
|
240
|
-
"core-
|
|
241
|
-
"core-
|
|
242
|
-
"core-
|
|
281
|
+
"core-bg-specific-brands-logo-linkedin": "#0069c9",
|
|
282
|
+
"core-bg-specific-brands-logo-linkedin-premium": "#9f8333",
|
|
283
|
+
"core-bg-specific-brands-logo-hubspot": "#ff7a59",
|
|
284
|
+
"core-bg-specific-brands-logo-salesforce": "#00a1e0",
|
|
285
|
+
"core-bg-specific-ai": "#ffffff",
|
|
286
|
+
"core-bg-specific-tags-invert-neutral": "#374151",
|
|
287
|
+
"core-bg-specific-tags-invert-orange": "#f97316",
|
|
288
|
+
"core-bg-specific-tags-invert-amber": "#f59e0b",
|
|
289
|
+
"core-bg-specific-tags-invert-teal": "#14b8a6",
|
|
290
|
+
"core-bg-specific-tags-invert-cyan": "#06b6d4",
|
|
291
|
+
"core-bg-specific-tags-invert-sky": "#0ea5e9",
|
|
292
|
+
"core-bg-specific-tags-invert-indigo": "#6366f1",
|
|
293
|
+
"core-bg-specific-tags-invert-violet": "#8b5cf6",
|
|
294
|
+
"core-bg-specific-tags-invert-purple": "#a855f7",
|
|
295
|
+
"core-bg-specific-tags-invert-fuchsia": "#d946ef",
|
|
296
|
+
"core-bg-specific-tags-invert-pink": "#ec4899",
|
|
297
|
+
"core-text-main-primary": "#1f2937",
|
|
298
|
+
"core-text-main-secondary": "#5a6472",
|
|
299
|
+
"core-text-main-tertiary": "#6b7280",
|
|
243
300
|
"core-text-main-invert-primary": "#ffffff",
|
|
244
|
-
"core-text-main-invert-secondary": "#
|
|
245
|
-
"core-text-main-invert-tertiary": "#
|
|
246
|
-
"core-text-functional-placeholder": "
|
|
247
|
-
"core-text-functional-disabled": "#
|
|
301
|
+
"core-text-main-invert-secondary": "#f3f4f6",
|
|
302
|
+
"core-text-main-invert-tertiary": "#e5e7eb",
|
|
303
|
+
"core-text-functional-placeholder": "rgba(31, 41, 55, 0.5)",
|
|
304
|
+
"core-text-functional-disabled": "#9ca3af",
|
|
248
305
|
"core-text-functional-disabled-invert": "#ffffff",
|
|
249
|
-
"core-text-functional-success": "#
|
|
250
|
-
"core-text-functional-critical": "#
|
|
251
|
-
"core-text-functional-info": "#
|
|
252
|
-
"core-text-functional-warning": "#
|
|
306
|
+
"core-text-functional-success": "#15803d",
|
|
307
|
+
"core-text-functional-critical": "#b91c1c",
|
|
308
|
+
"core-text-functional-info": "#1d4ed8",
|
|
309
|
+
"core-text-functional-warning": "#a16207",
|
|
253
310
|
"core-text-specific-tags-indigo": "#4338ca",
|
|
254
311
|
"core-text-specific-tags-rose": "#be123c",
|
|
255
312
|
"core-text-specific-tags-lime": "#4d7c0f",
|
|
256
313
|
"core-text-specific-tags-violet": "#6d28d9",
|
|
257
314
|
"core-text-specific-tags-cyan": "#0e7490",
|
|
258
|
-
"core-text-specific-tags-orange": "#
|
|
315
|
+
"core-text-specific-tags-orange": "#c2410c",
|
|
259
316
|
"core-text-specific-tags-emerald": "#047857",
|
|
260
317
|
"core-text-specific-tags-fuchsia": "#a21caf",
|
|
261
318
|
"core-text-specific-tags-amber": "#b45309",
|
|
262
319
|
"core-text-specific-tags-slate": "#475569",
|
|
320
|
+
"core-text-specific-tags-neutral": "#374151",
|
|
321
|
+
"core-text-specific-tags-teal": "#0f766e",
|
|
322
|
+
"core-text-specific-tags-sky": "#0369a1",
|
|
323
|
+
"core-text-specific-tags-purple": "#7e22ce",
|
|
324
|
+
"core-text-specific-tags-pink": "#be185d",
|
|
263
325
|
"core-text-specific-tags-on-solid": "#ffffff",
|
|
264
|
-
"core-border-main-primary": "
|
|
265
|
-
"core-border-main-secondary": "
|
|
266
|
-
"core-border-main-
|
|
267
|
-
"core-border-main-
|
|
268
|
-
"core-border-
|
|
269
|
-
"core-border-
|
|
270
|
-
"core-border-
|
|
271
|
-
"core-border-functional-
|
|
272
|
-
"core-border-
|
|
326
|
+
"core-border-main-primary": "rgba(31, 41, 55, 0.1)",
|
|
327
|
+
"core-border-main-secondary": "rgba(31, 41, 55, 0.15)",
|
|
328
|
+
"core-border-main-hover": "rgba(31, 41, 55, 0.25)",
|
|
329
|
+
"core-border-main-subtle": "rgba(31, 41, 55, 0.03)",
|
|
330
|
+
"core-border-main-darken": "rgba(31, 41, 55, 0.5)",
|
|
331
|
+
"core-border-main-invert-primary": "#111827",
|
|
332
|
+
"core-border-main-invert-secondary": "#374151",
|
|
333
|
+
"core-border-functional-success": "#15803d",
|
|
334
|
+
"core-border-functional-critical": "#b91c1c",
|
|
335
|
+
"core-border-functional-info": "#1d4ed8",
|
|
336
|
+
"core-border-functional-warning": "#a16207",
|
|
337
|
+
"core-border-specific-tags-indigo": "#4338ca",
|
|
273
338
|
"core-border-specific-tags-rose": "#fecdd3",
|
|
274
339
|
"core-border-specific-tags-lime": "#d9f99d",
|
|
275
|
-
"core-border-specific-tags-violet": "#
|
|
276
|
-
"core-border-specific-tags-cyan": "#
|
|
277
|
-
"core-border-specific-tags-orange": "#
|
|
340
|
+
"core-border-specific-tags-violet": "#6d28d9",
|
|
341
|
+
"core-border-specific-tags-cyan": "#0e7490",
|
|
342
|
+
"core-border-specific-tags-orange": "#c2410c",
|
|
278
343
|
"core-border-specific-tags-emerald": "#a7f3d0",
|
|
279
|
-
"core-border-specific-tags-fuchsia": "#
|
|
280
|
-
"core-border-specific-tags-amber": "#
|
|
344
|
+
"core-border-specific-tags-fuchsia": "#a21caf",
|
|
345
|
+
"core-border-specific-tags-amber": "#b45309",
|
|
281
346
|
"core-border-specific-tags-slate": "#cbd5e1",
|
|
347
|
+
"core-border-specific-tags-neutral": "#374151",
|
|
348
|
+
"core-border-specific-tags-teal": "#0f766e",
|
|
349
|
+
"core-border-specific-tags-sky": "#0369a1",
|
|
350
|
+
"core-border-specific-tags-purple": "#7e22ce",
|
|
351
|
+
"core-border-specific-tags-pink": "#be185d",
|
|
282
352
|
"interactive-bg-primary-dark-default": "#316bff",
|
|
283
353
|
"interactive-bg-primary-dark-hover": "#1f5eff",
|
|
284
354
|
"interactive-bg-primary-dark-pressed": "#134cdd",
|
|
285
|
-
"interactive-bg-primary-light-default": "#
|
|
286
|
-
"interactive-bg-primary-light-hover": "#
|
|
287
|
-
"interactive-bg-primary-light-pressed": "#
|
|
288
|
-
"interactive-bg-dark-default": "#
|
|
289
|
-
"interactive-bg-dark-hover": "#
|
|
290
|
-
"interactive-bg-dark-pressed": "#
|
|
291
|
-
"interactive-bg-light-default": "#
|
|
292
|
-
"interactive-bg-light-hover": "#
|
|
293
|
-
"interactive-bg-light-pressed": "#
|
|
355
|
+
"interactive-bg-primary-light-default": "#f5f8ff",
|
|
356
|
+
"interactive-bg-primary-light-hover": "#dbeafe",
|
|
357
|
+
"interactive-bg-primary-light-pressed": "#bfdbfe",
|
|
358
|
+
"interactive-bg-dark-default": "#111827",
|
|
359
|
+
"interactive-bg-dark-hover": "#1f2937",
|
|
360
|
+
"interactive-bg-dark-pressed": "#374151",
|
|
361
|
+
"interactive-bg-light-default": "#f9fafb",
|
|
362
|
+
"interactive-bg-light-hover": "#f3f4f6",
|
|
363
|
+
"interactive-bg-light-pressed": "#e5e7eb",
|
|
294
364
|
"interactive-bg-white-default": "#ffffff",
|
|
295
|
-
"interactive-bg-white-hover": "#
|
|
296
|
-
"interactive-bg-white-pressed": "#
|
|
297
|
-
"interactive-bg-critical-dark-default": "#
|
|
298
|
-
"interactive-bg-critical-dark-hover": "#
|
|
299
|
-
"interactive-bg-critical-dark-pressed": "#
|
|
365
|
+
"interactive-bg-white-hover": "#f9fafb",
|
|
366
|
+
"interactive-bg-white-pressed": "#f3f4f6",
|
|
367
|
+
"interactive-bg-critical-dark-default": "#ef4444",
|
|
368
|
+
"interactive-bg-critical-dark-hover": "#dc2626",
|
|
369
|
+
"interactive-bg-critical-dark-pressed": "#b91c1c",
|
|
300
370
|
"interactive-bg-critical-light-default": "#ffffff",
|
|
301
|
-
"interactive-bg-critical-light-hover": "#
|
|
302
|
-
"interactive-bg-critical-light-pressed": "#
|
|
303
|
-
"interactive-bg-success-dark-default": "#
|
|
304
|
-
"interactive-bg-success-dark-hover": "#
|
|
305
|
-
"interactive-bg-success-dark-pressed": "#
|
|
371
|
+
"interactive-bg-critical-light-hover": "#fef2f2",
|
|
372
|
+
"interactive-bg-critical-light-pressed": "#fee2e2",
|
|
373
|
+
"interactive-bg-success-dark-default": "#22c55e",
|
|
374
|
+
"interactive-bg-success-dark-hover": "#16a34a",
|
|
375
|
+
"interactive-bg-success-dark-pressed": "#15803d",
|
|
306
376
|
"interactive-bg-success-light-default": "#ffffff",
|
|
307
|
-
"interactive-bg-success-light-hover": "#
|
|
308
|
-
"interactive-bg-success-light-pressed": "#
|
|
309
|
-
"interactive-bg-warning-dark-default": "#
|
|
310
|
-
"interactive-bg-warning-dark-hover": "#
|
|
311
|
-
"interactive-bg-warning-dark-pressed": "#
|
|
377
|
+
"interactive-bg-success-light-hover": "#f0fdf4",
|
|
378
|
+
"interactive-bg-success-light-pressed": "#dcfce7",
|
|
379
|
+
"interactive-bg-warning-dark-default": "#facc15",
|
|
380
|
+
"interactive-bg-warning-dark-hover": "#eab308",
|
|
381
|
+
"interactive-bg-warning-dark-pressed": "#ca8a04",
|
|
312
382
|
"interactive-bg-warning-light-default": "#ffffff",
|
|
313
|
-
"interactive-bg-warning-light-hover": "#
|
|
314
|
-
"interactive-bg-warning-light-pressed": "#
|
|
315
|
-
"interactive-text-neutral-dark-default": "#
|
|
316
|
-
"interactive-text-neutral-dark-hover": "#
|
|
317
|
-
"interactive-text-neutral-dark-pressed": "#
|
|
383
|
+
"interactive-bg-warning-light-hover": "#fef9c3",
|
|
384
|
+
"interactive-bg-warning-light-pressed": "#fef08a",
|
|
385
|
+
"interactive-text-neutral-dark-default": "#1f2937",
|
|
386
|
+
"interactive-text-neutral-dark-hover": "#111827",
|
|
387
|
+
"interactive-text-neutral-dark-pressed": "#374151",
|
|
318
388
|
"interactive-text-neutral-light-default": "#ffffff",
|
|
319
|
-
"interactive-text-neutral-light-hover": "#
|
|
320
|
-
"interactive-text-neutral-light-pressed": "#
|
|
389
|
+
"interactive-text-neutral-light-hover": "#f3f4f6",
|
|
390
|
+
"interactive-text-neutral-light-pressed": "#e5e7eb",
|
|
321
391
|
"interactive-text-primary-dark-default": "#316bff",
|
|
322
392
|
"interactive-text-primary-dark-hover": "#1f5eff",
|
|
323
393
|
"interactive-text-primary-dark-pressed": "#134cdd",
|
|
324
394
|
"interactive-text-primary-light-default": "#ffffff",
|
|
325
|
-
"interactive-text-primary-light-hover": "#
|
|
326
|
-
"interactive-text-primary-light-pressed": "#
|
|
395
|
+
"interactive-text-primary-light-hover": "#eff6ff",
|
|
396
|
+
"interactive-text-primary-light-pressed": "#bfdbfe",
|
|
327
397
|
"interactive-text-white-default": "#ffffff",
|
|
328
|
-
"interactive-text-white-hover": "#
|
|
329
|
-
"interactive-text-white-pressed": "#
|
|
330
|
-
"interactive-text-critical-dark-default": "#
|
|
331
|
-
"interactive-text-critical-dark-hover": "#
|
|
332
|
-
"interactive-text-critical-dark-pressed": "#
|
|
398
|
+
"interactive-text-white-hover": "#f9fafb",
|
|
399
|
+
"interactive-text-white-pressed": "#f3f4f6",
|
|
400
|
+
"interactive-text-critical-dark-default": "#ef4444",
|
|
401
|
+
"interactive-text-critical-dark-hover": "#dc2626",
|
|
402
|
+
"interactive-text-critical-dark-pressed": "#b91c1c",
|
|
333
403
|
"interactive-text-critical-light-default": "#ffffff",
|
|
334
|
-
"interactive-text-critical-light-hover": "#
|
|
335
|
-
"interactive-text-critical-light-pressed": "#
|
|
336
|
-
"interactive-text-success-dark-default": "#
|
|
337
|
-
"interactive-text-success-dark-hover": "#
|
|
338
|
-
"interactive-text-success-dark-pressed": "#
|
|
404
|
+
"interactive-text-critical-light-hover": "#fee2e2",
|
|
405
|
+
"interactive-text-critical-light-pressed": "#fecaca",
|
|
406
|
+
"interactive-text-success-dark-default": "#22c55e",
|
|
407
|
+
"interactive-text-success-dark-hover": "#16a34a",
|
|
408
|
+
"interactive-text-success-dark-pressed": "#15803d",
|
|
339
409
|
"interactive-text-success-light-default": "#ffffff",
|
|
340
|
-
"interactive-text-success-light-hover": "#
|
|
341
|
-
"interactive-text-success-light-pressed": "#
|
|
342
|
-
"interactive-text-warning-dark-default": "#
|
|
343
|
-
"interactive-text-warning-dark-hover": "#
|
|
344
|
-
"interactive-text-warning-dark-pressed": "#
|
|
410
|
+
"interactive-text-success-light-hover": "#f0fdf4",
|
|
411
|
+
"interactive-text-success-light-pressed": "#dcfce7",
|
|
412
|
+
"interactive-text-warning-dark-default": "#facc15",
|
|
413
|
+
"interactive-text-warning-dark-hover": "#eab308",
|
|
414
|
+
"interactive-text-warning-dark-pressed": "#ca8a04",
|
|
345
415
|
"interactive-text-warning-light-default": "#ffffff",
|
|
346
|
-
"interactive-text-warning-light-hover": "#
|
|
347
|
-
"interactive-text-warning-light-pressed": "#
|
|
348
|
-
"interactive-border-neutral-dark-default": "#
|
|
349
|
-
"interactive-border-neutral-dark-hover": "#
|
|
350
|
-
"interactive-border-neutral-dark-pressed": "#
|
|
416
|
+
"interactive-text-warning-light-hover": "#fef9c3",
|
|
417
|
+
"interactive-text-warning-light-pressed": "#fef08a",
|
|
418
|
+
"interactive-border-neutral-dark-default": "#111827",
|
|
419
|
+
"interactive-border-neutral-dark-hover": "#1f2937",
|
|
420
|
+
"interactive-border-neutral-dark-pressed": "#374151",
|
|
351
421
|
"interactive-border-neutral-light-default": "#ffffff",
|
|
352
|
-
"interactive-border-neutral-light-hover": "#
|
|
353
|
-
"interactive-border-neutral-light-pressed": "#
|
|
422
|
+
"interactive-border-neutral-light-hover": "#f3f4f6",
|
|
423
|
+
"interactive-border-neutral-light-pressed": "#e5e7eb",
|
|
354
424
|
"interactive-border-neutral-white-default": "#ffffff",
|
|
355
|
-
"interactive-border-neutral-white-hover": "#
|
|
356
|
-
"interactive-border-neutral-white-pressed": "#
|
|
425
|
+
"interactive-border-neutral-white-hover": "#f9fafb",
|
|
426
|
+
"interactive-border-neutral-white-pressed": "#f3f4f6",
|
|
357
427
|
"interactive-border-primary-dark-default": "#316bff",
|
|
358
428
|
"interactive-border-primary-dark-hover": "#1f5eff",
|
|
359
429
|
"interactive-border-primary-dark-pressed": "#134cdd",
|
|
360
430
|
"interactive-border-primary-light-default": "#ffffff",
|
|
361
|
-
"interactive-border-primary-light-hover": "#
|
|
362
|
-
"interactive-border-primary-light-pressed": "#
|
|
363
|
-
"interactive-border-critical-dark-default": "#
|
|
364
|
-
"interactive-border-critical-dark-hover": "#
|
|
365
|
-
"interactive-border-critical-dark-pressed": "#
|
|
431
|
+
"interactive-border-primary-light-hover": "#dbeafe",
|
|
432
|
+
"interactive-border-primary-light-pressed": "#bfdbfe",
|
|
433
|
+
"interactive-border-critical-dark-default": "#ef4444",
|
|
434
|
+
"interactive-border-critical-dark-hover": "#dc2626",
|
|
435
|
+
"interactive-border-critical-dark-pressed": "#b91c1c",
|
|
366
436
|
"interactive-border-critical-light-default": "#ffffff",
|
|
367
|
-
"interactive-border-critical-light-hover": "#
|
|
368
|
-
"interactive-border-critical-light-pressed": "#
|
|
369
|
-
"interactive-border-success-dark-default": "#
|
|
370
|
-
"interactive-border-success-dark-hover": "#
|
|
371
|
-
"interactive-border-success-dark-pressed": "#
|
|
437
|
+
"interactive-border-critical-light-hover": "#fee2e2",
|
|
438
|
+
"interactive-border-critical-light-pressed": "#fecaca",
|
|
439
|
+
"interactive-border-success-dark-default": "#22c55e",
|
|
440
|
+
"interactive-border-success-dark-hover": "#16a34a",
|
|
441
|
+
"interactive-border-success-dark-pressed": "#15803d",
|
|
372
442
|
"interactive-border-success-light-default": "#ffffff",
|
|
373
|
-
"interactive-border-success-light-hover": "#
|
|
374
|
-
"interactive-border-success-light-pressed": "#
|
|
375
|
-
"interactive-border-warning-dark-default": "#
|
|
376
|
-
"interactive-border-warning-dark-hover": "#
|
|
377
|
-
"interactive-border-warning-dark-pressed": "#
|
|
443
|
+
"interactive-border-success-light-hover": "#f0fdf4",
|
|
444
|
+
"interactive-border-success-light-pressed": "#dcfce7",
|
|
445
|
+
"interactive-border-warning-dark-default": "#eab308",
|
|
446
|
+
"interactive-border-warning-dark-hover": "#ca8a04",
|
|
447
|
+
"interactive-border-warning-dark-pressed": "#a16207",
|
|
378
448
|
"interactive-border-warning-light-default": "#ffffff",
|
|
379
|
-
"interactive-border-warning-light-hover": "#
|
|
380
|
-
"interactive-border-warning-light-pressed": "#
|
|
449
|
+
"interactive-border-warning-light-hover": "#fef9c3",
|
|
450
|
+
"interactive-border-warning-light-pressed": "#fef08a",
|
|
381
451
|
"radius-none": "0",
|
|
382
452
|
"radius-2xs": "2px",
|
|
383
453
|
"radius-xs": "4px",
|
|
@@ -434,49 +504,57 @@ export const tokens = {
|
|
|
434
504
|
"font-weight-regular": "400",
|
|
435
505
|
"font-weight-medium": "500",
|
|
436
506
|
"font-weight-semibold": "600",
|
|
437
|
-
"font-weight-
|
|
507
|
+
"font-weight-solid": "700",
|
|
438
508
|
"comp-avatar-fallback-bg": "#316bff",
|
|
439
509
|
"comp-avatar-fallback-text": "#ffffff",
|
|
440
510
|
"comp-badge-solid-primary-bg": "#316bff",
|
|
441
511
|
"comp-badge-solid-primary-text": "#ffffff",
|
|
442
|
-
"comp-badge-solid-success-bg": "#
|
|
512
|
+
"comp-badge-solid-success-bg": "#22c55e",
|
|
443
513
|
"comp-badge-solid-success-text": "#ffffff",
|
|
444
|
-
"comp-badge-solid-critical-bg": "#
|
|
514
|
+
"comp-badge-solid-critical-bg": "#ef4444",
|
|
445
515
|
"comp-badge-solid-critical-text": "#ffffff",
|
|
446
|
-
"comp-badge-solid-warning-bg": "#
|
|
516
|
+
"comp-badge-solid-warning-bg": "#facc15",
|
|
447
517
|
"comp-badge-solid-warning-text": "#ffffff",
|
|
448
|
-
"comp-badge-solid-neutral-bg": "#
|
|
518
|
+
"comp-badge-solid-neutral-bg": "#374151",
|
|
449
519
|
"comp-badge-solid-neutral-text": "#ffffff",
|
|
450
|
-
"comp-badge-solid-indigo-bg": "#
|
|
520
|
+
"comp-badge-solid-indigo-bg": "#6366f1",
|
|
451
521
|
"comp-badge-solid-indigo-text": "#ffffff",
|
|
522
|
+
"comp-badge-solid-violet-bg": "#8b5cf6",
|
|
523
|
+
"comp-badge-solid-violet-text": "#ffffff",
|
|
524
|
+
"comp-badge-solid-cyan-bg": "#06b6d4",
|
|
525
|
+
"comp-badge-solid-cyan-text": "#ffffff",
|
|
526
|
+
"comp-badge-solid-orange-bg": "#f97316",
|
|
527
|
+
"comp-badge-solid-orange-text": "#ffffff",
|
|
528
|
+
"comp-badge-solid-fuchsia-bg": "#d946ef",
|
|
529
|
+
"comp-badge-solid-fuchsia-text": "#ffffff",
|
|
530
|
+
"comp-badge-solid-amber-bg": "#f59e0b",
|
|
531
|
+
"comp-badge-solid-amber-text": "#ffffff",
|
|
532
|
+
"comp-badge-solid-teal-bg": "#14b8a6",
|
|
533
|
+
"comp-badge-solid-teal-text": "#ffffff",
|
|
534
|
+
"comp-badge-solid-sky-bg": "#0ea5e9",
|
|
535
|
+
"comp-badge-solid-sky-text": "#ffffff",
|
|
536
|
+
"comp-badge-solid-purple-bg": "#a855f7",
|
|
537
|
+
"comp-badge-solid-purple-text": "#ffffff",
|
|
538
|
+
"comp-badge-solid-pink-bg": "#ec4899",
|
|
539
|
+
"comp-badge-solid-pink-text": "#ffffff",
|
|
452
540
|
"comp-badge-solid-rose-bg": "#e11d48",
|
|
453
541
|
"comp-badge-solid-rose-text": "#ffffff",
|
|
454
542
|
"comp-badge-solid-lime-bg": "#4d7c0f",
|
|
455
543
|
"comp-badge-solid-lime-text": "#ffffff",
|
|
456
|
-
"comp-badge-solid-violet-bg": "#7c3aed",
|
|
457
|
-
"comp-badge-solid-violet-text": "#ffffff",
|
|
458
|
-
"comp-badge-solid-cyan-bg": "#0e7490",
|
|
459
|
-
"comp-badge-solid-cyan-text": "#ffffff",
|
|
460
|
-
"comp-badge-solid-orange-bg": "#b8422a",
|
|
461
|
-
"comp-badge-solid-orange-text": "#ffffff",
|
|
462
544
|
"comp-badge-solid-emerald-bg": "#047857",
|
|
463
545
|
"comp-badge-solid-emerald-text": "#ffffff",
|
|
464
|
-
"comp-badge-solid-fuchsia-bg": "#c026d3",
|
|
465
|
-
"comp-badge-solid-fuchsia-text": "#ffffff",
|
|
466
|
-
"comp-badge-solid-amber-bg": "#b45309",
|
|
467
|
-
"comp-badge-solid-amber-text": "#ffffff",
|
|
468
546
|
"comp-badge-solid-slate-bg": "#475569",
|
|
469
547
|
"comp-badge-solid-slate-text": "#ffffff",
|
|
470
|
-
"comp-badge-light-primary-bg": "#
|
|
471
|
-
"comp-badge-light-primary-text": "#
|
|
472
|
-
"comp-badge-light-success-bg": "#
|
|
473
|
-
"comp-badge-light-success-text": "#
|
|
474
|
-
"comp-badge-light-critical-bg": "#
|
|
475
|
-
"comp-badge-light-critical-text": "#
|
|
476
|
-
"comp-badge-light-warning-bg": "#
|
|
477
|
-
"comp-badge-light-warning-text": "#
|
|
478
|
-
"comp-badge-light-neutral-bg": "#
|
|
479
|
-
"comp-badge-light-neutral-text": "#
|
|
548
|
+
"comp-badge-light-primary-bg": "#eff6ff",
|
|
549
|
+
"comp-badge-light-primary-text": "#1d4ed8",
|
|
550
|
+
"comp-badge-light-success-bg": "#f0fdf4",
|
|
551
|
+
"comp-badge-light-success-text": "#15803d",
|
|
552
|
+
"comp-badge-light-critical-bg": "#fef2f2",
|
|
553
|
+
"comp-badge-light-critical-text": "#b91c1c",
|
|
554
|
+
"comp-badge-light-warning-bg": "#fefce8",
|
|
555
|
+
"comp-badge-light-warning-text": "#a16207",
|
|
556
|
+
"comp-badge-light-neutral-bg": "#f3f4f6",
|
|
557
|
+
"comp-badge-light-neutral-text": "#5a6472",
|
|
480
558
|
"comp-badge-light-indigo-bg": "#eef2ff",
|
|
481
559
|
"comp-badge-light-indigo-text": "#4338ca",
|
|
482
560
|
"comp-badge-light-rose-bg": "#fff1f2",
|
|
@@ -487,8 +565,8 @@ export const tokens = {
|
|
|
487
565
|
"comp-badge-light-violet-text": "#6d28d9",
|
|
488
566
|
"comp-badge-light-cyan-bg": "#ecfeff",
|
|
489
567
|
"comp-badge-light-cyan-text": "#0e7490",
|
|
490
|
-
"comp-badge-light-orange-bg": "#
|
|
491
|
-
"comp-badge-light-orange-text": "#
|
|
568
|
+
"comp-badge-light-orange-bg": "#fff7ed",
|
|
569
|
+
"comp-badge-light-orange-text": "#c2410c",
|
|
492
570
|
"comp-badge-light-emerald-bg": "#ecfdf5",
|
|
493
571
|
"comp-badge-light-emerald-text": "#047857",
|
|
494
572
|
"comp-badge-light-fuchsia-bg": "#fdf4ff",
|
|
@@ -497,48 +575,64 @@ export const tokens = {
|
|
|
497
575
|
"comp-badge-light-amber-text": "#b45309",
|
|
498
576
|
"comp-badge-light-slate-bg": "#f1f5f9",
|
|
499
577
|
"comp-badge-light-slate-text": "#475569",
|
|
500
|
-
"comp-badge-
|
|
501
|
-
"comp-badge-
|
|
502
|
-
"comp-badge-
|
|
503
|
-
"comp-badge-
|
|
504
|
-
"comp-badge-
|
|
505
|
-
"comp-badge-
|
|
506
|
-
"comp-badge-
|
|
507
|
-
"comp-badge-
|
|
508
|
-
"comp-badge-outlined-
|
|
509
|
-
"comp-badge-outlined-
|
|
510
|
-
"comp-badge-outlined-
|
|
578
|
+
"comp-badge-light-teal-bg": "#f0fdfa",
|
|
579
|
+
"comp-badge-light-teal-text": "#0f766e",
|
|
580
|
+
"comp-badge-light-sky-bg": "#f0f9ff",
|
|
581
|
+
"comp-badge-light-sky-text": "#0369a1",
|
|
582
|
+
"comp-badge-light-purple-bg": "#faf5ff",
|
|
583
|
+
"comp-badge-light-purple-text": "#7e22ce",
|
|
584
|
+
"comp-badge-light-pink-bg": "#fdf2f8",
|
|
585
|
+
"comp-badge-light-pink-text": "#be185d",
|
|
586
|
+
"comp-badge-outlined-primary-border": "#1d4ed8",
|
|
587
|
+
"comp-badge-outlined-primary-text": "#1d4ed8",
|
|
588
|
+
"comp-badge-outlined-success-border": "#15803d",
|
|
589
|
+
"comp-badge-outlined-success-text": "#15803d",
|
|
590
|
+
"comp-badge-outlined-critical-border": "#b91c1c",
|
|
591
|
+
"comp-badge-outlined-critical-text": "#b91c1c",
|
|
592
|
+
"comp-badge-outlined-warning-border": "#a16207",
|
|
593
|
+
"comp-badge-outlined-warning-text": "#a16207",
|
|
594
|
+
"comp-badge-outlined-neutral-border": "#374151",
|
|
595
|
+
"comp-badge-outlined-neutral-text": "#5a6472",
|
|
596
|
+
"comp-badge-outlined-indigo-border": "#4338ca",
|
|
511
597
|
"comp-badge-outlined-indigo-text": "#4338ca",
|
|
512
598
|
"comp-badge-outlined-rose-border": "#fecdd3",
|
|
513
599
|
"comp-badge-outlined-rose-text": "#be123c",
|
|
514
600
|
"comp-badge-outlined-lime-border": "#d9f99d",
|
|
515
601
|
"comp-badge-outlined-lime-text": "#4d7c0f",
|
|
516
|
-
"comp-badge-outlined-violet-border": "#
|
|
602
|
+
"comp-badge-outlined-violet-border": "#6d28d9",
|
|
517
603
|
"comp-badge-outlined-violet-text": "#6d28d9",
|
|
518
|
-
"comp-badge-outlined-cyan-border": "#
|
|
604
|
+
"comp-badge-outlined-cyan-border": "#0e7490",
|
|
519
605
|
"comp-badge-outlined-cyan-text": "#0e7490",
|
|
520
|
-
"comp-badge-outlined-orange-border": "#
|
|
521
|
-
"comp-badge-outlined-orange-text": "#
|
|
606
|
+
"comp-badge-outlined-orange-border": "#c2410c",
|
|
607
|
+
"comp-badge-outlined-orange-text": "#c2410c",
|
|
522
608
|
"comp-badge-outlined-emerald-border": "#a7f3d0",
|
|
523
609
|
"comp-badge-outlined-emerald-text": "#047857",
|
|
524
|
-
"comp-badge-outlined-fuchsia-border": "#
|
|
610
|
+
"comp-badge-outlined-fuchsia-border": "#a21caf",
|
|
525
611
|
"comp-badge-outlined-fuchsia-text": "#a21caf",
|
|
526
|
-
"comp-badge-outlined-amber-border": "#
|
|
612
|
+
"comp-badge-outlined-amber-border": "#b45309",
|
|
527
613
|
"comp-badge-outlined-amber-text": "#b45309",
|
|
528
614
|
"comp-badge-outlined-slate-border": "#cbd5e1",
|
|
529
615
|
"comp-badge-outlined-slate-text": "#475569",
|
|
530
|
-
"comp-
|
|
616
|
+
"comp-badge-outlined-teal-border": "#0f766e",
|
|
617
|
+
"comp-badge-outlined-teal-text": "#0f766e",
|
|
618
|
+
"comp-badge-outlined-sky-border": "#0369a1",
|
|
619
|
+
"comp-badge-outlined-sky-text": "#0369a1",
|
|
620
|
+
"comp-badge-outlined-purple-border": "#7e22ce",
|
|
621
|
+
"comp-badge-outlined-purple-text": "#7e22ce",
|
|
622
|
+
"comp-badge-outlined-pink-border": "#be185d",
|
|
623
|
+
"comp-badge-outlined-pink-text": "#be185d",
|
|
624
|
+
"comp-browser-tab-border": "rgba(31, 41, 55, 0.1)",
|
|
531
625
|
"comp-browser-tab-item-bg": "#ffffff",
|
|
532
|
-
"comp-browser-tab-item-border": "
|
|
533
|
-
"comp-browser-tab-item-active-text": "#
|
|
534
|
-
"comp-browser-tab-item-active-icon": "#
|
|
535
|
-
"comp-browser-tab-item-inactive-text": "#
|
|
536
|
-
"comp-browser-tab-item-inactive-icon": "#
|
|
537
|
-
"comp-browser-tab-item-hover-bg": "#
|
|
538
|
-
"comp-browser-tab-item-hover-icon": "#
|
|
626
|
+
"comp-browser-tab-item-border": "rgba(31, 41, 55, 0.1)",
|
|
627
|
+
"comp-browser-tab-item-active-text": "#1f2937",
|
|
628
|
+
"comp-browser-tab-item-active-icon": "#1f2937",
|
|
629
|
+
"comp-browser-tab-item-inactive-text": "#6b7280",
|
|
630
|
+
"comp-browser-tab-item-inactive-icon": "#6b7280",
|
|
631
|
+
"comp-browser-tab-item-hover-bg": "#f9fafb",
|
|
632
|
+
"comp-browser-tab-item-hover-icon": "#5a6472",
|
|
539
633
|
"comp-bulk-action-bg": "#ffffff",
|
|
540
|
-
"comp-bulk-action-border": "
|
|
541
|
-
"comp-bulk-action-count": "#
|
|
634
|
+
"comp-bulk-action-border": "rgba(31, 41, 55, 0.1)",
|
|
635
|
+
"comp-bulk-action-count": "#5a6472",
|
|
542
636
|
"comp-btn-solid-brand-bg-default": "#316bff",
|
|
543
637
|
"comp-btn-solid-brand-bg-hover": "#316bff",
|
|
544
638
|
"comp-btn-solid-brand-bg-pressed": "#1f5eff",
|
|
@@ -554,281 +648,281 @@ export const tokens = {
|
|
|
554
648
|
"comp-btn-solid-brand-inner-border-default": "#5c8aff",
|
|
555
649
|
"comp-btn-solid-brand-inner-border-hover": "#5c8aff",
|
|
556
650
|
"comp-btn-solid-brand-inner-border-pressed": "#3d6be0",
|
|
557
|
-
"comp-btn-solid-alert-bg-default": "#
|
|
558
|
-
"comp-btn-solid-alert-bg-hover": "#
|
|
559
|
-
"comp-btn-solid-alert-bg-pressed": "#
|
|
651
|
+
"comp-btn-solid-alert-bg-default": "#ef4444",
|
|
652
|
+
"comp-btn-solid-alert-bg-hover": "#ef4444",
|
|
653
|
+
"comp-btn-solid-alert-bg-pressed": "#dc2626",
|
|
560
654
|
"comp-btn-solid-alert-bg-gradient-to-default": "#ee5454",
|
|
561
|
-
"comp-btn-solid-alert-bg-gradient-to-hover": "#
|
|
562
|
-
"comp-btn-solid-alert-bg-gradient-to-pressed": "#
|
|
655
|
+
"comp-btn-solid-alert-bg-gradient-to-hover": "#dc2626",
|
|
656
|
+
"comp-btn-solid-alert-bg-gradient-to-pressed": "#b91c1c",
|
|
563
657
|
"comp-btn-solid-alert-text-default": "#ffffff",
|
|
564
658
|
"comp-btn-solid-alert-text-hover": "#ffffff",
|
|
565
659
|
"comp-btn-solid-alert-text-pressed": "#ffffff",
|
|
566
|
-
"comp-btn-solid-alert-border-default": "#
|
|
567
|
-
"comp-btn-solid-alert-border-hover": "#
|
|
568
|
-
"comp-btn-solid-alert-border-pressed": "#
|
|
660
|
+
"comp-btn-solid-alert-border-default": "#ef4444",
|
|
661
|
+
"comp-btn-solid-alert-border-hover": "#ef4444",
|
|
662
|
+
"comp-btn-solid-alert-border-pressed": "#b91c1c",
|
|
569
663
|
"comp-btn-solid-alert-inner-border-default": "#f06666",
|
|
570
664
|
"comp-btn-solid-alert-inner-border-hover": "#f06666",
|
|
571
665
|
"comp-btn-solid-alert-inner-border-pressed": "#c83333",
|
|
572
|
-
"comp-btn-outlined-neutral-bg-default": "#
|
|
573
|
-
"comp-btn-outlined-neutral-bg-hover": "#
|
|
574
|
-
"comp-btn-outlined-neutral-bg-pressed": "#
|
|
666
|
+
"comp-btn-outlined-neutral-bg-default": "#f9fafb",
|
|
667
|
+
"comp-btn-outlined-neutral-bg-hover": "#f3f4f6",
|
|
668
|
+
"comp-btn-outlined-neutral-bg-pressed": "#e5e7eb",
|
|
575
669
|
"comp-btn-outlined-neutral-bg-gradient-to-default": "#ffffff",
|
|
576
|
-
"comp-btn-outlined-neutral-bg-gradient-to-hover": "#
|
|
577
|
-
"comp-btn-outlined-neutral-bg-gradient-to-pressed": "#
|
|
578
|
-
"comp-btn-outlined-neutral-text-default": "#
|
|
579
|
-
"comp-btn-outlined-neutral-text-hover": "#
|
|
580
|
-
"comp-btn-outlined-neutral-text-pressed": "#
|
|
581
|
-
"comp-btn-outlined-neutral-border-default": "
|
|
582
|
-
"comp-btn-outlined-neutral-border-hover": "
|
|
583
|
-
"comp-btn-outlined-neutral-border-pressed": "
|
|
670
|
+
"comp-btn-outlined-neutral-bg-gradient-to-hover": "#f9fafb",
|
|
671
|
+
"comp-btn-outlined-neutral-bg-gradient-to-pressed": "#f3f4f6",
|
|
672
|
+
"comp-btn-outlined-neutral-text-default": "#1f2937",
|
|
673
|
+
"comp-btn-outlined-neutral-text-hover": "#1f2937",
|
|
674
|
+
"comp-btn-outlined-neutral-text-pressed": "#1f2937",
|
|
675
|
+
"comp-btn-outlined-neutral-border-default": "rgba(31, 41, 55, 0.1)",
|
|
676
|
+
"comp-btn-outlined-neutral-border-hover": "rgba(31, 41, 55, 0.1)",
|
|
677
|
+
"comp-btn-outlined-neutral-border-pressed": "rgba(31, 41, 55, 0.1)",
|
|
584
678
|
"comp-btn-outlined-alert-bg-default": "#ffffff",
|
|
585
|
-
"comp-btn-outlined-alert-bg-hover": "#
|
|
586
|
-
"comp-btn-outlined-alert-bg-pressed": "#
|
|
587
|
-
"comp-btn-outlined-alert-text-default": "#
|
|
588
|
-
"comp-btn-outlined-alert-text-hover": "#
|
|
589
|
-
"comp-btn-outlined-alert-text-pressed": "#
|
|
590
|
-
"comp-btn-outlined-alert-border-default": "#
|
|
591
|
-
"comp-btn-outlined-alert-border-hover": "#
|
|
592
|
-
"comp-btn-outlined-alert-border-pressed": "#
|
|
679
|
+
"comp-btn-outlined-alert-bg-hover": "#fef2f2",
|
|
680
|
+
"comp-btn-outlined-alert-bg-pressed": "#fee2e2",
|
|
681
|
+
"comp-btn-outlined-alert-text-default": "#ef4444",
|
|
682
|
+
"comp-btn-outlined-alert-text-hover": "#dc2626",
|
|
683
|
+
"comp-btn-outlined-alert-text-pressed": "#b91c1c",
|
|
684
|
+
"comp-btn-outlined-alert-border-default": "#ef4444",
|
|
685
|
+
"comp-btn-outlined-alert-border-hover": "#ef4444",
|
|
686
|
+
"comp-btn-outlined-alert-border-pressed": "#b91c1c",
|
|
593
687
|
"comp-btn-ghost-brand-bg-default": "rgba(0, 0, 0, 0)",
|
|
594
|
-
"comp-btn-ghost-brand-bg-hover": "#
|
|
595
|
-
"comp-btn-ghost-brand-bg-pressed": "#
|
|
596
|
-
"comp-btn-ghost-brand-text-default": "#
|
|
597
|
-
"comp-btn-ghost-brand-text-hover": "#
|
|
598
|
-
"comp-btn-ghost-brand-text-pressed": "#
|
|
688
|
+
"comp-btn-ghost-brand-bg-hover": "#f3f4f6",
|
|
689
|
+
"comp-btn-ghost-brand-bg-pressed": "#e5e7eb",
|
|
690
|
+
"comp-btn-ghost-brand-text-default": "#5a6472",
|
|
691
|
+
"comp-btn-ghost-brand-text-hover": "#5a6472",
|
|
692
|
+
"comp-btn-ghost-brand-text-pressed": "#5a6472",
|
|
599
693
|
"comp-btn-ghost-brand-border-default": "rgba(0, 0, 0, 0)",
|
|
600
694
|
"comp-btn-ghost-brand-border-hover": "rgba(0, 0, 0, 0)",
|
|
601
695
|
"comp-btn-ghost-brand-border-pressed": "rgba(0, 0, 0, 0)",
|
|
602
696
|
"comp-btn-ghost-neutral-bg-default": "rgba(0, 0, 0, 0)",
|
|
603
|
-
"comp-btn-ghost-neutral-bg-hover": "#
|
|
604
|
-
"comp-btn-ghost-neutral-bg-pressed": "#
|
|
605
|
-
"comp-btn-ghost-neutral-text-default": "#
|
|
606
|
-
"comp-btn-ghost-neutral-text-hover": "#
|
|
607
|
-
"comp-btn-ghost-neutral-text-pressed": "#
|
|
697
|
+
"comp-btn-ghost-neutral-bg-hover": "#f3f4f6",
|
|
698
|
+
"comp-btn-ghost-neutral-bg-pressed": "#e5e7eb",
|
|
699
|
+
"comp-btn-ghost-neutral-text-default": "#5a6472",
|
|
700
|
+
"comp-btn-ghost-neutral-text-hover": "#5a6472",
|
|
701
|
+
"comp-btn-ghost-neutral-text-pressed": "#5a6472",
|
|
608
702
|
"comp-btn-ghost-neutral-border-default": "rgba(0, 0, 0, 0)",
|
|
609
703
|
"comp-btn-ghost-neutral-border-hover": "rgba(0, 0, 0, 0)",
|
|
610
704
|
"comp-btn-ghost-neutral-border-pressed": "rgba(0, 0, 0, 0)",
|
|
611
705
|
"comp-btn-ghost-alert-bg-default": "rgba(0, 0, 0, 0)",
|
|
612
|
-
"comp-btn-ghost-alert-bg-hover": "#
|
|
613
|
-
"comp-btn-ghost-alert-bg-pressed": "#
|
|
614
|
-
"comp-btn-ghost-alert-text-default": "#
|
|
615
|
-
"comp-btn-ghost-alert-text-hover": "#
|
|
616
|
-
"comp-btn-ghost-alert-text-pressed": "#
|
|
706
|
+
"comp-btn-ghost-alert-bg-hover": "#fef2f2",
|
|
707
|
+
"comp-btn-ghost-alert-bg-pressed": "#fee2e2",
|
|
708
|
+
"comp-btn-ghost-alert-text-default": "#ef4444",
|
|
709
|
+
"comp-btn-ghost-alert-text-hover": "#dc2626",
|
|
710
|
+
"comp-btn-ghost-alert-text-pressed": "#b91c1c",
|
|
617
711
|
"comp-btn-ghost-alert-border-default": "rgba(0, 0, 0, 0)",
|
|
618
712
|
"comp-btn-ghost-alert-border-hover": "rgba(0, 0, 0, 0)",
|
|
619
713
|
"comp-btn-ghost-alert-border-pressed": "rgba(0, 0, 0, 0)",
|
|
620
|
-
"comp-btn-disabled-solid-bg": "#
|
|
621
|
-
"comp-btn-disabled-solid-text": "#
|
|
622
|
-
"comp-btn-disabled-solid-border": "#
|
|
623
|
-
"comp-btn-disabled-outlined-bg": "#
|
|
624
|
-
"comp-btn-disabled-outlined-text": "#
|
|
625
|
-
"comp-btn-disabled-outlined-border": "#
|
|
714
|
+
"comp-btn-disabled-solid-bg": "#f3f4f6",
|
|
715
|
+
"comp-btn-disabled-solid-text": "#9ca3af",
|
|
716
|
+
"comp-btn-disabled-solid-border": "#f3f4f6",
|
|
717
|
+
"comp-btn-disabled-outlined-bg": "#f3f4f6",
|
|
718
|
+
"comp-btn-disabled-outlined-text": "#9ca3af",
|
|
719
|
+
"comp-btn-disabled-outlined-border": "#f3f4f6",
|
|
626
720
|
"comp-btn-disabled-ghost-bg": "rgba(0, 0, 0, 0)",
|
|
627
|
-
"comp-btn-disabled-ghost-text": "#
|
|
721
|
+
"comp-btn-disabled-ghost-text": "#9ca3af",
|
|
628
722
|
"comp-btn-disabled-ghost-border": "rgba(0, 0, 0, 0)",
|
|
629
723
|
"comp-checkbox-unchecked-bg": "#ffffff",
|
|
630
|
-
"comp-checkbox-unchecked-border-default": "
|
|
724
|
+
"comp-checkbox-unchecked-border-default": "rgba(31, 41, 55, 0.15)",
|
|
631
725
|
"comp-checkbox-unchecked-border-hover": "#1f5eff",
|
|
632
726
|
"comp-checkbox-unchecked-border-pressed": "#134cdd",
|
|
633
727
|
"comp-checkbox-checked-bg-default": "#316bff",
|
|
634
728
|
"comp-checkbox-checked-bg-hover": "#1f5eff",
|
|
635
729
|
"comp-checkbox-checked-bg-pressed": "#134cdd",
|
|
636
730
|
"comp-checkbox-checked-icon": "#ffffff",
|
|
637
|
-
"comp-checkbox-disabled-bg": "#
|
|
638
|
-
"comp-checkbox-disabled-border": "
|
|
639
|
-
"comp-checkbox-disabled-icon": "#
|
|
640
|
-
"comp-checkbox-label-default": "#
|
|
641
|
-
"comp-checkbox-label-disabled": "#
|
|
731
|
+
"comp-checkbox-disabled-bg": "#e5e7eb",
|
|
732
|
+
"comp-checkbox-disabled-border": "rgba(31, 41, 55, 0.15)",
|
|
733
|
+
"comp-checkbox-disabled-icon": "#9ca3af",
|
|
734
|
+
"comp-checkbox-label-default": "#1f2937",
|
|
735
|
+
"comp-checkbox-label-disabled": "#9ca3af",
|
|
642
736
|
"comp-datepicker-bg": "#ffffff",
|
|
643
|
-
"comp-datepicker-border": "
|
|
644
|
-
"comp-datepicker-day-text-default": "#
|
|
645
|
-
"comp-datepicker-day-text-disabled": "#
|
|
737
|
+
"comp-datepicker-border": "rgba(31, 41, 55, 0.1)",
|
|
738
|
+
"comp-datepicker-day-text-default": "#1f2937",
|
|
739
|
+
"comp-datepicker-day-text-disabled": "#9ca3af",
|
|
646
740
|
"comp-datepicker-day-text-selected": "#ffffff",
|
|
647
|
-
"comp-datepicker-day-text-range": "#
|
|
648
|
-
"comp-datepicker-day-bg-hover": "#
|
|
741
|
+
"comp-datepicker-day-text-range": "#1f2937",
|
|
742
|
+
"comp-datepicker-day-bg-hover": "#dbeafe",
|
|
649
743
|
"comp-datepicker-day-bg-selected": "#316bff",
|
|
650
|
-
"comp-datepicker-day-bg-range": "#
|
|
651
|
-
"comp-datepicker-day-today": "#
|
|
652
|
-
"comp-datepicker-header-text": "#
|
|
653
|
-
"comp-datepicker-header-weekday": "#
|
|
654
|
-
"comp-datepicker-header-nav": "#
|
|
655
|
-
"comp-datepicker-suggestion-heading": "#
|
|
656
|
-
"comp-datepicker-suggestion-text": "#
|
|
657
|
-
"comp-datepicker-suggestion-date": "#
|
|
658
|
-
"comp-datepicker-suggestion-hover": "#
|
|
659
|
-
"comp-datepicker-footer-border": "
|
|
744
|
+
"comp-datepicker-day-bg-range": "#dbeafe",
|
|
745
|
+
"comp-datepicker-day-today": "#fca5a5",
|
|
746
|
+
"comp-datepicker-header-text": "#1f2937",
|
|
747
|
+
"comp-datepicker-header-weekday": "#5a6472",
|
|
748
|
+
"comp-datepicker-header-nav": "#1f2937",
|
|
749
|
+
"comp-datepicker-suggestion-heading": "#6b7280",
|
|
750
|
+
"comp-datepicker-suggestion-text": "#1f2937",
|
|
751
|
+
"comp-datepicker-suggestion-date": "#5a6472",
|
|
752
|
+
"comp-datepicker-suggestion-hover": "#dbeafe",
|
|
753
|
+
"comp-datepicker-footer-border": "rgba(31, 41, 55, 0.1)",
|
|
660
754
|
"comp-dropdown-bg": "#ffffff",
|
|
661
|
-
"comp-dropdown-border": "
|
|
662
|
-
"comp-dropdown-item-text": "#
|
|
663
|
-
"comp-dropdown-item-secondary": "#
|
|
664
|
-
"comp-dropdown-item-hover": "#
|
|
665
|
-
"comp-dropdown-item-icon": "#
|
|
666
|
-
"comp-dropdown-heading-text": "#
|
|
667
|
-
"comp-dropdown-clear-text": "#
|
|
755
|
+
"comp-dropdown-border": "rgba(31, 41, 55, 0.1)",
|
|
756
|
+
"comp-dropdown-item-text": "#1f2937",
|
|
757
|
+
"comp-dropdown-item-secondary": "#5a6472",
|
|
758
|
+
"comp-dropdown-item-hover": "#f9fafb",
|
|
759
|
+
"comp-dropdown-item-icon": "#5a6472",
|
|
760
|
+
"comp-dropdown-heading-text": "#6b7280",
|
|
761
|
+
"comp-dropdown-clear-text": "#1f2937",
|
|
668
762
|
"comp-emoji-picker-bg": "#ffffff",
|
|
669
|
-
"comp-emoji-picker-border": "
|
|
670
|
-
"comp-emoji-picker-search-bg": "#
|
|
671
|
-
"comp-emoji-picker-text": "#
|
|
672
|
-
"comp-emoji-picker-text-muted": "#
|
|
763
|
+
"comp-emoji-picker-border": "rgba(31, 41, 55, 0.1)",
|
|
764
|
+
"comp-emoji-picker-search-bg": "#f9fafb",
|
|
765
|
+
"comp-emoji-picker-text": "#1f2937",
|
|
766
|
+
"comp-emoji-picker-text-muted": "#5a6472",
|
|
673
767
|
"comp-emoji-picker-accent": "#316bff",
|
|
674
768
|
"comp-emoji-picker-category-bg": "#ffffff",
|
|
675
769
|
"comp-filter-chip-bg": "#ffffff",
|
|
676
|
-
"comp-filter-chip-border": "
|
|
677
|
-
"comp-filter-chip-segment-bg-hover": "#
|
|
678
|
-
"comp-filter-chip-segment-bg-pressed": "#
|
|
679
|
-
"comp-filter-chip-segment-border": "
|
|
680
|
-
"comp-filter-chip-segment-text": "#
|
|
681
|
-
"comp-filter-chip-segment-icon": "#
|
|
682
|
-
"comp-filter-chip-segment-placeholder": "#
|
|
683
|
-
"comp-filter-chip-badge-bg": "#
|
|
684
|
-
"comp-filter-chip-badge-text": "#
|
|
685
|
-
"comp-filter-chip-kebab-text": "#
|
|
686
|
-
"comp-info-message-info-bg": "#
|
|
687
|
-
"comp-info-message-info-icon": "#
|
|
688
|
-
"comp-info-message-success-bg": "#
|
|
689
|
-
"comp-info-message-success-icon": "#
|
|
690
|
-
"comp-info-message-alert-bg": "#
|
|
691
|
-
"comp-info-message-alert-icon": "#
|
|
692
|
-
"comp-info-message-warning-bg": "#
|
|
693
|
-
"comp-info-message-warning-icon": "#
|
|
694
|
-
"comp-info-message-empty-bg": "#
|
|
695
|
-
"comp-info-message-empty-icon": "#
|
|
696
|
-
"comp-info-message-title": "#
|
|
697
|
-
"comp-info-message-description": "#
|
|
698
|
-
"comp-info-message-close": "#
|
|
699
|
-
"comp-input-label-text": "#
|
|
700
|
-
"comp-input-label-optional": "#
|
|
701
|
-
"comp-input-label-mandatory": "#
|
|
702
|
-
"comp-input-label-icon": "#
|
|
703
|
-
"comp-input-label-disabled": "#
|
|
704
|
-
"comp-link-neutral-text-default": "#
|
|
705
|
-
"comp-link-neutral-text-hover": "#
|
|
706
|
-
"comp-link-neutral-text-pressed": "#
|
|
770
|
+
"comp-filter-chip-border": "rgba(31, 41, 55, 0.1)",
|
|
771
|
+
"comp-filter-chip-segment-bg-hover": "#f9fafb",
|
|
772
|
+
"comp-filter-chip-segment-bg-pressed": "#f3f4f6",
|
|
773
|
+
"comp-filter-chip-segment-border": "rgba(31, 41, 55, 0.1)",
|
|
774
|
+
"comp-filter-chip-segment-text": "#1f2937",
|
|
775
|
+
"comp-filter-chip-segment-icon": "#5a6472",
|
|
776
|
+
"comp-filter-chip-segment-placeholder": "#6b7280",
|
|
777
|
+
"comp-filter-chip-badge-bg": "#eff6ff",
|
|
778
|
+
"comp-filter-chip-badge-text": "#1d4ed8",
|
|
779
|
+
"comp-filter-chip-kebab-text": "#1f2937",
|
|
780
|
+
"comp-info-message-info-bg": "#eff6ff",
|
|
781
|
+
"comp-info-message-info-icon": "#1d4ed8",
|
|
782
|
+
"comp-info-message-success-bg": "#f0fdf4",
|
|
783
|
+
"comp-info-message-success-icon": "#15803d",
|
|
784
|
+
"comp-info-message-alert-bg": "#fef2f2",
|
|
785
|
+
"comp-info-message-alert-icon": "#b91c1c",
|
|
786
|
+
"comp-info-message-warning-bg": "#fefce8",
|
|
787
|
+
"comp-info-message-warning-icon": "#a16207",
|
|
788
|
+
"comp-info-message-empty-bg": "#f9fafb",
|
|
789
|
+
"comp-info-message-empty-icon": "#5a6472",
|
|
790
|
+
"comp-info-message-title": "#1f2937",
|
|
791
|
+
"comp-info-message-description": "#5a6472",
|
|
792
|
+
"comp-info-message-close": "#5a6472",
|
|
793
|
+
"comp-input-label-text": "#5a6472",
|
|
794
|
+
"comp-input-label-optional": "#6b7280",
|
|
795
|
+
"comp-input-label-mandatory": "#b91c1c",
|
|
796
|
+
"comp-input-label-icon": "#5a6472",
|
|
797
|
+
"comp-input-label-disabled": "#9ca3af",
|
|
798
|
+
"comp-link-neutral-text-default": "#1f2937",
|
|
799
|
+
"comp-link-neutral-text-hover": "#111827",
|
|
800
|
+
"comp-link-neutral-text-pressed": "#374151",
|
|
707
801
|
"comp-link-brand-text-default": "#316bff",
|
|
708
802
|
"comp-link-brand-text-hover": "#1f5eff",
|
|
709
803
|
"comp-link-brand-text-pressed": "#134cdd",
|
|
710
|
-
"comp-link-alert-text-default": "#
|
|
711
|
-
"comp-link-alert-text-hover": "#
|
|
712
|
-
"comp-link-alert-text-pressed": "#
|
|
713
|
-
"comp-link-success-text-default": "#
|
|
714
|
-
"comp-link-success-text-hover": "#
|
|
715
|
-
"comp-link-success-text-pressed": "#
|
|
716
|
-
"comp-link-warning-text-default": "#
|
|
717
|
-
"comp-link-warning-text-hover": "#
|
|
718
|
-
"comp-link-warning-text-pressed": "#
|
|
719
|
-
"comp-link-disabled-text": "#
|
|
804
|
+
"comp-link-alert-text-default": "#ef4444",
|
|
805
|
+
"comp-link-alert-text-hover": "#dc2626",
|
|
806
|
+
"comp-link-alert-text-pressed": "#b91c1c",
|
|
807
|
+
"comp-link-success-text-default": "#22c55e",
|
|
808
|
+
"comp-link-success-text-hover": "#16a34a",
|
|
809
|
+
"comp-link-success-text-pressed": "#15803d",
|
|
810
|
+
"comp-link-warning-text-default": "#facc15",
|
|
811
|
+
"comp-link-warning-text-hover": "#eab308",
|
|
812
|
+
"comp-link-warning-text-pressed": "#ca8a04",
|
|
813
|
+
"comp-link-disabled-text": "#9ca3af",
|
|
720
814
|
"comp-modal-bg": "#ffffff",
|
|
721
|
-
"comp-modal-border": "
|
|
722
|
-
"comp-modal-overlay": "#
|
|
723
|
-
"comp-modal-header-title": "#
|
|
724
|
-
"comp-modal-header-description": "#
|
|
725
|
-
"comp-modal-header-border": "
|
|
726
|
-
"comp-modal-header-close": "#
|
|
727
|
-
"comp-modal-footer-border": "
|
|
728
|
-
"comp-modal-footer-text": "#
|
|
729
|
-
"comp-modal-footer-icon": "#
|
|
815
|
+
"comp-modal-border": "rgba(31, 41, 55, 0.1)",
|
|
816
|
+
"comp-modal-overlay": "#111827",
|
|
817
|
+
"comp-modal-header-title": "#1f2937",
|
|
818
|
+
"comp-modal-header-description": "#5a6472",
|
|
819
|
+
"comp-modal-header-border": "rgba(31, 41, 55, 0.1)",
|
|
820
|
+
"comp-modal-header-close": "#5a6472",
|
|
821
|
+
"comp-modal-footer-border": "rgba(31, 41, 55, 0.1)",
|
|
822
|
+
"comp-modal-footer-text": "#5a6472",
|
|
823
|
+
"comp-modal-footer-icon": "#1d4ed8",
|
|
730
824
|
"comp-radio-card-bg-default": "#ffffff",
|
|
731
|
-
"comp-radio-card-bg-hover": "#
|
|
732
|
-
"comp-radio-card-bg-pressed": "#
|
|
733
|
-
"comp-radio-card-border-unselected": "
|
|
825
|
+
"comp-radio-card-bg-hover": "#f9fafb",
|
|
826
|
+
"comp-radio-card-bg-pressed": "#f3f4f6",
|
|
827
|
+
"comp-radio-card-border-unselected": "rgba(31, 41, 55, 0.1)",
|
|
734
828
|
"comp-radio-card-border-selected-default": "#316bff",
|
|
735
829
|
"comp-radio-card-border-selected-hover": "#1f5eff",
|
|
736
830
|
"comp-radio-card-border-selected-pressed": "#134cdd",
|
|
737
|
-
"comp-radio-card-title": "#
|
|
738
|
-
"comp-radio-card-description": "#
|
|
739
|
-
"comp-radio-card-icon": "#
|
|
740
|
-
"comp-radio-card-group-label": "#
|
|
831
|
+
"comp-radio-card-title": "#1f2937",
|
|
832
|
+
"comp-radio-card-description": "#5a6472",
|
|
833
|
+
"comp-radio-card-icon": "#5a6472",
|
|
834
|
+
"comp-radio-card-group-label": "#5a6472",
|
|
741
835
|
"comp-radio-unselected-bg": "#ffffff",
|
|
742
|
-
"comp-radio-unselected-border-default": "
|
|
836
|
+
"comp-radio-unselected-border-default": "rgba(31, 41, 55, 0.15)",
|
|
743
837
|
"comp-radio-unselected-border-hover": "#1f5eff",
|
|
744
838
|
"comp-radio-unselected-border-pressed": "#134cdd",
|
|
745
839
|
"comp-radio-selected-bg-default": "#316bff",
|
|
746
840
|
"comp-radio-selected-bg-hover": "#1f5eff",
|
|
747
841
|
"comp-radio-selected-bg-pressed": "#134cdd",
|
|
748
842
|
"comp-radio-selected-dot": "#ffffff",
|
|
749
|
-
"comp-radio-disabled-bg": "#
|
|
750
|
-
"comp-radio-disabled-border": "
|
|
751
|
-
"comp-radio-disabled-dot": "#
|
|
752
|
-
"comp-radio-label-default": "#
|
|
753
|
-
"comp-radio-label-disabled": "#
|
|
843
|
+
"comp-radio-disabled-bg": "#e5e7eb",
|
|
844
|
+
"comp-radio-disabled-border": "rgba(31, 41, 55, 0.15)",
|
|
845
|
+
"comp-radio-disabled-dot": "#9ca3af",
|
|
846
|
+
"comp-radio-label-default": "#1f2937",
|
|
847
|
+
"comp-radio-label-disabled": "#9ca3af",
|
|
754
848
|
"comp-search-bar-white-bg": "#ffffff",
|
|
755
|
-
"comp-search-bar-grey-bg": "#
|
|
756
|
-
"comp-search-bar-border-default": "
|
|
757
|
-
"comp-search-bar-border-hover": "
|
|
758
|
-
"comp-search-bar-border-active": "#
|
|
759
|
-
"comp-search-bar-icon": "#
|
|
760
|
-
"comp-search-bar-placeholder": "
|
|
761
|
-
"comp-search-bar-text": "#
|
|
762
|
-
"comp-search-bar-clear": "#
|
|
763
|
-
"comp-select-bg-default": "#
|
|
849
|
+
"comp-search-bar-grey-bg": "#f9fafb",
|
|
850
|
+
"comp-search-bar-border-default": "rgba(31, 41, 55, 0.1)",
|
|
851
|
+
"comp-search-bar-border-hover": "rgba(31, 41, 55, 0.15)",
|
|
852
|
+
"comp-search-bar-border-active": "#1d4ed8",
|
|
853
|
+
"comp-search-bar-icon": "#5a6472",
|
|
854
|
+
"comp-search-bar-placeholder": "rgba(31, 41, 55, 0.5)",
|
|
855
|
+
"comp-search-bar-text": "#1f2937",
|
|
856
|
+
"comp-search-bar-clear": "#5a6472",
|
|
857
|
+
"comp-select-bg-default": "#f9fafb",
|
|
764
858
|
"comp-select-bg-gradient-to": "#ffffff",
|
|
765
|
-
"comp-select-bg-hover": "#
|
|
859
|
+
"comp-select-bg-hover": "#f3f4f6",
|
|
766
860
|
"comp-select-bg-error": "#ffffff",
|
|
767
|
-
"comp-select-bg-disabled": "#
|
|
768
|
-
"comp-select-border-default": "
|
|
769
|
-
"comp-select-border-hover": "
|
|
770
|
-
"comp-select-border-error": "#
|
|
771
|
-
"comp-select-border-disabled": "
|
|
772
|
-
"comp-select-text-default": "#
|
|
773
|
-
"comp-select-text-placeholder": "#
|
|
774
|
-
"comp-select-text-disabled": "#
|
|
775
|
-
"comp-select-text-multi": "#
|
|
776
|
-
"comp-select-icon": "#
|
|
777
|
-
"comp-select-error-text": "#
|
|
778
|
-
"comp-select-error-icon": "#
|
|
861
|
+
"comp-select-bg-disabled": "#e5e7eb",
|
|
862
|
+
"comp-select-border-default": "rgba(31, 41, 55, 0.1)",
|
|
863
|
+
"comp-select-border-hover": "rgba(31, 41, 55, 0.15)",
|
|
864
|
+
"comp-select-border-error": "#b91c1c",
|
|
865
|
+
"comp-select-border-disabled": "rgba(31, 41, 55, 0.1)",
|
|
866
|
+
"comp-select-text-default": "#1f2937",
|
|
867
|
+
"comp-select-text-placeholder": "#6b7280",
|
|
868
|
+
"comp-select-text-disabled": "#9ca3af",
|
|
869
|
+
"comp-select-text-multi": "#6b7280",
|
|
870
|
+
"comp-select-icon": "#5a6472",
|
|
871
|
+
"comp-select-error-text": "#b91c1c",
|
|
872
|
+
"comp-select-error-icon": "#b91c1c",
|
|
779
873
|
"comp-sidebar-bg": "#ffffff",
|
|
780
|
-
"comp-sidebar-border": "
|
|
781
|
-
"comp-sidebar-footer-bg": "#
|
|
782
|
-
"comp-sidebar-item-default-icon": "#
|
|
783
|
-
"comp-sidebar-item-default-text": "#
|
|
784
|
-
"comp-sidebar-item-hover-bg": "#
|
|
785
|
-
"comp-sidebar-item-hover-icon": "#
|
|
786
|
-
"comp-sidebar-item-hover-text": "#
|
|
787
|
-
"comp-sidebar-item-active-bg": "#
|
|
874
|
+
"comp-sidebar-border": "rgba(31, 41, 55, 0.1)",
|
|
875
|
+
"comp-sidebar-footer-bg": "#f9fafb",
|
|
876
|
+
"comp-sidebar-item-default-icon": "#5a6472",
|
|
877
|
+
"comp-sidebar-item-default-text": "#5a6472",
|
|
878
|
+
"comp-sidebar-item-hover-bg": "#f9fafb",
|
|
879
|
+
"comp-sidebar-item-hover-icon": "#5a6472",
|
|
880
|
+
"comp-sidebar-item-hover-text": "#5a6472",
|
|
881
|
+
"comp-sidebar-item-active-bg": "#dbeafe",
|
|
788
882
|
"comp-sidebar-item-active-icon": "#316bff",
|
|
789
|
-
"comp-sidebar-item-active-text": "#
|
|
790
|
-
"comp-sidebar-item-chevron": "#
|
|
791
|
-
"comp-sidebar-heading-text": "#
|
|
883
|
+
"comp-sidebar-item-active-text": "#1f2937",
|
|
884
|
+
"comp-sidebar-item-chevron": "#1f2937",
|
|
885
|
+
"comp-sidebar-heading-text": "#6b7280",
|
|
792
886
|
"comp-switch-card-bg-off": "#ffffff",
|
|
793
|
-
"comp-switch-card-bg-on": "#
|
|
794
|
-
"comp-switch-card-border": "
|
|
795
|
-
"comp-switch-card-title": "#
|
|
796
|
-
"comp-switch-card-description": "#
|
|
797
|
-
"comp-switch-card-icon": "#
|
|
798
|
-
"comp-switch-off-track-default": "#
|
|
799
|
-
"comp-switch-off-track-hover": "#
|
|
800
|
-
"comp-switch-off-track-disabled": "#
|
|
887
|
+
"comp-switch-card-bg-on": "#eff6ff",
|
|
888
|
+
"comp-switch-card-border": "rgba(31, 41, 55, 0.1)",
|
|
889
|
+
"comp-switch-card-title": "#1f2937",
|
|
890
|
+
"comp-switch-card-description": "#5a6472",
|
|
891
|
+
"comp-switch-card-icon": "#5a6472",
|
|
892
|
+
"comp-switch-off-track-default": "#9ca3af",
|
|
893
|
+
"comp-switch-off-track-hover": "#6b7280",
|
|
894
|
+
"comp-switch-off-track-disabled": "#d1d5db",
|
|
801
895
|
"comp-switch-on-track-default": "#316bff",
|
|
802
896
|
"comp-switch-on-track-hover": "#1f5eff",
|
|
803
|
-
"comp-switch-on-track-disabled": "#
|
|
897
|
+
"comp-switch-on-track-disabled": "#bfdbfe",
|
|
804
898
|
"comp-switch-thumb-bg": "#ffffff",
|
|
805
899
|
"comp-switch-thumb-disabled": "#ffffff",
|
|
806
|
-
"comp-switch-label-text": "#
|
|
807
|
-
"comp-switch-label-disabled": "#
|
|
808
|
-
"comp-tab-border": "
|
|
809
|
-
"comp-tab-item-default-text": "#
|
|
810
|
-
"comp-tab-item-hover-bg": "#
|
|
811
|
-
"comp-tab-item-active-text": "#
|
|
812
|
-
"comp-tab-item-active-bg": "#
|
|
813
|
-
"comp-tab-item-active-border": "#
|
|
900
|
+
"comp-switch-label-text": "#1f2937",
|
|
901
|
+
"comp-switch-label-disabled": "#9ca3af",
|
|
902
|
+
"comp-tab-border": "rgba(31, 41, 55, 0.1)",
|
|
903
|
+
"comp-tab-item-default-text": "#6b7280",
|
|
904
|
+
"comp-tab-item-hover-bg": "#f9fafb",
|
|
905
|
+
"comp-tab-item-active-text": "#1f2937",
|
|
906
|
+
"comp-tab-item-active-bg": "#f3f4f6",
|
|
907
|
+
"comp-tab-item-active-border": "#111827",
|
|
814
908
|
"comp-table-bg": "#ffffff",
|
|
815
|
-
"comp-table-border": "
|
|
909
|
+
"comp-table-border": "rgba(31, 41, 55, 0.1)",
|
|
816
910
|
"comp-table-head-bg-default": "#ffffff",
|
|
817
|
-
"comp-table-head-bg-hover": "#
|
|
818
|
-
"comp-table-head-text": "#
|
|
819
|
-
"comp-table-head-icon": "#
|
|
911
|
+
"comp-table-head-bg-hover": "#f9fafb",
|
|
912
|
+
"comp-table-head-text": "#5a6472",
|
|
913
|
+
"comp-table-head-icon": "#5a6472",
|
|
820
914
|
"comp-table-row-bg-default": "#ffffff",
|
|
821
|
-
"comp-table-row-bg-hover": "#
|
|
822
|
-
"comp-table-row-bg-selected": "#
|
|
823
|
-
"comp-table-cell-text-primary": "#
|
|
824
|
-
"comp-table-cell-text-secondary": "#
|
|
825
|
-
"comp-tag-brand-bg": "#
|
|
826
|
-
"comp-tag-brand-text": "#
|
|
827
|
-
"comp-tag-neutral-bg": "#
|
|
828
|
-
"comp-tag-neutral-text": "#
|
|
915
|
+
"comp-table-row-bg-hover": "#f9fafb",
|
|
916
|
+
"comp-table-row-bg-selected": "#eff6ff",
|
|
917
|
+
"comp-table-cell-text-primary": "#1f2937",
|
|
918
|
+
"comp-table-cell-text-secondary": "#5a6472",
|
|
919
|
+
"comp-tag-brand-bg": "#eff6ff",
|
|
920
|
+
"comp-tag-brand-text": "#1d4ed8",
|
|
921
|
+
"comp-tag-neutral-bg": "#f3f4f6",
|
|
922
|
+
"comp-tag-neutral-text": "#5a6472",
|
|
829
923
|
"comp-tag-indigo-bg": "#eef2ff",
|
|
830
924
|
"comp-tag-indigo-text": "#4338ca",
|
|
831
|
-
"comp-tag-indigo-border": "#
|
|
925
|
+
"comp-tag-indigo-border": "#4338ca",
|
|
832
926
|
"comp-tag-rose-bg": "#fff1f2",
|
|
833
927
|
"comp-tag-rose-text": "#be123c",
|
|
834
928
|
"comp-tag-rose-border": "#fecdd3",
|
|
@@ -837,80 +931,92 @@ export const tokens = {
|
|
|
837
931
|
"comp-tag-lime-border": "#d9f99d",
|
|
838
932
|
"comp-tag-violet-bg": "#f5f3ff",
|
|
839
933
|
"comp-tag-violet-text": "#6d28d9",
|
|
840
|
-
"comp-tag-violet-border": "#
|
|
934
|
+
"comp-tag-violet-border": "#6d28d9",
|
|
841
935
|
"comp-tag-cyan-bg": "#ecfeff",
|
|
842
936
|
"comp-tag-cyan-text": "#0e7490",
|
|
843
|
-
"comp-tag-cyan-border": "#
|
|
844
|
-
"comp-tag-orange-bg": "#
|
|
845
|
-
"comp-tag-orange-text": "#
|
|
846
|
-
"comp-tag-orange-border": "#
|
|
937
|
+
"comp-tag-cyan-border": "#0e7490",
|
|
938
|
+
"comp-tag-orange-bg": "#fff7ed",
|
|
939
|
+
"comp-tag-orange-text": "#c2410c",
|
|
940
|
+
"comp-tag-orange-border": "#c2410c",
|
|
847
941
|
"comp-tag-emerald-bg": "#ecfdf5",
|
|
848
942
|
"comp-tag-emerald-text": "#047857",
|
|
849
943
|
"comp-tag-emerald-border": "#a7f3d0",
|
|
850
944
|
"comp-tag-fuchsia-bg": "#fdf4ff",
|
|
851
945
|
"comp-tag-fuchsia-text": "#a21caf",
|
|
852
|
-
"comp-tag-fuchsia-border": "#
|
|
946
|
+
"comp-tag-fuchsia-border": "#a21caf",
|
|
853
947
|
"comp-tag-amber-bg": "#fffbeb",
|
|
854
948
|
"comp-tag-amber-text": "#b45309",
|
|
855
|
-
"comp-tag-amber-border": "#
|
|
949
|
+
"comp-tag-amber-border": "#b45309",
|
|
856
950
|
"comp-tag-slate-bg": "#f1f5f9",
|
|
857
951
|
"comp-tag-slate-text": "#475569",
|
|
858
952
|
"comp-tag-slate-border": "#cbd5e1",
|
|
953
|
+
"comp-tag-teal-bg": "#f0fdfa",
|
|
954
|
+
"comp-tag-teal-text": "#0f766e",
|
|
955
|
+
"comp-tag-teal-border": "#0f766e",
|
|
956
|
+
"comp-tag-sky-bg": "#f0f9ff",
|
|
957
|
+
"comp-tag-sky-text": "#0369a1",
|
|
958
|
+
"comp-tag-sky-border": "#0369a1",
|
|
959
|
+
"comp-tag-purple-bg": "#faf5ff",
|
|
960
|
+
"comp-tag-purple-text": "#7e22ce",
|
|
961
|
+
"comp-tag-purple-border": "#7e22ce",
|
|
962
|
+
"comp-tag-pink-bg": "#fdf2f8",
|
|
963
|
+
"comp-tag-pink-text": "#be185d",
|
|
964
|
+
"comp-tag-pink-border": "#be185d",
|
|
859
965
|
"comp-text-input-bg-default": "#ffffff",
|
|
860
|
-
"comp-text-input-bg-disabled": "#
|
|
861
|
-
"comp-text-input-border-default": "
|
|
862
|
-
"comp-text-input-border-hover": "#
|
|
863
|
-
"comp-text-input-border-success": "#
|
|
864
|
-
"comp-text-input-border-error": "#
|
|
865
|
-
"comp-text-input-border-disabled": "
|
|
866
|
-
"comp-text-input-text-default": "#
|
|
867
|
-
"comp-text-input-text-placeholder": "
|
|
868
|
-
"comp-text-input-text-disabled": "#
|
|
869
|
-
"comp-text-input-icon": "#
|
|
870
|
-
"comp-text-input-button-bg": "#
|
|
966
|
+
"comp-text-input-bg-disabled": "#f3f4f6",
|
|
967
|
+
"comp-text-input-border-default": "rgba(31, 41, 55, 0.1)",
|
|
968
|
+
"comp-text-input-border-hover": "#1d4ed8",
|
|
969
|
+
"comp-text-input-border-success": "#15803d",
|
|
970
|
+
"comp-text-input-border-error": "#b91c1c",
|
|
971
|
+
"comp-text-input-border-disabled": "rgba(31, 41, 55, 0.1)",
|
|
972
|
+
"comp-text-input-text-default": "#1f2937",
|
|
973
|
+
"comp-text-input-text-placeholder": "rgba(31, 41, 55, 0.5)",
|
|
974
|
+
"comp-text-input-text-disabled": "#9ca3af",
|
|
975
|
+
"comp-text-input-icon": "#5a6472",
|
|
976
|
+
"comp-text-input-button-bg": "#f9fafb",
|
|
871
977
|
"comp-text-input-button-gradient-to": "#ffffff",
|
|
872
|
-
"comp-text-input-button-bg-hover": "#
|
|
873
|
-
"comp-text-input-button-border": "
|
|
874
|
-
"comp-text-input-error-text": "#
|
|
875
|
-
"comp-text-input-error-icon": "#
|
|
978
|
+
"comp-text-input-button-bg-hover": "#f3f4f6",
|
|
979
|
+
"comp-text-input-button-border": "rgba(31, 41, 55, 0.1)",
|
|
980
|
+
"comp-text-input-error-text": "#b91c1c",
|
|
981
|
+
"comp-text-input-error-icon": "#b91c1c",
|
|
876
982
|
"comp-textarea-bg-default": "#ffffff",
|
|
877
|
-
"comp-textarea-bg-disabled": "#
|
|
878
|
-
"comp-textarea-border-default": "
|
|
879
|
-
"comp-textarea-border-hover": "#
|
|
880
|
-
"comp-textarea-border-success": "#
|
|
881
|
-
"comp-textarea-border-error": "#
|
|
882
|
-
"comp-textarea-border-disabled": "
|
|
883
|
-
"comp-textarea-text-default": "#
|
|
884
|
-
"comp-textarea-text-placeholder": "
|
|
885
|
-
"comp-textarea-text-disabled": "#
|
|
886
|
-
"comp-textarea-char-limit": "#
|
|
887
|
-
"comp-textarea-handle-default": "#
|
|
888
|
-
"comp-textarea-handle-disabled": "#
|
|
889
|
-
"comp-textarea-error-text": "#
|
|
890
|
-
"comp-textarea-error-icon": "#
|
|
891
|
-
"comp-toast-info-bg": "#
|
|
892
|
-
"comp-toast-info-icon": "#
|
|
893
|
-
"comp-toast-success-bg": "#
|
|
894
|
-
"comp-toast-success-icon": "#
|
|
895
|
-
"comp-toast-alert-bg": "#
|
|
896
|
-
"comp-toast-alert-icon": "#
|
|
897
|
-
"comp-toast-warning-bg": "#
|
|
898
|
-
"comp-toast-warning-icon": "#
|
|
899
|
-
"comp-toast-border": "
|
|
900
|
-
"comp-toast-title": "#
|
|
901
|
-
"comp-toast-subtitle": "#
|
|
902
|
-
"comp-toast-close": "#
|
|
903
|
-
"comp-tooltip-default-bg": "#
|
|
983
|
+
"comp-textarea-bg-disabled": "#f3f4f6",
|
|
984
|
+
"comp-textarea-border-default": "rgba(31, 41, 55, 0.1)",
|
|
985
|
+
"comp-textarea-border-hover": "#1d4ed8",
|
|
986
|
+
"comp-textarea-border-success": "#15803d",
|
|
987
|
+
"comp-textarea-border-error": "#b91c1c",
|
|
988
|
+
"comp-textarea-border-disabled": "rgba(31, 41, 55, 0.1)",
|
|
989
|
+
"comp-textarea-text-default": "#1f2937",
|
|
990
|
+
"comp-textarea-text-placeholder": "rgba(31, 41, 55, 0.5)",
|
|
991
|
+
"comp-textarea-text-disabled": "#9ca3af",
|
|
992
|
+
"comp-textarea-char-limit": "#5a6472",
|
|
993
|
+
"comp-textarea-handle-default": "#374151",
|
|
994
|
+
"comp-textarea-handle-disabled": "#9ca3af",
|
|
995
|
+
"comp-textarea-error-text": "#b91c1c",
|
|
996
|
+
"comp-textarea-error-icon": "#b91c1c",
|
|
997
|
+
"comp-toast-info-bg": "#eff6ff",
|
|
998
|
+
"comp-toast-info-icon": "#1d4ed8",
|
|
999
|
+
"comp-toast-success-bg": "#f0fdf4",
|
|
1000
|
+
"comp-toast-success-icon": "#15803d",
|
|
1001
|
+
"comp-toast-alert-bg": "#fef2f2",
|
|
1002
|
+
"comp-toast-alert-icon": "#b91c1c",
|
|
1003
|
+
"comp-toast-warning-bg": "#fefce8",
|
|
1004
|
+
"comp-toast-warning-icon": "#a16207",
|
|
1005
|
+
"comp-toast-border": "rgba(31, 41, 55, 0.1)",
|
|
1006
|
+
"comp-toast-title": "#1f2937",
|
|
1007
|
+
"comp-toast-subtitle": "#5a6472",
|
|
1008
|
+
"comp-toast-close": "#5a6472",
|
|
1009
|
+
"comp-tooltip-default-bg": "#111827",
|
|
904
1010
|
"comp-tooltip-default-text": "#ffffff",
|
|
905
|
-
"comp-tooltip-default-icon": "#
|
|
906
|
-
"comp-tooltip-invert-bg": "#
|
|
907
|
-
"comp-tooltip-invert-text": "#
|
|
908
|
-
"comp-tooltip-invert-border": "
|
|
909
|
-
"comp-tooltip-invert-icon": "#
|
|
1011
|
+
"comp-tooltip-default-icon": "#5a6472",
|
|
1012
|
+
"comp-tooltip-invert-bg": "#f9fafb",
|
|
1013
|
+
"comp-tooltip-invert-text": "#1f2937",
|
|
1014
|
+
"comp-tooltip-invert-border": "rgba(31, 41, 55, 0.15)",
|
|
1015
|
+
"comp-tooltip-invert-icon": "#5a6472",
|
|
910
1016
|
"comp-user-menu-bg": "#ffffff",
|
|
911
|
-
"comp-user-menu-border": "
|
|
912
|
-
"comp-user-menu-name": "#
|
|
913
|
-
"comp-user-menu-subtitle": "#
|
|
1017
|
+
"comp-user-menu-border": "rgba(31, 41, 55, 0.1)",
|
|
1018
|
+
"comp-user-menu-name": "#1f2937",
|
|
1019
|
+
"comp-user-menu-subtitle": "#5a6472"
|
|
914
1020
|
} as const;
|
|
915
1021
|
|
|
916
1022
|
export type TokenName = keyof typeof tokens;
|