@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,301 +1,7 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 31 Jul 2024 23:01:20 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: #F9F9F9;
251
- @dt-color-black-200: #E9E9E9;
252
- @dt-color-black-300: #D2D2D2;
253
- @dt-color-black-400: #AAAAAA;
254
- @dt-color-black-500: #808080;
255
- @dt-color-black-600: #555555;
256
- @dt-color-black-700: #3A3A3A;
257
- @dt-color-black-800: #222222;
258
- @dt-color-black-900: #000000;
259
- @dt-color-purple-100: #F5F0FF;
260
- @dt-color-purple-200: #DAC7FF;
261
- @dt-color-purple-300: #AB7EFF;
262
- @dt-color-purple-400: #7C52FF;
263
- @dt-color-purple-500: #3A1D95;
264
- @dt-color-purple-600: #10022C;
265
- @dt-color-blue-100: #EAF2FA;
266
- @dt-color-blue-200: #99C8FF;
267
- @dt-color-blue-300: #51A0FE;
268
- @dt-color-blue-400: #1768C6;
269
- @dt-color-blue-500: #01326D;
270
- @dt-color-magenta-100: #FFE0F2;
271
- @dt-color-magenta-200: #F985C7;
272
- @dt-color-magenta-300: #F9008E;
273
- @dt-color-magenta-400: #8C0E56;
274
- @dt-color-magenta-500: #541A3B;
275
- @dt-color-gold-100: #FFF4CC;
276
- @dt-color-gold-200: #FFDB80;
277
- @dt-color-gold-300: #F6AB3C;
278
- @dt-color-gold-400: #D28F2B;
279
- @dt-color-gold-500: #815008;
280
- @dt-color-green-100: #EDF9EB;
281
- @dt-color-green-200: #B0FFA3;
282
- @dt-color-green-300: #45F777;
283
- @dt-color-green-400: #1AA340;
284
- @dt-color-green-500: #124620;
285
- @dt-color-red-100: #FFE5E6;
286
- @dt-color-red-200: #FF8585;
287
- @dt-color-red-300: #EC0E0E;
288
- @dt-color-red-400: #B70B0B;
289
- @dt-color-red-500: #5B0505;
290
- @dt-color-tan-100: #F2F0EE;
291
- @dt-color-tan-200: #CEC8C4;
292
- @dt-color-tan-300: #87807B;
293
- @dt-color-tan-400: #3F3D3C;
294
- @dt-color-tan-500: #121212;
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: #000000; // Default text color throughout the UI.
300
6
  @dt-color-foreground-secondary: #3A3A3A; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
301
7
  @dt-color-foreground-tertiary: #555555; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
@@ -409,234 +115,160 @@
409
115
  @dt-color-border-warning-strong-inverted: #FFF4CC;
410
116
  @dt-color-border-brand-subtle-inverted: #3A1D95;
411
117
  @dt-color-border-brand-strong-inverted: #DAC7FF;
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.15);
431
- @dt-shadow-small-1-type: dropShadow;
432
- @dt-shadow-medium-1-x: 0rem;
433
- @dt-shadow-medium-1-y: 0.2rem;
434
- @dt-shadow-medium-1-blur: 0.8rem;
435
- @dt-shadow-medium-1-spread: 0rem;
436
- @dt-shadow-medium-1-color: rgba(0, 0, 0, 0.25);
437
- @dt-shadow-medium-1-type: dropShadow;
438
- @dt-shadow-large-1-x: 0rem;
439
- @dt-shadow-large-1-y: 0.2rem;
440
- @dt-shadow-large-1-blur: 1.6rem;
441
- @dt-shadow-large-1-spread: 0rem;
442
- @dt-shadow-large-1-color: rgba(0, 0, 0, 0.3);
443
- @dt-shadow-large-1-type: dropShadow;
444
- @dt-shadow-extra-large-1-x: 0rem;
445
- @dt-shadow-extra-large-1-y: 0.2rem;
446
- @dt-shadow-extra-large-1-blur: 3.2rem;
447
- @dt-shadow-extra-large-1-spread: 0rem;
448
- @dt-shadow-extra-large-1-color: rgba(0, 0, 0, 0.3);
449
- @dt-shadow-extra-large-1-type: dropShadow;
450
- @dt-shadow-card-1-x: 0rem;
451
- @dt-shadow-card-1-y: 0.1rem;
452
- @dt-shadow-card-1-blur: 0.2rem;
453
- @dt-shadow-card-1-spread: 0rem;
454
- @dt-shadow-card-1-color: rgba(0, 0, 0, 0.03);
455
- @dt-shadow-card-1-type: dropShadow;
456
- @dt-shadow-card-2-x: 0rem;
457
- @dt-shadow-card-2-y: 0.2rem;
458
- @dt-shadow-card-2-blur: 0.4rem;
459
- @dt-shadow-card-2-spread: 0rem;
460
- @dt-shadow-card-2-color: rgba(0, 0, 0, 0.04);
461
- @dt-shadow-card-2-type: dropShadow;
462
- @dt-shadow-card-3-x: 0rem;
463
- @dt-shadow-card-3-y: 0.2rem;
464
- @dt-shadow-card-3-blur: 1.6rem;
465
- @dt-shadow-card-3-spread: 0rem;
466
- @dt-shadow-card-3-color: rgba(0, 0, 0, 0.08);
467
- @dt-shadow-card-3-type: dropShadow;
468
- @dt-shadow-focus-1-x: 0rem;
469
- @dt-shadow-focus-1-y: 0rem;
470
- @dt-shadow-focus-1-blur: 0rem;
471
- @dt-shadow-focus-1-spread: 0.1rem;
472
- @dt-shadow-focus-1-color: #F9F9F9;
473
- @dt-shadow-focus-1-type: dropShadow;
474
- @dt-shadow-focus-2-x: 0rem;
475
- @dt-shadow-focus-2-y: 0rem;
476
- @dt-shadow-focus-2-blur: 0rem;
477
- @dt-shadow-focus-2-spread: 0.3rem;
478
- @dt-shadow-focus-2-color: #51A0FE;
479
- @dt-shadow-focus-2-type: dropShadow;
480
- @dt-shadow-focus-inset-1-x: 0rem;
481
- @dt-shadow-focus-inset-1-y: 0rem;
482
- @dt-shadow-focus-inset-1-blur: 0rem;
483
- @dt-shadow-focus-inset-1-spread: 0.2rem;
484
- @dt-shadow-focus-inset-1-color: #51A0FE;
485
- @dt-shadow-focus-inset-1-type: innerShadow;
486
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.
487
119
  @dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
488
120
  @dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
489
- @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.
490
122
  @dt-typography-body-md-text-case: none; // Base default medium text style for main content.
491
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.
492
124
  @dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
493
125
  @dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
494
- @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.
495
127
  @dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
496
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.
497
129
  @dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
498
130
  @dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
499
- @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.
500
132
  @dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
501
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.
502
134
  @dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
503
135
  @dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
504
- @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.
505
137
  @dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
506
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.
507
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.
508
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.
509
- @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.
510
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.
511
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.
512
144
  @dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
513
145
  @dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
514
- @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.
515
147
  @dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
516
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.
517
149
  @dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
518
150
  @dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
519
- @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.
520
152
  @dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
521
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.
522
154
  @dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
523
155
  @dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
524
- @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.
525
157
  @dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
526
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.
527
159
  @dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
528
160
  @dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
529
- @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.
530
162
  @dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
531
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.
532
164
  @dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
533
165
  @dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
534
- @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.
535
167
  @dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
536
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.
537
169
  @dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
538
170
  @dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
539
- @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.
540
172
  @dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
541
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.
542
174
  @dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
543
175
  @dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
544
- @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.
545
177
  @dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
546
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.
547
179
  @dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
548
180
  @dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
549
- @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.
550
182
  @dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
551
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.
552
184
  @dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
553
185
  @dt-typography-headline-lg-compact-line-height: 1.2; // A tighter-spaced version of large body style.
554
- @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.
555
187
  @dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
556
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.
557
189
  @dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
558
190
  @dt-typography-headline-lg-soft-compact-line-height: 1.2; // A softer font weight, tighter spaced version of large headline style.
559
- @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.
560
192
  @dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
561
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.
562
194
  @dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
563
195
  @dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
564
- @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.
565
197
  @dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
566
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.
567
199
  @dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
568
200
  @dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
569
- @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.
570
202
  @dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
571
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.
572
204
  @dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
573
205
  @dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
574
- @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.
575
207
  @dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
576
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.
577
209
  @dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
578
210
  @dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
579
- @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.
580
212
  @dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
581
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.
582
214
  @dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
583
215
  @dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
584
- @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.
585
217
  @dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
586
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.
587
219
  @dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
588
220
  @dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
589
- @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.
590
222
  @dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
591
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.
592
224
  @dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
593
225
  @dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
594
- @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.
595
227
  @dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
596
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.
597
229
  @dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
598
230
  @dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
599
- @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.
600
232
  @dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
601
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.
602
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.
603
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.
604
- @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.
605
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.
606
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.
607
239
  @dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
608
240
  @dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
609
- @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.
610
242
  @dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
611
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.
612
244
  @dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
613
245
  @dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
614
- @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.
615
247
  @dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
616
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.
617
249
  @dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
618
250
  @dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
619
- @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.
620
252
  @dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
621
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.
622
254
  @dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
623
255
  @dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
624
- @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.
625
257
  @dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
626
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.
627
259
  @dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
628
260
  @dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
629
- @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.
630
262
  @dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
631
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.
632
264
  @dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
633
265
  @dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
634
- @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.
635
267
  @dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
636
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.
637
269
  @dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
638
270
  @dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
639
- @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.
640
272
  @dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
641
273
  @dt-inputs-size-border-default: 0.15rem;
642
274
  @dt-inputs-size-border-status: 0.2rem;
@@ -646,11 +278,11 @@
646
278
  @dt-inputs-size-radius-lg: 1.2rem;
647
279
  @dt-inputs-size-radius-xl: 1.6rem;
648
280
  @dt-inputs-line-height-default: 1.2;
649
- @dt-inputs-font-size-xs: 1.2rem;
650
- @dt-inputs-font-size-sm: 1.2rem;
651
- @dt-inputs-font-size-md: 1.5rem;
652
- @dt-inputs-font-size-lg: 1.9rem;
653
- @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;
654
286
  @dt-inputs-color-foreground-default: #3A3A3A;
655
287
  @dt-inputs-color-foreground-placeholder: #808080;
656
288
  @dt-inputs-color-foreground-disabled: #808080;
@@ -794,14 +426,14 @@
794
426
  @dt-checkbox-color-border-unchecked: #AAAAAA;
795
427
  @dt-checkbox-color-border-checked: #7C52FF;
796
428
  @dt-checkbox-color-background-checked: #7C52FF;
797
- @dt-icon-size-100: 1.2rem;
798
- @dt-icon-size-200: 1.4rem;
799
- @dt-icon-size-300: 1.8rem;
800
- @dt-icon-size-400: 2rem;
801
- @dt-icon-size-500: 2.4rem;
802
- @dt-icon-size-600: 3.2rem;
803
- @dt-icon-size-700: 3.8rem;
804
- @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;
805
437
  @dt-icon-size-border-100: 0.1rem;
806
438
  @dt-icon-size-border-200: 0.125rem;
807
439
  @dt-icon-size-border-300: 0.15rem;