@dialpad/dialtone 9.109.0-rebrand-2025-beta.1 → 9.110.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/css/dialtone-default-theme.css +3283 -12107
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +415 -3489
- package/dist/css/dialtone.min.css +1 -1
- 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/css/tokens/tokens-base-dark.css +161 -946
- package/dist/css/tokens/tokens-base-deca-dark.css +56 -526
- package/dist/css/tokens/tokens-base-deca-light.css +52 -522
- package/dist/css/tokens/tokens-base-light.css +128 -913
- package/dist/css/tokens/tokens-debug-base.css +3 -788
- package/dist/css/tokens/tokens-debug-dp.css +653 -1018
- package/dist/css/tokens/tokens-deca-dark.css +748 -784
- package/dist/css/tokens/tokens-deca-light.css +708 -744
- package/dist/css/tokens/tokens-dp-dark.css +924 -1289
- package/dist/css/tokens/tokens-dp-light.css +973 -1338
- package/dist/css/tokens/tokens-expressive-dark.css +924 -1289
- package/dist/css/tokens/tokens-expressive-light.css +970 -1335
- package/dist/css/tokens/tokens-expressive-sm-dark.css +924 -1289
- package/dist/css/tokens/tokens-expressive-sm-light.css +970 -1335
- package/dist/css/tokens/tokens-tmo-dark.css +1080 -1445
- package/dist/css/tokens/tokens-tmo-light.css +1115 -1480
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +161 -946
- package/dist/tokens/css/tokens-base-deca-dark.css +56 -526
- package/dist/tokens/css/tokens-base-deca-light.css +52 -522
- package/dist/tokens/css/tokens-base-light.css +128 -913
- package/dist/tokens/css/tokens-debug-base.css +3 -788
- package/dist/tokens/css/tokens-debug-dp.css +653 -1018
- package/dist/tokens/css/tokens-deca-dark.css +748 -784
- package/dist/tokens/css/tokens-deca-light.css +708 -744
- package/dist/tokens/css/tokens-dp-dark.css +924 -1289
- package/dist/tokens/css/tokens-dp-light.css +973 -1338
- package/dist/tokens/css/tokens-expressive-dark.css +924 -1289
- package/dist/tokens/css/tokens-expressive-light.css +970 -1335
- package/dist/tokens/css/tokens-expressive-sm-dark.css +924 -1289
- package/dist/tokens/css/tokens-expressive-sm-light.css +970 -1335
- package/dist/tokens/css/tokens-tmo-dark.css +1080 -1445
- package/dist/tokens/css/tokens-tmo-light.css +1115 -1480
- package/dist/tokens/doc.json +45539 -71265
- package/dist/tokens/less/tokens-base-dark.less +46 -159
- package/dist/tokens/less/tokens-base-deca-dark.less +17 -85
- package/dist/tokens/less/tokens-base-deca-light.less +16 -84
- package/dist/tokens/less/tokens-base-light.less +37 -150
- package/dist/tokens/less/tokens-deca-dark.less +183 -189
- package/dist/tokens/less/tokens-deca-light.less +174 -180
- package/dist/tokens/less/tokens-dp-dark.less +187 -240
- package/dist/tokens/less/tokens-dp-light.less +185 -238
- package/dist/tokens/less/tokens-expressive-dark.less +210 -263
- package/dist/tokens/less/tokens-expressive-light.less +208 -261
- package/dist/tokens/less/tokens-expressive-sm-dark.less +210 -263
- package/dist/tokens/less/tokens-expressive-sm-light.less +208 -261
- package/dist/tokens/less/tokens-tmo-dark.less +207 -260
- package/dist/tokens/less/tokens-tmo-light.less +198 -251
- package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.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 +46 -159
- package/dist/tokens/tokens-base-deca-dark.json +14 -82
- package/dist/tokens/tokens-base-deca-light.json +13 -81
- package/dist/tokens/tokens-base-light.json +37 -150
- package/dist/tokens/tokens-deca-dark.json +180 -186
- package/dist/tokens/tokens-deca-light.json +172 -178
- package/dist/tokens/tokens-dp-dark.json +171 -224
- package/dist/tokens/tokens-dp-light.json +182 -235
- package/dist/tokens/tokens-expressive-dark.json +194 -247
- package/dist/tokens/tokens-expressive-light.json +205 -258
- package/dist/tokens/tokens-expressive-sm-dark.json +194 -247
- package/dist/tokens/tokens-expressive-sm-light.json +205 -258
- package/dist/tokens/tokens-tmo-dark.json +196 -249
- package/dist/tokens/tokens-tmo-light.json +193 -246
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/button/button.vue.cjs +1 -1
- package/dist/vue2/components/button/button.vue.cjs.map +1 -1
- package/dist/vue2/components/button/button.vue.js +1 -1
- package/dist/vue2/components/button/button.vue.js.map +1 -1
- package/dist/vue2/components/button/button_constants.cjs +2 -3
- package/dist/vue2/components/button/button_constants.cjs.map +1 -1
- package/dist/vue2/components/button/button_constants.js +2 -3
- package/dist/vue2/components/button/button_constants.js.map +1 -1
- package/dist/vue2/components/popover/popover.vue.cjs +1 -9
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover.vue.js +1 -9
- package/dist/vue2/components/popover/popover.vue.js.map +1 -1
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs +4 -10
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover_header_footer.vue.js +4 -10
- package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -1
- package/dist/vue2/components/stack/stack.vue.cjs +1 -1
- package/dist/vue2/components/stack/stack.vue.cjs.map +1 -1
- package/dist/vue2/components/stack/stack.vue.js +1 -1
- package/dist/vue2/components/stack/stack.vue.js.map +1 -1
- package/dist/vue2/components/stack/stack_constants.cjs +1 -1
- package/dist/vue2/components/stack/stack_constants.cjs.map +1 -1
- package/dist/vue2/components/stack/stack_constants.js +1 -1
- package/dist/vue2/components/stack/stack_constants.js.map +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +2 -0
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/localization/dp-DP.ftl.cjs +5 -0
- package/dist/vue2/localization/dp-DP.ftl.cjs.map +1 -0
- package/dist/vue2/localization/dp-DP.ftl.js +5 -0
- package/dist/vue2/localization/dp-DP.ftl.js.map +1 -0
- package/dist/vue2/localization/en-US.ftl.cjs +5 -0
- package/dist/vue2/localization/en-US.ftl.cjs.map +1 -0
- package/dist/vue2/localization/en-US.ftl.js +5 -0
- package/dist/vue2/localization/en-US.ftl.js.map +1 -0
- package/dist/vue2/localization/es-LA.ftl.cjs +5 -0
- package/dist/vue2/localization/es-LA.ftl.cjs.map +1 -0
- package/dist/vue2/localization/es-LA.ftl.js +5 -0
- package/dist/vue2/localization/es-LA.ftl.js.map +1 -0
- package/dist/vue2/localization/index.cjs +33 -0
- package/dist/vue2/localization/index.cjs.map +1 -0
- package/dist/vue2/localization/index.js +33 -0
- package/dist/vue2/localization/index.js.map +1 -0
- 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/vue2/recipes/leftbar/callbox/callbox.vue.cjs +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue2/types/components/button/button_constants.d.ts +1 -2
- package/dist/vue2/types/components/button/button_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +0 -9
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +1 -9
- package/dist/vue2/types/components/stack/stack_constants.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/button/button.vue.cjs +1 -1
- package/dist/vue3/components/button/button.vue.cjs.map +1 -1
- package/dist/vue3/components/button/button.vue.js +1 -1
- package/dist/vue3/components/button/button.vue.js.map +1 -1
- package/dist/vue3/components/button/button_constants.cjs +2 -3
- package/dist/vue3/components/button/button_constants.cjs.map +1 -1
- package/dist/vue3/components/button/button_constants.js +2 -3
- package/dist/vue3/components/button/button_constants.js.map +1 -1
- package/dist/vue3/components/stack/stack.vue.cjs +1 -1
- package/dist/vue3/components/stack/stack.vue.cjs.map +1 -1
- package/dist/vue3/components/stack/stack.vue.js +1 -1
- package/dist/vue3/components/stack/stack.vue.js.map +1 -1
- package/dist/vue3/components/stack/stack_constants.cjs +1 -1
- package/dist/vue3/components/stack/stack_constants.cjs.map +1 -1
- package/dist/vue3/components/stack/stack_constants.js +1 -1
- package/dist/vue3/components/stack/stack_constants.js.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +6 -2
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +7 -3
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue3/types/components/button/button_constants.d.ts +1 -2
- package/dist/vue3/types/components/button/button_constants.d.ts.map +1 -1
- package/dist/vue3/types/components/stack/stack_constants.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/package.json +7 -7
- 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/tokens/themes/chunks/tokens-base-dark-B42c8NRe.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-dark-D3XlzClW.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-5p3ZOPKU.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-C_G4p7UU.js +0 -4
|
@@ -8,304 +8,260 @@
|
|
|
8
8
|
@dt-font-size-500: 65px; // extra large / xxl
|
|
9
9
|
@dt-font-size-600: 105px;
|
|
10
10
|
@dt-size-border-focus: 0.3rem;
|
|
11
|
-
@dt-color-foreground-primary: #
|
|
11
|
+
@dt-color-foreground-primary: #000000; // Default text color throughout the UI.
|
|
12
12
|
@dt-color-foreground-secondary: #3A3A3A; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
13
|
-
@dt-color-foreground-tertiary: #
|
|
14
|
-
@dt-color-foreground-muted: hsl(0 0%
|
|
13
|
+
@dt-color-foreground-tertiary: #555555; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
14
|
+
@dt-color-foreground-muted: hsl(0 0% 13.3% / 0.5);
|
|
15
15
|
@dt-color-foreground-placeholder: #808080; // Text color for placeholder text within form elements.
|
|
16
16
|
@dt-color-foreground-disabled: #808080; // Used for text paired with disabled content or components, like the form elements.
|
|
17
|
-
@dt-color-foreground-critical: #
|
|
18
|
-
@dt-color-foreground-critical-strong: #
|
|
19
|
-
@dt-color-foreground-success: #
|
|
20
|
-
@dt-color-foreground-success-strong: #
|
|
17
|
+
@dt-color-foreground-critical: #EC0E0E; // Expresses an error, danger, or otherwise critical state.
|
|
18
|
+
@dt-color-foreground-critical-strong: #B70B0B; // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
|
|
19
|
+
@dt-color-foreground-success: #1AA340; // Indicates a positive state.
|
|
20
|
+
@dt-color-foreground-success-strong: #124620; // Indicates a strong positive state on surfaces that require a stronger contrast.
|
|
21
21
|
@dt-color-foreground-warning: #815008; // Indicates information that requires user’s attention and further action may be necessary.
|
|
22
|
-
@dt-color-foreground-primary-inverted: #
|
|
22
|
+
@dt-color-foreground-primary-inverted: #ffffff; // Primary text that sits on high-contrast surfaces or backgrounds.
|
|
23
23
|
@dt-color-foreground-secondary-inverted: #E9E9E9; // Secondary text color that sits on high-contrast surfaces or backgrounds.
|
|
24
24
|
@dt-color-foreground-tertiary-inverted: #D2D2D2; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
|
|
25
|
-
@dt-color-foreground-muted-inverted: hsl(0 0%
|
|
26
|
-
@dt-color-foreground-placeholder-inverted: #
|
|
27
|
-
@dt-color-foreground-disabled-inverted: #
|
|
28
|
-
@dt-color-foreground-critical-inverted: #
|
|
29
|
-
@dt-color-foreground-critical-strong-inverted:
|
|
30
|
-
@dt-color-foreground-success-inverted: #
|
|
31
|
-
@dt-color-foreground-success-strong-inverted:
|
|
32
|
-
@dt-color-foreground-warning-inverted: #
|
|
25
|
+
@dt-color-foreground-muted-inverted: hsl(0 0% 91.4% / 0.6); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
26
|
+
@dt-color-foreground-placeholder-inverted: #808080; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
27
|
+
@dt-color-foreground-disabled-inverted: #808080; // Disabled text color that sits on high-contrast surfaces or backgrounds.
|
|
28
|
+
@dt-color-foreground-critical-inverted: #FF8585; // Critical text that sits on high-contrast surfaces or backgrounds
|
|
29
|
+
@dt-color-foreground-critical-strong-inverted: hsl(0 100% 82.1%); // Critical strong text that sits on high-contrast surfaces or backgrounds
|
|
30
|
+
@dt-color-foreground-success-inverted: #B0FFA3; // Success text that sits on high-contrast surfaces or backgrounds
|
|
31
|
+
@dt-color-foreground-success-strong-inverted: hsl(112 100% 90.1%); // Success strong text that sits on high-contrast surfaces or backgrounds
|
|
32
|
+
@dt-color-foreground-warning-inverted: #FFF4CC; // Warning text that sits on high-contrast surfaces or backgrounds
|
|
33
33
|
@dt-color-link-primary: #7C52FF;
|
|
34
|
-
@dt-color-link-
|
|
35
|
-
@dt-color-link-
|
|
36
|
-
@dt-color-link-critical-hover: #AF0032;
|
|
37
|
-
@dt-color-link-success: #008E52; // positive
|
|
38
|
-
@dt-color-link-success-hover: #004F2E;
|
|
34
|
+
@dt-color-link-critical: #EC0E0E;
|
|
35
|
+
@dt-color-link-success: #1AA340; // positive
|
|
39
36
|
@dt-color-link-warning: #815008;
|
|
40
|
-
@dt-color-link-warning-hover: #533204;
|
|
41
37
|
@dt-color-link-muted: #3A3A3A;
|
|
42
|
-
@dt-color-link-muted-hover: #1C1C1C;
|
|
43
38
|
@dt-color-link-disabled: #808080;
|
|
44
|
-
@dt-color-link-
|
|
45
|
-
@dt-color-link-
|
|
46
|
-
@dt-color-link-
|
|
47
|
-
@dt-color-link-
|
|
48
|
-
@dt-color-link-critical-inverted-hover: #FFABA4;
|
|
49
|
-
@dt-color-link-success-inverted: #AEFB3C;
|
|
50
|
-
@dt-color-link-success-inverted-hover: #DBFFA9;
|
|
51
|
-
@dt-color-link-warning-inverted: #FF9E0E;
|
|
52
|
-
@dt-color-link-warning-inverted-hover: #FFDB80;
|
|
39
|
+
@dt-color-link-primary-inverted: #AB7EFF;
|
|
40
|
+
@dt-color-link-critical-inverted: #FF8585;
|
|
41
|
+
@dt-color-link-success-inverted: #B0FFA3;
|
|
42
|
+
@dt-color-link-warning-inverted: #FFF4CC;
|
|
53
43
|
@dt-color-link-muted-inverted: #E9E9E9;
|
|
44
|
+
@dt-color-link-disabled-inverted: #808080;
|
|
45
|
+
@dt-color-link-primary-hover: #3A1D95;
|
|
46
|
+
@dt-color-link-critical-hover: #B70B0B;
|
|
47
|
+
@dt-color-link-success-hover: #124620;
|
|
48
|
+
@dt-color-link-warning-hover: #555555;
|
|
49
|
+
@dt-color-link-muted-hover: #000000;
|
|
50
|
+
@dt-color-link-disabled-hover: #808080;
|
|
51
|
+
@dt-color-link-primary-inverted-hover: #DAC7FF;
|
|
52
|
+
@dt-color-link-critical-inverted-hover: hsl(0 100% 82.1%);
|
|
53
|
+
@dt-color-link-success-inverted-hover: hsl(112 100% 90.1%);
|
|
54
|
+
@dt-color-link-warning-inverted-hover: #F9F9F9;
|
|
54
55
|
@dt-color-link-muted-inverted-hover: #F9F9F9;
|
|
55
|
-
@dt-color-link-disabled-inverted: #
|
|
56
|
-
@dt-color-
|
|
56
|
+
@dt-color-link-disabled-inverted-hover: #808080;
|
|
57
|
+
@dt-color-surface-secondary-opaque: hsl(0 0% 0% / 0.02); // Secondary surface as opaque background color.
|
|
58
|
+
@dt-color-surface-moderate-opaque: hsl(0 0% 0% / 0.09); // Moderate surface as opaque background color.
|
|
59
|
+
@dt-color-surface-bold-opaque: hsl(0 0% 0% / 0.18); // Bold surface as opaque background color.
|
|
60
|
+
@dt-color-surface-strong-opaque: hsl(0 0% 0% / 0.67); // Strong surface as opaque background color.
|
|
61
|
+
@dt-color-surface-contrast-opaque: hsl(0 0% 0% / 0.87); // Contrast surface as opaque background color.
|
|
62
|
+
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); // Background color for a modal-like backdrop.
|
|
63
|
+
@dt-color-surface-critical-opaque: hsl(0 88.8% 49% / 0.11); // Critical surface as opaque background color.
|
|
64
|
+
@dt-color-surface-critical-subtle-opaque: hsl(0 88.8% 49% / 0.05); // Critical subtle surface as opaque background color.
|
|
65
|
+
@dt-color-surface-warning-opaque: hsl(43 100% 75.1% / 0.38); // Warning surface as opaque background color
|
|
66
|
+
@dt-color-surface-warning-subtle-opaque: hsl(43 100% 75.1% / 0.18); // Warning subtle surface as opaque background color
|
|
67
|
+
@dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.08); // Success surface as opaque background color.
|
|
68
|
+
@dt-color-surface-success-subtle-opaque: hsl(137 72.5% 37.1% / 0.03); // Success subtle surface as opaque background color.
|
|
69
|
+
@dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.09); // Info surface as opaque background color.
|
|
70
|
+
@dt-color-surface-info-subtle-opaque: hsl(212 79.2% 43.3% / 0.04); // Info surface as opaque background color.
|
|
57
71
|
@dt-color-surface-primary: #ffffff; // Default surface color for the majority of surfaces.
|
|
58
72
|
@dt-color-surface-secondary: #F9F9F9; // For adjacent or complementary regions.
|
|
59
73
|
@dt-color-surface-moderate: #E9E9E9; // A tertiary surface level, prominent without being too overpowering.
|
|
60
74
|
@dt-color-surface-bold: #D2D2D2; // Highlight or call attention to specific areas of the interface.
|
|
61
|
-
@dt-color-surface-strong: #
|
|
62
|
-
@dt-color-surface-contrast: #
|
|
75
|
+
@dt-color-surface-strong: #555555; // Use sparingly to draw the eye to a relatively important region.
|
|
76
|
+
@dt-color-surface-contrast: #222222; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
63
77
|
@dt-color-surface-critical: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
78
|
+
@dt-color-surface-critical-subtle: hsl(358 100% 97.5%); // A softer version of the Critical surface.
|
|
79
|
+
@dt-color-surface-critical-strong: #B70B0B; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
64
80
|
@dt-color-surface-warning: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
81
|
+
@dt-color-surface-warning-subtle: hsl(47.1 100% 95%); // A softer version of the default warning surface.
|
|
82
|
+
@dt-color-surface-warning-strong: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
65
83
|
@dt-color-surface-success: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
84
|
+
@dt-color-surface-success-subtle: hsl(111 53.8% 98%); // A softer version of the default success surface.
|
|
85
|
+
@dt-color-surface-success-strong: #1AA340; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
66
86
|
@dt-color-surface-info: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
67
|
-
@dt-color-surface-
|
|
68
|
-
@dt-color-surface-critical-subtle: #FFF2F3; // A softer version of the Critical surface.
|
|
69
|
-
@dt-color-surface-warning-subtle: #fffae5; // A softer version of the default warning surface.
|
|
70
|
-
@dt-color-surface-success-subtle: #f6fcf5; // A softer version of the default success surface.
|
|
71
|
-
@dt-color-surface-info-subtle: #f5f9fd; // A softer version of the default informational surface.
|
|
72
|
-
@dt-color-surface-brand-subtle: #f9f6ff; // A softer version of the default informational surface.
|
|
73
|
-
@dt-color-surface-critical-strong: #D90A45; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
74
|
-
@dt-color-surface-warning-strong: #FFBD48; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
75
|
-
@dt-color-surface-success-strong: #008E52; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
87
|
+
@dt-color-surface-info-subtle: hsl(210 61.5% 97.5%); // A softer version of the default informational surface.
|
|
76
88
|
@dt-color-surface-info-strong: #1768C6; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
77
|
-
@dt-color-
|
|
78
|
-
@dt-color-
|
|
79
|
-
@dt-color-
|
|
80
|
-
@dt-color-
|
|
81
|
-
@dt-color-
|
|
82
|
-
@dt-color-
|
|
83
|
-
@dt-color-
|
|
84
|
-
@dt-color-
|
|
85
|
-
@dt-color-
|
|
86
|
-
@dt-color-
|
|
87
|
-
@dt-color-
|
|
88
|
-
@dt-color-
|
|
89
|
-
@dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
|
|
90
|
-
@dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
|
|
91
|
-
@dt-color-surface-success-subtle-opaque: hsl(111 53.8% 94.9% / 0.5); // Success subtle surface as opaque background color.
|
|
92
|
-
@dt-color-surface-info-subtle-opaque: hsl(210 61.5% 94.9% / 0.5); // Info surface as opaque background color.
|
|
93
|
-
@dt-color-surface-brand-subtle-opaque: hsl(261 100% 86.9% / 0.2); // Info surface as opaque background color.
|
|
94
|
-
@dt-color-surface-primary-inverted: #000000; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
95
|
-
@dt-color-surface-secondary-inverted: #252525; // For adjacent or complementary regions.
|
|
96
|
-
@dt-color-surface-moderate-inverted: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
|
|
97
|
-
@dt-color-surface-bold-inverted: #535353; // Highlight or call attention to specific areas of the interface.
|
|
98
|
-
@dt-color-surface-strong-inverted: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
|
|
99
|
-
@dt-color-surface-contrast-inverted: #F9F9F9; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
100
|
-
@dt-color-surface-critical-inverted: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
101
|
-
@dt-color-surface-warning-inverted: #2C1B02; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
102
|
-
@dt-color-surface-success-inverted: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
103
|
-
@dt-color-surface-info-inverted: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
104
|
-
@dt-color-surface-brand-inverted: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
105
|
-
@dt-color-surface-critical-subtle-inverted: #1C0108; // A softer version of the Critical surface.
|
|
106
|
-
@dt-color-surface-warning-subtle-inverted: #201301; // A softer version of the default warning surface.
|
|
107
|
-
@dt-color-surface-success-subtle-inverted: #00150D; // A softer version of the default success surface.
|
|
108
|
-
@dt-color-surface-info-subtle-inverted: #010B16; // A softer version of the default informational surface.
|
|
109
|
-
@dt-color-surface-brand-subtle-inverted: #10022C; // A softer version of the default informational surface.
|
|
110
|
-
@dt-color-surface-critical-strong-inverted: #FF716F; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
111
|
-
@dt-color-surface-warning-strong-inverted: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
112
|
-
@dt-color-surface-success-strong-inverted: #AEFB3C; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
113
|
-
@dt-color-surface-info-strong-inverted: #4AA9EA; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
114
|
-
@dt-color-surface-brand-strong-inverted: #BBA6FC; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
115
|
-
@dt-color-surface-primary-opaque-inverted: hsl(0 0% 0% / 0.85); // Secondary surface as opaque background color.
|
|
116
|
-
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 100% / 0.15); // Secondary surface as opaque background color.
|
|
117
|
-
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 100% / 0.23); // Moderate surface as opaque background color.
|
|
118
|
-
@dt-color-surface-bold-opaque-inverted: hsl(0 0% 100% / 0.32); // Bold surface as opaque background color.
|
|
119
|
-
@dt-color-surface-strong-opaque-inverted: hsl(0 0% 100% / 0.67); // Strong surface as opaque background color.
|
|
120
|
-
@dt-color-surface-contrast-opaque-inverted: hsl(0 0% 100% / 0.97); // Contrast surface as opaque background color.
|
|
121
|
-
@dt-color-surface-critical-opaque-inverted: hsl(342 85.2% 21.2% / 0.5); // Critical surface as opaque background color.
|
|
122
|
-
@dt-color-surface-warning-opaque-inverted: hsl(34.9 90.8% 17.1% / 0.35); // Warning surface as opaque background color
|
|
123
|
-
@dt-color-surface-success-opaque-inverted: hsl(155 100% 15.5% / 0.3); // Success surface as opaque background color.
|
|
124
|
-
@dt-color-surface-info-opaque-inverted: hsl(211 100% 8.04% / 0.6); // Info surface as opaque background color.
|
|
125
|
-
@dt-color-surface-brand-opaque-inverted: hsl(260 97.7% 16.9% / 0.8); // Info surface as opaque background color.
|
|
126
|
-
@dt-color-surface-critical-subtle-opaque-inverted: hsl(344 93.1% 5.69% / 0.6); // Critical subtle surface as opaque background color.
|
|
127
|
-
@dt-color-surface-warning-subtle-opaque-inverted: hsl(34.8 93.9% 6.47% / 0.7); // Warning subtle surface as opaque background color
|
|
128
|
-
@dt-color-surface-success-subtle-opaque-inverted: hsl(157 100% 4.12% / 0.66); // Success subtle surface as opaque background color.
|
|
129
|
-
@dt-color-surface-info-subtle-opaque-inverted: hsl(211 91.3% 4.51% / 0.66); // Info surface as opaque background color.
|
|
130
|
-
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 91.3% 9.02% / 0.66); // Info surface as opaque background color.
|
|
131
|
-
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
132
|
-
@dt-color-surface-ai: linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%);
|
|
133
|
-
@dt-color-border-subtle: hsl(0 0% 11% / 0.11);
|
|
134
|
-
@dt-color-border-default: hsl(0 0% 11% / 0.17);
|
|
135
|
-
@dt-color-border-moderate: hsl(0 0% 11% / 0.3);
|
|
136
|
-
@dt-color-border-bold: hsl(0 0% 11% / 0.5);
|
|
137
|
-
@dt-color-border-critical: #D90A45;
|
|
138
|
-
@dt-color-border-success: #2EA834;
|
|
139
|
-
@dt-color-border-warning: #FF9E0E;
|
|
89
|
+
@dt-color-border-subtle: hsl(0 0% 0% / 0.1);
|
|
90
|
+
@dt-color-border-default: hsl(0 0% 0% / 0.18);
|
|
91
|
+
@dt-color-border-moderate: hsl(0 0% 0% / 0.34);
|
|
92
|
+
@dt-color-border-bold: hsl(0 0% 0% / 0.5);
|
|
93
|
+
@dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.14);
|
|
94
|
+
@dt-color-border-default-inverted: hsl(0 0% 100% / 0.22);
|
|
95
|
+
@dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.38);
|
|
96
|
+
@dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
97
|
+
@dt-color-border-focus: #51A0FE;
|
|
98
|
+
@dt-color-border-critical: #EC0E0E;
|
|
99
|
+
@dt-color-border-success: #1AA340;
|
|
100
|
+
@dt-color-border-warning: #D28F2B;
|
|
140
101
|
@dt-color-border-brand: #7C52FF;
|
|
141
|
-
@dt-color-border-
|
|
142
|
-
@dt-color-border-
|
|
102
|
+
@dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
103
|
+
@dt-color-border-accent: #F9008E;
|
|
104
|
+
@dt-color-border-critical-subtle: #FF8585;
|
|
105
|
+
@dt-color-border-critical-strong: #B70B0B;
|
|
106
|
+
@dt-color-border-success-subtle: #B0FFA3;
|
|
107
|
+
@dt-color-border-success-strong: #124620;
|
|
143
108
|
@dt-color-border-warning-subtle: #FFDB80;
|
|
144
|
-
@dt-color-border-
|
|
145
|
-
@dt-color-border-
|
|
146
|
-
@dt-color-border-
|
|
147
|
-
@dt-color-border-
|
|
148
|
-
@dt-color-border-
|
|
149
|
-
@dt-color-border-
|
|
150
|
-
@dt-color-border-
|
|
151
|
-
@dt-color-border-
|
|
152
|
-
@dt-color-border-
|
|
153
|
-
@dt-color-border-
|
|
154
|
-
@dt-color-border-success-inverted: #
|
|
155
|
-
@dt-color-border-warning-inverted: #
|
|
156
|
-
@dt-color-border-
|
|
157
|
-
@dt-color-border-
|
|
158
|
-
@dt-color-border-
|
|
159
|
-
@dt-
|
|
160
|
-
@dt-color-border-brand-subtle-inverted: #7C52FF;
|
|
161
|
-
@dt-color-border-critical-strong-inverted: #FFABA4;
|
|
162
|
-
@dt-color-border-success-strong-inverted: #84EE0B;
|
|
163
|
-
@dt-color-border-warning-strong-inverted: #FFDB80;
|
|
164
|
-
@dt-color-border-brand-strong-inverted: #D3BCFF;
|
|
165
|
-
@dt-color-border-focus: #4AA9EA;
|
|
166
|
-
@dt-color-border-ai: linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%);
|
|
167
|
-
@dt-color-border-accent: #FF1BA4;
|
|
168
|
-
@dt-typography-body-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
|
|
109
|
+
@dt-color-border-warning-strong: hsl(35.7 88.3% 21.5%);
|
|
110
|
+
@dt-color-border-brand-subtle: #DAC7FF;
|
|
111
|
+
@dt-color-border-brand-strong: #3A1D95;
|
|
112
|
+
@dt-color-border-critical-inverted: #FF8585;
|
|
113
|
+
@dt-color-border-success-inverted: #B0FFA3;
|
|
114
|
+
@dt-color-border-warning-inverted: #FFDB80;
|
|
115
|
+
@dt-color-border-brand-inverted: #7C52FF;
|
|
116
|
+
@dt-color-border-critical-subtle-inverted: #B70B0B;
|
|
117
|
+
@dt-color-border-critical-strong-inverted: #FFE5E6;
|
|
118
|
+
@dt-color-border-success-subtle-inverted: #1AA340;
|
|
119
|
+
@dt-color-border-success-strong-inverted: #EDF9EB;
|
|
120
|
+
@dt-color-border-warning-subtle-inverted: #D28F2B;
|
|
121
|
+
@dt-color-border-warning-strong-inverted: #FFF4CC;
|
|
122
|
+
@dt-color-border-brand-subtle-inverted: #3A1D95;
|
|
123
|
+
@dt-color-border-brand-strong-inverted: #DAC7FF;
|
|
124
|
+
@dt-typography-body-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
|
|
169
125
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
170
126
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
171
127
|
@dt-typography-body-md-font-size: 20px; // Base default medium text style for main content.
|
|
172
128
|
@dt-typography-body-md-text-case: none; // Base default medium text style for main content.
|
|
173
|
-
@dt-typography-body-md-compact-font-family:
|
|
129
|
+
@dt-typography-body-md-compact-font-family: Archivo, -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"; // A tighter-spaced version of medium body style.
|
|
174
130
|
@dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
|
|
175
131
|
@dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
|
|
176
132
|
@dt-typography-body-md-compact-font-size: 20px; // A tighter-spaced version of medium body style.
|
|
177
133
|
@dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
|
|
178
|
-
@dt-typography-body-sm-font-family:
|
|
134
|
+
@dt-typography-body-sm-font-family: Archivo, -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"; // Reduced small text style for less prominent or adjacent content.
|
|
179
135
|
@dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
|
|
180
136
|
@dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
|
|
181
137
|
@dt-typography-body-sm-font-size: 16px; // Reduced small text style for less prominent or adjacent content.
|
|
182
138
|
@dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
|
|
183
|
-
@dt-typography-body-sm-compact-font-family:
|
|
139
|
+
@dt-typography-body-sm-compact-font-family: Archivo, -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"; // A tighter-spaced version of small body style.
|
|
184
140
|
@dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
|
|
185
141
|
@dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
|
|
186
142
|
@dt-typography-body-sm-compact-font-size: 16px; // A tighter-spaced version of small body style.
|
|
187
143
|
@dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
|
|
188
|
-
@dt-typography-headline-eyebrow-font-family:
|
|
144
|
+
@dt-typography-headline-eyebrow-font-family: Archivo, -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"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
189
145
|
@dt-typography-headline-eyebrow-font-weight: 400; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
190
146
|
@dt-typography-headline-eyebrow-line-height: 1.4; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
191
147
|
@dt-typography-headline-eyebrow-font-size: 16px; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
192
148
|
@dt-typography-headline-eyebrow-text-case: uppercase; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
193
|
-
@dt-typography-headline-sm-font-family:
|
|
149
|
+
@dt-typography-headline-sm-font-family: Archivo, -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"; // Smaller text size for secondary information or subheadings.
|
|
194
150
|
@dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
|
|
195
151
|
@dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
|
|
196
152
|
@dt-typography-headline-sm-font-size: 20px; // Smaller text size for secondary information or subheadings.
|
|
197
153
|
@dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
|
|
198
|
-
@dt-typography-headline-sm-compact-font-family:
|
|
154
|
+
@dt-typography-headline-sm-compact-font-family: Archivo, -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"; // A tighter-spaced version of small headline style.
|
|
199
155
|
@dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
|
|
200
156
|
@dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
|
|
201
157
|
@dt-typography-headline-sm-compact-font-size: 20px; // A tighter-spaced version of small headline style.
|
|
202
158
|
@dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
|
|
203
|
-
@dt-typography-headline-sm-soft-font-family:
|
|
159
|
+
@dt-typography-headline-sm-soft-font-family: Archivo, -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"; // A softer font weight version of small headline style.
|
|
204
160
|
@dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
|
|
205
161
|
@dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
|
|
206
162
|
@dt-typography-headline-sm-soft-font-size: 20px; // A softer font weight version of small headline style.
|
|
207
163
|
@dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
|
|
208
|
-
@dt-typography-headline-sm-soft-compact-font-family:
|
|
164
|
+
@dt-typography-headline-sm-soft-compact-font-family: Archivo, -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"; // A softer font weight, tighter-spaced version of small headline style.
|
|
209
165
|
@dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
|
|
210
166
|
@dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
|
|
211
167
|
@dt-typography-headline-sm-soft-compact-font-size: 20px; // A softer font weight, tighter-spaced version of small headline style.
|
|
212
168
|
@dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
|
|
213
|
-
@dt-typography-headline-md-font-family:
|
|
169
|
+
@dt-typography-headline-md-font-family: Archivo, -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"; // Medium-sized base text style for headlines.
|
|
214
170
|
@dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
|
|
215
171
|
@dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
|
|
216
172
|
@dt-typography-headline-md-font-size: 28px; // Medium-sized base text style for headlines.
|
|
217
173
|
@dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
|
|
218
|
-
@dt-typography-headline-md-compact-font-family:
|
|
174
|
+
@dt-typography-headline-md-compact-font-family: Archivo, -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"; // A tighter-spaced version of medium headline style.
|
|
219
175
|
@dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
|
|
220
176
|
@dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
|
|
221
177
|
@dt-typography-headline-md-compact-font-size: 28px; // A tighter-spaced version of medium headline style.
|
|
222
178
|
@dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
|
|
223
|
-
@dt-typography-headline-lg-font-family:
|
|
179
|
+
@dt-typography-headline-lg-font-family: Archivo, -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"; // Large text style for headlines to attract attention.
|
|
224
180
|
@dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
|
|
225
181
|
@dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
|
|
226
182
|
@dt-typography-headline-lg-font-size: 41px; // Large text style for headlines to attract attention.
|
|
227
183
|
@dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
|
|
228
|
-
@dt-typography-headline-lg-soft-font-family:
|
|
184
|
+
@dt-typography-headline-lg-soft-font-family: Archivo, -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"; // A softer font weight version of large headline style.
|
|
229
185
|
@dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
|
|
230
186
|
@dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
|
|
231
187
|
@dt-typography-headline-lg-soft-font-size: 41px; // A softer font weight version of large headline style.
|
|
232
188
|
@dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
|
|
233
|
-
@dt-typography-headline-lg-compact-font-family:
|
|
189
|
+
@dt-typography-headline-lg-compact-font-family: Archivo, -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"; // A tighter-spaced version of large body style.
|
|
234
190
|
@dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
|
|
235
191
|
@dt-typography-headline-lg-compact-line-height: 1.4; // A tighter-spaced version of large body style.
|
|
236
192
|
@dt-typography-headline-lg-compact-font-size: 41px; // A tighter-spaced version of large body style.
|
|
237
193
|
@dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
|
|
238
|
-
@dt-typography-headline-lg-soft-compact-font-family:
|
|
194
|
+
@dt-typography-headline-lg-soft-compact-font-family: Archivo, -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"; // A softer font weight, tighter spaced version of large headline style.
|
|
239
195
|
@dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
|
|
240
196
|
@dt-typography-headline-lg-soft-compact-line-height: 1.4; // A softer font weight, tighter spaced version of large headline style.
|
|
241
197
|
@dt-typography-headline-lg-soft-compact-font-size: 41px; // A softer font weight, tighter spaced version of large headline style.
|
|
242
198
|
@dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
|
|
243
|
-
@dt-typography-headline-xl-font-family:
|
|
199
|
+
@dt-typography-headline-xl-font-family: Archivo, -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"; // Extra large text style for high importance headlines.
|
|
244
200
|
@dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
|
|
245
201
|
@dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
|
|
246
202
|
@dt-typography-headline-xl-font-size: 65px; // Extra large text style for high importance headlines.
|
|
247
203
|
@dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
|
|
248
|
-
@dt-typography-headline-xl-compact-font-family:
|
|
204
|
+
@dt-typography-headline-xl-compact-font-family: Archivo, -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"; // A tighter-spaced version of extra large headline style.
|
|
249
205
|
@dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
|
|
250
206
|
@dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
|
|
251
207
|
@dt-typography-headline-xl-compact-font-size: 65px; // A tighter-spaced version of extra large headline style.
|
|
252
208
|
@dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
|
|
253
|
-
@dt-typography-headline-xxl-font-family:
|
|
209
|
+
@dt-typography-headline-xxl-font-family: Archivo, -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"; // Largest text style for extra extra large content.
|
|
254
210
|
@dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
|
|
255
211
|
@dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
|
|
256
212
|
@dt-typography-headline-xxl-font-size: 105px; // Largest text style for extra extra large content.
|
|
257
213
|
@dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
|
|
258
|
-
@dt-typography-headline-xxl-compact-font-family:
|
|
214
|
+
@dt-typography-headline-xxl-compact-font-family: Archivo, -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"; // A tighter-spaced version of extra extra large headline style.
|
|
259
215
|
@dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
|
|
260
216
|
@dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
|
|
261
217
|
@dt-typography-headline-xxl-compact-font-size: 105px; // A tighter-spaced version of extra extra large headline style.
|
|
262
218
|
@dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
|
|
263
|
-
@dt-typography-label-md-font-family:
|
|
219
|
+
@dt-typography-label-md-font-family: Archivo, -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-sized text style for labels, providing clear identification and categorization.
|
|
264
220
|
@dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
265
221
|
@dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
266
222
|
@dt-typography-label-md-font-size: 20px; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
267
223
|
@dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
268
|
-
@dt-typography-label-md-compact-font-family:
|
|
224
|
+
@dt-typography-label-md-compact-font-family: Archivo, -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"; // A tighter-spaced version of medium label style.
|
|
269
225
|
@dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
|
|
270
226
|
@dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
|
|
271
227
|
@dt-typography-label-md-compact-font-size: 20px; // A tighter-spaced version of medium label style.
|
|
272
228
|
@dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
|
|
273
|
-
@dt-typography-label-md-plain-font-family:
|
|
229
|
+
@dt-typography-label-md-plain-font-family: Archivo, -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"; // A non-bold version of medium label style.
|
|
274
230
|
@dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
|
|
275
231
|
@dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
|
|
276
232
|
@dt-typography-label-md-plain-font-size: 20px; // A non-bold version of medium label style.
|
|
277
233
|
@dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
|
|
278
|
-
@dt-typography-label-md-plain-compact-font-family:
|
|
234
|
+
@dt-typography-label-md-plain-compact-font-family: Archivo, -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"; // A non-bolded, tighter-spaced version of medium label style.
|
|
279
235
|
@dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
|
|
280
236
|
@dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
|
|
281
237
|
@dt-typography-label-md-plain-compact-font-size: 20px; // A non-bolded, tighter-spaced version of medium label style.
|
|
282
238
|
@dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
|
|
283
|
-
@dt-typography-label-sm-font-family:
|
|
239
|
+
@dt-typography-label-sm-font-family: Archivo, -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"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
284
240
|
@dt-typography-label-sm-font-weight: 600; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
285
241
|
@dt-typography-label-sm-line-height: 1.4; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
286
242
|
@dt-typography-label-sm-font-size: 16px; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
287
243
|
@dt-typography-label-sm-text-case: none; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
288
|
-
@dt-typography-label-sm-compact-font-family:
|
|
244
|
+
@dt-typography-label-sm-compact-font-family: Archivo, -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"; // A tighter-spaced version of small label style.
|
|
289
245
|
@dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
|
|
290
246
|
@dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
|
|
291
247
|
@dt-typography-label-sm-compact-font-size: 16px; // A tighter-spaced version of small label style.
|
|
292
248
|
@dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
|
|
293
|
-
@dt-typography-label-sm-plain-font-family:
|
|
249
|
+
@dt-typography-label-sm-plain-font-family: Archivo, -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"; // A non-bold version of small label style.
|
|
294
250
|
@dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
|
|
295
251
|
@dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
|
|
296
252
|
@dt-typography-label-sm-plain-font-size: 16px; // A non-bold version of small label style.
|
|
297
253
|
@dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
|
|
298
|
-
@dt-typography-label-sm-plain-compact-font-family:
|
|
254
|
+
@dt-typography-label-sm-plain-compact-font-family: Archivo, -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"; // A non-bolded, tighter-spaced version of small label style.
|
|
299
255
|
@dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
|
|
300
256
|
@dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
|
|
301
257
|
@dt-typography-label-sm-plain-compact-font-size: 16px; // A non-bolded, tighter-spaced version of small label style.
|
|
302
258
|
@dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
|
|
303
|
-
@dt-typography-helper-md-font-family:
|
|
259
|
+
@dt-typography-helper-md-font-family: Archivo, -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-sized text style for supplementary contextual information.
|
|
304
260
|
@dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
|
|
305
261
|
@dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
|
|
306
262
|
@dt-typography-helper-md-font-size: 20px; // Base default medium-sized text style for supplementary contextual information.
|
|
307
263
|
@dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
|
|
308
|
-
@dt-typography-helper-sm-font-family:
|
|
264
|
+
@dt-typography-helper-sm-font-family: Archivo, -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"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
309
265
|
@dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
310
266
|
@dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
311
267
|
@dt-typography-helper-sm-font-size: 16px; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
@@ -365,109 +321,107 @@
|
|
|
365
321
|
@dt-inputs-color-foreground-default: #3A3A3A;
|
|
366
322
|
@dt-inputs-color-foreground-placeholder: #808080;
|
|
367
323
|
@dt-inputs-color-foreground-disabled: #808080;
|
|
368
|
-
@dt-inputs-color-border-default: hsl(0 0%
|
|
369
|
-
@dt-inputs-color-border-
|
|
370
|
-
@dt-inputs-color-border-
|
|
371
|
-
@dt-inputs-color-border-
|
|
372
|
-
@dt-inputs-color-border-
|
|
373
|
-
@dt-inputs-color-border-warning: #FF9E0E;
|
|
324
|
+
@dt-inputs-color-border-default: hsl(0 0% 0% / 0.18);
|
|
325
|
+
@dt-inputs-color-border-focus: #51A0FE;
|
|
326
|
+
@dt-inputs-color-border-critical: #EC0E0E;
|
|
327
|
+
@dt-inputs-color-border-success: #1AA340;
|
|
328
|
+
@dt-inputs-color-border-warning: #D28F2B;
|
|
374
329
|
@dt-inputs-color-border-disabled: transparent;
|
|
375
|
-
@dt-inputs-color-background-default: hsl(0 0%
|
|
376
|
-
@dt-inputs-color-background-focus:
|
|
377
|
-
@dt-inputs-color-background-disabled: hsl(0 0%
|
|
330
|
+
@dt-inputs-color-background-default: hsl(0 0% 0% / 0.03);
|
|
331
|
+
@dt-inputs-color-background-focus: hsl(0 0% 0% / 0.01);
|
|
332
|
+
@dt-inputs-color-background-disabled: hsl(0 0% 0% / 0.12);
|
|
378
333
|
@dt-action-color-foreground-base-default: #7C52FF;
|
|
379
|
-
@dt-action-color-foreground-base-hover:
|
|
380
|
-
@dt-action-color-foreground-base-active:
|
|
334
|
+
@dt-action-color-foreground-base-hover: hsl(255 100% 63.4%);
|
|
335
|
+
@dt-action-color-foreground-base-active: hsl(255 100% 63.4%);
|
|
381
336
|
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
382
|
-
@dt-action-color-foreground-critical-default: #
|
|
383
|
-
@dt-action-color-foreground-critical-hover:
|
|
384
|
-
@dt-action-color-foreground-critical-active:
|
|
337
|
+
@dt-action-color-foreground-critical-default: #EC0E0E;
|
|
338
|
+
@dt-action-color-foreground-critical-hover: hsl(0 88.8% 45.1%);
|
|
339
|
+
@dt-action-color-foreground-critical-active: hsl(0 88.8% 45.1%);
|
|
385
340
|
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
386
|
-
@dt-action-color-foreground-inverted-default: #
|
|
387
|
-
@dt-action-color-foreground-inverted-hover: #
|
|
388
|
-
@dt-action-color-foreground-inverted-active: #
|
|
341
|
+
@dt-action-color-foreground-inverted-default: #ffffff;
|
|
342
|
+
@dt-action-color-foreground-inverted-hover: #ffffff;
|
|
343
|
+
@dt-action-color-foreground-inverted-active: #ffffff;
|
|
389
344
|
@dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
390
|
-
@dt-action-color-foreground-inverted-primary-hover: #
|
|
391
|
-
@dt-action-color-foreground-inverted-primary-active: #
|
|
345
|
+
@dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
346
|
+
@dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
392
347
|
@dt-action-color-foreground-muted-default: #3A3A3A;
|
|
393
|
-
@dt-action-color-foreground-muted-hover: #
|
|
394
|
-
@dt-action-color-foreground-muted-active: #
|
|
348
|
+
@dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
349
|
+
@dt-action-color-foreground-muted-active: #3A3A3A;
|
|
395
350
|
@dt-action-color-foreground-disabled-default: #808080;
|
|
396
|
-
@dt-action-color-foreground-positive-default: #
|
|
397
|
-
@dt-action-color-foreground-positive-hover:
|
|
398
|
-
@dt-action-color-foreground-positive-active:
|
|
351
|
+
@dt-action-color-foreground-positive-default: #1AA340;
|
|
352
|
+
@dt-action-color-foreground-positive-hover: hsl(137 72.5% 30.4%);
|
|
353
|
+
@dt-action-color-foreground-positive-active: hsl(137 72.5% 30.4%);
|
|
399
354
|
@dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
400
355
|
@dt-action-color-background-base-default: transparent;
|
|
401
|
-
@dt-action-color-background-base-hover: hsl(
|
|
402
|
-
@dt-action-color-background-base-active: hsl(
|
|
356
|
+
@dt-action-color-background-base-hover: hsl(255 100% 66.1% / 0.14);
|
|
357
|
+
@dt-action-color-background-base-active: hsl(255 100% 66.1% / 0.18);
|
|
403
358
|
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
404
|
-
@dt-action-color-background-base-primary-hover:
|
|
405
|
-
@dt-action-color-background-base-primary-active:
|
|
359
|
+
@dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
|
|
360
|
+
@dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
|
|
406
361
|
@dt-action-color-background-critical-default: transparent;
|
|
407
|
-
@dt-action-color-background-critical-hover: hsl(
|
|
408
|
-
@dt-action-color-background-critical-active: hsl(
|
|
409
|
-
@dt-action-color-background-critical-primary-default: #
|
|
410
|
-
@dt-action-color-background-critical-primary-hover:
|
|
411
|
-
@dt-action-color-background-critical-primary-active:
|
|
362
|
+
@dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.07);
|
|
363
|
+
@dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.12);
|
|
364
|
+
@dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
365
|
+
@dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
|
|
366
|
+
@dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
|
|
412
367
|
@dt-action-color-background-inverted-default: transparent;
|
|
413
|
-
@dt-action-color-background-inverted-hover: hsl(0 0% 100% / 0.
|
|
414
|
-
@dt-action-color-background-inverted-active: hsl(0 0% 100% / 0.
|
|
415
|
-
@dt-action-color-background-inverted-primary-default: #
|
|
368
|
+
@dt-action-color-background-inverted-hover: hsl(0 0% 100% / 0.15);
|
|
369
|
+
@dt-action-color-background-inverted-active: hsl(0 0% 100% / 0.3);
|
|
370
|
+
@dt-action-color-background-inverted-primary-default: #ffffff;
|
|
416
371
|
@dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
417
|
-
@dt-action-color-background-inverted-primary-active:
|
|
372
|
+
@dt-action-color-background-inverted-primary-active: hsl(260 100% 93.2%);
|
|
418
373
|
@dt-action-color-background-muted-default: transparent;
|
|
419
|
-
@dt-action-color-background-muted-hover: hsl(0 0%
|
|
420
|
-
@dt-action-color-background-muted-active: hsl(0 0%
|
|
421
|
-
@dt-action-color-background-disabled-default:
|
|
374
|
+
@dt-action-color-background-muted-hover: hsl(0 0% 13.3% / 0.1);
|
|
375
|
+
@dt-action-color-background-muted-active: hsl(0 0% 13.3% / 0.16);
|
|
376
|
+
@dt-action-color-background-disabled-default: #D2D2D2;
|
|
422
377
|
@dt-action-color-background-positive-default: transparent;
|
|
423
|
-
@dt-action-color-background-positive-hover: hsl(
|
|
424
|
-
@dt-action-color-background-positive-active: hsl(
|
|
425
|
-
@dt-action-color-background-positive-primary-default: #
|
|
426
|
-
@dt-action-color-background-positive-primary-hover:
|
|
427
|
-
@dt-action-color-background-positive-primary-active: hsl(
|
|
378
|
+
@dt-action-color-background-positive-hover: hsl(111 53.8% 98%);
|
|
379
|
+
@dt-action-color-background-positive-active: hsl(137 72.5% 37.1% / 0.08);
|
|
380
|
+
@dt-action-color-background-positive-primary-default: #1AA340;
|
|
381
|
+
@dt-action-color-background-positive-primary-hover: hsl(137 72.5% 33.4%);
|
|
382
|
+
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
428
383
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
429
|
-
@dt-action-color-border-critical-outlined-default: #
|
|
430
|
-
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.
|
|
431
|
-
@dt-action-color-border-muted-outlined-default: hsl(0 0%
|
|
432
|
-
@dt-
|
|
433
|
-
@dt-theme-color-
|
|
434
|
-
@dt-theme-topbar-color-foreground: hsl(0 0% 11% / 0.8);
|
|
384
|
+
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
385
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.22);
|
|
386
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / 0.18);
|
|
387
|
+
@dt-theme-color-base: #000000;
|
|
388
|
+
@dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
435
389
|
@dt-theme-topbar-color-background: #F9F9F9;
|
|
436
|
-
@dt-theme-topbar-field-color-foreground: hsl(0 0%
|
|
437
|
-
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0%
|
|
438
|
-
@dt-theme-topbar-field-color-background: hsl(0 0%
|
|
390
|
+
@dt-theme-topbar-field-color-foreground: hsl(0 0% 0% / 0.5);
|
|
391
|
+
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 0% / 0.75);
|
|
392
|
+
@dt-theme-topbar-field-color-background: hsl(0 0% 0% / 0.05);
|
|
439
393
|
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
|
|
440
|
-
@dt-theme-topbar-field-color-border: hsl(0 0%
|
|
441
|
-
@dt-theme-topbar-field-color-border-hover: hsl(0 0%
|
|
442
|
-
@dt-theme-topbar-field-color-border-active: hsl(0 0%
|
|
443
|
-
@dt-theme-topbar-button-color-foreground: hsl(0 0%
|
|
444
|
-
@dt-theme-topbar-button-color-foreground-hover: #
|
|
445
|
-
@dt-theme-topbar-button-color-background: hsl(0 0%
|
|
446
|
-
@dt-theme-topbar-button-color-background-hover: hsl(0 0%
|
|
447
|
-
@dt-theme-topbar-button-color-background-active: hsl(0 0%
|
|
448
|
-
@dt-theme-topbar-profile-color-foreground: hsl(0 0%
|
|
449
|
-
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0%
|
|
450
|
-
@dt-theme-topbar-profile-color-background: hsl(0 0%
|
|
451
|
-
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0%
|
|
452
|
-
@dt-theme-topbar-profile-color-background-hover: hsl(0 0%
|
|
453
|
-
@dt-theme-topbar-profile-color-background-active: hsl(0 0%
|
|
394
|
+
@dt-theme-topbar-field-color-border: hsl(0 0% 0% / 0);
|
|
395
|
+
@dt-theme-topbar-field-color-border-hover: hsl(0 0% 0% / 0.1);
|
|
396
|
+
@dt-theme-topbar-field-color-border-active: hsl(0 0% 0% / 0.2);
|
|
397
|
+
@dt-theme-topbar-button-color-foreground: hsl(0 0% 0% / 0.65);
|
|
398
|
+
@dt-theme-topbar-button-color-foreground-hover: #000000;
|
|
399
|
+
@dt-theme-topbar-button-color-background: hsl(0 0% 0% / 0);
|
|
400
|
+
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 0% / 0.05);
|
|
401
|
+
@dt-theme-topbar-button-color-background-active: hsl(0 0% 0% / 0.1);
|
|
402
|
+
@dt-theme-topbar-profile-color-foreground: hsl(0 0% 0% / 0.75);
|
|
403
|
+
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 100% / 0.75);
|
|
404
|
+
@dt-theme-topbar-profile-color-background: hsl(0 0% 0% / 0.05);
|
|
405
|
+
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 0% / 0.75);
|
|
406
|
+
@dt-theme-topbar-profile-color-background-hover: hsl(0 0% 0% / 0.1);
|
|
407
|
+
@dt-theme-topbar-profile-color-background-active: hsl(0 0% 0% / 0.14);
|
|
454
408
|
@dt-theme-sidebar-color-foreground: #3A3A3A;
|
|
455
|
-
@dt-theme-sidebar-color-foreground-unread: #
|
|
409
|
+
@dt-theme-sidebar-color-foreground-unread: #000000;
|
|
456
410
|
@dt-theme-sidebar-color-background: #F9F9F9;
|
|
457
411
|
@dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
458
|
-
@dt-theme-sidebar-status-color-foreground: #
|
|
459
|
-
@dt-theme-sidebar-row-color-background: hsl(0 0%
|
|
460
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(0 0%
|
|
461
|
-
@dt-theme-sidebar-row-color-background-active: hsl(0 0%
|
|
462
|
-
@dt-theme-sidebar-selected-row-color-foreground: #
|
|
463
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(0 0%
|
|
464
|
-
@dt-theme-sidebar-section-color-foreground: #
|
|
465
|
-
@dt-theme-presence-color-background-available: #
|
|
466
|
-
@dt-theme-presence-color-background-busy-unavailable: #
|
|
467
|
-
@dt-theme-presence-color-background-busy: #
|
|
412
|
+
@dt-theme-sidebar-status-color-foreground: #555555;
|
|
413
|
+
@dt-theme-sidebar-row-color-background: hsl(0 0% 0% / 0);
|
|
414
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 0% / 0.12);
|
|
415
|
+
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 0% / 0.16);
|
|
416
|
+
@dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
417
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 0% / 0.1);
|
|
418
|
+
@dt-theme-sidebar-section-color-foreground: #555555;
|
|
419
|
+
@dt-theme-presence-color-background-available: #1AA340;
|
|
420
|
+
@dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
421
|
+
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
468
422
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
469
423
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
470
|
-
@dt-theme-mention-color-foreground-strong: #
|
|
424
|
+
@dt-theme-mention-color-foreground-strong: #ffffff;
|
|
471
425
|
@dt-theme-mention-color-background: #7C52FF;
|
|
472
426
|
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
473
427
|
@dt-avatar-color-foreground: #000000;
|
|
@@ -490,29 +444,25 @@
|
|
|
490
444
|
@dt-avatar-color-background-1700: #ffd646;
|
|
491
445
|
@dt-avatar-color-background-1800: #f1dab7;
|
|
492
446
|
@dt-avatar-color-background-000: #e0e0e0;
|
|
493
|
-
@dt-badge-color-background-default: hsl(0 0%
|
|
494
|
-
@dt-badge-color-background-info: #
|
|
495
|
-
@dt-badge-color-background-success: #
|
|
496
|
-
@dt-badge-color-background-warning: #
|
|
497
|
-
@dt-badge-color-background-critical: #
|
|
447
|
+
@dt-badge-color-background-default: hsl(0 0% 0% / 0.09);
|
|
448
|
+
@dt-badge-color-background-info: #EAF2FA;
|
|
449
|
+
@dt-badge-color-background-success: #EDF9EB;
|
|
450
|
+
@dt-badge-color-background-warning: #FFF4CC;
|
|
451
|
+
@dt-badge-color-background-critical: #FFE5E6;
|
|
498
452
|
@dt-badge-color-background-bulletin: #7C52FF;
|
|
499
|
-
@dt-badge-color-background-bulletin-subtle:
|
|
500
|
-
@dt-badge-color-background-ai: linear-gradient(
|
|
453
|
+
@dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / 0.1);
|
|
454
|
+
@dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
|
|
501
455
|
@dt-badge-color-foreground-default: #000000;
|
|
502
456
|
@dt-badge-color-foreground-bulletin: #ffffff;
|
|
503
|
-
@dt-badge-color-foreground-bulletin-subtle:
|
|
504
|
-
@dt-badge-color-
|
|
505
|
-
@dt-badge-color-border-default: hsl(0 0% 11% / 0.11);
|
|
457
|
+
@dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);
|
|
458
|
+
@dt-badge-color-border-default: hsl(0 0% 0% / 0.1);
|
|
506
459
|
@dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
|
|
507
460
|
@dt-checkbox-size-width: 1.6rem;
|
|
508
461
|
@dt-checkbox-size-height: 1.6rem;
|
|
509
462
|
@dt-checkbox-size-radius: 0.4rem;
|
|
510
|
-
@dt-checkbox-color-border-unchecked: hsl(0 0%
|
|
511
|
-
@dt-checkbox-color-border-unchecked-hover: hsl(0 0% 11% / 0.5);
|
|
463
|
+
@dt-checkbox-color-border-unchecked: hsl(0 0% 0% / 0.34);
|
|
512
464
|
@dt-checkbox-color-border-checked: #7C52FF;
|
|
513
465
|
@dt-checkbox-color-background-checked: #7C52FF;
|
|
514
|
-
@dt-checkbox-color-foreground-default: transparent;
|
|
515
|
-
@dt-checkbox-color-foreground-checked: #F9F9F9;
|
|
516
466
|
@dt-icon-size-100: 12px;
|
|
517
467
|
@dt-icon-size-200: 14px;
|
|
518
468
|
@dt-icon-size-300: 18px;
|
|
@@ -532,9 +482,6 @@
|
|
|
532
482
|
@dt-radio-size-width: 1.6rem;
|
|
533
483
|
@dt-radio-size-height: 1.6rem;
|
|
534
484
|
@dt-radio-size-radius: 50%;
|
|
535
|
-
@dt-radio-color-border-unchecked: hsl(0 0%
|
|
536
|
-
@dt-radio-color-border-unchecked-hover: hsl(0 0% 11% / 0.5);
|
|
485
|
+
@dt-radio-color-border-unchecked: hsl(0 0% 0% / 0.34);
|
|
537
486
|
@dt-radio-color-border-checked: #7C52FF;
|
|
538
487
|
@dt-radio-color-background-checked: #7C52FF;
|
|
539
|
-
@dt-radio-color-foreground-default: transparent;
|
|
540
|
-
@dt-radio-color-foreground-checked: #F9F9F9;
|