@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
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
@dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
|
|
6
6
|
@dt-color-foreground-secondary: #c7c7c7; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
7
7
|
@dt-color-foreground-tertiary: #B0B0B0; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
8
|
-
@dt-color-foreground-muted: hsl(0 0%
|
|
8
|
+
@dt-color-foreground-muted: hsl(0 0% 100% / 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
11
|
@dt-color-foreground-critical: #FF716F;
|
|
12
12
|
@dt-color-foreground-critical-strong: #FFABA4;
|
|
13
13
|
@dt-color-foreground-success: #AEFB3C;
|
|
14
14
|
@dt-color-foreground-success-strong: #DBFFA9;
|
|
15
|
-
@dt-color-foreground-warning: #
|
|
15
|
+
@dt-color-foreground-warning: #FFBD48;
|
|
16
16
|
@dt-color-foreground-primary-inverted: #171717; // Primary text that sits on high-contrast surfaces or backgrounds.
|
|
17
17
|
@dt-color-foreground-secondary-inverted: #3d3d3d;
|
|
18
18
|
@dt-color-foreground-tertiary-inverted: #555555;
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
@dt-color-foreground-placeholder-inverted: #555555; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
21
21
|
@dt-color-foreground-disabled-inverted: #555555; // Disabled text color that sits on high-contrast surfaces or backgrounds.
|
|
22
22
|
@dt-color-foreground-critical-inverted: #FF1356;
|
|
23
|
-
@dt-color-foreground-critical-strong-inverted: #
|
|
23
|
+
@dt-color-foreground-critical-strong-inverted: #AF0032;
|
|
24
24
|
@dt-color-foreground-success-inverted: #008E52;
|
|
25
25
|
@dt-color-foreground-success-strong-inverted: #004F2E;
|
|
26
26
|
@dt-color-foreground-warning-inverted: #815008;
|
|
27
|
-
@dt-color-link-primary: #
|
|
27
|
+
@dt-color-link-primary: #C2A3FF;
|
|
28
28
|
@dt-color-link-critical: #FF716F;
|
|
29
29
|
@dt-color-link-success: #AEFB3C; // positive
|
|
30
|
-
@dt-color-link-warning: #
|
|
30
|
+
@dt-color-link-warning: #FFBD48;
|
|
31
31
|
@dt-color-link-muted: #c7c7c7;
|
|
32
32
|
@dt-color-link-disabled: #808080;
|
|
33
33
|
@dt-color-link-primary-inverted: #7C52FF;
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
@dt-color-link-primary-hover: #DAC7FF;
|
|
40
40
|
@dt-color-link-critical-hover: #FFABA4;
|
|
41
41
|
@dt-color-link-success-hover: #DBFFA9;
|
|
42
|
-
@dt-color-link-warning-hover: #
|
|
42
|
+
@dt-color-link-warning-hover: #FFE89C;
|
|
43
43
|
@dt-color-link-muted-hover: #E6E6E6;
|
|
44
44
|
@dt-color-link-disabled-hover: #808080;
|
|
45
45
|
@dt-color-link-primary-inverted-hover: #5023DD;
|
|
46
|
-
@dt-color-link-critical-inverted-hover: #
|
|
46
|
+
@dt-color-link-critical-inverted-hover: #AF0032;
|
|
47
47
|
@dt-color-link-success-inverted-hover: #004F2E;
|
|
48
48
|
@dt-color-link-warning-inverted-hover: #533204;
|
|
49
49
|
@dt-color-link-muted-inverted-hover: #171717;
|
|
@@ -54,37 +54,74 @@
|
|
|
54
54
|
@dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.74);
|
|
55
55
|
@dt-color-surface-contrast-opaque: hsl(0 0% 100% / 0.97);
|
|
56
56
|
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
57
|
-
@dt-color-surface-critical-opaque: hsl(
|
|
58
|
-
@dt-color-surface-critical-subtle-opaque: hsl(
|
|
59
|
-
@dt-color-surface-warning-opaque: hsl(34.9 90.8% 17.1% / 0.
|
|
60
|
-
@dt-color-surface-warning-subtle-opaque: hsl(
|
|
61
|
-
@dt-color-surface-success-opaque: hsl(155 100%
|
|
62
|
-
@dt-color-surface-success-subtle-opaque: hsl(
|
|
63
|
-
@dt-color-surface-info-opaque: hsl(211 100%
|
|
64
|
-
@dt-color-surface-info-subtle-opaque: hsl(
|
|
57
|
+
@dt-color-surface-critical-opaque: hsl(343 72.9% 33.3% / 0.2);
|
|
58
|
+
@dt-color-surface-critical-subtle-opaque: hsl(344 93.1% 5.69% / 0.6);
|
|
59
|
+
@dt-color-surface-warning-opaque: hsl(34.9 90.8% 17.1% / 0.35);
|
|
60
|
+
@dt-color-surface-warning-subtle-opaque: hsl(34.8 93.9% 6.47% / 0.7);
|
|
61
|
+
@dt-color-surface-success-opaque: hsl(155 100% 15.5% / 0.28);
|
|
62
|
+
@dt-color-surface-success-subtle-opaque: hsl(157 100% 4.12% / 0.6);
|
|
63
|
+
@dt-color-surface-info-opaque: hsl(211 100% 8.04% / 0.4);
|
|
64
|
+
@dt-color-surface-info-subtle-opaque: hsl(211 91.3% 4.51% / 0.7);
|
|
65
65
|
@dt-color-surface-primary: #171717;
|
|
66
66
|
@dt-color-surface-secondary: #1f1f1f;
|
|
67
67
|
@dt-color-surface-moderate: #3d3d3d;
|
|
68
68
|
@dt-color-surface-bold: #555555;
|
|
69
69
|
@dt-color-surface-strong: #B0B0B0;
|
|
70
|
-
@dt-color-surface-contrast: #
|
|
71
|
-
@dt-color-surface-critical: #
|
|
72
|
-
@dt-color-surface-critical-subtle:
|
|
73
|
-
@dt-color-surface-critical-strong: #
|
|
74
|
-
@dt-color-surface-warning: #
|
|
75
|
-
@dt-color-surface-warning-subtle:
|
|
70
|
+
@dt-color-surface-contrast: #ffffff;
|
|
71
|
+
@dt-color-surface-critical: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
72
|
+
@dt-color-surface-critical-subtle: #1C0108; // A softer version of the Critical surface.
|
|
73
|
+
@dt-color-surface-critical-strong: #FF716F;
|
|
74
|
+
@dt-color-surface-warning: #2C1B02; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
75
|
+
@dt-color-surface-warning-subtle: #201301; // A softer version of the default warning surface.
|
|
76
76
|
@dt-color-surface-warning-strong: #FFDB80;
|
|
77
|
-
@dt-color-surface-success: #
|
|
78
|
-
@dt-color-surface-success-subtle:
|
|
79
|
-
@dt-color-surface-success-strong: #
|
|
80
|
-
@dt-color-surface-info: #
|
|
81
|
-
@dt-color-surface-info-subtle:
|
|
82
|
-
@dt-color-surface-info-strong: #
|
|
83
|
-
@dt-color-surface-
|
|
84
|
-
@dt-color-surface-
|
|
85
|
-
@dt-color-surface-
|
|
86
|
-
@dt-color-surface-
|
|
87
|
-
@dt-color-surface-
|
|
77
|
+
@dt-color-surface-success: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
78
|
+
@dt-color-surface-success-subtle: #00150D; // A softer version of the default success surface.
|
|
79
|
+
@dt-color-surface-success-strong: #AEFB3C;
|
|
80
|
+
@dt-color-surface-info: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
81
|
+
@dt-color-surface-info-subtle: #010B16; // A softer version of the default informational surface.
|
|
82
|
+
@dt-color-surface-info-strong: #4AA9EA;
|
|
83
|
+
@dt-color-surface-secondary-inverted: #F9F9F9;
|
|
84
|
+
@dt-color-surface-moderate-inverted: #E6E6E6;
|
|
85
|
+
@dt-color-surface-bold-inverted: #D4D4D4;
|
|
86
|
+
@dt-color-surface-strong-inverted: #555555; // Use sparingly to draw the eye to a relatively important region.
|
|
87
|
+
@dt-color-surface-contrast-inverted: #171717; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
88
|
+
@dt-color-surface-primary-inverted: #ffffff; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
89
|
+
@dt-color-surface-critical-inverted: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
90
|
+
@dt-color-surface-critical-subtle-inverted: #FFF2F3; // A softer version of the Critical surface.
|
|
91
|
+
@dt-color-surface-critical-strong-inverted: #D90A45;
|
|
92
|
+
@dt-color-surface-warning-inverted: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
93
|
+
@dt-color-surface-warning-subtle-inverted: #fffae5; // A softer version of the default warning surface.
|
|
94
|
+
@dt-color-surface-warning-strong-inverted: #FFBD48;
|
|
95
|
+
@dt-color-surface-success-inverted: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
96
|
+
@dt-color-surface-success-subtle-inverted: #f6fcf5; // A softer version of the default success surface.
|
|
97
|
+
@dt-color-surface-success-strong-inverted: #31B237; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
98
|
+
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
99
|
+
@dt-color-surface-brand: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
100
|
+
@dt-color-surface-brand-inverted: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
101
|
+
@dt-color-surface-info-subtle-inverted: #f5f9fd; // A softer version of the default informational surface.
|
|
102
|
+
@dt-color-surface-brand-subtle: #0E002A; // A softer version of the default informational surface.
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #f9f6ff; // A softer version of the default informational surface.
|
|
104
|
+
@dt-color-surface-info-strong-inverted: #1768C6;
|
|
105
|
+
@dt-color-surface-brand-strong: #AB7EFF;
|
|
106
|
+
@dt-color-surface-brand-strong-inverted: #7C52FF;
|
|
107
|
+
@dt-color-surface-primary-opaque: hsl(0 0% 100% / 0.96);
|
|
108
|
+
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 0% / 0.04);
|
|
109
|
+
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 0% / 0.11);
|
|
110
|
+
@dt-color-surface-bold-opaque-inverted: hsl(0 0% 0% / 0.18);
|
|
111
|
+
@dt-color-surface-strong-opaque-inverted: hsl(0 0% 0% / 0.67); // Strong surface as opaque background color.
|
|
112
|
+
@dt-color-surface-contrast-opaque-inverted: hsl(0 0% 0% / 0.97); // Contrast surface as opaque background color.
|
|
113
|
+
@dt-color-surface-critical-opaque-inverted: hsl(4.62 100% 82.2% / 0.5);
|
|
114
|
+
@dt-color-surface-critical-subtle-opaque-inverted: hsl(358 100% 94.9% / 0.8);
|
|
115
|
+
@dt-color-surface-warning-opaque-inverted: hsl(46.1 100% 80.6% / 0.5);
|
|
116
|
+
@dt-color-surface-warning-subtle-opaque-inverted: hsl(48.5 100% 94.9% / 0.7); // Warning subtle surface as opaque background color
|
|
117
|
+
@dt-color-surface-success-opaque-inverted: hsl(85.1 100% 83.1% / 0.3); // Success surface as opaque background color.
|
|
118
|
+
@dt-color-surface-success-subtle-opaque-inverted: hsl(111 53.8% 97.5% / 0.66); // Success subtle surface as opaque background color.
|
|
119
|
+
@dt-color-surface-info-opaque-inverted: hsl(210 61.5% 94.9% / 0.6); // Info surface as opaque background color.
|
|
120
|
+
@dt-color-surface-brand-opaque: hsl(260 97.7% 16.9% / 0.7);
|
|
121
|
+
@dt-color-surface-brand-opaque-inverted: hsl(260 100% 97.1% / 0.8); // Info surface as opaque background color.
|
|
122
|
+
@dt-color-surface-info-subtle-opaque-inverted: hsl(210 66.7% 97.6% / 0.66); // Info surface as opaque background color.
|
|
123
|
+
@dt-color-surface-brand-subtle-opaque: hsl(260 100% 8.24% / 0.65);
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 100% 98.2% / 0.66); // Info surface as opaque background color.
|
|
88
125
|
@dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
89
126
|
@dt-color-border-default: hsl(0 0% 100% / 0.22);
|
|
90
127
|
@dt-color-border-moderate: hsl(0 0% 100% / 0.36);
|
|
@@ -93,33 +130,33 @@
|
|
|
93
130
|
@dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
94
131
|
@dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
95
132
|
@dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
|
|
96
|
-
@dt-color-border-focus: #
|
|
133
|
+
@dt-color-border-focus: #1768C6;
|
|
97
134
|
@dt-color-border-critical: #FF716F;
|
|
98
|
-
@dt-color-border-success: #
|
|
99
|
-
@dt-color-border-warning: #
|
|
100
|
-
@dt-color-border-brand: #
|
|
135
|
+
@dt-color-border-success: #D1FF76;
|
|
136
|
+
@dt-color-border-warning: #FFDB80;
|
|
137
|
+
@dt-color-border-brand: #C2A3FF;
|
|
101
138
|
@dt-color-border-ai: linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%);
|
|
102
139
|
@dt-color-border-accent: #FF1BA4;
|
|
103
|
-
@dt-color-border-critical-subtle: #
|
|
140
|
+
@dt-color-border-critical-subtle: #93173A;
|
|
104
141
|
@dt-color-border-critical-strong: #FFABA4;
|
|
105
|
-
@dt-color-border-success-subtle: #
|
|
142
|
+
@dt-color-border-success-subtle: #52C926;
|
|
106
143
|
@dt-color-border-success-strong: #AEFB3C;
|
|
107
|
-
@dt-color-border-warning-subtle: #
|
|
144
|
+
@dt-color-border-warning-subtle: #FF9E0E;
|
|
108
145
|
@dt-color-border-warning-strong: #FFE89C;
|
|
109
|
-
@dt-color-border-brand-subtle: #
|
|
146
|
+
@dt-color-border-brand-subtle: #7C52FF;
|
|
110
147
|
@dt-color-border-brand-strong: #DAC7FF;
|
|
111
|
-
@dt-color-border-critical-inverted: #
|
|
112
|
-
@dt-color-border-success-inverted: #
|
|
113
|
-
@dt-color-border-warning-inverted: #
|
|
148
|
+
@dt-color-border-critical-inverted: #FF1356;
|
|
149
|
+
@dt-color-border-success-inverted: #31B237;
|
|
150
|
+
@dt-color-border-warning-inverted: #FF9E0E;
|
|
114
151
|
@dt-color-border-brand-inverted: #7C52FF;
|
|
115
152
|
@dt-color-border-critical-subtle-inverted: #FF716F;
|
|
116
|
-
@dt-color-border-critical-strong-inverted: #
|
|
117
|
-
@dt-color-border-success-subtle-inverted: #
|
|
153
|
+
@dt-color-border-critical-strong-inverted: #93173A;
|
|
154
|
+
@dt-color-border-success-subtle-inverted: #D1FF76;
|
|
118
155
|
@dt-color-border-success-strong-inverted: #004F2E;
|
|
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: #
|
|
156
|
+
@dt-color-border-warning-subtle-inverted: #FFDB80;
|
|
157
|
+
@dt-color-border-warning-strong-inverted: #D57F00;
|
|
158
|
+
@dt-color-border-brand-subtle-inverted: #C2A3FF;
|
|
159
|
+
@dt-color-border-brand-strong-inverted: #5023DD;
|
|
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.
|
|
@@ -341,15 +378,15 @@
|
|
|
341
378
|
@dt-inputs-color-foreground-placeholder: #808080;
|
|
342
379
|
@dt-inputs-color-foreground-disabled: #808080;
|
|
343
380
|
@dt-inputs-color-border-default: hsl(0 0% 100% / 0.22);
|
|
344
|
-
@dt-inputs-color-border-focus: #
|
|
381
|
+
@dt-inputs-color-border-focus: #1768C6;
|
|
345
382
|
@dt-inputs-color-border-critical: #FF716F;
|
|
346
|
-
@dt-inputs-color-border-success: #
|
|
347
|
-
@dt-inputs-color-border-warning: #
|
|
383
|
+
@dt-inputs-color-border-success: #D1FF76;
|
|
384
|
+
@dt-inputs-color-border-warning: #FFDB80;
|
|
348
385
|
@dt-inputs-color-border-disabled: transparent;
|
|
349
386
|
@dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.03);
|
|
350
387
|
@dt-inputs-color-background-focus: #171717;
|
|
351
388
|
@dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.18);
|
|
352
|
-
@dt-action-color-foreground-base-default: #
|
|
389
|
+
@dt-action-color-foreground-base-default: #C2A3FF;
|
|
353
390
|
@dt-action-color-foreground-base-hover: #DAC7FF;
|
|
354
391
|
@dt-action-color-foreground-base-active: #DAC7FF;
|
|
355
392
|
@dt-action-color-foreground-base-primary-default: #000000;
|
|
@@ -360,7 +397,7 @@
|
|
|
360
397
|
@dt-action-color-foreground-inverted-default: #171717;
|
|
361
398
|
@dt-action-color-foreground-inverted-hover: #171717;
|
|
362
399
|
@dt-action-color-foreground-inverted-active: #171717;
|
|
363
|
-
@dt-action-color-foreground-inverted-primary-default: #
|
|
400
|
+
@dt-action-color-foreground-inverted-primary-default: #C2A3FF;
|
|
364
401
|
@dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
|
|
365
402
|
@dt-action-color-foreground-inverted-primary-active: #DAC7FF;
|
|
366
403
|
@dt-action-color-foreground-muted-default: #c7c7c7;
|
|
@@ -372,34 +409,34 @@
|
|
|
372
409
|
@dt-action-color-foreground-positive-active: #DBFFA9;
|
|
373
410
|
@dt-action-color-foreground-positive-primary-default: #000000;
|
|
374
411
|
@dt-action-color-background-base-default: transparent;
|
|
375
|
-
@dt-action-color-background-base-hover: hsl(
|
|
376
|
-
@dt-action-color-background-base-active:
|
|
377
|
-
@dt-action-color-background-base-primary-default: #
|
|
378
|
-
@dt-action-color-background-base-primary-hover: #
|
|
379
|
-
@dt-action-color-background-base-primary-active: #
|
|
412
|
+
@dt-action-color-background-base-hover: hsl(258 100% 70.4% / 0.2);
|
|
413
|
+
@dt-action-color-background-base-active: hsl(258 100% 70.4% / 0.3);
|
|
414
|
+
@dt-action-color-background-base-primary-default: #AB7EFF;
|
|
415
|
+
@dt-action-color-background-base-primary-hover: #C2A3FF;
|
|
416
|
+
@dt-action-color-background-base-primary-active: #AB7EFF;
|
|
380
417
|
@dt-action-color-background-critical-default: transparent;
|
|
381
|
-
@dt-action-color-background-critical-hover: hsl(
|
|
382
|
-
@dt-action-color-background-critical-active:
|
|
418
|
+
@dt-action-color-background-critical-hover: hsl(343 72.9% 33.3% / 0.2);
|
|
419
|
+
@dt-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
383
420
|
@dt-action-color-background-critical-primary-default: #FF716F;
|
|
384
421
|
@dt-action-color-background-critical-primary-hover: #FFABA4;
|
|
385
422
|
@dt-action-color-background-critical-primary-active: #FF716F;
|
|
386
423
|
@dt-action-color-background-inverted-default: transparent;
|
|
387
|
-
@dt-action-color-background-inverted-hover: #
|
|
388
|
-
@dt-action-color-background-inverted-active: #
|
|
424
|
+
@dt-action-color-background-inverted-hover: #D4D4D4;
|
|
425
|
+
@dt-action-color-background-inverted-active: #c7c7c7;
|
|
389
426
|
@dt-action-color-background-inverted-primary-default: #171717;
|
|
390
|
-
@dt-action-color-background-inverted-primary-hover: #
|
|
391
|
-
@dt-action-color-background-inverted-primary-active: #
|
|
427
|
+
@dt-action-color-background-inverted-primary-hover: #1D0155;
|
|
428
|
+
@dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
392
429
|
@dt-action-color-background-muted-default: transparent;
|
|
393
430
|
@dt-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
394
431
|
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.3);
|
|
395
432
|
@dt-action-color-background-disabled-default: hsl(0 0% 90.2% / 0.3);
|
|
396
433
|
@dt-action-color-background-positive-default: transparent;
|
|
397
|
-
@dt-action-color-background-positive-hover: hsl(155 100%
|
|
398
|
-
@dt-action-color-background-positive-active:
|
|
434
|
+
@dt-action-color-background-positive-hover: hsl(155 100% 15.5% / 0.28);
|
|
435
|
+
@dt-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
399
436
|
@dt-action-color-background-positive-primary-default: #AEFB3C; // Postive, accepting, or success actions.
|
|
400
437
|
@dt-action-color-background-positive-primary-hover: #D1FF76;
|
|
401
438
|
@dt-action-color-background-positive-primary-active: #AEFB3C;
|
|
402
|
-
@dt-action-color-border-base-outlined-default: #
|
|
439
|
+
@dt-action-color-border-base-outlined-default: #C2A3FF;
|
|
403
440
|
@dt-action-color-border-critical-outlined-default: #FF716F;
|
|
404
441
|
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.18);
|
|
405
442
|
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.22);
|
|
@@ -435,14 +472,14 @@
|
|
|
435
472
|
@dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
436
473
|
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
437
474
|
@dt-theme-sidebar-section-color-foreground: #B0B0B0;
|
|
438
|
-
@dt-theme-presence-color-background-available: #
|
|
475
|
+
@dt-theme-presence-color-background-available: #84EE0B;
|
|
439
476
|
@dt-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
440
|
-
@dt-theme-presence-color-background-busy: #
|
|
477
|
+
@dt-theme-presence-color-background-busy: #FFBD48;
|
|
441
478
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
442
479
|
@dt-theme-mention-color-foreground: #000000;
|
|
443
480
|
@dt-theme-mention-color-foreground-strong: #171717;
|
|
444
|
-
@dt-theme-mention-color-background: #
|
|
445
|
-
@dt-theme-mention-color-background-strong: #
|
|
481
|
+
@dt-theme-mention-color-background: #AB7EFF;
|
|
482
|
+
@dt-theme-mention-color-background-strong: #F5F0FF;
|
|
446
483
|
@dt-avatar-color-foreground: #000000;
|
|
447
484
|
@dt-avatar-color-background-100: #1aa340;
|
|
448
485
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -468,14 +505,15 @@
|
|
|
468
505
|
@dt-badge-color-background-success: #004F2E;
|
|
469
506
|
@dt-badge-color-background-warning: #533204;
|
|
470
507
|
@dt-badge-color-background-critical: #640823;
|
|
471
|
-
@dt-badge-color-background-bulletin: #
|
|
472
|
-
@dt-badge-color-background-bulletin-subtle:
|
|
508
|
+
@dt-badge-color-background-bulletin: #AB7EFF;
|
|
509
|
+
@dt-badge-color-background-bulletin-subtle: #3A1D95;
|
|
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: #ffffff;
|
|
475
512
|
@dt-badge-color-foreground-bulletin: #000000;
|
|
476
513
|
@dt-badge-color-foreground-bulletin-subtle: hsl(0 0% 90.2%);
|
|
514
|
+
@dt-badge-color-foreground-ai: #ffffff;
|
|
477
515
|
@dt-badge-color-border-default: hsl(0 0% 100% / 0.14);
|
|
478
|
-
@dt-badge-color-border-bulletin-subtle: hsl(
|
|
516
|
+
@dt-badge-color-border-bulletin-subtle: hsl(258 100% 70.4% / 0.6);
|
|
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
|
|
481
519
|
@dt-button-font-size-md: 15px; // Medium Button text size
|
|
@@ -500,8 +538,10 @@
|
|
|
500
538
|
@dt-checkbox-size-height: 1.6rem;
|
|
501
539
|
@dt-checkbox-size-radius: 0.4rem;
|
|
502
540
|
@dt-checkbox-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
503
|
-
@dt-checkbox-color-border-checked: #
|
|
504
|
-
@dt-checkbox-color-background-checked: #
|
|
541
|
+
@dt-checkbox-color-border-checked: #C2A3FF;
|
|
542
|
+
@dt-checkbox-color-background-checked: #AB7EFF;
|
|
543
|
+
@dt-checkbox-color-foreground-default: transparent;
|
|
544
|
+
@dt-checkbox-color-foreground-checked: #171717;
|
|
505
545
|
@dt-icon-size-100: 12px;
|
|
506
546
|
@dt-icon-size-200: 14px;
|
|
507
547
|
@dt-icon-size-300: 18px;
|
|
@@ -522,5 +562,7 @@
|
|
|
522
562
|
@dt-radio-size-height: 1.6rem;
|
|
523
563
|
@dt-radio-size-radius: 50%;
|
|
524
564
|
@dt-radio-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
525
|
-
@dt-radio-color-border-checked: #
|
|
526
|
-
@dt-radio-color-background-checked: #
|
|
565
|
+
@dt-radio-color-border-checked: #C2A3FF;
|
|
566
|
+
@dt-radio-color-background-checked: #AB7EFF;
|
|
567
|
+
@dt-radio-color-foreground-default: transparent;
|
|
568
|
+
@dt-radio-color-foreground-checked: #171717;
|