@dialpad/dialtone 9.60.0 → 9.61.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.
Files changed (79) hide show
  1. package/README.md +63 -32
  2. package/dist/chunks/tokens-base-dark-BC3U5KoN.js +4 -0
  3. package/dist/chunks/tokens-base-dark-zbBpWlfP.js +1 -0
  4. package/dist/chunks/tokens-base-light-PCrr7t8W.js +4 -0
  5. package/dist/chunks/tokens-base-light-dvWvBHbM.js +1 -0
  6. package/dist/css/dialtone-default-theme.css +26906 -0
  7. package/dist/css/dialtone-default-theme.min.css +1 -0
  8. package/dist/css/dialtone.css +171 -4734
  9. package/dist/css/dialtone.min.css +1 -1
  10. package/dist/css/tokens/tokens-base-dark.css +937 -0
  11. package/dist/css/tokens/tokens-base-light.css +717 -0
  12. package/dist/css/tokens/tokens-dp-dark.css +1794 -0
  13. package/dist/css/tokens/tokens-dp-light.css +1794 -0
  14. package/dist/css/tokens/tokens-expressive-dark.css +1800 -0
  15. package/dist/css/tokens/tokens-expressive-light.css +1800 -0
  16. package/dist/css/tokens/tokens-expressive-sm-dark.css +1800 -0
  17. package/dist/css/tokens/tokens-expressive-sm-light.css +1800 -0
  18. package/dist/css/tokens/tokens-tmo-dark.css +1794 -0
  19. package/dist/css/tokens/tokens-tmo-light.css +1794 -0
  20. package/dist/themes/config.cjs +1 -0
  21. package/dist/themes/config.js +17 -0
  22. package/dist/themes/dp-dark.cjs +1 -0
  23. package/dist/themes/dp-dark.js +14 -0
  24. package/dist/themes/dp-light.cjs +1 -0
  25. package/dist/themes/dp-light.js +14 -0
  26. package/dist/themes/expressive-dark.cjs +1 -0
  27. package/dist/themes/expressive-dark.js +14 -0
  28. package/dist/themes/expressive-light.cjs +1 -0
  29. package/dist/themes/expressive-light.js +14 -0
  30. package/dist/themes/expressive-sm-dark.cjs +1 -0
  31. package/dist/themes/expressive-sm-dark.js +14 -0
  32. package/dist/themes/expressive-sm-light.cjs +1 -0
  33. package/dist/themes/expressive-sm-light.js +14 -0
  34. package/dist/themes/tmo-dark.cjs +1 -0
  35. package/dist/themes/tmo-dark.js +14 -0
  36. package/dist/themes/tmo-light.cjs +1 -0
  37. package/dist/themes/tmo-light.js +14 -0
  38. package/dist/tokens/css/tokens-base-dark.css +937 -0
  39. package/dist/tokens/css/tokens-base-light.css +717 -0
  40. package/dist/tokens/css/tokens-dp-dark.css +1794 -0
  41. package/dist/tokens/css/tokens-dp-light.css +1794 -0
  42. package/dist/tokens/css/tokens-expressive-dark.css +1800 -0
  43. package/dist/tokens/css/tokens-expressive-light.css +1800 -0
  44. package/dist/tokens/css/tokens-expressive-sm-dark.css +1800 -0
  45. package/dist/tokens/css/tokens-expressive-sm-light.css +1800 -0
  46. package/dist/tokens/css/tokens-tmo-dark.css +1794 -0
  47. package/dist/tokens/css/tokens-tmo-light.css +1794 -0
  48. package/dist/tokens/doc.json +89655 -77327
  49. package/dist/tokens/less/tokens-base-dark.less +487 -0
  50. package/dist/tokens/less/tokens-base-light.less +367 -0
  51. package/dist/tokens/less/{variables-dark.less → tokens-dp-dark.less} +82 -570
  52. package/dist/tokens/less/{variables-light.less → tokens-dp-light.less} +45 -413
  53. package/dist/tokens/less/{variables-expressive-dark.less → tokens-expressive-dark.less} +88 -571
  54. package/dist/tokens/less/{variables-expressive-light.less → tokens-expressive-light.less} +51 -414
  55. package/dist/tokens/less/{variables-expressive-sm-dark.less → tokens-expressive-sm-dark.less} +88 -571
  56. package/dist/tokens/less/{variables-expressive-sm-light.less → tokens-expressive-sm-light.less} +51 -414
  57. package/dist/tokens/less/{variables-tmo-dark.less → tokens-tmo-dark.less} +82 -570
  58. package/dist/tokens/less/{variables-tmo-light.less → tokens-tmo-light.less} +45 -413
  59. package/dist/tokens/tokens-base-dark.json +486 -0
  60. package/dist/tokens/tokens-base-light.json +366 -0
  61. package/dist/tokens/tokens-dp-dark.json +449 -0
  62. package/dist/tokens/tokens-dp-light.json +449 -0
  63. package/dist/tokens/tokens-expressive-dark.json +455 -0
  64. package/dist/tokens/tokens-expressive-light.json +455 -0
  65. package/dist/tokens/tokens-expressive-sm-dark.json +455 -0
  66. package/dist/tokens/tokens-expressive-sm-light.json +455 -0
  67. package/dist/tokens/tokens-tmo-dark.json +449 -0
  68. package/dist/tokens/tokens-tmo-light.json +449 -0
  69. package/package.json +9 -1
  70. package/dist/tokens/css/variables-dark.css +0 -941
  71. package/dist/tokens/css/variables-expressive-dark.css +0 -942
  72. package/dist/tokens/css/variables-expressive-light.css +0 -822
  73. package/dist/tokens/css/variables-expressive-sm-dark.css +0 -942
  74. package/dist/tokens/css/variables-expressive-sm-light.css +0 -822
  75. package/dist/tokens/css/variables-light.css +0 -821
  76. package/dist/tokens/css/variables-tmo-dark.css +0 -941
  77. package/dist/tokens/css/variables-tmo-light.css +0 -821
  78. package/dist/tokens/tokens-dark.json +0 -933
  79. package/dist/tokens/tokens-light.json +0 -813
@@ -1,322 +1,28 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 31 Jul 2024 23:01:22 GMT
2
+ // Do not edit directly, this file was auto-generated.
4
3
 
5
- @dt-font-size-100: 1.2rem; // small
6
- @dt-font-size-200: 1.5rem; // medium / base
7
- @dt-font-size-300: 1.9rem; // large
8
- @dt-font-size-400: 2.7rem; // extra large / xl
9
- @dt-font-size-500: 3.8rem; // extra large / xxl
10
- @dt-font-size-root: 1rem;
11
- @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";
12
- @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";
13
- @dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
14
- @dt-font-line-height-100: 1;
15
- @dt-font-line-height-200: 1.2;
16
- @dt-font-line-height-300: 1.4;
17
- @dt-font-line-height-400: 1.6;
18
- @dt-font-line-height-500: 1.8;
19
- @dt-font-line-height-600: 2;
20
- @dt-font-weight-normal: 400;
21
- @dt-font-weight-medium: 500;
22
- @dt-font-weight-semi-bold: 600;
23
- @dt-font-weight-bold: 700;
24
- @dt-font-text-case-uppercase: uppercase;
25
- @dt-font-text-case-lowercase: lowercase;
26
- @dt-font-text-case-capitalize: capitalize;
27
- @dt-font-text-case-none: none;
28
- @dt-size-0: 0rem;
29
- @dt-size-50: 0.05rem;
30
- @dt-size-100: 0.1rem;
31
- @dt-size-200: 0.2rem;
32
- @dt-size-300: 0.4rem;
33
- @dt-size-350: 0.6rem;
34
- @dt-size-400: 0.8rem;
35
- @dt-size-450: 1.2rem;
36
- @dt-size-500: 1.6rem;
37
- @dt-size-525: 2rem;
38
- @dt-size-550: 2.4rem;
39
- @dt-size-600: 3.2rem;
40
- @dt-size-625: 4.2rem;
41
- @dt-size-650: 4.8rem;
42
- @dt-size-700: 6.4rem;
43
- @dt-size-720: 7.2rem;
44
- @dt-size-730: 8.4rem;
45
- @dt-size-750: 9.6rem;
46
- @dt-size-760: 10.2rem;
47
- @dt-size-775: 11.4rem;
48
- @dt-size-800: 12.8rem;
49
- @dt-size-825: 16.4rem;
50
- @dt-size-850: 19.2rem;
51
- @dt-size-875: 21.6rem;
52
- @dt-size-900: 25.6rem;
53
- @dt-size-905: 26.4rem;
54
- @dt-size-925: 33.2rem;
55
- @dt-size-950: 38.4rem;
56
- @dt-size-975: 46.4rem;
57
- @dt-size-1000: 51.2rem;
58
- @dt-size-1020: 62.8rem;
59
- @dt-size-1040: 76.4rem;
60
- @dt-size-1050: 76.8rem;
61
- @dt-size-1060: 82.8rem;
62
- @dt-size-1080: 91.2rem;
63
- @dt-size-1100: 102.4rem;
64
- @dt-size-1115: 114rem;
65
- @dt-size-1120: 126.8rem;
66
- @dt-size-1125: 128rem;
67
- @dt-size-1130: 134rem;
68
- @dt-size-1150: 153.6rem;
69
- @dt-size-1200: 204.8rem;
70
- @dt-size-base: 0.8rem;
71
- @dt-size-border-0: 0rem;
72
- @dt-size-border-50: 0.05rem;
73
- @dt-size-border-100: 0.1rem;
74
- @dt-size-border-150: 0.15rem;
75
- @dt-size-border-200: 0.2rem;
76
- @dt-size-border-300: 0.4rem;
77
- @dt-size-border-400: 0.8rem;
78
4
  @dt-size-border-focus: 0.3rem;
79
- @dt-size-50-negative: -0.05rem;
80
- @dt-size-100-negative: -0.1rem;
81
- @dt-size-200-negative: -0.2rem;
82
- @dt-size-300-negative: -0.4rem;
83
- @dt-size-350-negative: -0.6rem;
84
- @dt-size-400-negative: -0.8rem;
85
- @dt-size-450-negative: -1.2rem;
86
- @dt-size-500-negative: -1.6rem;
87
- @dt-size-525-negative: -2rem;
88
- @dt-size-550-negative: -2.4rem;
89
- @dt-size-600-negative: -3.2rem;
90
- @dt-size-625-negative: -4.2rem;
91
- @dt-size-650-negative: -4.8rem;
92
- @dt-size-700-negative: -6.4rem;
93
- @dt-size-720-negative: -7.2rem;
94
- @dt-size-730-negative: -8.4rem;
95
- @dt-size-750-negative: -9.6rem;
96
- @dt-size-760-negative: -10.2rem;
97
- @dt-size-775-negative: -11.4rem;
98
- @dt-size-800-negative: -12.8rem;
99
- @dt-size-825-negative: -16.4rem;
100
- @dt-size-850-negative: -19.2rem;
101
- @dt-size-875-negative: -21.6rem;
102
- @dt-size-900-negative: -25.6rem;
103
- @dt-size-905-negative: -26.4rem;
104
- @dt-size-925-negative: -33.2rem;
105
- @dt-size-950-negative: -38.4rem;
106
- @dt-size-975-negative: -46.4rem;
107
- @dt-size-1000-negative: -51.2rem;
108
- @dt-size-1020-negative: -62.8rem;
109
- @dt-size-1040-negative: -76.4rem;
110
- @dt-size-1050-negative: -76.8rem;
111
- @dt-size-1060-negative: -82.8rem;
112
- @dt-size-1080-negative: -91.2rem;
113
- @dt-size-1100-negative: -102.4rem;
114
- @dt-size-1115-negative: -114rem;
115
- @dt-size-1120-negative: -126.8rem;
116
- @dt-size-1125-negative: -128rem;
117
- @dt-size-1130-negative: -134rem;
118
- @dt-size-1150-negative: -153.6rem;
119
- @dt-size-1200-negative: -204.8rem;
120
- @dt-size-0-percent: 0%;
121
- @dt-size-5-percent: 5%;
122
- @dt-size-10-percent: 10%;
123
- @dt-size-20-percent: 20%;
124
- @dt-size-25-percent: 25%;
125
- @dt-size-30-percent: 30%;
126
- @dt-size-33-percent: 33.333%;
127
- @dt-size-40-percent: 40%;
128
- @dt-size-50-percent: 50%;
129
- @dt-size-60-percent: 60%;
130
- @dt-size-66-percent: 66.7%;
131
- @dt-size-70-percent: 70%;
132
- @dt-size-75-percent: 75%;
133
- @dt-size-80-percent: 80%;
134
- @dt-size-90-percent: 90%;
135
- @dt-size-95-percent: 95%;
136
- @dt-size-100-percent: 100%;
137
- @dt-size-radius-0: 0rem;
138
- @dt-size-radius-100: 0.1rem;
139
- @dt-size-radius-200: 0.2rem;
140
- @dt-size-radius-300: 0.4rem;
141
- @dt-size-radius-400: 0.8rem;
142
- @dt-size-radius-500: 1.6rem;
143
- @dt-size-radius-600: 3.2rem;
144
- @dt-size-radius-pill: 10.2rem;
145
- @dt-size-radius-circle: 50%;
146
- @dt-space-0: 0rem;
147
- @dt-space-50: 0.05rem;
148
- @dt-space-100: 0.1rem;
149
- @dt-space-200: 0.2rem;
150
- @dt-space-300: 0.4rem;
151
- @dt-space-350: 0.6rem;
152
- @dt-space-400: 0.8rem;
153
- @dt-space-450: 1.2rem;
154
- @dt-space-500: 1.6rem;
155
- @dt-space-525: 2rem;
156
- @dt-space-550: 2.4rem;
157
- @dt-space-600: 3.2rem;
158
- @dt-space-625: 4.2rem;
159
- @dt-space-650: 4.8rem;
160
- @dt-space-700: 6.4rem;
161
- @dt-space-720: 7.2rem;
162
- @dt-space-730: 8.4rem;
163
- @dt-space-750: 9.6rem;
164
- @dt-space-760: 10.2rem;
165
- @dt-space-775: 11.4rem;
166
- @dt-space-800: 12.8rem;
167
- @dt-space-825: 16.4rem;
168
- @dt-space-850: 19.2rem;
169
- @dt-space-875: 21.6rem;
170
- @dt-space-900: 25.6rem;
171
- @dt-space-905: 26.4rem;
172
- @dt-space-925: 33.2rem;
173
- @dt-space-950: 38.4rem;
174
- @dt-space-975: 46.4rem;
175
- @dt-space-1000: 51.2rem;
176
- @dt-space-1020: 62.8rem;
177
- @dt-space-1040: 76.4rem;
178
- @dt-space-1050: 76.8rem;
179
- @dt-space-1060: 82.8rem;
180
- @dt-space-1080: 91.2rem;
181
- @dt-space-1100: 102.4rem;
182
- @dt-space-1115: 114rem;
183
- @dt-space-1120: 126.8rem;
184
- @dt-space-1125: 128rem;
185
- @dt-space-1130: 134rem;
186
- @dt-space-1150: 153.6rem;
187
- @dt-space-1200: 204.8rem;
188
- @dt-space-base: 0.8rem;
189
- @dt-space-50-negative: -0.05rem;
190
- @dt-space-100-negative: -0.1rem;
191
- @dt-space-200-negative: -0.2rem;
192
- @dt-space-300-negative: -0.4rem;
193
- @dt-space-350-negative: -0.6rem;
194
- @dt-space-400-negative: -0.8rem;
195
- @dt-space-450-negative: -1.2rem;
196
- @dt-space-500-negative: -1.6rem;
197
- @dt-space-525-negative: -2rem;
198
- @dt-space-550-negative: -2.4rem;
199
- @dt-space-600-negative: -3.2rem;
200
- @dt-space-625-negative: -4.2rem;
201
- @dt-space-650-negative: -4.8rem;
202
- @dt-space-700-negative: -6.4rem;
203
- @dt-space-720-negative: -7.2rem;
204
- @dt-space-730-negative: -8.4rem;
205
- @dt-space-750-negative: -9.6rem;
206
- @dt-space-760-negative: -10.2rem;
207
- @dt-space-775-negative: -11.4rem;
208
- @dt-space-800-negative: -12.8rem;
209
- @dt-space-825-negative: -16.4rem;
210
- @dt-space-850-negative: -19.2rem;
211
- @dt-space-875-negative: -21.6rem;
212
- @dt-space-900-negative: -25.6rem;
213
- @dt-space-905-negative: -26.4rem;
214
- @dt-space-925-negative: -33.2rem;
215
- @dt-space-950-negative: -38.4rem;
216
- @dt-space-975-negative: -46.4rem;
217
- @dt-space-1000-negative: -51.2rem;
218
- @dt-space-1020-negative: -62.8rem;
219
- @dt-space-1040-negative: -76.4rem;
220
- @dt-space-1050-negative: -76.8rem;
221
- @dt-space-1060-negative: -82.8rem;
222
- @dt-space-1080-negative: -91.2rem;
223
- @dt-space-1100-negative: -102.4rem;
224
- @dt-space-1115-negative: -114rem;
225
- @dt-space-1120-negative: -126.8rem;
226
- @dt-space-1125-negative: -128rem;
227
- @dt-space-1130-negative: -134rem;
228
- @dt-space-1150-negative: -153.6rem;
229
- @dt-space-1200-negative: -204.8rem;
230
- @dt-space-0-percent: 0%;
231
- @dt-space-5-percent: 5%;
232
- @dt-space-10-percent: 10%;
233
- @dt-space-20-percent: 20%;
234
- @dt-space-25-percent: 25%;
235
- @dt-space-30-percent: 30%;
236
- @dt-space-33-percent: 33.333%;
237
- @dt-space-40-percent: 40%;
238
- @dt-space-50-percent: 50%;
239
- @dt-space-60-percent: 60%;
240
- @dt-space-66-percent: 66.7%;
241
- @dt-space-70-percent: 70%;
242
- @dt-space-75-percent: 75%;
243
- @dt-space-80-percent: 80%;
244
- @dt-space-90-percent: 90%;
245
- @dt-space-95-percent: 95%;
246
- @dt-space-100-percent: 100%;
247
- @dt-color-neutral-white: #ffffff; // White color independent of any theme.
248
- @dt-color-neutral-black: #000000; // Black color independent of any theme.
249
- @dt-color-neutral-transparent: transparent; // Transparent color independent of any theme.
250
- @dt-color-black-100: #000000;
251
- @dt-color-black-200: #262626;
252
- @dt-color-black-300: #3A3A3A;
253
- @dt-color-black-400: #555555;
254
- @dt-color-black-500: #808080;
255
- @dt-color-black-600: #AAAAAA;
256
- @dt-color-black-700: #C2C2C2;
257
- @dt-color-black-800: #D4D4D4;
258
- @dt-color-black-900: #E6E6E6;
259
- @dt-color-purple-100: #10022C;
260
- @dt-color-purple-200: #3A1D95;
261
- @dt-color-purple-300: #7C52FF;
262
- @dt-color-purple-400: #AB7EFF;
263
- @dt-color-purple-500: #DAC7FF;
264
- @dt-color-purple-600: #F5F0FF;
265
- @dt-color-blue-100: #01326D;
266
- @dt-color-blue-200: #1768C6;
267
- @dt-color-blue-300: #51A0FE;
268
- @dt-color-blue-400: #99C8FF;
269
- @dt-color-blue-500: #EAF2FA;
270
- @dt-color-magenta-100: #541A3B; // aka pink
271
- @dt-color-magenta-200: #8C0E56; // aka pink
272
- @dt-color-magenta-300: #F9008E; // aka pink
273
- @dt-color-magenta-400: #F985C7; // aka pink
274
- @dt-color-magenta-500: #FFE0F2; // aka pink
275
- @dt-color-gold-100: #815008; // aka yellow
276
- @dt-color-gold-200: #D28F2B; // aka yellow
277
- @dt-color-gold-300: #F6AB3C; // aka yellow
278
- @dt-color-gold-400: #FFDB80; // aka yellow
279
- @dt-color-gold-500: #FFF4CC; // aka yellow
280
- @dt-color-green-100: #124620;
281
- @dt-color-green-200: #1AA340;
282
- @dt-color-green-300: #45F777;
283
- @dt-color-green-400: #B0FFA3;
284
- @dt-color-green-500: #EDF9EB;
285
- @dt-color-red-100: #5B0505;
286
- @dt-color-red-200: #B70B0B;
287
- @dt-color-red-300: #EC0E0E;
288
- @dt-color-red-400: #FF8585;
289
- @dt-color-red-500: #FFE5E6;
290
- @dt-color-tan-100: #121212;
291
- @dt-color-tan-200: #3F3D3C;
292
- @dt-color-tan-300: #87807B;
293
- @dt-color-tan-400: #CEC8C4;
294
- @dt-color-tan-500: #F2F0EE;
295
- @dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%); // Gradient for Ai-oriented treatments.
296
- @dt-color-brand-purple: #7C52FF; // Primary brand color.
297
- @dt-color-brand-magenta: #F9008E; // Secondary brand color, typically used as an accent color.
298
- @dt-color-brand-gold: #F6AB3C; // Secondary brand color, typically used as an accent color.
299
5
  @dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
300
6
  @dt-color-foreground-secondary: #C2C2C2; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
301
7
  @dt-color-foreground-tertiary: #AAAAAA; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
302
8
  @dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
303
- @dt-color-foreground-placeholder: #AAAAAA; // Text color for placeholder text within form elements.
304
- @dt-color-foreground-disabled: #AAAAAA; // Used for text paired with disabled content or components, like the form elements.
305
- @dt-color-foreground-critical: #FF8585; // Expresses an error, danger, or otherwise critical state.
306
- @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.
9
+ @dt-color-foreground-placeholder: #AAAAAA;
10
+ @dt-color-foreground-disabled: #AAAAAA;
11
+ @dt-color-foreground-critical: #FF8585;
12
+ @dt-color-foreground-critical-strong: hsl(0 100% 82.1%);
307
13
  @dt-color-foreground-success: #B0FFA3; // Indicates a positive state.
308
- @dt-color-foreground-success-strong: hsl(112 100% 88.3%); // Indicates a strong positive state on surfaces that require a stronger contrast.
309
- @dt-color-foreground-warning: #FFDB80; // Indicates information that requires user’s attention and further action may be necessary.
310
- @dt-color-foreground-primary-inverted: #000000; // Primary text that sits on high-contrast surfaces or backgrounds.
311
- @dt-color-foreground-secondary-inverted: #3A3A3A; // Secondary text color that sits on high-contrast surfaces or backgrounds.
312
- @dt-color-foreground-tertiary-inverted: #555555; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
14
+ @dt-color-foreground-success-strong: hsl(112 100% 88.3%);
15
+ @dt-color-foreground-warning: #FFDB80;
16
+ @dt-color-foreground-primary-inverted: #000000;
17
+ @dt-color-foreground-secondary-inverted: #3A3A3A;
18
+ @dt-color-foreground-tertiary-inverted: #555555;
313
19
  @dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); // Muted text color that sits on high-contrast surfaces or backgrounds.
314
20
  @dt-color-foreground-placeholder-inverted: #808080; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
315
21
  @dt-color-foreground-disabled-inverted: #808080; // Disabled text color that sits on high-contrast surfaces or backgrounds.
316
- @dt-color-foreground-critical-inverted: #EC0E0E; // Critical text that sits on high-contrast surfaces or backgrounds
317
- @dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); // Critical strong text that sits on high-contrast surfaces or backgrounds
22
+ @dt-color-foreground-critical-inverted: #EC0E0E;
23
+ @dt-color-foreground-critical-strong-inverted: #B70B0B;
318
24
  @dt-color-foreground-success-inverted: #1AA340; // Success text that sits on high-contrast surfaces or backgrounds
319
- @dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); // Success strong text that sits on high-contrast surfaces or backgrounds
25
+ @dt-color-foreground-success-strong-inverted: #124620;
320
26
  @dt-color-foreground-warning-inverted: #815008; // Warning text that sits on high-contrast surfaces or backgrounds
321
27
  @dt-color-link-primary: hsl(261 100% 78.2%);
322
28
  @dt-color-link-critical: #FF8585;
@@ -338,41 +44,41 @@
338
44
  @dt-color-link-disabled-hover: #AAAAAA;
339
45
  @dt-color-link-primary-inverted-hover: #3A1D95;
340
46
  @dt-color-link-critical-inverted-hover: #B70B0B;
341
- @dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
47
+ @dt-color-link-success-inverted-hover: #124620;
342
48
  @dt-color-link-warning-inverted-hover: #262626;
343
49
  @dt-color-link-muted-inverted-hover: #000000;
344
50
  @dt-color-link-disabled-inverted-hover: #808080;
345
- @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); // Secondary surface as opaque background color.
346
- @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); // Moderate surface as opaque background color.
347
- @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); // Bold surface as opaque background color.
348
- @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); // Strong surface as opaque background color.
349
- @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); // Contrast surface as opaque background color.
51
+ @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06);
52
+ @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15);
53
+ @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27);
54
+ @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65);
55
+ @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96);
350
56
  @dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); // Background color for a modal-like backdrop.
351
- @dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); // Critical surface as opaque background color.
352
- @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); // Critical subtle surface as opaque background color.
353
- @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); // Warning surface as opaque background color
354
- @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); // Warning subtle surface as opaque background color
355
- @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); // Success surface as opaque background color.
356
- @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); // Success subtle surface as opaque background color.
357
- @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); // Info surface as opaque background color.
358
- @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); // Info surface as opaque background color.
359
- @dt-color-surface-primary: hsl(0 0% 12%); // Default surface color for the majority of surfaces.
360
- @dt-color-surface-secondary: #262626; // For adjacent or complementary regions.
361
- @dt-color-surface-moderate: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
362
- @dt-color-surface-bold: #555555; // Highlight or call attention to specific areas of the interface.
57
+ @dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32);
58
+ @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5);
59
+ @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48);
60
+ @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5);
61
+ @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26);
62
+ @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5);
63
+ @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29);
64
+ @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5);
65
+ @dt-color-surface-primary: hsl(0 0% 12%);
66
+ @dt-color-surface-secondary: #262626;
67
+ @dt-color-surface-moderate: #3A3A3A;
68
+ @dt-color-surface-bold: #555555;
363
69
  @dt-color-surface-strong: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
364
- @dt-color-surface-contrast: #E6E6E6; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
70
+ @dt-color-surface-contrast: #E6E6E6;
365
71
  @dt-color-surface-critical: #5B0505; // Background surface color containing error, danger, or otherwise critical messaging or elements.
366
- @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); // A softer version of the Critical surface.
72
+ @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%);
367
73
  @dt-color-surface-critical-strong: #FF8585; // A contrasting critical surface, most likely paired with inverted foreground colors.
368
74
  @dt-color-surface-warning: #815008; // Background surface color highlighting messaging or elements that may require user's attention.
369
- @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); // A softer version of the default warning surface.
75
+ @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%);
370
76
  @dt-color-surface-warning-strong: #D28F2B; // A contrasting warning surface, most likely paired with inverted foreground colors.
371
77
  @dt-color-surface-success: #124620; // Background surface color containing messaging or elements expressing a positive or successful state.
372
- @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); // A softer version of the default success surface.
78
+ @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%);
373
79
  @dt-color-surface-success-strong: #B0FFA3; // A contrasting positive state surface, most likely paired with inverted foreground colors.
374
80
  @dt-color-surface-info: #01326D; // Background surface color containing messaging or elements communicated as generally informational.
375
- @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); // A softer version of the default informational surface.
81
+ @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%);
376
82
  @dt-color-surface-info-strong: #99C8FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
377
83
  @dt-color-border-subtle: hsl(0 0% 100% / 0.14);
378
84
  @dt-color-border-default: hsl(0 0% 100% / 0.22);
@@ -394,7 +100,7 @@
394
100
  @dt-color-border-success-subtle: #1AA340;
395
101
  @dt-color-border-success-strong: #EDF9EB;
396
102
  @dt-color-border-warning-subtle: #D28F2B;
397
- @dt-color-border-warning-strong: hsl(47.1 100% 72%);
103
+ @dt-color-border-warning-strong: #FFF4CC;
398
104
  @dt-color-border-brand-subtle: #3A1D95;
399
105
  @dt-color-border-brand-strong: #DAC7FF;
400
106
  @dt-color-border-critical-inverted: #EC0E0E;
@@ -409,354 +115,160 @@
409
115
  @dt-color-border-warning-strong-inverted: #815008;
410
116
  @dt-color-border-brand-subtle-inverted: #DAC7FF;
411
117
  @dt-color-border-brand-strong-inverted: #3A1D95;
412
- @dt-opacity-0: 0;
413
- @dt-opacity-100: .05;
414
- @dt-opacity-200: .1;
415
- @dt-opacity-300: .2;
416
- @dt-opacity-400: .25;
417
- @dt-opacity-500: .3;
418
- @dt-opacity-600: .4;
419
- @dt-opacity-700: .5;
420
- @dt-opacity-800: .6;
421
- @dt-opacity-900: .7;
422
- @dt-opacity-1000: .75;
423
- @dt-opacity-1100: .8;
424
- @dt-opacity-1200: .9;
425
- @dt-opacity-1300: 1;
426
- @dt-shadow-small-1-x: 0rem;
427
- @dt-shadow-small-1-y: 0.2rem;
428
- @dt-shadow-small-1-blur: 0.4rem;
429
- @dt-shadow-small-1-spread: 0rem;
430
- @dt-shadow-small-1-color: rgba(0, 0, 0, 0.45);
431
- @dt-shadow-small-1-type: dropShadow;
432
- @dt-shadow-small-2-x: 0.05rem;
433
- @dt-shadow-small-2-y: 0.05rem;
434
- @dt-shadow-small-2-blur: 0rem;
435
- @dt-shadow-small-2-spread: 0rem;
436
- @dt-shadow-small-2-color: #000000;
437
- @dt-shadow-small-2-type: dropShadow;
438
- @dt-shadow-small-3-x: -0.05rem;
439
- @dt-shadow-small-3-y: -0.05rem;
440
- @dt-shadow-small-3-blur: 0;
441
- @dt-shadow-small-3-spread: 0;
442
- @dt-shadow-small-3-color: #000000;
443
- @dt-shadow-small-3-type: dropShadow;
444
- @dt-shadow-small-4-x: -0.05rem;
445
- @dt-shadow-small-4-y: 0.05rem;
446
- @dt-shadow-small-4-blur: 0;
447
- @dt-shadow-small-4-spread: 0;
448
- @dt-shadow-small-4-color: #000000;
449
- @dt-shadow-small-4-type: dropShadow;
450
- @dt-shadow-small-5-x: 0.05rem;
451
- @dt-shadow-small-5-y: -0.05rem;
452
- @dt-shadow-small-5-blur: 0;
453
- @dt-shadow-small-5-spread: 0;
454
- @dt-shadow-small-5-color: #000000;
455
- @dt-shadow-small-5-type: dropShadow;
456
- @dt-shadow-medium-1-x: 0rem;
457
- @dt-shadow-medium-1-y: 0.2rem;
458
- @dt-shadow-medium-1-blur: 0.8rem;
459
- @dt-shadow-medium-1-spread: 0rem;
460
- @dt-shadow-medium-1-color: rgba(0, 0, 0, 0.55);
461
- @dt-shadow-medium-1-type: dropShadow;
462
- @dt-shadow-medium-2-x: 0.05rem;
463
- @dt-shadow-medium-2-y: 0.05rem;
464
- @dt-shadow-medium-2-blur: 0rem;
465
- @dt-shadow-medium-2-spread: 0rem;
466
- @dt-shadow-medium-2-color: #000000;
467
- @dt-shadow-medium-2-type: dropShadow;
468
- @dt-shadow-medium-3-x: -0.05rem;
469
- @dt-shadow-medium-3-y: -0.05rem;
470
- @dt-shadow-medium-3-blur: 0;
471
- @dt-shadow-medium-3-spread: 0;
472
- @dt-shadow-medium-3-color: #000000;
473
- @dt-shadow-medium-3-type: dropShadow;
474
- @dt-shadow-medium-4-x: -0.05rem;
475
- @dt-shadow-medium-4-y: 0.05rem;
476
- @dt-shadow-medium-4-blur: 0;
477
- @dt-shadow-medium-4-spread: 0;
478
- @dt-shadow-medium-4-color: #000000;
479
- @dt-shadow-medium-4-type: dropShadow;
480
- @dt-shadow-medium-5-x: 0.05rem;
481
- @dt-shadow-medium-5-y: -0.05rem;
482
- @dt-shadow-medium-5-blur: 0;
483
- @dt-shadow-medium-5-spread: 0;
484
- @dt-shadow-medium-5-color: #000000;
485
- @dt-shadow-medium-5-type: dropShadow;
486
- @dt-shadow-large-1-x: 0rem;
487
- @dt-shadow-large-1-y: 0.2rem;
488
- @dt-shadow-large-1-blur: 1.6rem;
489
- @dt-shadow-large-1-spread: 0rem;
490
- @dt-shadow-large-1-color: rgba(0, 0, 0, 0.55);
491
- @dt-shadow-large-1-type: dropShadow;
492
- @dt-shadow-large-2-x: -0.05rem;
493
- @dt-shadow-large-2-y: 0.05rem;
494
- @dt-shadow-large-2-blur: 0rem;
495
- @dt-shadow-large-2-spread: 0rem;
496
- @dt-shadow-large-2-color: #000000;
497
- @dt-shadow-large-2-type: dropShadow;
498
- @dt-shadow-large-3-x: -0.05rem;
499
- @dt-shadow-large-3-y: -0.05rem;
500
- @dt-shadow-large-3-blur: 0;
501
- @dt-shadow-large-3-spread: 0;
502
- @dt-shadow-large-3-color: #000000;
503
- @dt-shadow-large-3-type: dropShadow;
504
- @dt-shadow-large-4-x: -0.05rem;
505
- @dt-shadow-large-4-y: 0.05rem;
506
- @dt-shadow-large-4-blur: 0;
507
- @dt-shadow-large-4-spread: 0;
508
- @dt-shadow-large-4-color: #000000;
509
- @dt-shadow-large-4-type: dropShadow;
510
- @dt-shadow-large-5-x: 0.05rem;
511
- @dt-shadow-large-5-y: -0.05rem;
512
- @dt-shadow-large-5-blur: 0;
513
- @dt-shadow-large-5-spread: 0;
514
- @dt-shadow-large-5-color: #000000;
515
- @dt-shadow-large-5-type: dropShadow;
516
- @dt-shadow-extra-large-1-x: 0rem;
517
- @dt-shadow-extra-large-1-y: 0.2rem;
518
- @dt-shadow-extra-large-1-blur: 3.2rem;
519
- @dt-shadow-extra-large-1-spread: 0rem;
520
- @dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.55);
521
- @dt-shadow-extra-large-1-type: dropShadow;
522
- @dt-shadow-extra-large-2-x: 0.05rem;
523
- @dt-shadow-extra-large-2-y: 0.05rem;
524
- @dt-shadow-extra-large-2-blur: 0rem;
525
- @dt-shadow-extra-large-2-spread: 0rem;
526
- @dt-shadow-extra-large-2-color: #000000;
527
- @dt-shadow-extra-large-2-type: dropShadow;
528
- @dt-shadow-extra-large-3-x: -0.05rem;
529
- @dt-shadow-extra-large-3-y: -0.05rem;
530
- @dt-shadow-extra-large-3-blur: 0;
531
- @dt-shadow-extra-large-3-spread: 0;
532
- @dt-shadow-extra-large-3-color: #000000;
533
- @dt-shadow-extra-large-3-type: dropShadow;
534
- @dt-shadow-extra-large-4-x: -0.05rem;
535
- @dt-shadow-extra-large-4-y: 0.05rem;
536
- @dt-shadow-extra-large-4-blur: 0;
537
- @dt-shadow-extra-large-4-spread: 0;
538
- @dt-shadow-extra-large-4-color: #000000;
539
- @dt-shadow-extra-large-4-type: dropShadow;
540
- @dt-shadow-extra-large-5-x: 0.05rem;
541
- @dt-shadow-extra-large-5-y: -0.05rem;
542
- @dt-shadow-extra-large-5-blur: 0;
543
- @dt-shadow-extra-large-5-spread: 0;
544
- @dt-shadow-extra-large-5-color: #000000;
545
- @dt-shadow-extra-large-5-type: dropShadow;
546
- @dt-shadow-card-1-x: 0rem;
547
- @dt-shadow-card-1-y: 0.1rem;
548
- @dt-shadow-card-1-blur: 0.2rem;
549
- @dt-shadow-card-1-spread: 0rem;
550
- @dt-shadow-card-1-color: rgba(0, 0, 0, 0.35);
551
- @dt-shadow-card-1-type: dropShadow;
552
- @dt-shadow-card-2-x: 0rem;
553
- @dt-shadow-card-2-y: 0.2rem;
554
- @dt-shadow-card-2-blur: 0.4rem;
555
- @dt-shadow-card-2-spread: 0rem;
556
- @dt-shadow-card-2-color: rgba(0, 0, 0, 0.45);
557
- @dt-shadow-card-2-type: dropShadow;
558
- @dt-shadow-card-3-x: 0rem;
559
- @dt-shadow-card-3-y: 0.2rem;
560
- @dt-shadow-card-3-blur: 1.6rem;
561
- @dt-shadow-card-3-spread: 0rem;
562
- @dt-shadow-card-3-color: rgba(0, 0, 0, 0.58);
563
- @dt-shadow-card-3-type: dropShadow;
564
- @dt-shadow-card-4-x: 0.05rem;
565
- @dt-shadow-card-4-y: 0.05rem;
566
- @dt-shadow-card-4-blur: 0rem;
567
- @dt-shadow-card-4-spread: 0rem;
568
- @dt-shadow-card-4-color: #000000;
569
- @dt-shadow-card-4-type: dropShadow;
570
- @dt-shadow-card-5-x: -0.05rem;
571
- @dt-shadow-card-5-y: -0.05rem;
572
- @dt-shadow-card-5-blur: 0;
573
- @dt-shadow-card-5-spread: 0;
574
- @dt-shadow-card-5-color: #000000;
575
- @dt-shadow-card-5-type: dropShadow;
576
- @dt-shadow-card-6-x: -0.05rem;
577
- @dt-shadow-card-6-y: 0.05rem;
578
- @dt-shadow-card-6-blur: 0;
579
- @dt-shadow-card-6-spread: 0;
580
- @dt-shadow-card-6-color: #000000;
581
- @dt-shadow-card-6-type: dropShadow;
582
- @dt-shadow-card-7-x: 0.05rem;
583
- @dt-shadow-card-7-y: -0.05rem;
584
- @dt-shadow-card-7-blur: 0;
585
- @dt-shadow-card-7-spread: 0;
586
- @dt-shadow-card-7-color: #000000;
587
- @dt-shadow-card-7-type: dropShadow;
588
- @dt-shadow-focus-1-x: 0rem;
589
- @dt-shadow-focus-1-y: 0rem;
590
- @dt-shadow-focus-1-blur: 0rem;
591
- @dt-shadow-focus-1-spread: 0.1rem;
592
- @dt-shadow-focus-1-color: #000000;
593
- @dt-shadow-focus-1-type: dropShadow;
594
- @dt-shadow-focus-2-x: 0rem;
595
- @dt-shadow-focus-2-y: 0rem;
596
- @dt-shadow-focus-2-blur: 0rem;
597
- @dt-shadow-focus-2-spread: 0.3rem;
598
- @dt-shadow-focus-2-color: #51A0FE;
599
- @dt-shadow-focus-2-type: dropShadow;
600
- @dt-shadow-focus-inset-1-x: 0rem;
601
- @dt-shadow-focus-inset-1-y: 0rem;
602
- @dt-shadow-focus-inset-1-blur: 0rem;
603
- @dt-shadow-focus-inset-1-spread: 0.2rem;
604
- @dt-shadow-focus-inset-1-color: #51A0FE;
605
- @dt-shadow-focus-inset-1-type: innerShadow;
606
118
  @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.
607
119
  @dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
608
120
  @dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
609
- @dt-typography-body-md-font-size: 1.5rem; // Base default medium text style for main content.
121
+ @dt-typography-body-md-font-size: 15px; // Base default medium text style for main content.
610
122
  @dt-typography-body-md-text-case: none; // Base default medium text style for main content.
611
123
  @dt-typography-body-md-compact-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"; // A tighter-spaced version of medium body style.
612
124
  @dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
613
125
  @dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
614
- @dt-typography-body-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium body style.
126
+ @dt-typography-body-md-compact-font-size: 15px; // A tighter-spaced version of medium body style.
615
127
  @dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
616
128
  @dt-typography-body-sm-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"; // Reduced small text style for less prominent or adjacent content.
617
129
  @dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
618
130
  @dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
619
- @dt-typography-body-sm-font-size: 1.2rem; // Reduced small text style for less prominent or adjacent content.
131
+ @dt-typography-body-sm-font-size: 12px; // Reduced small text style for less prominent or adjacent content.
620
132
  @dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
621
133
  @dt-typography-body-sm-compact-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"; // A tighter-spaced version of small body style.
622
134
  @dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
623
135
  @dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
624
- @dt-typography-body-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small body style.
136
+ @dt-typography-body-sm-compact-font-size: 12px; // A tighter-spaced version of small body style.
625
137
  @dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
626
138
  @dt-typography-headline-eyebrow-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"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
627
139
  @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.
628
140
  @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.
629
- @dt-typography-headline-eyebrow-font-size: 1.2rem; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
141
+ @dt-typography-headline-eyebrow-font-size: 12px; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
630
142
  @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.
631
143
  @dt-typography-headline-sm-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"; // Smaller text size for secondary information or subheadings.
632
144
  @dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
633
145
  @dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
634
- @dt-typography-headline-sm-font-size: 1.2rem; // Smaller text size for secondary information or subheadings.
146
+ @dt-typography-headline-sm-font-size: 12px; // Smaller text size for secondary information or subheadings.
635
147
  @dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
636
148
  @dt-typography-headline-sm-compact-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"; // A tighter-spaced version of small headline style.
637
149
  @dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
638
150
  @dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
639
- @dt-typography-headline-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small headline style.
151
+ @dt-typography-headline-sm-compact-font-size: 12px; // A tighter-spaced version of small headline style.
640
152
  @dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
641
153
  @dt-typography-headline-sm-soft-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"; // A softer font weight version of small headline style.
642
154
  @dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
643
155
  @dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
644
- @dt-typography-headline-sm-soft-font-size: 1.2rem; // A softer font weight version of small headline style.
156
+ @dt-typography-headline-sm-soft-font-size: 12px; // A softer font weight version of small headline style.
645
157
  @dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
646
158
  @dt-typography-headline-sm-soft-compact-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"; // A softer font weight, tighter-spaced version of small headline style.
647
159
  @dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
648
160
  @dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
649
- @dt-typography-headline-sm-soft-compact-font-size: 1.2rem; // A softer font weight, tighter-spaced version of small headline style.
161
+ @dt-typography-headline-sm-soft-compact-font-size: 12px; // A softer font weight, tighter-spaced version of small headline style.
650
162
  @dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
651
163
  @dt-typography-headline-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"; // Medium-sized base text style for headlines.
652
164
  @dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
653
165
  @dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
654
- @dt-typography-headline-md-font-size: 1.5rem; // Medium-sized base text style for headlines.
166
+ @dt-typography-headline-md-font-size: 15px; // Medium-sized base text style for headlines.
655
167
  @dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
656
168
  @dt-typography-headline-md-compact-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"; // A tighter-spaced version of medium headline style.
657
169
  @dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
658
170
  @dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
659
- @dt-typography-headline-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium headline style.
171
+ @dt-typography-headline-md-compact-font-size: 15px; // A tighter-spaced version of medium headline style.
660
172
  @dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
661
173
  @dt-typography-headline-lg-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"; // Large text style for headlines to attract attention.
662
174
  @dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
663
175
  @dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
664
- @dt-typography-headline-lg-font-size: 1.9rem; // Large text style for headlines to attract attention.
176
+ @dt-typography-headline-lg-font-size: 19px; // Large text style for headlines to attract attention.
665
177
  @dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
666
178
  @dt-typography-headline-lg-soft-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"; // A softer font weight version of large headline style.
667
179
  @dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
668
180
  @dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
669
- @dt-typography-headline-lg-soft-font-size: 1.9rem; // A softer font weight version of large headline style.
181
+ @dt-typography-headline-lg-soft-font-size: 19px; // A softer font weight version of large headline style.
670
182
  @dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
671
183
  @dt-typography-headline-lg-compact-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"; // A tighter-spaced version of large body style.
672
184
  @dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
673
185
  @dt-typography-headline-lg-compact-line-height: 1.2; // A tighter-spaced version of large body style.
674
- @dt-typography-headline-lg-compact-font-size: 1.9rem; // A tighter-spaced version of large body style.
186
+ @dt-typography-headline-lg-compact-font-size: 19px; // A tighter-spaced version of large body style.
675
187
  @dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
676
188
  @dt-typography-headline-lg-soft-compact-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"; // A softer font weight, tighter spaced version of large headline style.
677
189
  @dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
678
190
  @dt-typography-headline-lg-soft-compact-line-height: 1.2; // A softer font weight, tighter spaced version of large headline style.
679
- @dt-typography-headline-lg-soft-compact-font-size: 1.9rem; // A softer font weight, tighter spaced version of large headline style.
191
+ @dt-typography-headline-lg-soft-compact-font-size: 19px; // A softer font weight, tighter spaced version of large headline style.
680
192
  @dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
681
193
  @dt-typography-headline-xl-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"; // Extra large text style for high importance headlines.
682
194
  @dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
683
195
  @dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
684
- @dt-typography-headline-xl-font-size: 2.7rem; // Extra large text style for high importance headlines.
196
+ @dt-typography-headline-xl-font-size: 27px; // Extra large text style for high importance headlines.
685
197
  @dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
686
198
  @dt-typography-headline-xl-compact-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"; // A tighter-spaced version of extra large headline style.
687
199
  @dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
688
200
  @dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
689
- @dt-typography-headline-xl-compact-font-size: 2.7rem; // A tighter-spaced version of extra large headline style.
201
+ @dt-typography-headline-xl-compact-font-size: 27px; // A tighter-spaced version of extra large headline style.
690
202
  @dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
691
203
  @dt-typography-headline-xxl-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"; // Largest text style for extra extra large content.
692
204
  @dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
693
205
  @dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
694
- @dt-typography-headline-xxl-font-size: 3.8rem; // Largest text style for extra extra large content.
206
+ @dt-typography-headline-xxl-font-size: 38px; // Largest text style for extra extra large content.
695
207
  @dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
696
208
  @dt-typography-headline-xxl-compact-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"; // A tighter-spaced version of extra extra large headline style.
697
209
  @dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
698
210
  @dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
699
- @dt-typography-headline-xxl-compact-font-size: 3.8rem; // A tighter-spaced version of extra extra large headline style.
211
+ @dt-typography-headline-xxl-compact-font-size: 38px; // A tighter-spaced version of extra extra large headline style.
700
212
  @dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
701
213
  @dt-typography-label-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-sized text style for labels, providing clear identification and categorization.
702
214
  @dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
703
215
  @dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
704
- @dt-typography-label-md-font-size: 1.5rem; // Base default medium-sized text style for labels, providing clear identification and categorization.
216
+ @dt-typography-label-md-font-size: 15px; // Base default medium-sized text style for labels, providing clear identification and categorization.
705
217
  @dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
706
218
  @dt-typography-label-md-compact-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"; // A tighter-spaced version of medium label style.
707
219
  @dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
708
220
  @dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
709
- @dt-typography-label-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium label style.
221
+ @dt-typography-label-md-compact-font-size: 15px; // A tighter-spaced version of medium label style.
710
222
  @dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
711
223
  @dt-typography-label-md-plain-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"; // A non-bold version of medium label style.
712
224
  @dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
713
225
  @dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
714
- @dt-typography-label-md-plain-font-size: 1.5rem; // A non-bold version of medium label style.
226
+ @dt-typography-label-md-plain-font-size: 15px; // A non-bold version of medium label style.
715
227
  @dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
716
228
  @dt-typography-label-md-plain-compact-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"; // A non-bolded, tighter-spaced version of medium label style.
717
229
  @dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
718
230
  @dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
719
- @dt-typography-label-md-plain-compact-font-size: 1.5rem; // A non-bolded, tighter-spaced version of medium label style.
231
+ @dt-typography-label-md-plain-compact-font-size: 15px; // A non-bolded, tighter-spaced version of medium label style.
720
232
  @dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
721
233
  @dt-typography-label-sm-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"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
722
234
  @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.
723
235
  @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.
724
- @dt-typography-label-sm-font-size: 1.2rem; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
236
+ @dt-typography-label-sm-font-size: 12px; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
725
237
  @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.
726
238
  @dt-typography-label-sm-compact-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"; // A tighter-spaced version of small label style.
727
239
  @dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
728
240
  @dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
729
- @dt-typography-label-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small label style.
241
+ @dt-typography-label-sm-compact-font-size: 12px; // A tighter-spaced version of small label style.
730
242
  @dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
731
243
  @dt-typography-label-sm-plain-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"; // A non-bold version of small label style.
732
244
  @dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
733
245
  @dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
734
- @dt-typography-label-sm-plain-font-size: 1.2rem; // A non-bold version of small label style.
246
+ @dt-typography-label-sm-plain-font-size: 12px; // A non-bold version of small label style.
735
247
  @dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
736
248
  @dt-typography-label-sm-plain-compact-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"; // A non-bolded, tighter-spaced version of small label style.
737
249
  @dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
738
250
  @dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
739
- @dt-typography-label-sm-plain-compact-font-size: 1.2rem; // A non-bolded, tighter-spaced version of small label style.
251
+ @dt-typography-label-sm-plain-compact-font-size: 12px; // A non-bolded, tighter-spaced version of small label style.
740
252
  @dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
741
253
  @dt-typography-helper-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-sized text style for supplementary contextual information.
742
254
  @dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
743
255
  @dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
744
- @dt-typography-helper-md-font-size: 1.5rem; // Base default medium-sized text style for supplementary contextual information.
256
+ @dt-typography-helper-md-font-size: 15px; // Base default medium-sized text style for supplementary contextual information.
745
257
  @dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
746
258
  @dt-typography-helper-sm-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"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
747
259
  @dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
748
260
  @dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
749
- @dt-typography-helper-sm-font-size: 1.2rem; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
261
+ @dt-typography-helper-sm-font-size: 12px; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
750
262
  @dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
751
263
  @dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Base default medium-sized text style for monospace code snippets of technical content.
752
264
  @dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
753
265
  @dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
754
- @dt-typography-code-md-font-size: 1.5rem; // Base default medium-sized text style for monospace code snippets of technical content.
266
+ @dt-typography-code-md-font-size: 15px; // Base default medium-sized text style for monospace code snippets of technical content.
755
267
  @dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
756
268
  @dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
757
269
  @dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
758
270
  @dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
759
- @dt-typography-code-sm-font-size: 1.2rem; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
271
+ @dt-typography-code-sm-font-size: 12px; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
760
272
  @dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
761
273
  @dt-inputs-size-border-default: 0.15rem;
762
274
  @dt-inputs-size-border-status: 0.2rem;
@@ -766,11 +278,11 @@
766
278
  @dt-inputs-size-radius-lg: 1.2rem;
767
279
  @dt-inputs-size-radius-xl: 1.6rem;
768
280
  @dt-inputs-line-height-default: 1.2;
769
- @dt-inputs-font-size-xs: 1.2rem;
770
- @dt-inputs-font-size-sm: 1.2rem;
771
- @dt-inputs-font-size-md: 1.5rem;
772
- @dt-inputs-font-size-lg: 1.9rem;
773
- @dt-inputs-font-size-xl: 2.7rem;
281
+ @dt-inputs-font-size-xs: 12px;
282
+ @dt-inputs-font-size-sm: 12px;
283
+ @dt-inputs-font-size-md: 15px;
284
+ @dt-inputs-font-size-lg: 19px;
285
+ @dt-inputs-font-size-xl: 27px;
774
286
  @dt-inputs-color-foreground-default: #E6E6E6;
775
287
  @dt-inputs-color-foreground-placeholder: #AAAAAA;
776
288
  @dt-inputs-color-foreground-disabled: #AAAAAA;
@@ -822,7 +334,7 @@
822
334
  @dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
823
335
  @dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
824
336
  @dt-action-color-background-inverted-primary-hover: #10022C;
825
- @dt-action-color-background-inverted-primary-active: hsl(254 67.4% 33.5%);
337
+ @dt-action-color-background-inverted-primary-active: #3A1D95;
826
338
  @dt-action-color-background-muted-default: transparent;
827
339
  @dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
828
340
  @dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
@@ -914,14 +426,14 @@
914
426
  @dt-checkbox-color-border-unchecked: #808080;
915
427
  @dt-checkbox-color-border-checked: #7C52FF;
916
428
  @dt-checkbox-color-background-checked: #7C52FF;
917
- @dt-icon-size-100: 1.2rem;
918
- @dt-icon-size-200: 1.4rem;
919
- @dt-icon-size-300: 1.8rem;
920
- @dt-icon-size-400: 2rem;
921
- @dt-icon-size-500: 2.4rem;
922
- @dt-icon-size-600: 3.2rem;
923
- @dt-icon-size-700: 3.8rem;
924
- @dt-icon-size-800: 4.8rem;
429
+ @dt-icon-size-100: 12px;
430
+ @dt-icon-size-200: 14px;
431
+ @dt-icon-size-300: 18px;
432
+ @dt-icon-size-400: 20px;
433
+ @dt-icon-size-500: 24px;
434
+ @dt-icon-size-600: 32px;
435
+ @dt-icon-size-700: 38px;
436
+ @dt-icon-size-800: 48px;
925
437
  @dt-icon-size-border-100: 0.1rem;
926
438
  @dt-icon-size-border-200: 0.125rem;
927
439
  @dt-icon-size-border-300: 0.15rem;