@dialpad/dialtone 9.105.0 → 9.106.0-rebrand-2025-beta.2
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/README.md +0 -1
- package/dist/css/dialtone-default-theme.css +6306 -1549
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +1849 -195
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
- package/dist/css/tokens/tokens-base-dark.css +526 -161
- package/dist/css/tokens/tokens-base-deca-dark.css +98 -48
- package/dist/css/tokens/tokens-base-deca-light.css +94 -44
- package/dist/css/tokens/tokens-base-light.css +493 -128
- package/dist/css/tokens/tokens-debug-base.css +368 -3
- package/dist/css/tokens/tokens-debug-dp.css +1027 -669
- package/dist/css/tokens/tokens-deca-dark.css +797 -768
- package/dist/css/tokens/tokens-deca-light.css +736 -707
- package/dist/css/tokens/tokens-dp-dark.css +1275 -917
- package/dist/css/tokens/tokens-dp-light.css +1331 -973
- package/dist/css/tokens/tokens-expressive-dark.css +1275 -917
- package/dist/css/tokens/tokens-expressive-light.css +1328 -970
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1275 -917
- package/dist/css/tokens/tokens-expressive-sm-light.css +1328 -970
- package/dist/css/tokens/tokens-tmo-dark.css +1431 -1073
- package/dist/css/tokens/tokens-tmo-light.css +1473 -1115
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +526 -161
- package/dist/tokens/css/tokens-base-deca-dark.css +98 -48
- package/dist/tokens/css/tokens-base-deca-light.css +94 -44
- package/dist/tokens/css/tokens-base-light.css +493 -128
- package/dist/tokens/css/tokens-debug-base.css +368 -3
- package/dist/tokens/css/tokens-debug-dp.css +1027 -669
- package/dist/tokens/css/tokens-deca-dark.css +797 -768
- package/dist/tokens/css/tokens-deca-light.css +736 -707
- package/dist/tokens/css/tokens-dp-dark.css +1275 -917
- package/dist/tokens/css/tokens-dp-light.css +1331 -973
- package/dist/tokens/css/tokens-expressive-dark.css +1275 -917
- package/dist/tokens/css/tokens-expressive-light.css +1328 -970
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1275 -917
- package/dist/tokens/css/tokens-expressive-sm-light.css +1328 -970
- package/dist/tokens/css/tokens-tmo-dark.css +1431 -1073
- package/dist/tokens/css/tokens-tmo-light.css +1473 -1115
- package/dist/tokens/doc.json +88610 -68384
- package/dist/tokens/less/tokens-base-dark.less +99 -46
- package/dist/tokens/less/tokens-base-deca-dark.less +23 -15
- package/dist/tokens/less/tokens-base-deca-light.less +22 -14
- package/dist/tokens/less/tokens-base-light.less +90 -37
- package/dist/tokens/less/tokens-deca-dark.less +187 -182
- package/dist/tokens/less/tokens-deca-light.less +178 -173
- package/dist/tokens/less/tokens-dp-dark.less +239 -187
- package/dist/tokens/less/tokens-dp-light.less +237 -185
- package/dist/tokens/less/tokens-expressive-dark.less +262 -210
- package/dist/tokens/less/tokens-expressive-light.less +260 -208
- package/dist/tokens/less/tokens-expressive-sm-dark.less +262 -210
- package/dist/tokens/less/tokens-expressive-sm-light.less +260 -208
- package/dist/tokens/less/tokens-tmo-dark.less +259 -207
- package/dist/tokens/less/tokens-tmo-light.less +250 -198
- package/dist/tokens/themes/chunks/tokens-base-dark-BjqCt8ke.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-DtZ_Inhl.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-CIQSO1H9.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-Cll0VrKT.js +1 -0
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +2 -2
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +2 -2
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +3 -3
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +3 -3
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +3 -3
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +2 -2
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-base-dark.json +99 -46
- package/dist/tokens/tokens-base-deca-dark.json +20 -12
- package/dist/tokens/tokens-base-deca-light.json +19 -11
- package/dist/tokens/tokens-base-light.json +90 -37
- package/dist/tokens/tokens-deca-dark.json +184 -179
- package/dist/tokens/tokens-deca-light.json +176 -171
- package/dist/tokens/tokens-dp-dark.json +223 -171
- package/dist/tokens/tokens-dp-light.json +234 -182
- package/dist/tokens/tokens-expressive-dark.json +246 -194
- package/dist/tokens/tokens-expressive-light.json +257 -205
- package/dist/tokens/tokens-expressive-sm-dark.json +246 -194
- package/dist/tokens/tokens-expressive-sm-light.json +257 -205
- package/dist/tokens/tokens-tmo-dark.json +248 -196
- package/dist/tokens/tokens-tmo-light.json +245 -193
- package/dist/vue2/components/pagination/pagination.vue.cjs +2 -2
- package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -1
- package/dist/vue2/components/pagination/pagination.vue.js +2 -2
- package/dist/vue2/components/pagination/pagination.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/components/pagination/pagination.vue.cjs +2 -2
- package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -1
- package/dist/vue3/components/pagination/pagination.vue.js +2 -2
- package/dist/vue3/components/pagination/pagination.vue.js.map +1 -1
- package/package.json +3 -3
- package/dist/css/fonts/Archivo-Bold.woff2 +0 -0
- package/dist/css/fonts/Archivo-Regular.woff2 +0 -0
- package/dist/css/fonts/Archivo-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
|
@@ -2,161 +2,163 @@
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
3
|
|
|
4
4
|
@dt-size-border-focus: 0.3rem;
|
|
5
|
-
@dt-color-foreground-primary: #
|
|
6
|
-
@dt-color-foreground-secondary: #
|
|
7
|
-
@dt-color-foreground-tertiary: #
|
|
8
|
-
@dt-color-foreground-muted: hsl(
|
|
9
|
-
@dt-color-foreground-placeholder: #
|
|
10
|
-
@dt-color-foreground-disabled: #
|
|
11
|
-
@dt-color-foreground-critical: #
|
|
5
|
+
@dt-color-foreground-primary: #1D1C1B;
|
|
6
|
+
@dt-color-foreground-secondary: #3F3D3C;
|
|
7
|
+
@dt-color-foreground-tertiary: #635F5D;
|
|
8
|
+
@dt-color-foreground-muted: hsl(30 10% 3.92% / 0.55);
|
|
9
|
+
@dt-color-foreground-placeholder: #87807B;
|
|
10
|
+
@dt-color-foreground-disabled: #87807B;
|
|
11
|
+
@dt-color-foreground-critical: #D90A45; // Expresses an error, danger, or otherwise critical state.
|
|
12
12
|
@dt-color-foreground-critical-strong: #AF0032; // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
|
|
13
13
|
@dt-color-foreground-success: #008E52; // Indicates a positive state.
|
|
14
14
|
@dt-color-foreground-success-strong: #004F2E; // Indicates a strong positive state on surfaces that require a stronger contrast.
|
|
15
15
|
@dt-color-foreground-warning: #815008; // Indicates information that requires user’s attention and further action may be necessary.
|
|
16
|
-
@dt-color-foreground-primary-inverted: #
|
|
17
|
-
@dt-color-foreground-secondary-inverted: #
|
|
18
|
-
@dt-color-foreground-tertiary-inverted: #
|
|
19
|
-
@dt-color-foreground-muted-inverted: hsl(
|
|
20
|
-
@dt-color-foreground-placeholder-inverted: #
|
|
21
|
-
@dt-color-foreground-disabled-inverted: #
|
|
22
|
-
@dt-color-foreground-critical-inverted: #
|
|
23
|
-
@dt-color-foreground-critical-strong-inverted: #
|
|
16
|
+
@dt-color-foreground-primary-inverted: #F2F0EE;
|
|
17
|
+
@dt-color-foreground-secondary-inverted: #E0DCD9;
|
|
18
|
+
@dt-color-foreground-tertiary-inverted: #CEC8C4;
|
|
19
|
+
@dt-color-foreground-muted-inverted: hsl(30 13.3% 94.1% / 0.7);
|
|
20
|
+
@dt-color-foreground-placeholder-inverted: #AAA4A1;
|
|
21
|
+
@dt-color-foreground-disabled-inverted: #AAA4A1;
|
|
22
|
+
@dt-color-foreground-critical-inverted: #FF716F; // Critical text that sits on high-contrast surfaces or backgrounds
|
|
23
|
+
@dt-color-foreground-critical-strong-inverted: #FFABA4; // Critical strong text that sits on high-contrast surfaces or backgrounds
|
|
24
24
|
@dt-color-foreground-success-inverted: #AEFB3C; // Success text that sits on high-contrast surfaces or backgrounds
|
|
25
25
|
@dt-color-foreground-success-strong-inverted: #DBFFA9; // Success strong text that sits on high-contrast surfaces or backgrounds
|
|
26
26
|
@dt-color-foreground-warning-inverted: #FF9E0E; // Warning text that sits on high-contrast surfaces or backgrounds
|
|
27
27
|
@dt-color-link-primary: #7C52FF;
|
|
28
|
-
@dt-color-link-critical: #FF1356;
|
|
29
|
-
@dt-color-link-success: #008E52; // positive
|
|
30
|
-
@dt-color-link-warning: #815008;
|
|
31
|
-
@dt-color-link-muted: #3A3A3A;
|
|
32
|
-
@dt-color-link-disabled: #808080;
|
|
33
|
-
@dt-color-link-primary-inverted: #C2A3FF;
|
|
34
|
-
@dt-color-link-critical-inverted: #FFABA4;
|
|
35
|
-
@dt-color-link-success-inverted: #AEFB3C;
|
|
36
|
-
@dt-color-link-warning-inverted: #FF9E0E;
|
|
37
|
-
@dt-color-link-muted-inverted: #E9E9E9;
|
|
38
|
-
@dt-color-link-disabled-inverted: #AAAAAA;
|
|
39
28
|
@dt-color-link-primary-hover: #5023DD;
|
|
29
|
+
@dt-color-link-critical: #D90A45;
|
|
40
30
|
@dt-color-link-critical-hover: #AF0032;
|
|
31
|
+
@dt-color-link-success: #008E52; // positive
|
|
41
32
|
@dt-color-link-success-hover: #004F2E;
|
|
33
|
+
@dt-color-link-warning: #815008;
|
|
42
34
|
@dt-color-link-warning-hover: #533204;
|
|
43
|
-
@dt-color-link-muted
|
|
44
|
-
@dt-color-link-
|
|
45
|
-
@dt-color-link-
|
|
46
|
-
@dt-color-link-
|
|
35
|
+
@dt-color-link-muted: #3F3D3C;
|
|
36
|
+
@dt-color-link-muted-hover: #1D1C1B;
|
|
37
|
+
@dt-color-link-disabled: #87807B;
|
|
38
|
+
@dt-color-link-disabled-hover: #87807B;
|
|
39
|
+
@dt-color-link-primary-inverted: #BBA6FC;
|
|
40
|
+
@dt-color-link-primary-inverted-hover: #D3BCFF;
|
|
41
|
+
@dt-color-link-critical-inverted: #FF716F;
|
|
42
|
+
@dt-color-link-critical-inverted-hover: #FFABA4;
|
|
43
|
+
@dt-color-link-success-inverted: #AEFB3C;
|
|
47
44
|
@dt-color-link-success-inverted-hover: #DBFFA9;
|
|
45
|
+
@dt-color-link-warning-inverted: #FF9E0E;
|
|
48
46
|
@dt-color-link-warning-inverted-hover: #FFDB80;
|
|
47
|
+
@dt-color-link-muted-inverted: #E0DCD9;
|
|
49
48
|
@dt-color-link-muted-inverted-hover: #F9F9F9;
|
|
50
|
-
@dt-color-link-disabled-inverted
|
|
51
|
-
@dt-color-
|
|
52
|
-
@dt-color-surface-moderate-opaque: hsl(0 0% 11% / 0.1); // Moderate surface as opaque background color.
|
|
53
|
-
@dt-color-surface-bold-opaque: hsl(0 0% 11% / 0.19); // Bold surface as opaque background color.
|
|
54
|
-
@dt-color-surface-strong-opaque: hsl(0 0% 11% / 0.76); // Strong surface as opaque background color.
|
|
55
|
-
@dt-color-surface-contrast-opaque: hsl(0 0% 11% / 0.94); // Contrast surface as opaque background color.
|
|
56
|
-
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
57
|
-
@dt-color-surface-critical-opaque: hsl(4.62 100% 82.2% / 0.31); // Critical surface as opaque background color.
|
|
58
|
-
@dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
|
|
59
|
-
@dt-color-surface-warning-opaque: hsl(46.1 100% 80.6% / 0.5); // Warning surface as opaque background color
|
|
60
|
-
@dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
|
|
61
|
-
@dt-color-surface-success-opaque: hsl(85.1 100% 83.1% / 0.25); // Success surface as opaque background color.
|
|
62
|
-
@dt-color-surface-success-subtle-opaque: hsl(111 53.8% 94.9% / 0.5); // Success subtle surface as opaque background color.
|
|
63
|
-
@dt-color-surface-info-opaque: hsl(201 100% 87.1% / 0.35); // Info surface as opaque background color.
|
|
64
|
-
@dt-color-surface-info-subtle-opaque: hsl(210 61.5% 94.9% / 0.5); // Info surface as opaque background color.
|
|
49
|
+
@dt-color-link-disabled-inverted: #AAA4A1;
|
|
50
|
+
@dt-color-link-disabled-inverted-hover: #AAA4A1;
|
|
65
51
|
@dt-color-surface-primary: #ffffff; // Default surface color for the majority of surfaces.
|
|
66
|
-
@dt-color-surface-secondary: #
|
|
67
|
-
@dt-color-surface-moderate: #
|
|
68
|
-
@dt-color-surface-bold: #
|
|
69
|
-
@dt-color-surface-strong: #
|
|
70
|
-
@dt-color-surface-contrast: #
|
|
52
|
+
@dt-color-surface-secondary: #F2F0EE;
|
|
53
|
+
@dt-color-surface-moderate: #E0DCD9;
|
|
54
|
+
@dt-color-surface-bold: #CEC8C4;
|
|
55
|
+
@dt-color-surface-strong: #635F5D;
|
|
56
|
+
@dt-color-surface-contrast: #282624;
|
|
71
57
|
@dt-color-surface-critical: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
72
|
-
@dt-color-surface-critical-subtle: #FFF2F3; // A softer version of the Critical surface.
|
|
73
|
-
@dt-color-surface-critical-strong: #D90A45; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
74
58
|
@dt-color-surface-warning: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
75
|
-
@dt-color-surface-warning-subtle: #fffae5; // A softer version of the default warning surface.
|
|
76
|
-
@dt-color-surface-warning-strong: #FFBD48; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
77
59
|
@dt-color-surface-success: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
78
|
-
@dt-color-surface-success-subtle: #f6fcf5; // A softer version of the default success surface.
|
|
79
|
-
@dt-color-surface-success-strong: #008E52; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
80
60
|
@dt-color-surface-info: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
61
|
+
@dt-color-surface-brand: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
62
|
+
@dt-color-surface-critical-subtle: #FFF2F3; // A softer version of the Critical surface.
|
|
63
|
+
@dt-color-surface-warning-subtle: #fffae5; // A softer version of the default warning surface.
|
|
64
|
+
@dt-color-surface-success-subtle: #f6fcf5; // A softer version of the default success surface.
|
|
81
65
|
@dt-color-surface-info-subtle: #f5f9fd; // A softer version of the default informational surface.
|
|
66
|
+
@dt-color-surface-brand-subtle: #f9f6ff; // A softer version of the default informational surface.
|
|
67
|
+
@dt-color-surface-critical-strong: #D90A45; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
68
|
+
@dt-color-surface-warning-strong: #FFBD48; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
69
|
+
@dt-color-surface-success-strong: #008E52; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
82
70
|
@dt-color-surface-info-strong: #1768C6; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
83
|
-
@dt-color-surface-
|
|
84
|
-
@dt-color-surface-
|
|
85
|
-
@dt-color-surface-
|
|
86
|
-
@dt-color-surface-
|
|
87
|
-
@dt-color-surface-
|
|
88
|
-
@dt-color-surface-
|
|
71
|
+
@dt-color-surface-brand-strong: #7C52FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
72
|
+
@dt-color-surface-primary-opaque: hsl(0 0% 100% / 0.96); // Primary surface as opaque background color.
|
|
73
|
+
@dt-color-surface-secondary-opaque: hsl(30 3.57% 11% / 0.06);
|
|
74
|
+
@dt-color-surface-moderate-opaque: hsl(24 9.26% 78.8% / 0.66);
|
|
75
|
+
@dt-color-surface-bold-opaque: hsl(20 5.03% 64.9% / 0.6);
|
|
76
|
+
@dt-color-surface-strong-opaque: hsl(20 2.44% 24.1% / 0.82);
|
|
77
|
+
@dt-color-surface-contrast-opaque: hsl(30 3.57% 11% / 0.95);
|
|
78
|
+
@dt-color-surface-critical-opaque: hsl(4.62 100% 82.2% / 0.31); // Critical surface as opaque background color.
|
|
79
|
+
@dt-color-surface-warning-opaque: hsl(46.1 100% 80.6% / 0.5); // Warning surface as opaque background color
|
|
80
|
+
@dt-color-surface-success-opaque: hsl(85.1 100% 83.1% / 0.25); // Success surface as opaque background color.
|
|
81
|
+
@dt-color-surface-info-opaque: hsl(201 100% 87.1% / 0.35); // Info surface as opaque background color.
|
|
82
|
+
@dt-color-surface-brand-opaque: hsl(261 100% 86.9% / 0.27); // Info surface as opaque background color.
|
|
83
|
+
@dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
|
|
84
|
+
@dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
|
|
85
|
+
@dt-color-surface-success-subtle-opaque: hsl(111 53.8% 94.9% / 0.5); // Success subtle surface as opaque background color.
|
|
86
|
+
@dt-color-surface-info-subtle-opaque: hsl(210 61.5% 94.9% / 0.5); // Info surface as opaque background color.
|
|
87
|
+
@dt-color-surface-brand-subtle-opaque: hsl(261 100% 86.9% / 0.2); // Info surface as opaque background color.
|
|
88
|
+
@dt-color-surface-primary-inverted: #0B0A09;
|
|
89
|
+
@dt-color-surface-secondary-inverted: #282624;
|
|
90
|
+
@dt-color-surface-moderate-inverted: #3F3D3C;
|
|
91
|
+
@dt-color-surface-bold-inverted: #635F5D;
|
|
92
|
+
@dt-color-surface-strong-inverted: #AAA4A1;
|
|
93
|
+
@dt-color-surface-contrast-inverted: #F2F0EE;
|
|
89
94
|
@dt-color-surface-critical-inverted: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
90
|
-
@dt-color-surface-critical-subtle-inverted: #1C0108; // A softer version of the Critical surface.
|
|
91
|
-
@dt-color-surface-critical-strong-inverted: #FF716F; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
92
95
|
@dt-color-surface-warning-inverted: #2C1B02; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
93
|
-
@dt-color-surface-warning-subtle-inverted: #201301; // A softer version of the default warning surface.
|
|
94
|
-
@dt-color-surface-warning-strong-inverted: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
95
96
|
@dt-color-surface-success-inverted: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
96
|
-
@dt-color-surface-success-subtle-inverted: #00150D; // A softer version of the default success surface.
|
|
97
|
-
@dt-color-surface-success-strong-inverted: #AEFB3C; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
98
97
|
@dt-color-surface-info-inverted: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
99
|
-
@dt-color-surface-brand: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
100
98
|
@dt-color-surface-brand-inverted: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
99
|
+
@dt-color-surface-critical-subtle-inverted: #1C0108; // A softer version of the Critical surface.
|
|
100
|
+
@dt-color-surface-warning-subtle-inverted: #201301; // A softer version of the default warning surface.
|
|
101
|
+
@dt-color-surface-success-subtle-inverted: #00150D; // A softer version of the default success surface.
|
|
101
102
|
@dt-color-surface-info-subtle-inverted: #010B16; // A softer version of the default informational surface.
|
|
102
|
-
@dt-color-surface-brand-subtle: #
|
|
103
|
-
@dt-color-surface-
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #10022C; // A softer version of the default informational surface.
|
|
104
|
+
@dt-color-surface-critical-strong-inverted: #FF716F; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
105
|
+
@dt-color-surface-warning-strong-inverted: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
106
|
+
@dt-color-surface-success-strong-inverted: #AEFB3C; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
104
107
|
@dt-color-surface-info-strong-inverted: #4AA9EA; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
105
|
-
@dt-color-surface-brand-strong: #
|
|
106
|
-
@dt-color-surface-
|
|
107
|
-
@dt-color-surface-
|
|
108
|
-
@dt-color-surface-
|
|
109
|
-
@dt-color-surface-
|
|
110
|
-
@dt-color-surface-
|
|
111
|
-
@dt-color-surface-
|
|
112
|
-
@dt-color-surface-contrast-opaque-inverted: hsl(0 0% 100% / 0.97); // Contrast surface as opaque background color.
|
|
108
|
+
@dt-color-surface-brand-strong-inverted: #BBA6FC; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
109
|
+
@dt-color-surface-primary-opaque-inverted: hsl(30 10% 3.92% / 0.85); // Secondary surface as opaque background color.
|
|
110
|
+
@dt-color-surface-secondary-opaque-inverted: hsl(20 2.44% 24.1% / 0.55);
|
|
111
|
+
@dt-color-surface-moderate-opaque-inverted: hsl(20 3.13% 37.6% / 0.6);
|
|
112
|
+
@dt-color-surface-bold-opaque-inverted: hsl(25 4.76% 50.6% / 0.72);
|
|
113
|
+
@dt-color-surface-strong-opaque-inverted: hsl(24 9.26% 78.8% / 0.81);
|
|
114
|
+
@dt-color-surface-contrast-opaque-inverted: hsl(30 12.5% 96.9% / 0.96);
|
|
113
115
|
@dt-color-surface-critical-opaque-inverted: hsl(342 85.2% 21.2% / 0.5); // Critical surface as opaque background color.
|
|
114
|
-
@dt-color-surface-critical-subtle-opaque-inverted: hsl(344 93.1% 5.69% / 0.6); // Critical subtle surface as opaque background color.
|
|
115
116
|
@dt-color-surface-warning-opaque-inverted: hsl(34.9 90.8% 17.1% / 0.35); // Warning surface as opaque background color
|
|
116
|
-
@dt-color-surface-warning-subtle-opaque-inverted: hsl(34.8 93.9% 6.47% / 0.7); // Warning subtle surface as opaque background color
|
|
117
117
|
@dt-color-surface-success-opaque-inverted: hsl(155 100% 15.5% / 0.3); // Success surface as opaque background color.
|
|
118
|
-
@dt-color-surface-success-subtle-opaque-inverted: hsl(157 100% 4.12% / 0.66); // Success subtle surface as opaque background color.
|
|
119
118
|
@dt-color-surface-info-opaque-inverted: hsl(211 100% 8.04% / 0.6); // Info surface as opaque background color.
|
|
120
|
-
@dt-color-surface-brand-opaque: hsl(260 100% 89% / 0.27); // Info surface as opaque background color.
|
|
121
119
|
@dt-color-surface-brand-opaque-inverted: hsl(260 97.7% 16.9% / 0.8); // Info surface as opaque background color.
|
|
120
|
+
@dt-color-surface-critical-subtle-opaque-inverted: hsl(344 93.1% 5.69% / 0.6); // Critical subtle surface as opaque background color.
|
|
121
|
+
@dt-color-surface-warning-subtle-opaque-inverted: hsl(34.8 93.9% 6.47% / 0.7); // Warning subtle surface as opaque background color
|
|
122
|
+
@dt-color-surface-success-subtle-opaque-inverted: hsl(157 100% 4.12% / 0.66); // Success subtle surface as opaque background color.
|
|
122
123
|
@dt-color-surface-info-subtle-opaque-inverted: hsl(211 91.3% 4.51% / 0.66); // Info surface as opaque background color.
|
|
123
|
-
@dt-color-surface-brand-subtle-opaque: hsl(260
|
|
124
|
-
@dt-color-surface-
|
|
125
|
-
@dt-color-
|
|
126
|
-
@dt-color-border-
|
|
127
|
-
@dt-color-border-
|
|
128
|
-
@dt-color-border-
|
|
129
|
-
@dt-color-border-
|
|
130
|
-
@dt-color-border-
|
|
131
|
-
@dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.35);
|
|
132
|
-
@dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
133
|
-
@dt-color-border-focus: #2C83D5;
|
|
134
|
-
@dt-color-border-critical: #FF1356;
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 91.3% 9.02% / 0.66); // Info surface as opaque background color.
|
|
125
|
+
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
126
|
+
@dt-color-surface-ai: linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%);
|
|
127
|
+
@dt-color-border-subtle: lch(10.4 0.93 70.2 / 0.11);
|
|
128
|
+
@dt-color-border-default: hsl(30 3.57% 11% / 0.17);
|
|
129
|
+
@dt-color-border-moderate: hsl(30 3.57% 11% / 0.3);
|
|
130
|
+
@dt-color-border-bold: hsl(30 3.57% 11% / 0.5);
|
|
131
|
+
@dt-color-border-critical: #D90A45;
|
|
135
132
|
@dt-color-border-success: #2EA834;
|
|
136
133
|
@dt-color-border-warning: #FF9E0E;
|
|
137
134
|
@dt-color-border-brand: #7C52FF;
|
|
138
|
-
@dt-color-border-ai: linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%);
|
|
139
|
-
@dt-color-border-accent: #FF1BA4;
|
|
140
135
|
@dt-color-border-critical-subtle: #FF716F;
|
|
141
|
-
@dt-color-border-critical-strong: #93173A;
|
|
142
136
|
@dt-color-border-success-subtle: #D1FF76;
|
|
143
|
-
@dt-color-border-success-strong: #004F2E;
|
|
144
137
|
@dt-color-border-warning-subtle: #FFDB80;
|
|
138
|
+
@dt-color-border-brand-subtle: #BBA6FC;
|
|
139
|
+
@dt-color-border-critical-strong: #93173A;
|
|
140
|
+
@dt-color-border-success-strong: #004F2E;
|
|
145
141
|
@dt-color-border-warning-strong: #D57F00;
|
|
146
|
-
@dt-color-border-brand-subtle: #C2A3FF;
|
|
147
142
|
@dt-color-border-brand-strong: #5023DD;
|
|
143
|
+
@dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.12);
|
|
144
|
+
@dt-color-border-default-inverted: hsl(0 0% 100% / 0.2);
|
|
145
|
+
@dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.35);
|
|
146
|
+
@dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
148
147
|
@dt-color-border-critical-inverted: #FF716F;
|
|
149
148
|
@dt-color-border-success-inverted: #52C926;
|
|
150
149
|
@dt-color-border-warning-inverted: #EA8F07;
|
|
151
|
-
@dt-color-border-brand-inverted: #
|
|
150
|
+
@dt-color-border-brand-inverted: #A38FF9;
|
|
152
151
|
@dt-color-border-critical-subtle-inverted: #640823;
|
|
153
|
-
@dt-color-border-critical-strong-inverted: #FFABA4;
|
|
154
152
|
@dt-color-border-success-subtle-inverted: #004F2E;
|
|
155
|
-
@dt-color-border-success-strong-inverted: #84EE0B;
|
|
156
153
|
@dt-color-border-warning-subtle-inverted: #815008;
|
|
157
|
-
@dt-color-border-warning-strong-inverted: #FFDB80;
|
|
158
154
|
@dt-color-border-brand-subtle-inverted: #7C52FF;
|
|
159
|
-
@dt-color-border-
|
|
155
|
+
@dt-color-border-critical-strong-inverted: #FFABA4;
|
|
156
|
+
@dt-color-border-success-strong-inverted: #84EE0B;
|
|
157
|
+
@dt-color-border-warning-strong-inverted: #FFDB80;
|
|
158
|
+
@dt-color-border-brand-strong-inverted: #D3BCFF;
|
|
159
|
+
@dt-color-border-focus: #2C83D5;
|
|
160
|
+
@dt-color-border-ai: linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%);
|
|
161
|
+
@dt-color-border-accent: #FF1BA4;
|
|
160
162
|
@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.
|
|
161
163
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
162
164
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -374,43 +376,44 @@
|
|
|
374
376
|
@dt-inputs-font-weight-md: 400; // Font weight for medium inputs (e.g. input and textarea)
|
|
375
377
|
@dt-inputs-font-weight-lg: 400; // Font weight for large inputs (e.g. input and textarea)
|
|
376
378
|
@dt-inputs-font-weight-xl: 400; // Font weight for extra large inputs (e.g. input and textarea)
|
|
377
|
-
@dt-inputs-color-foreground-default: #
|
|
378
|
-
@dt-inputs-color-foreground-placeholder: #
|
|
379
|
-
@dt-inputs-color-foreground-disabled: #
|
|
380
|
-
@dt-inputs-color-border-default: hsl(
|
|
379
|
+
@dt-inputs-color-foreground-default: #3F3D3C;
|
|
380
|
+
@dt-inputs-color-foreground-placeholder: #87807B;
|
|
381
|
+
@dt-inputs-color-foreground-disabled: #87807B;
|
|
382
|
+
@dt-inputs-color-border-default: hsl(30 3.57% 11% / 0.17);
|
|
383
|
+
@dt-inputs-color-border-hover: hsl(30 3.57% 11% / 0.3);
|
|
381
384
|
@dt-inputs-color-border-focus: #2C83D5;
|
|
382
|
-
@dt-inputs-color-border-critical: #
|
|
385
|
+
@dt-inputs-color-border-critical: #D90A45;
|
|
383
386
|
@dt-inputs-color-border-success: #2EA834;
|
|
384
387
|
@dt-inputs-color-border-warning: #FF9E0E;
|
|
385
388
|
@dt-inputs-color-border-disabled: transparent;
|
|
386
|
-
@dt-inputs-color-background-default: hsl(
|
|
389
|
+
@dt-inputs-color-background-default: hsl(30 3.57% 11% / 0.06);
|
|
387
390
|
@dt-inputs-color-background-focus: #F9F9F9;
|
|
388
|
-
@dt-inputs-color-background-disabled: hsl(
|
|
391
|
+
@dt-inputs-color-background-disabled: hsl(24 9.26% 78.8% / 0.66);
|
|
389
392
|
@dt-action-color-foreground-base-default: #7C52FF;
|
|
390
393
|
@dt-action-color-foreground-base-hover: #5023DD;
|
|
391
394
|
@dt-action-color-foreground-base-active: #5023DD;
|
|
392
395
|
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
393
|
-
@dt-action-color-foreground-critical-default: #
|
|
396
|
+
@dt-action-color-foreground-critical-default: #D90A45;
|
|
394
397
|
@dt-action-color-foreground-critical-hover: #AF0032;
|
|
395
398
|
@dt-action-color-foreground-critical-active: #AF0032;
|
|
396
399
|
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
397
|
-
@dt-action-color-foreground-inverted-default: #
|
|
398
|
-
@dt-action-color-foreground-inverted-hover: #
|
|
399
|
-
@dt-action-color-foreground-inverted-active: #
|
|
400
|
+
@dt-action-color-foreground-inverted-default: #F2F0EE;
|
|
401
|
+
@dt-action-color-foreground-inverted-hover: #F2F0EE;
|
|
402
|
+
@dt-action-color-foreground-inverted-active: #F2F0EE;
|
|
400
403
|
@dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
401
404
|
@dt-action-color-foreground-inverted-primary-hover: #5023DD;
|
|
402
405
|
@dt-action-color-foreground-inverted-primary-active: #5023DD;
|
|
403
|
-
@dt-action-color-foreground-muted-default: #
|
|
404
|
-
@dt-action-color-foreground-muted-hover: #
|
|
405
|
-
@dt-action-color-foreground-muted-active: #
|
|
406
|
-
@dt-action-color-foreground-disabled-default: #
|
|
406
|
+
@dt-action-color-foreground-muted-default: #3F3D3C;
|
|
407
|
+
@dt-action-color-foreground-muted-hover: #1D1C1B;
|
|
408
|
+
@dt-action-color-foreground-muted-active: #1D1C1B;
|
|
409
|
+
@dt-action-color-foreground-disabled-default: #87807B;
|
|
407
410
|
@dt-action-color-foreground-positive-default: #008E52;
|
|
408
411
|
@dt-action-color-foreground-positive-hover: #004F2E;
|
|
409
412
|
@dt-action-color-foreground-positive-active: #004F2E;
|
|
410
413
|
@dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
411
414
|
@dt-action-color-background-base-default: transparent;
|
|
412
|
-
@dt-action-color-background-base-hover: hsl(
|
|
413
|
-
@dt-action-color-background-base-active: hsl(
|
|
415
|
+
@dt-action-color-background-base-hover: hsl(261 100% 86.9% / 0.27);
|
|
416
|
+
@dt-action-color-background-base-active: hsl(261 100% 77.3% / 0.27);
|
|
414
417
|
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
415
418
|
@dt-action-color-background-base-primary-hover: #6538F1;
|
|
416
419
|
@dt-action-color-background-base-primary-active: #5023DD;
|
|
@@ -421,15 +424,15 @@
|
|
|
421
424
|
@dt-action-color-background-critical-primary-hover: #D90A45;
|
|
422
425
|
@dt-action-color-background-critical-primary-active: #AF0032;
|
|
423
426
|
@dt-action-color-background-inverted-default: transparent;
|
|
424
|
-
@dt-action-color-background-inverted-hover:
|
|
425
|
-
@dt-action-color-background-inverted-active:
|
|
427
|
+
@dt-action-color-background-inverted-hover: hsl(20 3.13% 37.6% / 0.6);
|
|
428
|
+
@dt-action-color-background-inverted-active: hsl(25 4.76% 50.6% / 0.72);
|
|
426
429
|
@dt-action-color-background-inverted-primary-default: #F9F9F9;
|
|
427
430
|
@dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
428
|
-
@dt-action-color-background-inverted-primary-active: #
|
|
431
|
+
@dt-action-color-background-inverted-primary-active: #D3BCFF;
|
|
429
432
|
@dt-action-color-background-muted-default: transparent;
|
|
430
|
-
@dt-action-color-background-muted-hover: hsl(
|
|
431
|
-
@dt-action-color-background-muted-active: hsl(
|
|
432
|
-
@dt-action-color-background-disabled-default: hsl(
|
|
433
|
+
@dt-action-color-background-muted-hover: hsl(24 9.26% 78.8% / 0.66);
|
|
434
|
+
@dt-action-color-background-muted-active: hsl(24 9.26% 78.8% / 0.14);
|
|
435
|
+
@dt-action-color-background-disabled-default: hsl(20 5.03% 64.9% / 0.6);
|
|
433
436
|
@dt-action-color-background-positive-default: transparent;
|
|
434
437
|
@dt-action-color-background-positive-hover: hsl(85.1 100% 83.1% / 0.25);
|
|
435
438
|
@dt-action-color-background-positive-active: hsl(85.1 100% 58.2% / 0.25);
|
|
@@ -437,47 +440,47 @@
|
|
|
437
440
|
@dt-action-color-background-positive-primary-hover: #008E52;
|
|
438
441
|
@dt-action-color-background-positive-primary-active: hsl(155 100% 24.8%);
|
|
439
442
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
440
|
-
@dt-action-color-border-critical-outlined-default: #
|
|
443
|
+
@dt-action-color-border-critical-outlined-default: #D90A45;
|
|
441
444
|
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.2);
|
|
442
|
-
@dt-action-color-border-muted-outlined-default: hsl(
|
|
443
|
-
@dt-theme-color-base: #
|
|
444
|
-
@dt-theme-topbar-color-foreground: hsl(
|
|
445
|
-
@dt-theme-topbar-color-background: #
|
|
446
|
-
@dt-theme-topbar-field-color-foreground: hsl(
|
|
447
|
-
@dt-theme-topbar-field-color-foreground-hover: hsl(
|
|
448
|
-
@dt-theme-topbar-field-color-background: hsl(
|
|
445
|
+
@dt-action-color-border-muted-outlined-default: hsl(30 3.57% 11% / 0.17);
|
|
446
|
+
@dt-theme-color-base: #1D1C1B;
|
|
447
|
+
@dt-theme-topbar-color-foreground: hsl(30 3.57% 11% / 0.8);
|
|
448
|
+
@dt-theme-topbar-color-background: #F2F0EE;
|
|
449
|
+
@dt-theme-topbar-field-color-foreground: hsl(30 3.57% 11% / 0.5);
|
|
450
|
+
@dt-theme-topbar-field-color-foreground-hover: hsl(30 3.57% 11% / 0.75);
|
|
451
|
+
@dt-theme-topbar-field-color-background: hsl(30 3.57% 11% / 0.05);
|
|
449
452
|
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
450
|
-
@dt-theme-topbar-field-color-border: hsl(
|
|
451
|
-
@dt-theme-topbar-field-color-border-hover: hsl(
|
|
452
|
-
@dt-theme-topbar-field-color-border-active: hsl(
|
|
453
|
-
@dt-theme-topbar-button-color-foreground: hsl(
|
|
454
|
-
@dt-theme-topbar-button-color-foreground-hover: #
|
|
455
|
-
@dt-theme-topbar-button-color-background: hsl(
|
|
456
|
-
@dt-theme-topbar-button-color-background-hover: hsl(
|
|
457
|
-
@dt-theme-topbar-button-color-background-active: hsl(
|
|
458
|
-
@dt-theme-topbar-profile-color-foreground: hsl(
|
|
459
|
-
@dt-theme-topbar-profile-color-foreground-inverted: hsl(
|
|
460
|
-
@dt-theme-topbar-profile-color-background: hsl(
|
|
461
|
-
@dt-theme-topbar-profile-color-background-inverted: hsl(
|
|
462
|
-
@dt-theme-topbar-profile-color-background-hover: hsl(
|
|
463
|
-
@dt-theme-topbar-profile-color-background-active: hsl(
|
|
464
|
-
@dt-theme-sidebar-color-foreground: #
|
|
465
|
-
@dt-theme-sidebar-color-foreground-unread: #
|
|
466
|
-
@dt-theme-sidebar-color-background: #
|
|
467
|
-
@dt-theme-sidebar-icon-color-foreground: #
|
|
468
|
-
@dt-theme-sidebar-status-color-foreground: #
|
|
469
|
-
@dt-theme-sidebar-row-color-background: hsl(
|
|
470
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(
|
|
471
|
-
@dt-theme-sidebar-row-color-background-active: hsl(
|
|
472
|
-
@dt-theme-sidebar-selected-row-color-foreground: #
|
|
473
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(
|
|
474
|
-
@dt-theme-sidebar-section-color-foreground: #
|
|
453
|
+
@dt-theme-topbar-field-color-border: hsl(30 3.57% 11% / 0);
|
|
454
|
+
@dt-theme-topbar-field-color-border-hover: hsl(30 3.57% 11% / 0.1);
|
|
455
|
+
@dt-theme-topbar-field-color-border-active: hsl(30 3.57% 11% / 0.2);
|
|
456
|
+
@dt-theme-topbar-button-color-foreground: hsl(30 3.57% 11% / 0.65);
|
|
457
|
+
@dt-theme-topbar-button-color-foreground-hover: #1D1C1B;
|
|
458
|
+
@dt-theme-topbar-button-color-background: hsl(30 3.57% 11% / 0);
|
|
459
|
+
@dt-theme-topbar-button-color-background-hover: hsl(30 3.57% 11% / 0.05);
|
|
460
|
+
@dt-theme-topbar-button-color-background-active: hsl(30 3.57% 11% / 0.1);
|
|
461
|
+
@dt-theme-topbar-profile-color-foreground: hsl(30 3.57% 11% / 0.8);
|
|
462
|
+
@dt-theme-topbar-profile-color-foreground-inverted: hsl(30 13.3% 94.1% / 0.75);
|
|
463
|
+
@dt-theme-topbar-profile-color-background: hsl(30 3.57% 11% / 0.05);
|
|
464
|
+
@dt-theme-topbar-profile-color-background-inverted: hsl(30 3.57% 11% / 0.75);
|
|
465
|
+
@dt-theme-topbar-profile-color-background-hover: hsl(30 3.57% 11% / 0.1);
|
|
466
|
+
@dt-theme-topbar-profile-color-background-active: hsl(30 3.57% 11% / 0.14);
|
|
467
|
+
@dt-theme-sidebar-color-foreground: #3F3D3C;
|
|
468
|
+
@dt-theme-sidebar-color-foreground-unread: #1D1C1B;
|
|
469
|
+
@dt-theme-sidebar-color-background: #F2F0EE;
|
|
470
|
+
@dt-theme-sidebar-icon-color-foreground: #3F3D3C;
|
|
471
|
+
@dt-theme-sidebar-status-color-foreground: #635F5D;
|
|
472
|
+
@dt-theme-sidebar-row-color-background: hsl(30 3.57% 11% / 0);
|
|
473
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(30 3.57% 11% / 0.11);
|
|
474
|
+
@dt-theme-sidebar-row-color-background-active: hsl(30 3.57% 11% / 0.15);
|
|
475
|
+
@dt-theme-sidebar-selected-row-color-foreground: #1D1C1B;
|
|
476
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(30 3.57% 11% / 0.09);
|
|
477
|
+
@dt-theme-sidebar-section-color-foreground: #635F5D;
|
|
475
478
|
@dt-theme-presence-color-background-available: #52C926;
|
|
476
479
|
@dt-theme-presence-color-background-busy-unavailable: #FF1356;
|
|
477
480
|
@dt-theme-presence-color-background-busy: #FF9E0E;
|
|
478
481
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
479
482
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
480
|
-
@dt-theme-mention-color-foreground-strong: #
|
|
483
|
+
@dt-theme-mention-color-foreground-strong: #F2F0EE;
|
|
481
484
|
@dt-theme-mention-color-background: #7C52FF;
|
|
482
485
|
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
483
486
|
@dt-avatar-color-foreground: #000000;
|
|
@@ -500,28 +503,28 @@
|
|
|
500
503
|
@dt-avatar-color-background-1700: #ffd646;
|
|
501
504
|
@dt-avatar-color-background-1800: #f1dab7;
|
|
502
505
|
@dt-avatar-color-background-000: #e0e0e0;
|
|
503
|
-
@dt-badge-color-background-default: hsl(
|
|
506
|
+
@dt-badge-color-background-default: hsl(24 9.26% 78.8% / 0.66);
|
|
504
507
|
@dt-badge-color-background-info: #BDE8FF;
|
|
505
508
|
@dt-badge-color-background-success: #DBFFA9;
|
|
506
509
|
@dt-badge-color-background-warning: #FFE89C;
|
|
507
510
|
@dt-badge-color-background-critical: #FFABA4;
|
|
508
511
|
@dt-badge-color-background-bulletin: #7C52FF;
|
|
509
|
-
@dt-badge-color-background-bulletin-subtle: #
|
|
510
|
-
@dt-badge-color-background-ai: linear-gradient(
|
|
512
|
+
@dt-badge-color-background-bulletin-subtle: #D3BCFF;
|
|
513
|
+
@dt-badge-color-background-ai: linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%);
|
|
511
514
|
@dt-badge-color-foreground-default: #000000;
|
|
512
515
|
@dt-badge-color-foreground-bulletin: #ffffff;
|
|
513
516
|
@dt-badge-color-foreground-bulletin-subtle: #3A1D95;
|
|
514
517
|
@dt-badge-color-foreground-ai: #ffffff;
|
|
515
|
-
@dt-badge-color-border-default:
|
|
518
|
+
@dt-badge-color-border-default: lch(10.4 0.93 70.2 / 0.11);
|
|
516
519
|
@dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
|
|
517
520
|
@dt-button-font-size-xs: 12px; // Extra small Button text size
|
|
518
521
|
@dt-button-font-size-sm: 12px; // Small Button text size
|
|
519
522
|
@dt-button-font-size-md: 15px; // Medium Button text size
|
|
520
523
|
@dt-button-font-size-lg: 19px; // Large Button text size
|
|
521
524
|
@dt-button-font-size-xl: 27px; // Extra large Button text size
|
|
522
|
-
@dt-button-font-weight-xs: 600;
|
|
523
|
-
@dt-button-font-weight-sm: 600;
|
|
524
|
-
@dt-button-font-weight-md: 600;
|
|
525
|
+
@dt-button-font-weight-xs: 600; // Font weight for XS button
|
|
526
|
+
@dt-button-font-weight-sm: 600; // Font weight for SM button
|
|
527
|
+
@dt-button-font-weight-md: 600; // Font weight for MD button
|
|
525
528
|
@dt-button-font-weight-lg: 500; // Font weight for LG button
|
|
526
529
|
@dt-button-font-weight-xl: 400; // Font weight for XL button
|
|
527
530
|
@dt-button-line-height-xs: 1.2; // Line-height for XS button
|
|
@@ -537,11 +540,12 @@
|
|
|
537
540
|
@dt-checkbox-size-width: 1.6rem;
|
|
538
541
|
@dt-checkbox-size-height: 1.6rem;
|
|
539
542
|
@dt-checkbox-size-radius: 0.4rem;
|
|
540
|
-
@dt-checkbox-color-border-unchecked: hsl(
|
|
543
|
+
@dt-checkbox-color-border-unchecked: hsl(30 3.57% 11% / 0.3);
|
|
544
|
+
@dt-checkbox-color-border-unchecked-hover: hsl(30 3.57% 11% / 0.5);
|
|
541
545
|
@dt-checkbox-color-border-checked: #7C52FF;
|
|
542
546
|
@dt-checkbox-color-background-checked: #7C52FF;
|
|
543
547
|
@dt-checkbox-color-foreground-default: transparent;
|
|
544
|
-
@dt-checkbox-color-foreground-checked: #
|
|
548
|
+
@dt-checkbox-color-foreground-checked: #F2F0EE;
|
|
545
549
|
@dt-icon-size-100: 12px;
|
|
546
550
|
@dt-icon-size-200: 14px;
|
|
547
551
|
@dt-icon-size-300: 18px;
|
|
@@ -561,8 +565,9 @@
|
|
|
561
565
|
@dt-radio-size-width: 1.6rem;
|
|
562
566
|
@dt-radio-size-height: 1.6rem;
|
|
563
567
|
@dt-radio-size-radius: 50%;
|
|
564
|
-
@dt-radio-color-border-unchecked: hsl(
|
|
568
|
+
@dt-radio-color-border-unchecked: hsl(30 3.57% 11% / 0.3);
|
|
569
|
+
@dt-radio-color-border-unchecked-hover: hsl(30 3.57% 11% / 0.5);
|
|
565
570
|
@dt-radio-color-border-checked: #7C52FF;
|
|
566
571
|
@dt-radio-color-background-checked: #7C52FF;
|
|
567
572
|
@dt-radio-color-foreground-default: transparent;
|
|
568
|
-
@dt-radio-color-foreground-checked: #
|
|
573
|
+
@dt-radio-color-foreground-checked: #F2F0EE;
|