@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
|
@@ -388,13 +388,13 @@
|
|
|
388
388
|
--dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
|
|
389
389
|
--dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
|
|
390
390
|
--dt-shell-base-color-foreground: var(--dt-color-black-900);
|
|
391
|
-
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-
|
|
392
|
-
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-
|
|
393
|
-
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-
|
|
394
|
-
--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-
|
|
395
|
-
--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-
|
|
396
|
-
--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-
|
|
397
|
-
--dt-theme-mention-color-background-strong: var(--dt-color-purple-
|
|
391
|
+
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
392
|
+
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
393
|
+
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
394
|
+
--dt-theme-mention-color-background-strong-a: var(--dt-color-purple-600-a);
|
|
395
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-color-purple-600-hsl);
|
|
396
|
+
--dt-theme-mention-color-background-strong-hsla: var(--dt-color-purple-600-hsla);
|
|
397
|
+
--dt-theme-mention-color-background-strong: var(--dt-color-purple-600);
|
|
398
398
|
--dt-theme-mention-color-foreground-h: var(--dt-color-black-50-h);
|
|
399
399
|
--dt-theme-mention-color-foreground-s: var(--dt-color-black-50-s);
|
|
400
400
|
--dt-theme-mention-color-foreground-l: var(--dt-color-black-50-l);
|
|
@@ -486,27 +486,20 @@
|
|
|
486
486
|
--dt-action-color-background-inverted-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
487
487
|
--dt-action-color-background-inverted-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
488
488
|
--dt-action-color-background-inverted-default: var(--dt-color-neutral-transparent);
|
|
489
|
-
--dt-action-color-background-critical-primary-
|
|
490
|
-
--dt-action-color-background-critical-primary-
|
|
491
|
-
--dt-action-color-background-critical-primary-
|
|
492
|
-
--dt-action-color-background-critical-primary-
|
|
493
|
-
--dt-action-color-background-critical-primary-
|
|
494
|
-
--dt-action-color-background-critical-primary-
|
|
495
|
-
--dt-action-color-background-critical-primary-
|
|
496
|
-
--dt-action-color-background-critical-primary-
|
|
497
|
-
--dt-action-color-background-critical-primary-
|
|
498
|
-
--dt-action-color-background-critical-primary-
|
|
499
|
-
--dt-action-color-background-critical-primary-
|
|
500
|
-
--dt-action-color-background-critical-primary-
|
|
501
|
-
--dt-action-color-background-critical-primary-
|
|
502
|
-
--dt-action-color-background-critical-primary-
|
|
503
|
-
--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-400-h);
|
|
504
|
-
--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-400-s);
|
|
505
|
-
--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-400-l);
|
|
506
|
-
--dt-action-color-background-critical-primary-default-a: var(--dt-color-red-400-a);
|
|
507
|
-
--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-400-hsl);
|
|
508
|
-
--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-400-hsla);
|
|
509
|
-
--dt-action-color-background-critical-primary-default: var(--dt-color-red-400);
|
|
489
|
+
--dt-action-color-background-critical-primary-hover-h: var(--dt-color-red-700-h);
|
|
490
|
+
--dt-action-color-background-critical-primary-hover-s: var(--dt-color-red-700-s);
|
|
491
|
+
--dt-action-color-background-critical-primary-hover-l: var(--dt-color-red-700-l);
|
|
492
|
+
--dt-action-color-background-critical-primary-hover-a: var(--dt-color-red-700-a);
|
|
493
|
+
--dt-action-color-background-critical-primary-hover-hsl: var(--dt-color-red-700-hsl);
|
|
494
|
+
--dt-action-color-background-critical-primary-hover-hsla: var(--dt-color-red-700-hsla);
|
|
495
|
+
--dt-action-color-background-critical-primary-hover: var(--dt-color-red-700);
|
|
496
|
+
--dt-action-color-background-critical-primary-default-h: var(--dt-color-red-600-h);
|
|
497
|
+
--dt-action-color-background-critical-primary-default-s: var(--dt-color-red-600-s);
|
|
498
|
+
--dt-action-color-background-critical-primary-default-l: var(--dt-color-red-600-l);
|
|
499
|
+
--dt-action-color-background-critical-primary-default-a: var(--dt-color-red-600-a);
|
|
500
|
+
--dt-action-color-background-critical-primary-default-hsl: var(--dt-color-red-600-hsl);
|
|
501
|
+
--dt-action-color-background-critical-primary-default-hsla: var(--dt-color-red-600-hsla);
|
|
502
|
+
--dt-action-color-background-critical-primary-default: var(--dt-color-red-600);
|
|
510
503
|
--dt-action-color-background-critical-default-h: var(--dt-color-neutral-transparent-h);
|
|
511
504
|
--dt-action-color-background-critical-default-s: var(--dt-color-neutral-transparent-s);
|
|
512
505
|
--dt-action-color-background-critical-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -514,27 +507,27 @@
|
|
|
514
507
|
--dt-action-color-background-critical-default-hsl: var(--dt-color-neutral-transparent-hsl);
|
|
515
508
|
--dt-action-color-background-critical-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
516
509
|
--dt-action-color-background-critical-default: var(--dt-color-neutral-transparent);
|
|
517
|
-
--dt-action-color-background-base-primary-
|
|
518
|
-
--dt-action-color-background-base-primary-
|
|
519
|
-
--dt-action-color-background-base-primary-
|
|
520
|
-
--dt-action-color-background-base-primary-
|
|
521
|
-
--dt-action-color-background-base-primary-
|
|
522
|
-
--dt-action-color-background-base-primary-
|
|
523
|
-
--dt-action-color-background-base-primary-
|
|
524
|
-
--dt-action-color-background-base-primary-
|
|
525
|
-
--dt-action-color-background-base-primary-
|
|
526
|
-
--dt-action-color-background-base-primary-
|
|
527
|
-
--dt-action-color-background-base-primary-
|
|
528
|
-
--dt-action-color-background-base-primary-
|
|
529
|
-
--dt-action-color-background-base-primary-
|
|
530
|
-
--dt-action-color-background-base-primary-
|
|
531
|
-
--dt-action-color-background-base-
|
|
532
|
-
--dt-action-color-background-base-
|
|
533
|
-
--dt-action-color-background-base-
|
|
534
|
-
--dt-action-color-background-base-
|
|
535
|
-
--dt-action-color-background-base-
|
|
536
|
-
--dt-action-color-background-base-
|
|
537
|
-
--dt-action-color-background-base-
|
|
510
|
+
--dt-action-color-background-base-primary-hover-h: var(--dt-color-purple-550-h);
|
|
511
|
+
--dt-action-color-background-base-primary-hover-s: var(--dt-color-purple-550-s);
|
|
512
|
+
--dt-action-color-background-base-primary-hover-l: var(--dt-color-purple-550-l);
|
|
513
|
+
--dt-action-color-background-base-primary-hover-a: var(--dt-color-purple-550-a);
|
|
514
|
+
--dt-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
515
|
+
--dt-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
516
|
+
--dt-action-color-background-base-primary-hover: var(--dt-color-purple-550);
|
|
517
|
+
--dt-action-color-background-base-primary-default-h: var(--dt-color-purple-500-h);
|
|
518
|
+
--dt-action-color-background-base-primary-default-s: var(--dt-color-purple-500-s);
|
|
519
|
+
--dt-action-color-background-base-primary-default-l: var(--dt-color-purple-500-l);
|
|
520
|
+
--dt-action-color-background-base-primary-default-a: var(--dt-color-purple-500-a);
|
|
521
|
+
--dt-action-color-background-base-primary-default-hsl: var(--dt-color-purple-500-hsl);
|
|
522
|
+
--dt-action-color-background-base-primary-default-hsla: var(--dt-color-purple-500-hsla);
|
|
523
|
+
--dt-action-color-background-base-primary-default: var(--dt-color-purple-500);
|
|
524
|
+
--dt-action-color-background-base-hover-h: 253;
|
|
525
|
+
--dt-action-color-background-base-hover-s: 95.9%;
|
|
526
|
+
--dt-action-color-background-base-hover-l: 71.6%;
|
|
527
|
+
--dt-action-color-background-base-hover-a: 20%;
|
|
528
|
+
--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);
|
|
529
|
+
--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%));
|
|
530
|
+
--dt-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
538
531
|
--dt-action-color-background-base-default-h: var(--dt-color-neutral-transparent-h);
|
|
539
532
|
--dt-action-color-background-base-default-s: var(--dt-color-neutral-transparent-s);
|
|
540
533
|
--dt-action-color-background-base-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -728,69 +721,6 @@
|
|
|
728
721
|
--dt-typography-body-md-line-height: var(--dt-font-line-height-400); /* Base default medium text style for main content. */
|
|
729
722
|
--dt-typography-body-md-font-weight: var(--dt-font-weight-normal); /* Base default medium text style for main content. */
|
|
730
723
|
--dt-typography-body-md-font-family: var(--dt-font-family-body); /* Base default medium text style for main content. */
|
|
731
|
-
--dt-color-theme-mention-color-background-strong-h: var(--dt-color-purple-600-h);
|
|
732
|
-
--dt-color-theme-mention-color-background-strong-s: var(--dt-color-purple-600-s);
|
|
733
|
-
--dt-color-theme-mention-color-background-strong-l: var(--dt-color-purple-600-l);
|
|
734
|
-
--dt-color-theme-mention-color-background-strong-a: var(--dt-color-purple-600-a);
|
|
735
|
-
--dt-color-theme-mention-color-background-strong-hsl: var(--dt-color-purple-600-hsl);
|
|
736
|
-
--dt-color-theme-mention-color-background-strong-hsla: var(--dt-color-purple-600-hsla);
|
|
737
|
-
--dt-color-theme-mention-color-background-strong: var(--dt-color-purple-600);
|
|
738
|
-
--dt-color-theme-presence-color-background-busy-h: var(--dt-color-gold-500-h);
|
|
739
|
-
--dt-color-theme-presence-color-background-busy-s: var(--dt-color-gold-500-s);
|
|
740
|
-
--dt-color-theme-presence-color-background-busy-l: var(--dt-color-gold-500-l);
|
|
741
|
-
--dt-color-theme-presence-color-background-busy-a: var(--dt-color-gold-500-a);
|
|
742
|
-
--dt-color-theme-presence-color-background-busy-hsl: var(--dt-color-gold-500-hsl);
|
|
743
|
-
--dt-color-theme-presence-color-background-busy-hsla: var(--dt-color-gold-500-hsla);
|
|
744
|
-
--dt-color-theme-presence-color-background-busy: var(--dt-color-gold-500);
|
|
745
|
-
--dt-color-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-500-h);
|
|
746
|
-
--dt-color-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-500-s);
|
|
747
|
-
--dt-color-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-500-l);
|
|
748
|
-
--dt-color-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-500-a);
|
|
749
|
-
--dt-color-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-500-hsl);
|
|
750
|
-
--dt-color-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-500-hsla);
|
|
751
|
-
--dt-color-theme-presence-color-background-busy-unavailable: var(--dt-color-red-500);
|
|
752
|
-
--dt-color-theme-presence-color-background-available-h: var(--dt-color-green-425-h);
|
|
753
|
-
--dt-color-theme-presence-color-background-available-s: var(--dt-color-green-425-s);
|
|
754
|
-
--dt-color-theme-presence-color-background-available-l: var(--dt-color-green-425-l);
|
|
755
|
-
--dt-color-theme-presence-color-background-available-a: var(--dt-color-green-425-a);
|
|
756
|
-
--dt-color-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
757
|
-
--dt-color-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
758
|
-
--dt-color-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
759
|
-
--dt-color-action-color-background-critical-primary-hover-h: var(--dt-color-red-700-h);
|
|
760
|
-
--dt-color-action-color-background-critical-primary-hover-s: var(--dt-color-red-700-s);
|
|
761
|
-
--dt-color-action-color-background-critical-primary-hover-l: var(--dt-color-red-700-l);
|
|
762
|
-
--dt-color-action-color-background-critical-primary-hover-a: var(--dt-color-red-700-a);
|
|
763
|
-
--dt-color-action-color-background-critical-primary-hover-hsl: var(--dt-color-red-700-hsl);
|
|
764
|
-
--dt-color-action-color-background-critical-primary-hover-hsla: var(--dt-color-red-700-hsla);
|
|
765
|
-
--dt-color-action-color-background-critical-primary-hover: var(--dt-color-red-700);
|
|
766
|
-
--dt-color-action-color-background-critical-primary-default-h: var(--dt-color-red-600-h);
|
|
767
|
-
--dt-color-action-color-background-critical-primary-default-s: var(--dt-color-red-600-s);
|
|
768
|
-
--dt-color-action-color-background-critical-primary-default-l: var(--dt-color-red-600-l);
|
|
769
|
-
--dt-color-action-color-background-critical-primary-default-a: var(--dt-color-red-600-a);
|
|
770
|
-
--dt-color-action-color-background-critical-primary-default-hsl: var(--dt-color-red-600-hsl);
|
|
771
|
-
--dt-color-action-color-background-critical-primary-default-hsla: var(--dt-color-red-600-hsla);
|
|
772
|
-
--dt-color-action-color-background-critical-primary-default: var(--dt-color-red-600);
|
|
773
|
-
--dt-color-action-color-background-base-hover-h: 253;
|
|
774
|
-
--dt-color-action-color-background-base-hover-s: 95.9%;
|
|
775
|
-
--dt-color-action-color-background-base-hover-l: 71.6%;
|
|
776
|
-
--dt-color-action-color-background-base-hover-a: 20%;
|
|
777
|
-
--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);
|
|
778
|
-
--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%));
|
|
779
|
-
--dt-color-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
780
|
-
--dt-color-action-color-background-base-primary-hover-h: var(--dt-color-purple-550-h);
|
|
781
|
-
--dt-color-action-color-background-base-primary-hover-s: var(--dt-color-purple-550-s);
|
|
782
|
-
--dt-color-action-color-background-base-primary-hover-l: var(--dt-color-purple-550-l);
|
|
783
|
-
--dt-color-action-color-background-base-primary-hover-a: var(--dt-color-purple-550-a);
|
|
784
|
-
--dt-color-action-color-background-base-primary-hover-hsl: var(--dt-color-purple-550-hsl);
|
|
785
|
-
--dt-color-action-color-background-base-primary-hover-hsla: var(--dt-color-purple-550-hsla);
|
|
786
|
-
--dt-color-action-color-background-base-primary-hover: var(--dt-color-purple-550);
|
|
787
|
-
--dt-color-action-color-background-base-primary-default-h: var(--dt-color-purple-500-h);
|
|
788
|
-
--dt-color-action-color-background-base-primary-default-s: var(--dt-color-purple-500-s);
|
|
789
|
-
--dt-color-action-color-background-base-primary-default-l: var(--dt-color-purple-500-l);
|
|
790
|
-
--dt-color-action-color-background-base-primary-default-a: var(--dt-color-purple-500-a);
|
|
791
|
-
--dt-color-action-color-background-base-primary-default-hsl: var(--dt-color-purple-500-hsl);
|
|
792
|
-
--dt-color-action-color-background-base-primary-default-hsla: var(--dt-color-purple-500-hsla);
|
|
793
|
-
--dt-color-action-color-background-base-primary-default: var(--dt-color-purple-500);
|
|
794
724
|
--dt-color-chart-sequential-10-selected-h: var(--dt-color-indigo-1000-h);
|
|
795
725
|
--dt-color-chart-sequential-10-selected-s: var(--dt-color-indigo-1000-s);
|
|
796
726
|
--dt-color-chart-sequential-10-selected-l: var(--dt-color-indigo-1000-l);
|
|
@@ -2646,10 +2576,10 @@
|
|
|
2646
2576
|
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
2647
2577
|
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
2648
2578
|
--dt-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
2649
|
-
--dt-theme-sidebar-selected-row-color-background-a:
|
|
2579
|
+
--dt-theme-sidebar-selected-row-color-background-a: 12%;
|
|
2650
2580
|
--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);
|
|
2651
|
-
--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,
|
|
2652
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.
|
|
2581
|
+
--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%));
|
|
2582
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
2653
2583
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
2654
2584
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
2655
2585
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -2667,10 +2597,10 @@
|
|
|
2667
2597
|
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
2668
2598
|
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
2669
2599
|
--dt-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
2670
|
-
--dt-theme-sidebar-row-color-background-hover-a:
|
|
2600
|
+
--dt-theme-sidebar-row-color-background-hover-a: 10%;
|
|
2671
2601
|
--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);
|
|
2672
|
-
--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,
|
|
2673
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
2602
|
+
--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%));
|
|
2603
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
2674
2604
|
--dt-theme-sidebar-row-color-background-h: 0;
|
|
2675
2605
|
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
2676
2606
|
--dt-theme-sidebar-row-color-background-l: 90.2%;
|
|
@@ -2744,10 +2674,10 @@
|
|
|
2744
2674
|
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
2745
2675
|
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
2746
2676
|
--dt-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
2747
|
-
--dt-theme-topbar-button-color-background-hover-a:
|
|
2677
|
+
--dt-theme-topbar-button-color-background-hover-a: 15%;
|
|
2748
2678
|
--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);
|
|
2749
|
-
--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,
|
|
2750
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
2679
|
+
--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%));
|
|
2680
|
+
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
2751
2681
|
--dt-theme-topbar-button-color-background-h: 0;
|
|
2752
2682
|
--dt-theme-topbar-button-color-background-s: 0%;
|
|
2753
2683
|
--dt-theme-topbar-button-color-background-l: 90.2%;
|
|
@@ -2790,13 +2720,6 @@
|
|
|
2790
2720
|
--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);
|
|
2791
2721
|
--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%));
|
|
2792
2722
|
--dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
2793
|
-
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
2794
|
-
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
2795
|
-
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
2796
|
-
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
2797
|
-
--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);
|
|
2798
|
-
--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%));
|
|
2799
|
-
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
2800
2723
|
--dt-theme-topbar-field-color-background-h: 0;
|
|
2801
2724
|
--dt-theme-topbar-field-color-background-s: 0%;
|
|
2802
2725
|
--dt-theme-topbar-field-color-background-l: 90.2%;
|
|
@@ -2867,13 +2790,13 @@
|
|
|
2867
2790
|
--dt-action-color-border-base-outlined-default-hsl: var(--dt-color-border-brand-hsl);
|
|
2868
2791
|
--dt-action-color-border-base-outlined-default-hsla: var(--dt-color-border-brand-hsla);
|
|
2869
2792
|
--dt-action-color-border-base-outlined-default: var(--dt-color-border-brand);
|
|
2870
|
-
--dt-action-color-background-positive-primary-active-h:
|
|
2871
|
-
--dt-action-color-background-positive-primary-active-s:
|
|
2872
|
-
--dt-action-color-background-positive-primary-active-l:
|
|
2873
|
-
--dt-action-color-background-positive-primary-active-a:
|
|
2874
|
-
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-
|
|
2875
|
-
--dt-action-color-background-positive-primary-active-hsla:
|
|
2876
|
-
--dt-action-color-background-positive-primary-active:
|
|
2793
|
+
--dt-action-color-background-positive-primary-active-h: var(--dt-action-color-background-positive-primary-default-h);
|
|
2794
|
+
--dt-action-color-background-positive-primary-active-s: var(--dt-action-color-background-positive-primary-default-s);
|
|
2795
|
+
--dt-action-color-background-positive-primary-active-l: var(--dt-action-color-background-positive-primary-default-l);
|
|
2796
|
+
--dt-action-color-background-positive-primary-active-a: var(--dt-action-color-background-positive-primary-default-a);
|
|
2797
|
+
--dt-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-default-hsl);
|
|
2798
|
+
--dt-action-color-background-positive-primary-active-hsla: var(--dt-action-color-background-positive-primary-default-hsla);
|
|
2799
|
+
--dt-action-color-background-positive-primary-active: var(--dt-action-color-background-positive-primary-default);
|
|
2877
2800
|
--dt-action-color-background-positive-hover-h: var(--dt-color-surface-success-opaque-h);
|
|
2878
2801
|
--dt-action-color-background-positive-hover-s: var(--dt-color-surface-success-opaque-s);
|
|
2879
2802
|
--dt-action-color-background-positive-hover-l: var(--dt-color-surface-success-opaque-l);
|
|
@@ -2888,6 +2811,13 @@
|
|
|
2888
2811
|
--dt-action-color-background-disabled-default-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
2889
2812
|
--dt-action-color-background-disabled-default-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
2890
2813
|
--dt-action-color-background-disabled-default: var(--dt-color-surface-bold-opaque);
|
|
2814
|
+
--dt-action-color-background-muted-active-h: var(--dt-color-surface-bold-opaque-h);
|
|
2815
|
+
--dt-action-color-background-muted-active-s: var(--dt-color-surface-bold-opaque-s);
|
|
2816
|
+
--dt-action-color-background-muted-active-l: var(--dt-color-surface-bold-opaque-l);
|
|
2817
|
+
--dt-action-color-background-muted-active-a: var(--dt-color-surface-bold-opaque-a);
|
|
2818
|
+
--dt-action-color-background-muted-active-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
2819
|
+
--dt-action-color-background-muted-active-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
2820
|
+
--dt-action-color-background-muted-active: var(--dt-color-surface-bold-opaque);
|
|
2891
2821
|
--dt-action-color-background-muted-hover-h: var(--dt-color-surface-moderate-opaque-h);
|
|
2892
2822
|
--dt-action-color-background-muted-hover-s: var(--dt-color-surface-moderate-opaque-s);
|
|
2893
2823
|
--dt-action-color-background-muted-hover-l: var(--dt-color-surface-moderate-opaque-l);
|
|
@@ -2916,6 +2846,13 @@
|
|
|
2916
2846
|
--dt-action-color-background-inverted-hover-hsl: var(--dt-color-surface-moderate-opaque-inverted-hsl);
|
|
2917
2847
|
--dt-action-color-background-inverted-hover-hsla: var(--dt-color-surface-moderate-opaque-inverted-hsla);
|
|
2918
2848
|
--dt-action-color-background-inverted-hover: var(--dt-color-surface-moderate-opaque-inverted);
|
|
2849
|
+
--dt-action-color-background-critical-primary-active-h: var(--dt-action-color-background-critical-primary-default-h);
|
|
2850
|
+
--dt-action-color-background-critical-primary-active-s: var(--dt-action-color-background-critical-primary-default-s);
|
|
2851
|
+
--dt-action-color-background-critical-primary-active-l: var(--dt-action-color-background-critical-primary-default-l);
|
|
2852
|
+
--dt-action-color-background-critical-primary-active-a: var(--dt-action-color-background-critical-primary-default-a);
|
|
2853
|
+
--dt-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-default-hsl);
|
|
2854
|
+
--dt-action-color-background-critical-primary-active-hsla: var(--dt-action-color-background-critical-primary-default-hsla);
|
|
2855
|
+
--dt-action-color-background-critical-primary-active: var(--dt-action-color-background-critical-primary-default);
|
|
2919
2856
|
--dt-action-color-background-critical-hover-h: var(--dt-color-surface-critical-opaque-h);
|
|
2920
2857
|
--dt-action-color-background-critical-hover-s: var(--dt-color-surface-critical-opaque-s);
|
|
2921
2858
|
--dt-action-color-background-critical-hover-l: var(--dt-color-surface-critical-opaque-l);
|
|
@@ -2923,13 +2860,20 @@
|
|
|
2923
2860
|
--dt-action-color-background-critical-hover-hsl: var(--dt-color-surface-critical-opaque-hsl);
|
|
2924
2861
|
--dt-action-color-background-critical-hover-hsla: var(--dt-color-surface-critical-opaque-hsla);
|
|
2925
2862
|
--dt-action-color-background-critical-hover: var(--dt-color-surface-critical-opaque);
|
|
2926
|
-
--dt-action-color-background-base-
|
|
2927
|
-
--dt-action-color-background-base-
|
|
2928
|
-
--dt-action-color-background-base-
|
|
2929
|
-
--dt-action-color-background-base-
|
|
2930
|
-
--dt-action-color-background-base-
|
|
2931
|
-
--dt-action-color-background-base-
|
|
2932
|
-
--dt-action-color-background-base-
|
|
2863
|
+
--dt-action-color-background-base-primary-active-h: var(--dt-action-color-background-base-primary-default-h);
|
|
2864
|
+
--dt-action-color-background-base-primary-active-s: var(--dt-action-color-background-base-primary-default-s);
|
|
2865
|
+
--dt-action-color-background-base-primary-active-l: var(--dt-action-color-background-base-primary-default-l);
|
|
2866
|
+
--dt-action-color-background-base-primary-active-a: var(--dt-action-color-background-base-primary-default-a);
|
|
2867
|
+
--dt-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-default-hsl);
|
|
2868
|
+
--dt-action-color-background-base-primary-active-hsla: var(--dt-action-color-background-base-primary-default-hsla);
|
|
2869
|
+
--dt-action-color-background-base-primary-active: var(--dt-action-color-background-base-primary-default);
|
|
2870
|
+
--dt-action-color-background-base-active-h: 253;
|
|
2871
|
+
--dt-action-color-background-base-active-s: 95.9%;
|
|
2872
|
+
--dt-action-color-background-base-active-l: 71.6%;
|
|
2873
|
+
--dt-action-color-background-base-active-a: 30%;
|
|
2874
|
+
--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);
|
|
2875
|
+
--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%));
|
|
2876
|
+
--dt-action-color-background-base-active: hsl(253 95.9% 71.6% / 0.3);
|
|
2933
2877
|
--dt-action-color-foreground-disabled-default-h: var(--dt-color-foreground-disabled-h);
|
|
2934
2878
|
--dt-action-color-foreground-disabled-default-s: var(--dt-color-foreground-disabled-s);
|
|
2935
2879
|
--dt-action-color-foreground-disabled-default-l: var(--dt-color-foreground-disabled-l);
|
|
@@ -3042,13 +2986,13 @@
|
|
|
3042
2986
|
--dt-inputs-color-foreground-placeholder-hsl: var(--dt-color-foreground-placeholder-hsl);
|
|
3043
2987
|
--dt-inputs-color-foreground-placeholder-hsla: var(--dt-color-foreground-placeholder-hsla);
|
|
3044
2988
|
--dt-inputs-color-foreground-placeholder: var(--dt-color-foreground-placeholder);
|
|
3045
|
-
--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-
|
|
3046
|
-
--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-
|
|
3047
|
-
--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-
|
|
3048
|
-
--dt-inputs-color-foreground-default-a: var(--dt-color-foreground-
|
|
3049
|
-
--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-
|
|
3050
|
-
--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-
|
|
3051
|
-
--dt-inputs-color-foreground-default: var(--dt-color-foreground-
|
|
2989
|
+
--dt-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);
|
|
2990
|
+
--dt-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);
|
|
2991
|
+
--dt-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);
|
|
2992
|
+
--dt-inputs-color-foreground-default-a: var(--dt-color-foreground-primary-a);
|
|
2993
|
+
--dt-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);
|
|
2994
|
+
--dt-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);
|
|
2995
|
+
--dt-inputs-color-foreground-default: var(--dt-color-foreground-primary);
|
|
3052
2996
|
--dt-inputs-font-size-xl: var(--dt-font-size-400); /* Font size for extra large inputs (e.g. input and textarea) */
|
|
3053
2997
|
--dt-inputs-font-size-lg: var(--dt-font-size-300); /* Font size for large inputs (e.g. input and textarea) */
|
|
3054
2998
|
--dt-inputs-font-size-md: var(--dt-font-size-200); /* Font size for medium inputs (e.g. input and textarea) */
|
|
@@ -3105,76 +3049,6 @@
|
|
|
3105
3049
|
--dt-typography-body-sm-font-size: var(--dt-font-size-100); /* Reduced small text style for less prominent or adjacent content. */
|
|
3106
3050
|
--dt-typography-body-md-compact-font-size: var(--dt-font-size-200); /* A tighter-spaced version of medium body style. */
|
|
3107
3051
|
--dt-typography-body-md-font-size: var(--dt-font-size-200); /* Base default medium text style for main content. */
|
|
3108
|
-
--dt-color-theme-sidebar-selected-row-color-background-h: 0;
|
|
3109
|
-
--dt-color-theme-sidebar-selected-row-color-background-s: 0%;
|
|
3110
|
-
--dt-color-theme-sidebar-selected-row-color-background-l: 90.2%;
|
|
3111
|
-
--dt-color-theme-sidebar-selected-row-color-background-a: 12%;
|
|
3112
|
-
--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);
|
|
3113
|
-
--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%));
|
|
3114
|
-
--dt-color-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
3115
|
-
--dt-color-theme-sidebar-row-color-background-active-h: 0;
|
|
3116
|
-
--dt-color-theme-sidebar-row-color-background-active-s: 0%;
|
|
3117
|
-
--dt-color-theme-sidebar-row-color-background-active-l: 90.2%;
|
|
3118
|
-
--dt-color-theme-sidebar-row-color-background-active-a: 15%;
|
|
3119
|
-
--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);
|
|
3120
|
-
--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%));
|
|
3121
|
-
--dt-color-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
3122
|
-
--dt-color-theme-sidebar-row-color-background-hover-h: 0;
|
|
3123
|
-
--dt-color-theme-sidebar-row-color-background-hover-s: 0%;
|
|
3124
|
-
--dt-color-theme-sidebar-row-color-background-hover-l: 90.2%;
|
|
3125
|
-
--dt-color-theme-sidebar-row-color-background-hover-a: 10%;
|
|
3126
|
-
--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);
|
|
3127
|
-
--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%));
|
|
3128
|
-
--dt-color-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
3129
|
-
--dt-color-theme-topbar-button-color-background-hover-h: 0;
|
|
3130
|
-
--dt-color-theme-topbar-button-color-background-hover-s: 0%;
|
|
3131
|
-
--dt-color-theme-topbar-button-color-background-hover-l: 90.2%;
|
|
3132
|
-
--dt-color-theme-topbar-button-color-background-hover-a: 15%;
|
|
3133
|
-
--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);
|
|
3134
|
-
--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%));
|
|
3135
|
-
--dt-color-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
3136
|
-
--dt-color-action-color-background-positive-primary-active-h: var(--dt-action-color-background-positive-primary-default-h);
|
|
3137
|
-
--dt-color-action-color-background-positive-primary-active-s: var(--dt-action-color-background-positive-primary-default-s);
|
|
3138
|
-
--dt-color-action-color-background-positive-primary-active-l: var(--dt-action-color-background-positive-primary-default-l);
|
|
3139
|
-
--dt-color-action-color-background-positive-primary-active-a: var(--dt-action-color-background-positive-primary-default-a);
|
|
3140
|
-
--dt-color-action-color-background-positive-primary-active-hsl: var(--dt-action-color-background-positive-primary-default-hsl);
|
|
3141
|
-
--dt-color-action-color-background-positive-primary-active-hsla: var(--dt-action-color-background-positive-primary-default-hsla);
|
|
3142
|
-
--dt-color-action-color-background-positive-primary-active: var(--dt-action-color-background-positive-primary-default);
|
|
3143
|
-
--dt-color-action-color-background-muted-active-h: var(--dt-color-surface-bold-opaque-h);
|
|
3144
|
-
--dt-color-action-color-background-muted-active-s: var(--dt-color-surface-bold-opaque-s);
|
|
3145
|
-
--dt-color-action-color-background-muted-active-l: var(--dt-color-surface-bold-opaque-l);
|
|
3146
|
-
--dt-color-action-color-background-muted-active-a: var(--dt-color-surface-bold-opaque-a);
|
|
3147
|
-
--dt-color-action-color-background-muted-active-hsl: var(--dt-color-surface-bold-opaque-hsl);
|
|
3148
|
-
--dt-color-action-color-background-muted-active-hsla: var(--dt-color-surface-bold-opaque-hsla);
|
|
3149
|
-
--dt-color-action-color-background-muted-active: var(--dt-color-surface-bold-opaque);
|
|
3150
|
-
--dt-color-action-color-background-muted-hover-h: var(--dt-color-surface-moderate-opaque-h);
|
|
3151
|
-
--dt-color-action-color-background-muted-hover-s: var(--dt-color-surface-moderate-opaque-s);
|
|
3152
|
-
--dt-color-action-color-background-muted-hover-l: var(--dt-color-surface-moderate-opaque-l);
|
|
3153
|
-
--dt-color-action-color-background-muted-hover-a: var(--dt-color-surface-moderate-opaque-a);
|
|
3154
|
-
--dt-color-action-color-background-muted-hover-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
3155
|
-
--dt-color-action-color-background-muted-hover-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
3156
|
-
--dt-color-action-color-background-muted-hover: var(--dt-color-surface-moderate-opaque);
|
|
3157
|
-
--dt-color-action-color-background-critical-primary-active-h: var(--dt-action-color-background-critical-primary-default-h);
|
|
3158
|
-
--dt-color-action-color-background-critical-primary-active-s: var(--dt-action-color-background-critical-primary-default-s);
|
|
3159
|
-
--dt-color-action-color-background-critical-primary-active-l: var(--dt-action-color-background-critical-primary-default-l);
|
|
3160
|
-
--dt-color-action-color-background-critical-primary-active-a: var(--dt-action-color-background-critical-primary-default-a);
|
|
3161
|
-
--dt-color-action-color-background-critical-primary-active-hsl: var(--dt-action-color-background-critical-primary-default-hsl);
|
|
3162
|
-
--dt-color-action-color-background-critical-primary-active-hsla: var(--dt-action-color-background-critical-primary-default-hsla);
|
|
3163
|
-
--dt-color-action-color-background-critical-primary-active: var(--dt-action-color-background-critical-primary-default);
|
|
3164
|
-
--dt-color-action-color-background-base-primary-active-h: var(--dt-action-color-background-base-primary-default-h);
|
|
3165
|
-
--dt-color-action-color-background-base-primary-active-s: var(--dt-action-color-background-base-primary-default-s);
|
|
3166
|
-
--dt-color-action-color-background-base-primary-active-l: var(--dt-action-color-background-base-primary-default-l);
|
|
3167
|
-
--dt-color-action-color-background-base-primary-active-a: var(--dt-action-color-background-base-primary-default-a);
|
|
3168
|
-
--dt-color-action-color-background-base-primary-active-hsl: var(--dt-action-color-background-base-primary-default-hsl);
|
|
3169
|
-
--dt-color-action-color-background-base-primary-active-hsla: var(--dt-action-color-background-base-primary-default-hsla);
|
|
3170
|
-
--dt-color-action-color-background-base-primary-active: var(--dt-action-color-background-base-primary-default);
|
|
3171
|
-
--dt-color-inputs-color-foreground-default-h: var(--dt-color-foreground-primary-h);
|
|
3172
|
-
--dt-color-inputs-color-foreground-default-s: var(--dt-color-foreground-primary-s);
|
|
3173
|
-
--dt-color-inputs-color-foreground-default-l: var(--dt-color-foreground-primary-l);
|
|
3174
|
-
--dt-color-inputs-color-foreground-default-a: var(--dt-color-foreground-primary-a);
|
|
3175
|
-
--dt-color-inputs-color-foreground-default-hsl: var(--dt-color-foreground-primary-hsl);
|
|
3176
|
-
--dt-color-inputs-color-foreground-default-hsla: var(--dt-color-foreground-primary-hsla);
|
|
3177
|
-
--dt-color-inputs-color-foreground-default: var(--dt-color-foreground-primary);
|
|
3178
3052
|
--dt-color-surface-primary-opaque-inverted-h: 0;
|
|
3179
3053
|
--dt-color-surface-primary-opaque-inverted-s: 0%;
|
|
3180
3054
|
--dt-color-surface-primary-opaque-inverted-l: 100%;
|
|
@@ -3372,34 +3246,27 @@
|
|
|
3372
3246
|
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
3373
3247
|
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
3374
3248
|
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
3249
|
+
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
3250
|
+
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
3251
|
+
--dt-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
3252
|
+
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
3253
|
+
--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);
|
|
3254
|
+
--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%));
|
|
3255
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
3375
3256
|
--dt-action-color-background-positive-active-h: 155;
|
|
3376
3257
|
--dt-action-color-background-positive-active-s: 100%;
|
|
3377
|
-
--dt-action-color-background-positive-active-l:
|
|
3258
|
+
--dt-action-color-background-positive-active-l: 36.6%;
|
|
3378
3259
|
--dt-action-color-background-positive-active-a: 28%;
|
|
3379
3260
|
--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);
|
|
3380
3261
|
--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%));
|
|
3381
|
-
--dt-action-color-background-positive-active: hsl(155 100%
|
|
3382
|
-
--dt-action-color-background-muted-active-h: 0;
|
|
3383
|
-
--dt-action-color-background-muted-active-s: 0%;
|
|
3384
|
-
--dt-action-color-background-muted-active-l: 90.2%;
|
|
3385
|
-
--dt-action-color-background-muted-active-a: 14%;
|
|
3386
|
-
--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);
|
|
3387
|
-
--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%));
|
|
3388
|
-
--dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.14);
|
|
3262
|
+
--dt-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
3389
3263
|
--dt-action-color-background-critical-active-h: 343;
|
|
3390
3264
|
--dt-action-color-background-critical-active-s: 72.9%;
|
|
3391
|
-
--dt-action-color-background-critical-active-l:
|
|
3265
|
+
--dt-action-color-background-critical-active-l: 50%;
|
|
3392
3266
|
--dt-action-color-background-critical-active-a: 20%;
|
|
3393
3267
|
--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);
|
|
3394
3268
|
--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%));
|
|
3395
|
-
--dt-action-color-background-critical-active: hsl(343 72.9%
|
|
3396
|
-
--dt-action-color-background-base-active-h: 260;
|
|
3397
|
-
--dt-action-color-background-base-active-s: 97.7%;
|
|
3398
|
-
--dt-action-color-background-base-active-l: 15%;
|
|
3399
|
-
--dt-action-color-background-base-active-a: 70%;
|
|
3400
|
-
--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);
|
|
3401
|
-
--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%));
|
|
3402
|
-
--dt-action-color-background-base-active: hsl(260 97.7% 15% / 0.7);
|
|
3269
|
+
--dt-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
3403
3270
|
--dt-action-color-foreground-positive-hover-h: var(--dt-color-link-success-hover-h);
|
|
3404
3271
|
--dt-action-color-foreground-positive-hover-s: var(--dt-color-link-success-hover-s);
|
|
3405
3272
|
--dt-action-color-foreground-positive-hover-l: var(--dt-color-link-success-hover-l);
|
|
@@ -3514,34 +3381,6 @@
|
|
|
3514
3381
|
--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);
|
|
3515
3382
|
--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);
|
|
3516
3383
|
--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) */
|
|
3517
|
-
--dt-color-theme-topbar-field-color-background-hover-h: 0;
|
|
3518
|
-
--dt-color-theme-topbar-field-color-background-hover-s: 0%;
|
|
3519
|
-
--dt-color-theme-topbar-field-color-background-hover-l: 8.27%;
|
|
3520
|
-
--dt-color-theme-topbar-field-color-background-hover-a: 100%;
|
|
3521
|
-
--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);
|
|
3522
|
-
--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%));
|
|
3523
|
-
--dt-color-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
3524
|
-
--dt-color-action-color-background-positive-active-h: 155;
|
|
3525
|
-
--dt-color-action-color-background-positive-active-s: 100%;
|
|
3526
|
-
--dt-color-action-color-background-positive-active-l: 36.6%;
|
|
3527
|
-
--dt-color-action-color-background-positive-active-a: 28%;
|
|
3528
|
-
--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);
|
|
3529
|
-
--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%));
|
|
3530
|
-
--dt-color-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
3531
|
-
--dt-color-action-color-background-critical-active-h: 343;
|
|
3532
|
-
--dt-color-action-color-background-critical-active-s: 72.9%;
|
|
3533
|
-
--dt-color-action-color-background-critical-active-l: 50%;
|
|
3534
|
-
--dt-color-action-color-background-critical-active-a: 20%;
|
|
3535
|
-
--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);
|
|
3536
|
-
--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%));
|
|
3537
|
-
--dt-color-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
3538
|
-
--dt-color-action-color-background-base-active-h: 260;
|
|
3539
|
-
--dt-color-action-color-background-base-active-s: 97.7%;
|
|
3540
|
-
--dt-color-action-color-background-base-active-l: 16.9%;
|
|
3541
|
-
--dt-color-action-color-background-base-active-a: 30%;
|
|
3542
|
-
--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);
|
|
3543
|
-
--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%));
|
|
3544
|
-
--dt-color-action-color-background-base-active: hsl(260 97.7% 16.9% / 0.3);
|
|
3545
3384
|
--dt-color-link-disabled-inverted-hover-h: var(--dt-color-link-disabled-inverted-h);
|
|
3546
3385
|
--dt-color-link-disabled-inverted-hover-s: var(--dt-color-link-disabled-inverted-s);
|
|
3547
3386
|
--dt-color-link-disabled-inverted-hover-l: var(--dt-color-link-disabled-inverted-l);
|