@dialpad/dialtone 9.100.0 → 9.101.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/tokens/tokens-base-deca-dark.css +392 -287
- package/dist/css/tokens/tokens-base-deca-light.css +351 -246
- package/dist/css/tokens/tokens-deca-dark.css +868 -574
- package/dist/css/tokens/tokens-deca-light.css +825 -531
- package/dist/tokens/css/tokens-base-deca-dark.css +392 -287
- package/dist/tokens/css/tokens-base-deca-light.css +351 -246
- package/dist/tokens/css/tokens-deca-dark.css +868 -574
- package/dist/tokens/css/tokens-deca-light.css +825 -531
- package/dist/tokens/doc.json +22446 -18133
- package/dist/tokens/less/tokens-base-deca-dark.less +78 -63
- package/dist/tokens/less/tokens-base-deca-light.less +66 -51
- package/dist/tokens/less/tokens-deca-dark.less +122 -80
- package/dist/tokens/less/tokens-deca-light.less +102 -60
- 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/tokens-base-deca-dark.json +78 -63
- package/dist/tokens/tokens-base-deca-light.json +66 -51
- package/dist/tokens/tokens-deca-dark.json +120 -78
- package/dist/tokens/tokens-deca-light.json +91 -49
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
@dt-color-foreground-muted: hsl(0 0% 0% / 0.5);
|
|
9
9
|
@dt-color-foreground-placeholder: #808080; // Text color for placeholder text within form elements.
|
|
10
10
|
@dt-color-foreground-disabled: #808080; // Used for text paired with disabled content or components, like the form elements.
|
|
11
|
-
@dt-color-foreground-critical: #
|
|
11
|
+
@dt-color-foreground-critical: #FF1356; // 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.
|
|
@@ -19,21 +19,21 @@
|
|
|
19
19
|
@dt-color-foreground-muted-inverted: hsl(0 0% 97.6% / 0.65); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
20
20
|
@dt-color-foreground-placeholder-inverted: #AAAAAA; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
21
21
|
@dt-color-foreground-disabled-inverted: #AAAAAA; // Disabled text color that sits on high-contrast surfaces or backgrounds.
|
|
22
|
-
@dt-color-foreground-critical-inverted: #
|
|
23
|
-
@dt-color-foreground-critical-strong-inverted: #
|
|
22
|
+
@dt-color-foreground-critical-inverted: #FFABA4; // Critical text that sits on high-contrast surfaces or backgrounds
|
|
23
|
+
@dt-color-foreground-critical-strong-inverted: #FFE5E6; // 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
|
-
@dt-color-foreground-success-strong-inverted: #
|
|
26
|
-
@dt-color-foreground-warning-inverted: #
|
|
25
|
+
@dt-color-foreground-success-strong-inverted: #DBFFA9; // Success strong text that sits on high-contrast surfaces or backgrounds
|
|
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: #
|
|
28
|
+
@dt-color-link-critical: #FF1356;
|
|
29
29
|
@dt-color-link-success: #008E52; // positive
|
|
30
30
|
@dt-color-link-warning: #815008;
|
|
31
31
|
@dt-color-link-muted: #3A3A3A;
|
|
32
32
|
@dt-color-link-disabled: #808080;
|
|
33
|
-
@dt-color-link-primary-inverted: #
|
|
34
|
-
@dt-color-link-critical-inverted: #
|
|
33
|
+
@dt-color-link-primary-inverted: #C2A3FF;
|
|
34
|
+
@dt-color-link-critical-inverted: #FFABA4;
|
|
35
35
|
@dt-color-link-success-inverted: #AEFB3C;
|
|
36
|
-
@dt-color-link-warning-inverted: #
|
|
36
|
+
@dt-color-link-warning-inverted: #FF9E0E;
|
|
37
37
|
@dt-color-link-muted-inverted: #E9E9E9;
|
|
38
38
|
@dt-color-link-disabled-inverted: #AAAAAA;
|
|
39
39
|
@dt-color-link-primary-hover: #5023DD;
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
@dt-color-link-muted-hover: #1C1C1C;
|
|
44
44
|
@dt-color-link-disabled-hover: #808080;
|
|
45
45
|
@dt-color-link-primary-inverted-hover: #DAC7FF;
|
|
46
|
-
@dt-color-link-critical-inverted-hover: #
|
|
47
|
-
@dt-color-link-success-inverted-hover: #
|
|
48
|
-
@dt-color-link-warning-inverted-hover: #
|
|
46
|
+
@dt-color-link-critical-inverted-hover: #FFE5E6;
|
|
47
|
+
@dt-color-link-success-inverted-hover: #DBFFA9;
|
|
48
|
+
@dt-color-link-warning-inverted-hover: #FFDB80;
|
|
49
49
|
@dt-color-link-muted-inverted-hover: #F9F9F9;
|
|
50
50
|
@dt-color-link-disabled-inverted-hover: #AAAAAA;
|
|
51
51
|
@dt-color-surface-secondary-opaque: hsl(0 0% 11% / 0.02); // Secondary surface as opaque background color.
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
@dt-color-surface-contrast-opaque: hsl(0 0% 11% / 0.94); // Contrast surface as opaque background color.
|
|
56
56
|
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
57
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(
|
|
58
|
+
@dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
|
|
59
59
|
@dt-color-surface-warning-opaque: hsl(46.1 100% 80.6% / 0.5); // Warning surface as opaque background color
|
|
60
60
|
@dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
|
|
61
61
|
@dt-color-surface-success-opaque: hsl(85.1 100% 83.1% / 0.25); // Success surface as opaque background color.
|
|
@@ -69,57 +69,94 @@
|
|
|
69
69
|
@dt-color-surface-strong: #535353; // Use sparingly to draw the eye to a relatively important region.
|
|
70
70
|
@dt-color-surface-contrast: #252525; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
71
71
|
@dt-color-surface-critical: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
72
|
-
@dt-color-surface-critical-subtle:
|
|
73
|
-
@dt-color-surface-critical-strong: #
|
|
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
74
|
@dt-color-surface-warning: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
75
|
-
@dt-color-surface-warning-subtle:
|
|
76
|
-
@dt-color-surface-warning-strong: #
|
|
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
77
|
@dt-color-surface-success: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
78
|
-
@dt-color-surface-success-subtle:
|
|
78
|
+
@dt-color-surface-success-subtle: #f6fcf5; // A softer version of the default success surface.
|
|
79
79
|
@dt-color-surface-success-strong: #008E52; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
80
80
|
@dt-color-surface-info: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
81
|
-
@dt-color-surface-info-subtle:
|
|
81
|
+
@dt-color-surface-info-subtle: #f5f9fd; // A softer version of the default informational surface.
|
|
82
82
|
@dt-color-surface-info-strong: #1768C6; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
83
|
+
@dt-color-surface-secondary-inverted: #252525; // For adjacent or complementary regions.
|
|
84
|
+
@dt-color-surface-moderate-inverted: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
|
|
85
|
+
@dt-color-surface-bold-inverted: #535353; // Highlight or call attention to specific areas of the interface.
|
|
86
|
+
@dt-color-surface-strong-inverted: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
|
|
87
|
+
@dt-color-surface-contrast-inverted: #F9F9F9; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
88
|
+
@dt-color-surface-primary-inverted: #000000; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
89
|
+
@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
|
+
@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
|
+
@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
|
+
@dt-color-surface-info-inverted: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
83
99
|
@dt-color-surface-brand: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
84
|
-
@dt-color-surface-brand-
|
|
100
|
+
@dt-color-surface-brand-inverted: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
101
|
+
@dt-color-surface-info-subtle-inverted: #010B16; // A softer version of the default informational surface.
|
|
102
|
+
@dt-color-surface-brand-subtle: #f9f6ff; // A softer version of the default informational surface.
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #0E002A; // A softer version of the default informational surface.
|
|
104
|
+
@dt-color-surface-info-strong-inverted: #4AA9EA; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
85
105
|
@dt-color-surface-brand-strong: #7C52FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
106
|
+
@dt-color-surface-brand-strong-inverted: #AB7EFF; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
107
|
+
@dt-color-surface-primary-opaque: hsl(0 0% 0% / 0.2); // Primary surface as opaque background color.
|
|
108
|
+
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 100% / 0.15); // Secondary surface as opaque background color.
|
|
109
|
+
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 100% / 0.23); // Moderate surface as opaque background color.
|
|
110
|
+
@dt-color-surface-bold-opaque-inverted: hsl(0 0% 100% / 0.32); // Bold surface as opaque background color.
|
|
111
|
+
@dt-color-surface-strong-opaque-inverted: hsl(0 0% 100% / 0.67); // Strong surface as opaque background color.
|
|
112
|
+
@dt-color-surface-contrast-opaque-inverted: hsl(0 0% 100% / 0.97); // Contrast surface as opaque background color.
|
|
113
|
+
@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
|
+
@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
|
+
@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
|
+
@dt-color-surface-info-opaque-inverted: hsl(211 100% 8.04% / 0.6); // Info surface as opaque background color.
|
|
86
120
|
@dt-color-surface-brand-opaque: hsl(260 100% 89% / 0.27); // Info surface as opaque background color.
|
|
121
|
+
@dt-color-surface-brand-opaque-inverted: hsl(260 97.7% 16.9% / 0.8); // Info surface as opaque background color.
|
|
122
|
+
@dt-color-surface-info-subtle-opaque-inverted: hsl(211 91.3% 4.51% / 0.66); // Info surface as opaque background color.
|
|
87
123
|
@dt-color-surface-brand-subtle-opaque: hsl(260 100% 89% / 0.2); // Info surface as opaque background color.
|
|
88
|
-
@dt-color-
|
|
89
|
-
@dt-color-border-
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 100% 8.24% / 0.66); // Info surface as opaque background color.
|
|
125
|
+
@dt-color-border-subtle: hsl(0 0% 11% / 0.11);
|
|
126
|
+
@dt-color-border-default: hsl(0 0% 11% / 0.17);
|
|
90
127
|
@dt-color-border-moderate: hsl(0 0% 11% / 0.25);
|
|
91
128
|
@dt-color-border-bold: hsl(0 0% 11% / 0.5);
|
|
92
129
|
@dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.12);
|
|
93
130
|
@dt-color-border-default-inverted: hsl(0 0% 100% / 0.2);
|
|
94
131
|
@dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.35);
|
|
95
132
|
@dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
|
|
96
|
-
@dt-color-border-focus: #
|
|
133
|
+
@dt-color-border-focus: #2C83D5;
|
|
97
134
|
@dt-color-border-critical: #FF1356;
|
|
98
|
-
@dt-color-border-success: #
|
|
99
|
-
@dt-color-border-warning: #
|
|
135
|
+
@dt-color-border-success: #2EA834;
|
|
136
|
+
@dt-color-border-warning: #FF9E0E;
|
|
100
137
|
@dt-color-border-brand: #7C52FF;
|
|
101
138
|
@dt-color-border-ai: linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%);
|
|
102
139
|
@dt-color-border-accent: #FF1BA4;
|
|
103
140
|
@dt-color-border-critical-subtle: #FF716F;
|
|
104
|
-
@dt-color-border-critical-strong: #
|
|
105
|
-
@dt-color-border-success-subtle: #
|
|
141
|
+
@dt-color-border-critical-strong: #93173A;
|
|
142
|
+
@dt-color-border-success-subtle: #D1FF76;
|
|
106
143
|
@dt-color-border-success-strong: #004F2E;
|
|
107
|
-
@dt-color-border-warning-subtle: #
|
|
108
|
-
@dt-color-border-warning-strong: #
|
|
109
|
-
@dt-color-border-brand-subtle: #
|
|
110
|
-
@dt-color-border-brand-strong: #
|
|
144
|
+
@dt-color-border-warning-subtle: #FFDB80;
|
|
145
|
+
@dt-color-border-warning-strong: #D57F00;
|
|
146
|
+
@dt-color-border-brand-subtle: #C2A3FF;
|
|
147
|
+
@dt-color-border-brand-strong: #5023DD;
|
|
111
148
|
@dt-color-border-critical-inverted: #FF716F;
|
|
112
|
-
@dt-color-border-success-inverted: #
|
|
113
|
-
@dt-color-border-warning-inverted: #
|
|
114
|
-
@dt-color-border-brand-inverted: #
|
|
115
|
-
@dt-color-border-critical-subtle-inverted: #
|
|
149
|
+
@dt-color-border-success-inverted: #52C926;
|
|
150
|
+
@dt-color-border-warning-inverted: #EA8F07;
|
|
151
|
+
@dt-color-border-brand-inverted: #AB7EFF;
|
|
152
|
+
@dt-color-border-critical-subtle-inverted: #640823;
|
|
116
153
|
@dt-color-border-critical-strong-inverted: #FFABA4;
|
|
117
|
-
@dt-color-border-success-subtle-inverted: #
|
|
118
|
-
@dt-color-border-success-strong-inverted: #
|
|
119
|
-
@dt-color-border-warning-subtle-inverted: #
|
|
120
|
-
@dt-color-border-warning-strong-inverted: #
|
|
121
|
-
@dt-color-border-brand-subtle-inverted: #
|
|
122
|
-
@dt-color-border-brand-strong-inverted: #
|
|
154
|
+
@dt-color-border-success-subtle-inverted: #004F2E;
|
|
155
|
+
@dt-color-border-success-strong-inverted: #84EE0B;
|
|
156
|
+
@dt-color-border-warning-subtle-inverted: #815008;
|
|
157
|
+
@dt-color-border-warning-strong-inverted: #FFDB80;
|
|
158
|
+
@dt-color-border-brand-subtle-inverted: #7C52FF;
|
|
159
|
+
@dt-color-border-brand-strong-inverted: #DAC7FF;
|
|
123
160
|
@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.
|
|
124
161
|
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
125
162
|
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
@@ -340,11 +377,11 @@
|
|
|
340
377
|
@dt-inputs-color-foreground-default: #3A3A3A;
|
|
341
378
|
@dt-inputs-color-foreground-placeholder: #808080;
|
|
342
379
|
@dt-inputs-color-foreground-disabled: #808080;
|
|
343
|
-
@dt-inputs-color-border-default: hsl(0 0% 11% / 0.
|
|
344
|
-
@dt-inputs-color-border-focus: #
|
|
380
|
+
@dt-inputs-color-border-default: hsl(0 0% 11% / 0.17);
|
|
381
|
+
@dt-inputs-color-border-focus: #2C83D5;
|
|
345
382
|
@dt-inputs-color-border-critical: #FF1356;
|
|
346
|
-
@dt-inputs-color-border-success: #
|
|
347
|
-
@dt-inputs-color-border-warning: #
|
|
383
|
+
@dt-inputs-color-border-success: #2EA834;
|
|
384
|
+
@dt-inputs-color-border-warning: #FF9E0E;
|
|
348
385
|
@dt-inputs-color-border-disabled: transparent;
|
|
349
386
|
@dt-inputs-color-background-default: hsl(0 0% 11% / 0.02);
|
|
350
387
|
@dt-inputs-color-background-focus: #F9F9F9;
|
|
@@ -353,7 +390,7 @@
|
|
|
353
390
|
@dt-action-color-foreground-base-hover: #5023DD;
|
|
354
391
|
@dt-action-color-foreground-base-active: #5023DD;
|
|
355
392
|
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
356
|
-
@dt-action-color-foreground-critical-default: #
|
|
393
|
+
@dt-action-color-foreground-critical-default: #FF1356;
|
|
357
394
|
@dt-action-color-foreground-critical-hover: #AF0032;
|
|
358
395
|
@dt-action-color-foreground-critical-active: #AF0032;
|
|
359
396
|
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
@@ -373,15 +410,15 @@
|
|
|
373
410
|
@dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
374
411
|
@dt-action-color-background-base-default: transparent;
|
|
375
412
|
@dt-action-color-background-base-hover: hsl(260 100% 89% / 0.27);
|
|
376
|
-
@dt-action-color-background-base-active:
|
|
413
|
+
@dt-action-color-background-base-active: hsl(260 100% 79.2% / 0.27);
|
|
377
414
|
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
378
415
|
@dt-action-color-background-base-primary-hover: #6538F1;
|
|
379
416
|
@dt-action-color-background-base-primary-active: #5023DD;
|
|
380
417
|
@dt-action-color-background-critical-default: transparent;
|
|
381
418
|
@dt-action-color-background-critical-hover: hsl(4.62 100% 82.2% / 0.31);
|
|
382
|
-
@dt-action-color-background-critical-active:
|
|
419
|
+
@dt-action-color-background-critical-active: hsl(4.62 100% 73.2% / 0.31);
|
|
383
420
|
@dt-action-color-background-critical-primary-default: #FF1356;
|
|
384
|
-
@dt-action-color-background-critical-primary-hover: #
|
|
421
|
+
@dt-action-color-background-critical-primary-hover: #D90A45;
|
|
385
422
|
@dt-action-color-background-critical-primary-active: #AF0032;
|
|
386
423
|
@dt-action-color-background-inverted-default: transparent;
|
|
387
424
|
@dt-action-color-background-inverted-hover: #535353;
|
|
@@ -391,18 +428,18 @@
|
|
|
391
428
|
@dt-action-color-background-inverted-primary-active: #DAC7FF;
|
|
392
429
|
@dt-action-color-background-muted-default: transparent;
|
|
393
430
|
@dt-action-color-background-muted-hover: hsl(0 0% 11% / 0.1);
|
|
394
|
-
@dt-action-color-background-muted-active: hsl(0 0% 11% / 0.
|
|
431
|
+
@dt-action-color-background-muted-active: hsl(0 0% 11% / 0.14);
|
|
395
432
|
@dt-action-color-background-disabled-default: hsl(0 0% 11% / 0.19);
|
|
396
433
|
@dt-action-color-background-positive-default: transparent;
|
|
397
434
|
@dt-action-color-background-positive-hover: hsl(85.1 100% 83.1% / 0.25);
|
|
398
|
-
@dt-action-color-background-positive-active:
|
|
399
|
-
@dt-action-color-background-positive-primary-default: #
|
|
435
|
+
@dt-action-color-background-positive-active: hsl(85.1 100% 58.2% / 0.25);
|
|
436
|
+
@dt-action-color-background-positive-primary-default: #2EA834; // Postive, accepting, or success actions.
|
|
400
437
|
@dt-action-color-background-positive-primary-hover: #008E52;
|
|
401
|
-
@dt-action-color-background-positive-primary-active:
|
|
438
|
+
@dt-action-color-background-positive-primary-active: hsl(155 100% 24.8%);
|
|
402
439
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
403
440
|
@dt-action-color-border-critical-outlined-default: #FF1356;
|
|
404
441
|
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.2);
|
|
405
|
-
@dt-action-color-border-muted-outlined-default: hsl(0 0% 11% / 0.
|
|
442
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 11% / 0.17);
|
|
406
443
|
@dt-theme-color-base: #1C1C1C;
|
|
407
444
|
@dt-theme-topbar-color-foreground: hsl(0 0% 11% / 0.8);
|
|
408
445
|
@dt-theme-topbar-color-background: #F9F9F9;
|
|
@@ -430,12 +467,12 @@
|
|
|
430
467
|
@dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
431
468
|
@dt-theme-sidebar-status-color-foreground: #535353;
|
|
432
469
|
@dt-theme-sidebar-row-color-background: hsl(0 0% 11% / 0);
|
|
433
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 11% / 0.
|
|
434
|
-
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 11% / 0.
|
|
470
|
+
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 11% / 0.11);
|
|
471
|
+
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 11% / 0.15);
|
|
435
472
|
@dt-theme-sidebar-selected-row-color-foreground: #1C1C1C;
|
|
436
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.
|
|
473
|
+
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
|
|
437
474
|
@dt-theme-sidebar-section-color-foreground: #535353;
|
|
438
|
-
@dt-theme-presence-color-background-available: #
|
|
475
|
+
@dt-theme-presence-color-background-available: #52C926;
|
|
439
476
|
@dt-theme-presence-color-background-busy-unavailable: #FF1356;
|
|
440
477
|
@dt-theme-presence-color-background-busy: #FF9E0E;
|
|
441
478
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
@@ -471,10 +508,11 @@
|
|
|
471
508
|
@dt-badge-color-background-bulletin: #7C52FF;
|
|
472
509
|
@dt-badge-color-background-bulletin-subtle: #DAC7FF;
|
|
473
510
|
@dt-badge-color-background-ai: linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%);
|
|
474
|
-
@dt-badge-color-foreground-default: #
|
|
511
|
+
@dt-badge-color-foreground-default: #000000;
|
|
475
512
|
@dt-badge-color-foreground-bulletin: #ffffff;
|
|
476
513
|
@dt-badge-color-foreground-bulletin-subtle: #3A1D95;
|
|
477
|
-
@dt-badge-color-
|
|
514
|
+
@dt-badge-color-foreground-ai: #ffffff;
|
|
515
|
+
@dt-badge-color-border-default: hsl(0 0% 11% / 0.11);
|
|
478
516
|
@dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
|
|
479
517
|
@dt-button-font-size-xs: 12px; // Extra small Button text size
|
|
480
518
|
@dt-button-font-size-sm: 12px; // Small Button text size
|
|
@@ -502,6 +540,8 @@
|
|
|
502
540
|
@dt-checkbox-color-border-unchecked: hsl(0 0% 11% / 0.25);
|
|
503
541
|
@dt-checkbox-color-border-checked: #7C52FF;
|
|
504
542
|
@dt-checkbox-color-background-checked: #7C52FF;
|
|
543
|
+
@dt-checkbox-color-foreground-default: transparent;
|
|
544
|
+
@dt-checkbox-color-foreground-checked: #F9F9F9;
|
|
505
545
|
@dt-icon-size-100: 12px;
|
|
506
546
|
@dt-icon-size-200: 14px;
|
|
507
547
|
@dt-icon-size-300: 18px;
|
|
@@ -524,3 +564,5 @@
|
|
|
524
564
|
@dt-radio-color-border-unchecked: hsl(0 0% 11% / 0.25);
|
|
525
565
|
@dt-radio-color-border-checked: #7C52FF;
|
|
526
566
|
@dt-radio-color-background-checked: #7C52FF;
|
|
567
|
+
@dt-radio-color-foreground-default: transparent;
|
|
568
|
+
@dt-radio-color-foreground-checked: #F9F9F9;
|