@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.
|
|
@@ -24,51 +24,51 @@
|
|
|
24
24
|
@dt-color-foreground-success-inverted: #008E52;
|
|
25
25
|
@dt-color-foreground-success-strong-inverted: #004F2E;
|
|
26
26
|
@dt-color-foreground-warning-inverted: #815008;
|
|
27
|
-
@dt-color-link-primary: #
|
|
28
|
-
@dt-color-link-primary-hover: #
|
|
27
|
+
@dt-color-link-primary: #BBA6FC;
|
|
28
|
+
@dt-color-link-primary-hover: #D3BCFF;
|
|
29
29
|
@dt-color-link-critical: #FF716F;
|
|
30
30
|
@dt-color-link-critical-hover: #FFABA4;
|
|
31
31
|
@dt-color-link-success: #AEFB3C; // positive
|
|
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;
|
|
39
|
-
@dt-color-link-primary-inverted: #
|
|
40
|
-
@dt-color-link-primary-inverted-hover: #
|
|
39
|
+
@dt-color-link-primary-inverted: #7C52FF;
|
|
40
|
+
@dt-color-link-primary-inverted-hover: #5023DD;
|
|
41
41
|
@dt-color-link-critical-inverted: #FF1356;
|
|
42
42
|
@dt-color-link-critical-inverted-hover: #640823;
|
|
43
43
|
@dt-color-link-success-inverted: #008E52;
|
|
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.
|
|
60
60
|
@dt-color-surface-info: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
61
|
-
@dt-color-surface-brand: #
|
|
61
|
+
@dt-color-surface-brand: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
62
62
|
@dt-color-surface-critical-subtle: hsl(343 100% 5.49%);
|
|
63
63
|
@dt-color-surface-warning-subtle: #2C1B02;
|
|
64
64
|
@dt-color-surface-success-subtle: hsl(155 95% 3.92%);
|
|
65
65
|
@dt-color-surface-info-subtle: hsl(211 100% 4.82%);
|
|
66
|
-
@dt-color-surface-brand-subtle: #
|
|
66
|
+
@dt-color-surface-brand-subtle: #10022C; // A softer version of the default informational surface.
|
|
67
67
|
@dt-color-surface-critical-strong: #FF716F;
|
|
68
68
|
@dt-color-surface-warning-strong: #FFDB80;
|
|
69
69
|
@dt-color-surface-success-strong: #AEFB3C;
|
|
70
70
|
@dt-color-surface-info-strong: #4AA9EA;
|
|
71
|
-
@dt-color-surface-brand-strong: #
|
|
71
|
+
@dt-color-surface-brand-strong: #BBA6FC;
|
|
72
72
|
@dt-color-surface-primary-opaque: hsl(0 0% 9.02% / 0.9);
|
|
73
73
|
@dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.03);
|
|
74
74
|
@dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.18);
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
@dt-color-surface-warning-opaque: hsl(35.7 88.3% 26.9% / 0.55);
|
|
80
80
|
@dt-color-surface-success-opaque: hsl(155 100% 15.5% / 0.28);
|
|
81
81
|
@dt-color-surface-info-opaque: hsl(211 100% 8.04% / 0.4);
|
|
82
|
-
@dt-color-surface-brand-opaque: hsl(
|
|
82
|
+
@dt-color-surface-brand-opaque: hsl(260 97.7% 16.9% / 0.7);
|
|
83
83
|
@dt-color-surface-critical-subtle-opaque: hsl(344 93.1% 5.69% / 0.6);
|
|
84
84
|
@dt-color-surface-warning-subtle-opaque: hsl(35.7 91.3% 9.02% / 0.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
|
-
@dt-color-surface-brand-subtle-opaque: hsl(
|
|
88
|
-
@dt-color-surface-primary-inverted: #
|
|
87
|
+
@dt-color-surface-brand-subtle-opaque: hsl(260 91.3% 9.02% / 0.65);
|
|
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;
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
@dt-color-surface-warning-inverted: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
96
96
|
@dt-color-surface-success-inverted: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
97
97
|
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
98
|
-
@dt-color-surface-brand-inverted: #
|
|
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.
|
|
107
107
|
@dt-color-surface-info-strong-inverted: #1768C6;
|
|
108
|
-
@dt-color-surface-brand-strong-inverted: #
|
|
108
|
+
@dt-color-surface-brand-strong-inverted: #7C52FF;
|
|
109
109
|
@dt-color-surface-primary-opaque-inverted: hsl(0 0% 100% / 0.85); // Secondary surface as opaque background color.
|
|
110
110
|
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 0% / 0.04);
|
|
111
111
|
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 0% / 0.11);
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
@dt-color-surface-warning-opaque-inverted: hsl(46.1 100% 80.6% / 0.5);
|
|
117
117
|
@dt-color-surface-success-opaque-inverted: hsl(85.1 100% 83.1% / 0.3); // Success surface as opaque background color.
|
|
118
118
|
@dt-color-surface-info-opaque-inverted: hsl(210 61.5% 94.9% / 0.6); // Info surface as opaque background color.
|
|
119
|
-
@dt-color-surface-brand-opaque-inverted: hsl(
|
|
119
|
+
@dt-color-surface-brand-opaque-inverted: hsl(260 100% 97.1% / 0.8); // Info surface as opaque background color.
|
|
120
120
|
@dt-color-surface-critical-subtle-opaque-inverted: hsl(358 100% 94.9% / 0.8);
|
|
121
121
|
@dt-color-surface-warning-subtle-opaque-inverted: hsl(48.5 100% 94.9% / 0.7); // Warning subtle surface as opaque background color
|
|
122
122
|
@dt-color-surface-success-subtle-opaque-inverted: hsl(111 53.8% 97.5% / 0.66); // Success subtle surface as opaque background color.
|
|
123
123
|
@dt-color-surface-info-subtle-opaque-inverted: hsl(210 66.7% 97.6% / 0.66); // Info surface as opaque background color.
|
|
124
|
-
@dt-color-surface-brand-subtle-opaque-inverted: hsl(
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 100% 98.2% / 0.66); // Info surface as opaque background color.
|
|
125
125
|
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
126
126
|
@dt-color-surface-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%);
|
|
127
127
|
@dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
@@ -131,15 +131,15 @@
|
|
|
131
131
|
@dt-color-border-critical: #FF716F;
|
|
132
132
|
@dt-color-border-success: #D1FF76;
|
|
133
133
|
@dt-color-border-warning: #FFDB80;
|
|
134
|
-
@dt-color-border-brand: #
|
|
134
|
+
@dt-color-border-brand: #BBA6FC;
|
|
135
135
|
@dt-color-border-critical-subtle: #93173A;
|
|
136
136
|
@dt-color-border-success-subtle: #52C926;
|
|
137
137
|
@dt-color-border-warning-subtle: #FF9E0E;
|
|
138
|
-
@dt-color-border-brand-subtle: #
|
|
138
|
+
@dt-color-border-brand-subtle: #7C52FF;
|
|
139
139
|
@dt-color-border-critical-strong: #FFABA4;
|
|
140
140
|
@dt-color-border-success-strong: #AEFB3C;
|
|
141
141
|
@dt-color-border-warning-strong: #FFE89C;
|
|
142
|
-
@dt-color-border-brand-strong: #
|
|
142
|
+
@dt-color-border-brand-strong: #D3BCFF;
|
|
143
143
|
@dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
144
144
|
@dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
145
145
|
@dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
@@ -147,18 +147,122 @@
|
|
|
147
147
|
@dt-color-border-critical-inverted: #FF1356;
|
|
148
148
|
@dt-color-border-success-inverted: #31B237;
|
|
149
149
|
@dt-color-border-warning-inverted: #FF9E0E;
|
|
150
|
-
@dt-color-border-brand-inverted: #
|
|
150
|
+
@dt-color-border-brand-inverted: #7C52FF;
|
|
151
151
|
@dt-color-border-critical-subtle-inverted: #FF716F;
|
|
152
152
|
@dt-color-border-success-subtle-inverted: #D1FF76;
|
|
153
153
|
@dt-color-border-warning-subtle-inverted: #FFDB80;
|
|
154
|
-
@dt-color-border-brand-subtle-inverted: #
|
|
154
|
+
@dt-color-border-brand-subtle-inverted: #BBA6FC;
|
|
155
155
|
@dt-color-border-critical-strong-inverted: #93173A;
|
|
156
156
|
@dt-color-border-success-strong-inverted: #004F2E;
|
|
157
157
|
@dt-color-border-warning-strong-inverted: #D57F00;
|
|
158
|
-
@dt-color-border-brand-strong-inverted: #
|
|
158
|
+
@dt-color-border-brand-strong-inverted: #5023DD;
|
|
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);
|
|
@@ -389,9 +493,9 @@
|
|
|
389
493
|
@dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.03);
|
|
390
494
|
@dt-inputs-color-background-focus: #171717;
|
|
391
495
|
@dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.18);
|
|
392
|
-
@dt-action-color-foreground-base-default: #
|
|
393
|
-
@dt-action-color-foreground-base-hover: #
|
|
394
|
-
@dt-action-color-foreground-base-active: #
|
|
496
|
+
@dt-action-color-foreground-base-default: #BBA6FC;
|
|
497
|
+
@dt-action-color-foreground-base-hover: #D3BCFF;
|
|
498
|
+
@dt-action-color-foreground-base-active: #D3BCFF;
|
|
395
499
|
@dt-action-color-foreground-base-primary-default: #000000;
|
|
396
500
|
@dt-action-color-foreground-critical-default: #FF716F;
|
|
397
501
|
@dt-action-color-foreground-critical-hover: #FFABA4;
|
|
@@ -400,10 +504,10 @@
|
|
|
400
504
|
@dt-action-color-foreground-inverted-default: #000000;
|
|
401
505
|
@dt-action-color-foreground-inverted-hover: #000000;
|
|
402
506
|
@dt-action-color-foreground-inverted-active: #000000;
|
|
403
|
-
@dt-action-color-foreground-inverted-primary-default: #
|
|
404
|
-
@dt-action-color-foreground-inverted-primary-hover: #
|
|
405
|
-
@dt-action-color-foreground-inverted-primary-active: #
|
|
406
|
-
@dt-action-color-foreground-muted-default: #
|
|
507
|
+
@dt-action-color-foreground-inverted-primary-default: #BBA6FC;
|
|
508
|
+
@dt-action-color-foreground-inverted-primary-hover: #D3BCFF;
|
|
509
|
+
@dt-action-color-foreground-inverted-primary-active: #D3BCFF;
|
|
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,52 +516,52 @@
|
|
|
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: #
|
|
419
|
-
@dt-action-color-background-base-primary-active: #
|
|
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;
|
|
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);
|
|
429
|
-
@dt-action-color-background-inverted-primary-default: #
|
|
430
|
-
@dt-action-color-background-inverted-primary-hover: #
|
|
431
|
-
@dt-action-color-background-inverted-primary-active: #
|
|
533
|
+
@dt-action-color-background-inverted-primary-default: #171717;
|
|
534
|
+
@dt-action-color-background-inverted-primary-hover: #1D0155;
|
|
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:
|
|
442
|
-
@dt-action-color-border-base-outlined-default: #
|
|
545
|
+
@dt-action-color-background-positive-primary-active: hsl(80.1 100% 65.1%);
|
|
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);
|
|
445
549
|
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.22);
|
|
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
|
-
@dt-theme-mention-color-background: #
|
|
486
|
-
@dt-theme-mention-color-background-strong: #
|
|
589
|
+
@dt-theme-mention-color-background: #BBA6FC;
|
|
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: #F49AC8;
|
|
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: #F49AC8;
|
|
638
|
+
@dt-shell-mention-color-surface-secondary: lch(90.9 14 347);
|
|
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;
|
|
@@ -509,10 +669,10 @@
|
|
|
509
669
|
@dt-badge-color-background-success: #004F2E;
|
|
510
670
|
@dt-badge-color-background-warning: #533204;
|
|
511
671
|
@dt-badge-color-background-critical: #640823;
|
|
512
|
-
@dt-badge-color-background-bulletin: #
|
|
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;
|
|
@@ -543,8 +703,8 @@
|
|
|
543
703
|
@dt-checkbox-size-radius: 0.4rem;
|
|
544
704
|
@dt-checkbox-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
545
705
|
@dt-checkbox-color-border-unchecked-hover: hsl(0 0% 100% / 0.5);
|
|
546
|
-
@dt-checkbox-color-border-checked: #
|
|
547
|
-
@dt-checkbox-color-background-checked: #
|
|
706
|
+
@dt-checkbox-color-border-checked: #BBA6FC;
|
|
707
|
+
@dt-checkbox-color-background-checked: #BBA6FC;
|
|
548
708
|
@dt-checkbox-color-foreground-default: transparent;
|
|
549
709
|
@dt-checkbox-color-foreground-checked: #000000;
|
|
550
710
|
@dt-icon-size-100: 12px;
|
|
@@ -563,12 +723,16 @@
|
|
|
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%;
|
|
569
733
|
@dt-radio-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
570
734
|
@dt-radio-color-border-unchecked-hover: hsl(0 0% 100% / 0.5);
|
|
571
|
-
@dt-radio-color-border-checked: #
|
|
572
|
-
@dt-radio-color-background-checked: #
|
|
735
|
+
@dt-radio-color-border-checked: #BBA6FC;
|
|
736
|
+
@dt-radio-color-background-checked: #BBA6FC;
|
|
573
737
|
@dt-radio-color-foreground-default: transparent;
|
|
574
738
|
@dt-radio-color-foreground-checked: #000000;
|