@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,20 +15,20 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
15
15
|
val dtActionColorBackgroundBaseActive = Color(0x2e7c52ff)
|
|
16
16
|
val dtActionColorBackgroundBaseDefault = Color(0x00000000)
|
|
17
17
|
val dtActionColorBackgroundBaseHover = Color(0x247c52ff)
|
|
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(0x1fec0e0e)
|
|
22
22
|
val dtActionColorBackgroundCriticalDefault = Color(0x00000000)
|
|
23
23
|
val dtActionColorBackgroundCriticalHover = Color(0x12ec0e0e)
|
|
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(0xffd2d2d2)
|
|
28
28
|
val dtActionColorBackgroundInvertedActive = Color(0x4dffffff)
|
|
29
29
|
val dtActionColorBackgroundInvertedDefault = Color(0x00000000)
|
|
30
30
|
val dtActionColorBackgroundInvertedHover = Color(0x26ffffff)
|
|
31
|
-
val dtActionColorBackgroundInvertedPrimaryActive = Color(
|
|
31
|
+
val dtActionColorBackgroundInvertedPrimaryActive = Color(0xffe8dcff)
|
|
32
32
|
val dtActionColorBackgroundInvertedPrimaryDefault = Color(0xffffffff)
|
|
33
33
|
val dtActionColorBackgroundInvertedPrimaryHover = Color(0xfff5f0ff)
|
|
34
34
|
val dtActionColorBackgroundMutedActive = Color(0x29222222)
|
|
@@ -36,21 +36,21 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
36
36
|
val dtActionColorBackgroundMutedHover = Color(0x1a222222)
|
|
37
37
|
val dtActionColorBackgroundPositiveActive = Color(0x141aa340)
|
|
38
38
|
val dtActionColorBackgroundPositiveDefault = Color(0x00000000)
|
|
39
|
-
val dtActionColorBackgroundPositiveHover = Color(
|
|
40
|
-
val dtActionColorBackgroundPositivePrimaryActive = Color(
|
|
39
|
+
val dtActionColorBackgroundPositiveHover = Color(0xfff8fdf7)
|
|
40
|
+
val dtActionColorBackgroundPositivePrimaryActive = Color(0xff168936)
|
|
41
41
|
val dtActionColorBackgroundPositivePrimaryDefault = Color(0xff1aa340)
|
|
42
|
-
val dtActionColorBackgroundPositivePrimaryHover = Color(
|
|
42
|
+
val dtActionColorBackgroundPositivePrimaryHover = Color(0xff17933a)
|
|
43
43
|
val dtActionColorBorderBaseOutlinedDefault = Color(0xff7c52ff)
|
|
44
44
|
val dtActionColorBorderCriticalOutlinedDefault = Color(0xffec0e0e)
|
|
45
45
|
val dtActionColorBorderInvertedOutlinedDefault = Color(0x38ffffff)
|
|
46
46
|
val dtActionColorBorderMutedOutlinedDefault = Color(0x2e000000)
|
|
47
|
-
val dtActionColorForegroundBaseActive = Color(
|
|
47
|
+
val dtActionColorForegroundBaseActive = Color(0xff7245ff)
|
|
48
48
|
val dtActionColorForegroundBaseDefault = Color(0xff7c52ff)
|
|
49
|
-
val dtActionColorForegroundBaseHover = Color(
|
|
49
|
+
val dtActionColorForegroundBaseHover = Color(0xff7245ff)
|
|
50
50
|
val dtActionColorForegroundBasePrimaryDefault = Color(0xffffffff)
|
|
51
|
-
val dtActionColorForegroundCriticalActive = Color(
|
|
51
|
+
val dtActionColorForegroundCriticalActive = Color(0xffd90d0d)
|
|
52
52
|
val dtActionColorForegroundCriticalDefault = Color(0xffec0e0e)
|
|
53
|
-
val dtActionColorForegroundCriticalHover = Color(
|
|
53
|
+
val dtActionColorForegroundCriticalHover = Color(0xffd90d0d)
|
|
54
54
|
val dtActionColorForegroundCriticalPrimaryDefault = Color(0xffffffff)
|
|
55
55
|
val dtActionColorForegroundDisabledDefault = Color(0xff808080)
|
|
56
56
|
val dtActionColorForegroundInvertedActive = Color(0xffffffff)
|
|
@@ -62,9 +62,9 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
62
62
|
val dtActionColorForegroundMutedActive = Color(0xff3a3a3a)
|
|
63
63
|
val dtActionColorForegroundMutedDefault = Color(0xff3a3a3a)
|
|
64
64
|
val dtActionColorForegroundMutedHover = Color(0xff3a3a3a)
|
|
65
|
-
val dtActionColorForegroundPositiveActive = Color(
|
|
65
|
+
val dtActionColorForegroundPositiveActive = Color(0xff158634)
|
|
66
66
|
val dtActionColorForegroundPositiveDefault = Color(0xff1aa340)
|
|
67
|
-
val dtActionColorForegroundPositiveHover = Color(
|
|
67
|
+
val dtActionColorForegroundPositiveHover = Color(0xff158634)
|
|
68
68
|
val dtActionColorForegroundPositivePrimaryDefault = Color(0xffffffff)
|
|
69
69
|
val dtAvatarColorBackground000 = Color(0xffe0e0e0)
|
|
70
70
|
val dtAvatarColorBackground100 = Color(0xff1aa340)
|
|
@@ -96,7 +96,7 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
96
96
|
val dtBadgeColorBorderBulletinSubtle = Color(0x807c52ff)
|
|
97
97
|
val dtBadgeColorBorderDefault = Color(0x1a000000)
|
|
98
98
|
val dtBadgeColorForegroundBulletin = Color(0xffffffff)
|
|
99
|
-
val dtBadgeColorForegroundBulletinSubtle = Color(
|
|
99
|
+
val dtBadgeColorForegroundBulletinSubtle = Color(0xff210087)
|
|
100
100
|
val dtBadgeColorForegroundDefault = Color(0xff000000)
|
|
101
101
|
val dtCheckboxColorBackgroundChecked = Color(0xff7c52ff)
|
|
102
102
|
val dtCheckboxColorBorderChecked = Color(0xff7c52ff)
|
|
@@ -134,14 +134,14 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
134
134
|
val dtColorBorderSuccessSubtleInverted = Color(0xff1aa340)
|
|
135
135
|
val dtColorBorderWarning = Color(0xffd28f2b)
|
|
136
136
|
val dtColorBorderWarningInverted = Color(0xffffdb80)
|
|
137
|
-
val dtColorBorderWarningStrong = Color(
|
|
137
|
+
val dtColorBorderWarningStrong = Color(0xff674006)
|
|
138
138
|
val dtColorBorderWarningStrongInverted = Color(0xfffff4cc)
|
|
139
139
|
val dtColorBorderWarningSubtle = Color(0xffffdb80)
|
|
140
140
|
val dtColorBorderWarningSubtleInverted = Color(0xffd28f2b)
|
|
141
141
|
val dtColorForegroundCritical = Color(0xffec0e0e)
|
|
142
142
|
val dtColorForegroundCriticalInverted = Color(0xffff8585)
|
|
143
143
|
val dtColorForegroundCriticalStrong = Color(0xffb70b0b)
|
|
144
|
-
val dtColorForegroundCriticalStrongInverted = Color(
|
|
144
|
+
val dtColorForegroundCriticalStrongInverted = Color(0xffffa4a4)
|
|
145
145
|
val dtColorForegroundDisabled = Color(0xff808080)
|
|
146
146
|
val dtColorForegroundDisabledInverted = Color(0xff808080)
|
|
147
147
|
val dtColorForegroundMuted = Color(0x80222222)
|
|
@@ -155,7 +155,7 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
155
155
|
val dtColorForegroundSuccess = Color(0xff1aa340)
|
|
156
156
|
val dtColorForegroundSuccessInverted = Color(0xffb0ffa3)
|
|
157
157
|
val dtColorForegroundSuccessStrong = Color(0xff124620)
|
|
158
|
-
val dtColorForegroundSuccessStrongInverted = Color(
|
|
158
|
+
val dtColorForegroundSuccessStrongInverted = Color(0xffd4ffcc)
|
|
159
159
|
val dtColorForegroundTertiary = Color(0xff555555)
|
|
160
160
|
val dtColorForegroundTertiaryInverted = Color(0xffd2d2d2)
|
|
161
161
|
val dtColorForegroundWarning = Color(0xff815008)
|
|
@@ -163,7 +163,7 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
163
163
|
val dtColorLinkCritical = Color(0xffec0e0e)
|
|
164
164
|
val dtColorLinkCriticalHover = Color(0xffb70b0b)
|
|
165
165
|
val dtColorLinkCriticalInverted = Color(0xffff8585)
|
|
166
|
-
val dtColorLinkCriticalInvertedHover = Color(
|
|
166
|
+
val dtColorLinkCriticalInvertedHover = Color(0xffffa4a4)
|
|
167
167
|
val dtColorLinkDisabled = Color(0xff808080)
|
|
168
168
|
val dtColorLinkDisabledHover = Color(0xff808080)
|
|
169
169
|
val dtColorLinkDisabledInverted = Color(0xff808080)
|
|
@@ -179,7 +179,7 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
179
179
|
val dtColorLinkSuccess = Color(0xff1aa340)
|
|
180
180
|
val dtColorLinkSuccessHover = Color(0xff124620)
|
|
181
181
|
val dtColorLinkSuccessInverted = Color(0xffb0ffa3)
|
|
182
|
-
val dtColorLinkSuccessInvertedHover = Color(
|
|
182
|
+
val dtColorLinkSuccessInvertedHover = Color(0xffd4ffcc)
|
|
183
183
|
val dtColorLinkWarning = Color(0xff815008)
|
|
184
184
|
val dtColorLinkWarningHover = Color(0xff555555)
|
|
185
185
|
val dtColorLinkWarningInverted = Color(0xfffff4cc)
|
|
@@ -192,12 +192,12 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
192
192
|
val dtColorSurfaceCritical = Color(0xffffe5e6)
|
|
193
193
|
val dtColorSurfaceCriticalOpaque = Color(0x1cec0e0e)
|
|
194
194
|
val dtColorSurfaceCriticalStrong = Color(0xffb70b0b)
|
|
195
|
-
val dtColorSurfaceCriticalSubtle = Color(
|
|
195
|
+
val dtColorSurfaceCriticalSubtle = Color(0xfffff2f2)
|
|
196
196
|
val dtColorSurfaceCriticalSubtleOpaque = Color(0x0dec0e0e)
|
|
197
197
|
val dtColorSurfaceInfo = Color(0xffeaf2fa)
|
|
198
198
|
val dtColorSurfaceInfoOpaque = Color(0x171768c6)
|
|
199
199
|
val dtColorSurfaceInfoStrong = Color(0xff1768c6)
|
|
200
|
-
val dtColorSurfaceInfoSubtle = Color(
|
|
200
|
+
val dtColorSurfaceInfoSubtle = Color(0xfff4f8fc)
|
|
201
201
|
val dtColorSurfaceInfoSubtleOpaque = Color(0x0a1768c6)
|
|
202
202
|
val dtColorSurfaceModerate = Color(0xffe9e9e9)
|
|
203
203
|
val dtColorSurfaceModerateOpaque = Color(0x17000000)
|
|
@@ -209,12 +209,12 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
209
209
|
val dtColorSurfaceSuccess = Color(0xffedf9eb)
|
|
210
210
|
val dtColorSurfaceSuccessOpaque = Color(0x141aa340)
|
|
211
211
|
val dtColorSurfaceSuccessStrong = Color(0xff1aa340)
|
|
212
|
-
val dtColorSurfaceSuccessSubtle = Color(
|
|
212
|
+
val dtColorSurfaceSuccessSubtle = Color(0xfff8fdf7)
|
|
213
213
|
val dtColorSurfaceSuccessSubtleOpaque = Color(0x081aa340)
|
|
214
214
|
val dtColorSurfaceWarning = Color(0xfffff4cc)
|
|
215
215
|
val dtColorSurfaceWarningOpaque = Color(0x61ffdb80)
|
|
216
216
|
val dtColorSurfaceWarningStrong = Color(0xffffdb80)
|
|
217
|
-
val dtColorSurfaceWarningSubtle = Color(
|
|
217
|
+
val dtColorSurfaceWarningSubtle = Color(0xfffffae5)
|
|
218
218
|
val dtColorSurfaceWarningSubtleOpaque = Color(0x2effdb80)
|
|
219
219
|
val dtFontSize100 = 12.sp
|
|
220
220
|
val dtFontSize200 = 16.sp
|
|
@@ -307,7 +307,7 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
307
307
|
val dtThemeTopbarColorBackground = Color(0xfff9f9f9)
|
|
308
308
|
val dtThemeTopbarColorForeground = Color(0xbf000000)
|
|
309
309
|
val dtThemeTopbarFieldColorBackground = Color(0x0d000000)
|
|
310
|
-
val dtThemeTopbarFieldColorBackgroundHover = Color(
|
|
310
|
+
val dtThemeTopbarFieldColorBackgroundHover = Color(0xffffffff)
|
|
311
311
|
val dtThemeTopbarFieldColorBorder = Color(0x00000000)
|
|
312
312
|
val dtThemeTopbarFieldColorBorderActive = Color(0x33000000)
|
|
313
313
|
val dtThemeTopbarFieldColorBorderHover = Color(0x1a000000)
|
|
@@ -320,176 +320,176 @@ object DialtoneTokensExpressiveSmLight {
|
|
|
320
320
|
val dtThemeTopbarProfileColorForeground = Color(0xbf000000)
|
|
321
321
|
val dtThemeTopbarProfileColorForegroundInverted = Color(0xbfffffff)
|
|
322
322
|
val dtTypographyBodyMdCompactFontFamily = FontFamily.Default
|
|
323
|
-
val dtTypographyBodyMdCompactFontSize = 16.
|
|
323
|
+
val dtTypographyBodyMdCompactFontSize = 16.sp
|
|
324
324
|
val dtTypographyBodyMdCompactFontWeight = FontWeight.Normal
|
|
325
325
|
val dtTypographyBodyMdCompactLineHeight = 1.4.em
|
|
326
326
|
val dtTypographyBodyMdCompactTextCase = "none"
|
|
327
327
|
val dtTypographyBodyMdFontFamily = FontFamily.Default
|
|
328
|
-
val dtTypographyBodyMdFontSize = 16.
|
|
328
|
+
val dtTypographyBodyMdFontSize = 16.sp
|
|
329
329
|
val dtTypographyBodyMdFontWeight = FontWeight.Normal
|
|
330
330
|
val dtTypographyBodyMdLineHeight = 1.6.em
|
|
331
331
|
val dtTypographyBodyMdTextCase = "none"
|
|
332
332
|
val dtTypographyBodySmCompactFontFamily = FontFamily.Default
|
|
333
|
-
val dtTypographyBodySmCompactFontSize = 12.
|
|
333
|
+
val dtTypographyBodySmCompactFontSize = 12.sp
|
|
334
334
|
val dtTypographyBodySmCompactFontWeight = FontWeight.Normal
|
|
335
335
|
val dtTypographyBodySmCompactLineHeight = 1.2.em
|
|
336
336
|
val dtTypographyBodySmCompactTextCase = "none"
|
|
337
337
|
val dtTypographyBodySmFontFamily = FontFamily.Default
|
|
338
|
-
val dtTypographyBodySmFontSize = 12.
|
|
338
|
+
val dtTypographyBodySmFontSize = 12.sp
|
|
339
339
|
val dtTypographyBodySmFontWeight = FontWeight.Normal
|
|
340
340
|
val dtTypographyBodySmLineHeight = 1.4.em
|
|
341
341
|
val dtTypographyBodySmTextCase = "none"
|
|
342
342
|
val dtTypographyCodeMdFontFamily = FontFamily.Monospace
|
|
343
|
-
val dtTypographyCodeMdFontSize = 16.
|
|
343
|
+
val dtTypographyCodeMdFontSize = 16.sp
|
|
344
344
|
val dtTypographyCodeMdFontWeight = FontWeight.Normal
|
|
345
345
|
val dtTypographyCodeMdLineHeight = 1.2.em
|
|
346
346
|
val dtTypographyCodeMdTextCase = "none"
|
|
347
347
|
val dtTypographyCodeSmFontFamily = FontFamily.Monospace
|
|
348
|
-
val dtTypographyCodeSmFontSize = 12.
|
|
348
|
+
val dtTypographyCodeSmFontSize = 12.sp
|
|
349
349
|
val dtTypographyCodeSmFontWeight = FontWeight.Normal
|
|
350
350
|
val dtTypographyCodeSmLineHeight = 1.2.em
|
|
351
351
|
val dtTypographyCodeSmTextCase = "none"
|
|
352
352
|
val dtTypographyHeadlineEyebrowFontFamily = FontFamily.Default
|
|
353
|
-
val dtTypographyHeadlineEyebrowFontSize = 12.
|
|
353
|
+
val dtTypographyHeadlineEyebrowFontSize = 12.sp
|
|
354
354
|
val dtTypographyHeadlineEyebrowFontWeight = FontWeight.Normal
|
|
355
355
|
val dtTypographyHeadlineEyebrowLineHeight = 1.4.em
|
|
356
356
|
val dtTypographyHeadlineEyebrowTextCase = "uppercase"
|
|
357
357
|
val dtTypographyHeadlineLgCompactFontFamily = FontFamily.Default
|
|
358
|
-
val dtTypographyHeadlineLgCompactFontSize = 28.
|
|
358
|
+
val dtTypographyHeadlineLgCompactFontSize = 28.sp
|
|
359
359
|
val dtTypographyHeadlineLgCompactFontWeight = FontWeight.Bold
|
|
360
360
|
val dtTypographyHeadlineLgCompactLineHeight = 1.4.em
|
|
361
361
|
val dtTypographyHeadlineLgCompactTextCase = "none"
|
|
362
362
|
val dtTypographyHeadlineLgFontFamily = FontFamily.Default
|
|
363
|
-
val dtTypographyHeadlineLgFontSize = 28.
|
|
363
|
+
val dtTypographyHeadlineLgFontSize = 28.sp
|
|
364
364
|
val dtTypographyHeadlineLgFontWeight = FontWeight.Bold
|
|
365
365
|
val dtTypographyHeadlineLgLineHeight = 1.6.em
|
|
366
366
|
val dtTypographyHeadlineLgSoftCompactFontFamily = FontFamily.Default
|
|
367
|
-
val dtTypographyHeadlineLgSoftCompactFontSize = 28.
|
|
367
|
+
val dtTypographyHeadlineLgSoftCompactFontSize = 28.sp
|
|
368
368
|
val dtTypographyHeadlineLgSoftCompactFontWeight = FontWeight.Medium
|
|
369
369
|
val dtTypographyHeadlineLgSoftCompactLineHeight = 1.4.em
|
|
370
370
|
val dtTypographyHeadlineLgSoftCompactTextCase = "none"
|
|
371
371
|
val dtTypographyHeadlineLgSoftFontFamily = FontFamily.Default
|
|
372
|
-
val dtTypographyHeadlineLgSoftFontSize = 28.
|
|
372
|
+
val dtTypographyHeadlineLgSoftFontSize = 28.sp
|
|
373
373
|
val dtTypographyHeadlineLgSoftFontWeight = FontWeight.Medium
|
|
374
374
|
val dtTypographyHeadlineLgSoftLineHeight = 1.6.em
|
|
375
375
|
val dtTypographyHeadlineLgSoftTextCase = "none"
|
|
376
376
|
val dtTypographyHeadlineLgTextCase = "none"
|
|
377
377
|
val dtTypographyHeadlineMdCompactFontFamily = FontFamily.Default
|
|
378
|
-
val dtTypographyHeadlineMdCompactFontSize = 20.
|
|
378
|
+
val dtTypographyHeadlineMdCompactFontSize = 20.sp
|
|
379
379
|
val dtTypographyHeadlineMdCompactFontWeight = FontWeight.Bold
|
|
380
380
|
val dtTypographyHeadlineMdCompactLineHeight = 1.4.em
|
|
381
381
|
val dtTypographyHeadlineMdCompactTextCase = "none"
|
|
382
382
|
val dtTypographyHeadlineMdFontFamily = FontFamily.Default
|
|
383
|
-
val dtTypographyHeadlineMdFontSize = 20.
|
|
383
|
+
val dtTypographyHeadlineMdFontSize = 20.sp
|
|
384
384
|
val dtTypographyHeadlineMdFontWeight = FontWeight.Bold
|
|
385
385
|
val dtTypographyHeadlineMdLineHeight = 1.6.em
|
|
386
386
|
val dtTypographyHeadlineMdTextCase = "none"
|
|
387
387
|
val dtTypographyHeadlineSmCompactFontFamily = FontFamily.Default
|
|
388
|
-
val dtTypographyHeadlineSmCompactFontSize = 16.
|
|
388
|
+
val dtTypographyHeadlineSmCompactFontSize = 16.sp
|
|
389
389
|
val dtTypographyHeadlineSmCompactFontWeight = FontWeight.Bold
|
|
390
390
|
val dtTypographyHeadlineSmCompactLineHeight = 1.2.em
|
|
391
391
|
val dtTypographyHeadlineSmCompactTextCase = "none"
|
|
392
392
|
val dtTypographyHeadlineSmFontFamily = FontFamily.Default
|
|
393
|
-
val dtTypographyHeadlineSmFontSize = 16.
|
|
393
|
+
val dtTypographyHeadlineSmFontSize = 16.sp
|
|
394
394
|
val dtTypographyHeadlineSmFontWeight = FontWeight.Bold
|
|
395
395
|
val dtTypographyHeadlineSmLineHeight = 1.4.em
|
|
396
396
|
val dtTypographyHeadlineSmSoftCompactFontFamily = FontFamily.Default
|
|
397
|
-
val dtTypographyHeadlineSmSoftCompactFontSize = 16.
|
|
397
|
+
val dtTypographyHeadlineSmSoftCompactFontSize = 16.sp
|
|
398
398
|
val dtTypographyHeadlineSmSoftCompactFontWeight = FontWeight.Medium
|
|
399
399
|
val dtTypographyHeadlineSmSoftCompactLineHeight = 1.2.em
|
|
400
400
|
val dtTypographyHeadlineSmSoftCompactTextCase = "none"
|
|
401
401
|
val dtTypographyHeadlineSmSoftFontFamily = FontFamily.Default
|
|
402
|
-
val dtTypographyHeadlineSmSoftFontSize = 16.
|
|
402
|
+
val dtTypographyHeadlineSmSoftFontSize = 16.sp
|
|
403
403
|
val dtTypographyHeadlineSmSoftFontWeight = FontWeight.Medium
|
|
404
404
|
val dtTypographyHeadlineSmSoftLineHeight = 1.4.em
|
|
405
405
|
val dtTypographyHeadlineSmSoftTextCase = "none"
|
|
406
406
|
val dtTypographyHeadlineSmTextCase = "none"
|
|
407
407
|
val dtTypographyHeadlineXlCompactFontFamily = FontFamily.Default
|
|
408
|
-
val dtTypographyHeadlineXlCompactFontSize = 41.
|
|
408
|
+
val dtTypographyHeadlineXlCompactFontSize = 41.sp
|
|
409
409
|
val dtTypographyHeadlineXlCompactFontWeight = FontWeight.Medium
|
|
410
410
|
val dtTypographyHeadlineXlCompactLineHeight = 1.em
|
|
411
411
|
val dtTypographyHeadlineXlCompactTextCase = "none"
|
|
412
412
|
val dtTypographyHeadlineXlFontFamily = FontFamily.Default
|
|
413
|
-
val dtTypographyHeadlineXlFontSize = 41.
|
|
413
|
+
val dtTypographyHeadlineXlFontSize = 41.sp
|
|
414
414
|
val dtTypographyHeadlineXlFontWeight = FontWeight.Medium
|
|
415
415
|
val dtTypographyHeadlineXlLineHeight = 1.2.em
|
|
416
416
|
val dtTypographyHeadlineXlTextCase = "none"
|
|
417
417
|
val dtTypographyHeadlineXxlCompactFontFamily = FontFamily.Default
|
|
418
|
-
val dtTypographyHeadlineXxlCompactFontSize = 51.
|
|
418
|
+
val dtTypographyHeadlineXxlCompactFontSize = 51.sp
|
|
419
419
|
val dtTypographyHeadlineXxlCompactFontWeight = FontWeight.Medium
|
|
420
420
|
val dtTypographyHeadlineXxlCompactLineHeight = 1.em
|
|
421
421
|
val dtTypographyHeadlineXxlCompactTextCase = "none"
|
|
422
422
|
val dtTypographyHeadlineXxlFontFamily = FontFamily.Default
|
|
423
|
-
val dtTypographyHeadlineXxlFontSize = 51.
|
|
423
|
+
val dtTypographyHeadlineXxlFontSize = 51.sp
|
|
424
424
|
val dtTypographyHeadlineXxlFontWeight = FontWeight.Medium
|
|
425
425
|
val dtTypographyHeadlineXxlLineHeight = 1.2.em
|
|
426
426
|
val dtTypographyHeadlineXxlTextCase = "none"
|
|
427
427
|
val dtTypographyHelperMdFontFamily = FontFamily.Default
|
|
428
|
-
val dtTypographyHelperMdFontSize = 16.
|
|
428
|
+
val dtTypographyHelperMdFontSize = 16.sp
|
|
429
429
|
val dtTypographyHelperMdFontWeight = FontWeight.Normal
|
|
430
430
|
val dtTypographyHelperMdLineHeight = 1.4.em
|
|
431
431
|
val dtTypographyHelperMdTextCase = "none"
|
|
432
432
|
val dtTypographyHelperSmFontFamily = FontFamily.Default
|
|
433
|
-
val dtTypographyHelperSmFontSize = 12.
|
|
433
|
+
val dtTypographyHelperSmFontSize = 12.sp
|
|
434
434
|
val dtTypographyHelperSmFontWeight = FontWeight.Normal
|
|
435
435
|
val dtTypographyHelperSmLineHeight = 1.2.em
|
|
436
436
|
val dtTypographyHelperSmTextCase = "none"
|
|
437
437
|
val dtTypographyInputsLgFontFamily = FontFamily.Default
|
|
438
|
-
val dtTypographyInputsLgFontSize = 20.
|
|
438
|
+
val dtTypographyInputsLgFontSize = 20.sp
|
|
439
439
|
val dtTypographyInputsLgFontWeight = FontWeight.Normal
|
|
440
440
|
val dtTypographyInputsLgLineHeight = 1.2.em
|
|
441
441
|
val dtTypographyInputsMdFontFamily = FontFamily.Default
|
|
442
|
-
val dtTypographyInputsMdFontSize = 16.
|
|
442
|
+
val dtTypographyInputsMdFontSize = 16.sp
|
|
443
443
|
val dtTypographyInputsMdFontWeight = FontWeight.Normal
|
|
444
444
|
val dtTypographyInputsMdLineHeight = 1.2.em
|
|
445
445
|
val dtTypographyInputsSmFontFamily = FontFamily.Default
|
|
446
|
-
val dtTypographyInputsSmFontSize = 12.
|
|
446
|
+
val dtTypographyInputsSmFontSize = 12.sp
|
|
447
447
|
val dtTypographyInputsSmFontWeight = FontWeight.Normal
|
|
448
448
|
val dtTypographyInputsSmLineHeight = 1.2.em
|
|
449
449
|
val dtTypographyInputsXlFontFamily = FontFamily.Default
|
|
450
|
-
val dtTypographyInputsXlFontSize = 12.
|
|
450
|
+
val dtTypographyInputsXlFontSize = 12.sp
|
|
451
451
|
val dtTypographyInputsXlFontWeight = FontWeight.Normal
|
|
452
452
|
val dtTypographyInputsXlLineHeight = 1.2.em
|
|
453
453
|
val dtTypographyInputsXsFontFamily = FontFamily.Default
|
|
454
|
-
val dtTypographyInputsXsFontSize = 12.
|
|
454
|
+
val dtTypographyInputsXsFontSize = 12.sp
|
|
455
455
|
val dtTypographyInputsXsFontWeight = FontWeight.Normal
|
|
456
456
|
val dtTypographyInputsXsLineHeight = 1.2.em
|
|
457
457
|
val dtTypographyLabelMdCompactFontFamily = FontFamily.Default
|
|
458
|
-
val dtTypographyLabelMdCompactFontSize = 16.
|
|
458
|
+
val dtTypographyLabelMdCompactFontSize = 16.sp
|
|
459
459
|
val dtTypographyLabelMdCompactFontWeight = FontWeight.SemiBold
|
|
460
460
|
val dtTypographyLabelMdCompactLineHeight = 1.4.em
|
|
461
461
|
val dtTypographyLabelMdCompactTextCase = "none"
|
|
462
462
|
val dtTypographyLabelMdFontFamily = FontFamily.Default
|
|
463
|
-
val dtTypographyLabelMdFontSize = 16.
|
|
463
|
+
val dtTypographyLabelMdFontSize = 16.sp
|
|
464
464
|
val dtTypographyLabelMdFontWeight = FontWeight.SemiBold
|
|
465
465
|
val dtTypographyLabelMdLineHeight = 1.6.em
|
|
466
466
|
val dtTypographyLabelMdPlainCompactFontFamily = FontFamily.Default
|
|
467
|
-
val dtTypographyLabelMdPlainCompactFontSize = 16.
|
|
467
|
+
val dtTypographyLabelMdPlainCompactFontSize = 16.sp
|
|
468
468
|
val dtTypographyLabelMdPlainCompactFontWeight = FontWeight.Normal
|
|
469
469
|
val dtTypographyLabelMdPlainCompactLineHeight = 1.4.em
|
|
470
470
|
val dtTypographyLabelMdPlainCompactTextCase = "none"
|
|
471
471
|
val dtTypographyLabelMdPlainFontFamily = FontFamily.Default
|
|
472
|
-
val dtTypographyLabelMdPlainFontSize = 16.
|
|
472
|
+
val dtTypographyLabelMdPlainFontSize = 16.sp
|
|
473
473
|
val dtTypographyLabelMdPlainFontWeight = FontWeight.Normal
|
|
474
474
|
val dtTypographyLabelMdPlainLineHeight = 1.6.em
|
|
475
475
|
val dtTypographyLabelMdPlainTextCase = "none"
|
|
476
476
|
val dtTypographyLabelMdTextCase = "none"
|
|
477
477
|
val dtTypographyLabelSmCompactFontFamily = FontFamily.Default
|
|
478
|
-
val dtTypographyLabelSmCompactFontSize = 12.
|
|
478
|
+
val dtTypographyLabelSmCompactFontSize = 12.sp
|
|
479
479
|
val dtTypographyLabelSmCompactFontWeight = FontWeight.SemiBold
|
|
480
480
|
val dtTypographyLabelSmCompactLineHeight = 1.2.em
|
|
481
481
|
val dtTypographyLabelSmCompactTextCase = "none"
|
|
482
482
|
val dtTypographyLabelSmFontFamily = FontFamily.Default
|
|
483
|
-
val dtTypographyLabelSmFontSize = 12.
|
|
483
|
+
val dtTypographyLabelSmFontSize = 12.sp
|
|
484
484
|
val dtTypographyLabelSmFontWeight = FontWeight.SemiBold
|
|
485
485
|
val dtTypographyLabelSmLineHeight = 1.4.em
|
|
486
486
|
val dtTypographyLabelSmPlainCompactFontFamily = FontFamily.Default
|
|
487
|
-
val dtTypographyLabelSmPlainCompactFontSize = 12.
|
|
487
|
+
val dtTypographyLabelSmPlainCompactFontSize = 12.sp
|
|
488
488
|
val dtTypographyLabelSmPlainCompactFontWeight = FontWeight.Normal
|
|
489
489
|
val dtTypographyLabelSmPlainCompactLineHeight = 1.2.em
|
|
490
490
|
val dtTypographyLabelSmPlainCompactTextCase = "none"
|
|
491
491
|
val dtTypographyLabelSmPlainFontFamily = FontFamily.Default
|
|
492
|
-
val dtTypographyLabelSmPlainFontSize = 12.
|
|
492
|
+
val dtTypographyLabelSmPlainFontSize = 12.sp
|
|
493
493
|
val dtTypographyLabelSmPlainFontWeight = FontWeight.Normal
|
|
494
494
|
val dtTypographyLabelSmPlainLineHeight = 1.4.em
|
|
495
495
|
val dtTypographyLabelSmPlainTextCase = "none"
|