@dialpad/dialtone-tokens 1.23.1 → 1.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,196 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 08 Sep 2023 20:38:02 GMT
3
+ * Generated on Thu, 02 Nov 2023 22:15:52 GMT
4
4
  */
5
5
 
6
6
  .dialtone-theme-dark {
7
- --dt-color-neutral-white: #ffffff;
8
- --dt-color-neutral-black: #000000;
9
- --dt-color-neutral-transparent: transparent;
10
- --dt-color-black-100: #000000;
11
- --dt-color-black-200: #262626;
12
- --dt-color-black-300: #3A3A3A;
13
- --dt-color-black-400: #555555;
14
- --dt-color-black-500: #808080;
15
- --dt-color-black-600: #AAAAAA;
16
- --dt-color-black-700: #C2C2C2;
17
- --dt-color-black-800: #D4D4D4;
18
- --dt-color-black-900: #E6E6E6;
19
- --dt-color-purple-100: #10022C;
20
- --dt-color-purple-200: #3A1D95;
21
- --dt-color-purple-300: #7C52FF;
22
- --dt-color-purple-400: #AB7EFF;
23
- --dt-color-purple-500: #DAC7FF;
24
- --dt-color-purple-600: #F5F0FF;
25
- --dt-color-blue-100: #01326D;
26
- --dt-color-blue-200: #1768C6;
27
- --dt-color-blue-300: #51A0FE;
28
- --dt-color-blue-400: #99C8FF;
29
- --dt-color-blue-500: #EAF2FA;
30
- --dt-color-magenta-100: #541A3B; /* aka pink */
31
- --dt-color-magenta-200: #8C0E56; /* aka pink */
32
- --dt-color-magenta-300: #F9008E; /* aka pink */
33
- --dt-color-magenta-400: #F985C7; /* aka pink */
34
- --dt-color-magenta-500: #FFE0F2; /* aka pink */
35
- --dt-color-gold-100: #815008; /* aka yellow */
36
- --dt-color-gold-200: #D28F2B; /* aka yellow */
37
- --dt-color-gold-300: #F6AB3C; /* aka yellow */
38
- --dt-color-gold-400: #FFDB80; /* aka yellow */
39
- --dt-color-gold-500: #FFF4CC; /* aka yellow */
40
- --dt-color-green-100: #124620;
41
- --dt-color-green-200: #1AA340;
42
- --dt-color-green-300: #45F777;
43
- --dt-color-green-400: #B0FFA3;
44
- --dt-color-green-500: #EDF9EB;
45
- --dt-color-red-100: #5B0505;
46
- --dt-color-red-200: #B70B0B;
47
- --dt-color-red-300: #EC0E0E;
48
- --dt-color-red-400: #FF8585;
49
- --dt-color-red-500: #FFE5E6;
50
- --dt-color-tan-100: #121212;
51
- --dt-color-tan-200: #3F3D3C;
52
- --dt-color-tan-300: #87807B;
53
- --dt-color-tan-400: #CEC8C4;
54
- --dt-color-tan-500: #F2F0EE;
55
- --dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
56
- --dt-color-brand-purple: #7C52FF;
57
- --dt-color-brand-magenta: #F9008E;
58
- --dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
59
- --dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
60
- --dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
61
- --dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
62
- --dt-color-foreground-placeholder: #AAAAAA; /* Text color for placeholder text within form elements. */
63
- --dt-color-foreground-disabled: #AAAAAA; /* Used for text paired with disabled content or components, like the form elements. */
64
- --dt-color-foreground-critical: #FF8585; /* Expresses an error, danger, or otherwise critical state. */
65
- --dt-color-foreground-critical-strong: hsl(0 100% 82.1%); /* Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast. */
66
- --dt-color-foreground-success: #B0FFA3; /* Indicates a positive state. */
67
- --dt-color-foreground-success-strong: hsl(112 100% 88.3%); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
68
- --dt-color-foreground-warning: #FFDB80; /* Indicates information that requires user’s attention and further action may be necessary. */
69
- --dt-color-foreground-primary-inverted: #000000; /* Primary text that sits on high-contrast surfaces or backgrounds. */
70
- --dt-color-foreground-secondary-inverted: #3A3A3A; /* Secondary text color that sits on high-contrast surfaces or backgrounds. */
71
- --dt-color-foreground-tertiary-inverted: #555555; /* Tertiary text color that sits on high-contrast surfaces or backgrounds. */
72
- --dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
73
- --dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
74
- --dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
75
- --dt-color-foreground-critical-inverted: #EC0E0E; /* Critical text that sits on high-contrast surfaces or backgrounds */
76
- --dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); /* Critical strong text that sits on high-contrast surfaces or backgrounds */
77
- --dt-color-foreground-success-inverted: #1AA340; /* Success text that sits on high-contrast surfaces or backgrounds */
78
- --dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); /* Success strong text that sits on high-contrast surfaces or backgrounds */
79
- --dt-color-foreground-warning-inverted: #815008; /* Warning text that sits on high-contrast surfaces or backgrounds */
80
- --dt-color-link-primary: hsl(261 100% 78.2%);
81
- --dt-color-link-critical: #FF8585;
82
- --dt-color-link-success: #B0FFA3; /* positive */
83
- --dt-color-link-warning: #FFDB80;
84
- --dt-color-link-muted: #C2C2C2;
85
- --dt-color-link-disabled: #AAAAAA;
86
- --dt-color-link-primary-inverted: #7C52FF;
87
- --dt-color-link-critical-inverted: #EC0E0E;
88
- --dt-color-link-success-inverted: #1AA340;
89
- --dt-color-link-warning-inverted: #815008;
90
- --dt-color-link-muted-inverted: #3A3A3A;
91
- --dt-color-link-disabled-inverted: #808080;
92
- --dt-color-link-primary-hover: #DAC7FF;
93
- --dt-color-link-critical-hover: #FFE5E6;
94
- --dt-color-link-success-hover: #EDF9EB;
95
- --dt-color-link-warning-hover: #FFF4CC;
96
- --dt-color-link-muted-hover: #E6E6E6;
97
- --dt-color-link-disabled-hover: #AAAAAA;
98
- --dt-color-link-primary-inverted-hover: #3A1D95;
99
- --dt-color-link-critical-inverted-hover: #B70B0B;
100
- --dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
101
- --dt-color-link-warning-inverted-hover: #262626;
102
- --dt-color-link-muted-inverted-hover: #000000;
103
- --dt-color-link-disabled-inverted-hover: #808080;
104
- --dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); /* Secondary surface as opaque background color. */
105
- --dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); /* Moderate surface as opaque background color. */
106
- --dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); /* Bold surface as opaque background color. */
107
- --dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); /* Strong surface as opaque background color. */
108
- --dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); /* Contrast surface as opaque background color. */
109
- --dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
110
- --dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); /* Critical surface as opaque background color. */
111
- --dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); /* Critical subtle surface as opaque background color. */
112
- --dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); /* Warning surface as opaque background color */
113
- --dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); /* Warning subtle surface as opaque background color */
114
- --dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); /* Success surface as opaque background color. */
115
- --dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); /* Success subtle surface as opaque background color. */
116
- --dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); /* Info surface as opaque background color. */
117
- --dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); /* Info surface as opaque background color. */
118
- --dt-color-surface-primary: hsl(0 0% 12%); /* Default surface color for the majority of surfaces. */
119
- --dt-color-surface-secondary: #262626; /* For adjacent or complementary regions. */
120
- --dt-color-surface-moderate: #3A3A3A; /* A tertiary surface level, prominent without being too overpowering. */
121
- --dt-color-surface-bold: #555555; /* Highlight or call attention to specific areas of the interface. */
122
- --dt-color-surface-strong: #AAAAAA; /* Use sparingly to draw the eye to a relatively important region. */
123
- --dt-color-surface-contrast: #E6E6E6; /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
124
- --dt-color-surface-critical: #5B0505; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
125
- --dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); /* A softer version of the Critical surface. */
126
- --dt-color-surface-critical-strong: #FF8585; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
127
- --dt-color-surface-warning: #815008; /* Background surface color highlighting messaging or elements that may require user's attention. */
128
- --dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); /* A softer version of the default warning surface. */
129
- --dt-color-surface-warning-strong: #D28F2B; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
130
- --dt-color-surface-success: #124620; /* Background surface color containing messaging or elements expressing a positive or successful state. */
131
- --dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); /* A softer version of the default success surface. */
132
- --dt-color-surface-success-strong: #B0FFA3; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
133
- --dt-color-surface-info: #01326D; /* Background surface color containing messaging or elements communicated as generally informational. */
134
- --dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); /* A softer version of the default informational surface. */
135
- --dt-color-surface-info-strong: #99C8FF; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
136
- --dt-color-border-subtle: hsl(0 0% 100% / 0.14);
137
- --dt-color-border-default: hsl(0 0% 100% / 0.22);
138
- --dt-color-border-moderate: hsl(0 0% 100% / 0.36);
139
- --dt-color-border-bold: hsl(0 0% 100% / 0.5);
140
- --dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
141
- --dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
142
- --dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
143
- --dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
144
- --dt-color-border-focus: #51A0FE;
145
- --dt-color-border-critical: #FF8585;
146
- --dt-color-border-success: #B0FFA3;
147
- --dt-color-border-warning: #FFDB80;
148
- --dt-color-border-brand: #7C52FF;
149
- --dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
150
- --dt-color-border-accent: #F9008E;
151
- --dt-color-border-critical-subtle: #B70B0B;
152
- --dt-color-border-critical-strong: #FFE5E6;
153
- --dt-color-border-success-subtle: #1AA340;
154
- --dt-color-border-success-strong: #EDF9EB;
155
- --dt-color-border-warning-subtle: #D28F2B;
156
- --dt-color-border-warning-strong: hsl(47.1 100% 72%);
157
- --dt-color-border-brand-subtle: #3A1D95;
158
- --dt-color-border-brand-strong: #DAC7FF;
159
- --dt-color-border-critical-inverted: #EC0E0E;
160
- --dt-color-border-success-inverted: #1AA340;
161
- --dt-color-border-warning-inverted: #D28F2B;
162
- --dt-color-border-brand-inverted: #7C52FF;
163
- --dt-color-border-critical-subtle-inverted: #FF8585;
164
- --dt-color-border-critical-strong-inverted: #B70B0B;
165
- --dt-color-border-success-subtle-inverted: #B0FFA3;
166
- --dt-color-border-success-strong-inverted: #124620;
167
- --dt-color-border-warning-subtle-inverted: #FFDB80;
168
- --dt-color-border-warning-strong-inverted: #815008;
169
- --dt-color-border-brand-subtle-inverted: #DAC7FF;
170
- --dt-color-border-brand-strong-inverted: #3A1D95;
171
- --dt-opacity-0: 0;
172
- --dt-opacity-100: 0.05;
173
- --dt-opacity-200: 0.1;
174
- --dt-opacity-300: 0.2;
175
- --dt-opacity-400: 0.25;
176
- --dt-opacity-500: 0.3;
177
- --dt-opacity-600: 0.4;
178
- --dt-opacity-700: 0.5;
179
- --dt-opacity-800: 0.6;
180
- --dt-opacity-900: 0.7;
181
- --dt-opacity-1000: 0.75;
182
- --dt-opacity-1100: 0.8;
183
- --dt-opacity-1200: 0.9;
184
- --dt-opacity-1300: 1;
185
- --dt-font-family-body: -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"';
186
- --dt-font-family-expressive: 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"';
187
- --dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
188
7
  --dt-font-size-100: 1.2rem; /* small */
189
8
  --dt-font-size-200: 1.5rem; /* medium / base */
190
9
  --dt-font-size-300: 1.9rem; /* large */
191
10
  --dt-font-size-400: 2.7rem; /* extra large / xl */
192
11
  --dt-font-size-500: 3.8rem; /* extra large / xxl */
193
12
  --dt-font-size-root: 1rem;
13
+ --dt-font-family-body: -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"';
14
+ --dt-font-family-expressive: 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"';
15
+ --dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
194
16
  --dt-font-line-height-100: 1;
195
17
  --dt-font-line-height-200: 1.2;
196
18
  --dt-font-line-height-300: 1.4;
@@ -247,6 +69,7 @@
247
69
  --dt-size-1130: 134rem;
248
70
  --dt-size-1150: 153.6rem;
249
71
  --dt-size-1200: 204.8rem;
72
+ --dt-size-base: 0.8rem;
250
73
  --dt-size-50-negative: -0.05rem;
251
74
  --dt-size-100-negative: -0.1rem;
252
75
  --dt-size-200-negative: -0.2rem;
@@ -305,7 +128,6 @@
305
128
  --dt-size-90-percent: 90%;
306
129
  --dt-size-95-percent: 95%;
307
130
  --dt-size-100-percent: 100%;
308
- --dt-size-base: 0.8rem;
309
131
  --dt-size-border-0: 0rem;
310
132
  --dt-size-border-50: 0.05rem;
311
133
  --dt-size-border-100: 0.1rem;
@@ -365,6 +187,7 @@
365
187
  --dt-space-1130: 134rem;
366
188
  --dt-space-1150: 153.6rem;
367
189
  --dt-space-1200: 204.8rem;
190
+ --dt-space-base: 0.8rem;
368
191
  --dt-space-50-negative: -0.05rem;
369
192
  --dt-space-100-negative: -0.1rem;
370
193
  --dt-space-200-negative: -0.2rem;
@@ -423,7 +246,184 @@
423
246
  --dt-space-90-percent: 90%;
424
247
  --dt-space-95-percent: 95%;
425
248
  --dt-space-100-percent: 100%;
426
- --dt-space-base: 0.8rem;
249
+ --dt-color-neutral-white: #ffffff;
250
+ --dt-color-neutral-black: #000000;
251
+ --dt-color-neutral-transparent: transparent;
252
+ --dt-color-black-100: #000000;
253
+ --dt-color-black-200: #262626;
254
+ --dt-color-black-300: #3A3A3A;
255
+ --dt-color-black-400: #555555;
256
+ --dt-color-black-500: #808080;
257
+ --dt-color-black-600: #AAAAAA;
258
+ --dt-color-black-700: #C2C2C2;
259
+ --dt-color-black-800: #D4D4D4;
260
+ --dt-color-black-900: #E6E6E6;
261
+ --dt-color-purple-100: #10022C;
262
+ --dt-color-purple-200: #3A1D95;
263
+ --dt-color-purple-300: #7C52FF;
264
+ --dt-color-purple-400: #AB7EFF;
265
+ --dt-color-purple-500: #DAC7FF;
266
+ --dt-color-purple-600: #F5F0FF;
267
+ --dt-color-blue-100: #01326D;
268
+ --dt-color-blue-200: #1768C6;
269
+ --dt-color-blue-300: #51A0FE;
270
+ --dt-color-blue-400: #99C8FF;
271
+ --dt-color-blue-500: #EAF2FA;
272
+ --dt-color-magenta-100: #541A3B; /* aka pink */
273
+ --dt-color-magenta-200: #8C0E56; /* aka pink */
274
+ --dt-color-magenta-300: #F9008E; /* aka pink */
275
+ --dt-color-magenta-400: #F985C7; /* aka pink */
276
+ --dt-color-magenta-500: #FFE0F2; /* aka pink */
277
+ --dt-color-gold-100: #815008; /* aka yellow */
278
+ --dt-color-gold-200: #D28F2B; /* aka yellow */
279
+ --dt-color-gold-300: #F6AB3C; /* aka yellow */
280
+ --dt-color-gold-400: #FFDB80; /* aka yellow */
281
+ --dt-color-gold-500: #FFF4CC; /* aka yellow */
282
+ --dt-color-green-100: #124620;
283
+ --dt-color-green-200: #1AA340;
284
+ --dt-color-green-300: #45F777;
285
+ --dt-color-green-400: #B0FFA3;
286
+ --dt-color-green-500: #EDF9EB;
287
+ --dt-color-red-100: #5B0505;
288
+ --dt-color-red-200: #B70B0B;
289
+ --dt-color-red-300: #EC0E0E;
290
+ --dt-color-red-400: #FF8585;
291
+ --dt-color-red-500: #FFE5E6;
292
+ --dt-color-tan-100: #121212;
293
+ --dt-color-tan-200: #3F3D3C;
294
+ --dt-color-tan-300: #87807B;
295
+ --dt-color-tan-400: #CEC8C4;
296
+ --dt-color-tan-500: #F2F0EE;
297
+ --dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
298
+ --dt-color-brand-purple: #7C52FF;
299
+ --dt-color-brand-magenta: #F9008E;
300
+ --dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
301
+ --dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
302
+ --dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
303
+ --dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
304
+ --dt-color-foreground-placeholder: #AAAAAA; /* Text color for placeholder text within form elements. */
305
+ --dt-color-foreground-disabled: #AAAAAA; /* Used for text paired with disabled content or components, like the form elements. */
306
+ --dt-color-foreground-critical: #FF8585; /* Expresses an error, danger, or otherwise critical state. */
307
+ --dt-color-foreground-critical-strong: hsl(0 100% 82.1%); /* Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast. */
308
+ --dt-color-foreground-success: #B0FFA3; /* Indicates a positive state. */
309
+ --dt-color-foreground-success-strong: hsl(112 100% 88.3%); /* Indicates a strong positive state on surfaces that require a stronger contrast. */
310
+ --dt-color-foreground-warning: #FFDB80; /* Indicates information that requires user’s attention and further action may be necessary. */
311
+ --dt-color-foreground-primary-inverted: #000000; /* Primary text that sits on high-contrast surfaces or backgrounds. */
312
+ --dt-color-foreground-secondary-inverted: #3A3A3A; /* Secondary text color that sits on high-contrast surfaces or backgrounds. */
313
+ --dt-color-foreground-tertiary-inverted: #555555; /* Tertiary text color that sits on high-contrast surfaces or backgrounds. */
314
+ --dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); /* Muted text color that sits on high-contrast surfaces or backgrounds. */
315
+ --dt-color-foreground-placeholder-inverted: #808080; /* Placeholder text color that sits on high-contrast surfaces or backgrounds. */
316
+ --dt-color-foreground-disabled-inverted: #808080; /* Disabled text color that sits on high-contrast surfaces or backgrounds. */
317
+ --dt-color-foreground-critical-inverted: #EC0E0E; /* Critical text that sits on high-contrast surfaces or backgrounds */
318
+ --dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); /* Critical strong text that sits on high-contrast surfaces or backgrounds */
319
+ --dt-color-foreground-success-inverted: #1AA340; /* Success text that sits on high-contrast surfaces or backgrounds */
320
+ --dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); /* Success strong text that sits on high-contrast surfaces or backgrounds */
321
+ --dt-color-foreground-warning-inverted: #815008; /* Warning text that sits on high-contrast surfaces or backgrounds */
322
+ --dt-color-link-primary: hsl(261 100% 78.2%);
323
+ --dt-color-link-critical: #FF8585;
324
+ --dt-color-link-success: #B0FFA3; /* positive */
325
+ --dt-color-link-warning: #FFDB80;
326
+ --dt-color-link-muted: #C2C2C2;
327
+ --dt-color-link-disabled: #AAAAAA;
328
+ --dt-color-link-primary-inverted: #7C52FF;
329
+ --dt-color-link-critical-inverted: #EC0E0E;
330
+ --dt-color-link-success-inverted: #1AA340;
331
+ --dt-color-link-warning-inverted: #815008;
332
+ --dt-color-link-muted-inverted: #3A3A3A;
333
+ --dt-color-link-disabled-inverted: #808080;
334
+ --dt-color-link-primary-hover: #DAC7FF;
335
+ --dt-color-link-critical-hover: #FFE5E6;
336
+ --dt-color-link-success-hover: #EDF9EB;
337
+ --dt-color-link-warning-hover: #FFF4CC;
338
+ --dt-color-link-muted-hover: #E6E6E6;
339
+ --dt-color-link-disabled-hover: #AAAAAA;
340
+ --dt-color-link-primary-inverted-hover: #3A1D95;
341
+ --dt-color-link-critical-inverted-hover: #B70B0B;
342
+ --dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
343
+ --dt-color-link-warning-inverted-hover: #262626;
344
+ --dt-color-link-muted-inverted-hover: #000000;
345
+ --dt-color-link-disabled-inverted-hover: #808080;
346
+ --dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); /* Secondary surface as opaque background color. */
347
+ --dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); /* Moderate surface as opaque background color. */
348
+ --dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); /* Bold surface as opaque background color. */
349
+ --dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); /* Strong surface as opaque background color. */
350
+ --dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); /* Contrast surface as opaque background color. */
351
+ --dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); /* Background color for a modal-like backdrop. */
352
+ --dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); /* Critical surface as opaque background color. */
353
+ --dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); /* Critical subtle surface as opaque background color. */
354
+ --dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); /* Warning surface as opaque background color */
355
+ --dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); /* Warning subtle surface as opaque background color */
356
+ --dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); /* Success surface as opaque background color. */
357
+ --dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); /* Success subtle surface as opaque background color. */
358
+ --dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); /* Info surface as opaque background color. */
359
+ --dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); /* Info surface as opaque background color. */
360
+ --dt-color-surface-primary: hsl(0 0% 12%); /* Default surface color for the majority of surfaces. */
361
+ --dt-color-surface-secondary: #262626; /* For adjacent or complementary regions. */
362
+ --dt-color-surface-moderate: #3A3A3A; /* A tertiary surface level, prominent without being too overpowering. */
363
+ --dt-color-surface-bold: #555555; /* Highlight or call attention to specific areas of the interface. */
364
+ --dt-color-surface-strong: #AAAAAA; /* Use sparingly to draw the eye to a relatively important region. */
365
+ --dt-color-surface-contrast: #E6E6E6; /* An inverted surface for lightened content and elements, most likely paired with inverted foreground colors. */
366
+ --dt-color-surface-critical: #5B0505; /* Background surface color containing error, danger, or otherwise critical messaging or elements. */
367
+ --dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); /* A softer version of the Critical surface. */
368
+ --dt-color-surface-critical-strong: #FF8585; /* A contrasting critical surface, most likely paired with inverted foreground colors. */
369
+ --dt-color-surface-warning: #815008; /* Background surface color highlighting messaging or elements that may require user's attention. */
370
+ --dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); /* A softer version of the default warning surface. */
371
+ --dt-color-surface-warning-strong: #D28F2B; /* A contrasting warning surface, most likely paired with inverted foreground colors. */
372
+ --dt-color-surface-success: #124620; /* Background surface color containing messaging or elements expressing a positive or successful state. */
373
+ --dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); /* A softer version of the default success surface. */
374
+ --dt-color-surface-success-strong: #B0FFA3; /* A contrasting positive state surface, most likely paired with inverted foreground colors. */
375
+ --dt-color-surface-info: #01326D; /* Background surface color containing messaging or elements communicated as generally informational. */
376
+ --dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); /* A softer version of the default informational surface. */
377
+ --dt-color-surface-info-strong: #99C8FF; /* A contrasting informational surface, most likely paired with inverted foreground colors. */
378
+ --dt-color-border-subtle: hsl(0 0% 100% / 0.14);
379
+ --dt-color-border-default: hsl(0 0% 100% / 0.22);
380
+ --dt-color-border-moderate: hsl(0 0% 100% / 0.36);
381
+ --dt-color-border-bold: hsl(0 0% 100% / 0.5);
382
+ --dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
383
+ --dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
384
+ --dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
385
+ --dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
386
+ --dt-color-border-focus: #51A0FE;
387
+ --dt-color-border-critical: #FF8585;
388
+ --dt-color-border-success: #B0FFA3;
389
+ --dt-color-border-warning: #FFDB80;
390
+ --dt-color-border-brand: #7C52FF;
391
+ --dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
392
+ --dt-color-border-accent: #F9008E;
393
+ --dt-color-border-critical-subtle: #B70B0B;
394
+ --dt-color-border-critical-strong: #FFE5E6;
395
+ --dt-color-border-success-subtle: #1AA340;
396
+ --dt-color-border-success-strong: #EDF9EB;
397
+ --dt-color-border-warning-subtle: #D28F2B;
398
+ --dt-color-border-warning-strong: hsl(47.1 100% 72%);
399
+ --dt-color-border-brand-subtle: #3A1D95;
400
+ --dt-color-border-brand-strong: #DAC7FF;
401
+ --dt-color-border-critical-inverted: #EC0E0E;
402
+ --dt-color-border-success-inverted: #1AA340;
403
+ --dt-color-border-warning-inverted: #D28F2B;
404
+ --dt-color-border-brand-inverted: #7C52FF;
405
+ --dt-color-border-critical-subtle-inverted: #FF8585;
406
+ --dt-color-border-critical-strong-inverted: #B70B0B;
407
+ --dt-color-border-success-subtle-inverted: #B0FFA3;
408
+ --dt-color-border-success-strong-inverted: #124620;
409
+ --dt-color-border-warning-subtle-inverted: #FFDB80;
410
+ --dt-color-border-warning-strong-inverted: #815008;
411
+ --dt-color-border-brand-subtle-inverted: #DAC7FF;
412
+ --dt-color-border-brand-strong-inverted: #3A1D95;
413
+ --dt-opacity-0: 0;
414
+ --dt-opacity-100: .05;
415
+ --dt-opacity-200: .1;
416
+ --dt-opacity-300: .2;
417
+ --dt-opacity-400: .25;
418
+ --dt-opacity-500: .3;
419
+ --dt-opacity-600: .4;
420
+ --dt-opacity-700: .5;
421
+ --dt-opacity-800: .6;
422
+ --dt-opacity-900: .7;
423
+ --dt-opacity-1000: .75;
424
+ --dt-opacity-1100: .8;
425
+ --dt-opacity-1200: .9;
426
+ --dt-opacity-1300: 1;
427
427
  --dt-shadow-small-1-x: 0rem;
428
428
  --dt-shadow-small-1-y: 0.2rem;
429
429
  --dt-shadow-small-1-blur: 0.4rem;
@@ -782,6 +782,10 @@
782
782
  --dt-action-color-foreground-muted-hover: #C2C2C2;
783
783
  --dt-action-color-foreground-muted-active: #C2C2C2;
784
784
  --dt-action-color-foreground-disabled-default: #AAAAAA;
785
+ --dt-action-color-foreground-positive-default: #B0FFA3;
786
+ --dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
787
+ --dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);
788
+ --dt-action-color-foreground-positive-primary-default: #ffffff;
785
789
  --dt-action-color-background-base-default: transparent;
786
790
  --dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
787
791
  --dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
@@ -804,6 +808,12 @@
804
808
  --dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
805
809
  --dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
806
810
  --dt-action-color-background-disabled-default: #3A3A3A;
811
+ --dt-action-color-background-positive-default: transparent;
812
+ --dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
813
+ --dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
814
+ --dt-action-color-background-positive-primary-default: #B0FFA3;
815
+ --dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
816
+ --dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
807
817
  --dt-action-color-border-base-outlined-default: #AB7EFF;
808
818
  --dt-action-color-border-critical-outlined-default: #FF8585;
809
819
  --dt-action-color-border-inverted-outlined-default: #000000;