@dialpad/dialtone-tokens 1.41.0 → 1.41.2
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-deca-dark.kt +44 -44
- package/dist/android/java/tokens-deca-light.kt +46 -46
- package/dist/android/java/tokens-dp-dark.kt +70 -70
- package/dist/android/java/tokens-dp-light.kt +66 -66
- package/dist/android/java/tokens-expressive-dark.kt +66 -66
- package/dist/android/java/tokens-expressive-light.kt +61 -61
- package/dist/android/java/tokens-expressive-sm-dark.kt +66 -66
- package/dist/android/java/tokens-expressive-sm-light.kt +61 -61
- package/dist/android/java/tokens-tmo-dark.kt +70 -70
- package/dist/android/java/tokens-tmo-light.kt +66 -66
- package/dist/android/res/values/colors-base-dark.xml +1 -1
- package/dist/android/res/values/colors-base-deca-dark.xml +1 -1
- package/dist/android/res/values/colors-base-deca-light.xml +1 -1
- package/dist/android/res/values/colors-base-light.xml +1 -1
- package/dist/android/res/values/colors-deca-dark.xml +91 -91
- package/dist/android/res/values/colors-deca-light.xml +92 -92
- package/dist/android/res/values/colors-dp-dark.xml +95 -95
- package/dist/android/res/values/colors-dp-light.xml +97 -97
- package/dist/android/res/values/colors-expressive-dark.xml +96 -96
- package/dist/android/res/values/colors-expressive-light.xml +97 -97
- package/dist/android/res/values/colors-expressive-sm-dark.xml +96 -96
- package/dist/android/res/values/colors-expressive-sm-light.xml +97 -97
- package/dist/android/res/values/colors-tmo-dark.xml +95 -95
- package/dist/android/res/values/colors-tmo-light.xml +97 -97
- package/dist/doc.json +19724 -19724
- package/dist/ios/tokens-base-dark.swift +7 -7
- package/dist/ios/tokens-base-deca-dark.swift +7 -7
- package/dist/ios/tokens-base-deca-light.swift +7 -7
- package/dist/ios/tokens-base-light.swift +7 -7
- package/dist/ios/tokens-deca-dark.swift +83 -83
- package/dist/ios/tokens-deca-light.swift +84 -84
- package/dist/ios/tokens-dp-dark.swift +89 -89
- package/dist/ios/tokens-dp-light.swift +91 -91
- package/dist/ios/tokens-expressive-dark.swift +90 -90
- package/dist/ios/tokens-expressive-light.swift +91 -91
- package/dist/ios/tokens-expressive-sm-dark.swift +90 -90
- package/dist/ios/tokens-expressive-sm-light.swift +91 -91
- package/dist/ios/tokens-tmo-dark.swift +89 -89
- package/dist/ios/tokens-tmo-light.swift +91 -91
- package/package.json +1 -3
|
@@ -15,42 +15,42 @@ object DialtoneTokensTmoDark {
|
|
|
15
15
|
val dtActionColorBackgroundBaseActive = Color(0x33ab7eff)
|
|
16
16
|
val dtActionColorBackgroundBaseDefault = Color(0x00000000)
|
|
17
17
|
val dtActionColorBackgroundBaseHover = Color(0x1aab7eff)
|
|
18
|
-
val dtActionColorBackgroundBasePrimaryActive = Color(
|
|
18
|
+
val dtActionColorBackgroundBasePrimaryActive = Color(0xff6837ff)
|
|
19
19
|
val dtActionColorBackgroundBasePrimaryDefault = Color(0xff7c52ff)
|
|
20
|
-
val dtActionColorBackgroundBasePrimaryHover = Color(
|
|
20
|
+
val dtActionColorBackgroundBasePrimaryHover = Color(0xff7245ff)
|
|
21
21
|
val dtActionColorBackgroundCriticalActive = Color(0x4dec0e0e)
|
|
22
22
|
val dtActionColorBackgroundCriticalDefault = Color(0x00000000)
|
|
23
23
|
val dtActionColorBackgroundCriticalHover = Color(0x33ec0e0e)
|
|
24
|
-
val dtActionColorBackgroundCriticalPrimaryActive = Color(
|
|
24
|
+
val dtActionColorBackgroundCriticalPrimaryActive = Color(0xffd00c0c)
|
|
25
25
|
val dtActionColorBackgroundCriticalPrimaryDefault = Color(0xffec0e0e)
|
|
26
|
-
val dtActionColorBackgroundCriticalPrimaryHover = Color(
|
|
26
|
+
val dtActionColorBackgroundCriticalPrimaryHover = Color(0xffd90d0d)
|
|
27
27
|
val dtActionColorBackgroundDisabledDefault = Color(0xff3a3a3a)
|
|
28
|
-
val dtActionColorBackgroundInvertedActive = Color(
|
|
28
|
+
val dtActionColorBackgroundInvertedActive = Color(0x4d1f1f1f)
|
|
29
29
|
val dtActionColorBackgroundInvertedDefault = Color(0x00000000)
|
|
30
|
-
val dtActionColorBackgroundInvertedHover = Color(
|
|
30
|
+
val dtActionColorBackgroundInvertedHover = Color(0x261f1f1f)
|
|
31
31
|
val dtActionColorBackgroundInvertedPrimaryActive = Color(0xff3a1d95)
|
|
32
|
-
val dtActionColorBackgroundInvertedPrimaryDefault = Color(
|
|
32
|
+
val dtActionColorBackgroundInvertedPrimaryDefault = Color(0xff1f1f1f)
|
|
33
33
|
val dtActionColorBackgroundInvertedPrimaryHover = Color(0xff10022c)
|
|
34
34
|
val dtActionColorBackgroundMutedActive = Color(0x29d4d4d4)
|
|
35
35
|
val dtActionColorBackgroundMutedDefault = Color(0x00000000)
|
|
36
36
|
val dtActionColorBackgroundMutedHover = Color(0x1ad4d4d4)
|
|
37
37
|
val dtActionColorBackgroundPositiveActive = Color(0x14b0ffa3)
|
|
38
38
|
val dtActionColorBackgroundPositiveDefault = Color(0x00000000)
|
|
39
|
-
val dtActionColorBackgroundPositiveHover = Color(
|
|
40
|
-
val dtActionColorBackgroundPositivePrimaryActive = Color(
|
|
39
|
+
val dtActionColorBackgroundPositiveHover = Color(0xff79dc94)
|
|
40
|
+
val dtActionColorBackgroundPositivePrimaryActive = Color(0xff77ff60)
|
|
41
41
|
val dtActionColorBackgroundPositivePrimaryDefault = Color(0xffb0ffa3)
|
|
42
|
-
val dtActionColorBackgroundPositivePrimaryHover = Color(
|
|
42
|
+
val dtActionColorBackgroundPositivePrimaryHover = Color(0xff8cff79)
|
|
43
43
|
val dtActionColorBorderBaseOutlinedDefault = Color(0xffab7eff)
|
|
44
44
|
val dtActionColorBorderCriticalOutlinedDefault = Color(0xffff8585)
|
|
45
45
|
val dtActionColorBorderInvertedOutlinedDefault = Color(0x2e000000)
|
|
46
46
|
val dtActionColorBorderMutedOutlinedDefault = Color(0x38ffffff)
|
|
47
|
-
val dtActionColorForegroundBaseActive = Color(
|
|
47
|
+
val dtActionColorForegroundBaseActive = Color(0xffbe97ff)
|
|
48
48
|
val dtActionColorForegroundBaseDefault = Color(0xffab7eff)
|
|
49
|
-
val dtActionColorForegroundBaseHover = Color(
|
|
49
|
+
val dtActionColorForegroundBaseHover = Color(0xffbe97ff)
|
|
50
50
|
val dtActionColorForegroundBasePrimaryDefault = Color(0xffffffff)
|
|
51
|
-
val dtActionColorForegroundCriticalActive = Color(
|
|
51
|
+
val dtActionColorForegroundCriticalActive = Color(0xffffa5a2)
|
|
52
52
|
val dtActionColorForegroundCriticalDefault = Color(0xffff8585)
|
|
53
|
-
val dtActionColorForegroundCriticalHover = Color(
|
|
53
|
+
val dtActionColorForegroundCriticalHover = Color(0xffffa5a2)
|
|
54
54
|
val dtActionColorForegroundCriticalPrimaryDefault = Color(0xffffffff)
|
|
55
55
|
val dtActionColorForegroundDisabledDefault = Color(0xffaaaaaa)
|
|
56
56
|
val dtActionColorForegroundInvertedActive = Color(0xff000000)
|
|
@@ -62,9 +62,9 @@ object DialtoneTokensTmoDark {
|
|
|
62
62
|
val dtActionColorForegroundMutedActive = Color(0xffc2c2c2)
|
|
63
63
|
val dtActionColorForegroundMutedDefault = Color(0xffc2c2c2)
|
|
64
64
|
val dtActionColorForegroundMutedHover = Color(0xffc2c2c2)
|
|
65
|
-
val dtActionColorForegroundPositiveActive = Color(
|
|
65
|
+
val dtActionColorForegroundPositiveActive = Color(0xff6fff58)
|
|
66
66
|
val dtActionColorForegroundPositiveDefault = Color(0xffb0ffa3)
|
|
67
|
-
val dtActionColorForegroundPositiveHover = Color(
|
|
67
|
+
val dtActionColorForegroundPositiveHover = Color(0xff6fff58)
|
|
68
68
|
val dtActionColorForegroundPositivePrimaryDefault = Color(0xffffffff)
|
|
69
69
|
val dtAvatarColorBackground000 = Color(0xffe0e0e0)
|
|
70
70
|
val dtAvatarColorBackground100 = Color(0xff1aa340)
|
|
@@ -160,7 +160,7 @@ object DialtoneTokensTmoDark {
|
|
|
160
160
|
val dtColorBorderWarningSubtleInverted = Color(0xffffdb80)
|
|
161
161
|
val dtColorForegroundCritical = Color(0xffff8585)
|
|
162
162
|
val dtColorForegroundCriticalInverted = Color(0xffec0e0e)
|
|
163
|
-
val dtColorForegroundCriticalStrong = Color(
|
|
163
|
+
val dtColorForegroundCriticalStrong = Color(0xffffa4a4)
|
|
164
164
|
val dtColorForegroundCriticalStrongInverted = Color(0xffb70b0b)
|
|
165
165
|
val dtColorForegroundDisabled = Color(0xffaaaaaa)
|
|
166
166
|
val dtColorForegroundDisabledInverted = Color(0xff808080)
|
|
@@ -174,7 +174,7 @@ object DialtoneTokensTmoDark {
|
|
|
174
174
|
val dtColorForegroundSecondaryInverted = Color(0xff3a3a3a)
|
|
175
175
|
val dtColorForegroundSuccess = Color(0xffb0ffa3)
|
|
176
176
|
val dtColorForegroundSuccessInverted = Color(0xff1aa340)
|
|
177
|
-
val dtColorForegroundSuccessStrong = Color(
|
|
177
|
+
val dtColorForegroundSuccessStrong = Color(0xffccffc3)
|
|
178
178
|
val dtColorForegroundSuccessStrongInverted = Color(0xff124620)
|
|
179
179
|
val dtColorForegroundTertiary = Color(0xffaaaaaa)
|
|
180
180
|
val dtColorForegroundTertiaryInverted = Color(0xff555555)
|
|
@@ -192,7 +192,7 @@ object DialtoneTokensTmoDark {
|
|
|
192
192
|
val dtColorLinkMutedHover = Color(0xffe6e6e6)
|
|
193
193
|
val dtColorLinkMutedInverted = Color(0xff3a3a3a)
|
|
194
194
|
val dtColorLinkMutedInvertedHover = Color(0xff000000)
|
|
195
|
-
val dtColorLinkPrimary = Color(
|
|
195
|
+
val dtColorLinkPrimary = Color(0xffb790ff)
|
|
196
196
|
val dtColorLinkPrimaryHover = Color(0xffdac7ff)
|
|
197
197
|
val dtColorLinkPrimaryInverted = Color(0xff7c52ff)
|
|
198
198
|
val dtColorLinkPrimaryInvertedHover = Color(0xff3a1d95)
|
|
@@ -212,16 +212,16 @@ object DialtoneTokensTmoDark {
|
|
|
212
212
|
val dtColorSurfaceCritical = Color(0xff5b0505)
|
|
213
213
|
val dtColorSurfaceCriticalOpaque = Color(0x52b70b0b)
|
|
214
214
|
val dtColorSurfaceCriticalStrong = Color(0xffff8585)
|
|
215
|
-
val dtColorSurfaceCriticalSubtle = Color(
|
|
216
|
-
val dtColorSurfaceCriticalSubtleOpaque = Color(
|
|
215
|
+
val dtColorSurfaceCriticalSubtle = Color(0xff2e0202)
|
|
216
|
+
val dtColorSurfaceCriticalSubtleOpaque = Color(0x802e0202)
|
|
217
217
|
val dtColorSurfaceInfo = Color(0xff01326d)
|
|
218
218
|
val dtColorSurfaceInfoOpaque = Color(0x4a1768c6)
|
|
219
219
|
val dtColorSurfaceInfoStrong = Color(0xff99c8ff)
|
|
220
|
-
val dtColorSurfaceInfoSubtle = Color(
|
|
221
|
-
val dtColorSurfaceInfoSubtleOpaque = Color(
|
|
220
|
+
val dtColorSurfaceInfoSubtle = Color(0xff011e41)
|
|
221
|
+
val dtColorSurfaceInfoSubtleOpaque = Color(0x80011e41)
|
|
222
222
|
val dtColorSurfaceModerate = Color(0xff3a3a3a)
|
|
223
223
|
val dtColorSurfaceModerateOpaque = Color(0x26e6e6e6)
|
|
224
|
-
val dtColorSurfacePrimary = Color(
|
|
224
|
+
val dtColorSurfacePrimary = Color(0xff1f1f1f)
|
|
225
225
|
val dtColorSurfaceSecondary = Color(0xff262626)
|
|
226
226
|
val dtColorSurfaceSecondaryOpaque = Color(0x0fe6e6e6)
|
|
227
227
|
val dtColorSurfaceStrong = Color(0xffaaaaaa)
|
|
@@ -229,13 +229,13 @@ object DialtoneTokensTmoDark {
|
|
|
229
229
|
val dtColorSurfaceSuccess = Color(0xff124620)
|
|
230
230
|
val dtColorSurfaceSuccessOpaque = Color(0x421aa340)
|
|
231
231
|
val dtColorSurfaceSuccessStrong = Color(0xffb0ffa3)
|
|
232
|
-
val dtColorSurfaceSuccessSubtle = Color(
|
|
233
|
-
val dtColorSurfaceSuccessSubtleOpaque = Color(
|
|
232
|
+
val dtColorSurfaceSuccessSubtle = Color(0xff092310)
|
|
233
|
+
val dtColorSurfaceSuccessSubtleOpaque = Color(0x80092310)
|
|
234
234
|
val dtColorSurfaceWarning = Color(0xff815008)
|
|
235
235
|
val dtColorSurfaceWarningOpaque = Color(0x7ad28f2b)
|
|
236
236
|
val dtColorSurfaceWarningStrong = Color(0xffd28f2b)
|
|
237
|
-
val dtColorSurfaceWarningSubtle = Color(
|
|
238
|
-
val dtColorSurfaceWarningSubtleOpaque = Color(
|
|
237
|
+
val dtColorSurfaceWarningSubtle = Color(0xff412804)
|
|
238
|
+
val dtColorSurfaceWarningSubtleOpaque = Color(0x80412804)
|
|
239
239
|
val dtIconSize100 = 12.dp
|
|
240
240
|
val dtIconSize200 = 14.dp
|
|
241
241
|
val dtIconSize300 = 18.dp
|
|
@@ -321,7 +321,7 @@ object DialtoneTokensTmoDark {
|
|
|
321
321
|
val dtThemeTopbarColorBackground = Color(0xff262626)
|
|
322
322
|
val dtThemeTopbarColorForeground = Color(0xbff285bc)
|
|
323
323
|
val dtThemeTopbarFieldColorBackground = Color(0x0df285bc)
|
|
324
|
-
val dtThemeTopbarFieldColorBackgroundHover = Color(
|
|
324
|
+
val dtThemeTopbarFieldColorBackgroundHover = Color(0xff1a1a1a)
|
|
325
325
|
val dtThemeTopbarFieldColorBorder = Color(0x00f285bc)
|
|
326
326
|
val dtThemeTopbarFieldColorBorderActive = Color(0x33f285bc)
|
|
327
327
|
val dtThemeTopbarFieldColorBorderHover = Color(0x1af285bc)
|
|
@@ -334,196 +334,196 @@ object DialtoneTokensTmoDark {
|
|
|
334
334
|
val dtThemeTopbarProfileColorForeground = Color(0xbff285bc)
|
|
335
335
|
val dtThemeTopbarProfileColorForegroundInverted = Color(0xbf000000)
|
|
336
336
|
val dtTypographyBodyMdCompactFontFamily = FontFamily.Default
|
|
337
|
-
val dtTypographyBodyMdCompactFontSize = 15.
|
|
337
|
+
val dtTypographyBodyMdCompactFontSize = 15.sp
|
|
338
338
|
val dtTypographyBodyMdCompactFontWeight = FontWeight.Normal
|
|
339
339
|
val dtTypographyBodyMdCompactLineHeight = 1.4.em
|
|
340
340
|
val dtTypographyBodyMdCompactTextCase = "none"
|
|
341
341
|
val dtTypographyBodyMdFontFamily = FontFamily.Default
|
|
342
|
-
val dtTypographyBodyMdFontSize = 15.
|
|
342
|
+
val dtTypographyBodyMdFontSize = 15.sp
|
|
343
343
|
val dtTypographyBodyMdFontWeight = FontWeight.Normal
|
|
344
344
|
val dtTypographyBodyMdLineHeight = 1.6.em
|
|
345
345
|
val dtTypographyBodyMdTextCase = "none"
|
|
346
346
|
val dtTypographyBodySmCompactFontFamily = FontFamily.Default
|
|
347
|
-
val dtTypographyBodySmCompactFontSize = 12.
|
|
347
|
+
val dtTypographyBodySmCompactFontSize = 12.sp
|
|
348
348
|
val dtTypographyBodySmCompactFontWeight = FontWeight.Normal
|
|
349
349
|
val dtTypographyBodySmCompactLineHeight = 1.2.em
|
|
350
350
|
val dtTypographyBodySmCompactTextCase = "none"
|
|
351
351
|
val dtTypographyBodySmFontFamily = FontFamily.Default
|
|
352
|
-
val dtTypographyBodySmFontSize = 12.
|
|
352
|
+
val dtTypographyBodySmFontSize = 12.sp
|
|
353
353
|
val dtTypographyBodySmFontWeight = FontWeight.Normal
|
|
354
354
|
val dtTypographyBodySmLineHeight = 1.4.em
|
|
355
355
|
val dtTypographyBodySmTextCase = "none"
|
|
356
356
|
val dtTypographyButtonLgFontFamily = FontFamily.Default
|
|
357
|
-
val dtTypographyButtonLgFontSize = 19.
|
|
357
|
+
val dtTypographyButtonLgFontSize = 19.sp
|
|
358
358
|
val dtTypographyButtonLgFontWeight = FontWeight.Medium
|
|
359
359
|
val dtTypographyButtonLgLineHeight = 1.2.em
|
|
360
360
|
val dtTypographyButtonMdFontFamily = FontFamily.Default
|
|
361
|
-
val dtTypographyButtonMdFontSize = 15.
|
|
361
|
+
val dtTypographyButtonMdFontSize = 15.sp
|
|
362
362
|
val dtTypographyButtonMdFontWeight = FontWeight.Medium
|
|
363
363
|
val dtTypographyButtonMdLineHeight = 1.2.em
|
|
364
364
|
val dtTypographyButtonSmFontFamily = FontFamily.Default
|
|
365
|
-
val dtTypographyButtonSmFontSize = 12.
|
|
365
|
+
val dtTypographyButtonSmFontSize = 12.sp
|
|
366
366
|
val dtTypographyButtonSmFontWeight = FontWeight.Medium
|
|
367
367
|
val dtTypographyButtonSmLineHeight = 1.2.em
|
|
368
368
|
val dtTypographyButtonXlFontFamily = FontFamily.Default
|
|
369
|
-
val dtTypographyButtonXlFontSize = 27.
|
|
369
|
+
val dtTypographyButtonXlFontSize = 27.sp
|
|
370
370
|
val dtTypographyButtonXlFontWeight = FontWeight.Normal
|
|
371
371
|
val dtTypographyButtonXlLineHeight = 1.2.em
|
|
372
372
|
val dtTypographyButtonXsFontFamily = FontFamily.Default
|
|
373
|
-
val dtTypographyButtonXsFontSize = 12.
|
|
373
|
+
val dtTypographyButtonXsFontSize = 12.sp
|
|
374
374
|
val dtTypographyButtonXsFontWeight = FontWeight.Medium
|
|
375
375
|
val dtTypographyButtonXsLineHeight = 1.2.em
|
|
376
376
|
val dtTypographyCodeMdFontFamily = FontFamily.Monospace
|
|
377
|
-
val dtTypographyCodeMdFontSize = 15.
|
|
377
|
+
val dtTypographyCodeMdFontSize = 15.sp
|
|
378
378
|
val dtTypographyCodeMdFontWeight = FontWeight.Normal
|
|
379
379
|
val dtTypographyCodeMdLineHeight = 1.2.em
|
|
380
380
|
val dtTypographyCodeMdTextCase = "none"
|
|
381
381
|
val dtTypographyCodeSmFontFamily = FontFamily.Monospace
|
|
382
|
-
val dtTypographyCodeSmFontSize = 12.
|
|
382
|
+
val dtTypographyCodeSmFontSize = 12.sp
|
|
383
383
|
val dtTypographyCodeSmFontWeight = FontWeight.Normal
|
|
384
384
|
val dtTypographyCodeSmLineHeight = 1.2.em
|
|
385
385
|
val dtTypographyCodeSmTextCase = "none"
|
|
386
386
|
val dtTypographyHeadlineEyebrowFontFamily = FontFamily.Default
|
|
387
|
-
val dtTypographyHeadlineEyebrowFontSize = 12.
|
|
387
|
+
val dtTypographyHeadlineEyebrowFontSize = 12.sp
|
|
388
388
|
val dtTypographyHeadlineEyebrowFontWeight = FontWeight.Normal
|
|
389
389
|
val dtTypographyHeadlineEyebrowLineHeight = 1.4.em
|
|
390
390
|
val dtTypographyHeadlineEyebrowTextCase = "uppercase"
|
|
391
391
|
val dtTypographyHeadlineLgCompactFontFamily = FontFamily.Default
|
|
392
|
-
val dtTypographyHeadlineLgCompactFontSize = 19.
|
|
392
|
+
val dtTypographyHeadlineLgCompactFontSize = 19.sp
|
|
393
393
|
val dtTypographyHeadlineLgCompactFontWeight = FontWeight.Bold
|
|
394
394
|
val dtTypographyHeadlineLgCompactLineHeight = 1.2.em
|
|
395
395
|
val dtTypographyHeadlineLgCompactTextCase = "none"
|
|
396
396
|
val dtTypographyHeadlineLgFontFamily = FontFamily.Default
|
|
397
|
-
val dtTypographyHeadlineLgFontSize = 19.
|
|
397
|
+
val dtTypographyHeadlineLgFontSize = 19.sp
|
|
398
398
|
val dtTypographyHeadlineLgFontWeight = FontWeight.Bold
|
|
399
399
|
val dtTypographyHeadlineLgLineHeight = 1.6.em
|
|
400
400
|
val dtTypographyHeadlineLgSoftCompactFontFamily = FontFamily.Default
|
|
401
|
-
val dtTypographyHeadlineLgSoftCompactFontSize = 19.
|
|
401
|
+
val dtTypographyHeadlineLgSoftCompactFontSize = 19.sp
|
|
402
402
|
val dtTypographyHeadlineLgSoftCompactFontWeight = FontWeight.Medium
|
|
403
403
|
val dtTypographyHeadlineLgSoftCompactLineHeight = 1.2.em
|
|
404
404
|
val dtTypographyHeadlineLgSoftCompactTextCase = "none"
|
|
405
405
|
val dtTypographyHeadlineLgSoftFontFamily = FontFamily.Default
|
|
406
|
-
val dtTypographyHeadlineLgSoftFontSize = 19.
|
|
406
|
+
val dtTypographyHeadlineLgSoftFontSize = 19.sp
|
|
407
407
|
val dtTypographyHeadlineLgSoftFontWeight = FontWeight.Medium
|
|
408
408
|
val dtTypographyHeadlineLgSoftLineHeight = 1.6.em
|
|
409
409
|
val dtTypographyHeadlineLgSoftTextCase = "none"
|
|
410
410
|
val dtTypographyHeadlineLgTextCase = "none"
|
|
411
411
|
val dtTypographyHeadlineMdCompactFontFamily = FontFamily.Default
|
|
412
|
-
val dtTypographyHeadlineMdCompactFontSize = 15.
|
|
412
|
+
val dtTypographyHeadlineMdCompactFontSize = 15.sp
|
|
413
413
|
val dtTypographyHeadlineMdCompactFontWeight = FontWeight.Bold
|
|
414
414
|
val dtTypographyHeadlineMdCompactLineHeight = 1.4.em
|
|
415
415
|
val dtTypographyHeadlineMdCompactTextCase = "none"
|
|
416
416
|
val dtTypographyHeadlineMdFontFamily = FontFamily.Default
|
|
417
|
-
val dtTypographyHeadlineMdFontSize = 15.
|
|
417
|
+
val dtTypographyHeadlineMdFontSize = 15.sp
|
|
418
418
|
val dtTypographyHeadlineMdFontWeight = FontWeight.Bold
|
|
419
419
|
val dtTypographyHeadlineMdLineHeight = 1.6.em
|
|
420
420
|
val dtTypographyHeadlineMdTextCase = "none"
|
|
421
421
|
val dtTypographyHeadlineSmCompactFontFamily = FontFamily.Default
|
|
422
|
-
val dtTypographyHeadlineSmCompactFontSize = 12.
|
|
422
|
+
val dtTypographyHeadlineSmCompactFontSize = 12.sp
|
|
423
423
|
val dtTypographyHeadlineSmCompactFontWeight = FontWeight.Bold
|
|
424
424
|
val dtTypographyHeadlineSmCompactLineHeight = 1.2.em
|
|
425
425
|
val dtTypographyHeadlineSmCompactTextCase = "none"
|
|
426
426
|
val dtTypographyHeadlineSmFontFamily = FontFamily.Default
|
|
427
|
-
val dtTypographyHeadlineSmFontSize = 12.
|
|
427
|
+
val dtTypographyHeadlineSmFontSize = 12.sp
|
|
428
428
|
val dtTypographyHeadlineSmFontWeight = FontWeight.Bold
|
|
429
429
|
val dtTypographyHeadlineSmLineHeight = 1.4.em
|
|
430
430
|
val dtTypographyHeadlineSmSoftCompactFontFamily = FontFamily.Default
|
|
431
|
-
val dtTypographyHeadlineSmSoftCompactFontSize = 12.
|
|
431
|
+
val dtTypographyHeadlineSmSoftCompactFontSize = 12.sp
|
|
432
432
|
val dtTypographyHeadlineSmSoftCompactFontWeight = FontWeight.Medium
|
|
433
433
|
val dtTypographyHeadlineSmSoftCompactLineHeight = 1.2.em
|
|
434
434
|
val dtTypographyHeadlineSmSoftCompactTextCase = "none"
|
|
435
435
|
val dtTypographyHeadlineSmSoftFontFamily = FontFamily.Default
|
|
436
|
-
val dtTypographyHeadlineSmSoftFontSize = 12.
|
|
436
|
+
val dtTypographyHeadlineSmSoftFontSize = 12.sp
|
|
437
437
|
val dtTypographyHeadlineSmSoftFontWeight = FontWeight.Medium
|
|
438
438
|
val dtTypographyHeadlineSmSoftLineHeight = 1.4.em
|
|
439
439
|
val dtTypographyHeadlineSmSoftTextCase = "none"
|
|
440
440
|
val dtTypographyHeadlineSmTextCase = "none"
|
|
441
441
|
val dtTypographyHeadlineXlCompactFontFamily = FontFamily.Default
|
|
442
|
-
val dtTypographyHeadlineXlCompactFontSize = 27.
|
|
442
|
+
val dtTypographyHeadlineXlCompactFontSize = 27.sp
|
|
443
443
|
val dtTypographyHeadlineXlCompactFontWeight = FontWeight.Medium
|
|
444
444
|
val dtTypographyHeadlineXlCompactLineHeight = 1.em
|
|
445
445
|
val dtTypographyHeadlineXlCompactTextCase = "none"
|
|
446
446
|
val dtTypographyHeadlineXlFontFamily = FontFamily.Default
|
|
447
|
-
val dtTypographyHeadlineXlFontSize = 27.
|
|
447
|
+
val dtTypographyHeadlineXlFontSize = 27.sp
|
|
448
448
|
val dtTypographyHeadlineXlFontWeight = FontWeight.Medium
|
|
449
449
|
val dtTypographyHeadlineXlLineHeight = 1.2.em
|
|
450
450
|
val dtTypographyHeadlineXlTextCase = "none"
|
|
451
451
|
val dtTypographyHeadlineXxlCompactFontFamily = FontFamily.Default
|
|
452
|
-
val dtTypographyHeadlineXxlCompactFontSize = 38.
|
|
452
|
+
val dtTypographyHeadlineXxlCompactFontSize = 38.sp
|
|
453
453
|
val dtTypographyHeadlineXxlCompactFontWeight = FontWeight.Medium
|
|
454
454
|
val dtTypographyHeadlineXxlCompactLineHeight = 1.em
|
|
455
455
|
val dtTypographyHeadlineXxlCompactTextCase = "none"
|
|
456
456
|
val dtTypographyHeadlineXxlFontFamily = FontFamily.Default
|
|
457
|
-
val dtTypographyHeadlineXxlFontSize = 38.
|
|
457
|
+
val dtTypographyHeadlineXxlFontSize = 38.sp
|
|
458
458
|
val dtTypographyHeadlineXxlFontWeight = FontWeight.Medium
|
|
459
459
|
val dtTypographyHeadlineXxlLineHeight = 1.2.em
|
|
460
460
|
val dtTypographyHeadlineXxlTextCase = "none"
|
|
461
461
|
val dtTypographyHelperMdFontFamily = FontFamily.Default
|
|
462
|
-
val dtTypographyHelperMdFontSize = 15.
|
|
462
|
+
val dtTypographyHelperMdFontSize = 15.sp
|
|
463
463
|
val dtTypographyHelperMdFontWeight = FontWeight.Normal
|
|
464
464
|
val dtTypographyHelperMdLineHeight = 1.4.em
|
|
465
465
|
val dtTypographyHelperMdTextCase = "none"
|
|
466
466
|
val dtTypographyHelperSmFontFamily = FontFamily.Default
|
|
467
|
-
val dtTypographyHelperSmFontSize = 12.
|
|
467
|
+
val dtTypographyHelperSmFontSize = 12.sp
|
|
468
468
|
val dtTypographyHelperSmFontWeight = FontWeight.Normal
|
|
469
469
|
val dtTypographyHelperSmLineHeight = 1.2.em
|
|
470
470
|
val dtTypographyHelperSmTextCase = "none"
|
|
471
471
|
val dtTypographyInputsLgFontFamily = FontFamily.Default
|
|
472
|
-
val dtTypographyInputsLgFontSize = 19.
|
|
472
|
+
val dtTypographyInputsLgFontSize = 19.sp
|
|
473
473
|
val dtTypographyInputsLgFontWeight = FontWeight.Normal
|
|
474
474
|
val dtTypographyInputsLgLineHeight = 1.2.em
|
|
475
475
|
val dtTypographyInputsMdFontFamily = FontFamily.Default
|
|
476
|
-
val dtTypographyInputsMdFontSize = 15.
|
|
476
|
+
val dtTypographyInputsMdFontSize = 15.sp
|
|
477
477
|
val dtTypographyInputsMdFontWeight = FontWeight.Normal
|
|
478
478
|
val dtTypographyInputsMdLineHeight = 1.2.em
|
|
479
479
|
val dtTypographyInputsSmFontFamily = FontFamily.Default
|
|
480
|
-
val dtTypographyInputsSmFontSize = 12.
|
|
480
|
+
val dtTypographyInputsSmFontSize = 12.sp
|
|
481
481
|
val dtTypographyInputsSmFontWeight = FontWeight.Normal
|
|
482
482
|
val dtTypographyInputsSmLineHeight = 1.2.em
|
|
483
483
|
val dtTypographyInputsXlFontFamily = FontFamily.Default
|
|
484
|
-
val dtTypographyInputsXlFontSize = 27.
|
|
484
|
+
val dtTypographyInputsXlFontSize = 27.sp
|
|
485
485
|
val dtTypographyInputsXlFontWeight = FontWeight.Normal
|
|
486
486
|
val dtTypographyInputsXlLineHeight = 1.2.em
|
|
487
487
|
val dtTypographyInputsXsFontFamily = FontFamily.Default
|
|
488
|
-
val dtTypographyInputsXsFontSize = 12.
|
|
488
|
+
val dtTypographyInputsXsFontSize = 12.sp
|
|
489
489
|
val dtTypographyInputsXsFontWeight = FontWeight.Normal
|
|
490
490
|
val dtTypographyInputsXsLineHeight = 1.2.em
|
|
491
491
|
val dtTypographyLabelMdCompactFontFamily = FontFamily.Default
|
|
492
|
-
val dtTypographyLabelMdCompactFontSize = 15.
|
|
492
|
+
val dtTypographyLabelMdCompactFontSize = 15.sp
|
|
493
493
|
val dtTypographyLabelMdCompactFontWeight = FontWeight.SemiBold
|
|
494
494
|
val dtTypographyLabelMdCompactLineHeight = 1.4.em
|
|
495
495
|
val dtTypographyLabelMdCompactTextCase = "none"
|
|
496
496
|
val dtTypographyLabelMdFontFamily = FontFamily.Default
|
|
497
|
-
val dtTypographyLabelMdFontSize = 15.
|
|
497
|
+
val dtTypographyLabelMdFontSize = 15.sp
|
|
498
498
|
val dtTypographyLabelMdFontWeight = FontWeight.SemiBold
|
|
499
499
|
val dtTypographyLabelMdLineHeight = 1.6.em
|
|
500
500
|
val dtTypographyLabelMdPlainCompactFontFamily = FontFamily.Default
|
|
501
|
-
val dtTypographyLabelMdPlainCompactFontSize = 15.
|
|
501
|
+
val dtTypographyLabelMdPlainCompactFontSize = 15.sp
|
|
502
502
|
val dtTypographyLabelMdPlainCompactFontWeight = FontWeight.Normal
|
|
503
503
|
val dtTypographyLabelMdPlainCompactLineHeight = 1.4.em
|
|
504
504
|
val dtTypographyLabelMdPlainCompactTextCase = "none"
|
|
505
505
|
val dtTypographyLabelMdPlainFontFamily = FontFamily.Default
|
|
506
|
-
val dtTypographyLabelMdPlainFontSize = 15.
|
|
506
|
+
val dtTypographyLabelMdPlainFontSize = 15.sp
|
|
507
507
|
val dtTypographyLabelMdPlainFontWeight = FontWeight.Normal
|
|
508
508
|
val dtTypographyLabelMdPlainLineHeight = 1.6.em
|
|
509
509
|
val dtTypographyLabelMdPlainTextCase = "none"
|
|
510
510
|
val dtTypographyLabelMdTextCase = "none"
|
|
511
511
|
val dtTypographyLabelSmCompactFontFamily = FontFamily.Default
|
|
512
|
-
val dtTypographyLabelSmCompactFontSize = 12.
|
|
512
|
+
val dtTypographyLabelSmCompactFontSize = 12.sp
|
|
513
513
|
val dtTypographyLabelSmCompactFontWeight = FontWeight.SemiBold
|
|
514
514
|
val dtTypographyLabelSmCompactLineHeight = 1.2.em
|
|
515
515
|
val dtTypographyLabelSmCompactTextCase = "none"
|
|
516
516
|
val dtTypographyLabelSmFontFamily = FontFamily.Default
|
|
517
|
-
val dtTypographyLabelSmFontSize = 12.
|
|
517
|
+
val dtTypographyLabelSmFontSize = 12.sp
|
|
518
518
|
val dtTypographyLabelSmFontWeight = FontWeight.SemiBold
|
|
519
519
|
val dtTypographyLabelSmLineHeight = 1.4.em
|
|
520
520
|
val dtTypographyLabelSmPlainCompactFontFamily = FontFamily.Default
|
|
521
|
-
val dtTypographyLabelSmPlainCompactFontSize = 12.
|
|
521
|
+
val dtTypographyLabelSmPlainCompactFontSize = 12.sp
|
|
522
522
|
val dtTypographyLabelSmPlainCompactFontWeight = FontWeight.Normal
|
|
523
523
|
val dtTypographyLabelSmPlainCompactLineHeight = 1.2.em
|
|
524
524
|
val dtTypographyLabelSmPlainCompactTextCase = "none"
|
|
525
525
|
val dtTypographyLabelSmPlainFontFamily = FontFamily.Default
|
|
526
|
-
val dtTypographyLabelSmPlainFontSize = 12.
|
|
526
|
+
val dtTypographyLabelSmPlainFontSize = 12.sp
|
|
527
527
|
val dtTypographyLabelSmPlainFontWeight = FontWeight.Normal
|
|
528
528
|
val dtTypographyLabelSmPlainLineHeight = 1.4.em
|
|
529
529
|
val dtTypographyLabelSmPlainTextCase = "none"
|