@vellira-ui/tokens 2.26.0 → 2.27.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/tokens.css +721 -352
- package/dist/dark/components/button.d.ts +263 -95
- package/dist/dark/components/button.d.ts.map +1 -1
- package/dist/dark/components/button.js +136 -151
- package/dist/dark/components/checkbox.d.ts +4 -3
- package/dist/dark/components/checkbox.d.ts.map +1 -1
- package/dist/dark/components/checkbox.js +2 -3
- package/dist/dark/components/formField.d.ts +1 -1
- package/dist/dark/components/input.d.ts +3 -3
- package/dist/dark/components/radio.d.ts +1 -1
- package/dist/dark/components/tabs.d.ts +1 -1
- package/dist/dark/semantic/action.d.ts +8 -8
- package/dist/dark/semantic/action.js +6 -6
- package/dist/dark/semantic/control.d.ts +2 -2
- package/dist/dark/semantic/icons.d.ts +1 -1
- package/dist/dark/semantic/status.d.ts +4 -4
- package/dist/dark/semantic/text.d.ts +1 -1
- package/dist/dark/theme.d.ts +12 -12
- package/dist/generated/token-types.d.ts +4 -4
- package/dist/generated/token-types.d.ts.map +1 -1
- package/dist/generated/token-types.js +708 -216
- package/dist/highContrast/components/button.d.ts +264 -96
- package/dist/highContrast/components/button.d.ts.map +1 -1
- package/dist/highContrast/components/button.js +135 -150
- package/dist/highContrast/components/checkbox.d.ts +1 -0
- package/dist/highContrast/components/checkbox.d.ts.map +1 -1
- package/dist/highContrast/components/checkbox.js +4 -1
- package/dist/highContrast/components/formField.d.ts +1 -1
- package/dist/highContrast/components/input.d.ts +3 -3
- package/dist/highContrast/semantic/action.d.ts +10 -10
- package/dist/highContrast/semantic/action.js +9 -9
- package/dist/highContrast/semantic/icons.d.ts +1 -1
- package/dist/highContrast/semantic/status.d.ts +5 -5
- package/dist/highContrast/theme.d.ts +12 -12
- package/dist/light/components/button.d.ts +264 -96
- package/dist/light/components/button.d.ts.map +1 -1
- package/dist/light/components/button.js +136 -151
- package/dist/light/components/checkbox.d.ts +1 -0
- package/dist/light/components/checkbox.d.ts.map +1 -1
- package/dist/light/components/checkbox.js +4 -1
- package/dist/light/components/formField.d.ts +2 -2
- package/dist/light/components/input.d.ts +3 -3
- package/dist/light/semantic/icons.d.ts +1 -1
- package/dist/light/semantic/status.d.ts +7 -7
- package/dist/light/semantic/status.js +3 -3
- package/dist/light/theme.d.ts +12 -12
- package/dist/primitives/colors.d.ts +12 -12
- package/dist/primitives/colors.js +12 -12
- package/dist/utils/createButtonPalette.d.ts +106 -0
- package/dist/utils/createButtonPalette.d.ts.map +1 -0
- package/dist/utils/createButtonPalette.js +72 -0
- package/package.json +1 -1
package/dist/css/tokens.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AUTO-GENERATED FILE
|
|
3
3
|
* DO NOT EDIT MANUALLY
|
|
4
|
-
* Generated: 2026-07-
|
|
4
|
+
* Generated: 2026-07-16T20:35:58.329Z
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
--color-primary-200: #D4CCFF;
|
|
63
63
|
--color-primary-300: #B8A8FF;
|
|
64
64
|
--color-primary-400: #9B7CFF;
|
|
65
|
-
--color-primary-500: #
|
|
65
|
+
--color-primary-500: #7352F8;
|
|
66
66
|
--color-primary-600: #6346E8;
|
|
67
67
|
--color-primary-700: #5037C8;
|
|
68
68
|
--color-primary-800: #402C9F;
|
|
@@ -107,17 +107,17 @@
|
|
|
107
107
|
--color-info-800: #082F49;
|
|
108
108
|
--color-info-900: #0B2538;
|
|
109
109
|
--color-info-950: #071927;
|
|
110
|
-
--color-success-50: #
|
|
111
|
-
--color-success-100: #
|
|
112
|
-
--color-success-200: #
|
|
113
|
-
--color-success-300: #
|
|
114
|
-
--color-success-400: #
|
|
115
|
-
--color-success-500: #
|
|
116
|
-
--color-success-600: #
|
|
117
|
-
--color-success-700: #
|
|
118
|
-
--color-success-800: #
|
|
119
|
-
--color-success-900: #
|
|
120
|
-
--color-success-950: #
|
|
110
|
+
--color-success-50: #F0FDFA;
|
|
111
|
+
--color-success-100: #CCFBF1;
|
|
112
|
+
--color-success-200: #99F6E4;
|
|
113
|
+
--color-success-300: #5EEAD4;
|
|
114
|
+
--color-success-400: #2DD4BF;
|
|
115
|
+
--color-success-500: #14B8A6;
|
|
116
|
+
--color-success-600: #0F9E94;
|
|
117
|
+
--color-success-700: #0F766E;
|
|
118
|
+
--color-success-800: #115E59;
|
|
119
|
+
--color-success-900: #134E4A;
|
|
120
|
+
--color-success-950: #042F2E;
|
|
121
121
|
--color-error-50: #FFF1F2;
|
|
122
122
|
--color-error-100: #FFE4E6;
|
|
123
123
|
--color-error-200: #FECDD3;
|
|
@@ -321,19 +321,19 @@
|
|
|
321
321
|
--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.55);
|
|
322
322
|
--skeleton-base: #F4F1FB;
|
|
323
323
|
--skeleton-highlight: #FAF8FF;
|
|
324
|
-
--status-success-fg: #
|
|
325
|
-
--status-success-bg: #
|
|
326
|
-
--status-success-border: #
|
|
327
|
-
--status-success-ring: #
|
|
328
|
-
--status-success-strong: #
|
|
324
|
+
--status-success-fg: #0F766E;
|
|
325
|
+
--status-success-bg: #F0FDFA;
|
|
326
|
+
--status-success-border: #0F766E;
|
|
327
|
+
--status-success-ring: #14B8A6;
|
|
328
|
+
--status-success-strong: #115E59;
|
|
329
329
|
--status-error-fg: #BE123C;
|
|
330
330
|
--status-error-bg: #FFF1F2;
|
|
331
331
|
--status-error-border: #E11D48;
|
|
332
332
|
--status-error-ring: #F43F5E;
|
|
333
333
|
--status-error-strong: #9F1239;
|
|
334
|
-
--status-warning-fg: #
|
|
334
|
+
--status-warning-fg: #B45309;
|
|
335
335
|
--status-warning-bg: #FFFBEB;
|
|
336
|
-
--status-warning-border: #
|
|
336
|
+
--status-warning-border: #B45309;
|
|
337
337
|
--status-warning-ring: #F59E0B;
|
|
338
338
|
--status-warning-strong: #92400E;
|
|
339
339
|
--status-info-fg: #0C4A6E;
|
|
@@ -361,114 +361,236 @@
|
|
|
361
361
|
--text-interactive-hover: #402C9F;
|
|
362
362
|
--text-interactive-active: #342580;
|
|
363
363
|
--text-inverse: #FFFFFF;
|
|
364
|
+
--button-primary-ring: #9B7CFF;
|
|
364
365
|
--button-primary-solid-default-bg: #6346E8;
|
|
365
|
-
--button-primary-solid-default-fg: #
|
|
366
|
+
--button-primary-solid-default-fg: #F4F3FF;
|
|
366
367
|
--button-primary-solid-default-border: #6346E8;
|
|
367
368
|
--button-primary-solid-hover-bg: #5037C8;
|
|
368
|
-
--button-primary-solid-hover-fg: #
|
|
369
|
+
--button-primary-solid-hover-fg: #D4CCFF;
|
|
369
370
|
--button-primary-solid-hover-border: #5037C8;
|
|
370
371
|
--button-primary-solid-pressed-bg: #402C9F;
|
|
371
|
-
--button-primary-solid-pressed-fg: #
|
|
372
|
+
--button-primary-solid-pressed-fg: #B8A8FF;
|
|
372
373
|
--button-primary-solid-pressed-border: #402C9F;
|
|
373
374
|
--button-primary-outline-default-bg: transparent;
|
|
374
375
|
--button-primary-outline-default-fg: #5037C8;
|
|
375
|
-
--button-primary-outline-default-border: #
|
|
376
|
-
--button-primary-outline-hover-bg: #
|
|
376
|
+
--button-primary-outline-default-border: #9B7CFF;
|
|
377
|
+
--button-primary-outline-hover-bg: #E9E6FF;
|
|
377
378
|
--button-primary-outline-hover-fg: #402C9F;
|
|
378
|
-
--button-primary-outline-hover-border: #
|
|
379
|
-
--button-primary-outline-pressed-bg: #
|
|
379
|
+
--button-primary-outline-hover-border: #7352F8;
|
|
380
|
+
--button-primary-outline-pressed-bg: #D4CCFF;
|
|
380
381
|
--button-primary-outline-pressed-fg: #342580;
|
|
381
|
-
--button-primary-outline-pressed-border: #
|
|
382
|
+
--button-primary-outline-pressed-border: #6346E8;
|
|
382
383
|
--button-primary-ghost-default-bg: transparent;
|
|
383
384
|
--button-primary-ghost-default-border: transparent;
|
|
384
385
|
--button-primary-ghost-default-fg: #5037C8;
|
|
385
|
-
--button-primary-ghost-hover-bg: #
|
|
386
|
+
--button-primary-ghost-hover-bg: #E9E6FF;
|
|
386
387
|
--button-primary-ghost-hover-border: transparent;
|
|
387
388
|
--button-primary-ghost-hover-fg: #402C9F;
|
|
388
|
-
--button-primary-ghost-pressed-bg: #
|
|
389
|
+
--button-primary-ghost-pressed-bg: #D4CCFF;
|
|
389
390
|
--button-primary-ghost-pressed-border: transparent;
|
|
390
391
|
--button-primary-ghost-pressed-fg: #342580;
|
|
391
|
-
--button-
|
|
392
|
-
--button-
|
|
393
|
-
--button-
|
|
394
|
-
--button-
|
|
395
|
-
--button-
|
|
396
|
-
--button-
|
|
397
|
-
--button-
|
|
398
|
-
--button-
|
|
399
|
-
--button-
|
|
400
|
-
--button-
|
|
401
|
-
--button-
|
|
402
|
-
--button-
|
|
403
|
-
--button-
|
|
404
|
-
--button-
|
|
405
|
-
--button-
|
|
406
|
-
--button-
|
|
407
|
-
--button-
|
|
408
|
-
--button-
|
|
409
|
-
--button-
|
|
410
|
-
--button-
|
|
411
|
-
--button-
|
|
412
|
-
--button-
|
|
413
|
-
--button-
|
|
414
|
-
--button-
|
|
415
|
-
--button-
|
|
416
|
-
--button-
|
|
417
|
-
--button-
|
|
418
|
-
--button-
|
|
419
|
-
--button-
|
|
420
|
-
--button-
|
|
421
|
-
--button-
|
|
422
|
-
--button-
|
|
423
|
-
--button-
|
|
424
|
-
--button-
|
|
425
|
-
--button-
|
|
426
|
-
--button-
|
|
427
|
-
--button-
|
|
428
|
-
--button-
|
|
429
|
-
--button-
|
|
430
|
-
--button-
|
|
431
|
-
--button-
|
|
432
|
-
--button-
|
|
433
|
-
--button-
|
|
434
|
-
--button-
|
|
435
|
-
--button-
|
|
436
|
-
--button-
|
|
437
|
-
--button-
|
|
438
|
-
--button-
|
|
439
|
-
--button-
|
|
440
|
-
--button-
|
|
441
|
-
--button-
|
|
442
|
-
--button-
|
|
443
|
-
--button-
|
|
444
|
-
--button-
|
|
392
|
+
--button-primary-soft-default-bg: #F4F3FF;
|
|
393
|
+
--button-primary-soft-default-fg: #5037C8;
|
|
394
|
+
--button-primary-soft-default-border: transparent;
|
|
395
|
+
--button-primary-soft-hover-bg: #E9E6FF;
|
|
396
|
+
--button-primary-soft-hover-fg: #402C9F;
|
|
397
|
+
--button-primary-soft-hover-border: transparent;
|
|
398
|
+
--button-primary-soft-pressed-bg: #D4CCFF;
|
|
399
|
+
--button-primary-soft-pressed-fg: #342580;
|
|
400
|
+
--button-primary-soft-pressed-border: transparent;
|
|
401
|
+
--button-primary-link-default-bg: transparent;
|
|
402
|
+
--button-primary-link-default-border: transparent;
|
|
403
|
+
--button-primary-link-default-fg: #5037C8;
|
|
404
|
+
--button-primary-link-hover-bg: transparent;
|
|
405
|
+
--button-primary-link-hover-border: transparent;
|
|
406
|
+
--button-primary-link-hover-fg: #402C9F;
|
|
407
|
+
--button-primary-link-pressed-bg: transparent;
|
|
408
|
+
--button-primary-link-pressed-border: transparent;
|
|
409
|
+
--button-primary-link-pressed-fg: #342580;
|
|
410
|
+
--button-neutral-ring: #958CB0;
|
|
411
|
+
--button-neutral-solid-default-bg: #E4DDF4;
|
|
412
|
+
--button-neutral-solid-default-fg: #181521;
|
|
413
|
+
--button-neutral-solid-default-border: #E4DDF4;
|
|
414
|
+
--button-neutral-solid-hover-bg: #BBB2D2;
|
|
415
|
+
--button-neutral-solid-hover-fg: #231F31;
|
|
416
|
+
--button-neutral-solid-hover-border: #BBB2D2;
|
|
417
|
+
--button-neutral-solid-pressed-bg: #958CB0;
|
|
418
|
+
--button-neutral-solid-pressed-fg: #2F2A42;
|
|
419
|
+
--button-neutral-solid-pressed-border: #958CB0;
|
|
420
|
+
--button-neutral-outline-default-bg: transparent;
|
|
421
|
+
--button-neutral-outline-default-fg: #4F4867;
|
|
422
|
+
--button-neutral-outline-default-border: #958CB0;
|
|
423
|
+
--button-neutral-outline-hover-bg: #E4DDF4;
|
|
424
|
+
--button-neutral-outline-hover-fg: #3D3754;
|
|
425
|
+
--button-neutral-outline-hover-border: #6B6386;
|
|
426
|
+
--button-neutral-outline-pressed-bg: #BBB2D2;
|
|
427
|
+
--button-neutral-outline-pressed-fg: #2F2A42;
|
|
428
|
+
--button-neutral-outline-pressed-border: #4F4867;
|
|
429
|
+
--button-neutral-ghost-default-bg: transparent;
|
|
430
|
+
--button-neutral-ghost-default-border: transparent;
|
|
431
|
+
--button-neutral-ghost-default-fg: #4F4867;
|
|
432
|
+
--button-neutral-ghost-hover-bg: #E4DDF4;
|
|
433
|
+
--button-neutral-ghost-hover-border: transparent;
|
|
434
|
+
--button-neutral-ghost-hover-fg: #3D3754;
|
|
435
|
+
--button-neutral-ghost-pressed-bg: #BBB2D2;
|
|
436
|
+
--button-neutral-ghost-pressed-border: transparent;
|
|
437
|
+
--button-neutral-ghost-pressed-fg: #2F2A42;
|
|
438
|
+
--button-neutral-soft-default-bg: #F4F1FB;
|
|
439
|
+
--button-neutral-soft-default-fg: #4F4867;
|
|
440
|
+
--button-neutral-soft-default-border: transparent;
|
|
441
|
+
--button-neutral-soft-hover-bg: #E4DDF4;
|
|
442
|
+
--button-neutral-soft-hover-fg: #3D3754;
|
|
443
|
+
--button-neutral-soft-hover-border: transparent;
|
|
444
|
+
--button-neutral-soft-pressed-bg: #BBB2D2;
|
|
445
|
+
--button-neutral-soft-pressed-fg: #2F2A42;
|
|
446
|
+
--button-neutral-soft-pressed-border: transparent;
|
|
447
|
+
--button-neutral-link-default-bg: transparent;
|
|
448
|
+
--button-neutral-link-default-border: transparent;
|
|
449
|
+
--button-neutral-link-default-fg: #4F4867;
|
|
450
|
+
--button-neutral-link-hover-bg: transparent;
|
|
451
|
+
--button-neutral-link-hover-border: transparent;
|
|
452
|
+
--button-neutral-link-hover-fg: #3D3754;
|
|
453
|
+
--button-neutral-link-pressed-bg: transparent;
|
|
454
|
+
--button-neutral-link-pressed-border: transparent;
|
|
455
|
+
--button-neutral-link-pressed-fg: #2F2A42;
|
|
456
|
+
--button-success-ring: #14B8A6;
|
|
457
|
+
--button-success-solid-default-bg: #14B8A6;
|
|
458
|
+
--button-success-solid-default-fg: #042F2E;
|
|
459
|
+
--button-success-solid-default-border: #14B8A6;
|
|
460
|
+
--button-success-solid-hover-bg: #0F9E94;
|
|
461
|
+
--button-success-solid-hover-fg: #134E4A;
|
|
462
|
+
--button-success-solid-hover-border: #0F9E94;
|
|
463
|
+
--button-success-solid-pressed-bg: #0F766E;
|
|
464
|
+
--button-success-solid-pressed-fg: #115E59;
|
|
465
|
+
--button-success-solid-pressed-border: #0F766E;
|
|
466
|
+
--button-success-outline-default-bg: transparent;
|
|
467
|
+
--button-success-outline-default-fg: #0F766E;
|
|
468
|
+
--button-success-outline-default-border: #0F9E94;
|
|
469
|
+
--button-success-outline-hover-bg: #CCFBF1;
|
|
470
|
+
--button-success-outline-hover-fg: #115E59;
|
|
471
|
+
--button-success-outline-hover-border: #0F766E;
|
|
472
|
+
--button-success-outline-pressed-bg: #99F6E4;
|
|
473
|
+
--button-success-outline-pressed-fg: #134E4A;
|
|
474
|
+
--button-success-outline-pressed-border: #115E59;
|
|
475
|
+
--button-success-ghost-default-bg: transparent;
|
|
476
|
+
--button-success-ghost-default-border: transparent;
|
|
477
|
+
--button-success-ghost-default-fg: #0F766E;
|
|
478
|
+
--button-success-ghost-hover-bg: #CCFBF1;
|
|
479
|
+
--button-success-ghost-hover-border: transparent;
|
|
480
|
+
--button-success-ghost-hover-fg: #115E59;
|
|
481
|
+
--button-success-ghost-pressed-bg: #99F6E4;
|
|
482
|
+
--button-success-ghost-pressed-border: transparent;
|
|
483
|
+
--button-success-ghost-pressed-fg: #134E4A;
|
|
484
|
+
--button-success-soft-default-bg: #F0FDFA;
|
|
485
|
+
--button-success-soft-default-fg: #0F766E;
|
|
486
|
+
--button-success-soft-default-border: transparent;
|
|
487
|
+
--button-success-soft-hover-bg: #CCFBF1;
|
|
488
|
+
--button-success-soft-hover-fg: #115E59;
|
|
489
|
+
--button-success-soft-hover-border: transparent;
|
|
490
|
+
--button-success-soft-pressed-bg: #99F6E4;
|
|
491
|
+
--button-success-soft-pressed-fg: #134E4A;
|
|
492
|
+
--button-success-soft-pressed-border: transparent;
|
|
493
|
+
--button-success-link-default-bg: transparent;
|
|
494
|
+
--button-success-link-default-border: transparent;
|
|
495
|
+
--button-success-link-default-fg: #0F766E;
|
|
496
|
+
--button-success-link-hover-bg: transparent;
|
|
497
|
+
--button-success-link-hover-border: transparent;
|
|
498
|
+
--button-success-link-hover-fg: #115E59;
|
|
499
|
+
--button-success-link-pressed-bg: transparent;
|
|
500
|
+
--button-success-link-pressed-border: transparent;
|
|
501
|
+
--button-success-link-pressed-fg: #134E4A;
|
|
502
|
+
--button-warning-ring: #F59E0B;
|
|
503
|
+
--button-warning-solid-default-bg: #F59E0B;
|
|
504
|
+
--button-warning-solid-default-fg: #451A03;
|
|
505
|
+
--button-warning-solid-default-border: #F59E0B;
|
|
506
|
+
--button-warning-solid-hover-bg: #D97706;
|
|
507
|
+
--button-warning-solid-hover-fg: #78350F;
|
|
508
|
+
--button-warning-solid-hover-border: #D97706;
|
|
509
|
+
--button-warning-solid-pressed-bg: #B45309;
|
|
510
|
+
--button-warning-solid-pressed-fg: #92400E;
|
|
511
|
+
--button-warning-solid-pressed-border: #B45309;
|
|
512
|
+
--button-warning-outline-default-bg: transparent;
|
|
513
|
+
--button-warning-outline-default-fg: #B45309;
|
|
514
|
+
--button-warning-outline-default-border: #D97706;
|
|
515
|
+
--button-warning-outline-hover-bg: #FEF3C7;
|
|
516
|
+
--button-warning-outline-hover-fg: #92400E;
|
|
517
|
+
--button-warning-outline-hover-border: #B45309;
|
|
518
|
+
--button-warning-outline-pressed-bg: #FDE68A;
|
|
519
|
+
--button-warning-outline-pressed-fg: #78350F;
|
|
520
|
+
--button-warning-outline-pressed-border: #92400E;
|
|
521
|
+
--button-warning-ghost-default-bg: transparent;
|
|
522
|
+
--button-warning-ghost-default-border: transparent;
|
|
523
|
+
--button-warning-ghost-default-fg: #B45309;
|
|
524
|
+
--button-warning-ghost-hover-bg: #FEF3C7;
|
|
525
|
+
--button-warning-ghost-hover-border: transparent;
|
|
526
|
+
--button-warning-ghost-hover-fg: #92400E;
|
|
527
|
+
--button-warning-ghost-pressed-bg: #FDE68A;
|
|
528
|
+
--button-warning-ghost-pressed-border: transparent;
|
|
529
|
+
--button-warning-ghost-pressed-fg: #78350F;
|
|
530
|
+
--button-warning-soft-default-bg: #FFFBEB;
|
|
531
|
+
--button-warning-soft-default-fg: #B45309;
|
|
532
|
+
--button-warning-soft-default-border: transparent;
|
|
533
|
+
--button-warning-soft-hover-bg: #FEF3C7;
|
|
534
|
+
--button-warning-soft-hover-fg: #92400E;
|
|
535
|
+
--button-warning-soft-hover-border: transparent;
|
|
536
|
+
--button-warning-soft-pressed-bg: #FDE68A;
|
|
537
|
+
--button-warning-soft-pressed-fg: #78350F;
|
|
538
|
+
--button-warning-soft-pressed-border: transparent;
|
|
539
|
+
--button-warning-link-default-bg: transparent;
|
|
540
|
+
--button-warning-link-default-border: transparent;
|
|
541
|
+
--button-warning-link-default-fg: #B45309;
|
|
542
|
+
--button-warning-link-hover-bg: transparent;
|
|
543
|
+
--button-warning-link-hover-border: transparent;
|
|
544
|
+
--button-warning-link-hover-fg: #92400E;
|
|
545
|
+
--button-warning-link-pressed-bg: transparent;
|
|
546
|
+
--button-warning-link-pressed-border: transparent;
|
|
547
|
+
--button-warning-link-pressed-fg: #78350F;
|
|
548
|
+
--button-danger-ring: #F43F5E;
|
|
445
549
|
--button-danger-solid-default-bg: #BE123C;
|
|
446
|
-
--button-danger-solid-default-fg: #
|
|
550
|
+
--button-danger-solid-default-fg: #FFF1F2;
|
|
447
551
|
--button-danger-solid-default-border: #BE123C;
|
|
448
552
|
--button-danger-solid-hover-bg: #9F1239;
|
|
449
|
-
--button-danger-solid-hover-fg: #
|
|
553
|
+
--button-danger-solid-hover-fg: #FECDD3;
|
|
450
554
|
--button-danger-solid-hover-border: #9F1239;
|
|
451
555
|
--button-danger-solid-pressed-bg: #881337;
|
|
452
|
-
--button-danger-solid-pressed-fg: #
|
|
556
|
+
--button-danger-solid-pressed-fg: #FDA4AF;
|
|
453
557
|
--button-danger-solid-pressed-border: #881337;
|
|
454
558
|
--button-danger-outline-default-bg: transparent;
|
|
455
559
|
--button-danger-outline-default-fg: #BE123C;
|
|
456
|
-
--button-danger-outline-default-border: #
|
|
457
|
-
--button-danger-outline-hover-bg: #
|
|
560
|
+
--button-danger-outline-default-border: #F43F5E;
|
|
561
|
+
--button-danger-outline-hover-bg: #FFE4E6;
|
|
458
562
|
--button-danger-outline-hover-fg: #9F1239;
|
|
459
563
|
--button-danger-outline-hover-border: #BE123C;
|
|
460
|
-
--button-danger-outline-pressed-bg: #
|
|
461
|
-
--button-danger-outline-pressed-fg: #
|
|
462
|
-
--button-danger-outline-pressed-border: #
|
|
564
|
+
--button-danger-outline-pressed-bg: #FECDD3;
|
|
565
|
+
--button-danger-outline-pressed-fg: #BE123C;
|
|
566
|
+
--button-danger-outline-pressed-border: #E11D48;
|
|
463
567
|
--button-danger-ghost-default-bg: transparent;
|
|
464
568
|
--button-danger-ghost-default-border: transparent;
|
|
465
569
|
--button-danger-ghost-default-fg: #BE123C;
|
|
466
|
-
--button-danger-ghost-hover-bg: #
|
|
570
|
+
--button-danger-ghost-hover-bg: #FFE4E6;
|
|
467
571
|
--button-danger-ghost-hover-border: transparent;
|
|
468
572
|
--button-danger-ghost-hover-fg: #9F1239;
|
|
469
|
-
--button-danger-ghost-pressed-bg: #
|
|
573
|
+
--button-danger-ghost-pressed-bg: #FECDD3;
|
|
470
574
|
--button-danger-ghost-pressed-border: transparent;
|
|
471
|
-
--button-danger-ghost-pressed-fg: #
|
|
575
|
+
--button-danger-ghost-pressed-fg: #BE123C;
|
|
576
|
+
--button-danger-soft-default-bg: #FFF1F2;
|
|
577
|
+
--button-danger-soft-default-fg: #BE123C;
|
|
578
|
+
--button-danger-soft-default-border: transparent;
|
|
579
|
+
--button-danger-soft-hover-bg: #FFE4E6;
|
|
580
|
+
--button-danger-soft-hover-fg: #9F1239;
|
|
581
|
+
--button-danger-soft-hover-border: transparent;
|
|
582
|
+
--button-danger-soft-pressed-bg: #FECDD3;
|
|
583
|
+
--button-danger-soft-pressed-fg: #BE123C;
|
|
584
|
+
--button-danger-soft-pressed-border: transparent;
|
|
585
|
+
--button-danger-link-default-bg: transparent;
|
|
586
|
+
--button-danger-link-default-border: transparent;
|
|
587
|
+
--button-danger-link-default-fg: #BE123C;
|
|
588
|
+
--button-danger-link-hover-bg: transparent;
|
|
589
|
+
--button-danger-link-hover-border: transparent;
|
|
590
|
+
--button-danger-link-hover-fg: #9F1239;
|
|
591
|
+
--button-danger-link-pressed-bg: transparent;
|
|
592
|
+
--button-danger-link-pressed-border: transparent;
|
|
593
|
+
--button-danger-link-pressed-fg: #BE123C;
|
|
472
594
|
--button-disabled-bg: #F4F1FB;
|
|
473
595
|
--button-disabled-fg: #958CB0;
|
|
474
596
|
--button-disabled-border: #E4DDF4;
|
|
@@ -478,6 +600,7 @@
|
|
|
478
600
|
--checkbox-hover-bg: #F4F3FF;
|
|
479
601
|
--checkbox-hover-fg: #402C9F;
|
|
480
602
|
--checkbox-hover-border: #5037C8;
|
|
603
|
+
--checkbox-hover-label-fg: #402C9F;
|
|
481
604
|
--checkbox-checked-default-bg: #6346E8;
|
|
482
605
|
--checkbox-checked-default-fg: #FFFFFF;
|
|
483
606
|
--checkbox-checked-default-border: #6346E8;
|
|
@@ -593,8 +716,8 @@
|
|
|
593
716
|
--form-field-description-fg: #6B6386;
|
|
594
717
|
--form-field-helper-text-default-fg: #958CB0;
|
|
595
718
|
--form-field-helper-text-error-fg: #BE123C;
|
|
596
|
-
--form-field-helper-text-success-fg: #
|
|
597
|
-
--form-field-helper-text-warning-fg: #
|
|
719
|
+
--form-field-helper-text-success-fg: #0F766E;
|
|
720
|
+
--form-field-helper-text-warning-fg: #B45309;
|
|
598
721
|
--form-field-helper-text-info-fg: #0C4A6E;
|
|
599
722
|
--form-field-required-mark-fg: #BE123C;
|
|
600
723
|
--form-field-disabled-label-fg: #958CB0;
|
|
@@ -623,8 +746,8 @@
|
|
|
623
746
|
--input-disabled-icon: #958CB0;
|
|
624
747
|
--input-error-border: #E11D48;
|
|
625
748
|
--input-error-ring: #F43F5E;
|
|
626
|
-
--input-success-border: #
|
|
627
|
-
--input-success-ring: #
|
|
749
|
+
--input-success-border: #0F766E;
|
|
750
|
+
--input-success-ring: #14B8A6;
|
|
628
751
|
--input-read-only-bg: #FDFCFF;
|
|
629
752
|
--input-read-only-fg: #6B6386;
|
|
630
753
|
--input-read-only-border: #E4DDF4;
|
|
@@ -633,7 +756,7 @@
|
|
|
633
756
|
--input-icon-default: #3D3754;
|
|
634
757
|
--input-icon-primary: #5037C8;
|
|
635
758
|
--input-icon-secondary: #6B6386;
|
|
636
|
-
--input-icon-success: #
|
|
759
|
+
--input-icon-success: #0F766E;
|
|
637
760
|
--input-icon-danger: #BE123C;
|
|
638
761
|
--input-icon-muted: #958CB0;
|
|
639
762
|
--input-icon-inverse: #FFFFFF;
|
|
@@ -787,7 +910,7 @@
|
|
|
787
910
|
--color-primary-200: #D4CCFF;
|
|
788
911
|
--color-primary-300: #B8A8FF;
|
|
789
912
|
--color-primary-400: #9B7CFF;
|
|
790
|
-
--color-primary-500: #
|
|
913
|
+
--color-primary-500: #7352F8;
|
|
791
914
|
--color-primary-600: #6346E8;
|
|
792
915
|
--color-primary-700: #5037C8;
|
|
793
916
|
--color-primary-800: #402C9F;
|
|
@@ -832,17 +955,17 @@
|
|
|
832
955
|
--color-info-800: #082F49;
|
|
833
956
|
--color-info-900: #0B2538;
|
|
834
957
|
--color-info-950: #071927;
|
|
835
|
-
--color-success-50: #
|
|
836
|
-
--color-success-100: #
|
|
837
|
-
--color-success-200: #
|
|
838
|
-
--color-success-300: #
|
|
839
|
-
--color-success-400: #
|
|
840
|
-
--color-success-500: #
|
|
841
|
-
--color-success-600: #
|
|
842
|
-
--color-success-700: #
|
|
843
|
-
--color-success-800: #
|
|
844
|
-
--color-success-900: #
|
|
845
|
-
--color-success-950: #
|
|
958
|
+
--color-success-50: #F0FDFA;
|
|
959
|
+
--color-success-100: #CCFBF1;
|
|
960
|
+
--color-success-200: #99F6E4;
|
|
961
|
+
--color-success-300: #5EEAD4;
|
|
962
|
+
--color-success-400: #2DD4BF;
|
|
963
|
+
--color-success-500: #14B8A6;
|
|
964
|
+
--color-success-600: #0F9E94;
|
|
965
|
+
--color-success-700: #0F766E;
|
|
966
|
+
--color-success-800: #115E59;
|
|
967
|
+
--color-success-900: #134E4A;
|
|
968
|
+
--color-success-950: #042F2E;
|
|
846
969
|
--color-error-50: #FFF1F2;
|
|
847
970
|
--color-error-100: #FFE4E6;
|
|
848
971
|
--color-error-200: #FECDD3;
|
|
@@ -901,9 +1024,9 @@
|
|
|
901
1024
|
--action-primary-default-bg: #6346E8;
|
|
902
1025
|
--action-primary-default-fg: #FFFFFF;
|
|
903
1026
|
--action-primary-default-border: #6346E8;
|
|
904
|
-
--action-primary-hover-bg: #
|
|
1027
|
+
--action-primary-hover-bg: #7352F8;
|
|
905
1028
|
--action-primary-hover-fg: #FFFFFF;
|
|
906
|
-
--action-primary-hover-border: #
|
|
1029
|
+
--action-primary-hover-border: #7352F8;
|
|
907
1030
|
--action-primary-active-bg: #5037C8;
|
|
908
1031
|
--action-primary-active-fg: #FFFFFF;
|
|
909
1032
|
--action-primary-active-border: #5037C8;
|
|
@@ -928,19 +1051,19 @@
|
|
|
928
1051
|
--action-secondary-subtle-bg: #B4F4FD;
|
|
929
1052
|
--action-secondary-subtle-fg: #0A6175;
|
|
930
1053
|
--action-secondary-subtle-border: transparent;
|
|
931
|
-
--action-close-default-bg: #
|
|
1054
|
+
--action-close-default-bg: #BBB2D2;
|
|
932
1055
|
--action-close-default-fg: #000000;
|
|
933
|
-
--action-close-default-border: #
|
|
934
|
-
--action-close-hover-bg: #
|
|
1056
|
+
--action-close-default-border: #BBB2D2;
|
|
1057
|
+
--action-close-hover-bg: #E4DDF4;
|
|
935
1058
|
--action-close-hover-fg: #000000;
|
|
936
|
-
--action-close-hover-border: #
|
|
1059
|
+
--action-close-hover-border: #E4DDF4;
|
|
937
1060
|
--action-close-active-bg: #6B6386;
|
|
938
|
-
--action-close-active-fg: #
|
|
1061
|
+
--action-close-active-fg: #FFFFFF;
|
|
939
1062
|
--action-close-active-border: #6B6386;
|
|
940
1063
|
--action-close-muted-bg: #231F31;
|
|
941
1064
|
--action-close-muted-fg: #FFFFFF;
|
|
942
1065
|
--action-close-muted-border: #3D3754;
|
|
943
|
-
--action-close-subtle-bg: #
|
|
1066
|
+
--action-close-subtle-bg: #EEE8FA;
|
|
944
1067
|
--action-close-subtle-fg: #BBB2D2;
|
|
945
1068
|
--action-close-subtle-border: transparent;
|
|
946
1069
|
--action-danger-default-bg: #E11D48;
|
|
@@ -977,9 +1100,9 @@
|
|
|
977
1100
|
--control-disabled-bg: #2F2A42;
|
|
978
1101
|
--control-disabled-fg: #6B6386;
|
|
979
1102
|
--control-disabled-border: #3D3754;
|
|
980
|
-
--control-selected-default-bg: #
|
|
1103
|
+
--control-selected-default-bg: #7352F8;
|
|
981
1104
|
--control-selected-default-fg: #FFFFFF;
|
|
982
|
-
--control-selected-default-border: #
|
|
1105
|
+
--control-selected-default-border: #7352F8;
|
|
983
1106
|
--control-selected-hover-bg: #9B7CFF;
|
|
984
1107
|
--control-selected-hover-fg: #FFFFFF;
|
|
985
1108
|
--control-selected-hover-border: #9B7CFF;
|
|
@@ -1046,11 +1169,11 @@
|
|
|
1046
1169
|
--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.06);
|
|
1047
1170
|
--skeleton-base: #242034;
|
|
1048
1171
|
--skeleton-highlight: #2F2A42;
|
|
1049
|
-
--status-success-fg: #
|
|
1172
|
+
--status-success-fg: #2DD4BF;
|
|
1050
1173
|
--status-success-bg: rgba(52, 211, 153, 0.14);
|
|
1051
|
-
--status-success-border: #
|
|
1052
|
-
--status-success-ring: #
|
|
1053
|
-
--status-success-strong: #
|
|
1174
|
+
--status-success-border: #2DD4BF;
|
|
1175
|
+
--status-success-ring: #5EEAD4;
|
|
1176
|
+
--status-success-strong: #0F9E94;
|
|
1054
1177
|
--status-error-fg: #FB7185;
|
|
1055
1178
|
--status-error-bg: rgba(251, 113, 133, 0.16);
|
|
1056
1179
|
--status-error-border: #FB7185;
|
|
@@ -1084,116 +1207,238 @@
|
|
|
1084
1207
|
--text-brand: #B8A8FF;
|
|
1085
1208
|
--text-interactive: #B8A8FF;
|
|
1086
1209
|
--text-interactive-hover: #9B7CFF;
|
|
1087
|
-
--text-interactive-active: #
|
|
1210
|
+
--text-interactive-active: #7352F8;
|
|
1088
1211
|
--text-inverse: #000000;
|
|
1212
|
+
--button-primary-ring: #9B7CFF;
|
|
1089
1213
|
--button-primary-solid-default-bg: #6346E8;
|
|
1090
|
-
--button-primary-solid-default-fg: #
|
|
1214
|
+
--button-primary-solid-default-fg: #F4F3FF;
|
|
1091
1215
|
--button-primary-solid-default-border: #6346E8;
|
|
1092
|
-
--button-primary-solid-hover-bg: #
|
|
1093
|
-
--button-primary-solid-hover-fg: #
|
|
1094
|
-
--button-primary-solid-hover-border: #
|
|
1095
|
-
--button-primary-solid-pressed-bg: #
|
|
1096
|
-
--button-primary-solid-pressed-fg: #
|
|
1097
|
-
--button-primary-solid-pressed-border: #
|
|
1216
|
+
--button-primary-solid-hover-bg: #5037C8;
|
|
1217
|
+
--button-primary-solid-hover-fg: #D4CCFF;
|
|
1218
|
+
--button-primary-solid-hover-border: #5037C8;
|
|
1219
|
+
--button-primary-solid-pressed-bg: #402C9F;
|
|
1220
|
+
--button-primary-solid-pressed-fg: #B8A8FF;
|
|
1221
|
+
--button-primary-solid-pressed-border: #402C9F;
|
|
1098
1222
|
--button-primary-outline-default-bg: transparent;
|
|
1099
|
-
--button-primary-outline-default-fg: #
|
|
1100
|
-
--button-primary-outline-default-border: #
|
|
1101
|
-
--button-primary-outline-hover-bg: #
|
|
1102
|
-
--button-primary-outline-hover-fg: #
|
|
1103
|
-
--button-primary-outline-hover-border: #
|
|
1104
|
-
--button-primary-outline-pressed-bg: #
|
|
1105
|
-
--button-primary-outline-pressed-fg: #
|
|
1106
|
-
--button-primary-outline-pressed-border: #
|
|
1223
|
+
--button-primary-outline-default-fg: #9B7CFF;
|
|
1224
|
+
--button-primary-outline-default-border: #B8A8FF;
|
|
1225
|
+
--button-primary-outline-hover-bg: #342580;
|
|
1226
|
+
--button-primary-outline-hover-fg: #9B7CFF;
|
|
1227
|
+
--button-primary-outline-hover-border: #7352F8;
|
|
1228
|
+
--button-primary-outline-pressed-bg: #402C9F;
|
|
1229
|
+
--button-primary-outline-pressed-fg: #7352F8;
|
|
1230
|
+
--button-primary-outline-pressed-border: #6346E8;
|
|
1107
1231
|
--button-primary-ghost-default-bg: transparent;
|
|
1108
1232
|
--button-primary-ghost-default-border: transparent;
|
|
1109
|
-
--button-primary-ghost-default-fg: #
|
|
1110
|
-
--button-primary-ghost-hover-bg: #
|
|
1233
|
+
--button-primary-ghost-default-fg: #9B7CFF;
|
|
1234
|
+
--button-primary-ghost-hover-bg: #342580;
|
|
1111
1235
|
--button-primary-ghost-hover-border: transparent;
|
|
1112
|
-
--button-primary-ghost-hover-fg: #
|
|
1113
|
-
--button-primary-ghost-pressed-bg: #
|
|
1236
|
+
--button-primary-ghost-hover-fg: #9B7CFF;
|
|
1237
|
+
--button-primary-ghost-pressed-bg: #402C9F;
|
|
1114
1238
|
--button-primary-ghost-pressed-border: transparent;
|
|
1115
|
-
--button-primary-ghost-pressed-fg: #
|
|
1116
|
-
--button-
|
|
1117
|
-
--button-
|
|
1118
|
-
--button-
|
|
1119
|
-
--button-
|
|
1120
|
-
--button-
|
|
1121
|
-
--button-
|
|
1122
|
-
--button-
|
|
1123
|
-
--button-
|
|
1124
|
-
--button-
|
|
1125
|
-
--button-
|
|
1126
|
-
--button-
|
|
1127
|
-
--button-
|
|
1128
|
-
--button-
|
|
1129
|
-
--button-
|
|
1130
|
-
--button-
|
|
1131
|
-
--button-
|
|
1132
|
-
--button-
|
|
1133
|
-
--button-
|
|
1134
|
-
--button-
|
|
1135
|
-
--button-
|
|
1136
|
-
--button-
|
|
1137
|
-
--button-
|
|
1138
|
-
--button-
|
|
1139
|
-
--button-
|
|
1140
|
-
--button-
|
|
1141
|
-
--button-
|
|
1142
|
-
--button-
|
|
1143
|
-
--button-
|
|
1144
|
-
--button-
|
|
1145
|
-
--button-
|
|
1146
|
-
--button-
|
|
1147
|
-
--button-
|
|
1148
|
-
--button-
|
|
1149
|
-
--button-
|
|
1150
|
-
--button-
|
|
1151
|
-
--button-
|
|
1152
|
-
--button-
|
|
1153
|
-
--button-
|
|
1154
|
-
--button-
|
|
1155
|
-
--button-
|
|
1156
|
-
--button-
|
|
1157
|
-
--button-
|
|
1158
|
-
--button-
|
|
1159
|
-
--button-
|
|
1160
|
-
--button-
|
|
1161
|
-
--button-
|
|
1162
|
-
--button-
|
|
1163
|
-
--button-
|
|
1164
|
-
--button-
|
|
1165
|
-
--button-
|
|
1166
|
-
--button-
|
|
1167
|
-
--button-
|
|
1168
|
-
--button-
|
|
1169
|
-
--button-
|
|
1170
|
-
--button-
|
|
1171
|
-
--button-
|
|
1172
|
-
--button-
|
|
1173
|
-
--button-
|
|
1174
|
-
--button-
|
|
1175
|
-
--button-
|
|
1176
|
-
--button-
|
|
1177
|
-
--button-
|
|
1178
|
-
--button-
|
|
1239
|
+
--button-primary-ghost-pressed-fg: #7352F8;
|
|
1240
|
+
--button-primary-soft-default-bg: #21164F;
|
|
1241
|
+
--button-primary-soft-default-fg: #9B7CFF;
|
|
1242
|
+
--button-primary-soft-default-border: transparent;
|
|
1243
|
+
--button-primary-soft-hover-bg: #342580;
|
|
1244
|
+
--button-primary-soft-hover-fg: #9B7CFF;
|
|
1245
|
+
--button-primary-soft-hover-border: transparent;
|
|
1246
|
+
--button-primary-soft-pressed-bg: #402C9F;
|
|
1247
|
+
--button-primary-soft-pressed-fg: #7352F8;
|
|
1248
|
+
--button-primary-soft-pressed-border: transparent;
|
|
1249
|
+
--button-primary-link-default-bg: transparent;
|
|
1250
|
+
--button-primary-link-default-border: transparent;
|
|
1251
|
+
--button-primary-link-default-fg: #9B7CFF;
|
|
1252
|
+
--button-primary-link-hover-bg: transparent;
|
|
1253
|
+
--button-primary-link-hover-border: transparent;
|
|
1254
|
+
--button-primary-link-hover-fg: #9B7CFF;
|
|
1255
|
+
--button-primary-link-pressed-bg: transparent;
|
|
1256
|
+
--button-primary-link-pressed-border: transparent;
|
|
1257
|
+
--button-primary-link-pressed-fg: #7352F8;
|
|
1258
|
+
--button-neutral-ring: #958CB0;
|
|
1259
|
+
--button-neutral-solid-default-bg: #E4DDF4;
|
|
1260
|
+
--button-neutral-solid-default-fg: #181521;
|
|
1261
|
+
--button-neutral-solid-default-border: #E4DDF4;
|
|
1262
|
+
--button-neutral-solid-hover-bg: #BBB2D2;
|
|
1263
|
+
--button-neutral-solid-hover-fg: #231F31;
|
|
1264
|
+
--button-neutral-solid-hover-border: #BBB2D2;
|
|
1265
|
+
--button-neutral-solid-pressed-bg: #958CB0;
|
|
1266
|
+
--button-neutral-solid-pressed-fg: #2F2A42;
|
|
1267
|
+
--button-neutral-solid-pressed-border: #958CB0;
|
|
1268
|
+
--button-neutral-outline-default-bg: transparent;
|
|
1269
|
+
--button-neutral-outline-default-fg: #E4DDF4;
|
|
1270
|
+
--button-neutral-outline-default-border: #BBB2D2;
|
|
1271
|
+
--button-neutral-outline-hover-bg: #3D3754;
|
|
1272
|
+
--button-neutral-outline-hover-fg: #BBB2D2;
|
|
1273
|
+
--button-neutral-outline-hover-border: #958CB0;
|
|
1274
|
+
--button-neutral-outline-pressed-bg: #2F2A42;
|
|
1275
|
+
--button-neutral-outline-pressed-fg: #958CB0;
|
|
1276
|
+
--button-neutral-outline-pressed-border: #6B6386;
|
|
1277
|
+
--button-neutral-ghost-default-bg: transparent;
|
|
1278
|
+
--button-neutral-ghost-default-border: transparent;
|
|
1279
|
+
--button-neutral-ghost-default-fg: #E4DDF4;
|
|
1280
|
+
--button-neutral-ghost-hover-bg: #3D3754;
|
|
1281
|
+
--button-neutral-ghost-hover-border: transparent;
|
|
1282
|
+
--button-neutral-ghost-hover-fg: #BBB2D2;
|
|
1283
|
+
--button-neutral-ghost-pressed-bg: #2F2A42;
|
|
1284
|
+
--button-neutral-ghost-pressed-border: transparent;
|
|
1285
|
+
--button-neutral-ghost-pressed-fg: #958CB0;
|
|
1286
|
+
--button-neutral-soft-default-bg: #2F2A42;
|
|
1287
|
+
--button-neutral-soft-default-fg: #E4DDF4;
|
|
1288
|
+
--button-neutral-soft-default-border: transparent;
|
|
1289
|
+
--button-neutral-soft-hover-bg: #3D3754;
|
|
1290
|
+
--button-neutral-soft-hover-fg: #BBB2D2;
|
|
1291
|
+
--button-neutral-soft-hover-border: transparent;
|
|
1292
|
+
--button-neutral-soft-pressed-bg: #2F2A42;
|
|
1293
|
+
--button-neutral-soft-pressed-fg: #958CB0;
|
|
1294
|
+
--button-neutral-soft-pressed-border: transparent;
|
|
1295
|
+
--button-neutral-link-default-bg: transparent;
|
|
1296
|
+
--button-neutral-link-default-border: transparent;
|
|
1297
|
+
--button-neutral-link-default-fg: #E4DDF4;
|
|
1298
|
+
--button-neutral-link-hover-bg: transparent;
|
|
1299
|
+
--button-neutral-link-hover-border: transparent;
|
|
1300
|
+
--button-neutral-link-hover-fg: #BBB2D2;
|
|
1301
|
+
--button-neutral-link-pressed-bg: transparent;
|
|
1302
|
+
--button-neutral-link-pressed-border: transparent;
|
|
1303
|
+
--button-neutral-link-pressed-fg: #958CB0;
|
|
1304
|
+
--button-success-ring: #14B8A6;
|
|
1305
|
+
--button-success-solid-default-bg: #14B8A6;
|
|
1306
|
+
--button-success-solid-default-fg: #042F2E;
|
|
1307
|
+
--button-success-solid-default-border: #14B8A6;
|
|
1308
|
+
--button-success-solid-hover-bg: #0F9E94;
|
|
1309
|
+
--button-success-solid-hover-fg: #134E4A;
|
|
1310
|
+
--button-success-solid-hover-border: #0F9E94;
|
|
1311
|
+
--button-success-solid-pressed-bg: #0F766E;
|
|
1312
|
+
--button-success-solid-pressed-fg: #115E59;
|
|
1313
|
+
--button-success-solid-pressed-border: #0F766E;
|
|
1314
|
+
--button-success-outline-default-bg: transparent;
|
|
1315
|
+
--button-success-outline-default-fg: #2DD4BF;
|
|
1316
|
+
--button-success-outline-default-border: #14B8A6;
|
|
1317
|
+
--button-success-outline-hover-bg: #134E4A;
|
|
1318
|
+
--button-success-outline-hover-fg: #14B8A6;
|
|
1319
|
+
--button-success-outline-hover-border: #0F9E94;
|
|
1320
|
+
--button-success-outline-pressed-bg: #115E59;
|
|
1321
|
+
--button-success-outline-pressed-fg: #0F9E94;
|
|
1322
|
+
--button-success-outline-pressed-border: #0F766E;
|
|
1323
|
+
--button-success-ghost-default-bg: transparent;
|
|
1324
|
+
--button-success-ghost-default-border: transparent;
|
|
1325
|
+
--button-success-ghost-default-fg: #2DD4BF;
|
|
1326
|
+
--button-success-ghost-hover-bg: #134E4A;
|
|
1327
|
+
--button-success-ghost-hover-border: transparent;
|
|
1328
|
+
--button-success-ghost-hover-fg: #14B8A6;
|
|
1329
|
+
--button-success-ghost-pressed-bg: #115E59;
|
|
1330
|
+
--button-success-ghost-pressed-border: transparent;
|
|
1331
|
+
--button-success-ghost-pressed-fg: #0F9E94;
|
|
1332
|
+
--button-success-soft-default-bg: #042F2E;
|
|
1333
|
+
--button-success-soft-default-fg: #2DD4BF;
|
|
1334
|
+
--button-success-soft-default-border: transparent;
|
|
1335
|
+
--button-success-soft-hover-bg: #134E4A;
|
|
1336
|
+
--button-success-soft-hover-fg: #14B8A6;
|
|
1337
|
+
--button-success-soft-hover-border: transparent;
|
|
1338
|
+
--button-success-soft-pressed-bg: #115E59;
|
|
1339
|
+
--button-success-soft-pressed-fg: #0F9E94;
|
|
1340
|
+
--button-success-soft-pressed-border: transparent;
|
|
1341
|
+
--button-success-link-default-bg: transparent;
|
|
1342
|
+
--button-success-link-default-border: transparent;
|
|
1343
|
+
--button-success-link-default-fg: #2DD4BF;
|
|
1344
|
+
--button-success-link-hover-bg: transparent;
|
|
1345
|
+
--button-success-link-hover-border: transparent;
|
|
1346
|
+
--button-success-link-hover-fg: #14B8A6;
|
|
1347
|
+
--button-success-link-pressed-bg: transparent;
|
|
1348
|
+
--button-success-link-pressed-border: transparent;
|
|
1349
|
+
--button-success-link-pressed-fg: #0F9E94;
|
|
1350
|
+
--button-warning-ring: #F59E0B;
|
|
1351
|
+
--button-warning-solid-default-bg: #F59E0B;
|
|
1352
|
+
--button-warning-solid-default-fg: #451A03;
|
|
1353
|
+
--button-warning-solid-default-border: #F59E0B;
|
|
1354
|
+
--button-warning-solid-hover-bg: #D97706;
|
|
1355
|
+
--button-warning-solid-hover-fg: #78350F;
|
|
1356
|
+
--button-warning-solid-hover-border: #D97706;
|
|
1357
|
+
--button-warning-solid-pressed-bg: #B45309;
|
|
1358
|
+
--button-warning-solid-pressed-fg: #92400E;
|
|
1359
|
+
--button-warning-solid-pressed-border: #B45309;
|
|
1360
|
+
--button-warning-outline-default-bg: transparent;
|
|
1361
|
+
--button-warning-outline-default-fg: #FBBF24;
|
|
1362
|
+
--button-warning-outline-default-border: #F59E0B;
|
|
1363
|
+
--button-warning-outline-hover-bg: #78350F;
|
|
1364
|
+
--button-warning-outline-hover-fg: #F59E0B;
|
|
1365
|
+
--button-warning-outline-hover-border: #D97706;
|
|
1366
|
+
--button-warning-outline-pressed-bg: #92400E;
|
|
1367
|
+
--button-warning-outline-pressed-fg: #D97706;
|
|
1368
|
+
--button-warning-outline-pressed-border: #B45309;
|
|
1369
|
+
--button-warning-ghost-default-bg: transparent;
|
|
1370
|
+
--button-warning-ghost-default-border: transparent;
|
|
1371
|
+
--button-warning-ghost-default-fg: #FBBF24;
|
|
1372
|
+
--button-warning-ghost-hover-bg: #78350F;
|
|
1373
|
+
--button-warning-ghost-hover-border: transparent;
|
|
1374
|
+
--button-warning-ghost-hover-fg: #F59E0B;
|
|
1375
|
+
--button-warning-ghost-pressed-bg: #92400E;
|
|
1376
|
+
--button-warning-ghost-pressed-border: transparent;
|
|
1377
|
+
--button-warning-ghost-pressed-fg: #D97706;
|
|
1378
|
+
--button-warning-soft-default-bg: #451A03;
|
|
1379
|
+
--button-warning-soft-default-fg: #FBBF24;
|
|
1380
|
+
--button-warning-soft-default-border: transparent;
|
|
1381
|
+
--button-warning-soft-hover-bg: #78350F;
|
|
1382
|
+
--button-warning-soft-hover-fg: #F59E0B;
|
|
1383
|
+
--button-warning-soft-hover-border: transparent;
|
|
1384
|
+
--button-warning-soft-pressed-bg: #92400E;
|
|
1385
|
+
--button-warning-soft-pressed-fg: #D97706;
|
|
1386
|
+
--button-warning-soft-pressed-border: transparent;
|
|
1387
|
+
--button-warning-link-default-bg: transparent;
|
|
1388
|
+
--button-warning-link-default-border: transparent;
|
|
1389
|
+
--button-warning-link-default-fg: #FBBF24;
|
|
1390
|
+
--button-warning-link-hover-bg: transparent;
|
|
1391
|
+
--button-warning-link-hover-border: transparent;
|
|
1392
|
+
--button-warning-link-hover-fg: #F59E0B;
|
|
1393
|
+
--button-warning-link-pressed-bg: transparent;
|
|
1394
|
+
--button-warning-link-pressed-border: transparent;
|
|
1395
|
+
--button-warning-link-pressed-fg: #D97706;
|
|
1396
|
+
--button-danger-ring: #F43F5E;
|
|
1397
|
+
--button-danger-solid-default-bg: #BE123C;
|
|
1398
|
+
--button-danger-solid-default-fg: #FFF1F2;
|
|
1399
|
+
--button-danger-solid-default-border: #BE123C;
|
|
1400
|
+
--button-danger-solid-hover-bg: #9F1239;
|
|
1401
|
+
--button-danger-solid-hover-fg: #FECDD3;
|
|
1402
|
+
--button-danger-solid-hover-border: #9F1239;
|
|
1403
|
+
--button-danger-solid-pressed-bg: #881337;
|
|
1404
|
+
--button-danger-solid-pressed-fg: #FDA4AF;
|
|
1405
|
+
--button-danger-solid-pressed-border: #881337;
|
|
1179
1406
|
--button-danger-outline-default-bg: transparent;
|
|
1180
1407
|
--button-danger-outline-default-fg: #FB7185;
|
|
1181
|
-
--button-danger-outline-default-border: #
|
|
1182
|
-
--button-danger-outline-hover-bg:
|
|
1183
|
-
--button-danger-outline-hover-fg: #
|
|
1184
|
-
--button-danger-outline-hover-border: #
|
|
1185
|
-
--button-danger-outline-pressed-bg: #
|
|
1186
|
-
--button-danger-outline-pressed-fg: #
|
|
1187
|
-
--button-danger-outline-pressed-border: #
|
|
1408
|
+
--button-danger-outline-default-border: #F43F5E;
|
|
1409
|
+
--button-danger-outline-hover-bg: #881337;
|
|
1410
|
+
--button-danger-outline-hover-fg: #F43F5E;
|
|
1411
|
+
--button-danger-outline-hover-border: #E11D48;
|
|
1412
|
+
--button-danger-outline-pressed-bg: #9F1239;
|
|
1413
|
+
--button-danger-outline-pressed-fg: #E11D48;
|
|
1414
|
+
--button-danger-outline-pressed-border: #BE123C;
|
|
1188
1415
|
--button-danger-ghost-default-bg: transparent;
|
|
1189
1416
|
--button-danger-ghost-default-border: transparent;
|
|
1190
1417
|
--button-danger-ghost-default-fg: #FB7185;
|
|
1191
|
-
--button-danger-ghost-hover-bg:
|
|
1418
|
+
--button-danger-ghost-hover-bg: #881337;
|
|
1192
1419
|
--button-danger-ghost-hover-border: transparent;
|
|
1193
|
-
--button-danger-ghost-hover-fg: #
|
|
1194
|
-
--button-danger-ghost-pressed-bg: #
|
|
1420
|
+
--button-danger-ghost-hover-fg: #F43F5E;
|
|
1421
|
+
--button-danger-ghost-pressed-bg: #9F1239;
|
|
1195
1422
|
--button-danger-ghost-pressed-border: transparent;
|
|
1196
|
-
--button-danger-ghost-pressed-fg: #
|
|
1423
|
+
--button-danger-ghost-pressed-fg: #E11D48;
|
|
1424
|
+
--button-danger-soft-default-bg: #4C0519;
|
|
1425
|
+
--button-danger-soft-default-fg: #FB7185;
|
|
1426
|
+
--button-danger-soft-default-border: transparent;
|
|
1427
|
+
--button-danger-soft-hover-bg: #881337;
|
|
1428
|
+
--button-danger-soft-hover-fg: #F43F5E;
|
|
1429
|
+
--button-danger-soft-hover-border: transparent;
|
|
1430
|
+
--button-danger-soft-pressed-bg: #9F1239;
|
|
1431
|
+
--button-danger-soft-pressed-fg: #E11D48;
|
|
1432
|
+
--button-danger-soft-pressed-border: transparent;
|
|
1433
|
+
--button-danger-link-default-bg: transparent;
|
|
1434
|
+
--button-danger-link-default-border: transparent;
|
|
1435
|
+
--button-danger-link-default-fg: #FB7185;
|
|
1436
|
+
--button-danger-link-hover-bg: transparent;
|
|
1437
|
+
--button-danger-link-hover-border: transparent;
|
|
1438
|
+
--button-danger-link-hover-fg: #F43F5E;
|
|
1439
|
+
--button-danger-link-pressed-bg: transparent;
|
|
1440
|
+
--button-danger-link-pressed-border: transparent;
|
|
1441
|
+
--button-danger-link-pressed-fg: #E11D48;
|
|
1197
1442
|
--button-disabled-bg: #2F2A42;
|
|
1198
1443
|
--button-disabled-fg: #6B6386;
|
|
1199
1444
|
--button-disabled-border: #3D3754;
|
|
@@ -1203,9 +1448,10 @@
|
|
|
1203
1448
|
--checkbox-hover-bg: #2F2A42;
|
|
1204
1449
|
--checkbox-hover-fg: #B8A8FF;
|
|
1205
1450
|
--checkbox-hover-border: #B8A8FF;
|
|
1206
|
-
--checkbox-
|
|
1451
|
+
--checkbox-hover-label-fg: #9B7CFF;
|
|
1452
|
+
--checkbox-checked-default-bg: #7352F8;
|
|
1207
1453
|
--checkbox-checked-default-fg: #FFFFFF;
|
|
1208
|
-
--checkbox-checked-default-border: #
|
|
1454
|
+
--checkbox-checked-default-border: #7352F8;
|
|
1209
1455
|
--checkbox-checked-default-label-fg: #B8A8FF;
|
|
1210
1456
|
--checkbox-checked-hover-bg: #9B7CFF;
|
|
1211
1457
|
--checkbox-checked-hover-fg: #FFFFFF;
|
|
@@ -1214,7 +1460,7 @@
|
|
|
1214
1460
|
--checkbox-checked-pressed-bg: #6346E8;
|
|
1215
1461
|
--checkbox-checked-pressed-fg: #FFFFFF;
|
|
1216
1462
|
--checkbox-checked-pressed-border: #6346E8;
|
|
1217
|
-
--checkbox-checked-pressed-label-fg: #
|
|
1463
|
+
--checkbox-checked-pressed-label-fg: #7352F8;
|
|
1218
1464
|
--checkbox-focus-ring: #B8A8FF;
|
|
1219
1465
|
--checkbox-disabled-bg: #2F2A42;
|
|
1220
1466
|
--checkbox-disabled-fg: #6B6386;
|
|
@@ -1318,7 +1564,7 @@
|
|
|
1318
1564
|
--form-field-description-fg: #BBB2D2;
|
|
1319
1565
|
--form-field-helper-text-default-fg: #958CB0;
|
|
1320
1566
|
--form-field-helper-text-error-fg: #FB7185;
|
|
1321
|
-
--form-field-helper-text-success-fg: #
|
|
1567
|
+
--form-field-helper-text-success-fg: #2DD4BF;
|
|
1322
1568
|
--form-field-helper-text-warning-fg: #FBBF24;
|
|
1323
1569
|
--form-field-helper-text-info-fg: #7DD3FC;
|
|
1324
1570
|
--form-field-required-mark-fg: #FB7185;
|
|
@@ -1348,8 +1594,8 @@
|
|
|
1348
1594
|
--input-disabled-icon: #6B6386;
|
|
1349
1595
|
--input-error-border: #FB7185;
|
|
1350
1596
|
--input-error-ring: #FB7185;
|
|
1351
|
-
--input-success-border: #
|
|
1352
|
-
--input-success-ring: #
|
|
1597
|
+
--input-success-border: #2DD4BF;
|
|
1598
|
+
--input-success-ring: #2DD4BF;
|
|
1353
1599
|
--input-read-only-bg: #242034;
|
|
1354
1600
|
--input-read-only-fg: #BBB2D2;
|
|
1355
1601
|
--input-read-only-border: #3D3754;
|
|
@@ -1358,7 +1604,7 @@
|
|
|
1358
1604
|
--input-icon-default: #F4F1FB;
|
|
1359
1605
|
--input-icon-primary: #B8A8FF;
|
|
1360
1606
|
--input-icon-secondary: #E5E7EB;
|
|
1361
|
-
--input-icon-success: #
|
|
1607
|
+
--input-icon-success: #2DD4BF;
|
|
1362
1608
|
--input-icon-danger: #FB7185;
|
|
1363
1609
|
--input-icon-muted: #958CB0;
|
|
1364
1610
|
--input-icon-inverse: #000000;
|
|
@@ -1402,7 +1648,7 @@
|
|
|
1402
1648
|
--radio-pressed-border: #B8A8FF;
|
|
1403
1649
|
--radio-checked-default-bg: #181521;
|
|
1404
1650
|
--radio-checked-default-fg: #B8A8FF;
|
|
1405
|
-
--radio-checked-default-border: #
|
|
1651
|
+
--radio-checked-default-border: #7352F8;
|
|
1406
1652
|
--radio-checked-default-label-fg: #B8A8FF;
|
|
1407
1653
|
--radio-checked-hover-bg: #2F2A42;
|
|
1408
1654
|
--radio-checked-hover-fg: #D4CCFF;
|
|
@@ -1495,7 +1741,7 @@
|
|
|
1495
1741
|
--tabs-pills-disabled-fg: #6B6386;
|
|
1496
1742
|
--tabs-pills-disabled-border: transparent;
|
|
1497
1743
|
--tabs-indicator-default-bg: #B8A8FF;
|
|
1498
|
-
--tabs-indicator-hover-bg: #
|
|
1744
|
+
--tabs-indicator-hover-bg: #7352F8;
|
|
1499
1745
|
--tabs-indicator-active-bg: #6346E8;
|
|
1500
1746
|
--tabs-panel-fg: #F4F1FB;
|
|
1501
1747
|
--tooltip-content-bg: #FFFFFF;
|
|
@@ -1512,7 +1758,7 @@
|
|
|
1512
1758
|
--color-primary-200: #D4CCFF;
|
|
1513
1759
|
--color-primary-300: #B8A8FF;
|
|
1514
1760
|
--color-primary-400: #9B7CFF;
|
|
1515
|
-
--color-primary-500: #
|
|
1761
|
+
--color-primary-500: #7352F8;
|
|
1516
1762
|
--color-primary-600: #6346E8;
|
|
1517
1763
|
--color-primary-700: #5037C8;
|
|
1518
1764
|
--color-primary-800: #402C9F;
|
|
@@ -1557,17 +1803,17 @@
|
|
|
1557
1803
|
--color-info-800: #082F49;
|
|
1558
1804
|
--color-info-900: #0B2538;
|
|
1559
1805
|
--color-info-950: #071927;
|
|
1560
|
-
--color-success-50: #
|
|
1561
|
-
--color-success-100: #
|
|
1562
|
-
--color-success-200: #
|
|
1563
|
-
--color-success-300: #
|
|
1564
|
-
--color-success-400: #
|
|
1565
|
-
--color-success-500: #
|
|
1566
|
-
--color-success-600: #
|
|
1567
|
-
--color-success-700: #
|
|
1568
|
-
--color-success-800: #
|
|
1569
|
-
--color-success-900: #
|
|
1570
|
-
--color-success-950: #
|
|
1806
|
+
--color-success-50: #F0FDFA;
|
|
1807
|
+
--color-success-100: #CCFBF1;
|
|
1808
|
+
--color-success-200: #99F6E4;
|
|
1809
|
+
--color-success-300: #5EEAD4;
|
|
1810
|
+
--color-success-400: #2DD4BF;
|
|
1811
|
+
--color-success-500: #14B8A6;
|
|
1812
|
+
--color-success-600: #0F9E94;
|
|
1813
|
+
--color-success-700: #0F766E;
|
|
1814
|
+
--color-success-800: #115E59;
|
|
1815
|
+
--color-success-900: #134E4A;
|
|
1816
|
+
--color-success-950: #042F2E;
|
|
1571
1817
|
--color-error-50: #FFF1F2;
|
|
1572
1818
|
--color-error-100: #FFE4E6;
|
|
1573
1819
|
--color-error-200: #FECDD3;
|
|
@@ -1623,15 +1869,15 @@
|
|
|
1623
1869
|
--color-mono-800: #1A1A1A;
|
|
1624
1870
|
--color-mono-900: #0F0F0F;
|
|
1625
1871
|
--color-mono-950: #000000;
|
|
1626
|
-
--action-primary-default-bg: #
|
|
1872
|
+
--action-primary-default-bg: #7352F8;
|
|
1627
1873
|
--action-primary-default-fg: #FFFFFF;
|
|
1628
1874
|
--action-primary-default-border: #FFFFFF;
|
|
1629
1875
|
--action-primary-hover-bg: #9B7CFF;
|
|
1630
1876
|
--action-primary-hover-fg: #000000;
|
|
1631
|
-
--action-primary-hover-border: #
|
|
1877
|
+
--action-primary-hover-border: #D4CCFF;
|
|
1632
1878
|
--action-primary-active-bg: #6346E8;
|
|
1633
1879
|
--action-primary-active-fg: #FFFFFF;
|
|
1634
|
-
--action-primary-active-border: #
|
|
1880
|
+
--action-primary-active-border: #B8A8FF;
|
|
1635
1881
|
--action-primary-muted-bg: #21164F;
|
|
1636
1882
|
--action-primary-muted-fg: #E9E6FF;
|
|
1637
1883
|
--action-primary-muted-border: #B8A8FF;
|
|
@@ -1643,7 +1889,7 @@
|
|
|
1643
1889
|
--action-secondary-default-border: #FFFFFF;
|
|
1644
1890
|
--action-secondary-hover-bg: #B4F4FD;
|
|
1645
1891
|
--action-secondary-hover-fg: #000000;
|
|
1646
|
-
--action-secondary-hover-border: #
|
|
1892
|
+
--action-secondary-hover-border: #79E8F8;
|
|
1647
1893
|
--action-secondary-active-bg: #3ED5EE;
|
|
1648
1894
|
--action-secondary-active-fg: #000000;
|
|
1649
1895
|
--action-secondary-active-border: #FCD34D;
|
|
@@ -1655,26 +1901,26 @@
|
|
|
1655
1901
|
--action-secondary-subtle-border: transparent;
|
|
1656
1902
|
--action-close-default-bg: #FFFFFF;
|
|
1657
1903
|
--action-close-default-fg: #000000;
|
|
1658
|
-
--action-close-default-border: #
|
|
1904
|
+
--action-close-default-border: #000000;
|
|
1659
1905
|
--action-close-hover-bg: #E5E7EB;
|
|
1660
1906
|
--action-close-hover-fg: #000000;
|
|
1661
|
-
--action-close-hover-border: #
|
|
1907
|
+
--action-close-hover-border: #0B1120;
|
|
1662
1908
|
--action-close-active-bg: #9CA3AF;
|
|
1663
1909
|
--action-close-active-fg: #000000;
|
|
1664
|
-
--action-close-active-border: #
|
|
1910
|
+
--action-close-active-border: #0B1120;
|
|
1665
1911
|
--action-close-muted-bg: #1F2937;
|
|
1666
1912
|
--action-close-muted-fg: #FFFFFF;
|
|
1667
1913
|
--action-close-muted-border: #D1D5DB;
|
|
1668
1914
|
--action-close-subtle-bg: #111827;
|
|
1669
1915
|
--action-close-subtle-fg: #FFFFFF;
|
|
1670
1916
|
--action-close-subtle-border: transparent;
|
|
1671
|
-
--action-danger-default-bg: #
|
|
1917
|
+
--action-danger-default-bg: #E11D48;
|
|
1672
1918
|
--action-danger-default-fg: #FFFFFF;
|
|
1673
1919
|
--action-danger-default-border: #FFFFFF;
|
|
1674
|
-
--action-danger-hover-bg: #
|
|
1920
|
+
--action-danger-hover-bg: #F43F5E;
|
|
1675
1921
|
--action-danger-hover-fg: #000000;
|
|
1676
1922
|
--action-danger-hover-border: #FCD34D;
|
|
1677
|
-
--action-danger-active-bg: #
|
|
1923
|
+
--action-danger-active-bg: #BE123C;
|
|
1678
1924
|
--action-danger-active-fg: #FFFFFF;
|
|
1679
1925
|
--action-danger-active-border: #FCD34D;
|
|
1680
1926
|
--action-danger-muted-bg: #4C0519;
|
|
@@ -1729,7 +1975,7 @@
|
|
|
1729
1975
|
--icons-primary: #FCD34D;
|
|
1730
1976
|
--icons-brand: #FCD34D;
|
|
1731
1977
|
--icons-hover: #FDE68A;
|
|
1732
|
-
--icons-success: #
|
|
1978
|
+
--icons-success: #5EEAD4;
|
|
1733
1979
|
--icons-danger: #FDA4AF;
|
|
1734
1980
|
--icons-inverse: #000000;
|
|
1735
1981
|
--menu-background: #111827;
|
|
@@ -1782,11 +2028,11 @@
|
|
|
1782
2028
|
--shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.14);
|
|
1783
2029
|
--skeleton-base: #111827;
|
|
1784
2030
|
--skeleton-highlight: #4B5563;
|
|
1785
|
-
--status-success-fg: #
|
|
1786
|
-
--status-success-bg: #
|
|
1787
|
-
--status-success-border: #
|
|
1788
|
-
--status-success-ring: #
|
|
1789
|
-
--status-success-strong: #
|
|
2031
|
+
--status-success-fg: #5EEAD4;
|
|
2032
|
+
--status-success-bg: #042F2E;
|
|
2033
|
+
--status-success-border: #5EEAD4;
|
|
2034
|
+
--status-success-ring: #5EEAD4;
|
|
2035
|
+
--status-success-strong: #99F6E4;
|
|
1790
2036
|
--status-error-fg: #FB7185;
|
|
1791
2037
|
--status-error-bg: #4C0519;
|
|
1792
2038
|
--status-error-border: #FB7185;
|
|
@@ -1822,114 +2068,236 @@
|
|
|
1822
2068
|
--text-interactive-hover: #FCD34D;
|
|
1823
2069
|
--text-interactive-active: #FDE68A;
|
|
1824
2070
|
--text-inverse: #000000;
|
|
1825
|
-
--button-primary-
|
|
1826
|
-
--button-primary-solid-default-
|
|
1827
|
-
--button-primary-solid-default-
|
|
1828
|
-
--button-primary-solid-
|
|
1829
|
-
--button-primary-solid-hover-
|
|
1830
|
-
--button-primary-solid-hover-
|
|
1831
|
-
--button-primary-solid-
|
|
1832
|
-
--button-primary-solid-pressed-
|
|
1833
|
-
--button-primary-solid-pressed-
|
|
2071
|
+
--button-primary-ring: #9B7CFF;
|
|
2072
|
+
--button-primary-solid-default-bg: #6346E8;
|
|
2073
|
+
--button-primary-solid-default-fg: #F4F3FF;
|
|
2074
|
+
--button-primary-solid-default-border: #F4F3FF;
|
|
2075
|
+
--button-primary-solid-hover-bg: #5037C8;
|
|
2076
|
+
--button-primary-solid-hover-fg: #D4CCFF;
|
|
2077
|
+
--button-primary-solid-hover-border: #D4CCFF;
|
|
2078
|
+
--button-primary-solid-pressed-bg: #402C9F;
|
|
2079
|
+
--button-primary-solid-pressed-fg: #B8A8FF;
|
|
2080
|
+
--button-primary-solid-pressed-border: #B8A8FF;
|
|
1834
2081
|
--button-primary-outline-default-bg: transparent;
|
|
1835
2082
|
--button-primary-outline-default-fg: #B8A8FF;
|
|
1836
2083
|
--button-primary-outline-default-border: #B8A8FF;
|
|
1837
|
-
--button-primary-outline-hover-bg: #
|
|
1838
|
-
--button-primary-outline-hover-fg: #
|
|
1839
|
-
--button-primary-outline-hover-border: #
|
|
1840
|
-
--button-primary-outline-pressed-bg: #
|
|
1841
|
-
--button-primary-outline-pressed-fg: #
|
|
1842
|
-
--button-primary-outline-pressed-border: #
|
|
2084
|
+
--button-primary-outline-hover-bg: #21164F;
|
|
2085
|
+
--button-primary-outline-hover-fg: #9B7CFF;
|
|
2086
|
+
--button-primary-outline-hover-border: #9B7CFF;
|
|
2087
|
+
--button-primary-outline-pressed-bg: #111827;
|
|
2088
|
+
--button-primary-outline-pressed-fg: #7352F8;
|
|
2089
|
+
--button-primary-outline-pressed-border: #7352F8;
|
|
1843
2090
|
--button-primary-ghost-default-bg: transparent;
|
|
1844
2091
|
--button-primary-ghost-default-border: transparent;
|
|
1845
2092
|
--button-primary-ghost-default-fg: #B8A8FF;
|
|
1846
|
-
--button-primary-ghost-hover-bg: #
|
|
2093
|
+
--button-primary-ghost-hover-bg: #21164F;
|
|
1847
2094
|
--button-primary-ghost-hover-border: transparent;
|
|
1848
|
-
--button-primary-ghost-hover-fg: #
|
|
1849
|
-
--button-primary-ghost-pressed-bg: #
|
|
2095
|
+
--button-primary-ghost-hover-fg: #9B7CFF;
|
|
2096
|
+
--button-primary-ghost-pressed-bg: #111827;
|
|
1850
2097
|
--button-primary-ghost-pressed-border: transparent;
|
|
1851
|
-
--button-primary-ghost-pressed-fg: #
|
|
1852
|
-
--button-
|
|
1853
|
-
--button-
|
|
1854
|
-
--button-
|
|
1855
|
-
--button-
|
|
1856
|
-
--button-
|
|
1857
|
-
--button-
|
|
1858
|
-
--button-
|
|
1859
|
-
--button-
|
|
1860
|
-
--button-
|
|
1861
|
-
--button-
|
|
1862
|
-
--button-
|
|
1863
|
-
--button-
|
|
1864
|
-
--button-
|
|
1865
|
-
--button-
|
|
1866
|
-
--button-
|
|
1867
|
-
--button-
|
|
1868
|
-
--button-
|
|
1869
|
-
--button-
|
|
1870
|
-
--button-
|
|
1871
|
-
--button-
|
|
1872
|
-
--button-
|
|
1873
|
-
--button-
|
|
1874
|
-
--button-
|
|
1875
|
-
--button-
|
|
1876
|
-
--button-
|
|
1877
|
-
--button-
|
|
1878
|
-
--button-
|
|
1879
|
-
--button-
|
|
1880
|
-
--button-
|
|
1881
|
-
--button-
|
|
1882
|
-
--button-
|
|
1883
|
-
--button-
|
|
1884
|
-
--button-
|
|
1885
|
-
--button-
|
|
1886
|
-
--button-
|
|
1887
|
-
--button-
|
|
1888
|
-
--button-
|
|
1889
|
-
--button-
|
|
1890
|
-
--button-
|
|
1891
|
-
--button-
|
|
1892
|
-
--button-
|
|
1893
|
-
--button-
|
|
1894
|
-
--button-
|
|
1895
|
-
--button-
|
|
1896
|
-
--button-
|
|
1897
|
-
--button-
|
|
1898
|
-
--button-
|
|
1899
|
-
--button-
|
|
1900
|
-
--button-
|
|
1901
|
-
--button-
|
|
1902
|
-
--button-
|
|
1903
|
-
--button-
|
|
1904
|
-
--button-
|
|
1905
|
-
--button-
|
|
1906
|
-
--button-
|
|
1907
|
-
--button-
|
|
1908
|
-
--button-
|
|
1909
|
-
--button-
|
|
1910
|
-
--button-
|
|
1911
|
-
--button-
|
|
1912
|
-
--button-
|
|
1913
|
-
--button-
|
|
1914
|
-
--button-
|
|
2098
|
+
--button-primary-ghost-pressed-fg: #7352F8;
|
|
2099
|
+
--button-primary-soft-default-bg: #111C2E;
|
|
2100
|
+
--button-primary-soft-default-fg: #B8A8FF;
|
|
2101
|
+
--button-primary-soft-default-border: transparent;
|
|
2102
|
+
--button-primary-soft-hover-bg: #21164F;
|
|
2103
|
+
--button-primary-soft-hover-fg: #9B7CFF;
|
|
2104
|
+
--button-primary-soft-hover-border: transparent;
|
|
2105
|
+
--button-primary-soft-pressed-bg: #111827;
|
|
2106
|
+
--button-primary-soft-pressed-fg: #7352F8;
|
|
2107
|
+
--button-primary-soft-pressed-border: transparent;
|
|
2108
|
+
--button-primary-link-default-bg: transparent;
|
|
2109
|
+
--button-primary-link-default-border: transparent;
|
|
2110
|
+
--button-primary-link-default-fg: #B8A8FF;
|
|
2111
|
+
--button-primary-link-hover-bg: transparent;
|
|
2112
|
+
--button-primary-link-hover-border: transparent;
|
|
2113
|
+
--button-primary-link-hover-fg: #9B7CFF;
|
|
2114
|
+
--button-primary-link-pressed-bg: transparent;
|
|
2115
|
+
--button-primary-link-pressed-border: transparent;
|
|
2116
|
+
--button-primary-link-pressed-fg: #7352F8;
|
|
2117
|
+
--button-neutral-ring: #98A8BD;
|
|
2118
|
+
--button-neutral-solid-default-bg: #F7FBFF;
|
|
2119
|
+
--button-neutral-solid-default-fg: #0B1120;
|
|
2120
|
+
--button-neutral-solid-default-border: #111C2E;
|
|
2121
|
+
--button-neutral-solid-hover-bg: #D8E4F2;
|
|
2122
|
+
--button-neutral-solid-hover-fg: #111C2E;
|
|
2123
|
+
--button-neutral-solid-hover-border: #33435F;
|
|
2124
|
+
--button-neutral-solid-pressed-bg: #98A8BD;
|
|
2125
|
+
--button-neutral-solid-pressed-fg: #1E2A44;
|
|
2126
|
+
--button-neutral-solid-pressed-border: #1E2A44;
|
|
2127
|
+
--button-neutral-outline-default-bg: transparent;
|
|
2128
|
+
--button-neutral-outline-default-fg: #F7FBFF;
|
|
2129
|
+
--button-neutral-outline-default-border: #D8E4F2;
|
|
2130
|
+
--button-neutral-outline-hover-bg: #0B1120;
|
|
2131
|
+
--button-neutral-outline-hover-fg: #E5E7EB;
|
|
2132
|
+
--button-neutral-outline-hover-border: #E5E7EB;
|
|
2133
|
+
--button-neutral-outline-pressed-bg: #111827;
|
|
2134
|
+
--button-neutral-outline-pressed-fg: #C4D0DD;
|
|
2135
|
+
--button-neutral-outline-pressed-border: #D8E4F2;
|
|
2136
|
+
--button-neutral-ghost-default-bg: transparent;
|
|
2137
|
+
--button-neutral-ghost-default-border: transparent;
|
|
2138
|
+
--button-neutral-ghost-default-fg: #F7FBFF;
|
|
2139
|
+
--button-neutral-ghost-hover-bg: #0B1120;
|
|
2140
|
+
--button-neutral-ghost-hover-border: transparent;
|
|
2141
|
+
--button-neutral-ghost-hover-fg: #E5E7EB;
|
|
2142
|
+
--button-neutral-ghost-pressed-bg: #111827;
|
|
2143
|
+
--button-neutral-ghost-pressed-border: transparent;
|
|
2144
|
+
--button-neutral-ghost-pressed-fg: #C4D0DD;
|
|
2145
|
+
--button-neutral-soft-default-bg: #111C2E;
|
|
2146
|
+
--button-neutral-soft-default-fg: #F7FBFF;
|
|
2147
|
+
--button-neutral-soft-default-border: transparent;
|
|
2148
|
+
--button-neutral-soft-hover-bg: #0B1120;
|
|
2149
|
+
--button-neutral-soft-hover-fg: #E5E7EB;
|
|
2150
|
+
--button-neutral-soft-hover-border: transparent;
|
|
2151
|
+
--button-neutral-soft-pressed-bg: #111827;
|
|
2152
|
+
--button-neutral-soft-pressed-fg: #C4D0DD;
|
|
2153
|
+
--button-neutral-soft-pressed-border: transparent;
|
|
2154
|
+
--button-neutral-link-default-bg: transparent;
|
|
2155
|
+
--button-neutral-link-default-border: transparent;
|
|
2156
|
+
--button-neutral-link-default-fg: #F7FBFF;
|
|
2157
|
+
--button-neutral-link-hover-bg: transparent;
|
|
2158
|
+
--button-neutral-link-hover-border: transparent;
|
|
2159
|
+
--button-neutral-link-hover-fg: #E5E7EB;
|
|
2160
|
+
--button-neutral-link-pressed-bg: transparent;
|
|
2161
|
+
--button-neutral-link-pressed-border: transparent;
|
|
2162
|
+
--button-neutral-link-pressed-fg: #C4D0DD;
|
|
2163
|
+
--button-success-ring: #14B8A6;
|
|
2164
|
+
--button-success-solid-default-bg: #14B8A6;
|
|
2165
|
+
--button-success-solid-default-fg: #042F2E;
|
|
2166
|
+
--button-success-solid-default-border: #F0FDFA;
|
|
2167
|
+
--button-success-solid-hover-bg: #0F9E94;
|
|
2168
|
+
--button-success-solid-hover-fg: #134E4A;
|
|
2169
|
+
--button-success-solid-hover-border: #CCFBF1;
|
|
2170
|
+
--button-success-solid-pressed-bg: #0F766E;
|
|
2171
|
+
--button-success-solid-pressed-fg: #115E59;
|
|
2172
|
+
--button-success-solid-pressed-border: #99F6E4;
|
|
2173
|
+
--button-success-outline-default-bg: transparent;
|
|
2174
|
+
--button-success-outline-default-fg: #5EEAD4;
|
|
2175
|
+
--button-success-outline-default-border: #5EEAD4;
|
|
2176
|
+
--button-success-outline-hover-bg: #134E4A;
|
|
2177
|
+
--button-success-outline-hover-fg: #2DD4BF;
|
|
2178
|
+
--button-success-outline-hover-border: #2DD4BF;
|
|
2179
|
+
--button-success-outline-pressed-bg: #042F2E;
|
|
2180
|
+
--button-success-outline-pressed-fg: #14B8A6;
|
|
2181
|
+
--button-success-outline-pressed-border: #14B8A6;
|
|
2182
|
+
--button-success-ghost-default-bg: transparent;
|
|
2183
|
+
--button-success-ghost-default-border: transparent;
|
|
2184
|
+
--button-success-ghost-default-fg: #5EEAD4;
|
|
2185
|
+
--button-success-ghost-hover-bg: #134E4A;
|
|
2186
|
+
--button-success-ghost-hover-border: transparent;
|
|
2187
|
+
--button-success-ghost-hover-fg: #2DD4BF;
|
|
2188
|
+
--button-success-ghost-pressed-bg: #042F2E;
|
|
2189
|
+
--button-success-ghost-pressed-border: transparent;
|
|
2190
|
+
--button-success-ghost-pressed-fg: #14B8A6;
|
|
2191
|
+
--button-success-soft-default-bg: #042F2E;
|
|
2192
|
+
--button-success-soft-default-fg: #5EEAD4;
|
|
2193
|
+
--button-success-soft-default-border: transparent;
|
|
2194
|
+
--button-success-soft-hover-bg: #134E4A;
|
|
2195
|
+
--button-success-soft-hover-fg: #2DD4BF;
|
|
2196
|
+
--button-success-soft-hover-border: transparent;
|
|
2197
|
+
--button-success-soft-pressed-bg: #042F2E;
|
|
2198
|
+
--button-success-soft-pressed-fg: #14B8A6;
|
|
2199
|
+
--button-success-soft-pressed-border: transparent;
|
|
2200
|
+
--button-success-link-default-bg: transparent;
|
|
2201
|
+
--button-success-link-default-border: transparent;
|
|
2202
|
+
--button-success-link-default-fg: #5EEAD4;
|
|
2203
|
+
--button-success-link-hover-bg: transparent;
|
|
2204
|
+
--button-success-link-hover-border: transparent;
|
|
2205
|
+
--button-success-link-hover-fg: #2DD4BF;
|
|
2206
|
+
--button-success-link-pressed-bg: transparent;
|
|
2207
|
+
--button-success-link-pressed-border: transparent;
|
|
2208
|
+
--button-success-link-pressed-fg: #14B8A6;
|
|
2209
|
+
--button-warning-ring: #F59E0B;
|
|
2210
|
+
--button-warning-solid-default-bg: #F59E0B;
|
|
2211
|
+
--button-warning-solid-default-fg: #451A03;
|
|
2212
|
+
--button-warning-solid-default-border: #FFFBEB;
|
|
2213
|
+
--button-warning-solid-hover-bg: #D97706;
|
|
2214
|
+
--button-warning-solid-hover-fg: #78350F;
|
|
2215
|
+
--button-warning-solid-hover-border: #FEF3C7;
|
|
2216
|
+
--button-warning-solid-pressed-bg: #B45309;
|
|
2217
|
+
--button-warning-solid-pressed-fg: #92400E;
|
|
2218
|
+
--button-warning-solid-pressed-border: #FDE68A;
|
|
2219
|
+
--button-warning-outline-default-bg: transparent;
|
|
2220
|
+
--button-warning-outline-default-fg: #F59E0B;
|
|
2221
|
+
--button-warning-outline-default-border: #F59E0B;
|
|
2222
|
+
--button-warning-outline-hover-bg: #78350F;
|
|
2223
|
+
--button-warning-outline-hover-fg: #FBBF24;
|
|
2224
|
+
--button-warning-outline-hover-border: #FBBF24;
|
|
2225
|
+
--button-warning-outline-pressed-bg: #451A03;
|
|
2226
|
+
--button-warning-outline-pressed-fg: #D97706;
|
|
2227
|
+
--button-warning-outline-pressed-border: #D97706;
|
|
2228
|
+
--button-warning-ghost-default-bg: transparent;
|
|
2229
|
+
--button-warning-ghost-default-border: transparent;
|
|
2230
|
+
--button-warning-ghost-default-fg: #F59E0B;
|
|
2231
|
+
--button-warning-ghost-hover-bg: #78350F;
|
|
2232
|
+
--button-warning-ghost-hover-border: transparent;
|
|
2233
|
+
--button-warning-ghost-hover-fg: #FBBF24;
|
|
2234
|
+
--button-warning-ghost-pressed-bg: #451A03;
|
|
2235
|
+
--button-warning-ghost-pressed-border: transparent;
|
|
2236
|
+
--button-warning-ghost-pressed-fg: #D97706;
|
|
2237
|
+
--button-warning-soft-default-bg: #451A03;
|
|
2238
|
+
--button-warning-soft-default-fg: #F59E0B;
|
|
2239
|
+
--button-warning-soft-default-border: transparent;
|
|
2240
|
+
--button-warning-soft-hover-bg: #78350F;
|
|
2241
|
+
--button-warning-soft-hover-fg: #FBBF24;
|
|
2242
|
+
--button-warning-soft-hover-border: transparent;
|
|
2243
|
+
--button-warning-soft-pressed-bg: #451A03;
|
|
2244
|
+
--button-warning-soft-pressed-fg: #D97706;
|
|
2245
|
+
--button-warning-soft-pressed-border: transparent;
|
|
2246
|
+
--button-warning-link-default-bg: transparent;
|
|
2247
|
+
--button-warning-link-default-border: transparent;
|
|
2248
|
+
--button-warning-link-default-fg: #F59E0B;
|
|
2249
|
+
--button-warning-link-hover-bg: transparent;
|
|
2250
|
+
--button-warning-link-hover-border: transparent;
|
|
2251
|
+
--button-warning-link-hover-fg: #FBBF24;
|
|
2252
|
+
--button-warning-link-pressed-bg: transparent;
|
|
2253
|
+
--button-warning-link-pressed-border: transparent;
|
|
2254
|
+
--button-warning-link-pressed-fg: #D97706;
|
|
2255
|
+
--button-danger-ring: #F43F5E;
|
|
2256
|
+
--button-danger-solid-default-bg: #BE123C;
|
|
2257
|
+
--button-danger-solid-default-fg: #FFF1F2;
|
|
2258
|
+
--button-danger-solid-default-border: #FECDD3;
|
|
2259
|
+
--button-danger-solid-hover-bg: #E11D48;
|
|
2260
|
+
--button-danger-solid-hover-fg: #FECDD3;
|
|
2261
|
+
--button-danger-solid-hover-border: #FECDD3;
|
|
2262
|
+
--button-danger-solid-pressed-bg: #9F1239;
|
|
2263
|
+
--button-danger-solid-pressed-fg: #FDA4AF;
|
|
2264
|
+
--button-danger-solid-pressed-border: #FB7185;
|
|
1915
2265
|
--button-danger-outline-default-bg: transparent;
|
|
1916
2266
|
--button-danger-outline-default-fg: #FB7185;
|
|
1917
2267
|
--button-danger-outline-default-border: #FB7185;
|
|
1918
|
-
--button-danger-outline-hover-bg: #
|
|
2268
|
+
--button-danger-outline-hover-bg: #881337;
|
|
1919
2269
|
--button-danger-outline-hover-fg: #FECDD3;
|
|
1920
|
-
--button-danger-outline-hover-border: #
|
|
1921
|
-
--button-danger-outline-pressed-bg: #
|
|
1922
|
-
--button-danger-outline-pressed-fg: #
|
|
1923
|
-
--button-danger-outline-pressed-border: #
|
|
2270
|
+
--button-danger-outline-hover-border: #FB7185;
|
|
2271
|
+
--button-danger-outline-pressed-bg: #9F1239;
|
|
2272
|
+
--button-danger-outline-pressed-fg: #FDA4AF;
|
|
2273
|
+
--button-danger-outline-pressed-border: #F43F5E;
|
|
1924
2274
|
--button-danger-ghost-default-bg: transparent;
|
|
1925
2275
|
--button-danger-ghost-default-border: transparent;
|
|
1926
2276
|
--button-danger-ghost-default-fg: #FB7185;
|
|
1927
|
-
--button-danger-ghost-hover-bg: #
|
|
2277
|
+
--button-danger-ghost-hover-bg: #881337;
|
|
1928
2278
|
--button-danger-ghost-hover-border: transparent;
|
|
1929
2279
|
--button-danger-ghost-hover-fg: #FECDD3;
|
|
1930
|
-
--button-danger-ghost-pressed-bg: #
|
|
2280
|
+
--button-danger-ghost-pressed-bg: #9F1239;
|
|
1931
2281
|
--button-danger-ghost-pressed-border: transparent;
|
|
1932
|
-
--button-danger-ghost-pressed-fg: #
|
|
2282
|
+
--button-danger-ghost-pressed-fg: #FDA4AF;
|
|
2283
|
+
--button-danger-soft-default-bg: #4C0519;
|
|
2284
|
+
--button-danger-soft-default-fg: #FB7185;
|
|
2285
|
+
--button-danger-soft-default-border: transparent;
|
|
2286
|
+
--button-danger-soft-hover-bg: #881337;
|
|
2287
|
+
--button-danger-soft-hover-fg: #FECDD3;
|
|
2288
|
+
--button-danger-soft-hover-border: transparent;
|
|
2289
|
+
--button-danger-soft-pressed-bg: #9F1239;
|
|
2290
|
+
--button-danger-soft-pressed-fg: #FDA4AF;
|
|
2291
|
+
--button-danger-soft-pressed-border: transparent;
|
|
2292
|
+
--button-danger-link-default-bg: transparent;
|
|
2293
|
+
--button-danger-link-default-border: transparent;
|
|
2294
|
+
--button-danger-link-default-fg: #FB7185;
|
|
2295
|
+
--button-danger-link-hover-bg: transparent;
|
|
2296
|
+
--button-danger-link-hover-border: transparent;
|
|
2297
|
+
--button-danger-link-hover-fg: #FECDD3;
|
|
2298
|
+
--button-danger-link-pressed-bg: transparent;
|
|
2299
|
+
--button-danger-link-pressed-border: transparent;
|
|
2300
|
+
--button-danger-link-pressed-fg: #FDA4AF;
|
|
1933
2301
|
--button-disabled-bg: #111827;
|
|
1934
2302
|
--button-disabled-fg: #6B7280;
|
|
1935
2303
|
--button-disabled-border: #4B5563;
|
|
@@ -1939,6 +2307,7 @@
|
|
|
1939
2307
|
--checkbox-hover-bg: #374151;
|
|
1940
2308
|
--checkbox-hover-fg: #FBBF24;
|
|
1941
2309
|
--checkbox-hover-border: #FCD34D;
|
|
2310
|
+
--checkbox-hover-label-fg: #FCD34D;
|
|
1942
2311
|
--checkbox-checked-default-bg: #FCD34D;
|
|
1943
2312
|
--checkbox-checked-default-fg: #000000;
|
|
1944
2313
|
--checkbox-checked-default-border: #FCD34D;
|
|
@@ -2054,7 +2423,7 @@
|
|
|
2054
2423
|
--form-field-description-fg: #EEE8FA;
|
|
2055
2424
|
--form-field-helper-text-default-fg: #D1D5DB;
|
|
2056
2425
|
--form-field-helper-text-error-fg: #FB7185;
|
|
2057
|
-
--form-field-helper-text-success-fg: #
|
|
2426
|
+
--form-field-helper-text-success-fg: #5EEAD4;
|
|
2058
2427
|
--form-field-helper-text-warning-fg: #FCD34D;
|
|
2059
2428
|
--form-field-helper-text-info-fg: #7DD3FC;
|
|
2060
2429
|
--form-field-required-mark-fg: #FB7185;
|
|
@@ -2084,8 +2453,8 @@
|
|
|
2084
2453
|
--input-disabled-icon: #6B7280;
|
|
2085
2454
|
--input-error-border: #FB7185;
|
|
2086
2455
|
--input-error-ring: #FB7185;
|
|
2087
|
-
--input-success-border: #
|
|
2088
|
-
--input-success-ring: #
|
|
2456
|
+
--input-success-border: #5EEAD4;
|
|
2457
|
+
--input-success-ring: #5EEAD4;
|
|
2089
2458
|
--input-read-only-bg: #1F2937;
|
|
2090
2459
|
--input-read-only-fg: #EEE8FA;
|
|
2091
2460
|
--input-read-only-border: #6B7280;
|
|
@@ -2094,7 +2463,7 @@
|
|
|
2094
2463
|
--input-icon-default: #FFFFFF;
|
|
2095
2464
|
--input-icon-primary: #FCD34D;
|
|
2096
2465
|
--input-icon-secondary: #E5E7EB;
|
|
2097
|
-
--input-icon-success: #
|
|
2466
|
+
--input-icon-success: #5EEAD4;
|
|
2098
2467
|
--input-icon-danger: #FDA4AF;
|
|
2099
2468
|
--input-icon-muted: #9CA3AF;
|
|
2100
2469
|
--input-icon-inverse: #000000;
|