@dialpad/dialtone-tokens 1.43.3 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens-aegean-dark.kt +133 -0
- package/dist/android/java/tokens-aegean-light.kt +133 -0
- package/dist/android/java/tokens-botany-dark.kt +134 -0
- package/dist/android/java/tokens-botany-light.kt +132 -0
- package/dist/android/java/tokens-buttercream-dark.kt +134 -0
- package/dist/android/java/tokens-buttercream-light.kt +723 -0
- package/dist/android/java/tokens-ceruleo-dark.kt +136 -0
- package/dist/android/java/tokens-ceruleo-default.kt +136 -0
- package/dist/android/java/tokens-deca-dark.kt +4 -422
- package/dist/android/java/tokens-deca-light.kt +4 -423
- package/dist/android/java/tokens-dp-dark.kt +182 -18
- package/dist/android/java/tokens-dp-light.kt +143 -3
- package/dist/android/java/tokens-expressive-dark.kt +178 -18
- package/dist/android/java/tokens-expressive-light.kt +143 -3
- package/dist/android/java/tokens-expressive-sm-dark.kt +182 -18
- package/dist/android/java/tokens-expressive-sm-light.kt +143 -3
- package/dist/android/java/tokens-high-desert-dark.kt +133 -0
- package/dist/android/java/tokens-high-desert-light.kt +133 -0
- package/dist/android/java/tokens-melon-dark.kt +133 -0
- package/dist/android/java/tokens-melon-light.kt +133 -0
- package/dist/android/java/tokens-plum-dark.kt +132 -0
- package/dist/android/java/tokens-plum-light.kt +132 -0
- package/dist/android/java/tokens-sunflower-dark.kt +133 -0
- package/dist/android/java/tokens-sunflower-light.kt +133 -0
- package/dist/android/java/tokens-tmo-dark.kt +219 -55
- package/dist/android/java/tokens-tmo-light.kt +185 -45
- package/dist/android/java/tokens-verdant-haze-dark.kt +134 -0
- package/dist/android/java/tokens-verdant-haze-light.kt +134 -0
- package/dist/android/res/values/colors-aegean-dark.xml +63 -0
- package/dist/android/res/values/colors-aegean-light.xml +63 -0
- package/dist/android/res/values/colors-botany-dark.xml +64 -0
- package/dist/android/res/values/colors-botany-light.xml +62 -0
- package/dist/android/res/values/colors-buttercream-dark.xml +64 -0
- package/dist/android/res/values/colors-buttercream-light.xml +455 -0
- package/dist/android/res/values/colors-ceruleo-dark.xml +66 -0
- package/dist/android/res/values/colors-ceruleo-default.xml +66 -0
- package/dist/android/res/values/colors-deca-dark.xml +4 -224
- package/dist/android/res/values/colors-deca-light.xml +4 -225
- package/dist/android/res/values/colors-dp-dark.xml +182 -18
- package/dist/android/res/values/colors-dp-light.xml +143 -3
- package/dist/android/res/values/colors-expressive-dark.xml +178 -18
- package/dist/android/res/values/colors-expressive-light.xml +143 -3
- package/dist/android/res/values/colors-expressive-sm-dark.xml +182 -18
- package/dist/android/res/values/colors-expressive-sm-light.xml +143 -3
- package/dist/android/res/values/colors-high-desert-dark.xml +63 -0
- package/dist/android/res/values/colors-high-desert-light.xml +63 -0
- package/dist/android/res/values/colors-melon-dark.xml +63 -0
- package/dist/android/res/values/colors-melon-light.xml +63 -0
- package/dist/android/res/values/colors-plum-dark.xml +62 -0
- package/dist/android/res/values/colors-plum-light.xml +62 -0
- package/dist/android/res/values/colors-sunflower-dark.xml +63 -0
- package/dist/android/res/values/colors-sunflower-light.xml +63 -0
- package/dist/android/res/values/colors-tmo-dark.xml +219 -55
- package/dist/android/res/values/colors-tmo-light.xml +185 -45
- package/dist/android/res/values/colors-verdant-haze-dark.xml +64 -0
- package/dist/android/res/values/colors-verdant-haze-light.xml +64 -0
- package/dist/android/res/values/dimens.xml +32 -219
- package/dist/css/tokens-aegean-dark.css +467 -0
- package/dist/css/tokens-aegean-light.css +467 -0
- package/dist/css/tokens-base-dark.css +8 -8
- package/dist/css/tokens-base-deca-dark.css +8 -8
- package/dist/css/tokens-botany-dark.css +474 -0
- package/dist/css/tokens-botany-light.css +460 -0
- package/dist/css/tokens-buttercream-dark.css +474 -0
- package/dist/css/tokens-buttercream-light.css +3476 -0
- package/dist/css/tokens-ceruleo-dark.css +488 -0
- package/dist/css/tokens-ceruleo-default.css +488 -0
- package/dist/css/tokens-debug-dp.css +986 -6
- package/dist/css/tokens-deca-dark.css +41 -1846
- package/dist/css/tokens-deca-light.css +62 -1874
- package/dist/css/tokens-dp-dark.css +1259 -111
- package/dist/css/tokens-dp-light.css +1001 -21
- package/dist/css/tokens-expressive-dark.css +1231 -111
- package/dist/css/tokens-expressive-light.css +1001 -21
- package/dist/css/tokens-expressive-sm-dark.css +1259 -111
- package/dist/css/tokens-expressive-sm-light.css +1001 -21
- package/dist/css/tokens-high-desert-dark.css +467 -0
- package/dist/css/tokens-high-desert-light.css +467 -0
- package/dist/css/tokens-melon-dark.css +467 -0
- package/dist/css/tokens-melon-light.css +467 -0
- package/dist/css/tokens-plum-dark.css +460 -0
- package/dist/css/tokens-plum-light.css +460 -0
- package/dist/css/tokens-sunflower-dark.css +467 -0
- package/dist/css/tokens-sunflower-light.css +467 -0
- package/dist/css/tokens-tmo-dark.css +1511 -363
- package/dist/css/tokens-tmo-light.css +1295 -315
- package/dist/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/css/tokens-verdant-haze-light.css +474 -0
- package/dist/doc.json +204128 -129420
- package/dist/ios/tokens-aegean-dark.swift +130 -0
- package/dist/ios/tokens-aegean-light.swift +130 -0
- package/dist/ios/tokens-botany-dark.swift +131 -0
- package/dist/ios/tokens-botany-light.swift +129 -0
- package/dist/ios/tokens-buttercream-dark.swift +131 -0
- package/dist/ios/tokens-buttercream-light.swift +720 -0
- package/dist/ios/tokens-ceruleo-dark.swift +133 -0
- package/dist/ios/tokens-ceruleo-default.swift +133 -0
- package/dist/ios/tokens-deca-dark.swift +4 -422
- package/dist/ios/tokens-deca-light.swift +4 -423
- package/dist/ios/tokens-dp-dark.swift +182 -18
- package/dist/ios/tokens-dp-light.swift +143 -3
- package/dist/ios/tokens-expressive-dark.swift +178 -18
- package/dist/ios/tokens-expressive-light.swift +143 -3
- package/dist/ios/tokens-expressive-sm-dark.swift +182 -18
- package/dist/ios/tokens-expressive-sm-light.swift +143 -3
- package/dist/ios/tokens-high-desert-dark.swift +130 -0
- package/dist/ios/tokens-high-desert-light.swift +130 -0
- package/dist/ios/tokens-melon-dark.swift +130 -0
- package/dist/ios/tokens-melon-light.swift +130 -0
- package/dist/ios/tokens-plum-dark.swift +129 -0
- package/dist/ios/tokens-plum-light.swift +129 -0
- package/dist/ios/tokens-sunflower-dark.swift +130 -0
- package/dist/ios/tokens-sunflower-light.swift +130 -0
- package/dist/ios/tokens-tmo-dark.swift +219 -55
- package/dist/ios/tokens-tmo-light.swift +185 -45
- package/dist/ios/tokens-verdant-haze-dark.swift +131 -0
- package/dist/ios/tokens-verdant-haze-light.swift +131 -0
- package/dist/less/tokens-aegean-dark.less +122 -0
- package/dist/less/tokens-aegean-light.less +122 -0
- package/dist/less/tokens-base-dark.less +8 -8
- package/dist/less/tokens-base-deca-dark.less +8 -8
- package/dist/less/tokens-botany-dark.less +123 -0
- package/dist/less/tokens-botany-light.less +121 -0
- package/dist/less/tokens-buttercream-dark.less +123 -0
- package/dist/less/tokens-buttercream-light.less +714 -0
- package/dist/less/tokens-ceruleo-dark.less +125 -0
- package/dist/less/tokens-ceruleo-default.less +125 -0
- package/dist/less/tokens-deca-dark.less +16 -436
- package/dist/less/tokens-deca-light.less +36 -457
- package/dist/less/tokens-dp-dark.less +200 -36
- package/dist/less/tokens-dp-light.less +143 -3
- package/dist/less/tokens-expressive-dark.less +196 -36
- package/dist/less/tokens-expressive-light.less +143 -3
- package/dist/less/tokens-expressive-sm-dark.less +200 -36
- package/dist/less/tokens-expressive-sm-light.less +143 -3
- package/dist/less/tokens-high-desert-dark.less +122 -0
- package/dist/less/tokens-high-desert-light.less +122 -0
- package/dist/less/tokens-melon-dark.less +122 -0
- package/dist/less/tokens-melon-light.less +122 -0
- package/dist/less/tokens-plum-dark.less +121 -0
- package/dist/less/tokens-plum-light.less +121 -0
- package/dist/less/tokens-sunflower-dark.less +122 -0
- package/dist/less/tokens-sunflower-light.less +122 -0
- package/dist/less/tokens-tmo-dark.less +236 -72
- package/dist/less/tokens-tmo-light.less +185 -45
- package/dist/less/tokens-verdant-haze-dark.less +123 -0
- package/dist/less/tokens-verdant-haze-light.less +123 -0
- package/dist/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-CsHhZ6Yf.js} +1 -1
- package/dist/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Db7N5w7K.js} +1 -1
- package/dist/themes/debug.cjs +1 -1
- package/dist/themes/debug.js +1 -1
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +3 -3
- package/dist/themes/dp-deca-dark.cjs +1 -1
- package/dist/themes/dp-deca-dark.js +3 -3
- package/dist/themes/dp-deca-light.cjs +1 -1
- package/dist/themes/dp-deca-light.js +4 -4
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +2 -2
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +2 -2
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +1 -1
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +2 -2
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +1 -1
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +3 -3
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +2 -2
- package/dist/tokens-aegean-dark.json +121 -0
- package/dist/tokens-aegean-light.json +121 -0
- package/dist/tokens-base-dark.json +8 -8
- package/dist/tokens-base-deca-dark.json +8 -8
- package/dist/tokens-botany-dark.json +122 -0
- package/dist/tokens-botany-light.json +120 -0
- package/dist/tokens-buttercream-dark.json +122 -0
- package/dist/tokens-buttercream-light.json +713 -0
- package/dist/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens-ceruleo-default.json +124 -0
- package/dist/tokens-deca-dark.json +5 -425
- package/dist/tokens-deca-light.json +4 -425
- package/dist/tokens-dp-dark.json +199 -35
- package/dist/tokens-dp-light.json +143 -3
- package/dist/tokens-expressive-dark.json +195 -35
- package/dist/tokens-expressive-light.json +143 -3
- package/dist/tokens-expressive-sm-dark.json +199 -35
- package/dist/tokens-expressive-sm-light.json +143 -3
- package/dist/tokens-high-desert-dark.json +121 -0
- package/dist/tokens-high-desert-light.json +121 -0
- package/dist/tokens-melon-dark.json +121 -0
- package/dist/tokens-melon-light.json +121 -0
- package/dist/tokens-plum-dark.json +120 -0
- package/dist/tokens-plum-light.json +120 -0
- package/dist/tokens-sunflower-dark.json +121 -0
- package/dist/tokens-sunflower-light.json +121 -0
- package/dist/tokens-tmo-dark.json +234 -70
- package/dist/tokens-tmo-light.json +185 -45
- package/dist/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens-verdant-haze-light.json +122 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@dt-font-size-600: 105px;
|
|
10
10
|
@dt-size-border-focus: 0.3rem;
|
|
11
11
|
@dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
|
|
12
|
-
@dt-color-foreground-secondary: #
|
|
12
|
+
@dt-color-foreground-secondary: #C7C7C7; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
13
13
|
@dt-color-foreground-tertiary: #B0B0B0; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
14
14
|
@dt-color-foreground-muted: hsl(0 0% 83.1% / 0.65);
|
|
15
15
|
@dt-color-foreground-placeholder: #B0B0B0;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
@dt-color-foreground-success-strong: #DBFFA9;
|
|
21
21
|
@dt-color-foreground-warning: #FFBD48;
|
|
22
22
|
@dt-color-foreground-primary-inverted: #000000;
|
|
23
|
-
@dt-color-foreground-secondary-inverted: #
|
|
23
|
+
@dt-color-foreground-secondary-inverted: #3D3D3D;
|
|
24
24
|
@dt-color-foreground-tertiary-inverted: #555555;
|
|
25
25
|
@dt-color-foreground-muted-inverted: hsl(0 0% 9.02% / 0.65); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
26
26
|
@dt-color-foreground-placeholder-inverted: #555555; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
@dt-color-link-success-hover: #DBFFA9;
|
|
39
39
|
@dt-color-link-warning: #FFBD48;
|
|
40
40
|
@dt-color-link-warning-hover: #FFE89C;
|
|
41
|
-
@dt-color-link-muted: #
|
|
41
|
+
@dt-color-link-muted: #C7C7C7;
|
|
42
42
|
@dt-color-link-muted-hover: #E6E6E6;
|
|
43
43
|
@dt-color-link-disabled: #B0B0B0;
|
|
44
44
|
@dt-color-link-disabled-hover: #B0B0B0;
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
@dt-color-link-success-inverted-hover: #004F2E;
|
|
51
51
|
@dt-color-link-warning-inverted: #815008;
|
|
52
52
|
@dt-color-link-warning-inverted-hover: #533204;
|
|
53
|
-
@dt-color-link-muted-inverted: #
|
|
53
|
+
@dt-color-link-muted-inverted: #3D3D3D;
|
|
54
54
|
@dt-color-link-muted-inverted-hover: #171717;
|
|
55
55
|
@dt-color-link-disabled-inverted: #555555;
|
|
56
56
|
@dt-color-link-disabled-inverted-hover: #555555;
|
|
57
57
|
@dt-color-surface-primary: #171717;
|
|
58
|
-
@dt-color-surface-secondary: #
|
|
59
|
-
@dt-color-surface-moderate: #
|
|
58
|
+
@dt-color-surface-secondary: #1F1F1F;
|
|
59
|
+
@dt-color-surface-moderate: #3D3D3D;
|
|
60
60
|
@dt-color-surface-bold: #555555;
|
|
61
61
|
@dt-color-surface-strong: #B0B0B0;
|
|
62
|
-
@dt-color-surface-contrast: #
|
|
62
|
+
@dt-color-surface-contrast: #FFFFFF;
|
|
63
63
|
@dt-color-surface-critical: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
64
64
|
@dt-color-surface-warning: #533204;
|
|
65
65
|
@dt-color-surface-success: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
@dt-color-surface-success-subtle-opaque: hsl(157 100% 4.12% / 0.6);
|
|
92
92
|
@dt-color-surface-info-subtle-opaque: hsl(211 91.3% 4.51% / 0.7);
|
|
93
93
|
@dt-color-surface-brand-subtle-opaque: hsl(260 91.3% 9.02% / 0.65);
|
|
94
|
-
@dt-color-surface-primary-inverted: #
|
|
94
|
+
@dt-color-surface-primary-inverted: #FFFFFF; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
95
95
|
@dt-color-surface-secondary-inverted: #F9F9F9;
|
|
96
96
|
@dt-color-surface-moderate-inverted: #E6E6E6;
|
|
97
97
|
@dt-color-surface-bold-inverted: #D4D4D4;
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
104
104
|
@dt-color-surface-brand-inverted: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
105
105
|
@dt-color-surface-critical-subtle-inverted: #FFF2F3; // A softer version of the Critical surface.
|
|
106
|
-
@dt-color-surface-warning-subtle-inverted: #
|
|
107
|
-
@dt-color-surface-success-subtle-inverted: #
|
|
108
|
-
@dt-color-surface-info-subtle-inverted: #
|
|
109
|
-
@dt-color-surface-brand-subtle-inverted: #
|
|
106
|
+
@dt-color-surface-warning-subtle-inverted: #FFFAE5; // A softer version of the default warning surface.
|
|
107
|
+
@dt-color-surface-success-subtle-inverted: #F6FCF5; // A softer version of the default success surface.
|
|
108
|
+
@dt-color-surface-info-subtle-inverted: #F5F9FD; // A softer version of the default informational surface.
|
|
109
|
+
@dt-color-surface-brand-subtle-inverted: #F9F6FF; // A softer version of the default informational surface.
|
|
110
110
|
@dt-color-surface-critical-strong-inverted: #D90A45;
|
|
111
111
|
@dt-color-surface-warning-strong-inverted: #FFBD48;
|
|
112
112
|
@dt-color-surface-success-strong-inverted: #31B237; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
@@ -165,6 +165,110 @@
|
|
|
165
165
|
@dt-color-border-focus: #3B96DF;
|
|
166
166
|
@dt-color-border-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
167
167
|
@dt-color-border-accent: #FF1BA4;
|
|
168
|
+
@dt-color-chart-categorical-10: #228782;
|
|
169
|
+
@dt-color-chart-categorical-10-hover: #35B7B1;
|
|
170
|
+
@dt-color-chart-categorical-10-selected: #89E8E3;
|
|
171
|
+
@dt-color-chart-categorical-01: #5023DD;
|
|
172
|
+
@dt-color-chart-categorical-01-hover: #6538F1;
|
|
173
|
+
@dt-color-chart-categorical-01-selected: #A38FF9;
|
|
174
|
+
@dt-color-chart-categorical-02: #FE87B7;
|
|
175
|
+
@dt-color-chart-categorical-02-hover: #FFB1CF;
|
|
176
|
+
@dt-color-chart-categorical-02-selected: #FFE0F2;
|
|
177
|
+
@dt-color-chart-categorical-03: #1768C6;
|
|
178
|
+
@dt-color-chart-categorical-03-hover: #2C83D5;
|
|
179
|
+
@dt-color-chart-categorical-03-selected: #4AA9EA;
|
|
180
|
+
@dt-color-chart-categorical-04: #815008;
|
|
181
|
+
@dt-color-chart-categorical-04-hover: #EA8F07;
|
|
182
|
+
@dt-color-chart-categorical-04-selected: #FFDB80;
|
|
183
|
+
@dt-color-chart-categorical-05: #008E52;
|
|
184
|
+
@dt-color-chart-categorical-05-hover: #31B237;
|
|
185
|
+
@dt-color-chart-categorical-05-selected: #84EE0B;
|
|
186
|
+
@dt-color-chart-categorical-06: #BF05F0;
|
|
187
|
+
@dt-color-chart-categorical-06-hover: #E220F9;
|
|
188
|
+
@dt-color-chart-categorical-06-selected: #F745EE;
|
|
189
|
+
@dt-color-chart-categorical-07: #862609;
|
|
190
|
+
@dt-color-chart-categorical-07-hover: #A93009;
|
|
191
|
+
@dt-color-chart-categorical-07-selected: #F66437;
|
|
192
|
+
@dt-color-chart-categorical-08: #6A652A;
|
|
193
|
+
@dt-color-chart-categorical-08-hover: #968E22;
|
|
194
|
+
@dt-color-chart-categorical-08-selected: #CABF27;
|
|
195
|
+
@dt-color-chart-categorical-09: #93173A;
|
|
196
|
+
@dt-color-chart-categorical-09-hover: #AF0032;
|
|
197
|
+
@dt-color-chart-categorical-09-selected: #FF1356;
|
|
198
|
+
@dt-color-chart-neutral: #87807B;
|
|
199
|
+
@dt-color-chart-neutral-hover: #AAA4A1;
|
|
200
|
+
@dt-color-chart-neutral-selected: #E0DCD9;
|
|
201
|
+
@dt-color-chart-accent: #296FA3;
|
|
202
|
+
@dt-color-chart-accent-hover: #3C89C3;
|
|
203
|
+
@dt-color-chart-accent-selected: #6EA6E2;
|
|
204
|
+
@dt-color-chart-positive: #008E52;
|
|
205
|
+
@dt-color-chart-positive-hover: #52C926;
|
|
206
|
+
@dt-color-chart-positive-selected: #D1FF76;
|
|
207
|
+
@dt-color-chart-critical: #93173A;
|
|
208
|
+
@dt-color-chart-critical-hover: #D90A45;
|
|
209
|
+
@dt-color-chart-critical-selected: #FF716F;
|
|
210
|
+
@dt-color-chart-warning: #815008;
|
|
211
|
+
@dt-color-chart-warning-hover: #EA8F07;
|
|
212
|
+
@dt-color-chart-warning-selected: #FFDB80;
|
|
213
|
+
@dt-color-chart-info: #1768C6;
|
|
214
|
+
@dt-color-chart-info-hover: #2C83D5;
|
|
215
|
+
@dt-color-chart-info-selected: #BDE8FF;
|
|
216
|
+
@dt-color-chart-brand: #6538F1;
|
|
217
|
+
@dt-color-chart-brand-hover: #7C52FF;
|
|
218
|
+
@dt-color-chart-brand-selected: #A38FF9;
|
|
219
|
+
@dt-color-chart-sequential-10: #ECF0F9; // Tenth color in sequential chart series, darkest shade.
|
|
220
|
+
@dt-color-chart-sequential-01: #052133; // First color in sequential chart series, lightest shade.
|
|
221
|
+
@dt-color-chart-sequential-01-hover: #143A52; // Hover state for first sequential chart color.
|
|
222
|
+
@dt-color-chart-sequential-01-selected: #3C89C3; // Selected state for first sequential chart color.
|
|
223
|
+
@dt-color-chart-sequential-02: #143A52; // Second color in sequential chart series, very light shade.
|
|
224
|
+
@dt-color-chart-sequential-02-hover: #296FA3; // Hover state for second sequential chart color.
|
|
225
|
+
@dt-color-chart-sequential-02-selected: #5699D7; // Selected state for second sequential chart color.
|
|
226
|
+
@dt-color-chart-sequential-03: #296FA3; // Third color in sequential chart series, light shade.
|
|
227
|
+
@dt-color-chart-sequential-03-hover: #3C89C3; // Hover state for third sequential chart color.
|
|
228
|
+
@dt-color-chart-sequential-03-selected: #6EA6E2; // Selected state for third sequential chart color.
|
|
229
|
+
@dt-color-chart-sequential-04: #3C89C3; // Fourth color in sequential chart series, light-medium shade.
|
|
230
|
+
@dt-color-chart-sequential-04-hover: #5699D7; // Hover state for fourth sequential chart color.
|
|
231
|
+
@dt-color-chart-sequential-04-selected: #8CBAEB; // Selected state for fourth sequential chart color.
|
|
232
|
+
@dt-color-chart-sequential-05: #5699D7; // Fifth color in sequential chart series, medium shade.
|
|
233
|
+
@dt-color-chart-sequential-05-hover: #6EA6E2; // Hover state for fifth sequential chart color.
|
|
234
|
+
@dt-color-chart-sequential-05-selected: #BED2F0; // Selected state for fifth sequential chart color.
|
|
235
|
+
@dt-color-chart-sequential-06: #6EA6E2; // Sixth color in sequential chart series, medium-dark shade.
|
|
236
|
+
@dt-color-chart-sequential-06-hover: #8CBAEB; // Hover state for sixth sequential chart color.
|
|
237
|
+
@dt-color-chart-sequential-06-selected: #ECF0F9; // Selected state for sixth sequential chart color.
|
|
238
|
+
@dt-color-chart-sequential-07: #8CBAEB; // Seventh color in sequential chart series, dark shade.
|
|
239
|
+
@dt-color-chart-sequential-07-hover: #BED2F0; // Hover state for seventh sequential chart color.
|
|
240
|
+
@dt-color-chart-sequential-07-selected: #F3F6FB; // Selected state for seventh sequential chart color.
|
|
241
|
+
@dt-color-chart-sequential-08: #BED2F0; // Eighth color in sequential chart series, very dark shade.
|
|
242
|
+
@dt-color-chart-sequential-08-hover: #D3E0F4; // Hover state for eighth sequential chart color.
|
|
243
|
+
@dt-color-chart-sequential-08-selected: #ECF0F9; // Selected state for eighth sequential chart color.
|
|
244
|
+
@dt-color-chart-sequential-09: #D3E0F4; // Ninth color in sequential chart series, extremely dark shade.
|
|
245
|
+
@dt-color-chart-sequential-09-hover: #ECF0F9; // Hover state for ninth sequential chart color.
|
|
246
|
+
@dt-color-chart-sequential-09-selected: #F3F6FB; // Selected state for ninth sequential chart color.
|
|
247
|
+
@dt-color-chart-sequential-10-hover: #F3F6FB; // Hover state for tenth sequential chart color.
|
|
248
|
+
@dt-color-chart-sequential-10-selected: #F3F6FB; // Selected state for tenth sequential chart color.
|
|
249
|
+
@dt-color-inputs-color-foreground-default: #E6E6E6;
|
|
250
|
+
@dt-color-action-color-background-base-primary-default: #BBA6FC;
|
|
251
|
+
@dt-color-action-color-background-base-primary-hover: #D3BCFF;
|
|
252
|
+
@dt-color-action-color-background-base-primary-active: #9071FC;
|
|
253
|
+
@dt-color-action-color-background-base-active: hsl(260 97.7% 16.9% / 0.3);
|
|
254
|
+
@dt-color-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
255
|
+
@dt-color-action-color-background-critical-primary-default: #FF716F;
|
|
256
|
+
@dt-color-action-color-background-critical-primary-hover: #FFABA4;
|
|
257
|
+
@dt-color-action-color-background-critical-primary-active: #D90A45;
|
|
258
|
+
@dt-color-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
259
|
+
@dt-color-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
260
|
+
@dt-color-action-color-background-muted-active: hsl(0 0% 90.2% / 0.3);
|
|
261
|
+
@dt-color-action-color-background-positive-primary-active: #AEFB3C;
|
|
262
|
+
@dt-color-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
263
|
+
@dt-color-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
264
|
+
@dt-color-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
265
|
+
@dt-color-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
266
|
+
@dt-color-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
267
|
+
@dt-color-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
268
|
+
@dt-color-theme-presence-color-background-available: #84EE0B;
|
|
269
|
+
@dt-color-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
270
|
+
@dt-color-theme-presence-color-background-busy: #FFBD48;
|
|
271
|
+
@dt-color-theme-mention-color-background-strong: #F5F0FF;
|
|
168
272
|
@dt-typography-body-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
|
|
169
273
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
170
274
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -362,7 +466,7 @@
|
|
|
362
466
|
@dt-inputs-font-weight-md: 400; // Font weight for medium inputs (e.g. input and textarea)
|
|
363
467
|
@dt-inputs-font-weight-lg: 400; // Font weight for large inputs (e.g. input and textarea)
|
|
364
468
|
@dt-inputs-font-weight-xl: 400; // Font weight for extra large inputs (e.g. input and textarea)
|
|
365
|
-
@dt-inputs-color-foreground-default: #
|
|
469
|
+
@dt-inputs-color-foreground-default: #C7C7C7;
|
|
366
470
|
@dt-inputs-color-foreground-placeholder: #B0B0B0;
|
|
367
471
|
@dt-inputs-color-foreground-disabled: #B0B0B0;
|
|
368
472
|
@dt-inputs-color-border-default: hsl(0 0% 100% / 0.22);
|
|
@@ -389,7 +493,7 @@
|
|
|
389
493
|
@dt-action-color-foreground-inverted-primary-default: #BBA6FC;
|
|
390
494
|
@dt-action-color-foreground-inverted-primary-hover: #D3BCFF;
|
|
391
495
|
@dt-action-color-foreground-inverted-primary-active: #D3BCFF;
|
|
392
|
-
@dt-action-color-foreground-muted-default: #
|
|
496
|
+
@dt-action-color-foreground-muted-default: #C7C7C7;
|
|
393
497
|
@dt-action-color-foreground-muted-hover: #E6E6E6;
|
|
394
498
|
@dt-action-color-foreground-muted-active: #E6E6E6;
|
|
395
499
|
@dt-action-color-foreground-disabled-default: #B0B0B0;
|
|
@@ -398,17 +502,17 @@
|
|
|
398
502
|
@dt-action-color-foreground-positive-active: #DBFFA9;
|
|
399
503
|
@dt-action-color-foreground-positive-primary-default: #000000;
|
|
400
504
|
@dt-action-color-background-base-default: transparent;
|
|
401
|
-
@dt-action-color-background-base-hover: hsl(
|
|
402
|
-
@dt-action-color-background-base-active: hsl(
|
|
403
|
-
@dt-action-color-background-base-primary-default: #
|
|
404
|
-
@dt-action-color-background-base-primary-hover: #
|
|
505
|
+
@dt-action-color-background-base-hover: hsl(260 97.7% 16.9% / 0.7);
|
|
506
|
+
@dt-action-color-background-base-active: hsl(260 97.7% 15% / 0.7);
|
|
507
|
+
@dt-action-color-background-base-primary-default: #9071FC;
|
|
508
|
+
@dt-action-color-background-base-primary-hover: #A38FF9;
|
|
405
509
|
@dt-action-color-background-base-primary-active: #BBA6FC;
|
|
406
510
|
@dt-action-color-background-critical-default: transparent;
|
|
407
511
|
@dt-action-color-background-critical-hover: hsl(343 72.9% 33.3% / 0.2);
|
|
408
|
-
@dt-action-color-background-critical-active: hsl(343 72.9%
|
|
409
|
-
@dt-action-color-background-critical-primary-default: #
|
|
410
|
-
@dt-action-color-background-critical-primary-hover: #
|
|
411
|
-
@dt-action-color-background-critical-primary-active: #
|
|
512
|
+
@dt-action-color-background-critical-active: hsl(343 72.9% 29.6% / 0.2);
|
|
513
|
+
@dt-action-color-background-critical-primary-default: #D90A45;
|
|
514
|
+
@dt-action-color-background-critical-primary-hover: #FF1356;
|
|
515
|
+
@dt-action-color-background-critical-primary-active: #FF415B;
|
|
412
516
|
@dt-action-color-background-inverted-default: transparent;
|
|
413
517
|
@dt-action-color-background-inverted-hover: hsl(0 0% 0% / 0.11);
|
|
414
518
|
@dt-action-color-background-inverted-active: hsl(0 0% 0% / 0.18);
|
|
@@ -417,14 +521,14 @@
|
|
|
417
521
|
@dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
418
522
|
@dt-action-color-background-muted-default: transparent;
|
|
419
523
|
@dt-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
420
|
-
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.
|
|
524
|
+
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.14);
|
|
421
525
|
@dt-action-color-background-disabled-default: hsl(0 0% 90.2% / 0.3);
|
|
422
526
|
@dt-action-color-background-positive-default: transparent;
|
|
423
527
|
@dt-action-color-background-positive-hover: hsl(155 100% 15.5% / 0.28);
|
|
424
|
-
@dt-action-color-background-positive-active: hsl(155 100%
|
|
528
|
+
@dt-action-color-background-positive-active: hsl(155 100% 10.9% / 0.28);
|
|
425
529
|
@dt-action-color-background-positive-primary-default: #AEFB3C; // Postive, accepting, or success actions.
|
|
426
530
|
@dt-action-color-background-positive-primary-hover: #D1FF76;
|
|
427
|
-
@dt-action-color-background-positive-primary-active:
|
|
531
|
+
@dt-action-color-background-positive-primary-active: hsl(80.1 100% 65.1%);
|
|
428
532
|
@dt-action-color-border-base-outlined-default: #BBA6FC;
|
|
429
533
|
@dt-action-color-border-critical-outlined-default: #FF716F;
|
|
430
534
|
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.18);
|
|
@@ -432,18 +536,18 @@
|
|
|
432
536
|
@dt-action-color-border-positive-outlined-default: #D1FF76;
|
|
433
537
|
@dt-theme-color-base: #E6E6E6;
|
|
434
538
|
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
435
|
-
@dt-theme-topbar-color-background: #
|
|
539
|
+
@dt-theme-topbar-color-background: #1F1F1F;
|
|
436
540
|
@dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
437
541
|
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
438
542
|
@dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
439
|
-
@dt-theme-topbar-field-color-background-hover: hsl(0 0%
|
|
543
|
+
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
440
544
|
@dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
441
545
|
@dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
442
546
|
@dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
443
547
|
@dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
444
548
|
@dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
445
549
|
@dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
446
|
-
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
550
|
+
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.05);
|
|
447
551
|
@dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
448
552
|
@dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
449
553
|
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
@@ -451,25 +555,81 @@
|
|
|
451
555
|
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
452
556
|
@dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
453
557
|
@dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
454
|
-
@dt-theme-sidebar-color-foreground: #
|
|
558
|
+
@dt-theme-sidebar-color-foreground: #C7C7C7;
|
|
455
559
|
@dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
456
|
-
@dt-theme-sidebar-color-background: #
|
|
457
|
-
@dt-theme-sidebar-icon-color-foreground: #
|
|
560
|
+
@dt-theme-sidebar-color-background: #1F1F1F;
|
|
561
|
+
@dt-theme-sidebar-icon-color-foreground: #C7C7C7;
|
|
458
562
|
@dt-theme-sidebar-status-color-foreground: #B0B0B0;
|
|
459
563
|
@dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
460
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
564
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.11);
|
|
461
565
|
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
462
566
|
@dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
463
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.
|
|
567
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.09);
|
|
464
568
|
@dt-theme-sidebar-section-color-foreground: #B0B0B0;
|
|
465
569
|
@dt-theme-presence-color-background-available: #84EE0B;
|
|
466
570
|
@dt-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
467
571
|
@dt-theme-presence-color-background-busy: #FFBD48;
|
|
468
|
-
@dt-theme-presence-color-background-offline: #
|
|
572
|
+
@dt-theme-presence-color-background-offline: #808080;
|
|
469
573
|
@dt-theme-mention-color-foreground: #000000;
|
|
470
574
|
@dt-theme-mention-color-foreground-strong: #000000;
|
|
471
575
|
@dt-theme-mention-color-background: #BBA6FC;
|
|
472
|
-
@dt-theme-mention-color-background-strong: #
|
|
576
|
+
@dt-theme-mention-color-background-strong: #D3BCFF;
|
|
577
|
+
@dt-shell-base-color-surface: #1F1F1F;
|
|
578
|
+
@dt-shell-base-color-foreground: #E6E6E6;
|
|
579
|
+
@dt-shell-base-color-border: #E6E6E6;
|
|
580
|
+
@dt-shell-base-color-accent: #BBA6FC;
|
|
581
|
+
@dt-shell-base-color-status-positive: #84EE0B;
|
|
582
|
+
@dt-shell-base-color-status-critical: #FF415B;
|
|
583
|
+
@dt-shell-base-color-status-warning: #FFBD48;
|
|
584
|
+
@dt-shell-base-color-status-away: #808080;
|
|
585
|
+
@dt-shell-base-action-color-background-primary: #D4D4D4;
|
|
586
|
+
@dt-shell-base-action-color-background-secondary: #D4D4D4;
|
|
587
|
+
@dt-shell-base-action-color-background-muted: #D4D4D4;
|
|
588
|
+
@dt-shell-color-foreground-primary: #E6E6E6;
|
|
589
|
+
@dt-shell-color-foreground-secondary: hsl(0 0% 90.2% / 0.86);
|
|
590
|
+
@dt-shell-color-foreground-tertiary: hsl(0 0% 90.2% / 0.72);
|
|
591
|
+
@dt-shell-color-foreground-strong: hsl(0 0% 98%);
|
|
592
|
+
@dt-shell-color-foreground-muted: hsl(0 0% 90.2% / 0.6);
|
|
593
|
+
@dt-shell-color-foreground-disabled: hsl(0 0% 90.2% / 0.57);
|
|
594
|
+
@dt-shell-color-foreground-positive: #84EE0B;
|
|
595
|
+
@dt-shell-color-foreground-critical: hsl(352 100% 68.3%);
|
|
596
|
+
@dt-shell-color-foreground-warning: hsl(38.4 100% 69.5%);
|
|
597
|
+
@dt-shell-color-surface-default: #1F1F1F;
|
|
598
|
+
@dt-shell-color-border-subtle: hsl(0 0% 90.2% / 0.15);
|
|
599
|
+
@dt-shell-color-border-default: hsl(0 0% 90.2% / 0.18);
|
|
600
|
+
@dt-shell-color-border-base: #FFFFFF;
|
|
601
|
+
@dt-shell-action-color-foreground-primary-default: hsl(0 0% 90.2% / 0.86);
|
|
602
|
+
@dt-shell-action-color-foreground-secondary-default: hsl(0 0% 90.2% / 0.86);
|
|
603
|
+
@dt-shell-action-color-foreground-primary-strong: hsl(0 0% 98%);
|
|
604
|
+
@dt-shell-action-color-foreground-tertiary-default: hsl(0 0% 90.2% / 0.72);
|
|
605
|
+
@dt-shell-action-color-foreground-primary-disabled: hsl(0 0% 90.2% / 0.57);
|
|
606
|
+
@dt-shell-action-color-foreground-secondary-disabled: hsl(0 0% 90.2% / 0.57);
|
|
607
|
+
@dt-shell-action-color-foreground-muted-default: hsl(0 0% 90.2% / 0.6);
|
|
608
|
+
@dt-shell-action-color-foreground-muted-hover: hsl(0 0% 54.1% / 0.6);
|
|
609
|
+
@dt-shell-action-color-foreground-muted-active: hsl(0 0% 54.1% / 0.6);
|
|
610
|
+
@dt-shell-action-color-foreground-muted-selected: hsl(0 0% 36.1% / 0.6);
|
|
611
|
+
@dt-shell-action-color-background-primary-default: hsl(0 0% 83.1% / 0);
|
|
612
|
+
@dt-shell-action-color-background-primary-hover: hsl(0 0% 83.1% / 0.1);
|
|
613
|
+
@dt-shell-action-color-background-primary-active: hsl(0 0% 83.1% / 0.16);
|
|
614
|
+
@dt-shell-action-color-background-primary-selected: hsl(0 0% 83.1% / 0.13);
|
|
615
|
+
@dt-shell-action-color-background-secondary-default: hsl(0 0% 83.1% / 0);
|
|
616
|
+
@dt-shell-action-color-background-secondary-hover: hsl(0 0% 83.1% / 0.1);
|
|
617
|
+
@dt-shell-action-color-background-secondary-active: hsl(0 0% 83.1% / 0.16);
|
|
618
|
+
@dt-shell-action-color-background-secondary-selected: hsl(0 0% 83.1% / 0.13);
|
|
619
|
+
@dt-shell-action-color-background-muted-default: hsl(0 0% 83.1% / 0.05);
|
|
620
|
+
@dt-shell-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
621
|
+
@dt-shell-action-color-background-muted-active: hsl(0 0% 83.1% / 0.07);
|
|
622
|
+
@dt-shell-action-color-background-muted-selected: hsl(0 0% 83.1% / 0.07);
|
|
623
|
+
@dt-shell-mention-color-surface-primary: #BBA6FC;
|
|
624
|
+
@dt-shell-mention-color-surface-secondary: lch(90.3 16 298);
|
|
625
|
+
@dt-shell-mention-color-foreground-primary: #000000;
|
|
626
|
+
@dt-shell-mention-color-foreground-secondary: #171717;
|
|
627
|
+
@dt-shell-logo-color-star: #9071FC;
|
|
628
|
+
@dt-shell-logo-color-wordmark: #F9F6FF;
|
|
629
|
+
@dt-shell-presence-color-available: #84EE0B;
|
|
630
|
+
@dt-shell-presence-color-unavailable: #FF415B;
|
|
631
|
+
@dt-shell-presence-color-busy: #FFBD48;
|
|
632
|
+
@dt-shell-presence-color-offline: #808080;
|
|
473
633
|
@dt-avatar-color-foreground: #000000;
|
|
474
634
|
@dt-avatar-color-background-100: #1aa340;
|
|
475
635
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -498,7 +658,7 @@
|
|
|
498
658
|
@dt-badge-color-background-bulletin: #BBA6FC;
|
|
499
659
|
@dt-badge-color-background-bulletin-subtle: #3A1D95;
|
|
500
660
|
@dt-badge-color-background-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
501
|
-
@dt-badge-color-foreground-default: #
|
|
661
|
+
@dt-badge-color-foreground-default: #FFFFFF;
|
|
502
662
|
@dt-badge-color-foreground-bulletin: #000000;
|
|
503
663
|
@dt-badge-color-foreground-bulletin-subtle: #D3BCFF;
|
|
504
664
|
@dt-badge-color-foreground-ai: #ffffff;
|
|
@@ -165,6 +165,87 @@
|
|
|
165
165
|
@dt-color-border-focus: #4AA9EA;
|
|
166
166
|
@dt-color-border-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 70.08%, #FB7328 90.02%, #F3960F 97.29%, #F3960F 100%);
|
|
167
167
|
@dt-color-border-accent: #FF1BA4;
|
|
168
|
+
@dt-color-chart-categorical-10: #35B7B1;
|
|
169
|
+
@dt-color-chart-categorical-10-hover: #2AA7A1;
|
|
170
|
+
@dt-color-chart-categorical-10-selected: #114D4A;
|
|
171
|
+
@dt-color-chart-categorical-01: #6538F1;
|
|
172
|
+
@dt-color-chart-categorical-01-hover: #5023DD;
|
|
173
|
+
@dt-color-chart-categorical-01-selected: #1D0155;
|
|
174
|
+
@dt-color-chart-categorical-02: #FC5EA0;
|
|
175
|
+
@dt-color-chart-categorical-02-hover: #FF1BA4;
|
|
176
|
+
@dt-color-chart-categorical-02-selected: #662251;
|
|
177
|
+
@dt-color-chart-categorical-03: #5FC4F9;
|
|
178
|
+
@dt-color-chart-categorical-03-hover: #3B96DF;
|
|
179
|
+
@dt-color-chart-categorical-03-selected: #003165;
|
|
180
|
+
@dt-color-chart-categorical-04: #FF9E0E;
|
|
181
|
+
@dt-color-chart-categorical-04-hover: #D57F00;
|
|
182
|
+
@dt-color-chart-categorical-04-selected: #533204;
|
|
183
|
+
@dt-color-chart-categorical-05: #52C926;
|
|
184
|
+
@dt-color-chart-categorical-05-hover: #2EA834;
|
|
185
|
+
@dt-color-chart-categorical-05-selected: #004F2E;
|
|
186
|
+
@dt-color-chart-categorical-06: #FB79F3;
|
|
187
|
+
@dt-color-chart-categorical-06-hover: #F745EE;
|
|
188
|
+
@dt-color-chart-categorical-06-selected: #BF05F0;
|
|
189
|
+
@dt-color-chart-categorical-07: #F66437;
|
|
190
|
+
@dt-color-chart-categorical-07-hover: #F44710;
|
|
191
|
+
@dt-color-chart-categorical-07-selected: #651E06;
|
|
192
|
+
@dt-color-chart-categorical-08: #CABF27;
|
|
193
|
+
@dt-color-chart-categorical-08-hover: #B6AC25;
|
|
194
|
+
@dt-color-chart-categorical-08-selected: #6A652A;
|
|
195
|
+
@dt-color-chart-categorical-09: #FF415B;
|
|
196
|
+
@dt-color-chart-categorical-09-hover: #FF1356;
|
|
197
|
+
@dt-color-chart-categorical-09-selected: #93173A;
|
|
198
|
+
@dt-color-chart-neutral: #CEC8C4; // Used for neutral or background elements in charts where no specific meaning is implied.
|
|
199
|
+
@dt-color-chart-neutral-hover: #AAA4A1; // Hover state for neutral chart elements.
|
|
200
|
+
@dt-color-chart-neutral-selected: #635F5D; // Selected state for neutral chart elements.
|
|
201
|
+
@dt-color-chart-accent: #6EA6E2; // Main accent color for highlighting important chart elements or primary data series.
|
|
202
|
+
@dt-color-chart-accent-hover: #5699D7; // Hover state for accent chart elements.
|
|
203
|
+
@dt-color-chart-accent-selected: #296FA3; // Selected state for accent chart elements.
|
|
204
|
+
@dt-color-chart-positive: #52C926; // Used for positive values, growth, or success indicators in charts, aka success.
|
|
205
|
+
@dt-color-chart-positive-hover: #2EA834; // Hover state for positive chart elements, aka success.
|
|
206
|
+
@dt-color-chart-positive-selected: #004F2E; // Selected state for positive chart elements, aka success.
|
|
207
|
+
@dt-color-chart-critical: #FF1356; // Used for negative values, errors, or critical indicators in charts, aka danger.
|
|
208
|
+
@dt-color-chart-critical-hover: #D90A45; // Hover state for critical chart elements, aka danger.
|
|
209
|
+
@dt-color-chart-critical-selected: #93173A; // Selected state for critical chart elements, aka danger.
|
|
210
|
+
@dt-color-chart-warning: #FF9E0E; // Used for cautionary or warning indicators in charts.
|
|
211
|
+
@dt-color-chart-warning-hover: #D57F00; // Hover state for warning chart elements.
|
|
212
|
+
@dt-color-chart-warning-selected: #815008; // Selected state for warning chart elements.
|
|
213
|
+
@dt-color-chart-info: #4AA9EA; // Used for informational or neutral data points in charts.
|
|
214
|
+
@dt-color-chart-info-hover: #2C83D5; // Hover state for info chart elements.
|
|
215
|
+
@dt-color-chart-info-selected: #003165; // Selected state for info chart elements.
|
|
216
|
+
@dt-color-chart-brand: #7C52FF; // Used for brand-related data or to highlight company-specific information in charts.
|
|
217
|
+
@dt-color-chart-brand-hover: #6538F1; // Hover state for brand chart elements.
|
|
218
|
+
@dt-color-chart-brand-selected: #3A1D95; // Selected state for brand chart elements.
|
|
219
|
+
@dt-color-chart-sequential-10: #052133; // Tenth color in sequential chart series, darkest shade.
|
|
220
|
+
@dt-color-chart-sequential-01: #ECF0F9; // First color in sequential chart series, lightest shade.
|
|
221
|
+
@dt-color-chart-sequential-01-hover: #D3E0F4; // Hover state for first sequential chart color.
|
|
222
|
+
@dt-color-chart-sequential-01-selected: #8CBAEB; // Selected state for first sequential chart color.
|
|
223
|
+
@dt-color-chart-sequential-02: #D3E0F4; // Second color in sequential chart series, very light shade.
|
|
224
|
+
@dt-color-chart-sequential-02-hover: #BED2F0; // Hover state for second sequential chart color.
|
|
225
|
+
@dt-color-chart-sequential-02-selected: #6EA6E2; // Selected state for second sequential chart color.
|
|
226
|
+
@dt-color-chart-sequential-03: #BED2F0; // Third color in sequential chart series, light shade.
|
|
227
|
+
@dt-color-chart-sequential-03-hover: #8CBAEB; // Hover state for third sequential chart color.
|
|
228
|
+
@dt-color-chart-sequential-03-selected: #5699D7; // Selected state for third sequential chart color.
|
|
229
|
+
@dt-color-chart-sequential-04: #8CBAEB; // Fourth color in sequential chart series, light-medium shade.
|
|
230
|
+
@dt-color-chart-sequential-04-hover: #6EA6E2; // Hover state for fourth sequential chart color.
|
|
231
|
+
@dt-color-chart-sequential-04-selected: #3C89C3; // Selected state for fourth sequential chart color.
|
|
232
|
+
@dt-color-chart-sequential-05: #6EA6E2; // Fifth color in sequential chart series, medium shade.
|
|
233
|
+
@dt-color-chart-sequential-05-hover: #5699D7; // Hover state for fifth sequential chart color.
|
|
234
|
+
@dt-color-chart-sequential-05-selected: #296FA3; // Selected state for fifth sequential chart color.
|
|
235
|
+
@dt-color-chart-sequential-06: #5699D7; // Sixth color in sequential chart series, medium-dark shade.
|
|
236
|
+
@dt-color-chart-sequential-06-hover: #3C89C3; // Hover state for sixth sequential chart color.
|
|
237
|
+
@dt-color-chart-sequential-06-selected: #052133; // Selected state for sixth sequential chart color.
|
|
238
|
+
@dt-color-chart-sequential-07: #3C89C3; // Seventh color in sequential chart series, dark shade.
|
|
239
|
+
@dt-color-chart-sequential-07-hover: #296FA3; // Hover state for seventh sequential chart color.
|
|
240
|
+
@dt-color-chart-sequential-07-selected: #00131F; // Selected state for seventh sequential chart color.
|
|
241
|
+
@dt-color-chart-sequential-08: #296FA3; // Eighth color in sequential chart series, very dark shade.
|
|
242
|
+
@dt-color-chart-sequential-08-hover: #143A52; // Hover state for eighth sequential chart color.
|
|
243
|
+
@dt-color-chart-sequential-08-selected: #052133; // Selected state for eighth sequential chart color.
|
|
244
|
+
@dt-color-chart-sequential-09: #143A52; // Ninth color in sequential chart series, extremely dark shade.
|
|
245
|
+
@dt-color-chart-sequential-09-hover: #052133; // Hover state for ninth sequential chart color.
|
|
246
|
+
@dt-color-chart-sequential-09-selected: #00131F; // Selected state for ninth sequential chart color.
|
|
247
|
+
@dt-color-chart-sequential-10-hover: #00131F; // Hover state for tenth sequential chart color.
|
|
248
|
+
@dt-color-chart-sequential-10-selected: #00131F; // Selected state for tenth sequential chart color.
|
|
168
249
|
@dt-typography-body-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
|
|
169
250
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
170
251
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -463,13 +544,68 @@
|
|
|
463
544
|
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
|
|
464
545
|
@dt-theme-sidebar-section-color-foreground: #535353;
|
|
465
546
|
@dt-theme-presence-color-background-available: #52C926;
|
|
466
|
-
@dt-theme-presence-color-background-busy-unavailable: #
|
|
467
|
-
@dt-theme-presence-color-background-busy: #
|
|
468
|
-
@dt-theme-presence-color-background-offline: #
|
|
547
|
+
@dt-theme-presence-color-background-busy-unavailable: #AF0032;
|
|
548
|
+
@dt-theme-presence-color-background-busy: #D57F00;
|
|
549
|
+
@dt-theme-presence-color-background-offline: #808080;
|
|
469
550
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
470
551
|
@dt-theme-mention-color-foreground-strong: #F9F9F9;
|
|
471
552
|
@dt-theme-mention-color-background: #7C52FF;
|
|
472
553
|
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
554
|
+
@dt-shell-base-color-surface: #F9F9F9;
|
|
555
|
+
@dt-shell-base-color-foreground: #1C1C1C;
|
|
556
|
+
@dt-shell-base-color-border: #1C1C1C;
|
|
557
|
+
@dt-shell-base-color-accent: #7C52FF;
|
|
558
|
+
@dt-shell-base-color-status-positive: #52C926;
|
|
559
|
+
@dt-shell-base-color-status-critical: #AF0032;
|
|
560
|
+
@dt-shell-base-color-status-warning: #D57F00;
|
|
561
|
+
@dt-shell-base-color-status-away: #808080;
|
|
562
|
+
@dt-shell-base-action-color-background-primary: #252525;
|
|
563
|
+
@dt-shell-base-action-color-background-secondary: #252525;
|
|
564
|
+
@dt-shell-base-action-color-background-muted: #252525;
|
|
565
|
+
@dt-shell-color-foreground-primary: #1C1C1C;
|
|
566
|
+
@dt-shell-color-foreground-secondary: hsl(0 0% 11% / 0.86);
|
|
567
|
+
@dt-shell-color-foreground-tertiary: hsl(0 0% 11% / 0.72);
|
|
568
|
+
@dt-shell-color-foreground-strong: hsl(0 0% 11%);
|
|
569
|
+
@dt-shell-color-foreground-muted: hsl(0 0% 11% / 0.6);
|
|
570
|
+
@dt-shell-color-foreground-disabled: hsl(0 0% 11% / 0.57);
|
|
571
|
+
@dt-shell-color-foreground-positive: hsl(104 68.2% 39.8%);
|
|
572
|
+
@dt-shell-color-foreground-critical: hsl(343 100% 27.5%);
|
|
573
|
+
@dt-shell-color-foreground-warning: hsl(35.8 100% 31.3%);
|
|
574
|
+
@dt-shell-color-surface-default: #F9F9F9;
|
|
575
|
+
@dt-shell-color-border-subtle: hsl(0 0% 11% / 0.1);
|
|
576
|
+
@dt-shell-color-border-default: hsl(0 0% 11% / 0.17);
|
|
577
|
+
@dt-shell-action-color-foreground-primary-default: hsl(0 0% 11% / 0.86);
|
|
578
|
+
@dt-shell-action-color-foreground-secondary-default: hsl(0 0% 11% / 0.86);
|
|
579
|
+
@dt-shell-action-color-foreground-primary-strong: hsl(0 0% 11%);
|
|
580
|
+
@dt-shell-action-color-foreground-tertiary-default: hsl(0 0% 11% / 0.72);
|
|
581
|
+
@dt-shell-action-color-foreground-primary-disabled: hsl(0 0% 11% / 0.57);
|
|
582
|
+
@dt-shell-action-color-foreground-secondary-disabled: hsl(0 0% 11% / 0.57);
|
|
583
|
+
@dt-shell-action-color-foreground-muted-default: hsl(0 0% 11% / 0.6);
|
|
584
|
+
@dt-shell-action-color-foreground-muted-hover: hsl(0 0% 6.6% / 0.6);
|
|
585
|
+
@dt-shell-action-color-foreground-muted-active: hsl(0 0% 6.6% / 0.6);
|
|
586
|
+
@dt-shell-action-color-foreground-muted-selected: hsl(0 0% 4.4% / 0.6);
|
|
587
|
+
@dt-shell-action-color-background-primary-default: hsl(0 0% 14.5% / 0);
|
|
588
|
+
@dt-shell-action-color-background-primary-hover: hsl(0 0% 14.5% / 0.1);
|
|
589
|
+
@dt-shell-action-color-background-primary-active: hsl(0 0% 14.5% / 0.16);
|
|
590
|
+
@dt-shell-action-color-background-primary-selected: hsl(0 0% 14.5% / 0.13);
|
|
591
|
+
@dt-shell-action-color-background-secondary-default: hsl(0 0% 14.5% / 0);
|
|
592
|
+
@dt-shell-action-color-background-secondary-hover: hsl(0 0% 14.5% / 0.1);
|
|
593
|
+
@dt-shell-action-color-background-secondary-active: hsl(0 0% 14.5% / 0.16);
|
|
594
|
+
@dt-shell-action-color-background-secondary-selected: hsl(0 0% 14.5% / 0.13);
|
|
595
|
+
@dt-shell-action-color-background-muted-default: hsl(0 0% 14.5% / 0.05);
|
|
596
|
+
@dt-shell-action-color-background-muted-hover: hsl(0 0% 14.5% / 0.1);
|
|
597
|
+
@dt-shell-action-color-background-muted-active: hsl(0 0% 14.5% / 0.07);
|
|
598
|
+
@dt-shell-action-color-background-muted-selected: hsl(0 0% 14.5% / 0.07);
|
|
599
|
+
@dt-shell-mention-color-surface-primary: #7C52FF;
|
|
600
|
+
@dt-shell-mention-color-surface-secondary: hsl(255 100% 29.7%);
|
|
601
|
+
@dt-shell-mention-color-foreground-primary: #ffffff;
|
|
602
|
+
@dt-shell-mention-color-foreground-secondary: #F9F9F9;
|
|
603
|
+
@dt-shell-logo-color-star: #7C52FF;
|
|
604
|
+
@dt-shell-logo-color-wordmark: #10022C;
|
|
605
|
+
@dt-shell-presence-color-available: #52C926;
|
|
606
|
+
@dt-shell-presence-color-unavailable: #AF0032;
|
|
607
|
+
@dt-shell-presence-color-busy: #D57F00;
|
|
608
|
+
@dt-shell-presence-color-offline: #808080;
|
|
473
609
|
@dt-avatar-color-foreground: #000000;
|
|
474
610
|
@dt-avatar-color-background-100: #1aa340;
|
|
475
611
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -529,6 +665,10 @@
|
|
|
529
665
|
@dt-icon-size-border-600: 0.25rem;
|
|
530
666
|
@dt-icon-size-border-700: 0.275rem;
|
|
531
667
|
@dt-icon-size-border-800: 0.35rem;
|
|
668
|
+
@dt-presence-color-available: #2EA834;
|
|
669
|
+
@dt-presence-color-unavailable: #D90A45;
|
|
670
|
+
@dt-presence-color-busy: #FF9E0E;
|
|
671
|
+
@dt-presence-color-offline: #808080;
|
|
532
672
|
@dt-radio-size-width: 1.6rem;
|
|
533
673
|
@dt-radio-size-height: 1.6rem;
|
|
534
674
|
@dt-radio-size-radius: 50%;
|