@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
@dt-size-border-focus: 0.3rem;
|
|
5
5
|
@dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
|
|
6
|
-
@dt-color-foreground-secondary: #
|
|
6
|
+
@dt-color-foreground-secondary: #C7C7C7; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
7
7
|
@dt-color-foreground-tertiary: #B0B0B0; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
8
8
|
@dt-color-foreground-muted: hsl(0 0% 83.1% / 0.65);
|
|
9
9
|
@dt-color-foreground-placeholder: #B0B0B0;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@dt-color-foreground-success-strong: #DBFFA9;
|
|
15
15
|
@dt-color-foreground-warning: #FFBD48;
|
|
16
16
|
@dt-color-foreground-primary-inverted: #000000;
|
|
17
|
-
@dt-color-foreground-secondary-inverted: #
|
|
17
|
+
@dt-color-foreground-secondary-inverted: #3D3D3D;
|
|
18
18
|
@dt-color-foreground-tertiary-inverted: #555555;
|
|
19
19
|
@dt-color-foreground-muted-inverted: hsl(0 0% 9.02% / 0.65); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
20
20
|
@dt-color-foreground-placeholder-inverted: #555555; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
@dt-color-link-success-hover: #DBFFA9;
|
|
33
33
|
@dt-color-link-warning: #FFBD48;
|
|
34
34
|
@dt-color-link-warning-hover: #FFE89C;
|
|
35
|
-
@dt-color-link-muted: #
|
|
35
|
+
@dt-color-link-muted: #C7C7C7;
|
|
36
36
|
@dt-color-link-muted-hover: #E6E6E6;
|
|
37
37
|
@dt-color-link-disabled: #B0B0B0;
|
|
38
38
|
@dt-color-link-disabled-hover: #B0B0B0;
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
@dt-color-link-success-inverted-hover: #004F2E;
|
|
45
45
|
@dt-color-link-warning-inverted: #815008;
|
|
46
46
|
@dt-color-link-warning-inverted-hover: #533204;
|
|
47
|
-
@dt-color-link-muted-inverted: #
|
|
47
|
+
@dt-color-link-muted-inverted: #3D3D3D;
|
|
48
48
|
@dt-color-link-muted-inverted-hover: #171717;
|
|
49
49
|
@dt-color-link-disabled-inverted: #555555;
|
|
50
50
|
@dt-color-link-disabled-inverted-hover: #555555;
|
|
51
51
|
@dt-color-surface-primary: #171717;
|
|
52
|
-
@dt-color-surface-secondary: #
|
|
53
|
-
@dt-color-surface-moderate: #
|
|
52
|
+
@dt-color-surface-secondary: #1F1F1F;
|
|
53
|
+
@dt-color-surface-moderate: #3D3D3D;
|
|
54
54
|
@dt-color-surface-bold: #555555;
|
|
55
55
|
@dt-color-surface-strong: #B0B0B0;
|
|
56
|
-
@dt-color-surface-contrast: #
|
|
56
|
+
@dt-color-surface-contrast: #FFFFFF;
|
|
57
57
|
@dt-color-surface-critical: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
58
58
|
@dt-color-surface-warning: #533204;
|
|
59
59
|
@dt-color-surface-success: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
@dt-color-surface-success-subtle-opaque: hsl(157 100% 4.12% / 0.6);
|
|
86
86
|
@dt-color-surface-info-subtle-opaque: hsl(211 91.3% 4.51% / 0.7);
|
|
87
87
|
@dt-color-surface-brand-subtle-opaque: hsl(260 91.3% 9.02% / 0.65);
|
|
88
|
-
@dt-color-surface-primary-inverted: #
|
|
88
|
+
@dt-color-surface-primary-inverted: #FFFFFF; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
89
89
|
@dt-color-surface-secondary-inverted: #F9F9F9;
|
|
90
90
|
@dt-color-surface-moderate-inverted: #E6E6E6;
|
|
91
91
|
@dt-color-surface-bold-inverted: #D4D4D4;
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
98
98
|
@dt-color-surface-brand-inverted: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
99
99
|
@dt-color-surface-critical-subtle-inverted: #FFF2F3; // A softer version of the Critical surface.
|
|
100
|
-
@dt-color-surface-warning-subtle-inverted: #
|
|
101
|
-
@dt-color-surface-success-subtle-inverted: #
|
|
102
|
-
@dt-color-surface-info-subtle-inverted: #
|
|
103
|
-
@dt-color-surface-brand-subtle-inverted: #
|
|
100
|
+
@dt-color-surface-warning-subtle-inverted: #FFFAE5; // A softer version of the default warning surface.
|
|
101
|
+
@dt-color-surface-success-subtle-inverted: #F6FCF5; // A softer version of the default success surface.
|
|
102
|
+
@dt-color-surface-info-subtle-inverted: #F5F9FD; // A softer version of the default informational surface.
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #F9F6FF; // A softer version of the default informational surface.
|
|
104
104
|
@dt-color-surface-critical-strong-inverted: #D90A45;
|
|
105
105
|
@dt-color-surface-warning-strong-inverted: #FFBD48;
|
|
106
106
|
@dt-color-surface-success-strong-inverted: #31B237; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
@@ -159,6 +159,110 @@
|
|
|
159
159
|
@dt-color-border-focus: #3B96DF;
|
|
160
160
|
@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%);
|
|
161
161
|
@dt-color-border-accent: #FF1BA4;
|
|
162
|
+
@dt-color-chart-categorical-10: #228782;
|
|
163
|
+
@dt-color-chart-categorical-10-hover: #35B7B1;
|
|
164
|
+
@dt-color-chart-categorical-10-selected: #89E8E3;
|
|
165
|
+
@dt-color-chart-categorical-01: #5023DD;
|
|
166
|
+
@dt-color-chart-categorical-01-hover: #6538F1;
|
|
167
|
+
@dt-color-chart-categorical-01-selected: #A38FF9;
|
|
168
|
+
@dt-color-chart-categorical-02: #FE87B7;
|
|
169
|
+
@dt-color-chart-categorical-02-hover: #FFB1CF;
|
|
170
|
+
@dt-color-chart-categorical-02-selected: #FFE0F2;
|
|
171
|
+
@dt-color-chart-categorical-03: #1768C6;
|
|
172
|
+
@dt-color-chart-categorical-03-hover: #2C83D5;
|
|
173
|
+
@dt-color-chart-categorical-03-selected: #4AA9EA;
|
|
174
|
+
@dt-color-chart-categorical-04: #815008;
|
|
175
|
+
@dt-color-chart-categorical-04-hover: #EA8F07;
|
|
176
|
+
@dt-color-chart-categorical-04-selected: #FFDB80;
|
|
177
|
+
@dt-color-chart-categorical-05: #008E52;
|
|
178
|
+
@dt-color-chart-categorical-05-hover: #31B237;
|
|
179
|
+
@dt-color-chart-categorical-05-selected: #84EE0B;
|
|
180
|
+
@dt-color-chart-categorical-06: #BF05F0;
|
|
181
|
+
@dt-color-chart-categorical-06-hover: #E220F9;
|
|
182
|
+
@dt-color-chart-categorical-06-selected: #F745EE;
|
|
183
|
+
@dt-color-chart-categorical-07: #862609;
|
|
184
|
+
@dt-color-chart-categorical-07-hover: #A93009;
|
|
185
|
+
@dt-color-chart-categorical-07-selected: #F66437;
|
|
186
|
+
@dt-color-chart-categorical-08: #6A652A;
|
|
187
|
+
@dt-color-chart-categorical-08-hover: #968E22;
|
|
188
|
+
@dt-color-chart-categorical-08-selected: #CABF27;
|
|
189
|
+
@dt-color-chart-categorical-09: #93173A;
|
|
190
|
+
@dt-color-chart-categorical-09-hover: #AF0032;
|
|
191
|
+
@dt-color-chart-categorical-09-selected: #FF1356;
|
|
192
|
+
@dt-color-chart-neutral: #87807B;
|
|
193
|
+
@dt-color-chart-neutral-hover: #AAA4A1;
|
|
194
|
+
@dt-color-chart-neutral-selected: #E0DCD9;
|
|
195
|
+
@dt-color-chart-accent: #296FA3;
|
|
196
|
+
@dt-color-chart-accent-hover: #3C89C3;
|
|
197
|
+
@dt-color-chart-accent-selected: #6EA6E2;
|
|
198
|
+
@dt-color-chart-positive: #008E52;
|
|
199
|
+
@dt-color-chart-positive-hover: #52C926;
|
|
200
|
+
@dt-color-chart-positive-selected: #D1FF76;
|
|
201
|
+
@dt-color-chart-critical: #93173A;
|
|
202
|
+
@dt-color-chart-critical-hover: #D90A45;
|
|
203
|
+
@dt-color-chart-critical-selected: #FF716F;
|
|
204
|
+
@dt-color-chart-warning: #815008;
|
|
205
|
+
@dt-color-chart-warning-hover: #EA8F07;
|
|
206
|
+
@dt-color-chart-warning-selected: #FFDB80;
|
|
207
|
+
@dt-color-chart-info: #1768C6;
|
|
208
|
+
@dt-color-chart-info-hover: #2C83D5;
|
|
209
|
+
@dt-color-chart-info-selected: #BDE8FF;
|
|
210
|
+
@dt-color-chart-brand: #6538F1;
|
|
211
|
+
@dt-color-chart-brand-hover: #7C52FF;
|
|
212
|
+
@dt-color-chart-brand-selected: #A38FF9;
|
|
213
|
+
@dt-color-chart-sequential-10: #ECF0F9; // Tenth color in sequential chart series, darkest shade.
|
|
214
|
+
@dt-color-chart-sequential-01: #052133; // First color in sequential chart series, lightest shade.
|
|
215
|
+
@dt-color-chart-sequential-01-hover: #143A52; // Hover state for first sequential chart color.
|
|
216
|
+
@dt-color-chart-sequential-01-selected: #3C89C3; // Selected state for first sequential chart color.
|
|
217
|
+
@dt-color-chart-sequential-02: #143A52; // Second color in sequential chart series, very light shade.
|
|
218
|
+
@dt-color-chart-sequential-02-hover: #296FA3; // Hover state for second sequential chart color.
|
|
219
|
+
@dt-color-chart-sequential-02-selected: #5699D7; // Selected state for second sequential chart color.
|
|
220
|
+
@dt-color-chart-sequential-03: #296FA3; // Third color in sequential chart series, light shade.
|
|
221
|
+
@dt-color-chart-sequential-03-hover: #3C89C3; // Hover state for third sequential chart color.
|
|
222
|
+
@dt-color-chart-sequential-03-selected: #6EA6E2; // Selected state for third sequential chart color.
|
|
223
|
+
@dt-color-chart-sequential-04: #3C89C3; // Fourth color in sequential chart series, light-medium shade.
|
|
224
|
+
@dt-color-chart-sequential-04-hover: #5699D7; // Hover state for fourth sequential chart color.
|
|
225
|
+
@dt-color-chart-sequential-04-selected: #8CBAEB; // Selected state for fourth sequential chart color.
|
|
226
|
+
@dt-color-chart-sequential-05: #5699D7; // Fifth color in sequential chart series, medium shade.
|
|
227
|
+
@dt-color-chart-sequential-05-hover: #6EA6E2; // Hover state for fifth sequential chart color.
|
|
228
|
+
@dt-color-chart-sequential-05-selected: #BED2F0; // Selected state for fifth sequential chart color.
|
|
229
|
+
@dt-color-chart-sequential-06: #6EA6E2; // Sixth color in sequential chart series, medium-dark shade.
|
|
230
|
+
@dt-color-chart-sequential-06-hover: #8CBAEB; // Hover state for sixth sequential chart color.
|
|
231
|
+
@dt-color-chart-sequential-06-selected: #ECF0F9; // Selected state for sixth sequential chart color.
|
|
232
|
+
@dt-color-chart-sequential-07: #8CBAEB; // Seventh color in sequential chart series, dark shade.
|
|
233
|
+
@dt-color-chart-sequential-07-hover: #BED2F0; // Hover state for seventh sequential chart color.
|
|
234
|
+
@dt-color-chart-sequential-07-selected: #F3F6FB; // Selected state for seventh sequential chart color.
|
|
235
|
+
@dt-color-chart-sequential-08: #BED2F0; // Eighth color in sequential chart series, very dark shade.
|
|
236
|
+
@dt-color-chart-sequential-08-hover: #D3E0F4; // Hover state for eighth sequential chart color.
|
|
237
|
+
@dt-color-chart-sequential-08-selected: #ECF0F9; // Selected state for eighth sequential chart color.
|
|
238
|
+
@dt-color-chart-sequential-09: #D3E0F4; // Ninth color in sequential chart series, extremely dark shade.
|
|
239
|
+
@dt-color-chart-sequential-09-hover: #ECF0F9; // Hover state for ninth sequential chart color.
|
|
240
|
+
@dt-color-chart-sequential-09-selected: #F3F6FB; // Selected state for ninth sequential chart color.
|
|
241
|
+
@dt-color-chart-sequential-10-hover: #F3F6FB; // Hover state for tenth sequential chart color.
|
|
242
|
+
@dt-color-chart-sequential-10-selected: #F3F6FB; // Selected state for tenth sequential chart color.
|
|
243
|
+
@dt-color-inputs-color-foreground-default: #E6E6E6;
|
|
244
|
+
@dt-color-action-color-background-base-primary-default: #BBA6FC;
|
|
245
|
+
@dt-color-action-color-background-base-primary-hover: #D3BCFF;
|
|
246
|
+
@dt-color-action-color-background-base-primary-active: #9071FC;
|
|
247
|
+
@dt-color-action-color-background-base-active: hsl(260 97.7% 16.9% / 0.3);
|
|
248
|
+
@dt-color-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
249
|
+
@dt-color-action-color-background-critical-primary-default: #FF716F;
|
|
250
|
+
@dt-color-action-color-background-critical-primary-hover: #FFABA4;
|
|
251
|
+
@dt-color-action-color-background-critical-primary-active: #D90A45;
|
|
252
|
+
@dt-color-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
253
|
+
@dt-color-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
254
|
+
@dt-color-action-color-background-muted-active: hsl(0 0% 90.2% / 0.3);
|
|
255
|
+
@dt-color-action-color-background-positive-primary-active: #AEFB3C;
|
|
256
|
+
@dt-color-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
257
|
+
@dt-color-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
258
|
+
@dt-color-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
259
|
+
@dt-color-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
260
|
+
@dt-color-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
261
|
+
@dt-color-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
262
|
+
@dt-color-theme-presence-color-background-available: #84EE0B;
|
|
263
|
+
@dt-color-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
264
|
+
@dt-color-theme-presence-color-background-busy: #FFBD48;
|
|
265
|
+
@dt-color-theme-mention-color-background-strong: #F5F0FF;
|
|
162
266
|
@dt-typography-body-md-font-family: -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.
|
|
163
267
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
164
268
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -376,7 +480,7 @@
|
|
|
376
480
|
@dt-inputs-font-weight-md: 400; // Font weight for medium inputs (e.g. input and textarea)
|
|
377
481
|
@dt-inputs-font-weight-lg: 400; // Font weight for large inputs (e.g. input and textarea)
|
|
378
482
|
@dt-inputs-font-weight-xl: 400; // Font weight for extra large inputs (e.g. input and textarea)
|
|
379
|
-
@dt-inputs-color-foreground-default: #
|
|
483
|
+
@dt-inputs-color-foreground-default: #C7C7C7;
|
|
380
484
|
@dt-inputs-color-foreground-placeholder: #B0B0B0;
|
|
381
485
|
@dt-inputs-color-foreground-disabled: #B0B0B0;
|
|
382
486
|
@dt-inputs-color-border-default: hsl(0 0% 100% / 0.22);
|
|
@@ -403,7 +507,7 @@
|
|
|
403
507
|
@dt-action-color-foreground-inverted-primary-default: #BBA6FC;
|
|
404
508
|
@dt-action-color-foreground-inverted-primary-hover: #D3BCFF;
|
|
405
509
|
@dt-action-color-foreground-inverted-primary-active: #D3BCFF;
|
|
406
|
-
@dt-action-color-foreground-muted-default: #
|
|
510
|
+
@dt-action-color-foreground-muted-default: #C7C7C7;
|
|
407
511
|
@dt-action-color-foreground-muted-hover: #E6E6E6;
|
|
408
512
|
@dt-action-color-foreground-muted-active: #E6E6E6;
|
|
409
513
|
@dt-action-color-foreground-disabled-default: #B0B0B0;
|
|
@@ -412,17 +516,17 @@
|
|
|
412
516
|
@dt-action-color-foreground-positive-active: #DBFFA9;
|
|
413
517
|
@dt-action-color-foreground-positive-primary-default: #000000;
|
|
414
518
|
@dt-action-color-background-base-default: transparent;
|
|
415
|
-
@dt-action-color-background-base-hover: hsl(
|
|
416
|
-
@dt-action-color-background-base-active: hsl(
|
|
417
|
-
@dt-action-color-background-base-primary-default: #
|
|
418
|
-
@dt-action-color-background-base-primary-hover: #
|
|
519
|
+
@dt-action-color-background-base-hover: hsl(260 97.7% 16.9% / 0.7);
|
|
520
|
+
@dt-action-color-background-base-active: hsl(260 97.7% 15% / 0.7);
|
|
521
|
+
@dt-action-color-background-base-primary-default: #9071FC;
|
|
522
|
+
@dt-action-color-background-base-primary-hover: #A38FF9;
|
|
419
523
|
@dt-action-color-background-base-primary-active: #BBA6FC;
|
|
420
524
|
@dt-action-color-background-critical-default: transparent;
|
|
421
525
|
@dt-action-color-background-critical-hover: hsl(343 72.9% 33.3% / 0.2);
|
|
422
|
-
@dt-action-color-background-critical-active: hsl(343 72.9%
|
|
423
|
-
@dt-action-color-background-critical-primary-default: #
|
|
424
|
-
@dt-action-color-background-critical-primary-hover: #
|
|
425
|
-
@dt-action-color-background-critical-primary-active: #
|
|
526
|
+
@dt-action-color-background-critical-active: hsl(343 72.9% 29.6% / 0.2);
|
|
527
|
+
@dt-action-color-background-critical-primary-default: #D90A45;
|
|
528
|
+
@dt-action-color-background-critical-primary-hover: #FF1356;
|
|
529
|
+
@dt-action-color-background-critical-primary-active: #FF415B;
|
|
426
530
|
@dt-action-color-background-inverted-default: transparent;
|
|
427
531
|
@dt-action-color-background-inverted-hover: hsl(0 0% 0% / 0.11);
|
|
428
532
|
@dt-action-color-background-inverted-active: hsl(0 0% 0% / 0.18);
|
|
@@ -431,14 +535,14 @@
|
|
|
431
535
|
@dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
432
536
|
@dt-action-color-background-muted-default: transparent;
|
|
433
537
|
@dt-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
434
|
-
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.
|
|
538
|
+
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.14);
|
|
435
539
|
@dt-action-color-background-disabled-default: hsl(0 0% 90.2% / 0.3);
|
|
436
540
|
@dt-action-color-background-positive-default: transparent;
|
|
437
541
|
@dt-action-color-background-positive-hover: hsl(155 100% 15.5% / 0.28);
|
|
438
|
-
@dt-action-color-background-positive-active: hsl(155 100%
|
|
542
|
+
@dt-action-color-background-positive-active: hsl(155 100% 10.9% / 0.28);
|
|
439
543
|
@dt-action-color-background-positive-primary-default: #AEFB3C; // Postive, accepting, or success actions.
|
|
440
544
|
@dt-action-color-background-positive-primary-hover: #D1FF76;
|
|
441
|
-
@dt-action-color-background-positive-primary-active:
|
|
545
|
+
@dt-action-color-background-positive-primary-active: hsl(80.1 100% 65.1%);
|
|
442
546
|
@dt-action-color-border-base-outlined-default: #BBA6FC;
|
|
443
547
|
@dt-action-color-border-critical-outlined-default: #FF716F;
|
|
444
548
|
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.18);
|
|
@@ -446,18 +550,18 @@
|
|
|
446
550
|
@dt-action-color-border-positive-outlined-default: #D1FF76;
|
|
447
551
|
@dt-theme-color-base: #E6E6E6;
|
|
448
552
|
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
449
|
-
@dt-theme-topbar-color-background: #
|
|
553
|
+
@dt-theme-topbar-color-background: #1F1F1F;
|
|
450
554
|
@dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
451
555
|
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
452
556
|
@dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
453
|
-
@dt-theme-topbar-field-color-background-hover: hsl(0 0%
|
|
557
|
+
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
454
558
|
@dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
455
559
|
@dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
456
560
|
@dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
457
561
|
@dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
458
562
|
@dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
459
563
|
@dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
460
|
-
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
564
|
+
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.05);
|
|
461
565
|
@dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
462
566
|
@dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
463
567
|
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
@@ -465,25 +569,81 @@
|
|
|
465
569
|
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
466
570
|
@dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
467
571
|
@dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
468
|
-
@dt-theme-sidebar-color-foreground: #
|
|
572
|
+
@dt-theme-sidebar-color-foreground: #C7C7C7;
|
|
469
573
|
@dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
470
|
-
@dt-theme-sidebar-color-background: #
|
|
471
|
-
@dt-theme-sidebar-icon-color-foreground: #
|
|
574
|
+
@dt-theme-sidebar-color-background: #1F1F1F;
|
|
575
|
+
@dt-theme-sidebar-icon-color-foreground: #C7C7C7;
|
|
472
576
|
@dt-theme-sidebar-status-color-foreground: #B0B0B0;
|
|
473
577
|
@dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
474
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.
|
|
578
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.11);
|
|
475
579
|
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
476
580
|
@dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
477
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.
|
|
581
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.09);
|
|
478
582
|
@dt-theme-sidebar-section-color-foreground: #B0B0B0;
|
|
479
583
|
@dt-theme-presence-color-background-available: #84EE0B;
|
|
480
584
|
@dt-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
481
585
|
@dt-theme-presence-color-background-busy: #FFBD48;
|
|
482
|
-
@dt-theme-presence-color-background-offline: #
|
|
586
|
+
@dt-theme-presence-color-background-offline: #808080;
|
|
483
587
|
@dt-theme-mention-color-foreground: #000000;
|
|
484
588
|
@dt-theme-mention-color-foreground-strong: #000000;
|
|
485
589
|
@dt-theme-mention-color-background: #BBA6FC;
|
|
486
|
-
@dt-theme-mention-color-background-strong: #
|
|
590
|
+
@dt-theme-mention-color-background-strong: #D3BCFF;
|
|
591
|
+
@dt-shell-base-color-surface: #1F1F1F;
|
|
592
|
+
@dt-shell-base-color-foreground: #E6E6E6;
|
|
593
|
+
@dt-shell-base-color-border: #E6E6E6;
|
|
594
|
+
@dt-shell-base-color-accent: #BBA6FC;
|
|
595
|
+
@dt-shell-base-color-status-positive: #84EE0B;
|
|
596
|
+
@dt-shell-base-color-status-critical: #FF415B;
|
|
597
|
+
@dt-shell-base-color-status-warning: #FFBD48;
|
|
598
|
+
@dt-shell-base-color-status-away: #808080;
|
|
599
|
+
@dt-shell-base-action-color-background-primary: #D4D4D4;
|
|
600
|
+
@dt-shell-base-action-color-background-secondary: #D4D4D4;
|
|
601
|
+
@dt-shell-base-action-color-background-muted: #D4D4D4;
|
|
602
|
+
@dt-shell-color-foreground-primary: #E6E6E6;
|
|
603
|
+
@dt-shell-color-foreground-secondary: hsl(0 0% 90.2% / 0.86);
|
|
604
|
+
@dt-shell-color-foreground-tertiary: hsl(0 0% 90.2% / 0.72);
|
|
605
|
+
@dt-shell-color-foreground-strong: hsl(0 0% 98%);
|
|
606
|
+
@dt-shell-color-foreground-muted: hsl(0 0% 90.2% / 0.6);
|
|
607
|
+
@dt-shell-color-foreground-disabled: hsl(0 0% 90.2% / 0.57);
|
|
608
|
+
@dt-shell-color-foreground-positive: #84EE0B;
|
|
609
|
+
@dt-shell-color-foreground-critical: hsl(352 100% 68.3%);
|
|
610
|
+
@dt-shell-color-foreground-warning: hsl(38.4 100% 69.5%);
|
|
611
|
+
@dt-shell-color-surface-default: #1F1F1F;
|
|
612
|
+
@dt-shell-color-border-subtle: hsl(0 0% 90.2% / 0.15);
|
|
613
|
+
@dt-shell-color-border-default: hsl(0 0% 90.2% / 0.18);
|
|
614
|
+
@dt-shell-color-border-base: #FFFFFF;
|
|
615
|
+
@dt-shell-action-color-foreground-primary-default: hsl(0 0% 90.2% / 0.86);
|
|
616
|
+
@dt-shell-action-color-foreground-secondary-default: hsl(0 0% 90.2% / 0.86);
|
|
617
|
+
@dt-shell-action-color-foreground-primary-strong: hsl(0 0% 98%);
|
|
618
|
+
@dt-shell-action-color-foreground-tertiary-default: hsl(0 0% 90.2% / 0.72);
|
|
619
|
+
@dt-shell-action-color-foreground-primary-disabled: hsl(0 0% 90.2% / 0.57);
|
|
620
|
+
@dt-shell-action-color-foreground-secondary-disabled: hsl(0 0% 90.2% / 0.57);
|
|
621
|
+
@dt-shell-action-color-foreground-muted-default: hsl(0 0% 90.2% / 0.6);
|
|
622
|
+
@dt-shell-action-color-foreground-muted-hover: hsl(0 0% 54.1% / 0.6);
|
|
623
|
+
@dt-shell-action-color-foreground-muted-active: hsl(0 0% 54.1% / 0.6);
|
|
624
|
+
@dt-shell-action-color-foreground-muted-selected: hsl(0 0% 36.1% / 0.6);
|
|
625
|
+
@dt-shell-action-color-background-primary-default: hsl(0 0% 83.1% / 0);
|
|
626
|
+
@dt-shell-action-color-background-primary-hover: hsl(0 0% 83.1% / 0.1);
|
|
627
|
+
@dt-shell-action-color-background-primary-active: hsl(0 0% 83.1% / 0.16);
|
|
628
|
+
@dt-shell-action-color-background-primary-selected: hsl(0 0% 83.1% / 0.13);
|
|
629
|
+
@dt-shell-action-color-background-secondary-default: hsl(0 0% 83.1% / 0);
|
|
630
|
+
@dt-shell-action-color-background-secondary-hover: hsl(0 0% 83.1% / 0.1);
|
|
631
|
+
@dt-shell-action-color-background-secondary-active: hsl(0 0% 83.1% / 0.16);
|
|
632
|
+
@dt-shell-action-color-background-secondary-selected: hsl(0 0% 83.1% / 0.13);
|
|
633
|
+
@dt-shell-action-color-background-muted-default: hsl(0 0% 83.1% / 0.05);
|
|
634
|
+
@dt-shell-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
|
|
635
|
+
@dt-shell-action-color-background-muted-active: hsl(0 0% 83.1% / 0.07);
|
|
636
|
+
@dt-shell-action-color-background-muted-selected: hsl(0 0% 83.1% / 0.07);
|
|
637
|
+
@dt-shell-mention-color-surface-primary: #BBA6FC;
|
|
638
|
+
@dt-shell-mention-color-surface-secondary: lch(90.3 16 298);
|
|
639
|
+
@dt-shell-mention-color-foreground-primary: #000000;
|
|
640
|
+
@dt-shell-mention-color-foreground-secondary: #171717;
|
|
641
|
+
@dt-shell-logo-color-star: #9071FC;
|
|
642
|
+
@dt-shell-logo-color-wordmark: #F9F6FF;
|
|
643
|
+
@dt-shell-presence-color-available: #84EE0B;
|
|
644
|
+
@dt-shell-presence-color-unavailable: #FF415B;
|
|
645
|
+
@dt-shell-presence-color-busy: #FFBD48;
|
|
646
|
+
@dt-shell-presence-color-offline: #808080;
|
|
487
647
|
@dt-avatar-color-foreground: #000000;
|
|
488
648
|
@dt-avatar-color-background-100: #1aa340;
|
|
489
649
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -512,7 +672,7 @@
|
|
|
512
672
|
@dt-badge-color-background-bulletin: #BBA6FC;
|
|
513
673
|
@dt-badge-color-background-bulletin-subtle: #3A1D95;
|
|
514
674
|
@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%);
|
|
515
|
-
@dt-badge-color-foreground-default: #
|
|
675
|
+
@dt-badge-color-foreground-default: #FFFFFF;
|
|
516
676
|
@dt-badge-color-foreground-bulletin: #000000;
|
|
517
677
|
@dt-badge-color-foreground-bulletin-subtle: hsl(0 0% 90.2%);
|
|
518
678
|
@dt-badge-color-foreground-ai: #ffffff;
|
|
@@ -563,6 +723,10 @@
|
|
|
563
723
|
@dt-icon-size-border-600: 0.25rem;
|
|
564
724
|
@dt-icon-size-border-700: 0.275rem;
|
|
565
725
|
@dt-icon-size-border-800: 0.35rem;
|
|
726
|
+
@dt-presence-color-available: #84EE0B;
|
|
727
|
+
@dt-presence-color-unavailable: #FF415B;
|
|
728
|
+
@dt-presence-color-busy: #FFBD48;
|
|
729
|
+
@dt-presence-color-offline: #808080;
|
|
566
730
|
@dt-radio-size-width: 1.6rem;
|
|
567
731
|
@dt-radio-size-height: 1.6rem;
|
|
568
732
|
@dt-radio-size-radius: 50%;
|
|
@@ -159,6 +159,87 @@
|
|
|
159
159
|
@dt-color-border-focus: #4AA9EA;
|
|
160
160
|
@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%);
|
|
161
161
|
@dt-color-border-accent: #FF1BA4;
|
|
162
|
+
@dt-color-chart-categorical-10: #35B7B1;
|
|
163
|
+
@dt-color-chart-categorical-10-hover: #2AA7A1;
|
|
164
|
+
@dt-color-chart-categorical-10-selected: #114D4A;
|
|
165
|
+
@dt-color-chart-categorical-01: #6538F1;
|
|
166
|
+
@dt-color-chart-categorical-01-hover: #5023DD;
|
|
167
|
+
@dt-color-chart-categorical-01-selected: #1D0155;
|
|
168
|
+
@dt-color-chart-categorical-02: #FC5EA0;
|
|
169
|
+
@dt-color-chart-categorical-02-hover: #FF1BA4;
|
|
170
|
+
@dt-color-chart-categorical-02-selected: #662251;
|
|
171
|
+
@dt-color-chart-categorical-03: #5FC4F9;
|
|
172
|
+
@dt-color-chart-categorical-03-hover: #3B96DF;
|
|
173
|
+
@dt-color-chart-categorical-03-selected: #003165;
|
|
174
|
+
@dt-color-chart-categorical-04: #FF9E0E;
|
|
175
|
+
@dt-color-chart-categorical-04-hover: #D57F00;
|
|
176
|
+
@dt-color-chart-categorical-04-selected: #533204;
|
|
177
|
+
@dt-color-chart-categorical-05: #52C926;
|
|
178
|
+
@dt-color-chart-categorical-05-hover: #2EA834;
|
|
179
|
+
@dt-color-chart-categorical-05-selected: #004F2E;
|
|
180
|
+
@dt-color-chart-categorical-06: #FB79F3;
|
|
181
|
+
@dt-color-chart-categorical-06-hover: #F745EE;
|
|
182
|
+
@dt-color-chart-categorical-06-selected: #BF05F0;
|
|
183
|
+
@dt-color-chart-categorical-07: #F66437;
|
|
184
|
+
@dt-color-chart-categorical-07-hover: #F44710;
|
|
185
|
+
@dt-color-chart-categorical-07-selected: #651E06;
|
|
186
|
+
@dt-color-chart-categorical-08: #CABF27;
|
|
187
|
+
@dt-color-chart-categorical-08-hover: #B6AC25;
|
|
188
|
+
@dt-color-chart-categorical-08-selected: #6A652A;
|
|
189
|
+
@dt-color-chart-categorical-09: #FF415B;
|
|
190
|
+
@dt-color-chart-categorical-09-hover: #FF1356;
|
|
191
|
+
@dt-color-chart-categorical-09-selected: #93173A;
|
|
192
|
+
@dt-color-chart-neutral: #CEC8C4; // Used for neutral or background elements in charts where no specific meaning is implied.
|
|
193
|
+
@dt-color-chart-neutral-hover: #AAA4A1; // Hover state for neutral chart elements.
|
|
194
|
+
@dt-color-chart-neutral-selected: #635F5D; // Selected state for neutral chart elements.
|
|
195
|
+
@dt-color-chart-accent: #6EA6E2; // Main accent color for highlighting important chart elements or primary data series.
|
|
196
|
+
@dt-color-chart-accent-hover: #5699D7; // Hover state for accent chart elements.
|
|
197
|
+
@dt-color-chart-accent-selected: #296FA3; // Selected state for accent chart elements.
|
|
198
|
+
@dt-color-chart-positive: #52C926; // Used for positive values, growth, or success indicators in charts, aka success.
|
|
199
|
+
@dt-color-chart-positive-hover: #2EA834; // Hover state for positive chart elements, aka success.
|
|
200
|
+
@dt-color-chart-positive-selected: #004F2E; // Selected state for positive chart elements, aka success.
|
|
201
|
+
@dt-color-chart-critical: #FF1356; // Used for negative values, errors, or critical indicators in charts, aka danger.
|
|
202
|
+
@dt-color-chart-critical-hover: #D90A45; // Hover state for critical chart elements, aka danger.
|
|
203
|
+
@dt-color-chart-critical-selected: #93173A; // Selected state for critical chart elements, aka danger.
|
|
204
|
+
@dt-color-chart-warning: #FF9E0E; // Used for cautionary or warning indicators in charts.
|
|
205
|
+
@dt-color-chart-warning-hover: #D57F00; // Hover state for warning chart elements.
|
|
206
|
+
@dt-color-chart-warning-selected: #815008; // Selected state for warning chart elements.
|
|
207
|
+
@dt-color-chart-info: #4AA9EA; // Used for informational or neutral data points in charts.
|
|
208
|
+
@dt-color-chart-info-hover: #2C83D5; // Hover state for info chart elements.
|
|
209
|
+
@dt-color-chart-info-selected: #003165; // Selected state for info chart elements.
|
|
210
|
+
@dt-color-chart-brand: #7C52FF; // Used for brand-related data or to highlight company-specific information in charts.
|
|
211
|
+
@dt-color-chart-brand-hover: #6538F1; // Hover state for brand chart elements.
|
|
212
|
+
@dt-color-chart-brand-selected: #3A1D95; // Selected state for brand chart elements.
|
|
213
|
+
@dt-color-chart-sequential-10: #052133; // Tenth color in sequential chart series, darkest shade.
|
|
214
|
+
@dt-color-chart-sequential-01: #ECF0F9; // First color in sequential chart series, lightest shade.
|
|
215
|
+
@dt-color-chart-sequential-01-hover: #D3E0F4; // Hover state for first sequential chart color.
|
|
216
|
+
@dt-color-chart-sequential-01-selected: #8CBAEB; // Selected state for first sequential chart color.
|
|
217
|
+
@dt-color-chart-sequential-02: #D3E0F4; // Second color in sequential chart series, very light shade.
|
|
218
|
+
@dt-color-chart-sequential-02-hover: #BED2F0; // Hover state for second sequential chart color.
|
|
219
|
+
@dt-color-chart-sequential-02-selected: #6EA6E2; // Selected state for second sequential chart color.
|
|
220
|
+
@dt-color-chart-sequential-03: #BED2F0; // Third color in sequential chart series, light shade.
|
|
221
|
+
@dt-color-chart-sequential-03-hover: #8CBAEB; // Hover state for third sequential chart color.
|
|
222
|
+
@dt-color-chart-sequential-03-selected: #5699D7; // Selected state for third sequential chart color.
|
|
223
|
+
@dt-color-chart-sequential-04: #8CBAEB; // Fourth color in sequential chart series, light-medium shade.
|
|
224
|
+
@dt-color-chart-sequential-04-hover: #6EA6E2; // Hover state for fourth sequential chart color.
|
|
225
|
+
@dt-color-chart-sequential-04-selected: #3C89C3; // Selected state for fourth sequential chart color.
|
|
226
|
+
@dt-color-chart-sequential-05: #6EA6E2; // Fifth color in sequential chart series, medium shade.
|
|
227
|
+
@dt-color-chart-sequential-05-hover: #5699D7; // Hover state for fifth sequential chart color.
|
|
228
|
+
@dt-color-chart-sequential-05-selected: #296FA3; // Selected state for fifth sequential chart color.
|
|
229
|
+
@dt-color-chart-sequential-06: #5699D7; // Sixth color in sequential chart series, medium-dark shade.
|
|
230
|
+
@dt-color-chart-sequential-06-hover: #3C89C3; // Hover state for sixth sequential chart color.
|
|
231
|
+
@dt-color-chart-sequential-06-selected: #052133; // Selected state for sixth sequential chart color.
|
|
232
|
+
@dt-color-chart-sequential-07: #3C89C3; // Seventh color in sequential chart series, dark shade.
|
|
233
|
+
@dt-color-chart-sequential-07-hover: #296FA3; // Hover state for seventh sequential chart color.
|
|
234
|
+
@dt-color-chart-sequential-07-selected: #00131F; // Selected state for seventh sequential chart color.
|
|
235
|
+
@dt-color-chart-sequential-08: #296FA3; // Eighth color in sequential chart series, very dark shade.
|
|
236
|
+
@dt-color-chart-sequential-08-hover: #143A52; // Hover state for eighth sequential chart color.
|
|
237
|
+
@dt-color-chart-sequential-08-selected: #052133; // Selected state for eighth sequential chart color.
|
|
238
|
+
@dt-color-chart-sequential-09: #143A52; // Ninth color in sequential chart series, extremely dark shade.
|
|
239
|
+
@dt-color-chart-sequential-09-hover: #052133; // Hover state for ninth sequential chart color.
|
|
240
|
+
@dt-color-chart-sequential-09-selected: #00131F; // Selected state for ninth sequential chart color.
|
|
241
|
+
@dt-color-chart-sequential-10-hover: #00131F; // Hover state for tenth sequential chart color.
|
|
242
|
+
@dt-color-chart-sequential-10-selected: #00131F; // Selected state for tenth sequential chart color.
|
|
162
243
|
@dt-typography-body-md-font-family: -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.
|
|
163
244
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
164
245
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -477,13 +558,68 @@
|
|
|
477
558
|
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
|
|
478
559
|
@dt-theme-sidebar-section-color-foreground: #535353;
|
|
479
560
|
@dt-theme-presence-color-background-available: #52C926;
|
|
480
|
-
@dt-theme-presence-color-background-busy-unavailable: #
|
|
481
|
-
@dt-theme-presence-color-background-busy: #
|
|
482
|
-
@dt-theme-presence-color-background-offline: #
|
|
561
|
+
@dt-theme-presence-color-background-busy-unavailable: #AF0032;
|
|
562
|
+
@dt-theme-presence-color-background-busy: #D57F00;
|
|
563
|
+
@dt-theme-presence-color-background-offline: #808080;
|
|
483
564
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
484
565
|
@dt-theme-mention-color-foreground-strong: #F9F9F9;
|
|
485
566
|
@dt-theme-mention-color-background: #7C52FF;
|
|
486
567
|
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
568
|
+
@dt-shell-base-color-surface: #F9F9F9;
|
|
569
|
+
@dt-shell-base-color-foreground: #1C1C1C;
|
|
570
|
+
@dt-shell-base-color-border: #1C1C1C;
|
|
571
|
+
@dt-shell-base-color-accent: #7C52FF;
|
|
572
|
+
@dt-shell-base-color-status-positive: #52C926;
|
|
573
|
+
@dt-shell-base-color-status-critical: #AF0032;
|
|
574
|
+
@dt-shell-base-color-status-warning: #D57F00;
|
|
575
|
+
@dt-shell-base-color-status-away: #808080;
|
|
576
|
+
@dt-shell-base-action-color-background-primary: #252525;
|
|
577
|
+
@dt-shell-base-action-color-background-secondary: #252525;
|
|
578
|
+
@dt-shell-base-action-color-background-muted: #252525;
|
|
579
|
+
@dt-shell-color-foreground-primary: #1C1C1C;
|
|
580
|
+
@dt-shell-color-foreground-secondary: hsl(0 0% 11% / 0.86);
|
|
581
|
+
@dt-shell-color-foreground-tertiary: hsl(0 0% 11% / 0.72);
|
|
582
|
+
@dt-shell-color-foreground-strong: hsl(0 0% 11%);
|
|
583
|
+
@dt-shell-color-foreground-muted: hsl(0 0% 11% / 0.6);
|
|
584
|
+
@dt-shell-color-foreground-disabled: hsl(0 0% 11% / 0.57);
|
|
585
|
+
@dt-shell-color-foreground-positive: hsl(104 68.2% 39.8%);
|
|
586
|
+
@dt-shell-color-foreground-critical: hsl(343 100% 27.5%);
|
|
587
|
+
@dt-shell-color-foreground-warning: hsl(35.8 100% 31.3%);
|
|
588
|
+
@dt-shell-color-surface-default: #F9F9F9;
|
|
589
|
+
@dt-shell-color-border-subtle: hsl(0 0% 11% / 0.1);
|
|
590
|
+
@dt-shell-color-border-default: hsl(0 0% 11% / 0.17);
|
|
591
|
+
@dt-shell-action-color-foreground-primary-default: hsl(0 0% 11% / 0.86);
|
|
592
|
+
@dt-shell-action-color-foreground-secondary-default: hsl(0 0% 11% / 0.86);
|
|
593
|
+
@dt-shell-action-color-foreground-primary-strong: hsl(0 0% 11%);
|
|
594
|
+
@dt-shell-action-color-foreground-tertiary-default: hsl(0 0% 11% / 0.72);
|
|
595
|
+
@dt-shell-action-color-foreground-primary-disabled: hsl(0 0% 11% / 0.57);
|
|
596
|
+
@dt-shell-action-color-foreground-secondary-disabled: hsl(0 0% 11% / 0.57);
|
|
597
|
+
@dt-shell-action-color-foreground-muted-default: hsl(0 0% 11% / 0.6);
|
|
598
|
+
@dt-shell-action-color-foreground-muted-hover: hsl(0 0% 6.6% / 0.6);
|
|
599
|
+
@dt-shell-action-color-foreground-muted-active: hsl(0 0% 6.6% / 0.6);
|
|
600
|
+
@dt-shell-action-color-foreground-muted-selected: hsl(0 0% 4.4% / 0.6);
|
|
601
|
+
@dt-shell-action-color-background-primary-default: hsl(0 0% 14.5% / 0);
|
|
602
|
+
@dt-shell-action-color-background-primary-hover: hsl(0 0% 14.5% / 0.1);
|
|
603
|
+
@dt-shell-action-color-background-primary-active: hsl(0 0% 14.5% / 0.16);
|
|
604
|
+
@dt-shell-action-color-background-primary-selected: hsl(0 0% 14.5% / 0.13);
|
|
605
|
+
@dt-shell-action-color-background-secondary-default: hsl(0 0% 14.5% / 0);
|
|
606
|
+
@dt-shell-action-color-background-secondary-hover: hsl(0 0% 14.5% / 0.1);
|
|
607
|
+
@dt-shell-action-color-background-secondary-active: hsl(0 0% 14.5% / 0.16);
|
|
608
|
+
@dt-shell-action-color-background-secondary-selected: hsl(0 0% 14.5% / 0.13);
|
|
609
|
+
@dt-shell-action-color-background-muted-default: hsl(0 0% 14.5% / 0.05);
|
|
610
|
+
@dt-shell-action-color-background-muted-hover: hsl(0 0% 14.5% / 0.1);
|
|
611
|
+
@dt-shell-action-color-background-muted-active: hsl(0 0% 14.5% / 0.07);
|
|
612
|
+
@dt-shell-action-color-background-muted-selected: hsl(0 0% 14.5% / 0.07);
|
|
613
|
+
@dt-shell-mention-color-surface-primary: #7C52FF;
|
|
614
|
+
@dt-shell-mention-color-surface-secondary: hsl(255 100% 29.7%);
|
|
615
|
+
@dt-shell-mention-color-foreground-primary: #ffffff;
|
|
616
|
+
@dt-shell-mention-color-foreground-secondary: #F9F9F9;
|
|
617
|
+
@dt-shell-logo-color-star: #7C52FF;
|
|
618
|
+
@dt-shell-logo-color-wordmark: #10022C;
|
|
619
|
+
@dt-shell-presence-color-available: #52C926;
|
|
620
|
+
@dt-shell-presence-color-unavailable: #AF0032;
|
|
621
|
+
@dt-shell-presence-color-busy: #D57F00;
|
|
622
|
+
@dt-shell-presence-color-offline: #808080;
|
|
487
623
|
@dt-avatar-color-foreground: #000000;
|
|
488
624
|
@dt-avatar-color-background-100: #1aa340;
|
|
489
625
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -563,6 +699,10 @@
|
|
|
563
699
|
@dt-icon-size-border-600: 0.25rem;
|
|
564
700
|
@dt-icon-size-border-700: 0.275rem;
|
|
565
701
|
@dt-icon-size-border-800: 0.35rem;
|
|
702
|
+
@dt-presence-color-available: #2EA834;
|
|
703
|
+
@dt-presence-color-unavailable: #D90A45;
|
|
704
|
+
@dt-presence-color-busy: #FF9E0E;
|
|
705
|
+
@dt-presence-color-offline: #808080;
|
|
566
706
|
@dt-radio-size-width: 1.6rem;
|
|
567
707
|
@dt-radio-size-height: 1.6rem;
|
|
568
708
|
@dt-radio-size-radius: 50%;
|