@dialpad/dialtone-tokens 1.6.4 → 1.7.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.
@@ -1,57 +1,68 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Jan 2023 19:33:15 GMT
3
+ * Generated on Wed, 12 Apr 2023 00:40:06 GMT
4
4
  */
5
5
 
6
6
  :root {
7
- --dt-token-set-order-0: base;
8
- --dt-token-set-order-1: semantic;
9
- --dt-token-set-order-2: components/foo;
10
- --dt-token-set-order-3: components/bar;
11
- --dt-button-color-background-default: transparent;
12
- --dt-button-color-background-primary: #7C52FF;
13
- --dt-button-color-background-danger: #EC0E0E;
14
- --dt-button-color-text-default: #7C52FF;
15
- --dt-button-color-text-primary: #fff;
16
- --dt-button-color-text-danger: #fff;
17
- --dt-button-border-radius-extra-small: 0.7rem;
18
- --dt-button-border-radius-small: 0.75rem;
19
- --dt-button-border-radius-medium: 0.8rem;
20
- --dt-button-border-radius-large: 0.9rem;
21
- --dt-button-border-radius-extra-large: 1rem;
22
- --dt-button-space-gap: 16px;
23
- --dt-button-padding-horizontal-extra-small: 15px;
24
- --dt-button-padding-horizontal-small: 15px;
25
- --dt-button-padding-horizontal-medium: 15px;
26
- --dt-button-padding-horizontal-large: 63px;
27
- --dt-button-padding-horizontal-extra-large: 15px;
28
- --dt-button-padding-vertical-extra-small: 13px;
29
- --dt-button-padding-vertical-small: 13px;
30
- --dt-button-padding-vertical-medium: 15px;
31
- --dt-button-padding-vertical-large: 31px;
32
- --dt-button-padding-vertical-extra-large: 31px;
33
- --dt-button-font-size-extra-small: 1.2rem;
34
- --dt-button-font-size-small: 1.2rem;
35
- --dt-button-font-size-medium: 1.5rem;
36
- --dt-button-font-size-large: 1.9rem;
37
- --dt-button-font-size-extra-large: 2.7rem;
38
- --dt-button-line-height-size-extra-small: 120%;
39
- --dt-button-line-height-size-small: 140%;
40
- --dt-button-line-height-size-medium: 140%;
41
- --dt-button-line-height-size-large: 160%;
42
- --dt-button-line-height-size-extra-large: 160%;
43
- --dt-color-text-primary: #000000;
44
- --dt-color-text-secondary: #3a3a3a;
45
- --dt-color-text-tertiary: #555555;
46
- --dt-color-text-muted: rgba(34, 34, 34, 0.5);
47
- --dt-color-text-placeholder: #808080;
48
- --dt-color-text-disabled: #808080;
49
- --dt-color-text-critical: #ec0e0e;
50
- --dt-color-text-success: #1aa340;
51
- --dt-color-text-warning: #815008;
52
- --dt-color-text-inverted-primary: #ffffff;
53
- --dt-color-text-inverted-secondary: #e9e9e9;
54
- --dt-color-text-link-primary: #7c52ff;
7
+ --dt-color-foreground-primary: #000000;
8
+ --dt-color-foreground-secondary: #3a3a3a;
9
+ --dt-color-foreground-tertiary: #555555;
10
+ --dt-color-foreground-muted: rgba(34, 34, 34, 0.5);
11
+ --dt-color-foreground-placeholder: #808080;
12
+ --dt-color-foreground-disabled: #808080;
13
+ --dt-color-foreground-critical: #ec0e0e;
14
+ --dt-color-foreground-critical-strong: #b70b0b;
15
+ --dt-color-foreground-success: #1aa340;
16
+ --dt-color-foreground-success-strong: #124620;
17
+ --dt-color-foreground-warning: #815008;
18
+ --dt-color-foreground-primary-inverted: #ffffff;
19
+ --dt-color-foreground-secondary-inverted: #e9e9e9;
20
+ --dt-color-foreground-tertiary-inverted: #d2d2d2;
21
+ --dt-color-foreground-muted-inverted: rgba(233, 233, 233, 0.6);
22
+ --dt-color-foreground-placeholder-inverted: #808080;
23
+ --dt-color-foreground-disabled-inverted: #808080;
24
+ --dt-color-foreground-critical-inverted: #ff8585;
25
+ --dt-color-foreground-critical-strong-inverted: #ffa4a4;
26
+ --dt-color-foreground-success-inverted: #b0ffa3;
27
+ --dt-color-foreground-success-strong-inverted: #d3ffcd;
28
+ --dt-color-foreground-warning-inverted: #fff4cc;
29
+ --dt-color-link-primary: #7c52ff;
30
+ --dt-color-link-critical: #ec0e0e;
31
+ --dt-color-link-success: #1aa340;
32
+ --dt-color-link-warning: #815008;
33
+ --dt-color-link-muted: rgba(34, 34, 34, 0.5);
34
+ --dt-color-link-disabled: #808080;
35
+ --dt-color-link-primary-inverted: #ab7eff;
36
+ --dt-color-link-critical-inverted: #ff8585;
37
+ --dt-color-link-success-inverted: #b0ffa3;
38
+ --dt-color-link-warning-inverted: #fff4cc;
39
+ --dt-color-link-muted-inverted: rgba(233, 233, 233, 0.6);
40
+ --dt-color-link-disabled-inverted: #808080;
41
+ --dt-color-link-primary-hover: #3a1d95;
42
+ --dt-color-link-critical-hover: #b70b0b;
43
+ --dt-color-link-success-hover: #124620;
44
+ --dt-color-link-warning-hover: #555555;
45
+ --dt-color-link-muted-hover: #000000;
46
+ --dt-color-link-disabled-hover: #808080;
47
+ --dt-color-link-primary-inverted-hover: #dac7ff;
48
+ --dt-color-link-critical-inverted-hover: #ffa4a4;
49
+ --dt-color-link-success-inverted-hover: #d3ffcd;
50
+ --dt-color-link-warning-inverted-hover: #f9f9f9;
51
+ --dt-color-link-muted-inverted-hover: #f9f9f9;
52
+ --dt-color-link-disabled-inverted-hover: #808080;
53
+ --dt-color-surface-secondary-opaque: rgba(0, 0, 0, 0.02);
54
+ --dt-color-surface-moderate-opaque: rgba(0, 0, 0, 0.09);
55
+ --dt-color-surface-bold-opaque: rgba(0, 0, 0, 0.18);
56
+ --dt-color-surface-strong-opaque: rgba(0, 0, 0, 0.67);
57
+ --dt-color-surface-contrast-opaque: rgba(0, 0, 0, 0.87);
58
+ --dt-color-surface-critical-opaque: rgba(236, 14, 14, 0.11);
59
+ --dt-color-surface-critical-subtle-opaque: rgba(236, 14, 14, 0.05);
60
+ --dt-color-surface-warning-opaque: rgba(255, 219, 128, 0.38);
61
+ --dt-color-surface-warning-subtle-opaque: rgba(255, 219, 128, 0.18);
62
+ --dt-color-surface-success-opaque: rgba(26, 163, 65, 0.08);
63
+ --dt-color-surface-success-subtle-opaque: rgba(26, 163, 65, 0.03);
64
+ --dt-color-surface-info-opaque: rgba(23, 105, 198, 0.09);
65
+ --dt-color-surface-info-subtle-opaque: rgba(23, 105, 198, 0.04);
55
66
  --dt-color-surface-primary: #ffffff;
56
67
  --dt-color-surface-secondary: #f9f9f9;
57
68
  --dt-color-surface-moderate: #e9e9e9;
@@ -59,11 +70,55 @@
59
70
  --dt-color-surface-strong: #555555;
60
71
  --dt-color-surface-contrast: #222222;
61
72
  --dt-color-surface-critical: #ffe5e6;
73
+ --dt-color-surface-critical-subtle: #fff2f3;
74
+ --dt-color-surface-critical-strong: #b70b0b;
62
75
  --dt-color-surface-warning: #fff4cc;
76
+ --dt-color-surface-warning-subtle: #fffae5;
77
+ --dt-color-surface-warning-strong: #ffdb80;
63
78
  --dt-color-surface-success: #edf9eb;
79
+ --dt-color-surface-success-subtle: #f8fdf7;
80
+ --dt-color-surface-success-strong: #1aa340;
64
81
  --dt-color-surface-info: #eaf2fa;
82
+ --dt-color-surface-info-subtle: #f5f9fd;
83
+ --dt-color-surface-info-strong: #1768c6;
84
+ --dt-color-border-subtle: rgba(0, 0, 0, 0.1);
85
+ --dt-color-border-default: rgba(0, 0, 0, 0.18);
86
+ --dt-color-border-moderate: rgba(0, 0, 0, 0.34);
87
+ --dt-color-border-bold: rgba(0, 0, 0, 0.5);
88
+ --dt-color-border-subtle-inverted: rgba(255, 255, 255, 0.14);
89
+ --dt-color-border-default-inverted: rgba(255, 255, 255, 0.22);
90
+ --dt-color-border-moderate-inverted: rgba(255, 255, 255, 0.38);
91
+ --dt-color-border-bold-inverted: rgba(255, 255, 255, 0.5);
92
+ --dt-color-border-focus: #51a0fe;
93
+ --dt-color-border-critical: #ec0e0e;
94
+ --dt-color-border-success: #1aa340;
95
+ --dt-color-border-warning: #d28f2b;
96
+ --dt-color-border-brand: #7c52ff;
97
+ --dt-color-border-ai: #000000;
98
+ --dt-color-border-accent: #f9008e;
99
+ --dt-color-border-critical-subtle: #ff8585;
100
+ --dt-color-border-critical-strong: #b70b0b;
101
+ --dt-color-border-success-subtle: #b0ffa3;
102
+ --dt-color-border-success-strong: #124620;
103
+ --dt-color-border-warning-subtle: #ffdb80;
104
+ --dt-color-border-warning-strong: #674006;
105
+ --dt-color-border-brand-subtle: #dac7ff;
106
+ --dt-color-border-brand-strong: #3a1d95;
107
+ --dt-color-border-critical-inverted: #ff8585;
108
+ --dt-color-border-success-inverted: #b0ffa3;
109
+ --dt-color-border-warning-inverted: #ffdb80;
110
+ --dt-color-border-brand-inverted: #7c52ff;
111
+ --dt-color-border-critical-subtle-inverted: #b70b0b;
112
+ --dt-color-border-critical-strong-inverted: #ffe5e6;
113
+ --dt-color-border-success-subtle-inverted: #1aa340;
114
+ --dt-color-border-success-strong-inverted: #edf9eb;
115
+ --dt-color-border-warning-subtle-inverted: #d28f2b;
116
+ --dt-color-border-warning-strong-inverted: #fff4cc;
117
+ --dt-color-border-brand-subtle-inverted: #3a1d95;
118
+ --dt-color-border-brand-strong-inverted: #dac7ff;
65
119
  --dt-color-neutral-white: #ffffff;
66
120
  --dt-color-neutral-black: #000000;
121
+ --dt-color-neutral-transparent: rgba(0, 0, 0, 0);
67
122
  --dt-color-black-100: #f9f9f9;
68
123
  --dt-color-black-200: #e9e9e9;
69
124
  --dt-color-black-300: #d2d2d2;
@@ -110,22 +165,28 @@
110
165
  --dt-color-tan-400: #3f3d3c;
111
166
  --dt-color-tan-500: #121212;
112
167
  --dt-color-gradient-magenta-purple: #000000;
168
+ --dt-color-brand-purple: #7c52ff;
169
+ --dt-color-brand-magenta: #f9008e;
113
170
  --dt-typography-body-small-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";
114
171
  --dt-typography-body-small-font-weight: 400;
115
172
  --dt-typography-body-small-line-height: 140%;
116
173
  --dt-typography-body-small-font-size: 1.2rem;
174
+ --dt-typography-body-small-text-case: none;
117
175
  --dt-typography-body-base-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";
118
176
  --dt-typography-body-base-font-weight: 400;
119
177
  --dt-typography-body-base-line-height: 160%;
120
178
  --dt-typography-body-base-font-size: 1.5rem;
179
+ --dt-typography-body-base-text-case: none;
121
180
  --dt-typography-body-compact-small-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";
122
181
  --dt-typography-body-compact-small-font-weight: 400;
123
182
  --dt-typography-body-compact-small-line-height: 120%;
124
183
  --dt-typography-body-compact-small-font-size: 1.2rem;
184
+ --dt-typography-body-compact-small-text-case: none;
125
185
  --dt-typography-body-compact-base-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";
126
186
  --dt-typography-body-compact-base-font-weight: 400;
127
187
  --dt-typography-body-compact-base-line-height: 140%;
128
188
  --dt-typography-body-compact-base-font-size: 1.5rem;
189
+ --dt-typography-body-compact-base-text-case: none;
129
190
  --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";
130
191
  --dt-typography-headline-eyebrow-font-weight: 400;
131
192
  --dt-typography-headline-eyebrow-line-height: 140%;
@@ -135,90 +196,112 @@
135
196
  --dt-typography-headline-small-font-weight: 700;
136
197
  --dt-typography-headline-small-line-height: 140%;
137
198
  --dt-typography-headline-small-font-size: 1.2rem;
199
+ --dt-typography-headline-small-text-case: none;
138
200
  --dt-typography-headline-medium-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";
139
201
  --dt-typography-headline-medium-font-weight: 700;
140
202
  --dt-typography-headline-medium-line-height: 160%;
141
203
  --dt-typography-headline-medium-font-size: 1.5rem;
204
+ --dt-typography-headline-medium-text-case: none;
142
205
  --dt-typography-headline-large-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";
143
206
  --dt-typography-headline-large-font-weight: 700;
144
207
  --dt-typography-headline-large-line-height: 160%;
145
208
  --dt-typography-headline-large-font-size: 1.9rem;
209
+ --dt-typography-headline-large-text-case: none;
146
210
  --dt-typography-headline-extra-large-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";
147
211
  --dt-typography-headline-extra-large-font-weight: 500;
148
212
  --dt-typography-headline-extra-large-line-height: 120%;
149
213
  --dt-typography-headline-extra-large-font-size: 2.7rem;
214
+ --dt-typography-headline-extra-large-text-case: none;
150
215
  --dt-typography-headline-extra-extra-large-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";
151
216
  --dt-typography-headline-extra-extra-large-font-weight: 500;
152
217
  --dt-typography-headline-extra-extra-large-line-height: 120%;
153
218
  --dt-typography-headline-extra-extra-large-font-size: 3.8rem;
219
+ --dt-typography-headline-extra-extra-large-text-case: none;
154
220
  --dt-typography-headline-soft-small-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";
155
221
  --dt-typography-headline-soft-small-font-weight: 500;
156
222
  --dt-typography-headline-soft-small-line-height: 140%;
157
223
  --dt-typography-headline-soft-small-font-size: 1.2rem;
224
+ --dt-typography-headline-soft-small-text-case: none;
158
225
  --dt-typography-headline-compact-small-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";
159
226
  --dt-typography-headline-compact-small-font-weight: 700;
160
227
  --dt-typography-headline-compact-small-line-height: 120%;
161
228
  --dt-typography-headline-compact-small-font-size: 1.2rem;
229
+ --dt-typography-headline-compact-small-text-case: none;
162
230
  --dt-typography-headline-compact-medium-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";
163
231
  --dt-typography-headline-compact-medium-font-weight: 700;
164
232
  --dt-typography-headline-compact-medium-line-height: 140%;
165
233
  --dt-typography-headline-compact-medium-font-size: 1.5rem;
234
+ --dt-typography-headline-compact-medium-text-case: none;
166
235
  --dt-typography-headline-compact-large-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";
167
236
  --dt-typography-headline-compact-large-font-weight: 700;
168
237
  --dt-typography-headline-compact-large-line-height: 120%;
169
238
  --dt-typography-headline-compact-large-font-size: 1.9rem;
239
+ --dt-typography-headline-compact-large-text-case: none;
170
240
  --dt-typography-headline-compact-soft-small-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";
171
241
  --dt-typography-headline-compact-soft-small-font-weight: 500;
172
242
  --dt-typography-headline-compact-soft-small-line-height: 120%;
173
243
  --dt-typography-headline-compact-soft-small-font-size: 1.2rem;
244
+ --dt-typography-headline-compact-soft-small-text-case: none;
174
245
  --dt-typography-label-small-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";
175
246
  --dt-typography-label-small-font-weight: 600;
176
247
  --dt-typography-label-small-line-height: 140%;
177
248
  --dt-typography-label-small-font-size: 1.2rem;
249
+ --dt-typography-label-small-text-case: none;
178
250
  --dt-typography-label-base-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";
179
251
  --dt-typography-label-base-font-weight: 600;
180
252
  --dt-typography-label-base-line-height: 160%;
181
253
  --dt-typography-label-base-font-size: 1.5rem;
254
+ --dt-typography-label-base-text-case: none;
182
255
  --dt-typography-label-compact-small-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";
183
256
  --dt-typography-label-compact-small-font-weight: 600;
184
257
  --dt-typography-label-compact-small-line-height: 120%;
185
258
  --dt-typography-label-compact-small-font-size: 1.2rem;
259
+ --dt-typography-label-compact-small-text-case: none;
186
260
  --dt-typography-label-compact-base-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";
187
261
  --dt-typography-label-compact-base-font-weight: 600;
188
262
  --dt-typography-label-compact-base-line-height: 140%;
189
263
  --dt-typography-label-compact-base-font-size: 1.5rem;
264
+ --dt-typography-label-compact-base-text-case: none;
190
265
  --dt-typography-label-compact-plain-small-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";
191
266
  --dt-typography-label-compact-plain-small-font-weight: 400;
192
267
  --dt-typography-label-compact-plain-small-line-height: 120%;
193
268
  --dt-typography-label-compact-plain-small-font-size: 1.2rem;
269
+ --dt-typography-label-compact-plain-small-text-case: none;
194
270
  --dt-typography-label-compact-plain-base-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";
195
271
  --dt-typography-label-compact-plain-base-font-weight: 400;
196
272
  --dt-typography-label-compact-plain-base-line-height: 140%;
197
273
  --dt-typography-label-compact-plain-base-font-size: 1.5rem;
274
+ --dt-typography-label-compact-plain-base-text-case: none;
198
275
  --dt-typography-label-plain-small-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";
199
276
  --dt-typography-label-plain-small-font-weight: 400;
200
277
  --dt-typography-label-plain-small-line-height: 140%;
201
278
  --dt-typography-label-plain-small-font-size: 1.2rem;
279
+ --dt-typography-label-plain-small-text-case: none;
202
280
  --dt-typography-label-plain-base-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";
203
281
  --dt-typography-label-plain-base-font-weight: 400;
204
282
  --dt-typography-label-plain-base-line-height: 160%;
205
283
  --dt-typography-label-plain-base-font-size: 1.5rem;
284
+ --dt-typography-label-plain-base-text-case: none;
206
285
  --dt-typography-helper-small-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";
207
286
  --dt-typography-helper-small-font-weight: 400;
208
287
  --dt-typography-helper-small-line-height: 120%;
209
288
  --dt-typography-helper-small-font-size: 1.2rem;
289
+ --dt-typography-helper-small-text-case: none;
210
290
  --dt-typography-helper-base-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";
211
291
  --dt-typography-helper-base-font-weight: 400;
212
292
  --dt-typography-helper-base-line-height: 140%;
213
293
  --dt-typography-helper-base-font-size: 1.5rem;
294
+ --dt-typography-helper-base-text-case: none;
214
295
  --dt-typography-code-small-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
215
296
  --dt-typography-code-small-font-weight: 400;
216
297
  --dt-typography-code-small-line-height: 120%;
217
298
  --dt-typography-code-small-font-size: 1.2rem;
299
+ --dt-typography-code-small-text-case: none;
218
300
  --dt-typography-code-base-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
219
301
  --dt-typography-code-base-font-weight: 400;
220
302
  --dt-typography-code-base-line-height: 120%;
221
303
  --dt-typography-code-base-font-size: 1.5rem;
304
+ --dt-typography-code-base-text-case: none;
222
305
  --dt-size-0: 0rem;
223
306
  --dt-size-100: 0.1rem;
224
307
  --dt-size-200: 0.2rem;
@@ -228,27 +311,13 @@
228
311
  --dt-size-600: 3.2rem;
229
312
  --dt-size-700: 6.4rem;
230
313
  --dt-size-800: 12.8rem;
231
- --dt-size-icon-100: 1.2rem;
232
- --dt-size-icon-200: 1.4rem;
233
- --dt-size-icon-300: 1.8rem;
234
- --dt-size-icon-400: 2rem;
235
- --dt-size-icon-500: 2.4rem;
236
- --dt-size-icon-600: 3.2rem;
237
- --dt-size-icon-700: 3.8rem;
238
- --dt-size-icon-800: 4.8rem;
239
314
  --dt-size-border-0: 0rem;
240
315
  --dt-size-border-100: 0.1rem;
316
+ --dt-size-border-150: 0.15rem;
241
317
  --dt-size-border-200: 0.2rem;
242
318
  --dt-size-border-300: 0.4rem;
243
319
  --dt-size-border-400: 0.8rem;
244
- --dt-size-border-icon-100: 0.1rem;
245
- --dt-size-border-icon-200: 0.125rem;
246
- --dt-size-border-icon-300: 0.15rem;
247
- --dt-size-border-icon-400: 0.175rem;
248
- --dt-size-border-icon-500: 0.175rem;
249
- --dt-size-border-icon-600: 0.25rem;
250
- --dt-size-border-icon-700: 0.275rem;
251
- --dt-size-border-icon-800: 0.35rem;
320
+ --dt-size-border-focus: 0.3rem;
252
321
  --dt-size-base: 0.8rem;
253
322
  --dt-size-radius-0: 0rem;
254
323
  --dt-size-radius-100: 0.1rem;
@@ -257,6 +326,90 @@
257
326
  --dt-size-radius-400: 0.8rem;
258
327
  --dt-size-radius-500: 1.6rem;
259
328
  --dt-size-radius-600: 3.2rem;
329
+ --dt-inputs-size-border-default: 0.15rem;
330
+ --dt-inputs-size-border-status: 0.2rem;
331
+ --dt-inputs-size-radius-xs: 0.4rem;
332
+ --dt-inputs-size-radius-sm: 0.8rem;
333
+ --dt-inputs-size-radius-md: 0.8rem;
334
+ --dt-inputs-size-radius-lg: 1.2rem;
335
+ --dt-inputs-size-radius-xl: 1.6rem;
336
+ --dt-inputs-line-height-default: 120%;
337
+ --dt-inputs-font-size-xs: 1.2rem;
338
+ --dt-inputs-font-size-sm: 1.2rem;
339
+ --dt-inputs-font-size-md: 1.5rem;
340
+ --dt-inputs-font-size-lg: 1.9rem;
341
+ --dt-inputs-font-size-xl: 2.7rem;
342
+ --dt-inputs-color-foreground-default: #3A3A3A;
343
+ --dt-inputs-color-foreground-placeholder: #808080;
344
+ --dt-inputs-color-foreground-disabled: #808080;
345
+ --dt-inputs-color-border-default: #0000001a;
346
+ --dt-inputs-color-border-focus: #51A0FE;
347
+ --dt-inputs-color-border-critical: #EC0E0E;
348
+ --dt-inputs-color-border-success: #1AA340;
349
+ --dt-inputs-color-border-warning: #D28F2B;
350
+ --dt-inputs-color-border-disabled: transparent;
351
+ --dt-inputs-color-background-default: #00000008;
352
+ --dt-inputs-color-background-focus: #00000003;
353
+ --dt-inputs-color-background-disabled: #0000001f;
354
+ --dt-action-color-foreground-base-default: #7C52FF;
355
+ --dt-action-color-foreground-base-hover: #551FFF;
356
+ --dt-action-color-foreground-base-active: #551FFF;
357
+ --dt-action-color-foreground-base-primary-default: #ffffff;
358
+ --dt-action-color-foreground-critical-default: #EC0E0E;
359
+ --dt-action-color-foreground-critical-hover: #D90D0D;
360
+ --dt-action-color-foreground-critical-active: #D90D0D;
361
+ --dt-action-color-foreground-critical-primary-default: #ffffff;
362
+ --dt-action-color-foreground-inverted-default: #ffffff;
363
+ --dt-action-color-foreground-inverted-hover: #ffffff;
364
+ --dt-action-color-foreground-inverted-active: #ffffff;
365
+ --dt-action-color-foreground-inverted-primary-default: #7C52FF;
366
+ --dt-action-color-foreground-inverted-primary-hover: #3A1D95;
367
+ --dt-action-color-foreground-inverted-primary-active: #3A1D95;
368
+ --dt-action-color-foreground-muted-default: #3A3A3A;
369
+ --dt-action-color-foreground-muted-hover: #3A3A3A;
370
+ --dt-action-color-foreground-muted-active: #3A3A3A;
371
+ --dt-action-color-foreground-disabled-default: #808080;
372
+ --dt-action-color-background-base-default: transparent;
373
+ --dt-action-color-background-base-hover: #7c52ff0a;
374
+ --dt-action-color-background-base-active: #7c52ff24;
375
+ --dt-action-color-background-base-primary-default: #7C52FF;
376
+ --dt-action-color-background-base-primary-hover: #6533FF;
377
+ --dt-action-color-background-base-primary-active: #4D14FF;
378
+ --dt-action-color-background-critical-default: transparent;
379
+ --dt-action-color-background-critical-hover: #ec0e0e08;
380
+ --dt-action-color-background-critical-active: #ec0e0e17;
381
+ --dt-action-color-background-critical-primary-default: #EC0E0E;
382
+ --dt-action-color-background-critical-primary-hover: #D90D0D;
383
+ --dt-action-color-background-critical-primary-active: #C50C0C;
384
+ --dt-action-color-background-inverted-default: transparent;
385
+ --dt-action-color-background-inverted-hover: #ffffff26;
386
+ --dt-action-color-background-inverted-active: #ffffff4d;
387
+ --dt-action-color-background-inverted-primary-default: #ffffff;
388
+ --dt-action-color-background-inverted-primary-hover: #F5F0FF;
389
+ --dt-action-color-background-inverted-primary-active: #E1D1FF;
390
+ --dt-action-color-background-muted-default: transparent;
391
+ --dt-action-color-background-muted-hover: #2222220d;
392
+ --dt-action-color-background-muted-active: #2222221a;
393
+ --dt-action-color-background-disabled-default: #D2D2D2;
394
+ --dt-action-color-border-base-outlined-default: #7C52FF;
395
+ --dt-action-color-border-critical-outlined-default: #EC0E0E;
396
+ --dt-action-color-border-inverted-outlined-default: #F9F9F9;
397
+ --dt-action-color-border-muted-outlined-default: #555555;
398
+ --dt-theme-sidebar-color-foreground: #000000;
399
+ --dt-theme-sidebar-color-background: #F9F9F9;
400
+ --dt-theme-sidebar-icon-color-foreground: #3A3A3A;
401
+ --dt-theme-sidebar-status-color-foreground: #555555;
402
+ --dt-theme-sidebar-row-color-background: transparent;
403
+ --dt-theme-sidebar-row-color-background-hover: #0000001a;
404
+ --dt-theme-sidebar-row-color-background-active: #D2D2D2;
405
+ --dt-theme-sidebar-selected-row-color-foreground: #000000;
406
+ --dt-theme-sidebar-selected-row-color-background: #E9E9E9;
407
+ --dt-theme-presence-color-background-available: #1AA340;
408
+ --dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
409
+ --dt-theme-presence-color-background-busy: #F6AB3C;
410
+ --dt-theme-presence-color-background-offline: #ffffff;
411
+ --dt-theme-mention-color-foreground: #ffffff;
412
+ --dt-theme-mention-color-background: #7C52FF;
260
413
  --dt-opacity-0: 0;
261
414
  --dt-opacity-100: 0.05;
262
415
  --dt-opacity-200: 0.1;