@dialpad/dialtone-tokens 1.6.3 → 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 +52 -26
- 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 +493 -25
- 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
package/dist/ios/tokens.swift
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 31 Jan 2023 17:55:46 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -243,50 +243,62 @@ public enum DialtoneTokens {
|
|
|
243
243
|
public static let dtTypographyBodyBaseFontSize = CGFloat(15.00)
|
|
244
244
|
public static let dtTypographyBodyBaseFontWeight = 400
|
|
245
245
|
public static let dtTypographyBodyBaseLineHeight = CGFloat(160.00)
|
|
246
|
+
public static let dtTypographyBodyBaseTextCase = "none"
|
|
246
247
|
public static let dtTypographyBodyCompactBaseFontFamily = -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"
|
|
247
248
|
public static let dtTypographyBodyCompactBaseFontSize = CGFloat(15.00)
|
|
248
249
|
public static let dtTypographyBodyCompactBaseFontWeight = 400
|
|
249
250
|
public static let dtTypographyBodyCompactBaseLineHeight = CGFloat(140.00)
|
|
251
|
+
public static let dtTypographyBodyCompactBaseTextCase = "none"
|
|
250
252
|
public static let dtTypographyBodyCompactSmallFontFamily = -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"
|
|
251
253
|
public static let dtTypographyBodyCompactSmallFontSize = CGFloat(12.00)
|
|
252
254
|
public static let dtTypographyBodyCompactSmallFontWeight = 400
|
|
253
255
|
public static let dtTypographyBodyCompactSmallLineHeight = CGFloat(120.00)
|
|
256
|
+
public static let dtTypographyBodyCompactSmallTextCase = "none"
|
|
254
257
|
public static let dtTypographyBodySmallFontFamily = -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"
|
|
255
258
|
public static let dtTypographyBodySmallFontSize = CGFloat(12.00)
|
|
256
259
|
public static let dtTypographyBodySmallFontWeight = 400
|
|
257
260
|
public static let dtTypographyBodySmallLineHeight = CGFloat(140.00)
|
|
261
|
+
public static let dtTypographyBodySmallTextCase = "none"
|
|
258
262
|
public static let dtTypographyCodeBaseFontFamily = SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace
|
|
259
263
|
public static let dtTypographyCodeBaseFontSize = CGFloat(15.00)
|
|
260
264
|
public static let dtTypographyCodeBaseFontWeight = 400
|
|
261
265
|
public static let dtTypographyCodeBaseLineHeight = CGFloat(120.00)
|
|
266
|
+
public static let dtTypographyCodeBaseTextCase = "none"
|
|
262
267
|
public static let dtTypographyCodeSmallFontFamily = SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace
|
|
263
268
|
public static let dtTypographyCodeSmallFontSize = CGFloat(12.00)
|
|
264
269
|
public static let dtTypographyCodeSmallFontWeight = 400
|
|
265
270
|
public static let dtTypographyCodeSmallLineHeight = CGFloat(120.00)
|
|
271
|
+
public static let dtTypographyCodeSmallTextCase = "none"
|
|
266
272
|
public static let dtTypographyHeadlineCompactLargeFontFamily = -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"
|
|
267
273
|
public static let dtTypographyHeadlineCompactLargeFontSize = CGFloat(19.00)
|
|
268
274
|
public static let dtTypographyHeadlineCompactLargeFontWeight = 700
|
|
269
275
|
public static let dtTypographyHeadlineCompactLargeLineHeight = CGFloat(120.00)
|
|
276
|
+
public static let dtTypographyHeadlineCompactLargeTextCase = "none"
|
|
270
277
|
public static let dtTypographyHeadlineCompactMediumFontFamily = -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"
|
|
271
278
|
public static let dtTypographyHeadlineCompactMediumFontSize = CGFloat(15.00)
|
|
272
279
|
public static let dtTypographyHeadlineCompactMediumFontWeight = 700
|
|
273
280
|
public static let dtTypographyHeadlineCompactMediumLineHeight = CGFloat(140.00)
|
|
281
|
+
public static let dtTypographyHeadlineCompactMediumTextCase = "none"
|
|
274
282
|
public static let dtTypographyHeadlineCompactSmallFontFamily = -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"
|
|
275
283
|
public static let dtTypographyHeadlineCompactSmallFontSize = CGFloat(12.00)
|
|
276
284
|
public static let dtTypographyHeadlineCompactSmallFontWeight = 700
|
|
277
285
|
public static let dtTypographyHeadlineCompactSmallLineHeight = CGFloat(120.00)
|
|
286
|
+
public static let dtTypographyHeadlineCompactSmallTextCase = "none"
|
|
278
287
|
public static let dtTypographyHeadlineCompactSoftSmallFontFamily = -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"
|
|
279
288
|
public static let dtTypographyHeadlineCompactSoftSmallFontSize = CGFloat(12.00)
|
|
280
289
|
public static let dtTypographyHeadlineCompactSoftSmallFontWeight = 500
|
|
281
290
|
public static let dtTypographyHeadlineCompactSoftSmallLineHeight = CGFloat(120.00)
|
|
291
|
+
public static let dtTypographyHeadlineCompactSoftSmallTextCase = "none"
|
|
282
292
|
public static let dtTypographyHeadlineExtraExtraLargeFontFamily = -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"
|
|
283
293
|
public static let dtTypographyHeadlineExtraExtraLargeFontSize = CGFloat(38.00)
|
|
284
294
|
public static let dtTypographyHeadlineExtraExtraLargeFontWeight = 500
|
|
285
295
|
public static let dtTypographyHeadlineExtraExtraLargeLineHeight = CGFloat(120.00)
|
|
296
|
+
public static let dtTypographyHeadlineExtraExtraLargeTextCase = "none"
|
|
286
297
|
public static let dtTypographyHeadlineExtraLargeFontFamily = -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"
|
|
287
298
|
public static let dtTypographyHeadlineExtraLargeFontSize = CGFloat(27.00)
|
|
288
299
|
public static let dtTypographyHeadlineExtraLargeFontWeight = 500
|
|
289
300
|
public static let dtTypographyHeadlineExtraLargeLineHeight = CGFloat(120.00)
|
|
301
|
+
public static let dtTypographyHeadlineExtraLargeTextCase = "none"
|
|
290
302
|
public static let dtTypographyHeadlineEyebrowFontFamily = -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"
|
|
291
303
|
public static let dtTypographyHeadlineEyebrowFontSize = CGFloat(12.00)
|
|
292
304
|
public static let dtTypographyHeadlineEyebrowFontWeight = 400
|
|
@@ -296,56 +308,70 @@ public enum DialtoneTokens {
|
|
|
296
308
|
public static let dtTypographyHeadlineLargeFontSize = CGFloat(19.00)
|
|
297
309
|
public static let dtTypographyHeadlineLargeFontWeight = 700
|
|
298
310
|
public static let dtTypographyHeadlineLargeLineHeight = CGFloat(160.00)
|
|
311
|
+
public static let dtTypographyHeadlineLargeTextCase = "none"
|
|
299
312
|
public static let dtTypographyHeadlineMediumFontFamily = -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"
|
|
300
313
|
public static let dtTypographyHeadlineMediumFontSize = CGFloat(15.00)
|
|
301
314
|
public static let dtTypographyHeadlineMediumFontWeight = 700
|
|
302
315
|
public static let dtTypographyHeadlineMediumLineHeight = CGFloat(160.00)
|
|
316
|
+
public static let dtTypographyHeadlineMediumTextCase = "none"
|
|
303
317
|
public static let dtTypographyHeadlineSmallFontFamily = -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"
|
|
304
318
|
public static let dtTypographyHeadlineSmallFontSize = CGFloat(12.00)
|
|
305
319
|
public static let dtTypographyHeadlineSmallFontWeight = 700
|
|
306
320
|
public static let dtTypographyHeadlineSmallLineHeight = CGFloat(140.00)
|
|
321
|
+
public static let dtTypographyHeadlineSmallTextCase = "none"
|
|
307
322
|
public static let dtTypographyHeadlineSoftSmallFontFamily = -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"
|
|
308
323
|
public static let dtTypographyHeadlineSoftSmallFontSize = CGFloat(12.00)
|
|
309
324
|
public static let dtTypographyHeadlineSoftSmallFontWeight = 500
|
|
310
325
|
public static let dtTypographyHeadlineSoftSmallLineHeight = CGFloat(140.00)
|
|
326
|
+
public static let dtTypographyHeadlineSoftSmallTextCase = "none"
|
|
311
327
|
public static let dtTypographyHelperBaseFontFamily = -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"
|
|
312
328
|
public static let dtTypographyHelperBaseFontSize = CGFloat(15.00)
|
|
313
329
|
public static let dtTypographyHelperBaseFontWeight = 400
|
|
314
330
|
public static let dtTypographyHelperBaseLineHeight = CGFloat(140.00)
|
|
331
|
+
public static let dtTypographyHelperBaseTextCase = "none"
|
|
315
332
|
public static let dtTypographyHelperSmallFontFamily = -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"
|
|
316
333
|
public static let dtTypographyHelperSmallFontSize = CGFloat(12.00)
|
|
317
334
|
public static let dtTypographyHelperSmallFontWeight = 400
|
|
318
335
|
public static let dtTypographyHelperSmallLineHeight = CGFloat(120.00)
|
|
336
|
+
public static let dtTypographyHelperSmallTextCase = "none"
|
|
319
337
|
public static let dtTypographyLabelBaseFontFamily = -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"
|
|
320
338
|
public static let dtTypographyLabelBaseFontSize = CGFloat(15.00)
|
|
321
339
|
public static let dtTypographyLabelBaseFontWeight = 600
|
|
322
340
|
public static let dtTypographyLabelBaseLineHeight = CGFloat(160.00)
|
|
341
|
+
public static let dtTypographyLabelBaseTextCase = "none"
|
|
323
342
|
public static let dtTypographyLabelCompactBaseFontFamily = -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"
|
|
324
343
|
public static let dtTypographyLabelCompactBaseFontSize = CGFloat(15.00)
|
|
325
344
|
public static let dtTypographyLabelCompactBaseFontWeight = 600
|
|
326
345
|
public static let dtTypographyLabelCompactBaseLineHeight = CGFloat(140.00)
|
|
346
|
+
public static let dtTypographyLabelCompactBaseTextCase = "none"
|
|
327
347
|
public static let dtTypographyLabelCompactPlainBaseFontFamily = -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"
|
|
328
348
|
public static let dtTypographyLabelCompactPlainBaseFontSize = CGFloat(15.00)
|
|
329
349
|
public static let dtTypographyLabelCompactPlainBaseFontWeight = 400
|
|
330
350
|
public static let dtTypographyLabelCompactPlainBaseLineHeight = CGFloat(140.00)
|
|
351
|
+
public static let dtTypographyLabelCompactPlainBaseTextCase = "none"
|
|
331
352
|
public static let dtTypographyLabelCompactPlainSmallFontFamily = -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"
|
|
332
353
|
public static let dtTypographyLabelCompactPlainSmallFontSize = CGFloat(12.00)
|
|
333
354
|
public static let dtTypographyLabelCompactPlainSmallFontWeight = 400
|
|
334
355
|
public static let dtTypographyLabelCompactPlainSmallLineHeight = CGFloat(120.00)
|
|
356
|
+
public static let dtTypographyLabelCompactPlainSmallTextCase = "none"
|
|
335
357
|
public static let dtTypographyLabelCompactSmallFontFamily = -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"
|
|
336
358
|
public static let dtTypographyLabelCompactSmallFontSize = CGFloat(12.00)
|
|
337
359
|
public static let dtTypographyLabelCompactSmallFontWeight = 600
|
|
338
360
|
public static let dtTypographyLabelCompactSmallLineHeight = CGFloat(120.00)
|
|
361
|
+
public static let dtTypographyLabelCompactSmallTextCase = "none"
|
|
339
362
|
public static let dtTypographyLabelPlainBaseFontFamily = -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"
|
|
340
363
|
public static let dtTypographyLabelPlainBaseFontSize = CGFloat(15.00)
|
|
341
364
|
public static let dtTypographyLabelPlainBaseFontWeight = 400
|
|
342
365
|
public static let dtTypographyLabelPlainBaseLineHeight = CGFloat(160.00)
|
|
366
|
+
public static let dtTypographyLabelPlainBaseTextCase = "none"
|
|
343
367
|
public static let dtTypographyLabelPlainSmallFontFamily = -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"
|
|
344
368
|
public static let dtTypographyLabelPlainSmallFontSize = CGFloat(12.00)
|
|
345
369
|
public static let dtTypographyLabelPlainSmallFontWeight = 400
|
|
346
370
|
public static let dtTypographyLabelPlainSmallLineHeight = CGFloat(140.00)
|
|
371
|
+
public static let dtTypographyLabelPlainSmallTextCase = "none"
|
|
347
372
|
public static let dtTypographyLabelSmallFontFamily = -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"
|
|
348
373
|
public static let dtTypographyLabelSmallFontSize = CGFloat(12.00)
|
|
349
374
|
public static let dtTypographyLabelSmallFontWeight = 600
|
|
350
375
|
public static let dtTypographyLabelSmallLineHeight = CGFloat(140.00)
|
|
376
|
+
public static let dtTypographyLabelSmallTextCase = "none"
|
|
351
377
|
}
|
package/dist/less/variables.less
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
|
@dt-token-set-order-0: base;
|
|
6
6
|
@dt-token-set-order-1: semantic;
|
|
@@ -112,18 +112,22 @@
|
|
|
112
112
|
@dt-typography-body-small-font-weight: 400;
|
|
113
113
|
@dt-typography-body-small-line-height: 140%;
|
|
114
114
|
@dt-typography-body-small-font-size: 1.2rem;
|
|
115
|
+
@dt-typography-body-small-text-case: none;
|
|
115
116
|
@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";
|
|
116
117
|
@dt-typography-body-base-font-weight: 400;
|
|
117
118
|
@dt-typography-body-base-line-height: 160%;
|
|
118
119
|
@dt-typography-body-base-font-size: 1.5rem;
|
|
120
|
+
@dt-typography-body-base-text-case: none;
|
|
119
121
|
@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";
|
|
120
122
|
@dt-typography-body-compact-small-font-weight: 400;
|
|
121
123
|
@dt-typography-body-compact-small-line-height: 120%;
|
|
122
124
|
@dt-typography-body-compact-small-font-size: 1.2rem;
|
|
125
|
+
@dt-typography-body-compact-small-text-case: none;
|
|
123
126
|
@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";
|
|
124
127
|
@dt-typography-body-compact-base-font-weight: 400;
|
|
125
128
|
@dt-typography-body-compact-base-line-height: 140%;
|
|
126
129
|
@dt-typography-body-compact-base-font-size: 1.5rem;
|
|
130
|
+
@dt-typography-body-compact-base-text-case: none;
|
|
127
131
|
@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";
|
|
128
132
|
@dt-typography-headline-eyebrow-font-weight: 400;
|
|
129
133
|
@dt-typography-headline-eyebrow-line-height: 140%;
|
|
@@ -133,90 +137,112 @@
|
|
|
133
137
|
@dt-typography-headline-small-font-weight: 700;
|
|
134
138
|
@dt-typography-headline-small-line-height: 140%;
|
|
135
139
|
@dt-typography-headline-small-font-size: 1.2rem;
|
|
140
|
+
@dt-typography-headline-small-text-case: none;
|
|
136
141
|
@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";
|
|
137
142
|
@dt-typography-headline-medium-font-weight: 700;
|
|
138
143
|
@dt-typography-headline-medium-line-height: 160%;
|
|
139
144
|
@dt-typography-headline-medium-font-size: 1.5rem;
|
|
145
|
+
@dt-typography-headline-medium-text-case: none;
|
|
140
146
|
@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";
|
|
141
147
|
@dt-typography-headline-large-font-weight: 700;
|
|
142
148
|
@dt-typography-headline-large-line-height: 160%;
|
|
143
149
|
@dt-typography-headline-large-font-size: 1.9rem;
|
|
150
|
+
@dt-typography-headline-large-text-case: none;
|
|
144
151
|
@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";
|
|
145
152
|
@dt-typography-headline-extra-large-font-weight: 500;
|
|
146
153
|
@dt-typography-headline-extra-large-line-height: 120%;
|
|
147
154
|
@dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
155
|
+
@dt-typography-headline-extra-large-text-case: none;
|
|
148
156
|
@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";
|
|
149
157
|
@dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
150
158
|
@dt-typography-headline-extra-extra-large-line-height: 120%;
|
|
151
159
|
@dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
160
|
+
@dt-typography-headline-extra-extra-large-text-case: none;
|
|
152
161
|
@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";
|
|
153
162
|
@dt-typography-headline-soft-small-font-weight: 500;
|
|
154
163
|
@dt-typography-headline-soft-small-line-height: 140%;
|
|
155
164
|
@dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
165
|
+
@dt-typography-headline-soft-small-text-case: none;
|
|
156
166
|
@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";
|
|
157
167
|
@dt-typography-headline-compact-small-font-weight: 700;
|
|
158
168
|
@dt-typography-headline-compact-small-line-height: 120%;
|
|
159
169
|
@dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
170
|
+
@dt-typography-headline-compact-small-text-case: none;
|
|
160
171
|
@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";
|
|
161
172
|
@dt-typography-headline-compact-medium-font-weight: 700;
|
|
162
173
|
@dt-typography-headline-compact-medium-line-height: 140%;
|
|
163
174
|
@dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
175
|
+
@dt-typography-headline-compact-medium-text-case: none;
|
|
164
176
|
@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";
|
|
165
177
|
@dt-typography-headline-compact-large-font-weight: 700;
|
|
166
178
|
@dt-typography-headline-compact-large-line-height: 120%;
|
|
167
179
|
@dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
180
|
+
@dt-typography-headline-compact-large-text-case: none;
|
|
168
181
|
@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";
|
|
169
182
|
@dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
170
183
|
@dt-typography-headline-compact-soft-small-line-height: 120%;
|
|
171
184
|
@dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
185
|
+
@dt-typography-headline-compact-soft-small-text-case: none;
|
|
172
186
|
@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";
|
|
173
187
|
@dt-typography-label-small-font-weight: 600;
|
|
174
188
|
@dt-typography-label-small-line-height: 140%;
|
|
175
189
|
@dt-typography-label-small-font-size: 1.2rem;
|
|
190
|
+
@dt-typography-label-small-text-case: none;
|
|
176
191
|
@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";
|
|
177
192
|
@dt-typography-label-base-font-weight: 600;
|
|
178
193
|
@dt-typography-label-base-line-height: 160%;
|
|
179
194
|
@dt-typography-label-base-font-size: 1.5rem;
|
|
195
|
+
@dt-typography-label-base-text-case: none;
|
|
180
196
|
@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";
|
|
181
197
|
@dt-typography-label-compact-small-font-weight: 600;
|
|
182
198
|
@dt-typography-label-compact-small-line-height: 120%;
|
|
183
199
|
@dt-typography-label-compact-small-font-size: 1.2rem;
|
|
200
|
+
@dt-typography-label-compact-small-text-case: none;
|
|
184
201
|
@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";
|
|
185
202
|
@dt-typography-label-compact-base-font-weight: 600;
|
|
186
203
|
@dt-typography-label-compact-base-line-height: 140%;
|
|
187
204
|
@dt-typography-label-compact-base-font-size: 1.5rem;
|
|
205
|
+
@dt-typography-label-compact-base-text-case: none;
|
|
188
206
|
@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";
|
|
189
207
|
@dt-typography-label-compact-plain-small-font-weight: 400;
|
|
190
208
|
@dt-typography-label-compact-plain-small-line-height: 120%;
|
|
191
209
|
@dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
210
|
+
@dt-typography-label-compact-plain-small-text-case: none;
|
|
192
211
|
@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";
|
|
193
212
|
@dt-typography-label-compact-plain-base-font-weight: 400;
|
|
194
213
|
@dt-typography-label-compact-plain-base-line-height: 140%;
|
|
195
214
|
@dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
215
|
+
@dt-typography-label-compact-plain-base-text-case: none;
|
|
196
216
|
@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";
|
|
197
217
|
@dt-typography-label-plain-small-font-weight: 400;
|
|
198
218
|
@dt-typography-label-plain-small-line-height: 140%;
|
|
199
219
|
@dt-typography-label-plain-small-font-size: 1.2rem;
|
|
220
|
+
@dt-typography-label-plain-small-text-case: none;
|
|
200
221
|
@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";
|
|
201
222
|
@dt-typography-label-plain-base-font-weight: 400;
|
|
202
223
|
@dt-typography-label-plain-base-line-height: 160%;
|
|
203
224
|
@dt-typography-label-plain-base-font-size: 1.5rem;
|
|
225
|
+
@dt-typography-label-plain-base-text-case: none;
|
|
204
226
|
@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";
|
|
205
227
|
@dt-typography-helper-small-font-weight: 400;
|
|
206
228
|
@dt-typography-helper-small-line-height: 120%;
|
|
207
229
|
@dt-typography-helper-small-font-size: 1.2rem;
|
|
230
|
+
@dt-typography-helper-small-text-case: none;
|
|
208
231
|
@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";
|
|
209
232
|
@dt-typography-helper-base-font-weight: 400;
|
|
210
233
|
@dt-typography-helper-base-line-height: 140%;
|
|
211
234
|
@dt-typography-helper-base-font-size: 1.5rem;
|
|
235
|
+
@dt-typography-helper-base-text-case: none;
|
|
212
236
|
@dt-typography-code-small-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
213
237
|
@dt-typography-code-small-font-weight: 400;
|
|
214
238
|
@dt-typography-code-small-line-height: 120%;
|
|
215
239
|
@dt-typography-code-small-font-size: 1.2rem;
|
|
240
|
+
@dt-typography-code-small-text-case: none;
|
|
216
241
|
@dt-typography-code-base-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
217
242
|
@dt-typography-code-base-font-weight: 400;
|
|
218
243
|
@dt-typography-code-base-line-height: 120%;
|
|
219
244
|
@dt-typography-code-base-font-size: 1.5rem;
|
|
245
|
+
@dt-typography-code-base-text-case: none;
|
|
220
246
|
@dt-size-0: 0;
|
|
221
247
|
@dt-size-100: 0.1rem;
|
|
222
248
|
@dt-size-200: 0.2rem;
|
package/dist/tokens.json
CHANGED
|
@@ -109,18 +109,22 @@
|
|
|
109
109
|
"dtTypographyBodySmallFontWeight": 400,
|
|
110
110
|
"dtTypographyBodySmallLineHeight": "140%",
|
|
111
111
|
"dtTypographyBodySmallFontSize": "1.2rem",
|
|
112
|
+
"dtTypographyBodySmallTextCase": "none",
|
|
112
113
|
"dtTypographyBodyBaseFontFamily": "-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\"",
|
|
113
114
|
"dtTypographyBodyBaseFontWeight": 400,
|
|
114
115
|
"dtTypographyBodyBaseLineHeight": "160%",
|
|
115
116
|
"dtTypographyBodyBaseFontSize": "1.5rem",
|
|
117
|
+
"dtTypographyBodyBaseTextCase": "none",
|
|
116
118
|
"dtTypographyBodyCompactSmallFontFamily": "-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\"",
|
|
117
119
|
"dtTypographyBodyCompactSmallFontWeight": 400,
|
|
118
120
|
"dtTypographyBodyCompactSmallLineHeight": "120%",
|
|
119
121
|
"dtTypographyBodyCompactSmallFontSize": "1.2rem",
|
|
122
|
+
"dtTypographyBodyCompactSmallTextCase": "none",
|
|
120
123
|
"dtTypographyBodyCompactBaseFontFamily": "-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\"",
|
|
121
124
|
"dtTypographyBodyCompactBaseFontWeight": 400,
|
|
122
125
|
"dtTypographyBodyCompactBaseLineHeight": "140%",
|
|
123
126
|
"dtTypographyBodyCompactBaseFontSize": "1.5rem",
|
|
127
|
+
"dtTypographyBodyCompactBaseTextCase": "none",
|
|
124
128
|
"dtTypographyHeadlineEyebrowFontFamily": "-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\"",
|
|
125
129
|
"dtTypographyHeadlineEyebrowFontWeight": 400,
|
|
126
130
|
"dtTypographyHeadlineEyebrowLineHeight": "140%",
|
|
@@ -130,90 +134,112 @@
|
|
|
130
134
|
"dtTypographyHeadlineSmallFontWeight": 700,
|
|
131
135
|
"dtTypographyHeadlineSmallLineHeight": "140%",
|
|
132
136
|
"dtTypographyHeadlineSmallFontSize": "1.2rem",
|
|
137
|
+
"dtTypographyHeadlineSmallTextCase": "none",
|
|
133
138
|
"dtTypographyHeadlineMediumFontFamily": "-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\"",
|
|
134
139
|
"dtTypographyHeadlineMediumFontWeight": 700,
|
|
135
140
|
"dtTypographyHeadlineMediumLineHeight": "160%",
|
|
136
141
|
"dtTypographyHeadlineMediumFontSize": "1.5rem",
|
|
142
|
+
"dtTypographyHeadlineMediumTextCase": "none",
|
|
137
143
|
"dtTypographyHeadlineLargeFontFamily": "-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\"",
|
|
138
144
|
"dtTypographyHeadlineLargeFontWeight": 700,
|
|
139
145
|
"dtTypographyHeadlineLargeLineHeight": "160%",
|
|
140
146
|
"dtTypographyHeadlineLargeFontSize": "1.9rem",
|
|
147
|
+
"dtTypographyHeadlineLargeTextCase": "none",
|
|
141
148
|
"dtTypographyHeadlineExtraLargeFontFamily": "-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\"",
|
|
142
149
|
"dtTypographyHeadlineExtraLargeFontWeight": 500,
|
|
143
150
|
"dtTypographyHeadlineExtraLargeLineHeight": "120%",
|
|
144
151
|
"dtTypographyHeadlineExtraLargeFontSize": "2.7rem",
|
|
152
|
+
"dtTypographyHeadlineExtraLargeTextCase": "none",
|
|
145
153
|
"dtTypographyHeadlineExtraExtraLargeFontFamily": "-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\"",
|
|
146
154
|
"dtTypographyHeadlineExtraExtraLargeFontWeight": 500,
|
|
147
155
|
"dtTypographyHeadlineExtraExtraLargeLineHeight": "120%",
|
|
148
156
|
"dtTypographyHeadlineExtraExtraLargeFontSize": "3.8rem",
|
|
157
|
+
"dtTypographyHeadlineExtraExtraLargeTextCase": "none",
|
|
149
158
|
"dtTypographyHeadlineSoftSmallFontFamily": "-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\"",
|
|
150
159
|
"dtTypographyHeadlineSoftSmallFontWeight": 500,
|
|
151
160
|
"dtTypographyHeadlineSoftSmallLineHeight": "140%",
|
|
152
161
|
"dtTypographyHeadlineSoftSmallFontSize": "1.2rem",
|
|
162
|
+
"dtTypographyHeadlineSoftSmallTextCase": "none",
|
|
153
163
|
"dtTypographyHeadlineCompactSmallFontFamily": "-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\"",
|
|
154
164
|
"dtTypographyHeadlineCompactSmallFontWeight": 700,
|
|
155
165
|
"dtTypographyHeadlineCompactSmallLineHeight": "120%",
|
|
156
166
|
"dtTypographyHeadlineCompactSmallFontSize": "1.2rem",
|
|
167
|
+
"dtTypographyHeadlineCompactSmallTextCase": "none",
|
|
157
168
|
"dtTypographyHeadlineCompactMediumFontFamily": "-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\"",
|
|
158
169
|
"dtTypographyHeadlineCompactMediumFontWeight": 700,
|
|
159
170
|
"dtTypographyHeadlineCompactMediumLineHeight": "140%",
|
|
160
171
|
"dtTypographyHeadlineCompactMediumFontSize": "1.5rem",
|
|
172
|
+
"dtTypographyHeadlineCompactMediumTextCase": "none",
|
|
161
173
|
"dtTypographyHeadlineCompactLargeFontFamily": "-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\"",
|
|
162
174
|
"dtTypographyHeadlineCompactLargeFontWeight": 700,
|
|
163
175
|
"dtTypographyHeadlineCompactLargeLineHeight": "120%",
|
|
164
176
|
"dtTypographyHeadlineCompactLargeFontSize": "1.9rem",
|
|
177
|
+
"dtTypographyHeadlineCompactLargeTextCase": "none",
|
|
165
178
|
"dtTypographyHeadlineCompactSoftSmallFontFamily": "-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\"",
|
|
166
179
|
"dtTypographyHeadlineCompactSoftSmallFontWeight": 500,
|
|
167
180
|
"dtTypographyHeadlineCompactSoftSmallLineHeight": "120%",
|
|
168
181
|
"dtTypographyHeadlineCompactSoftSmallFontSize": "1.2rem",
|
|
182
|
+
"dtTypographyHeadlineCompactSoftSmallTextCase": "none",
|
|
169
183
|
"dtTypographyLabelSmallFontFamily": "-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\"",
|
|
170
184
|
"dtTypographyLabelSmallFontWeight": 600,
|
|
171
185
|
"dtTypographyLabelSmallLineHeight": "140%",
|
|
172
186
|
"dtTypographyLabelSmallFontSize": "1.2rem",
|
|
187
|
+
"dtTypographyLabelSmallTextCase": "none",
|
|
173
188
|
"dtTypographyLabelBaseFontFamily": "-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\"",
|
|
174
189
|
"dtTypographyLabelBaseFontWeight": 600,
|
|
175
190
|
"dtTypographyLabelBaseLineHeight": "160%",
|
|
176
191
|
"dtTypographyLabelBaseFontSize": "1.5rem",
|
|
192
|
+
"dtTypographyLabelBaseTextCase": "none",
|
|
177
193
|
"dtTypographyLabelCompactSmallFontFamily": "-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\"",
|
|
178
194
|
"dtTypographyLabelCompactSmallFontWeight": 600,
|
|
179
195
|
"dtTypographyLabelCompactSmallLineHeight": "120%",
|
|
180
196
|
"dtTypographyLabelCompactSmallFontSize": "1.2rem",
|
|
197
|
+
"dtTypographyLabelCompactSmallTextCase": "none",
|
|
181
198
|
"dtTypographyLabelCompactBaseFontFamily": "-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\"",
|
|
182
199
|
"dtTypographyLabelCompactBaseFontWeight": 600,
|
|
183
200
|
"dtTypographyLabelCompactBaseLineHeight": "140%",
|
|
184
201
|
"dtTypographyLabelCompactBaseFontSize": "1.5rem",
|
|
202
|
+
"dtTypographyLabelCompactBaseTextCase": "none",
|
|
185
203
|
"dtTypographyLabelCompactPlainSmallFontFamily": "-apple-system,BlinkMacSystemFont,\"SF Pro\",\"Segoe UI Adjusted\",\"Segoe UI\",SFMono,\"Helvetica Neue\",Cantarell,Ubuntu,Roboto,Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\"",
|
|
186
204
|
"dtTypographyLabelCompactPlainSmallFontWeight": 400,
|
|
187
205
|
"dtTypographyLabelCompactPlainSmallLineHeight": "120%",
|
|
188
206
|
"dtTypographyLabelCompactPlainSmallFontSize": "1.2rem",
|
|
207
|
+
"dtTypographyLabelCompactPlainSmallTextCase": "none",
|
|
189
208
|
"dtTypographyLabelCompactPlainBaseFontFamily": "-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\"",
|
|
190
209
|
"dtTypographyLabelCompactPlainBaseFontWeight": 400,
|
|
191
210
|
"dtTypographyLabelCompactPlainBaseLineHeight": "140%",
|
|
192
211
|
"dtTypographyLabelCompactPlainBaseFontSize": "1.5rem",
|
|
212
|
+
"dtTypographyLabelCompactPlainBaseTextCase": "none",
|
|
193
213
|
"dtTypographyLabelPlainSmallFontFamily": "-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\"",
|
|
194
214
|
"dtTypographyLabelPlainSmallFontWeight": 400,
|
|
195
215
|
"dtTypographyLabelPlainSmallLineHeight": "140%",
|
|
196
216
|
"dtTypographyLabelPlainSmallFontSize": "1.2rem",
|
|
217
|
+
"dtTypographyLabelPlainSmallTextCase": "none",
|
|
197
218
|
"dtTypographyLabelPlainBaseFontFamily": "-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\"",
|
|
198
219
|
"dtTypographyLabelPlainBaseFontWeight": 400,
|
|
199
220
|
"dtTypographyLabelPlainBaseLineHeight": "160%",
|
|
200
221
|
"dtTypographyLabelPlainBaseFontSize": "1.5rem",
|
|
222
|
+
"dtTypographyLabelPlainBaseTextCase": "none",
|
|
201
223
|
"dtTypographyHelperSmallFontFamily": "-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\"",
|
|
202
224
|
"dtTypographyHelperSmallFontWeight": 400,
|
|
203
225
|
"dtTypographyHelperSmallLineHeight": "120%",
|
|
204
226
|
"dtTypographyHelperSmallFontSize": "1.2rem",
|
|
227
|
+
"dtTypographyHelperSmallTextCase": "none",
|
|
205
228
|
"dtTypographyHelperBaseFontFamily": "-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\"",
|
|
206
229
|
"dtTypographyHelperBaseFontWeight": 400,
|
|
207
230
|
"dtTypographyHelperBaseLineHeight": "140%",
|
|
208
231
|
"dtTypographyHelperBaseFontSize": "1.5rem",
|
|
232
|
+
"dtTypographyHelperBaseTextCase": "none",
|
|
209
233
|
"dtTypographyCodeSmallFontFamily": "SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
210
234
|
"dtTypographyCodeSmallFontWeight": 400,
|
|
211
235
|
"dtTypographyCodeSmallLineHeight": "120%",
|
|
212
236
|
"dtTypographyCodeSmallFontSize": "1.2rem",
|
|
237
|
+
"dtTypographyCodeSmallTextCase": "none",
|
|
213
238
|
"dtTypographyCodeBaseFontFamily": "SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
214
239
|
"dtTypographyCodeBaseFontWeight": 400,
|
|
215
240
|
"dtTypographyCodeBaseLineHeight": "120%",
|
|
216
241
|
"dtTypographyCodeBaseFontSize": "1.5rem",
|
|
242
|
+
"dtTypographyCodeBaseTextCase": "none",
|
|
217
243
|
"dtSize0": "0",
|
|
218
244
|
"dtSize100": "0.1rem",
|
|
219
245
|
"dtSize200": "0.2rem",
|