@dialpad/dialtone 9.129.2-beta.1 → 9.129.3-beta.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/dialtone-default-theme.css +589 -175
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-aegean-dark.css +467 -0
- package/dist/tokens/css/tokens-aegean-light.css +467 -0
- package/dist/tokens/css/tokens-base-dark.css +132 -132
- package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
- package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
- package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
- package/dist/tokens/css/tokens-debug-dp.css +574 -160
- package/dist/tokens/css/tokens-deca-dark.css +41 -1846
- package/dist/tokens/css/tokens-deca-light.css +62 -1874
- package/dist/tokens/css/tokens-dp-dark.css +575 -154
- package/dist/tokens/css/tokens-dp-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-dark.css +547 -154
- package/dist/tokens/css/tokens-expressive-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
- package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
- package/dist/tokens/css/tokens-melon-dark.css +467 -0
- package/dist/tokens/css/tokens-melon-light.css +467 -0
- package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
- package/dist/tokens/css/tokens-sunflower-light.css +467 -0
- package/dist/tokens/css/tokens-tmo-dark.css +866 -445
- package/dist/tokens/css/tokens-tmo-light.css +883 -469
- package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
- package/dist/tokens/doc.json +146389 -129764
- package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
- package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +4 -4
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +2 -2
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +2 -2
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +3 -3
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-aegean-dark.json +121 -0
- package/dist/tokens/tokens-aegean-light.json +121 -0
- package/dist/tokens/tokens-base-dark.json +132 -132
- package/dist/tokens/tokens-base-deca-dark.json +132 -132
- package/dist/tokens/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens/tokens-ceruleo-default.json +124 -0
- package/dist/tokens/tokens-deca-dark.json +52 -472
- package/dist/tokens/tokens-deca-light.json +4 -425
- package/dist/tokens/tokens-dp-dark.json +254 -193
- package/dist/tokens/tokens-dp-light.json +85 -25
- package/dist/tokens/tokens-expressive-dark.json +250 -193
- package/dist/tokens/tokens-expressive-light.json +85 -25
- package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
- package/dist/tokens/tokens-expressive-sm-light.json +85 -25
- package/dist/tokens/tokens-melon-dark.json +121 -0
- package/dist/tokens/tokens-melon-light.json +121 -0
- package/dist/tokens/tokens-sunflower-dark.json +121 -0
- package/dist/tokens/tokens-sunflower-light.json +121 -0
- package/dist/tokens/tokens-tmo-dark.json +257 -196
- package/dist/tokens/tokens-tmo-light.json +127 -67
- package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens/tokens-verdant-haze-light.json +122 -0
- package/package.json +3 -3
|
@@ -32605,6 +32605,7 @@ body {
|
|
|
32605
32605
|
--dt-avatar-color-background-100-hsl: var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l);
|
|
32606
32606
|
--dt-avatar-color-background-100-hsla: hsl(var(--dt-avatar-color-background-100-h) var(--dt-avatar-color-background-100-s) var(--dt-avatar-color-background-100-l) / var(--alpha, 100%));
|
|
32607
32607
|
--dt-avatar-color-background-100: #1aa340;
|
|
32608
|
+
--dt-shell-foo: #392bff;
|
|
32608
32609
|
--dt-radio-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
32609
32610
|
--dt-radio-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
32610
32611
|
--dt-radio-color-foreground-default-l: var(--dt-color-neutral-transparent-l);
|
|
@@ -32613,6 +32614,34 @@ body {
|
|
|
32613
32614
|
--dt-radio-color-foreground-default-hsla: var(--dt-color-neutral-transparent-hsla);
|
|
32614
32615
|
--dt-radio-color-foreground-default: var(--dt-color-neutral-transparent);
|
|
32615
32616
|
--dt-radio-size-width: var(--dt-size-500);
|
|
32617
|
+
--dt-presence-color-offline-h: var(--dt-color-black-500-h);
|
|
32618
|
+
--dt-presence-color-offline-s: var(--dt-color-black-500-s);
|
|
32619
|
+
--dt-presence-color-offline-l: var(--dt-color-black-500-l);
|
|
32620
|
+
--dt-presence-color-offline-a: var(--dt-color-black-500-a);
|
|
32621
|
+
--dt-presence-color-offline-hsl: var(--dt-color-black-500-hsl);
|
|
32622
|
+
--dt-presence-color-offline-hsla: var(--dt-color-black-500-hsla);
|
|
32623
|
+
--dt-presence-color-offline: var(--dt-color-black-500);
|
|
32624
|
+
--dt-presence-color-busy-h: var(--dt-color-gold-400-h);
|
|
32625
|
+
--dt-presence-color-busy-s: var(--dt-color-gold-400-s);
|
|
32626
|
+
--dt-presence-color-busy-l: var(--dt-color-gold-400-l);
|
|
32627
|
+
--dt-presence-color-busy-a: var(--dt-color-gold-400-a);
|
|
32628
|
+
--dt-presence-color-busy-hsl: var(--dt-color-gold-400-hsl);
|
|
32629
|
+
--dt-presence-color-busy-hsla: var(--dt-color-gold-400-hsla);
|
|
32630
|
+
--dt-presence-color-busy: var(--dt-color-gold-400);
|
|
32631
|
+
--dt-presence-color-unavailable-h: var(--dt-color-red-450-h);
|
|
32632
|
+
--dt-presence-color-unavailable-s: var(--dt-color-red-450-s);
|
|
32633
|
+
--dt-presence-color-unavailable-l: var(--dt-color-red-450-l);
|
|
32634
|
+
--dt-presence-color-unavailable-a: var(--dt-color-red-450-a);
|
|
32635
|
+
--dt-presence-color-unavailable-hsl: var(--dt-color-red-450-hsl);
|
|
32636
|
+
--dt-presence-color-unavailable-hsla: var(--dt-color-red-450-hsla);
|
|
32637
|
+
--dt-presence-color-unavailable: var(--dt-color-red-450);
|
|
32638
|
+
--dt-presence-color-available-h: var(--dt-color-green-475-h);
|
|
32639
|
+
--dt-presence-color-available-s: var(--dt-color-green-475-s);
|
|
32640
|
+
--dt-presence-color-available-l: var(--dt-color-green-475-l);
|
|
32641
|
+
--dt-presence-color-available-a: var(--dt-color-green-475-a);
|
|
32642
|
+
--dt-presence-color-available-hsl: var(--dt-color-green-475-hsl);
|
|
32643
|
+
--dt-presence-color-available-hsla: var(--dt-color-green-475-hsla);
|
|
32644
|
+
--dt-presence-color-available: var(--dt-color-green-475);
|
|
32616
32645
|
--dt-icon-size-border-100: var(--dt-size-border-100);
|
|
32617
32646
|
--dt-checkbox-color-foreground-default-h: var(--dt-color-neutral-transparent-h);
|
|
32618
32647
|
--dt-checkbox-color-foreground-default-s: var(--dt-color-neutral-transparent-s);
|
|
@@ -32715,6 +32744,97 @@ body {
|
|
|
32715
32744
|
--dt-avatar-color-foreground-hsl: var(--dt-color-neutral-black-hsl);
|
|
32716
32745
|
--dt-avatar-color-foreground-hsla: var(--dt-color-neutral-black-hsla);
|
|
32717
32746
|
--dt-avatar-color-foreground: var(--dt-color-neutral-black);
|
|
32747
|
+
--dt-shell-logo-color-wordmark-h: var(--dt-color-purple-1000-h);
|
|
32748
|
+
--dt-shell-logo-color-wordmark-s: var(--dt-color-purple-1000-s);
|
|
32749
|
+
--dt-shell-logo-color-wordmark-l: var(--dt-color-purple-1000-l);
|
|
32750
|
+
--dt-shell-logo-color-wordmark-a: var(--dt-color-purple-1000-a);
|
|
32751
|
+
--dt-shell-logo-color-wordmark-hsl: var(--dt-color-purple-1000-hsl);
|
|
32752
|
+
--dt-shell-logo-color-wordmark-hsla: var(--dt-color-purple-1000-hsla);
|
|
32753
|
+
--dt-shell-logo-color-wordmark: var(--dt-color-purple-1000);
|
|
32754
|
+
--dt-shell-logo-color-star-h: var(--dt-color-purple-400-h);
|
|
32755
|
+
--dt-shell-logo-color-star-s: var(--dt-color-purple-400-s);
|
|
32756
|
+
--dt-shell-logo-color-star-l: var(--dt-color-purple-400-l);
|
|
32757
|
+
--dt-shell-logo-color-star-a: var(--dt-color-purple-400-a);
|
|
32758
|
+
--dt-shell-logo-color-star-hsl: var(--dt-color-purple-400-hsl);
|
|
32759
|
+
--dt-shell-logo-color-star-hsla: var(--dt-color-purple-400-hsla);
|
|
32760
|
+
--dt-shell-logo-color-star: var(--dt-color-purple-400);
|
|
32761
|
+
--dt-shell-mention-color-foreground-secondary-h: var(--dt-color-black-100-h);
|
|
32762
|
+
--dt-shell-mention-color-foreground-secondary-s: var(--dt-color-black-100-s);
|
|
32763
|
+
--dt-shell-mention-color-foreground-secondary-l: var(--dt-color-black-100-l);
|
|
32764
|
+
--dt-shell-mention-color-foreground-secondary-a: var(--dt-color-black-100-a);
|
|
32765
|
+
--dt-shell-mention-color-foreground-secondary-hsl: var(--dt-color-black-100-hsl);
|
|
32766
|
+
--dt-shell-mention-color-foreground-secondary-hsla: var(--dt-color-black-100-hsla);
|
|
32767
|
+
--dt-shell-mention-color-foreground-secondary: var(--dt-color-black-100);
|
|
32768
|
+
--dt-shell-mention-color-foreground-primary-h: var(--dt-color-black-50-h);
|
|
32769
|
+
--dt-shell-mention-color-foreground-primary-s: var(--dt-color-black-50-s);
|
|
32770
|
+
--dt-shell-mention-color-foreground-primary-l: var(--dt-color-black-50-l);
|
|
32771
|
+
--dt-shell-mention-color-foreground-primary-a: var(--dt-color-black-50-a);
|
|
32772
|
+
--dt-shell-mention-color-foreground-primary-hsl: var(--dt-color-black-50-hsl);
|
|
32773
|
+
--dt-shell-mention-color-foreground-primary-hsla: var(--dt-color-black-50-hsla);
|
|
32774
|
+
--dt-shell-mention-color-foreground-primary: var(--dt-color-black-50);
|
|
32775
|
+
--dt-shell-base-action-color-background-muted-h: var(--dt-color-black-800-h);
|
|
32776
|
+
--dt-shell-base-action-color-background-muted-s: var(--dt-color-black-800-s);
|
|
32777
|
+
--dt-shell-base-action-color-background-muted-l: var(--dt-color-black-800-l);
|
|
32778
|
+
--dt-shell-base-action-color-background-muted-a: var(--dt-color-black-800-a);
|
|
32779
|
+
--dt-shell-base-action-color-background-muted-hsl: var(--dt-color-black-800-hsl);
|
|
32780
|
+
--dt-shell-base-action-color-background-muted-hsla: var(--dt-color-black-800-hsla);
|
|
32781
|
+
--dt-shell-base-action-color-background-muted: var(--dt-color-black-800);
|
|
32782
|
+
--dt-shell-base-action-color-background-secondary-h: var(--dt-color-black-800-h);
|
|
32783
|
+
--dt-shell-base-action-color-background-secondary-s: var(--dt-color-black-800-s);
|
|
32784
|
+
--dt-shell-base-action-color-background-secondary-l: var(--dt-color-black-800-l);
|
|
32785
|
+
--dt-shell-base-action-color-background-secondary-a: var(--dt-color-black-800-a);
|
|
32786
|
+
--dt-shell-base-action-color-background-secondary-hsl: var(--dt-color-black-800-hsl);
|
|
32787
|
+
--dt-shell-base-action-color-background-secondary-hsla: var(--dt-color-black-800-hsla);
|
|
32788
|
+
--dt-shell-base-action-color-background-secondary: var(--dt-color-black-800);
|
|
32789
|
+
--dt-shell-base-action-color-background-primary-h: var(--dt-color-black-800-h);
|
|
32790
|
+
--dt-shell-base-action-color-background-primary-s: var(--dt-color-black-800-s);
|
|
32791
|
+
--dt-shell-base-action-color-background-primary-l: var(--dt-color-black-800-l);
|
|
32792
|
+
--dt-shell-base-action-color-background-primary-a: var(--dt-color-black-800-a);
|
|
32793
|
+
--dt-shell-base-action-color-background-primary-hsl: var(--dt-color-black-800-hsl);
|
|
32794
|
+
--dt-shell-base-action-color-background-primary-hsla: var(--dt-color-black-800-hsla);
|
|
32795
|
+
--dt-shell-base-action-color-background-primary: var(--dt-color-black-800);
|
|
32796
|
+
--dt-shell-base-color-status-away-h: var(--dt-color-black-500-h);
|
|
32797
|
+
--dt-shell-base-color-status-away-s: var(--dt-color-black-500-s);
|
|
32798
|
+
--dt-shell-base-color-status-away-l: var(--dt-color-black-500-l);
|
|
32799
|
+
--dt-shell-base-color-status-away-a: var(--dt-color-black-500-a);
|
|
32800
|
+
--dt-shell-base-color-status-away-hsl: var(--dt-color-black-500-hsl);
|
|
32801
|
+
--dt-shell-base-color-status-away-hsla: var(--dt-color-black-500-hsla);
|
|
32802
|
+
--dt-shell-base-color-status-away: var(--dt-color-black-500);
|
|
32803
|
+
--dt-shell-base-color-status-warning-h: var(--dt-color-gold-500-h);
|
|
32804
|
+
--dt-shell-base-color-status-warning-s: var(--dt-color-gold-500-s);
|
|
32805
|
+
--dt-shell-base-color-status-warning-l: var(--dt-color-gold-500-l);
|
|
32806
|
+
--dt-shell-base-color-status-warning-a: var(--dt-color-gold-500-a);
|
|
32807
|
+
--dt-shell-base-color-status-warning-hsl: var(--dt-color-gold-500-hsl);
|
|
32808
|
+
--dt-shell-base-color-status-warning-hsla: var(--dt-color-gold-500-hsla);
|
|
32809
|
+
--dt-shell-base-color-status-warning: var(--dt-color-gold-500);
|
|
32810
|
+
--dt-shell-base-color-status-critical-h: var(--dt-color-red-500-h);
|
|
32811
|
+
--dt-shell-base-color-status-critical-s: var(--dt-color-red-500-s);
|
|
32812
|
+
--dt-shell-base-color-status-critical-l: var(--dt-color-red-500-l);
|
|
32813
|
+
--dt-shell-base-color-status-critical-a: var(--dt-color-red-500-a);
|
|
32814
|
+
--dt-shell-base-color-status-critical-hsl: var(--dt-color-red-500-hsl);
|
|
32815
|
+
--dt-shell-base-color-status-critical-hsla: var(--dt-color-red-500-hsla);
|
|
32816
|
+
--dt-shell-base-color-status-critical: var(--dt-color-red-500);
|
|
32817
|
+
--dt-shell-base-color-status-positive-h: var(--dt-color-green-425-h);
|
|
32818
|
+
--dt-shell-base-color-status-positive-s: var(--dt-color-green-425-s);
|
|
32819
|
+
--dt-shell-base-color-status-positive-l: var(--dt-color-green-425-l);
|
|
32820
|
+
--dt-shell-base-color-status-positive-a: var(--dt-color-green-425-a);
|
|
32821
|
+
--dt-shell-base-color-status-positive-hsl: var(--dt-color-green-425-hsl);
|
|
32822
|
+
--dt-shell-base-color-status-positive-hsla: var(--dt-color-green-425-hsla);
|
|
32823
|
+
--dt-shell-base-color-status-positive: var(--dt-color-green-425);
|
|
32824
|
+
--dt-shell-base-color-border-h: var(--dt-color-black-900-h);
|
|
32825
|
+
--dt-shell-base-color-border-s: var(--dt-color-black-900-s);
|
|
32826
|
+
--dt-shell-base-color-border-l: var(--dt-color-black-900-l);
|
|
32827
|
+
--dt-shell-base-color-border-a: var(--dt-color-black-900-a);
|
|
32828
|
+
--dt-shell-base-color-border-hsl: var(--dt-color-black-900-hsl);
|
|
32829
|
+
--dt-shell-base-color-border-hsla: var(--dt-color-black-900-hsla);
|
|
32830
|
+
--dt-shell-base-color-border: var(--dt-color-black-900);
|
|
32831
|
+
--dt-shell-base-color-foreground-h: var(--dt-color-black-900-h);
|
|
32832
|
+
--dt-shell-base-color-foreground-s: var(--dt-color-black-900-s);
|
|
32833
|
+
--dt-shell-base-color-foreground-l: var(--dt-color-black-900-l);
|
|
32834
|
+
--dt-shell-base-color-foreground-a: var(--dt-color-black-900-a);
|
|
32835
|
+
--dt-shell-base-color-foreground-hsl: var(--dt-color-black-900-hsl);
|
|
32836
|
+
--dt-shell-base-color-foreground-hsla: var(--dt-color-black-900-hsla);
|
|
32837
|
+
--dt-shell-base-color-foreground: var(--dt-color-black-900);
|
|
32718
32838
|
--dt-theme-mention-color-background-strong-h: var(--dt-color-purple-550-h);
|
|
32719
32839
|
--dt-theme-mention-color-background-strong-s: var(--dt-color-purple-550-s);
|
|
32720
32840
|
--dt-theme-mention-color-background-strong-l: var(--dt-color-purple-550-l);
|
|
@@ -32729,27 +32849,27 @@ body {
|
|
|
32729
32849
|
--dt-theme-mention-color-foreground-hsl: var(--dt-color-black-50-hsl);
|
|
32730
32850
|
--dt-theme-mention-color-foreground-hsla: var(--dt-color-black-50-hsla);
|
|
32731
32851
|
--dt-theme-mention-color-foreground: var(--dt-color-black-50);
|
|
32732
|
-
--dt-theme-presence-color-background-offline-h: var(--dt-color-
|
|
32733
|
-
--dt-theme-presence-color-background-offline-s: var(--dt-color-
|
|
32734
|
-
--dt-theme-presence-color-background-offline-l: var(--dt-color-
|
|
32735
|
-
--dt-theme-presence-color-background-offline-a: var(--dt-color-
|
|
32736
|
-
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-
|
|
32737
|
-
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-
|
|
32738
|
-
--dt-theme-presence-color-background-offline: var(--dt-color-
|
|
32739
|
-
--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-
|
|
32740
|
-
--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-
|
|
32741
|
-
--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-
|
|
32742
|
-
--dt-theme-presence-color-background-busy-a: var(--dt-color-gold-
|
|
32743
|
-
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-
|
|
32744
|
-
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-
|
|
32745
|
-
--dt-theme-presence-color-background-busy: var(--dt-color-gold-
|
|
32746
|
-
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-
|
|
32747
|
-
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-
|
|
32748
|
-
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-
|
|
32749
|
-
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-
|
|
32750
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-
|
|
32751
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-
|
|
32752
|
-
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-
|
|
32852
|
+
--dt-theme-presence-color-background-offline-h: var(--dt-color-black-500-h);
|
|
32853
|
+
--dt-theme-presence-color-background-offline-s: var(--dt-color-black-500-s);
|
|
32854
|
+
--dt-theme-presence-color-background-offline-l: var(--dt-color-black-500-l);
|
|
32855
|
+
--dt-theme-presence-color-background-offline-a: var(--dt-color-black-500-a);
|
|
32856
|
+
--dt-theme-presence-color-background-offline-hsl: var(--dt-color-black-500-hsl);
|
|
32857
|
+
--dt-theme-presence-color-background-offline-hsla: var(--dt-color-black-500-hsla);
|
|
32858
|
+
--dt-theme-presence-color-background-offline: var(--dt-color-black-500);
|
|
32859
|
+
--dt-theme-presence-color-background-busy-h: var(--dt-color-gold-500-h);
|
|
32860
|
+
--dt-theme-presence-color-background-busy-s: var(--dt-color-gold-500-s);
|
|
32861
|
+
--dt-theme-presence-color-background-busy-l: var(--dt-color-gold-500-l);
|
|
32862
|
+
--dt-theme-presence-color-background-busy-a: var(--dt-color-gold-500-a);
|
|
32863
|
+
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-500-hsl);
|
|
32864
|
+
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-500-hsla);
|
|
32865
|
+
--dt-theme-presence-color-background-busy: var(--dt-color-gold-500);
|
|
32866
|
+
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-500-h);
|
|
32867
|
+
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-500-s);
|
|
32868
|
+
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-500-l);
|
|
32869
|
+
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-500-a);
|
|
32870
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-500-hsl);
|
|
32871
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-500-hsla);
|
|
32872
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-500);
|
|
32753
32873
|
--dt-theme-presence-color-background-available-h: var(--dt-color-green-425-h);
|
|
32754
32874
|
--dt-theme-presence-color-background-available-s: var(--dt-color-green-425-s);
|
|
32755
32875
|
--dt-theme-presence-color-background-available-l: var(--dt-color-green-425-l);
|
|
@@ -32757,6 +32877,153 @@ body {
|
|
|
32757
32877
|
--dt-theme-presence-color-background-available-hsl: var(--dt-color-green-425-hsl);
|
|
32758
32878
|
--dt-theme-presence-color-background-available-hsla: var(--dt-color-green-425-hsla);
|
|
32759
32879
|
--dt-theme-presence-color-background-available: var(--dt-color-green-425);
|
|
32880
|
+
--dt-theme-sidebar-selected-row-color-background-h: 244;
|
|
32881
|
+
--dt-theme-sidebar-selected-row-color-background-s: 100%;
|
|
32882
|
+
--dt-theme-sidebar-selected-row-color-background-l: 58.4%;
|
|
32883
|
+
--dt-theme-sidebar-selected-row-color-background-a: 9%;
|
|
32884
|
+
--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);
|
|
32885
|
+
--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, 9%));
|
|
32886
|
+
--dt-theme-sidebar-selected-row-color-background: hsl(244 100% 58.4% / 0.09);
|
|
32887
|
+
--dt-theme-sidebar-row-color-background-active-h: 244;
|
|
32888
|
+
--dt-theme-sidebar-row-color-background-active-s: 100%;
|
|
32889
|
+
--dt-theme-sidebar-row-color-background-active-l: 58.4%;
|
|
32890
|
+
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
32891
|
+
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
32892
|
+
--dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
|
|
32893
|
+
--dt-theme-sidebar-row-color-background-active: hsl(244 100% 58.4% / 0.15);
|
|
32894
|
+
--dt-theme-sidebar-row-color-background-hover-h: 244;
|
|
32895
|
+
--dt-theme-sidebar-row-color-background-hover-s: 100%;
|
|
32896
|
+
--dt-theme-sidebar-row-color-background-hover-l: 58.4%;
|
|
32897
|
+
--dt-theme-sidebar-row-color-background-hover-a: 11%;
|
|
32898
|
+
--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);
|
|
32899
|
+
--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, 11%));
|
|
32900
|
+
--dt-theme-sidebar-row-color-background-hover: hsl(244 100% 58.4% / 0.11);
|
|
32901
|
+
--dt-theme-sidebar-row-color-background-h: 244;
|
|
32902
|
+
--dt-theme-sidebar-row-color-background-s: 100%;
|
|
32903
|
+
--dt-theme-sidebar-row-color-background-l: 58.4%;
|
|
32904
|
+
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
32905
|
+
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
32906
|
+
--dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
|
|
32907
|
+
--dt-theme-sidebar-row-color-background: hsl(244 100% 58.4% / 0);
|
|
32908
|
+
--dt-theme-topbar-profile-color-background-active-h: 244;
|
|
32909
|
+
--dt-theme-topbar-profile-color-background-active-s: 100%;
|
|
32910
|
+
--dt-theme-topbar-profile-color-background-active-l: 58.4%;
|
|
32911
|
+
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
32912
|
+
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
32913
|
+
--dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
|
|
32914
|
+
--dt-theme-topbar-profile-color-background-active: hsl(244 100% 58.4% / 0.14);
|
|
32915
|
+
--dt-theme-topbar-profile-color-background-hover-h: 244;
|
|
32916
|
+
--dt-theme-topbar-profile-color-background-hover-s: 100%;
|
|
32917
|
+
--dt-theme-topbar-profile-color-background-hover-l: 58.4%;
|
|
32918
|
+
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
32919
|
+
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
32920
|
+
--dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
|
|
32921
|
+
--dt-theme-topbar-profile-color-background-hover: hsl(244 100% 58.4% / 0.1);
|
|
32922
|
+
--dt-theme-topbar-profile-color-background-inverted-h: 244;
|
|
32923
|
+
--dt-theme-topbar-profile-color-background-inverted-s: 100%;
|
|
32924
|
+
--dt-theme-topbar-profile-color-background-inverted-l: 58.4%;
|
|
32925
|
+
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
32926
|
+
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
32927
|
+
--dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
|
|
32928
|
+
--dt-theme-topbar-profile-color-background-inverted: hsl(244 100% 58.4% / 0.75);
|
|
32929
|
+
--dt-theme-topbar-profile-color-background-h: 244;
|
|
32930
|
+
--dt-theme-topbar-profile-color-background-s: 100%;
|
|
32931
|
+
--dt-theme-topbar-profile-color-background-l: 58.4%;
|
|
32932
|
+
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
32933
|
+
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
32934
|
+
--dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
|
|
32935
|
+
--dt-theme-topbar-profile-color-background: hsl(244 100% 58.4% / 0.05);
|
|
32936
|
+
--dt-theme-topbar-button-color-background-active-h: 244;
|
|
32937
|
+
--dt-theme-topbar-button-color-background-active-s: 100%;
|
|
32938
|
+
--dt-theme-topbar-button-color-background-active-l: 58.4%;
|
|
32939
|
+
--dt-theme-topbar-button-color-background-active-a: 10%;
|
|
32940
|
+
--dt-theme-topbar-button-color-background-active-hsl: var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l);
|
|
32941
|
+
--dt-theme-topbar-button-color-background-active-hsla: hsl(var(--dt-theme-topbar-button-color-background-active-h) var(--dt-theme-topbar-button-color-background-active-s) var(--dt-theme-topbar-button-color-background-active-l) / var(--alpha, 10%));
|
|
32942
|
+
--dt-theme-topbar-button-color-background-active: hsl(244 100% 58.4% / 0.1);
|
|
32943
|
+
--dt-theme-topbar-button-color-background-hover-h: 244;
|
|
32944
|
+
--dt-theme-topbar-button-color-background-hover-s: 100%;
|
|
32945
|
+
--dt-theme-topbar-button-color-background-hover-l: 58.4%;
|
|
32946
|
+
--dt-theme-topbar-button-color-background-hover-a: 5%;
|
|
32947
|
+
--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);
|
|
32948
|
+
--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, 5%));
|
|
32949
|
+
--dt-theme-topbar-button-color-background-hover: hsl(244 100% 58.4% / 0.05);
|
|
32950
|
+
--dt-theme-topbar-button-color-background-h: 244;
|
|
32951
|
+
--dt-theme-topbar-button-color-background-s: 100%;
|
|
32952
|
+
--dt-theme-topbar-button-color-background-l: 58.4%;
|
|
32953
|
+
--dt-theme-topbar-button-color-background-a: 0%;
|
|
32954
|
+
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
32955
|
+
--dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
|
|
32956
|
+
--dt-theme-topbar-button-color-background: hsl(244 100% 58.4% / 0);
|
|
32957
|
+
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-shell-foo-h);
|
|
32958
|
+
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-shell-foo-s);
|
|
32959
|
+
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-shell-foo-l);
|
|
32960
|
+
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-shell-foo-a);
|
|
32961
|
+
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-shell-foo-hsl);
|
|
32962
|
+
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-shell-foo-hsla);
|
|
32963
|
+
--dt-theme-topbar-button-color-foreground-hover: var(--dt-shell-foo);
|
|
32964
|
+
--dt-theme-topbar-button-color-foreground-h: 244;
|
|
32965
|
+
--dt-theme-topbar-button-color-foreground-s: 100%;
|
|
32966
|
+
--dt-theme-topbar-button-color-foreground-l: 58.4%;
|
|
32967
|
+
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
32968
|
+
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
32969
|
+
--dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
|
|
32970
|
+
--dt-theme-topbar-button-color-foreground: hsl(244 100% 58.4% / 0.65);
|
|
32971
|
+
--dt-theme-topbar-field-color-border-active-h: 244;
|
|
32972
|
+
--dt-theme-topbar-field-color-border-active-s: 100%;
|
|
32973
|
+
--dt-theme-topbar-field-color-border-active-l: 58.4%;
|
|
32974
|
+
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
32975
|
+
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
32976
|
+
--dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
|
|
32977
|
+
--dt-theme-topbar-field-color-border-active: hsl(244 100% 58.4% / 0.2);
|
|
32978
|
+
--dt-theme-topbar-field-color-border-hover-h: 244;
|
|
32979
|
+
--dt-theme-topbar-field-color-border-hover-s: 100%;
|
|
32980
|
+
--dt-theme-topbar-field-color-border-hover-l: 58.4%;
|
|
32981
|
+
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
32982
|
+
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
32983
|
+
--dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
|
|
32984
|
+
--dt-theme-topbar-field-color-border-hover: hsl(244 100% 58.4% / 0.1);
|
|
32985
|
+
--dt-theme-topbar-field-color-border-h: 244;
|
|
32986
|
+
--dt-theme-topbar-field-color-border-s: 100%;
|
|
32987
|
+
--dt-theme-topbar-field-color-border-l: 58.4%;
|
|
32988
|
+
--dt-theme-topbar-field-color-border-a: 0%;
|
|
32989
|
+
--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);
|
|
32990
|
+
--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%));
|
|
32991
|
+
--dt-theme-topbar-field-color-border: hsl(244 100% 58.4% / 0);
|
|
32992
|
+
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
32993
|
+
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
32994
|
+
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
32995
|
+
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
32996
|
+
--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);
|
|
32997
|
+
--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%));
|
|
32998
|
+
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
32999
|
+
--dt-theme-topbar-field-color-background-h: 244;
|
|
33000
|
+
--dt-theme-topbar-field-color-background-s: 100%;
|
|
33001
|
+
--dt-theme-topbar-field-color-background-l: 58.4%;
|
|
33002
|
+
--dt-theme-topbar-field-color-background-a: 5%;
|
|
33003
|
+
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
33004
|
+
--dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
|
|
33005
|
+
--dt-theme-topbar-field-color-background: hsl(244 100% 58.4% / 0.05);
|
|
33006
|
+
--dt-theme-topbar-field-color-foreground-hover-h: 244;
|
|
33007
|
+
--dt-theme-topbar-field-color-foreground-hover-s: 100%;
|
|
33008
|
+
--dt-theme-topbar-field-color-foreground-hover-l: 58.4%;
|
|
33009
|
+
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
33010
|
+
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
33011
|
+
--dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
|
|
33012
|
+
--dt-theme-topbar-field-color-foreground-hover: hsl(244 100% 58.4% / 0.75);
|
|
33013
|
+
--dt-theme-topbar-field-color-foreground-h: 244;
|
|
33014
|
+
--dt-theme-topbar-field-color-foreground-s: 100%;
|
|
33015
|
+
--dt-theme-topbar-field-color-foreground-l: 58.4%;
|
|
33016
|
+
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
33017
|
+
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
33018
|
+
--dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
|
|
33019
|
+
--dt-theme-topbar-field-color-foreground: hsl(244 100% 58.4% / 0.5);
|
|
33020
|
+
--dt-theme-topbar-color-foreground-h: 244;
|
|
33021
|
+
--dt-theme-topbar-color-foreground-s: 100%;
|
|
33022
|
+
--dt-theme-topbar-color-foreground-l: 58.4%;
|
|
33023
|
+
--dt-theme-topbar-color-foreground-a: 80%;
|
|
33024
|
+
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
33025
|
+
--dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
|
|
33026
|
+
--dt-theme-topbar-color-foreground: hsl(244 100% 58.4% / 0.8);
|
|
32760
33027
|
--dt-theme-color-base-h: var(--dt-color-black-900-h);
|
|
32761
33028
|
--dt-theme-color-base-s: var(--dt-color-black-900-s);
|
|
32762
33029
|
--dt-theme-color-base-l: var(--dt-color-black-900-l);
|
|
@@ -34123,6 +34390,202 @@ body {
|
|
|
34123
34390
|
--dt-badge-color-background-default-hsl: var(--dt-color-surface-moderate-opaque-hsl);
|
|
34124
34391
|
--dt-badge-color-background-default-hsla: var(--dt-color-surface-moderate-opaque-hsla);
|
|
34125
34392
|
--dt-badge-color-background-default: var(--dt-color-surface-moderate-opaque);
|
|
34393
|
+
--dt-shell-presence-color-offline-h: var(--dt-shell-base-color-status-away-h);
|
|
34394
|
+
--dt-shell-presence-color-offline-s: var(--dt-shell-base-color-status-away-s);
|
|
34395
|
+
--dt-shell-presence-color-offline-l: var(--dt-shell-base-color-status-away-l);
|
|
34396
|
+
--dt-shell-presence-color-offline-a: var(--dt-shell-base-color-status-away-a);
|
|
34397
|
+
--dt-shell-presence-color-offline-hsl: var(--dt-shell-base-color-status-away-hsl);
|
|
34398
|
+
--dt-shell-presence-color-offline-hsla: var(--dt-shell-base-color-status-away-hsla);
|
|
34399
|
+
--dt-shell-presence-color-offline: var(--dt-shell-base-color-status-away);
|
|
34400
|
+
--dt-shell-presence-color-busy-h: var(--dt-shell-base-color-status-warning-h);
|
|
34401
|
+
--dt-shell-presence-color-busy-s: var(--dt-shell-base-color-status-warning-s);
|
|
34402
|
+
--dt-shell-presence-color-busy-l: var(--dt-shell-base-color-status-warning-l);
|
|
34403
|
+
--dt-shell-presence-color-busy-a: var(--dt-shell-base-color-status-warning-a);
|
|
34404
|
+
--dt-shell-presence-color-busy-hsl: var(--dt-shell-base-color-status-warning-hsl);
|
|
34405
|
+
--dt-shell-presence-color-busy-hsla: var(--dt-shell-base-color-status-warning-hsla);
|
|
34406
|
+
--dt-shell-presence-color-busy: var(--dt-shell-base-color-status-warning);
|
|
34407
|
+
--dt-shell-presence-color-unavailable-h: var(--dt-shell-base-color-status-critical-h);
|
|
34408
|
+
--dt-shell-presence-color-unavailable-s: var(--dt-shell-base-color-status-critical-s);
|
|
34409
|
+
--dt-shell-presence-color-unavailable-l: var(--dt-shell-base-color-status-critical-l);
|
|
34410
|
+
--dt-shell-presence-color-unavailable-a: var(--dt-shell-base-color-status-critical-a);
|
|
34411
|
+
--dt-shell-presence-color-unavailable-hsl: var(--dt-shell-base-color-status-critical-hsl);
|
|
34412
|
+
--dt-shell-presence-color-unavailable-hsla: var(--dt-shell-base-color-status-critical-hsla);
|
|
34413
|
+
--dt-shell-presence-color-unavailable: var(--dt-shell-base-color-status-critical);
|
|
34414
|
+
--dt-shell-presence-color-available-h: var(--dt-shell-base-color-status-positive-h);
|
|
34415
|
+
--dt-shell-presence-color-available-s: var(--dt-shell-base-color-status-positive-s);
|
|
34416
|
+
--dt-shell-presence-color-available-l: var(--dt-shell-base-color-status-positive-l);
|
|
34417
|
+
--dt-shell-presence-color-available-a: var(--dt-shell-base-color-status-positive-a);
|
|
34418
|
+
--dt-shell-presence-color-available-hsl: var(--dt-shell-base-color-status-positive-hsl);
|
|
34419
|
+
--dt-shell-presence-color-available-hsla: var(--dt-shell-base-color-status-positive-hsla);
|
|
34420
|
+
--dt-shell-presence-color-available: var(--dt-shell-base-color-status-positive);
|
|
34421
|
+
--dt-shell-action-color-background-muted-selected-h: 0;
|
|
34422
|
+
--dt-shell-action-color-background-muted-selected-s: 0%;
|
|
34423
|
+
--dt-shell-action-color-background-muted-selected-l: 14.499999999999998%;
|
|
34424
|
+
--dt-shell-action-color-background-muted-selected-a: 7%;
|
|
34425
|
+
--dt-shell-action-color-background-muted-selected-hsl: var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l);
|
|
34426
|
+
--dt-shell-action-color-background-muted-selected-hsla: hsl(var(--dt-shell-action-color-background-muted-selected-h) var(--dt-shell-action-color-background-muted-selected-s) var(--dt-shell-action-color-background-muted-selected-l) / var(--alpha, 7%));
|
|
34427
|
+
--dt-shell-action-color-background-muted-selected: hsl(0 0% 14.5% / 0.07);
|
|
34428
|
+
--dt-shell-action-color-background-muted-active-h: 0;
|
|
34429
|
+
--dt-shell-action-color-background-muted-active-s: 0%;
|
|
34430
|
+
--dt-shell-action-color-background-muted-active-l: 14.499999999999998%;
|
|
34431
|
+
--dt-shell-action-color-background-muted-active-a: 7%;
|
|
34432
|
+
--dt-shell-action-color-background-muted-active-hsl: var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l);
|
|
34433
|
+
--dt-shell-action-color-background-muted-active-hsla: hsl(var(--dt-shell-action-color-background-muted-active-h) var(--dt-shell-action-color-background-muted-active-s) var(--dt-shell-action-color-background-muted-active-l) / var(--alpha, 7%));
|
|
34434
|
+
--dt-shell-action-color-background-muted-active: hsl(0 0% 14.5% / 0.07);
|
|
34435
|
+
--dt-shell-action-color-background-muted-hover-h: 0;
|
|
34436
|
+
--dt-shell-action-color-background-muted-hover-s: 0%;
|
|
34437
|
+
--dt-shell-action-color-background-muted-hover-l: 14.499999999999998%;
|
|
34438
|
+
--dt-shell-action-color-background-muted-hover-a: 10%;
|
|
34439
|
+
--dt-shell-action-color-background-muted-hover-hsl: var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l);
|
|
34440
|
+
--dt-shell-action-color-background-muted-hover-hsla: hsl(var(--dt-shell-action-color-background-muted-hover-h) var(--dt-shell-action-color-background-muted-hover-s) var(--dt-shell-action-color-background-muted-hover-l) / var(--alpha, 10%));
|
|
34441
|
+
--dt-shell-action-color-background-muted-hover: hsl(0 0% 14.5% / 0.1);
|
|
34442
|
+
--dt-shell-action-color-background-muted-default-h: 0;
|
|
34443
|
+
--dt-shell-action-color-background-muted-default-s: 0%;
|
|
34444
|
+
--dt-shell-action-color-background-muted-default-l: 14.499999999999998%;
|
|
34445
|
+
--dt-shell-action-color-background-muted-default-a: 5%;
|
|
34446
|
+
--dt-shell-action-color-background-muted-default-hsl: var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l);
|
|
34447
|
+
--dt-shell-action-color-background-muted-default-hsla: hsl(var(--dt-shell-action-color-background-muted-default-h) var(--dt-shell-action-color-background-muted-default-s) var(--dt-shell-action-color-background-muted-default-l) / var(--alpha, 5%));
|
|
34448
|
+
--dt-shell-action-color-background-muted-default: hsl(0 0% 14.5% / 0.05);
|
|
34449
|
+
--dt-shell-action-color-background-secondary-selected-h: 0;
|
|
34450
|
+
--dt-shell-action-color-background-secondary-selected-s: 0%;
|
|
34451
|
+
--dt-shell-action-color-background-secondary-selected-l: 14.499999999999998%;
|
|
34452
|
+
--dt-shell-action-color-background-secondary-selected-a: 13%;
|
|
34453
|
+
--dt-shell-action-color-background-secondary-selected-hsl: var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l);
|
|
34454
|
+
--dt-shell-action-color-background-secondary-selected-hsla: hsl(var(--dt-shell-action-color-background-secondary-selected-h) var(--dt-shell-action-color-background-secondary-selected-s) var(--dt-shell-action-color-background-secondary-selected-l) / var(--alpha, 13%));
|
|
34455
|
+
--dt-shell-action-color-background-secondary-selected: hsl(0 0% 14.5% / 0.13);
|
|
34456
|
+
--dt-shell-action-color-background-secondary-active-h: 0;
|
|
34457
|
+
--dt-shell-action-color-background-secondary-active-s: 0%;
|
|
34458
|
+
--dt-shell-action-color-background-secondary-active-l: 14.499999999999998%;
|
|
34459
|
+
--dt-shell-action-color-background-secondary-active-a: 16%;
|
|
34460
|
+
--dt-shell-action-color-background-secondary-active-hsl: var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l);
|
|
34461
|
+
--dt-shell-action-color-background-secondary-active-hsla: hsl(var(--dt-shell-action-color-background-secondary-active-h) var(--dt-shell-action-color-background-secondary-active-s) var(--dt-shell-action-color-background-secondary-active-l) / var(--alpha, 16%));
|
|
34462
|
+
--dt-shell-action-color-background-secondary-active: hsl(0 0% 14.5% / 0.16);
|
|
34463
|
+
--dt-shell-action-color-background-secondary-hover-h: 0;
|
|
34464
|
+
--dt-shell-action-color-background-secondary-hover-s: 0%;
|
|
34465
|
+
--dt-shell-action-color-background-secondary-hover-l: 14.499999999999998%;
|
|
34466
|
+
--dt-shell-action-color-background-secondary-hover-a: 10%;
|
|
34467
|
+
--dt-shell-action-color-background-secondary-hover-hsl: var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l);
|
|
34468
|
+
--dt-shell-action-color-background-secondary-hover-hsla: hsl(var(--dt-shell-action-color-background-secondary-hover-h) var(--dt-shell-action-color-background-secondary-hover-s) var(--dt-shell-action-color-background-secondary-hover-l) / var(--alpha, 10%));
|
|
34469
|
+
--dt-shell-action-color-background-secondary-hover: hsl(0 0% 14.5% / 0.1);
|
|
34470
|
+
--dt-shell-action-color-background-secondary-default-h: 0;
|
|
34471
|
+
--dt-shell-action-color-background-secondary-default-s: 0%;
|
|
34472
|
+
--dt-shell-action-color-background-secondary-default-l: 14.499999999999998%;
|
|
34473
|
+
--dt-shell-action-color-background-secondary-default-a: 0%;
|
|
34474
|
+
--dt-shell-action-color-background-secondary-default-hsl: var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l);
|
|
34475
|
+
--dt-shell-action-color-background-secondary-default-hsla: hsl(var(--dt-shell-action-color-background-secondary-default-h) var(--dt-shell-action-color-background-secondary-default-s) var(--dt-shell-action-color-background-secondary-default-l) / var(--alpha, 0%));
|
|
34476
|
+
--dt-shell-action-color-background-secondary-default: hsl(0 0% 14.5% / 0);
|
|
34477
|
+
--dt-shell-action-color-background-primary-selected-h: 0;
|
|
34478
|
+
--dt-shell-action-color-background-primary-selected-s: 0%;
|
|
34479
|
+
--dt-shell-action-color-background-primary-selected-l: 14.499999999999998%;
|
|
34480
|
+
--dt-shell-action-color-background-primary-selected-a: 13%;
|
|
34481
|
+
--dt-shell-action-color-background-primary-selected-hsl: var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l);
|
|
34482
|
+
--dt-shell-action-color-background-primary-selected-hsla: hsl(var(--dt-shell-action-color-background-primary-selected-h) var(--dt-shell-action-color-background-primary-selected-s) var(--dt-shell-action-color-background-primary-selected-l) / var(--alpha, 13%));
|
|
34483
|
+
--dt-shell-action-color-background-primary-selected: hsl(0 0% 14.5% / 0.13);
|
|
34484
|
+
--dt-shell-action-color-background-primary-active-h: 0;
|
|
34485
|
+
--dt-shell-action-color-background-primary-active-s: 0%;
|
|
34486
|
+
--dt-shell-action-color-background-primary-active-l: 14.499999999999998%;
|
|
34487
|
+
--dt-shell-action-color-background-primary-active-a: 16%;
|
|
34488
|
+
--dt-shell-action-color-background-primary-active-hsl: var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l);
|
|
34489
|
+
--dt-shell-action-color-background-primary-active-hsla: hsl(var(--dt-shell-action-color-background-primary-active-h) var(--dt-shell-action-color-background-primary-active-s) var(--dt-shell-action-color-background-primary-active-l) / var(--alpha, 16%));
|
|
34490
|
+
--dt-shell-action-color-background-primary-active: hsl(0 0% 14.5% / 0.16);
|
|
34491
|
+
--dt-shell-action-color-background-primary-hover-h: 0;
|
|
34492
|
+
--dt-shell-action-color-background-primary-hover-s: 0%;
|
|
34493
|
+
--dt-shell-action-color-background-primary-hover-l: 14.499999999999998%;
|
|
34494
|
+
--dt-shell-action-color-background-primary-hover-a: 10%;
|
|
34495
|
+
--dt-shell-action-color-background-primary-hover-hsl: var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l);
|
|
34496
|
+
--dt-shell-action-color-background-primary-hover-hsla: hsl(var(--dt-shell-action-color-background-primary-hover-h) var(--dt-shell-action-color-background-primary-hover-s) var(--dt-shell-action-color-background-primary-hover-l) / var(--alpha, 10%));
|
|
34497
|
+
--dt-shell-action-color-background-primary-hover: hsl(0 0% 14.5% / 0.1);
|
|
34498
|
+
--dt-shell-action-color-background-primary-default-h: 0;
|
|
34499
|
+
--dt-shell-action-color-background-primary-default-s: 0%;
|
|
34500
|
+
--dt-shell-action-color-background-primary-default-l: 14.499999999999998%;
|
|
34501
|
+
--dt-shell-action-color-background-primary-default-a: 0%;
|
|
34502
|
+
--dt-shell-action-color-background-primary-default-hsl: var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l);
|
|
34503
|
+
--dt-shell-action-color-background-primary-default-hsla: hsl(var(--dt-shell-action-color-background-primary-default-h) var(--dt-shell-action-color-background-primary-default-s) var(--dt-shell-action-color-background-primary-default-l) / var(--alpha, 0%));
|
|
34504
|
+
--dt-shell-action-color-background-primary-default: hsl(0 0% 14.5% / 0);
|
|
34505
|
+
--dt-shell-color-border-default-h: 0;
|
|
34506
|
+
--dt-shell-color-border-default-s: 0%;
|
|
34507
|
+
--dt-shell-color-border-default-l: 11%;
|
|
34508
|
+
--dt-shell-color-border-default-a: 17%;
|
|
34509
|
+
--dt-shell-color-border-default-hsl: var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l);
|
|
34510
|
+
--dt-shell-color-border-default-hsla: hsl(var(--dt-shell-color-border-default-h) var(--dt-shell-color-border-default-s) var(--dt-shell-color-border-default-l) / var(--alpha, 17%));
|
|
34511
|
+
--dt-shell-color-border-default: hsl(0 0% 11% / 0.17);
|
|
34512
|
+
--dt-shell-color-border-subtle-h: 0;
|
|
34513
|
+
--dt-shell-color-border-subtle-s: 0%;
|
|
34514
|
+
--dt-shell-color-border-subtle-l: 11%;
|
|
34515
|
+
--dt-shell-color-border-subtle-a: 10%;
|
|
34516
|
+
--dt-shell-color-border-subtle-hsl: var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l);
|
|
34517
|
+
--dt-shell-color-border-subtle-hsla: hsl(var(--dt-shell-color-border-subtle-h) var(--dt-shell-color-border-subtle-s) var(--dt-shell-color-border-subtle-l) / var(--alpha, 10%));
|
|
34518
|
+
--dt-shell-color-border-subtle: hsl(0 0% 11% / 0.1);
|
|
34519
|
+
--dt-shell-color-foreground-warning-h: 35.8;
|
|
34520
|
+
--dt-shell-color-foreground-warning-s: 100%;
|
|
34521
|
+
--dt-shell-color-foreground-warning-l: 31.3%;
|
|
34522
|
+
--dt-shell-color-foreground-warning-a: 100%;
|
|
34523
|
+
--dt-shell-color-foreground-warning-hsl: var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l);
|
|
34524
|
+
--dt-shell-color-foreground-warning-hsla: hsl(var(--dt-shell-color-foreground-warning-h) var(--dt-shell-color-foreground-warning-s) var(--dt-shell-color-foreground-warning-l) / var(--alpha, 100%));
|
|
34525
|
+
--dt-shell-color-foreground-warning: hsl(35.8 100% 31.3%);
|
|
34526
|
+
--dt-shell-color-foreground-critical-h: 343;
|
|
34527
|
+
--dt-shell-color-foreground-critical-s: 100%;
|
|
34528
|
+
--dt-shell-color-foreground-critical-l: 27.500000000000004%;
|
|
34529
|
+
--dt-shell-color-foreground-critical-a: 100%;
|
|
34530
|
+
--dt-shell-color-foreground-critical-hsl: var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l);
|
|
34531
|
+
--dt-shell-color-foreground-critical-hsla: hsl(var(--dt-shell-color-foreground-critical-h) var(--dt-shell-color-foreground-critical-s) var(--dt-shell-color-foreground-critical-l) / var(--alpha, 100%));
|
|
34532
|
+
--dt-shell-color-foreground-critical: hsl(343 100% 27.5%);
|
|
34533
|
+
--dt-shell-color-foreground-positive-h: 104;
|
|
34534
|
+
--dt-shell-color-foreground-positive-s: 68.2%;
|
|
34535
|
+
--dt-shell-color-foreground-positive-l: 39.8%;
|
|
34536
|
+
--dt-shell-color-foreground-positive-a: 100%;
|
|
34537
|
+
--dt-shell-color-foreground-positive-hsl: var(--dt-shell-color-foreground-positive-h) var(--dt-shell-color-foreground-positive-s) var(--dt-shell-color-foreground-positive-l);
|
|
34538
|
+
--dt-shell-color-foreground-positive-hsla: hsl(var(--dt-shell-color-foreground-positive-h) var(--dt-shell-color-foreground-positive-s) var(--dt-shell-color-foreground-positive-l) / var(--alpha, 100%));
|
|
34539
|
+
--dt-shell-color-foreground-positive: hsl(104 68.2% 39.8%);
|
|
34540
|
+
--dt-shell-color-foreground-disabled-h: 0;
|
|
34541
|
+
--dt-shell-color-foreground-disabled-s: 0%;
|
|
34542
|
+
--dt-shell-color-foreground-disabled-l: 11%;
|
|
34543
|
+
--dt-shell-color-foreground-disabled-a: 57%;
|
|
34544
|
+
--dt-shell-color-foreground-disabled-hsl: var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l);
|
|
34545
|
+
--dt-shell-color-foreground-disabled-hsla: hsl(var(--dt-shell-color-foreground-disabled-h) var(--dt-shell-color-foreground-disabled-s) var(--dt-shell-color-foreground-disabled-l) / var(--alpha, 57%));
|
|
34546
|
+
--dt-shell-color-foreground-disabled: hsl(0 0% 11% / 0.57);
|
|
34547
|
+
--dt-shell-color-foreground-muted-h: 0;
|
|
34548
|
+
--dt-shell-color-foreground-muted-s: 0%;
|
|
34549
|
+
--dt-shell-color-foreground-muted-l: 11%;
|
|
34550
|
+
--dt-shell-color-foreground-muted-a: 60%;
|
|
34551
|
+
--dt-shell-color-foreground-muted-hsl: var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l);
|
|
34552
|
+
--dt-shell-color-foreground-muted-hsla: hsl(var(--dt-shell-color-foreground-muted-h) var(--dt-shell-color-foreground-muted-s) var(--dt-shell-color-foreground-muted-l) / var(--alpha, 60%));
|
|
34553
|
+
--dt-shell-color-foreground-muted: hsl(0 0% 11% / 0.6);
|
|
34554
|
+
--dt-shell-color-foreground-strong-h: 0;
|
|
34555
|
+
--dt-shell-color-foreground-strong-s: 0%;
|
|
34556
|
+
--dt-shell-color-foreground-strong-l: 11%;
|
|
34557
|
+
--dt-shell-color-foreground-strong-a: 100%;
|
|
34558
|
+
--dt-shell-color-foreground-strong-hsl: var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l);
|
|
34559
|
+
--dt-shell-color-foreground-strong-hsla: hsl(var(--dt-shell-color-foreground-strong-h) var(--dt-shell-color-foreground-strong-s) var(--dt-shell-color-foreground-strong-l) / var(--alpha, 100%));
|
|
34560
|
+
--dt-shell-color-foreground-strong: hsl(0 0% 11%);
|
|
34561
|
+
--dt-shell-color-foreground-tertiary-h: 0;
|
|
34562
|
+
--dt-shell-color-foreground-tertiary-s: 0%;
|
|
34563
|
+
--dt-shell-color-foreground-tertiary-l: 11%;
|
|
34564
|
+
--dt-shell-color-foreground-tertiary-a: 72%;
|
|
34565
|
+
--dt-shell-color-foreground-tertiary-hsl: var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l);
|
|
34566
|
+
--dt-shell-color-foreground-tertiary-hsla: hsl(var(--dt-shell-color-foreground-tertiary-h) var(--dt-shell-color-foreground-tertiary-s) var(--dt-shell-color-foreground-tertiary-l) / var(--alpha, 72%));
|
|
34567
|
+
--dt-shell-color-foreground-tertiary: hsl(0 0% 11% / 0.72);
|
|
34568
|
+
--dt-shell-color-foreground-secondary-h: 0;
|
|
34569
|
+
--dt-shell-color-foreground-secondary-s: 0%;
|
|
34570
|
+
--dt-shell-color-foreground-secondary-l: 11%;
|
|
34571
|
+
--dt-shell-color-foreground-secondary-a: 86%;
|
|
34572
|
+
--dt-shell-color-foreground-secondary-hsl: var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l);
|
|
34573
|
+
--dt-shell-color-foreground-secondary-hsla: hsl(var(--dt-shell-color-foreground-secondary-h) var(--dt-shell-color-foreground-secondary-s) var(--dt-shell-color-foreground-secondary-l) / var(--alpha, 86%));
|
|
34574
|
+
--dt-shell-color-foreground-secondary: hsl(0 0% 11% / 0.86);
|
|
34575
|
+
--dt-shell-color-foreground-primary-h: var(--dt-shell-base-color-foreground-h);
|
|
34576
|
+
--dt-shell-color-foreground-primary-s: var(--dt-shell-base-color-foreground-s);
|
|
34577
|
+
--dt-shell-color-foreground-primary-l: var(--dt-shell-base-color-foreground-l);
|
|
34578
|
+
--dt-shell-color-foreground-primary-a: var(--dt-shell-base-color-foreground-a);
|
|
34579
|
+
--dt-shell-color-foreground-primary-hsl: var(--dt-shell-base-color-foreground-hsl);
|
|
34580
|
+
--dt-shell-color-foreground-primary-hsla: var(--dt-shell-base-color-foreground-hsla);
|
|
34581
|
+
--dt-shell-color-foreground-primary: var(--dt-shell-base-color-foreground);
|
|
34582
|
+
--dt-shell-base-color-surface-h: var(--dt-color-surface-secondary-h);
|
|
34583
|
+
--dt-shell-base-color-surface-s: var(--dt-color-surface-secondary-s);
|
|
34584
|
+
--dt-shell-base-color-surface-l: var(--dt-color-surface-secondary-l);
|
|
34585
|
+
--dt-shell-base-color-surface-a: var(--dt-color-surface-secondary-a);
|
|
34586
|
+
--dt-shell-base-color-surface-hsl: var(--dt-color-surface-secondary-hsl);
|
|
34587
|
+
--dt-shell-base-color-surface-hsla: var(--dt-color-surface-secondary-hsla);
|
|
34588
|
+
--dt-shell-base-color-surface: var(--dt-color-surface-secondary);
|
|
34126
34589
|
--dt-theme-mention-color-background-h: var(--dt-color-surface-brand-strong-h);
|
|
34127
34590
|
--dt-theme-mention-color-background-s: var(--dt-color-surface-brand-strong-s);
|
|
34128
34591
|
--dt-theme-mention-color-background-l: var(--dt-color-surface-brand-strong-l);
|
|
@@ -34144,13 +34607,6 @@ body {
|
|
|
34144
34607
|
--dt-theme-sidebar-section-color-foreground-hsl: var(--dt-color-foreground-tertiary-hsl);
|
|
34145
34608
|
--dt-theme-sidebar-section-color-foreground-hsla: var(--dt-color-foreground-tertiary-hsla);
|
|
34146
34609
|
--dt-theme-sidebar-section-color-foreground: var(--dt-color-foreground-tertiary);
|
|
34147
|
-
--dt-theme-sidebar-selected-row-color-background-h: 0;
|
|
34148
|
-
--dt-theme-sidebar-selected-row-color-background-s: 0%;
|
|
34149
|
-
--dt-theme-sidebar-selected-row-color-background-l: 11%;
|
|
34150
|
-
--dt-theme-sidebar-selected-row-color-background-a: 9%;
|
|
34151
|
-
--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);
|
|
34152
|
-
--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, 9%));
|
|
34153
|
-
--dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
|
|
34154
34610
|
--dt-theme-sidebar-selected-row-color-foreground-h: var(--dt-color-foreground-primary-h);
|
|
34155
34611
|
--dt-theme-sidebar-selected-row-color-foreground-s: var(--dt-color-foreground-primary-s);
|
|
34156
34612
|
--dt-theme-sidebar-selected-row-color-foreground-l: var(--dt-color-foreground-primary-l);
|
|
@@ -34158,27 +34614,6 @@ body {
|
|
|
34158
34614
|
--dt-theme-sidebar-selected-row-color-foreground-hsl: var(--dt-color-foreground-primary-hsl);
|
|
34159
34615
|
--dt-theme-sidebar-selected-row-color-foreground-hsla: var(--dt-color-foreground-primary-hsla);
|
|
34160
34616
|
--dt-theme-sidebar-selected-row-color-foreground: var(--dt-color-foreground-primary);
|
|
34161
|
-
--dt-theme-sidebar-row-color-background-active-h: 0;
|
|
34162
|
-
--dt-theme-sidebar-row-color-background-active-s: 0%;
|
|
34163
|
-
--dt-theme-sidebar-row-color-background-active-l: 11%;
|
|
34164
|
-
--dt-theme-sidebar-row-color-background-active-a: 15%;
|
|
34165
|
-
--dt-theme-sidebar-row-color-background-active-hsl: var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l);
|
|
34166
|
-
--dt-theme-sidebar-row-color-background-active-hsla: hsl(var(--dt-theme-sidebar-row-color-background-active-h) var(--dt-theme-sidebar-row-color-background-active-s) var(--dt-theme-sidebar-row-color-background-active-l) / var(--alpha, 15%));
|
|
34167
|
-
--dt-theme-sidebar-row-color-background-active: hsl(0 0% 11% / 0.15);
|
|
34168
|
-
--dt-theme-sidebar-row-color-background-hover-h: 0;
|
|
34169
|
-
--dt-theme-sidebar-row-color-background-hover-s: 0%;
|
|
34170
|
-
--dt-theme-sidebar-row-color-background-hover-l: 11%;
|
|
34171
|
-
--dt-theme-sidebar-row-color-background-hover-a: 11%;
|
|
34172
|
-
--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);
|
|
34173
|
-
--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, 11%));
|
|
34174
|
-
--dt-theme-sidebar-row-color-background-hover: hsl(0 0% 11% / 0.11);
|
|
34175
|
-
--dt-theme-sidebar-row-color-background-h: 0;
|
|
34176
|
-
--dt-theme-sidebar-row-color-background-s: 0%;
|
|
34177
|
-
--dt-theme-sidebar-row-color-background-l: 11%;
|
|
34178
|
-
--dt-theme-sidebar-row-color-background-a: 0%;
|
|
34179
|
-
--dt-theme-sidebar-row-color-background-hsl: var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l);
|
|
34180
|
-
--dt-theme-sidebar-row-color-background-hsla: hsl(var(--dt-theme-sidebar-row-color-background-h) var(--dt-theme-sidebar-row-color-background-s) var(--dt-theme-sidebar-row-color-background-l) / var(--alpha, 0%));
|
|
34181
|
-
--dt-theme-sidebar-row-color-background: hsl(0 0% 11% / 0);
|
|
34182
34617
|
--dt-theme-sidebar-status-color-foreground-h: var(--dt-color-foreground-tertiary-h);
|
|
34183
34618
|
--dt-theme-sidebar-status-color-foreground-s: var(--dt-color-foreground-tertiary-s);
|
|
34184
34619
|
--dt-theme-sidebar-status-color-foreground-l: var(--dt-color-foreground-tertiary-l);
|
|
@@ -34200,34 +34635,6 @@ body {
|
|
|
34200
34635
|
--dt-theme-sidebar-color-foreground-hsl: var(--dt-color-foreground-secondary-hsl);
|
|
34201
34636
|
--dt-theme-sidebar-color-foreground-hsla: var(--dt-color-foreground-secondary-hsla);
|
|
34202
34637
|
--dt-theme-sidebar-color-foreground: var(--dt-color-foreground-secondary);
|
|
34203
|
-
--dt-theme-topbar-profile-color-background-active-h: 0;
|
|
34204
|
-
--dt-theme-topbar-profile-color-background-active-s: 0%;
|
|
34205
|
-
--dt-theme-topbar-profile-color-background-active-l: 11%;
|
|
34206
|
-
--dt-theme-topbar-profile-color-background-active-a: 14%;
|
|
34207
|
-
--dt-theme-topbar-profile-color-background-active-hsl: var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l);
|
|
34208
|
-
--dt-theme-topbar-profile-color-background-active-hsla: hsl(var(--dt-theme-topbar-profile-color-background-active-h) var(--dt-theme-topbar-profile-color-background-active-s) var(--dt-theme-topbar-profile-color-background-active-l) / var(--alpha, 14%));
|
|
34209
|
-
--dt-theme-topbar-profile-color-background-active: hsl(0 0% 11% / 0.14);
|
|
34210
|
-
--dt-theme-topbar-profile-color-background-hover-h: 0;
|
|
34211
|
-
--dt-theme-topbar-profile-color-background-hover-s: 0%;
|
|
34212
|
-
--dt-theme-topbar-profile-color-background-hover-l: 11%;
|
|
34213
|
-
--dt-theme-topbar-profile-color-background-hover-a: 10%;
|
|
34214
|
-
--dt-theme-topbar-profile-color-background-hover-hsl: var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l);
|
|
34215
|
-
--dt-theme-topbar-profile-color-background-hover-hsla: hsl(var(--dt-theme-topbar-profile-color-background-hover-h) var(--dt-theme-topbar-profile-color-background-hover-s) var(--dt-theme-topbar-profile-color-background-hover-l) / var(--alpha, 10%));
|
|
34216
|
-
--dt-theme-topbar-profile-color-background-hover: hsl(0 0% 11% / 0.1);
|
|
34217
|
-
--dt-theme-topbar-profile-color-background-inverted-h: 0;
|
|
34218
|
-
--dt-theme-topbar-profile-color-background-inverted-s: 0%;
|
|
34219
|
-
--dt-theme-topbar-profile-color-background-inverted-l: 11%;
|
|
34220
|
-
--dt-theme-topbar-profile-color-background-inverted-a: 75%;
|
|
34221
|
-
--dt-theme-topbar-profile-color-background-inverted-hsl: var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l);
|
|
34222
|
-
--dt-theme-topbar-profile-color-background-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-background-inverted-h) var(--dt-theme-topbar-profile-color-background-inverted-s) var(--dt-theme-topbar-profile-color-background-inverted-l) / var(--alpha, 75%));
|
|
34223
|
-
--dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 11% / 0.75);
|
|
34224
|
-
--dt-theme-topbar-profile-color-background-h: 0;
|
|
34225
|
-
--dt-theme-topbar-profile-color-background-s: 0%;
|
|
34226
|
-
--dt-theme-topbar-profile-color-background-l: 11%;
|
|
34227
|
-
--dt-theme-topbar-profile-color-background-a: 5%;
|
|
34228
|
-
--dt-theme-topbar-profile-color-background-hsl: var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l);
|
|
34229
|
-
--dt-theme-topbar-profile-color-background-hsla: hsl(var(--dt-theme-topbar-profile-color-background-h) var(--dt-theme-topbar-profile-color-background-s) var(--dt-theme-topbar-profile-color-background-l) / var(--alpha, 5%));
|
|
34230
|
-
--dt-theme-topbar-profile-color-background: hsl(0 0% 11% / 0.05);
|
|
34231
34638
|
--dt-theme-topbar-profile-color-foreground-inverted-h: 0;
|
|
34232
34639
|
--dt-theme-topbar-profile-color-foreground-inverted-s: 0%;
|
|
34233
34640
|
--dt-theme-topbar-profile-color-foreground-inverted-l: 97.6%;
|
|
@@ -34235,90 +34642,13 @@ body {
|
|
|
34235
34642
|
--dt-theme-topbar-profile-color-foreground-inverted-hsl: var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l);
|
|
34236
34643
|
--dt-theme-topbar-profile-color-foreground-inverted-hsla: hsl(var(--dt-theme-topbar-profile-color-foreground-inverted-h) var(--dt-theme-topbar-profile-color-foreground-inverted-s) var(--dt-theme-topbar-profile-color-foreground-inverted-l) / var(--alpha, 75%));
|
|
34237
34644
|
--dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 97.6% / 0.75);
|
|
34238
|
-
--dt-theme-topbar-
|
|
34239
|
-
--dt-theme-topbar-
|
|
34240
|
-
--dt-theme-topbar-
|
|
34241
|
-
--dt-theme-topbar-
|
|
34242
|
-
--dt-theme-topbar-
|
|
34243
|
-
--dt-theme-topbar-
|
|
34244
|
-
--dt-theme-topbar-
|
|
34245
|
-
--dt-theme-topbar-button-color-background-hover-h: 0;
|
|
34246
|
-
--dt-theme-topbar-button-color-background-hover-s: 0%;
|
|
34247
|
-
--dt-theme-topbar-button-color-background-hover-l: 11%;
|
|
34248
|
-
--dt-theme-topbar-button-color-background-hover-a: 5%;
|
|
34249
|
-
--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);
|
|
34250
|
-
--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, 5%));
|
|
34251
|
-
--dt-theme-topbar-button-color-background-hover: hsl(0 0% 11% / 0.05);
|
|
34252
|
-
--dt-theme-topbar-button-color-background-h: 0;
|
|
34253
|
-
--dt-theme-topbar-button-color-background-s: 0%;
|
|
34254
|
-
--dt-theme-topbar-button-color-background-l: 11%;
|
|
34255
|
-
--dt-theme-topbar-button-color-background-a: 0%;
|
|
34256
|
-
--dt-theme-topbar-button-color-background-hsl: var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l);
|
|
34257
|
-
--dt-theme-topbar-button-color-background-hsla: hsl(var(--dt-theme-topbar-button-color-background-h) var(--dt-theme-topbar-button-color-background-s) var(--dt-theme-topbar-button-color-background-l) / var(--alpha, 0%));
|
|
34258
|
-
--dt-theme-topbar-button-color-background: hsl(0 0% 11% / 0);
|
|
34259
|
-
--dt-theme-topbar-button-color-foreground-hover-h: var(--dt-theme-color-base-h);
|
|
34260
|
-
--dt-theme-topbar-button-color-foreground-hover-s: var(--dt-theme-color-base-s);
|
|
34261
|
-
--dt-theme-topbar-button-color-foreground-hover-l: var(--dt-theme-color-base-l);
|
|
34262
|
-
--dt-theme-topbar-button-color-foreground-hover-a: var(--dt-theme-color-base-a);
|
|
34263
|
-
--dt-theme-topbar-button-color-foreground-hover-hsl: var(--dt-theme-color-base-hsl);
|
|
34264
|
-
--dt-theme-topbar-button-color-foreground-hover-hsla: var(--dt-theme-color-base-hsla);
|
|
34265
|
-
--dt-theme-topbar-button-color-foreground-hover: var(--dt-theme-color-base);
|
|
34266
|
-
--dt-theme-topbar-button-color-foreground-h: 0;
|
|
34267
|
-
--dt-theme-topbar-button-color-foreground-s: 0%;
|
|
34268
|
-
--dt-theme-topbar-button-color-foreground-l: 11%;
|
|
34269
|
-
--dt-theme-topbar-button-color-foreground-a: 65%;
|
|
34270
|
-
--dt-theme-topbar-button-color-foreground-hsl: var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l);
|
|
34271
|
-
--dt-theme-topbar-button-color-foreground-hsla: hsl(var(--dt-theme-topbar-button-color-foreground-h) var(--dt-theme-topbar-button-color-foreground-s) var(--dt-theme-topbar-button-color-foreground-l) / var(--alpha, 65%));
|
|
34272
|
-
--dt-theme-topbar-button-color-foreground: hsl(0 0% 11% / 0.65);
|
|
34273
|
-
--dt-theme-topbar-field-color-border-active-h: 0;
|
|
34274
|
-
--dt-theme-topbar-field-color-border-active-s: 0%;
|
|
34275
|
-
--dt-theme-topbar-field-color-border-active-l: 11%;
|
|
34276
|
-
--dt-theme-topbar-field-color-border-active-a: 20%;
|
|
34277
|
-
--dt-theme-topbar-field-color-border-active-hsl: var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l);
|
|
34278
|
-
--dt-theme-topbar-field-color-border-active-hsla: hsl(var(--dt-theme-topbar-field-color-border-active-h) var(--dt-theme-topbar-field-color-border-active-s) var(--dt-theme-topbar-field-color-border-active-l) / var(--alpha, 20%));
|
|
34279
|
-
--dt-theme-topbar-field-color-border-active: hsl(0 0% 11% / 0.2);
|
|
34280
|
-
--dt-theme-topbar-field-color-border-hover-h: 0;
|
|
34281
|
-
--dt-theme-topbar-field-color-border-hover-s: 0%;
|
|
34282
|
-
--dt-theme-topbar-field-color-border-hover-l: 11%;
|
|
34283
|
-
--dt-theme-topbar-field-color-border-hover-a: 10%;
|
|
34284
|
-
--dt-theme-topbar-field-color-border-hover-hsl: var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l);
|
|
34285
|
-
--dt-theme-topbar-field-color-border-hover-hsla: hsl(var(--dt-theme-topbar-field-color-border-hover-h) var(--dt-theme-topbar-field-color-border-hover-s) var(--dt-theme-topbar-field-color-border-hover-l) / var(--alpha, 10%));
|
|
34286
|
-
--dt-theme-topbar-field-color-border-hover: hsl(0 0% 11% / 0.1);
|
|
34287
|
-
--dt-theme-topbar-field-color-border-h: 0;
|
|
34288
|
-
--dt-theme-topbar-field-color-border-s: 0%;
|
|
34289
|
-
--dt-theme-topbar-field-color-border-l: 11%;
|
|
34290
|
-
--dt-theme-topbar-field-color-border-a: 0%;
|
|
34291
|
-
--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);
|
|
34292
|
-
--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%));
|
|
34293
|
-
--dt-theme-topbar-field-color-border: hsl(0 0% 11% / 0);
|
|
34294
|
-
--dt-theme-topbar-field-color-background-hover-h: 0;
|
|
34295
|
-
--dt-theme-topbar-field-color-background-hover-s: 0%;
|
|
34296
|
-
--dt-theme-topbar-field-color-background-hover-l: 100%;
|
|
34297
|
-
--dt-theme-topbar-field-color-background-hover-a: 100%;
|
|
34298
|
-
--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);
|
|
34299
|
-
--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%));
|
|
34300
|
-
--dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
34301
|
-
--dt-theme-topbar-field-color-background-h: 0;
|
|
34302
|
-
--dt-theme-topbar-field-color-background-s: 0%;
|
|
34303
|
-
--dt-theme-topbar-field-color-background-l: 11%;
|
|
34304
|
-
--dt-theme-topbar-field-color-background-a: 5%;
|
|
34305
|
-
--dt-theme-topbar-field-color-background-hsl: var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l);
|
|
34306
|
-
--dt-theme-topbar-field-color-background-hsla: hsl(var(--dt-theme-topbar-field-color-background-h) var(--dt-theme-topbar-field-color-background-s) var(--dt-theme-topbar-field-color-background-l) / var(--alpha, 5%));
|
|
34307
|
-
--dt-theme-topbar-field-color-background: hsl(0 0% 11% / 0.05);
|
|
34308
|
-
--dt-theme-topbar-field-color-foreground-hover-h: 0;
|
|
34309
|
-
--dt-theme-topbar-field-color-foreground-hover-s: 0%;
|
|
34310
|
-
--dt-theme-topbar-field-color-foreground-hover-l: 11%;
|
|
34311
|
-
--dt-theme-topbar-field-color-foreground-hover-a: 75%;
|
|
34312
|
-
--dt-theme-topbar-field-color-foreground-hover-hsl: var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l);
|
|
34313
|
-
--dt-theme-topbar-field-color-foreground-hover-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-hover-h) var(--dt-theme-topbar-field-color-foreground-hover-s) var(--dt-theme-topbar-field-color-foreground-hover-l) / var(--alpha, 75%));
|
|
34314
|
-
--dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 11% / 0.75);
|
|
34315
|
-
--dt-theme-topbar-field-color-foreground-h: 0;
|
|
34316
|
-
--dt-theme-topbar-field-color-foreground-s: 0%;
|
|
34317
|
-
--dt-theme-topbar-field-color-foreground-l: 11%;
|
|
34318
|
-
--dt-theme-topbar-field-color-foreground-a: 50%;
|
|
34319
|
-
--dt-theme-topbar-field-color-foreground-hsl: var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l);
|
|
34320
|
-
--dt-theme-topbar-field-color-foreground-hsla: hsl(var(--dt-theme-topbar-field-color-foreground-h) var(--dt-theme-topbar-field-color-foreground-s) var(--dt-theme-topbar-field-color-foreground-l) / var(--alpha, 50%));
|
|
34321
|
-
--dt-theme-topbar-field-color-foreground: hsl(0 0% 11% / 0.5);
|
|
34645
|
+
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
34646
|
+
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
34647
|
+
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
34648
|
+
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
34649
|
+
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
34650
|
+
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
34651
|
+
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
34322
34652
|
--dt-theme-topbar-color-background-h: var(--dt-color-surface-secondary-h);
|
|
34323
34653
|
--dt-theme-topbar-color-background-s: var(--dt-color-surface-secondary-s);
|
|
34324
34654
|
--dt-theme-topbar-color-background-l: var(--dt-color-surface-secondary-l);
|
|
@@ -34326,13 +34656,6 @@ body {
|
|
|
34326
34656
|
--dt-theme-topbar-color-background-hsl: var(--dt-color-surface-secondary-hsl);
|
|
34327
34657
|
--dt-theme-topbar-color-background-hsla: var(--dt-color-surface-secondary-hsla);
|
|
34328
34658
|
--dt-theme-topbar-color-background: var(--dt-color-surface-secondary);
|
|
34329
|
-
--dt-theme-topbar-color-foreground-h: 0;
|
|
34330
|
-
--dt-theme-topbar-color-foreground-s: 0%;
|
|
34331
|
-
--dt-theme-topbar-color-foreground-l: 11%;
|
|
34332
|
-
--dt-theme-topbar-color-foreground-a: 80%;
|
|
34333
|
-
--dt-theme-topbar-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l);
|
|
34334
|
-
--dt-theme-topbar-color-foreground-hsla: hsl(var(--dt-theme-topbar-color-foreground-h) var(--dt-theme-topbar-color-foreground-s) var(--dt-theme-topbar-color-foreground-l) / var(--alpha, 80%));
|
|
34335
|
-
--dt-theme-topbar-color-foreground: hsl(0 0% 11% / 0.8);
|
|
34336
34659
|
--dt-action-color-border-positive-outlined-default-h: var(--dt-color-border-success-h);
|
|
34337
34660
|
--dt-action-color-border-positive-outlined-default-s: var(--dt-color-border-success-s);
|
|
34338
34661
|
--dt-action-color-border-positive-outlined-default-l: var(--dt-color-border-success-l);
|
|
@@ -34733,6 +35056,69 @@ body {
|
|
|
34733
35056
|
--dt-color-link-critical-hsla: var(--dt-color-foreground-critical-hsla);
|
|
34734
35057
|
--dt-color-link-critical: var(--dt-color-foreground-critical);
|
|
34735
35058
|
--dt-icon-size-border-500: var(--dt-icon-size-border-400);
|
|
35059
|
+
--dt-shell-action-color-foreground-muted-default-h: var(--dt-shell-color-foreground-muted-h);
|
|
35060
|
+
--dt-shell-action-color-foreground-muted-default-s: var(--dt-shell-color-foreground-muted-s);
|
|
35061
|
+
--dt-shell-action-color-foreground-muted-default-l: var(--dt-shell-color-foreground-muted-l);
|
|
35062
|
+
--dt-shell-action-color-foreground-muted-default-a: var(--dt-shell-color-foreground-muted-a);
|
|
35063
|
+
--dt-shell-action-color-foreground-muted-default-hsl: var(--dt-shell-color-foreground-muted-hsl);
|
|
35064
|
+
--dt-shell-action-color-foreground-muted-default-hsla: var(--dt-shell-color-foreground-muted-hsla);
|
|
35065
|
+
--dt-shell-action-color-foreground-muted-default: var(--dt-shell-color-foreground-muted);
|
|
35066
|
+
--dt-shell-action-color-foreground-secondary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
35067
|
+
--dt-shell-action-color-foreground-secondary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
35068
|
+
--dt-shell-action-color-foreground-secondary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
35069
|
+
--dt-shell-action-color-foreground-secondary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
35070
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
35071
|
+
--dt-shell-action-color-foreground-secondary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
35072
|
+
--dt-shell-action-color-foreground-secondary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
35073
|
+
--dt-shell-action-color-foreground-primary-disabled-h: var(--dt-shell-color-foreground-disabled-h);
|
|
35074
|
+
--dt-shell-action-color-foreground-primary-disabled-s: var(--dt-shell-color-foreground-disabled-s);
|
|
35075
|
+
--dt-shell-action-color-foreground-primary-disabled-l: var(--dt-shell-color-foreground-disabled-l);
|
|
35076
|
+
--dt-shell-action-color-foreground-primary-disabled-a: var(--dt-shell-color-foreground-disabled-a);
|
|
35077
|
+
--dt-shell-action-color-foreground-primary-disabled-hsl: var(--dt-shell-color-foreground-disabled-hsl);
|
|
35078
|
+
--dt-shell-action-color-foreground-primary-disabled-hsla: var(--dt-shell-color-foreground-disabled-hsla);
|
|
35079
|
+
--dt-shell-action-color-foreground-primary-disabled: var(--dt-shell-color-foreground-disabled);
|
|
35080
|
+
--dt-shell-action-color-foreground-tertiary-default-h: var(--dt-shell-color-foreground-tertiary-h);
|
|
35081
|
+
--dt-shell-action-color-foreground-tertiary-default-s: var(--dt-shell-color-foreground-tertiary-s);
|
|
35082
|
+
--dt-shell-action-color-foreground-tertiary-default-l: var(--dt-shell-color-foreground-tertiary-l);
|
|
35083
|
+
--dt-shell-action-color-foreground-tertiary-default-a: var(--dt-shell-color-foreground-tertiary-a);
|
|
35084
|
+
--dt-shell-action-color-foreground-tertiary-default-hsl: var(--dt-shell-color-foreground-tertiary-hsl);
|
|
35085
|
+
--dt-shell-action-color-foreground-tertiary-default-hsla: var(--dt-shell-color-foreground-tertiary-hsla);
|
|
35086
|
+
--dt-shell-action-color-foreground-tertiary-default: var(--dt-shell-color-foreground-tertiary);
|
|
35087
|
+
--dt-shell-action-color-foreground-primary-strong-h: var(--dt-shell-color-foreground-strong-h);
|
|
35088
|
+
--dt-shell-action-color-foreground-primary-strong-s: var(--dt-shell-color-foreground-strong-s);
|
|
35089
|
+
--dt-shell-action-color-foreground-primary-strong-l: var(--dt-shell-color-foreground-strong-l);
|
|
35090
|
+
--dt-shell-action-color-foreground-primary-strong-a: var(--dt-shell-color-foreground-strong-a);
|
|
35091
|
+
--dt-shell-action-color-foreground-primary-strong-hsl: var(--dt-shell-color-foreground-strong-hsl);
|
|
35092
|
+
--dt-shell-action-color-foreground-primary-strong-hsla: var(--dt-shell-color-foreground-strong-hsla);
|
|
35093
|
+
--dt-shell-action-color-foreground-primary-strong: var(--dt-shell-color-foreground-strong);
|
|
35094
|
+
--dt-shell-action-color-foreground-secondary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
35095
|
+
--dt-shell-action-color-foreground-secondary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
35096
|
+
--dt-shell-action-color-foreground-secondary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
35097
|
+
--dt-shell-action-color-foreground-secondary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
35098
|
+
--dt-shell-action-color-foreground-secondary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
35099
|
+
--dt-shell-action-color-foreground-secondary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
35100
|
+
--dt-shell-action-color-foreground-secondary-default: var(--dt-shell-color-foreground-secondary);
|
|
35101
|
+
--dt-shell-action-color-foreground-primary-default-h: var(--dt-shell-color-foreground-secondary-h);
|
|
35102
|
+
--dt-shell-action-color-foreground-primary-default-s: var(--dt-shell-color-foreground-secondary-s);
|
|
35103
|
+
--dt-shell-action-color-foreground-primary-default-l: var(--dt-shell-color-foreground-secondary-l);
|
|
35104
|
+
--dt-shell-action-color-foreground-primary-default-a: var(--dt-shell-color-foreground-secondary-a);
|
|
35105
|
+
--dt-shell-action-color-foreground-primary-default-hsl: var(--dt-shell-color-foreground-secondary-hsl);
|
|
35106
|
+
--dt-shell-action-color-foreground-primary-default-hsla: var(--dt-shell-color-foreground-secondary-hsla);
|
|
35107
|
+
--dt-shell-action-color-foreground-primary-default: var(--dt-shell-color-foreground-secondary);
|
|
35108
|
+
--dt-shell-color-surface-default-h: var(--dt-shell-base-color-surface-h);
|
|
35109
|
+
--dt-shell-color-surface-default-s: var(--dt-shell-base-color-surface-s);
|
|
35110
|
+
--dt-shell-color-surface-default-l: var(--dt-shell-base-color-surface-l);
|
|
35111
|
+
--dt-shell-color-surface-default-a: var(--dt-shell-base-color-surface-a);
|
|
35112
|
+
--dt-shell-color-surface-default-hsl: var(--dt-shell-base-color-surface-hsl);
|
|
35113
|
+
--dt-shell-color-surface-default-hsla: var(--dt-shell-base-color-surface-hsla);
|
|
35114
|
+
--dt-shell-color-surface-default: var(--dt-shell-base-color-surface);
|
|
35115
|
+
--dt-shell-base-color-accent-h: var(--dt-badge-color-background-bulletin-h);
|
|
35116
|
+
--dt-shell-base-color-accent-s: var(--dt-badge-color-background-bulletin-s);
|
|
35117
|
+
--dt-shell-base-color-accent-l: var(--dt-badge-color-background-bulletin-l);
|
|
35118
|
+
--dt-shell-base-color-accent-a: var(--dt-badge-color-background-bulletin-a);
|
|
35119
|
+
--dt-shell-base-color-accent-hsl: var(--dt-badge-color-background-bulletin-hsl);
|
|
35120
|
+
--dt-shell-base-color-accent-hsla: var(--dt-badge-color-background-bulletin-hsla);
|
|
35121
|
+
--dt-shell-base-color-accent: var(--dt-badge-color-background-bulletin);
|
|
34736
35122
|
--dt-theme-sidebar-icon-color-foreground-h: var(--dt-theme-sidebar-color-foreground-h);
|
|
34737
35123
|
--dt-theme-sidebar-icon-color-foreground-s: var(--dt-theme-sidebar-color-foreground-s);
|
|
34738
35124
|
--dt-theme-sidebar-icon-color-foreground-l: var(--dt-theme-sidebar-color-foreground-l);
|
|
@@ -34747,13 +35133,6 @@ body {
|
|
|
34747
35133
|
--dt-theme-sidebar-color-background-hsl: var(--dt-theme-topbar-color-background-hsl);
|
|
34748
35134
|
--dt-theme-sidebar-color-background-hsla: var(--dt-theme-topbar-color-background-hsla);
|
|
34749
35135
|
--dt-theme-sidebar-color-background: var(--dt-theme-topbar-color-background);
|
|
34750
|
-
--dt-theme-topbar-profile-color-foreground-h: var(--dt-theme-topbar-color-foreground-h);
|
|
34751
|
-
--dt-theme-topbar-profile-color-foreground-s: var(--dt-theme-topbar-color-foreground-s);
|
|
34752
|
-
--dt-theme-topbar-profile-color-foreground-l: var(--dt-theme-topbar-color-foreground-l);
|
|
34753
|
-
--dt-theme-topbar-profile-color-foreground-a: var(--dt-theme-topbar-color-foreground-a);
|
|
34754
|
-
--dt-theme-topbar-profile-color-foreground-hsl: var(--dt-theme-topbar-color-foreground-hsl);
|
|
34755
|
-
--dt-theme-topbar-profile-color-foreground-hsla: var(--dt-theme-topbar-color-foreground-hsla);
|
|
34756
|
-
--dt-theme-topbar-profile-color-foreground: var(--dt-theme-topbar-color-foreground);
|
|
34757
35136
|
--dt-action-color-background-positive-active-h: 85.1;
|
|
34758
35137
|
--dt-action-color-background-positive-active-s: 100%;
|
|
34759
35138
|
--dt-action-color-background-positive-active-l: 58.20000000000001%;
|
|
@@ -34903,6 +35282,34 @@ body {
|
|
|
34903
35282
|
--dt-color-link-disabled-hover-hsl: var(--dt-color-link-disabled-hsl);
|
|
34904
35283
|
--dt-color-link-disabled-hover-hsla: var(--dt-color-link-disabled-hsla);
|
|
34905
35284
|
--dt-color-link-disabled-hover: var(--dt-color-link-disabled);
|
|
35285
|
+
--dt-shell-mention-color-surface-secondary-h: 255;
|
|
35286
|
+
--dt-shell-mention-color-surface-secondary-s: 100%;
|
|
35287
|
+
--dt-shell-mention-color-surface-secondary-l: 29.7%;
|
|
35288
|
+
--dt-shell-mention-color-surface-secondary-a: 100%;
|
|
35289
|
+
--dt-shell-mention-color-surface-secondary-hsl: var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l);
|
|
35290
|
+
--dt-shell-mention-color-surface-secondary-hsla: hsl(var(--dt-shell-mention-color-surface-secondary-h) var(--dt-shell-mention-color-surface-secondary-s) var(--dt-shell-mention-color-surface-secondary-l) / var(--alpha, 100%));
|
|
35291
|
+
--dt-shell-mention-color-surface-secondary: hsl(255 100% 29.7%);
|
|
35292
|
+
--dt-shell-mention-color-surface-primary-h: var(--dt-shell-base-color-accent-h);
|
|
35293
|
+
--dt-shell-mention-color-surface-primary-s: var(--dt-shell-base-color-accent-s);
|
|
35294
|
+
--dt-shell-mention-color-surface-primary-l: var(--dt-shell-base-color-accent-l);
|
|
35295
|
+
--dt-shell-mention-color-surface-primary-a: var(--dt-shell-base-color-accent-a);
|
|
35296
|
+
--dt-shell-mention-color-surface-primary-hsl: var(--dt-shell-base-color-accent-hsl);
|
|
35297
|
+
--dt-shell-mention-color-surface-primary-hsla: var(--dt-shell-base-color-accent-hsla);
|
|
35298
|
+
--dt-shell-mention-color-surface-primary: var(--dt-shell-base-color-accent);
|
|
35299
|
+
--dt-shell-action-color-foreground-muted-selected-h: 0;
|
|
35300
|
+
--dt-shell-action-color-foreground-muted-selected-s: 0%;
|
|
35301
|
+
--dt-shell-action-color-foreground-muted-selected-l: 4.4%;
|
|
35302
|
+
--dt-shell-action-color-foreground-muted-selected-a: 60%;
|
|
35303
|
+
--dt-shell-action-color-foreground-muted-selected-hsl: var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l);
|
|
35304
|
+
--dt-shell-action-color-foreground-muted-selected-hsla: hsl(var(--dt-shell-action-color-foreground-muted-selected-h) var(--dt-shell-action-color-foreground-muted-selected-s) var(--dt-shell-action-color-foreground-muted-selected-l) / var(--alpha, 60%));
|
|
35305
|
+
--dt-shell-action-color-foreground-muted-selected: hsl(0 0% 4.4% / 0.6);
|
|
35306
|
+
--dt-shell-action-color-foreground-muted-hover-h: 0;
|
|
35307
|
+
--dt-shell-action-color-foreground-muted-hover-s: 0%;
|
|
35308
|
+
--dt-shell-action-color-foreground-muted-hover-l: 6.6000000000000005%;
|
|
35309
|
+
--dt-shell-action-color-foreground-muted-hover-a: 60%;
|
|
35310
|
+
--dt-shell-action-color-foreground-muted-hover-hsl: var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l);
|
|
35311
|
+
--dt-shell-action-color-foreground-muted-hover-hsla: hsl(var(--dt-shell-action-color-foreground-muted-hover-h) var(--dt-shell-action-color-foreground-muted-hover-s) var(--dt-shell-action-color-foreground-muted-hover-l) / var(--alpha, 60%));
|
|
35312
|
+
--dt-shell-action-color-foreground-muted-hover: hsl(0 0% 6.6% / 0.6);
|
|
34906
35313
|
--dt-action-color-foreground-positive-active-h: var(--dt-action-color-foreground-positive-hover-h);
|
|
34907
35314
|
--dt-action-color-foreground-positive-active-s: var(--dt-action-color-foreground-positive-hover-s);
|
|
34908
35315
|
--dt-action-color-foreground-positive-active-l: var(--dt-action-color-foreground-positive-hover-l);
|
|
@@ -34931,6 +35338,13 @@ body {
|
|
|
34931
35338
|
--dt-action-color-foreground-critical-active-hsl: var(--dt-action-color-foreground-critical-hover-hsl);
|
|
34932
35339
|
--dt-action-color-foreground-critical-active-hsla: var(--dt-action-color-foreground-critical-hover-hsla);
|
|
34933
35340
|
--dt-action-color-foreground-critical-active: var(--dt-action-color-foreground-critical-hover);
|
|
35341
|
+
--dt-shell-action-color-foreground-muted-active-h: var(--dt-shell-action-color-foreground-muted-hover-h);
|
|
35342
|
+
--dt-shell-action-color-foreground-muted-active-s: var(--dt-shell-action-color-foreground-muted-hover-s);
|
|
35343
|
+
--dt-shell-action-color-foreground-muted-active-l: var(--dt-shell-action-color-foreground-muted-hover-l);
|
|
35344
|
+
--dt-shell-action-color-foreground-muted-active-a: var(--dt-shell-action-color-foreground-muted-hover-a);
|
|
35345
|
+
--dt-shell-action-color-foreground-muted-active-hsl: var(--dt-shell-action-color-foreground-muted-hover-hsl);
|
|
35346
|
+
--dt-shell-action-color-foreground-muted-active-hsla: var(--dt-shell-action-color-foreground-muted-hover-hsla);
|
|
35347
|
+
--dt-shell-action-color-foreground-muted-active: var(--dt-shell-action-color-foreground-muted-hover);
|
|
34934
35348
|
--dt-font-size-100-mobile: 1.2rem;
|
|
34935
35349
|
--dt-font-size-200-mobile: 1.6rem;
|
|
34936
35350
|
--dt-font-size-300-mobile: 2rem;
|