@dialpad/dialtone-tokens 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens.kt +27 -1
- package/dist/android/res/values/colors.xml +1 -1
- package/dist/android/res/values/dimens.xml +1 -1
- package/dist/css/variables.css +27 -1
- package/dist/doc.json +468 -0
- package/dist/ios/tokens.swift +27 -1
- package/dist/less/variables.less +27 -1
- package/dist/tokens.json +26 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
// Do not edit directly
|
|
4
|
-
// Generated on
|
|
4
|
+
// Generated on Tue, 31 Jan 2023 17:55:46 GMT
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -245,50 +245,62 @@ object DialtoneTokens {
|
|
|
245
245
|
val dtTypographyBodyBaseFontSize = 15.sp
|
|
246
246
|
val dtTypographyBodyBaseFontWeight = FontWeight.Normal
|
|
247
247
|
val dtTypographyBodyBaseLineHeight = 1.6.em
|
|
248
|
+
val dtTypographyBodyBaseTextCase = "none"
|
|
248
249
|
val dtTypographyBodyCompactBaseFontFamily = FontFamily.Default
|
|
249
250
|
val dtTypographyBodyCompactBaseFontSize = 15.sp
|
|
250
251
|
val dtTypographyBodyCompactBaseFontWeight = FontWeight.Normal
|
|
251
252
|
val dtTypographyBodyCompactBaseLineHeight = 1.4.em
|
|
253
|
+
val dtTypographyBodyCompactBaseTextCase = "none"
|
|
252
254
|
val dtTypographyBodyCompactSmallFontFamily = FontFamily.Default
|
|
253
255
|
val dtTypographyBodyCompactSmallFontSize = 12.sp
|
|
254
256
|
val dtTypographyBodyCompactSmallFontWeight = FontWeight.Normal
|
|
255
257
|
val dtTypographyBodyCompactSmallLineHeight = 1.2.em
|
|
258
|
+
val dtTypographyBodyCompactSmallTextCase = "none"
|
|
256
259
|
val dtTypographyBodySmallFontFamily = FontFamily.Default
|
|
257
260
|
val dtTypographyBodySmallFontSize = 12.sp
|
|
258
261
|
val dtTypographyBodySmallFontWeight = FontWeight.Normal
|
|
259
262
|
val dtTypographyBodySmallLineHeight = 1.4.em
|
|
263
|
+
val dtTypographyBodySmallTextCase = "none"
|
|
260
264
|
val dtTypographyCodeBaseFontFamily = FontFamily.Monospace
|
|
261
265
|
val dtTypographyCodeBaseFontSize = 15.sp
|
|
262
266
|
val dtTypographyCodeBaseFontWeight = FontWeight.Normal
|
|
263
267
|
val dtTypographyCodeBaseLineHeight = 1.2.em
|
|
268
|
+
val dtTypographyCodeBaseTextCase = "none"
|
|
264
269
|
val dtTypographyCodeSmallFontFamily = FontFamily.Monospace
|
|
265
270
|
val dtTypographyCodeSmallFontSize = 12.sp
|
|
266
271
|
val dtTypographyCodeSmallFontWeight = FontWeight.Normal
|
|
267
272
|
val dtTypographyCodeSmallLineHeight = 1.2.em
|
|
273
|
+
val dtTypographyCodeSmallTextCase = "none"
|
|
268
274
|
val dtTypographyHeadlineCompactLargeFontFamily = FontFamily.Default
|
|
269
275
|
val dtTypographyHeadlineCompactLargeFontSize = 19.sp
|
|
270
276
|
val dtTypographyHeadlineCompactLargeFontWeight = FontWeight.Bold
|
|
271
277
|
val dtTypographyHeadlineCompactLargeLineHeight = 1.2.em
|
|
278
|
+
val dtTypographyHeadlineCompactLargeTextCase = "none"
|
|
272
279
|
val dtTypographyHeadlineCompactMediumFontFamily = FontFamily.Default
|
|
273
280
|
val dtTypographyHeadlineCompactMediumFontSize = 15.sp
|
|
274
281
|
val dtTypographyHeadlineCompactMediumFontWeight = FontWeight.Bold
|
|
275
282
|
val dtTypographyHeadlineCompactMediumLineHeight = 1.4.em
|
|
283
|
+
val dtTypographyHeadlineCompactMediumTextCase = "none"
|
|
276
284
|
val dtTypographyHeadlineCompactSmallFontFamily = FontFamily.Default
|
|
277
285
|
val dtTypographyHeadlineCompactSmallFontSize = 12.sp
|
|
278
286
|
val dtTypographyHeadlineCompactSmallFontWeight = FontWeight.Bold
|
|
279
287
|
val dtTypographyHeadlineCompactSmallLineHeight = 1.2.em
|
|
288
|
+
val dtTypographyHeadlineCompactSmallTextCase = "none"
|
|
280
289
|
val dtTypographyHeadlineCompactSoftSmallFontFamily = FontFamily.Default
|
|
281
290
|
val dtTypographyHeadlineCompactSoftSmallFontSize = 12.sp
|
|
282
291
|
val dtTypographyHeadlineCompactSoftSmallFontWeight = FontWeight.Medium
|
|
283
292
|
val dtTypographyHeadlineCompactSoftSmallLineHeight = 1.2.em
|
|
293
|
+
val dtTypographyHeadlineCompactSoftSmallTextCase = "none"
|
|
284
294
|
val dtTypographyHeadlineExtraExtraLargeFontFamily = FontFamily.Default
|
|
285
295
|
val dtTypographyHeadlineExtraExtraLargeFontSize = 38.sp
|
|
286
296
|
val dtTypographyHeadlineExtraExtraLargeFontWeight = FontWeight.Medium
|
|
287
297
|
val dtTypographyHeadlineExtraExtraLargeLineHeight = 1.2.em
|
|
298
|
+
val dtTypographyHeadlineExtraExtraLargeTextCase = "none"
|
|
288
299
|
val dtTypographyHeadlineExtraLargeFontFamily = FontFamily.Default
|
|
289
300
|
val dtTypographyHeadlineExtraLargeFontSize = 27.sp
|
|
290
301
|
val dtTypographyHeadlineExtraLargeFontWeight = FontWeight.Medium
|
|
291
302
|
val dtTypographyHeadlineExtraLargeLineHeight = 1.2.em
|
|
303
|
+
val dtTypographyHeadlineExtraLargeTextCase = "none"
|
|
292
304
|
val dtTypographyHeadlineEyebrowFontFamily = FontFamily.Default
|
|
293
305
|
val dtTypographyHeadlineEyebrowFontSize = 12.sp
|
|
294
306
|
val dtTypographyHeadlineEyebrowFontWeight = FontWeight.Normal
|
|
@@ -298,56 +310,70 @@ object DialtoneTokens {
|
|
|
298
310
|
val dtTypographyHeadlineLargeFontSize = 19.sp
|
|
299
311
|
val dtTypographyHeadlineLargeFontWeight = FontWeight.Bold
|
|
300
312
|
val dtTypographyHeadlineLargeLineHeight = 1.6.em
|
|
313
|
+
val dtTypographyHeadlineLargeTextCase = "none"
|
|
301
314
|
val dtTypographyHeadlineMediumFontFamily = FontFamily.Default
|
|
302
315
|
val dtTypographyHeadlineMediumFontSize = 15.sp
|
|
303
316
|
val dtTypographyHeadlineMediumFontWeight = FontWeight.Bold
|
|
304
317
|
val dtTypographyHeadlineMediumLineHeight = 1.6.em
|
|
318
|
+
val dtTypographyHeadlineMediumTextCase = "none"
|
|
305
319
|
val dtTypographyHeadlineSmallFontFamily = FontFamily.Default
|
|
306
320
|
val dtTypographyHeadlineSmallFontSize = 12.sp
|
|
307
321
|
val dtTypographyHeadlineSmallFontWeight = FontWeight.Bold
|
|
308
322
|
val dtTypographyHeadlineSmallLineHeight = 1.4.em
|
|
323
|
+
val dtTypographyHeadlineSmallTextCase = "none"
|
|
309
324
|
val dtTypographyHeadlineSoftSmallFontFamily = FontFamily.Default
|
|
310
325
|
val dtTypographyHeadlineSoftSmallFontSize = 12.sp
|
|
311
326
|
val dtTypographyHeadlineSoftSmallFontWeight = FontWeight.Medium
|
|
312
327
|
val dtTypographyHeadlineSoftSmallLineHeight = 1.4.em
|
|
328
|
+
val dtTypographyHeadlineSoftSmallTextCase = "none"
|
|
313
329
|
val dtTypographyHelperBaseFontFamily = FontFamily.Default
|
|
314
330
|
val dtTypographyHelperBaseFontSize = 15.sp
|
|
315
331
|
val dtTypographyHelperBaseFontWeight = FontWeight.Normal
|
|
316
332
|
val dtTypographyHelperBaseLineHeight = 1.4.em
|
|
333
|
+
val dtTypographyHelperBaseTextCase = "none"
|
|
317
334
|
val dtTypographyHelperSmallFontFamily = FontFamily.Default
|
|
318
335
|
val dtTypographyHelperSmallFontSize = 12.sp
|
|
319
336
|
val dtTypographyHelperSmallFontWeight = FontWeight.Normal
|
|
320
337
|
val dtTypographyHelperSmallLineHeight = 1.2.em
|
|
338
|
+
val dtTypographyHelperSmallTextCase = "none"
|
|
321
339
|
val dtTypographyLabelBaseFontFamily = FontFamily.Default
|
|
322
340
|
val dtTypographyLabelBaseFontSize = 15.sp
|
|
323
341
|
val dtTypographyLabelBaseFontWeight = FontWeight.SemiBold
|
|
324
342
|
val dtTypographyLabelBaseLineHeight = 1.6.em
|
|
343
|
+
val dtTypographyLabelBaseTextCase = "none"
|
|
325
344
|
val dtTypographyLabelCompactBaseFontFamily = FontFamily.Default
|
|
326
345
|
val dtTypographyLabelCompactBaseFontSize = 15.sp
|
|
327
346
|
val dtTypographyLabelCompactBaseFontWeight = FontWeight.SemiBold
|
|
328
347
|
val dtTypographyLabelCompactBaseLineHeight = 1.4.em
|
|
348
|
+
val dtTypographyLabelCompactBaseTextCase = "none"
|
|
329
349
|
val dtTypographyLabelCompactPlainBaseFontFamily = FontFamily.Default
|
|
330
350
|
val dtTypographyLabelCompactPlainBaseFontSize = 15.sp
|
|
331
351
|
val dtTypographyLabelCompactPlainBaseFontWeight = FontWeight.Normal
|
|
332
352
|
val dtTypographyLabelCompactPlainBaseLineHeight = 1.4.em
|
|
353
|
+
val dtTypographyLabelCompactPlainBaseTextCase = "none"
|
|
333
354
|
val dtTypographyLabelCompactPlainSmallFontFamily = FontFamily.Default
|
|
334
355
|
val dtTypographyLabelCompactPlainSmallFontSize = 12.sp
|
|
335
356
|
val dtTypographyLabelCompactPlainSmallFontWeight = FontWeight.Normal
|
|
336
357
|
val dtTypographyLabelCompactPlainSmallLineHeight = 1.2.em
|
|
358
|
+
val dtTypographyLabelCompactPlainSmallTextCase = "none"
|
|
337
359
|
val dtTypographyLabelCompactSmallFontFamily = FontFamily.Default
|
|
338
360
|
val dtTypographyLabelCompactSmallFontSize = 12.sp
|
|
339
361
|
val dtTypographyLabelCompactSmallFontWeight = FontWeight.SemiBold
|
|
340
362
|
val dtTypographyLabelCompactSmallLineHeight = 1.2.em
|
|
363
|
+
val dtTypographyLabelCompactSmallTextCase = "none"
|
|
341
364
|
val dtTypographyLabelPlainBaseFontFamily = FontFamily.Default
|
|
342
365
|
val dtTypographyLabelPlainBaseFontSize = 15.sp
|
|
343
366
|
val dtTypographyLabelPlainBaseFontWeight = FontWeight.Normal
|
|
344
367
|
val dtTypographyLabelPlainBaseLineHeight = 1.6.em
|
|
368
|
+
val dtTypographyLabelPlainBaseTextCase = "none"
|
|
345
369
|
val dtTypographyLabelPlainSmallFontFamily = FontFamily.Default
|
|
346
370
|
val dtTypographyLabelPlainSmallFontSize = 12.sp
|
|
347
371
|
val dtTypographyLabelPlainSmallFontWeight = FontWeight.Normal
|
|
348
372
|
val dtTypographyLabelPlainSmallLineHeight = 1.4.em
|
|
373
|
+
val dtTypographyLabelPlainSmallTextCase = "none"
|
|
349
374
|
val dtTypographyLabelSmallFontFamily = FontFamily.Default
|
|
350
375
|
val dtTypographyLabelSmallFontSize = 12.sp
|
|
351
376
|
val dtTypographyLabelSmallFontWeight = FontWeight.SemiBold
|
|
352
377
|
val dtTypographyLabelSmallLineHeight = 1.4.em
|
|
378
|
+
val dtTypographyLabelSmallTextCase = "none"
|
|
353
379
|
}
|
package/dist/css/variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Jan 2023 17:55:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -114,18 +114,22 @@
|
|
|
114
114
|
--dt-typography-body-small-font-weight: 400;
|
|
115
115
|
--dt-typography-body-small-line-height: 140%;
|
|
116
116
|
--dt-typography-body-small-font-size: 1.2rem;
|
|
117
|
+
--dt-typography-body-small-text-case: none;
|
|
117
118
|
--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
119
|
--dt-typography-body-base-font-weight: 400;
|
|
119
120
|
--dt-typography-body-base-line-height: 160%;
|
|
120
121
|
--dt-typography-body-base-font-size: 1.5rem;
|
|
122
|
+
--dt-typography-body-base-text-case: none;
|
|
121
123
|
--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
124
|
--dt-typography-body-compact-small-font-weight: 400;
|
|
123
125
|
--dt-typography-body-compact-small-line-height: 120%;
|
|
124
126
|
--dt-typography-body-compact-small-font-size: 1.2rem;
|
|
127
|
+
--dt-typography-body-compact-small-text-case: none;
|
|
125
128
|
--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
129
|
--dt-typography-body-compact-base-font-weight: 400;
|
|
127
130
|
--dt-typography-body-compact-base-line-height: 140%;
|
|
128
131
|
--dt-typography-body-compact-base-font-size: 1.5rem;
|
|
132
|
+
--dt-typography-body-compact-base-text-case: none;
|
|
129
133
|
--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
134
|
--dt-typography-headline-eyebrow-font-weight: 400;
|
|
131
135
|
--dt-typography-headline-eyebrow-line-height: 140%;
|
|
@@ -135,90 +139,112 @@
|
|
|
135
139
|
--dt-typography-headline-small-font-weight: 700;
|
|
136
140
|
--dt-typography-headline-small-line-height: 140%;
|
|
137
141
|
--dt-typography-headline-small-font-size: 1.2rem;
|
|
142
|
+
--dt-typography-headline-small-text-case: none;
|
|
138
143
|
--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
144
|
--dt-typography-headline-medium-font-weight: 700;
|
|
140
145
|
--dt-typography-headline-medium-line-height: 160%;
|
|
141
146
|
--dt-typography-headline-medium-font-size: 1.5rem;
|
|
147
|
+
--dt-typography-headline-medium-text-case: none;
|
|
142
148
|
--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
149
|
--dt-typography-headline-large-font-weight: 700;
|
|
144
150
|
--dt-typography-headline-large-line-height: 160%;
|
|
145
151
|
--dt-typography-headline-large-font-size: 1.9rem;
|
|
152
|
+
--dt-typography-headline-large-text-case: none;
|
|
146
153
|
--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
154
|
--dt-typography-headline-extra-large-font-weight: 500;
|
|
148
155
|
--dt-typography-headline-extra-large-line-height: 120%;
|
|
149
156
|
--dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
157
|
+
--dt-typography-headline-extra-large-text-case: none;
|
|
150
158
|
--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
159
|
--dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
152
160
|
--dt-typography-headline-extra-extra-large-line-height: 120%;
|
|
153
161
|
--dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
162
|
+
--dt-typography-headline-extra-extra-large-text-case: none;
|
|
154
163
|
--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
164
|
--dt-typography-headline-soft-small-font-weight: 500;
|
|
156
165
|
--dt-typography-headline-soft-small-line-height: 140%;
|
|
157
166
|
--dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
167
|
+
--dt-typography-headline-soft-small-text-case: none;
|
|
158
168
|
--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
169
|
--dt-typography-headline-compact-small-font-weight: 700;
|
|
160
170
|
--dt-typography-headline-compact-small-line-height: 120%;
|
|
161
171
|
--dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
172
|
+
--dt-typography-headline-compact-small-text-case: none;
|
|
162
173
|
--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
174
|
--dt-typography-headline-compact-medium-font-weight: 700;
|
|
164
175
|
--dt-typography-headline-compact-medium-line-height: 140%;
|
|
165
176
|
--dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
177
|
+
--dt-typography-headline-compact-medium-text-case: none;
|
|
166
178
|
--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
179
|
--dt-typography-headline-compact-large-font-weight: 700;
|
|
168
180
|
--dt-typography-headline-compact-large-line-height: 120%;
|
|
169
181
|
--dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
182
|
+
--dt-typography-headline-compact-large-text-case: none;
|
|
170
183
|
--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
184
|
--dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
172
185
|
--dt-typography-headline-compact-soft-small-line-height: 120%;
|
|
173
186
|
--dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
187
|
+
--dt-typography-headline-compact-soft-small-text-case: none;
|
|
174
188
|
--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
189
|
--dt-typography-label-small-font-weight: 600;
|
|
176
190
|
--dt-typography-label-small-line-height: 140%;
|
|
177
191
|
--dt-typography-label-small-font-size: 1.2rem;
|
|
192
|
+
--dt-typography-label-small-text-case: none;
|
|
178
193
|
--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
194
|
--dt-typography-label-base-font-weight: 600;
|
|
180
195
|
--dt-typography-label-base-line-height: 160%;
|
|
181
196
|
--dt-typography-label-base-font-size: 1.5rem;
|
|
197
|
+
--dt-typography-label-base-text-case: none;
|
|
182
198
|
--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
199
|
--dt-typography-label-compact-small-font-weight: 600;
|
|
184
200
|
--dt-typography-label-compact-small-line-height: 120%;
|
|
185
201
|
--dt-typography-label-compact-small-font-size: 1.2rem;
|
|
202
|
+
--dt-typography-label-compact-small-text-case: none;
|
|
186
203
|
--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
204
|
--dt-typography-label-compact-base-font-weight: 600;
|
|
188
205
|
--dt-typography-label-compact-base-line-height: 140%;
|
|
189
206
|
--dt-typography-label-compact-base-font-size: 1.5rem;
|
|
207
|
+
--dt-typography-label-compact-base-text-case: none;
|
|
190
208
|
--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
209
|
--dt-typography-label-compact-plain-small-font-weight: 400;
|
|
192
210
|
--dt-typography-label-compact-plain-small-line-height: 120%;
|
|
193
211
|
--dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
212
|
+
--dt-typography-label-compact-plain-small-text-case: none;
|
|
194
213
|
--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
214
|
--dt-typography-label-compact-plain-base-font-weight: 400;
|
|
196
215
|
--dt-typography-label-compact-plain-base-line-height: 140%;
|
|
197
216
|
--dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
217
|
+
--dt-typography-label-compact-plain-base-text-case: none;
|
|
198
218
|
--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
219
|
--dt-typography-label-plain-small-font-weight: 400;
|
|
200
220
|
--dt-typography-label-plain-small-line-height: 140%;
|
|
201
221
|
--dt-typography-label-plain-small-font-size: 1.2rem;
|
|
222
|
+
--dt-typography-label-plain-small-text-case: none;
|
|
202
223
|
--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
224
|
--dt-typography-label-plain-base-font-weight: 400;
|
|
204
225
|
--dt-typography-label-plain-base-line-height: 160%;
|
|
205
226
|
--dt-typography-label-plain-base-font-size: 1.5rem;
|
|
227
|
+
--dt-typography-label-plain-base-text-case: none;
|
|
206
228
|
--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
229
|
--dt-typography-helper-small-font-weight: 400;
|
|
208
230
|
--dt-typography-helper-small-line-height: 120%;
|
|
209
231
|
--dt-typography-helper-small-font-size: 1.2rem;
|
|
232
|
+
--dt-typography-helper-small-text-case: none;
|
|
210
233
|
--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
234
|
--dt-typography-helper-base-font-weight: 400;
|
|
212
235
|
--dt-typography-helper-base-line-height: 140%;
|
|
213
236
|
--dt-typography-helper-base-font-size: 1.5rem;
|
|
237
|
+
--dt-typography-helper-base-text-case: none;
|
|
214
238
|
--dt-typography-code-small-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
215
239
|
--dt-typography-code-small-font-weight: 400;
|
|
216
240
|
--dt-typography-code-small-line-height: 120%;
|
|
217
241
|
--dt-typography-code-small-font-size: 1.2rem;
|
|
242
|
+
--dt-typography-code-small-text-case: none;
|
|
218
243
|
--dt-typography-code-base-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
219
244
|
--dt-typography-code-base-font-weight: 400;
|
|
220
245
|
--dt-typography-code-base-line-height: 120%;
|
|
221
246
|
--dt-typography-code-base-font-size: 1.5rem;
|
|
247
|
+
--dt-typography-code-base-text-case: none;
|
|
222
248
|
--dt-size-0: 0rem;
|
|
223
249
|
--dt-size-100: 0.1rem;
|
|
224
250
|
--dt-size-200: 0.2rem;
|