@dialpad/dialtone 9.131.0 → 9.131.1
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-docs.json +1 -1
- package/dist/tokens/css/tokens-dp-dark.css +104 -265
- package/dist/tokens/css/tokens-expressive-dark.css +104 -265
- package/dist/tokens/css/tokens-expressive-sm-dark.css +104 -265
- package/dist/tokens/css/tokens-tmo-dark.css +104 -265
- package/dist/tokens/doc.json +40557 -42581
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/tokens-dp-dark.json +11 -34
- package/dist/tokens/tokens-expressive-dark.json +11 -34
- package/dist/tokens/tokens-expressive-sm-dark.json +11 -34
- package/dist/tokens/tokens-tmo-dark.json +11 -34
- package/dist/vue2/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input/message-input.js +1 -0
- package/dist/vue2/lib/message-input/message-input.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.js +9 -2
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input/message-input.js +1 -1
- package/dist/vue3/lib/message-input/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +2 -2
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +9 -2
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -367,13 +367,13 @@
|
|
|
367
367
|
--dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
|
|
368
368
|
--dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
|
|
369
369
|
--dt-shell-base-color-foreground: var(--dt-color-black-900);
|
|
370
|
-
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-
|
|
371
|
-
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-
|
|
372
|
-
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-
|
|
373
|
-
--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-
|
|
374
|
-
--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-
|
|
375
|
-
--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-
|
|
376
|
-
--dt-theme-mention-color-background-strong: var(--dt-color-purple-
|
|
370
|
+
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
371
|
+
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
372
|
+
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
373
|
+
--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-600-a);
|
|
374
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-600-hsl);
|
|
375
|
+
--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-600-hsla);
|
|
376
|
+
--dt-theme-mention-color-background-strong: var(--dt-color-purple-600);
|
|
377
377
|
--dt-theme-mention-color-foreground-h: var(--dt-color-black-50-h);
|
|
378
378
|
--dt-theme-mention-color-foreground-s: var(--dt-color-black-50-s);
|
|
379
379
|
--dt-theme-mention-color-foreground-l: var(--dt-color-black-50-l);
|
|
@@ -465,27 +465,20 @@
|
|
|
465
465
|
--dt-action-color-background-inverted-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
466
466
|
--dt-action-color-background-inverted-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
467
467
|
--dt-action-color-background-inverted-default: var(--dt-color-neutral-transparent);
|
|
468
|
-
--dt-action-color-background-critical-primary-
|
|
469
|
-
--dt-action-color-background-critical-primary-
|
|
470
|
-
--dt-action-color-background-critical-primary-
|
|
471
|
-
--dt-action-color-background-critical-primary-
|
|
472
|
-
--dt-action-color-background-critical-primary-
|
|
473
|
-
--dt-action-color-background-critical-primary-
|
|
474
|
-
--dt-action-color-background-critical-primary-
|
|
475
|
-
--dt-action-color-background-critical-primary-
|
|
476
|
-
--dt-action-color-background-critical-primary-
|
|
477
|
-
--dt-action-color-background-critical-primary-
|
|
478
|
-
--dt-action-color-background-critical-primary-
|
|
479
|
-
--dt-action-color-background-critical-primary-
|
|
480
|
-
--dt-action-color-background-critical-primary-
|
|
481
|
-
--dt-action-color-background-critical-primary-
|
|
482
|
-
--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-400-h);
|
|
483
|
-
--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-400-s);
|
|
484
|
-
--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-400-l);
|
|
485
|
-
--dt-action-color-background-critical-primary-default-a: var(--dt-color-red-400-a);
|
|
486
|
-
--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-400-hsl);
|
|
487
|
-
--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-400-hsla);
|
|
488
|
-
--dt-action-color-background-critical-primary-default: var(--dt-color-red-400);
|
|
468
|
+
--dt-action-color-background-critical-primary-hover-h: var(--dt-color-red-700-h);
|
|
469
|
+
--dt-action-color-background-critical-primary-hover-s: var(--dt-color-red-700-s);
|
|
470
|
+
--dt-action-color-background-critical-primary-hover-l: var(--dt-color-red-700-l);
|
|
471
|
+
--dt-action-color-background-critical-primary-hover-a: var(--dt-color-red-700-a);
|
|
472
|
+
--dt-action-color-background-critical-primary-hover-hsl: var(--dt-color-red-700-hsl);
|
|
473
|
+
--dt-action-color-background-critical-primary-hover-hsla: var(--dt-color-red-700-hsla);
|
|
474
|
+
--dt-action-color-background-critical-primary-hover: var(--dt-color-red-700);
|
|
475
|
+
--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-600-h);
|
|
476
|
+
--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-600-s);
|
|
477
|
+
--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-600-l);
|
|
478
|
+
--dt-action-color-background-critical-primary-default-a: var(--dt-color-red-600-a);
|
|
479
|
+
--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-600-hsl);
|
|
480
|
+
--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-600-hsla);
|
|
481
|
+
--dt-action-color-background-critical-primary-default: var(--dt-color-red-600);
|
|
489
482
|
--dt-action-color-background-critical-default-h: var(--dt-color-neutral-transparent-h);
|
|
490
483
|
--dt-action-color-background-critical-default-s: var(--dt-color-neutral-transparent-s);
|
|
491
484
|
--dt-action-color-background-critical-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -493,27 +486,27 @@
|
|
|
493
486
|
--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
494
487
|
--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
495
488
|
--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);
|
|
496
|
-
--dt-action-color-background-base-primary-
|
|
497
|
-
--dt-action-color-background-base-primary-
|
|
498
|
-
--dt-action-color-background-base-primary-
|
|
499
|
-
--dt-action-color-background-base-primary-
|
|
500
|
-
--dt-action-color-background-base-primary-
|
|
501
|
-
--dt-action-color-background-base-primary-
|
|
502
|
-
--dt-action-color-background-base-primary-
|
|
503
|
-
--dt-action-color-background-base-primary-
|
|
504
|
-
--dt-action-color-background-base-primary-
|
|
505
|
-
--dt-action-color-background-base-primary-
|
|
506
|
-
--dt-action-color-background-base-primary-
|
|
507
|
-
--dt-action-color-background-base-primary-
|
|
508
|
-
--dt-action-color-background-base-primary-
|
|
509
|
-
--dt-action-color-background-base-primary-
|
|
510
|
-
--dt-action-color-background-base-
|
|
511
|
-
--dt-action-color-background-base-
|
|
512
|
-
--dt-action-color-background-base-
|
|
513
|
-
--dt-action-color-background-base-
|
|
514
|
-
--dt-action-color-background-base-
|
|
515
|
-
--dt-action-color-background-base-
|
|
516
|
-
--dt-action-color-background-base-
|
|
489
|
+
--dt-action-color-background-base-primary-hover-h: var(--dt-color-purple-550-h);
|
|
490
|
+
--dt-action-color-background-base-primary-hover-s: var(--dt-color-purple-550-s);
|
|
491
|
+
--dt-action-color-background-base-primary-hover-l: var(--dt-color-purple-550-l);
|
|
492
|
+
--dt-action-color-background-base-primary-hover-a: var(--dt-color-purple-550-a);
|
|
493
|
+
--dt-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
494
|
+
--dt-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
495
|
+
--dt-action-color-background-base-primary-hover: var(--dt-color-purple-550);
|
|
496
|
+
--dt-action-color-background-base-primary-default-h: var(--dt-color-purple-500-h);
|
|
497
|
+
--dt-action-color-background-base-primary-default-s: var(--dt-color-purple-500-s);
|
|
498
|
+
--dt-action-color-background-base-primary-default-l: var(--dt-color-purple-500-l);
|
|
499
|
+
--dt-action-color-background-base-primary-default-a: var(--dt-color-purple-500-a);
|
|
500
|
+
--dt-action-color-background-base-primary-default-hsl: var(--dt-color-purple-500-hsl);
|
|
501
|
+
--dt-action-color-background-base-primary-default-hsla: var(--dt-color-purple-500-hsla);
|
|
502
|
+
--dt-action-color-background-base-primary-default: var(--dt-color-purple-500);
|
|
503
|
+
--dt-action-color-background-base-hover-h: 253;
|
|
504
|
+
--dt-action-color-background-base-hover-s: 95.9%;
|
|
505
|
+
--dt-action-color-background-base-hover-l: 71.6%;
|
|
506
|
+
--dt-action-color-background-base-hover-a: 20%;
|
|
507
|
+
--dt-action-color-background-base-hover-hsl: var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l);
|
|
508
|
+
--dt-action-color-background-base-hover-hsla: hsl(var(--dt-action-color-background-base-hover-h) var(--dt-action-color-background-base-hover-s) var(--dt-action-color-background-base-hover-l) / var(--alpha, 20%));
|
|
509
|
+
--dt-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
517
510
|
--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);
|
|
518
511
|
--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);
|
|
519
512
|
--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -707,69 +700,6 @@
|
|
|
707
700
|
--dt-typography-body-md-line-height: var(--dt-font-line-height-400); /* Base default medium text style for main content. */
|
|
708
701
|
--dt-typography-body-md-font-weight: var(--dt-font-weight-normal); /* Base default medium text style for main content. */
|
|
709
702
|
--dt-typography-body-md-font-family: var(--dt-font-family-body); /* Base default medium text style for main content. */
|
|
710
|
-
--dt-color-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
711
|
-
--dt-color-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
712
|
-
--dt-color-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
713
|
-
--dt-color-theme-mention-color-background-strong-a: var(--dt-color-purple-600-a);
|
|
714
|
-
--dt-color-theme-mention-color-background-strong-hsl: var(--dt-color-purple-600-hsl);
|
|
715
|
-
--dt-color-theme-mention-color-background-strong-hsla: var(--dt-color-purple-600-hsla);
|
|
716
|
-
--dt-color-theme-mention-color-background-strong: var(--dt-color-purple-600);
|
|
717
|
-
--dt-color-theme-presence-color-background-busy-h: var(--dt-color-gold-500-h);
|
|
718
|
-
--dt-color-theme-presence-color-background-busy-s: var(--dt-color-gold-500-s);
|
|
719
|
-
--dt-color-theme-presence-color-background-busy-l: var(--dt-color-gold-500-l);
|
|
720
|
-
--dt-color-theme-presence-color-background-busy-a: var(--dt-color-gold-500-a);
|
|
721
|
-
--dt-color-theme-presence-color-background-busy-hsl: var(--dt-color-gold-500-hsl);
|
|
722
|
-
--dt-color-theme-presence-color-background-busy-hsla: var(--dt-color-gold-500-hsla);
|
|
723
|
-
--dt-color-theme-presence-color-background-busy: var(--dt-color-gold-500);
|
|
724
|
-
--dt-color-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-500-h);
|
|
725
|
-
--dt-color-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-500-s);
|
|
726
|
-
--dt-color-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-500-l);
|
|
727
|
-
--dt-color-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-500-a);
|
|
728
|
-
--dt-color-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-500-hsl);
|
|
729
|
-
--dt-color-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-500-hsla);
|
|
730
|
-
--dt-color-theme-presence-color-background-busy-unavailable: var(--dt-color-red-500);
|
|
731
|
-
--dt-color-theme-presence-color-background-available-h: var(--dt-color-green-425-h);
|
|
732
|
-
--dt-color-theme-presence-color-background-available-s: var(--dt-color-green-425-s);
|
|
733
|
-
--dt-color-theme-presence-color-background-available-l: var(--dt-color-green-425-l);
|
|
734
|
-
--dt-color-theme-presence-color-background-available-a: var(--dt-color-green-425-a);
|
|
735
|
-
--dt-color-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
736
|
-
--dt-color-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
737
|
-
--dt-color-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
738
|
-
--dt-color-action-color-background-critical-primary-hover-h: var(--dt-color-red-700-h);
|
|
739
|
-
--dt-color-action-color-background-critical-primary-hover-s: var(--dt-color-red-700-s);
|
|
740
|
-
--dt-color-action-color-background-critical-primary-hover-l: var(--dt-color-red-700-l);
|
|
741
|
-
--dt-color-action-color-background-critical-primary-hover-a: var(--dt-color-red-700-a);
|
|
742
|
-
--dt-color-action-color-background-critical-primary-hover-hsl: var(--dt-color-red-700-hsl);
|
|
743
|
-
--dt-color-action-color-background-critical-primary-hover-hsla: var(--dt-color-red-700-hsla);
|
|
744
|
-
--dt-color-action-color-background-critical-primary-hover: var(--dt-color-red-700);
|
|
745
|
-
--dt-color-action-color-background-critical-primary-default-h: var(--dt-color-red-600-h);
|
|
746
|
-
--dt-color-action-color-background-critical-primary-default-s: var(--dt-color-red-600-s);
|
|
747
|
-
--dt-color-action-color-background-critical-primary-default-l: var(--dt-color-red-600-l);
|
|
748
|
-
--dt-color-action-color-background-critical-primary-default-a: var(--dt-color-red-600-a);
|
|
749
|
-
--dt-color-action-color-background-critical-primary-default-hsl: var(--dt-color-red-600-hsl);
|
|
750
|
-
--dt-color-action-color-background-critical-primary-default-hsla: var(--dt-color-red-600-hsla);
|
|
751
|
-
--dt-color-action-color-background-critical-primary-default: var(--dt-color-red-600);
|
|
752
|
-
--dt-color-action-color-background-base-hover-h: 253;
|
|
753
|
-
--dt-color-action-color-background-base-hover-s: 95.9%;
|
|
754
|
-
--dt-color-action-color-background-base-hover-l: 71.6%;
|
|
755
|
-
--dt-color-action-color-background-base-hover-a: 20%;
|
|
756
|
-
--dt-color-action-color-background-base-hover-hsl: var(--dt-color-action-color-background-base-hover-h) var(--dt-color-action-color-background-base-hover-s) var(--dt-color-action-color-background-base-hover-l);
|
|
757
|
-
--dt-color-action-color-background-base-hover-hsla: hsl(var(--dt-color-action-color-background-base-hover-h) var(--dt-color-action-color-background-base-hover-s) var(--dt-color-action-color-background-base-hover-l) / var(--alpha, 20%));
|
|
758
|
-
--dt-color-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
759
|
-
--dt-color-action-color-background-base-primary-hover-h: var(--dt-color-purple-550-h);
|
|
760
|
-
--dt-color-action-color-background-base-primary-hover-s: var(--dt-color-purple-550-s);
|
|
761
|
-
--dt-color-action-color-background-base-primary-hover-l: var(--dt-color-purple-550-l);
|
|
762
|
-
--dt-color-action-color-background-base-primary-hover-a: var(--dt-color-purple-550-a);
|
|
763
|
-
--dt-color-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
764
|
-
--dt-color-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
765
|
-
--dt-color-action-color-background-base-primary-hover: var(--dt-color-purple-550);
|
|
766
|
-
--dt-color-action-color-background-base-primary-default-h: var(--dt-color-purple-500-h);
|
|
767
|
-
--dt-color-action-color-background-base-primary-default-s: var(--dt-color-purple-500-s);
|
|
768
|
-
--dt-color-action-color-background-base-primary-default-l: var(--dt-color-purple-500-l);
|
|
769
|
-
--dt-color-action-color-background-base-primary-default-a: var(--dt-color-purple-500-a);
|
|
770
|
-
--dt-color-action-color-background-base-primary-default-hsl: var(--dt-color-purple-500-hsl);
|
|
771
|
-
--dt-color-action-color-background-base-primary-default-hsla: var(--dt-color-purple-500-hsla);
|
|
772
|
-
--dt-color-action-color-background-base-primary-default: var(--dt-color-purple-500);
|
|
773
703
|
--dt-color-chart-sequential-10-selected-h: var(--dt-color-indigo-1000-h);
|
|
774
704
|
--dt-color-chart-sequential-10-selected-s: var(--dt-color-indigo-1000-s);
|
|
775
705
|
--dt-color-chart-sequential-10-selected-l: var(--dt-color-indigo-1000-l);
|
|
@@ -2625,10 +2555,10 @@
|
|
|
2625
2555
|
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
2626
2556
|
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
2627
2557
|
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
2628
|
-
--dt-theme-sidebar-selected-row-color-background-a:
|
|
2558
|
+
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
2629
2559
|
--dt-theme-sidebar-selected-row-color-background-hsl: var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l);
|
|
2630
|
-
--dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha,
|
|
2631
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.
|
|
2560
|
+
--dt-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-theme-sidebar-selected-row-color-background-h) var(--dt-theme-sidebar-selected-row-color-background-s) var(--dt-theme-sidebar-selected-row-color-background-l) / var(--alpha, 12%));
|
|
2561
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
2632
2562
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
2633
2563
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
2634
2564
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -2646,10 +2576,10 @@
|
|
|
2646
2576
|
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
2647
2577
|
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
2648
2578
|
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
2649
|
-
--dt-theme-sidebar-row-color-background-hover-a:
|
|
2579
|
+
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
2650
2580
|
--dt-theme-sidebar-row-color-background-hover-hsl: var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l);
|
|
2651
|
-
--dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha,
|
|
2652
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
2581
|
+
--dt-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-theme-sidebar-row-color-background-hover-h) var(--dt-theme-sidebar-row-color-background-hover-s) var(--dt-theme-sidebar-row-color-background-hover-l) / var(--alpha, 10%));
|
|
2582
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
2653
2583
|
--dt-theme-sidebar-row-color-background-h: 0;
|
|
2654
2584
|
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
2655
2585
|
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
@@ -2723,10 +2653,10 @@
|
|
|
2723
2653
|
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
2724
2654
|
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
2725
2655
|
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
2726
|
-
--dt-theme-topbar-button-color-background-hover-a:
|
|
2656
|
+
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
2727
2657
|
--dt-theme-topbar-button-color-background-hover-hsl: var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l);
|
|
2728
|
-
--dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha,
|
|
2729
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
2658
|
+
--dt-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-theme-topbar-button-color-background-hover-h) var(--dt-theme-topbar-button-color-background-hover-s) var(--dt-theme-topbar-button-color-background-hover-l) / var(--alpha, 15%));
|
|
2659
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
2730
2660
|
--dt-theme-topbar-button-color-background-h: 0;
|
|
2731
2661
|
--dt-theme-topbar-button-color-background-s: 0%;
|
|
2732
2662
|
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
@@ -2769,13 +2699,6 @@
|
|
|
2769
2699
|
--dt-theme-topbar-field-color-border-hsl: var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l);
|
|
2770
2700
|
--dt-theme-topbar-field-color-border-hsla: hsl(var(--dt-theme-topbar-field-color-border-h) var(--dt-theme-topbar-field-color-border-s) var(--dt-theme-topbar-field-color-border-l) / var(--alpha, 0%));
|
|
2771
2701
|
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
2772
|
-
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
2773
|
-
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
2774
|
-
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
2775
|
-
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
2776
|
-
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
2777
|
-
--dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
2778
|
-
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
2779
2702
|
--dt-theme-topbar-field-color-background-h: 0;
|
|
2780
2703
|
--dt-theme-topbar-field-color-background-s: 0%;
|
|
2781
2704
|
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
@@ -2846,13 +2769,13 @@
|
|
|
2846
2769
|
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
2847
2770
|
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
2848
2771
|
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
2849
|
-
--dt-action-color-background-positive-primary-active-h:
|
|
2850
|
-
--dt-action-color-background-positive-primary-active-s:
|
|
2851
|
-
--dt-action-color-background-positive-primary-active-l:
|
|
2852
|
-
--dt-action-color-background-positive-primary-active-a:
|
|
2853
|
-
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-
|
|
2854
|
-
--dt-action-color-background-positive-primary-active-hsla:
|
|
2855
|
-
--dt-action-color-background-positive-primary-active:
|
|
2772
|
+
--dt-action-color-background-positive-primary-active-h: var(--dt-action-color-background-positive-primary-default-h);
|
|
2773
|
+
--dt-action-color-background-positive-primary-active-s: var(--dt-action-color-background-positive-primary-default-s);
|
|
2774
|
+
--dt-action-color-background-positive-primary-active-l: var(--dt-action-color-background-positive-primary-default-l);
|
|
2775
|
+
--dt-action-color-background-positive-primary-active-a: var(--dt-action-color-background-positive-primary-default-a);
|
|
2776
|
+
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-default-hsl);
|
|
2777
|
+
--dt-action-color-background-positive-primary-active-hsla: var(--dt-action-color-background-positive-primary-default-hsla);
|
|
2778
|
+
--dt-action-color-background-positive-primary-active: var(--dt-action-color-background-positive-primary-default);
|
|
2856
2779
|
--dt-action-color-background-positive-hover-h: var(--dt-color-surface-success-opaque-h);
|
|
2857
2780
|
--dt-action-color-background-positive-hover-s: var(--dt-color-surface-success-opaque-s);
|
|
2858
2781
|
--dt-action-color-background-positive-hover-l: var(--dt-color-surface-success-opaque-l);
|
|
@@ -2867,6 +2790,13 @@
|
|
|
2867
2790
|
--dt-action-color-background-disabled-default-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
2868
2791
|
--dt-action-color-background-disabled-default-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
2869
2792
|
--dt-action-color-background-disabled-default: var(--dt-color-surface-bold-opaque);
|
|
2793
|
+
--dt-action-color-background-muted-active-h: var(--dt-color-surface-bold-opaque-h);
|
|
2794
|
+
--dt-action-color-background-muted-active-s: var(--dt-color-surface-bold-opaque-s);
|
|
2795
|
+
--dt-action-color-background-muted-active-l: var(--dt-color-surface-bold-opaque-l);
|
|
2796
|
+
--dt-action-color-background-muted-active-a: var(--dt-color-surface-bold-opaque-a);
|
|
2797
|
+
--dt-action-color-background-muted-active-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
2798
|
+
--dt-action-color-background-muted-active-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
2799
|
+
--dt-action-color-background-muted-active: var(--dt-color-surface-bold-opaque);
|
|
2870
2800
|
--dt-action-color-background-muted-hover-h: var(--dt-color-surface-moderate-opaque-h);
|
|
2871
2801
|
--dt-action-color-background-muted-hover-s: var(--dt-color-surface-moderate-opaque-s);
|
|
2872
2802
|
--dt-action-color-background-muted-hover-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -2895,6 +2825,13 @@
|
|
|
2895
2825
|
--dt-action-color-background-inverted-hover-hsl: var(--dt-color-surface-moderate-opaque-inverted-hsl);
|
|
2896
2826
|
--dt-action-color-background-inverted-hover-hsla: var(--dt-color-surface-moderate-opaque-inverted-hsla);
|
|
2897
2827
|
--dt-action-color-background-inverted-hover: var(--dt-color-surface-moderate-opaque-inverted);
|
|
2828
|
+
--dt-action-color-background-critical-primary-active-h: var(--dt-action-color-background-critical-primary-default-h);
|
|
2829
|
+
--dt-action-color-background-critical-primary-active-s: var(--dt-action-color-background-critical-primary-default-s);
|
|
2830
|
+
--dt-action-color-background-critical-primary-active-l: var(--dt-action-color-background-critical-primary-default-l);
|
|
2831
|
+
--dt-action-color-background-critical-primary-active-a: var(--dt-action-color-background-critical-primary-default-a);
|
|
2832
|
+
--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-default-hsl);
|
|
2833
|
+
--dt-action-color-background-critical-primary-active-hsla: var(--dt-action-color-background-critical-primary-default-hsla);
|
|
2834
|
+
--dt-action-color-background-critical-primary-active: var(--dt-action-color-background-critical-primary-default);
|
|
2898
2835
|
--dt-action-color-background-critical-hover-h: var(--dt-color-surface-critical-opaque-h);
|
|
2899
2836
|
--dt-action-color-background-critical-hover-s: var(--dt-color-surface-critical-opaque-s);
|
|
2900
2837
|
--dt-action-color-background-critical-hover-l: var(--dt-color-surface-critical-opaque-l);
|
|
@@ -2902,13 +2839,20 @@
|
|
|
2902
2839
|
--dt-action-color-background-critical-hover-hsl: var(--dt-color-surface-critical-opaque-hsl);
|
|
2903
2840
|
--dt-action-color-background-critical-hover-hsla: var(--dt-color-surface-critical-opaque-hsla);
|
|
2904
2841
|
--dt-action-color-background-critical-hover: var(--dt-color-surface-critical-opaque);
|
|
2905
|
-
--dt-action-color-background-base-
|
|
2906
|
-
--dt-action-color-background-base-
|
|
2907
|
-
--dt-action-color-background-base-
|
|
2908
|
-
--dt-action-color-background-base-
|
|
2909
|
-
--dt-action-color-background-base-
|
|
2910
|
-
--dt-action-color-background-base-
|
|
2911
|
-
--dt-action-color-background-base-
|
|
2842
|
+
--dt-action-color-background-base-primary-active-h: var(--dt-action-color-background-base-primary-default-h);
|
|
2843
|
+
--dt-action-color-background-base-primary-active-s: var(--dt-action-color-background-base-primary-default-s);
|
|
2844
|
+
--dt-action-color-background-base-primary-active-l: var(--dt-action-color-background-base-primary-default-l);
|
|
2845
|
+
--dt-action-color-background-base-primary-active-a: var(--dt-action-color-background-base-primary-default-a);
|
|
2846
|
+
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-default-hsl);
|
|
2847
|
+
--dt-action-color-background-base-primary-active-hsla: var(--dt-action-color-background-base-primary-default-hsla);
|
|
2848
|
+
--dt-action-color-background-base-primary-active: var(--dt-action-color-background-base-primary-default);
|
|
2849
|
+
--dt-action-color-background-base-active-h: 253;
|
|
2850
|
+
--dt-action-color-background-base-active-s: 95.9%;
|
|
2851
|
+
--dt-action-color-background-base-active-l: 71.6%;
|
|
2852
|
+
--dt-action-color-background-base-active-a: 30%;
|
|
2853
|
+
--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);
|
|
2854
|
+
--dt-action-color-background-base-active-hsla: hsl(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 30%));
|
|
2855
|
+
--dt-action-color-background-base-active: hsl(253 95.9% 71.6% / 0.3);
|
|
2912
2856
|
--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);
|
|
2913
2857
|
--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);
|
|
2914
2858
|
--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);
|
|
@@ -3021,13 +2965,13 @@
|
|
|
3021
2965
|
--dt-inputs-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-hsl);
|
|
3022
2966
|
--dt-inputs-color-foreground-placeholder-hsla: var(--dt-color-foreground-placeholder-hsla);
|
|
3023
2967
|
--dt-inputs-color-foreground-placeholder: var(--dt-color-foreground-placeholder);
|
|
3024
|
-
--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-
|
|
3025
|
-
--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-
|
|
3026
|
-
--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-
|
|
3027
|
-
--dt-inputs-color-foreground-default-a: var(--dt-color-foreground-
|
|
3028
|
-
--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-
|
|
3029
|
-
--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-
|
|
3030
|
-
--dt-inputs-color-foreground-default: var(--dt-color-foreground-
|
|
2968
|
+
--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);
|
|
2969
|
+
--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);
|
|
2970
|
+
--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);
|
|
2971
|
+
--dt-inputs-color-foreground-default-a: var(--dt-color-foreground-primary-a);
|
|
2972
|
+
--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);
|
|
2973
|
+
--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);
|
|
2974
|
+
--dt-inputs-color-foreground-default: var(--dt-color-foreground-primary);
|
|
3031
2975
|
--dt-inputs-font-size-xl: var(--dt-font-size-400); /* Font size for extra large inputs (e.g. input and textarea) */
|
|
3032
2976
|
--dt-inputs-font-size-lg: var(--dt-font-size-300); /* Font size for large inputs (e.g. input and textarea) */
|
|
3033
2977
|
--dt-inputs-font-size-md: var(--dt-font-size-200); /* Font size for medium inputs (e.g. input and textarea) */
|
|
@@ -3084,76 +3028,6 @@
|
|
|
3084
3028
|
--dt-typography-body-sm-font-size: var(--dt-font-size-100); /* Reduced small text style for less prominent or adjacent content. */
|
|
3085
3029
|
--dt-typography-body-md-compact-font-size: var(--dt-font-size-200); /* A tighter-spaced version of medium body style. */
|
|
3086
3030
|
--dt-typography-body-md-font-size: var(--dt-font-size-200); /* Base default medium text style for main content. */
|
|
3087
|
-
--dt-color-theme-sidebar-selected-row-color-background-h: 0;
|
|
3088
|
-
--dt-color-theme-sidebar-selected-row-color-background-s: 0%;
|
|
3089
|
-
--dt-color-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
3090
|
-
--dt-color-theme-sidebar-selected-row-color-background-a: 12%;
|
|
3091
|
-
--dt-color-theme-sidebar-selected-row-color-background-hsl: var(--dt-color-theme-sidebar-selected-row-color-background-h) var(--dt-color-theme-sidebar-selected-row-color-background-s) var(--dt-color-theme-sidebar-selected-row-color-background-l);
|
|
3092
|
-
--dt-color-theme-sidebar-selected-row-color-background-hsla: hsl(var(--dt-color-theme-sidebar-selected-row-color-background-h) var(--dt-color-theme-sidebar-selected-row-color-background-s) var(--dt-color-theme-sidebar-selected-row-color-background-l) / var(--alpha, 12%));
|
|
3093
|
-
--dt-color-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
3094
|
-
--dt-color-theme-sidebar-row-color-background-active-h: 0;
|
|
3095
|
-
--dt-color-theme-sidebar-row-color-background-active-s: 0%;
|
|
3096
|
-
--dt-color-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
3097
|
-
--dt-color-theme-sidebar-row-color-background-active-a: 15%;
|
|
3098
|
-
--dt-color-theme-sidebar-row-color-background-active-hsl: var(--dt-color-theme-sidebar-row-color-background-active-h) var(--dt-color-theme-sidebar-row-color-background-active-s) var(--dt-color-theme-sidebar-row-color-background-active-l);
|
|
3099
|
-
--dt-color-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-color-theme-sidebar-row-color-background-active-h) var(--dt-color-theme-sidebar-row-color-background-active-s) var(--dt-color-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
|
|
3100
|
-
--dt-color-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
3101
|
-
--dt-color-theme-sidebar-row-color-background-hover-h: 0;
|
|
3102
|
-
--dt-color-theme-sidebar-row-color-background-hover-s: 0%;
|
|
3103
|
-
--dt-color-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
3104
|
-
--dt-color-theme-sidebar-row-color-background-hover-a: 10%;
|
|
3105
|
-
--dt-color-theme-sidebar-row-color-background-hover-hsl: var(--dt-color-theme-sidebar-row-color-background-hover-h) var(--dt-color-theme-sidebar-row-color-background-hover-s) var(--dt-color-theme-sidebar-row-color-background-hover-l);
|
|
3106
|
-
--dt-color-theme-sidebar-row-color-background-hover-hsla: hsl(var(--dt-color-theme-sidebar-row-color-background-hover-h) var(--dt-color-theme-sidebar-row-color-background-hover-s) var(--dt-color-theme-sidebar-row-color-background-hover-l) / var(--alpha, 10%));
|
|
3107
|
-
--dt-color-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
3108
|
-
--dt-color-theme-topbar-button-color-background-hover-h: 0;
|
|
3109
|
-
--dt-color-theme-topbar-button-color-background-hover-s: 0%;
|
|
3110
|
-
--dt-color-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
3111
|
-
--dt-color-theme-topbar-button-color-background-hover-a: 15%;
|
|
3112
|
-
--dt-color-theme-topbar-button-color-background-hover-hsl: var(--dt-color-theme-topbar-button-color-background-hover-h) var(--dt-color-theme-topbar-button-color-background-hover-s) var(--dt-color-theme-topbar-button-color-background-hover-l);
|
|
3113
|
-
--dt-color-theme-topbar-button-color-background-hover-hsla: hsl(var(--dt-color-theme-topbar-button-color-background-hover-h) var(--dt-color-theme-topbar-button-color-background-hover-s) var(--dt-color-theme-topbar-button-color-background-hover-l) / var(--alpha, 15%));
|
|
3114
|
-
--dt-color-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
3115
|
-
--dt-color-action-color-background-positive-primary-active-h: var(--dt-action-color-background-positive-primary-default-h);
|
|
3116
|
-
--dt-color-action-color-background-positive-primary-active-s: var(--dt-action-color-background-positive-primary-default-s);
|
|
3117
|
-
--dt-color-action-color-background-positive-primary-active-l: var(--dt-action-color-background-positive-primary-default-l);
|
|
3118
|
-
--dt-color-action-color-background-positive-primary-active-a: var(--dt-action-color-background-positive-primary-default-a);
|
|
3119
|
-
--dt-color-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-default-hsl);
|
|
3120
|
-
--dt-color-action-color-background-positive-primary-active-hsla: var(--dt-action-color-background-positive-primary-default-hsla);
|
|
3121
|
-
--dt-color-action-color-background-positive-primary-active: var(--dt-action-color-background-positive-primary-default);
|
|
3122
|
-
--dt-color-action-color-background-muted-active-h: var(--dt-color-surface-bold-opaque-h);
|
|
3123
|
-
--dt-color-action-color-background-muted-active-s: var(--dt-color-surface-bold-opaque-s);
|
|
3124
|
-
--dt-color-action-color-background-muted-active-l: var(--dt-color-surface-bold-opaque-l);
|
|
3125
|
-
--dt-color-action-color-background-muted-active-a: var(--dt-color-surface-bold-opaque-a);
|
|
3126
|
-
--dt-color-action-color-background-muted-active-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
3127
|
-
--dt-color-action-color-background-muted-active-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
3128
|
-
--dt-color-action-color-background-muted-active: var(--dt-color-surface-bold-opaque);
|
|
3129
|
-
--dt-color-action-color-background-muted-hover-h: var(--dt-color-surface-moderate-opaque-h);
|
|
3130
|
-
--dt-color-action-color-background-muted-hover-s: var(--dt-color-surface-moderate-opaque-s);
|
|
3131
|
-
--dt-color-action-color-background-muted-hover-l: var(--dt-color-surface-moderate-opaque-l);
|
|
3132
|
-
--dt-color-action-color-background-muted-hover-a: var(--dt-color-surface-moderate-opaque-a);
|
|
3133
|
-
--dt-color-action-color-background-muted-hover-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
3134
|
-
--dt-color-action-color-background-muted-hover-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
3135
|
-
--dt-color-action-color-background-muted-hover: var(--dt-color-surface-moderate-opaque);
|
|
3136
|
-
--dt-color-action-color-background-critical-primary-active-h: var(--dt-action-color-background-critical-primary-default-h);
|
|
3137
|
-
--dt-color-action-color-background-critical-primary-active-s: var(--dt-action-color-background-critical-primary-default-s);
|
|
3138
|
-
--dt-color-action-color-background-critical-primary-active-l: var(--dt-action-color-background-critical-primary-default-l);
|
|
3139
|
-
--dt-color-action-color-background-critical-primary-active-a: var(--dt-action-color-background-critical-primary-default-a);
|
|
3140
|
-
--dt-color-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-default-hsl);
|
|
3141
|
-
--dt-color-action-color-background-critical-primary-active-hsla: var(--dt-action-color-background-critical-primary-default-hsla);
|
|
3142
|
-
--dt-color-action-color-background-critical-primary-active: var(--dt-action-color-background-critical-primary-default);
|
|
3143
|
-
--dt-color-action-color-background-base-primary-active-h: var(--dt-action-color-background-base-primary-default-h);
|
|
3144
|
-
--dt-color-action-color-background-base-primary-active-s: var(--dt-action-color-background-base-primary-default-s);
|
|
3145
|
-
--dt-color-action-color-background-base-primary-active-l: var(--dt-action-color-background-base-primary-default-l);
|
|
3146
|
-
--dt-color-action-color-background-base-primary-active-a: var(--dt-action-color-background-base-primary-default-a);
|
|
3147
|
-
--dt-color-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-default-hsl);
|
|
3148
|
-
--dt-color-action-color-background-base-primary-active-hsla: var(--dt-action-color-background-base-primary-default-hsla);
|
|
3149
|
-
--dt-color-action-color-background-base-primary-active: var(--dt-action-color-background-base-primary-default);
|
|
3150
|
-
--dt-color-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);
|
|
3151
|
-
--dt-color-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);
|
|
3152
|
-
--dt-color-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);
|
|
3153
|
-
--dt-color-inputs-color-foreground-default-a: var(--dt-color-foreground-primary-a);
|
|
3154
|
-
--dt-color-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);
|
|
3155
|
-
--dt-color-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);
|
|
3156
|
-
--dt-color-inputs-color-foreground-default: var(--dt-color-foreground-primary);
|
|
3157
3031
|
--dt-color-surface-primary-opaque-inverted-h: 0;
|
|
3158
3032
|
--dt-color-surface-primary-opaque-inverted-s: 0%;
|
|
3159
3033
|
--dt-color-surface-primary-opaque-inverted-l: 100%;
|
|
@@ -3358,34 +3232,27 @@
|
|
|
3358
3232
|
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
3359
3233
|
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
3360
3234
|
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
3235
|
+
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
3236
|
+
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
3237
|
+
--dt-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
3238
|
+
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
3239
|
+
--dt-theme-topbar-field-color-background-hover-hsl: var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l);
|
|
3240
|
+
--dt-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-theme-topbar-field-color-background-hover-h) var(--dt-theme-topbar-field-color-background-hover-s) var(--dt-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
3241
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
3361
3242
|
--dt-action-color-background-positive-active-h: 155;
|
|
3362
3243
|
--dt-action-color-background-positive-active-s: 100%;
|
|
3363
|
-
--dt-action-color-background-positive-active-l:
|
|
3244
|
+
--dt-action-color-background-positive-active-l: 36.6%;
|
|
3364
3245
|
--dt-action-color-background-positive-active-a: 28%;
|
|
3365
3246
|
--dt-action-color-background-positive-active-hsl: var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l);
|
|
3366
3247
|
--dt-action-color-background-positive-active-hsla: hsl(var(--dt-action-color-background-positive-active-h) var(--dt-action-color-background-positive-active-s) var(--dt-action-color-background-positive-active-l) / var(--alpha, 28%));
|
|
3367
|
-
--dt-action-color-background-positive-active: hsl(155 100%
|
|
3368
|
-
--dt-action-color-background-muted-active-h: 0;
|
|
3369
|
-
--dt-action-color-background-muted-active-s: 0%;
|
|
3370
|
-
--dt-action-color-background-muted-active-l: 90.2%;
|
|
3371
|
-
--dt-action-color-background-muted-active-a: 14%;
|
|
3372
|
-
--dt-action-color-background-muted-active-hsl: var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l);
|
|
3373
|
-
--dt-action-color-background-muted-active-hsla: hsl(var(--dt-action-color-background-muted-active-h) var(--dt-action-color-background-muted-active-s) var(--dt-action-color-background-muted-active-l) / var(--alpha, 14%));
|
|
3374
|
-
--dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.14);
|
|
3248
|
+
--dt-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
3375
3249
|
--dt-action-color-background-critical-active-h: 343;
|
|
3376
3250
|
--dt-action-color-background-critical-active-s: 72.9%;
|
|
3377
|
-
--dt-action-color-background-critical-active-l:
|
|
3251
|
+
--dt-action-color-background-critical-active-l: 50%;
|
|
3378
3252
|
--dt-action-color-background-critical-active-a: 20%;
|
|
3379
3253
|
--dt-action-color-background-critical-active-hsl: var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l);
|
|
3380
3254
|
--dt-action-color-background-critical-active-hsla: hsl(var(--dt-action-color-background-critical-active-h) var(--dt-action-color-background-critical-active-s) var(--dt-action-color-background-critical-active-l) / var(--alpha, 20%));
|
|
3381
|
-
--dt-action-color-background-critical-active: hsl(343 72.9%
|
|
3382
|
-
--dt-action-color-background-base-active-h: 260;
|
|
3383
|
-
--dt-action-color-background-base-active-s: 97.7%;
|
|
3384
|
-
--dt-action-color-background-base-active-l: 15%;
|
|
3385
|
-
--dt-action-color-background-base-active-a: 70%;
|
|
3386
|
-
--dt-action-color-background-base-active-hsl: var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l);
|
|
3387
|
-
--dt-action-color-background-base-active-hsla: hsl(var(--dt-action-color-background-base-active-h) var(--dt-action-color-background-base-active-s) var(--dt-action-color-background-base-active-l) / var(--alpha, 70%));
|
|
3388
|
-
--dt-action-color-background-base-active: hsl(260 97.7% 15% / 0.7);
|
|
3255
|
+
--dt-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
3389
3256
|
--dt-action-color-foreground-positive-hover-h: var(--dt-color-link-success-hover-h);
|
|
3390
3257
|
--dt-action-color-foreground-positive-hover-s: var(--dt-color-link-success-hover-s);
|
|
3391
3258
|
--dt-action-color-foreground-positive-hover-l: var(--dt-color-link-success-hover-l);
|
|
@@ -3500,34 +3367,6 @@
|
|
|
3500
3367
|
--dt-typography-helper-sm: var(--dt-typography-helper-sm-font-weight) var(--dt-typography-helper-sm-font-size)/var(--dt-typography-helper-sm-line-height) var(--dt-typography-helper-sm-font-family);
|
|
3501
3368
|
--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);
|
|
3502
3369
|
--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family); /* Text style for extra small inputs (e.g. input and textarea) */
|
|
3503
|
-
--dt-color-theme-topbar-field-color-background-hover-h: 0;
|
|
3504
|
-
--dt-color-theme-topbar-field-color-background-hover-s: 0%;
|
|
3505
|
-
--dt-color-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
3506
|
-
--dt-color-theme-topbar-field-color-background-hover-a: 100%;
|
|
3507
|
-
--dt-color-theme-topbar-field-color-background-hover-hsl: var(--dt-color-theme-topbar-field-color-background-hover-h) var(--dt-color-theme-topbar-field-color-background-hover-s) var(--dt-color-theme-topbar-field-color-background-hover-l);
|
|
3508
|
-
--dt-color-theme-topbar-field-color-background-hover-hsla: hsl(var(--dt-color-theme-topbar-field-color-background-hover-h) var(--dt-color-theme-topbar-field-color-background-hover-s) var(--dt-color-theme-topbar-field-color-background-hover-l) / var(--alpha, 100%));
|
|
3509
|
-
--dt-color-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
3510
|
-
--dt-color-action-color-background-positive-active-h: 155;
|
|
3511
|
-
--dt-color-action-color-background-positive-active-s: 100%;
|
|
3512
|
-
--dt-color-action-color-background-positive-active-l: 36.6%;
|
|
3513
|
-
--dt-color-action-color-background-positive-active-a: 28%;
|
|
3514
|
-
--dt-color-action-color-background-positive-active-hsl: var(--dt-color-action-color-background-positive-active-h) var(--dt-color-action-color-background-positive-active-s) var(--dt-color-action-color-background-positive-active-l);
|
|
3515
|
-
--dt-color-action-color-background-positive-active-hsla: hsl(var(--dt-color-action-color-background-positive-active-h) var(--dt-color-action-color-background-positive-active-s) var(--dt-color-action-color-background-positive-active-l) / var(--alpha, 28%));
|
|
3516
|
-
--dt-color-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
3517
|
-
--dt-color-action-color-background-critical-active-h: 343;
|
|
3518
|
-
--dt-color-action-color-background-critical-active-s: 72.9%;
|
|
3519
|
-
--dt-color-action-color-background-critical-active-l: 50%;
|
|
3520
|
-
--dt-color-action-color-background-critical-active-a: 20%;
|
|
3521
|
-
--dt-color-action-color-background-critical-active-hsl: var(--dt-color-action-color-background-critical-active-h) var(--dt-color-action-color-background-critical-active-s) var(--dt-color-action-color-background-critical-active-l);
|
|
3522
|
-
--dt-color-action-color-background-critical-active-hsla: hsl(var(--dt-color-action-color-background-critical-active-h) var(--dt-color-action-color-background-critical-active-s) var(--dt-color-action-color-background-critical-active-l) / var(--alpha, 20%));
|
|
3523
|
-
--dt-color-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
3524
|
-
--dt-color-action-color-background-base-active-h: 260;
|
|
3525
|
-
--dt-color-action-color-background-base-active-s: 97.7%;
|
|
3526
|
-
--dt-color-action-color-background-base-active-l: 16.9%;
|
|
3527
|
-
--dt-color-action-color-background-base-active-a: 30%;
|
|
3528
|
-
--dt-color-action-color-background-base-active-hsl: var(--dt-color-action-color-background-base-active-h) var(--dt-color-action-color-background-base-active-s) var(--dt-color-action-color-background-base-active-l);
|
|
3529
|
-
--dt-color-action-color-background-base-active-hsla: hsl(var(--dt-color-action-color-background-base-active-h) var(--dt-color-action-color-background-base-active-s) var(--dt-color-action-color-background-base-active-l) / var(--alpha, 30%));
|
|
3530
|
-
--dt-color-action-color-background-base-active: hsl(260 97.7% 16.9% / 0.3);
|
|
3531
3370
|
--dt-color-link-disabled-inverted-hover-h: var(--dt-color-link-disabled-inverted-h);
|
|
3532
3371
|
--dt-color-link-disabled-inverted-hover-s: var(--dt-color-link-disabled-inverted-s);
|
|
3533
3372
|
--dt-color-link-disabled-inverted-hover-l: var(--dt-color-link-disabled-inverted-l);
|