@dialpad/dialtone-tokens 1.40.0 → 1.41.1

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.
Files changed (58) hide show
  1. package/dist/android/java/tokens-base-deca-dark.kt +76 -61
  2. package/dist/android/java/tokens-base-deca-light.kt +64 -49
  3. package/dist/android/java/tokens-deca-dark.kt +164 -122
  4. package/dist/android/java/tokens-deca-light.kt +144 -102
  5. package/dist/android/java/tokens-dp-dark.kt +70 -70
  6. package/dist/android/java/tokens-dp-light.kt +66 -66
  7. package/dist/android/java/tokens-expressive-dark.kt +66 -66
  8. package/dist/android/java/tokens-expressive-light.kt +61 -61
  9. package/dist/android/java/tokens-expressive-sm-dark.kt +66 -66
  10. package/dist/android/java/tokens-expressive-sm-light.kt +61 -61
  11. package/dist/android/java/tokens-tmo-dark.kt +70 -70
  12. package/dist/android/java/tokens-tmo-light.kt +66 -66
  13. package/dist/android/res/values/colors-base-dark.xml +1 -1
  14. package/dist/android/res/values/colors-base-deca-dark.xml +77 -62
  15. package/dist/android/res/values/colors-base-deca-light.xml +65 -50
  16. package/dist/android/res/values/colors-base-light.xml +1 -1
  17. package/dist/android/res/values/colors-deca-dark.xml +177 -135
  18. package/dist/android/res/values/colors-deca-light.xml +162 -120
  19. package/dist/android/res/values/colors-dp-dark.xml +95 -95
  20. package/dist/android/res/values/colors-dp-light.xml +97 -97
  21. package/dist/android/res/values/colors-expressive-dark.xml +96 -96
  22. package/dist/android/res/values/colors-expressive-light.xml +97 -97
  23. package/dist/android/res/values/colors-expressive-sm-dark.xml +96 -96
  24. package/dist/android/res/values/colors-expressive-sm-light.xml +97 -97
  25. package/dist/android/res/values/colors-tmo-dark.xml +95 -95
  26. package/dist/android/res/values/colors-tmo-light.xml +97 -97
  27. package/dist/css/tokens-base-deca-dark.css +392 -287
  28. package/dist/css/tokens-base-deca-light.css +351 -246
  29. package/dist/css/tokens-deca-dark.css +868 -574
  30. package/dist/css/tokens-deca-light.css +825 -531
  31. package/dist/doc.json +32230 -27917
  32. package/dist/ios/tokens-base-dark.swift +7 -7
  33. package/dist/ios/tokens-base-deca-dark.swift +85 -70
  34. package/dist/ios/tokens-base-deca-light.swift +73 -58
  35. package/dist/ios/tokens-base-light.swift +7 -7
  36. package/dist/ios/tokens-deca-dark.swift +171 -129
  37. package/dist/ios/tokens-deca-light.swift +156 -114
  38. package/dist/ios/tokens-dp-dark.swift +89 -89
  39. package/dist/ios/tokens-dp-light.swift +91 -91
  40. package/dist/ios/tokens-expressive-dark.swift +90 -90
  41. package/dist/ios/tokens-expressive-light.swift +91 -91
  42. package/dist/ios/tokens-expressive-sm-dark.swift +90 -90
  43. package/dist/ios/tokens-expressive-sm-light.swift +91 -91
  44. package/dist/ios/tokens-tmo-dark.swift +89 -89
  45. package/dist/ios/tokens-tmo-light.swift +91 -91
  46. package/dist/less/tokens-base-deca-dark.less +78 -63
  47. package/dist/less/tokens-base-deca-light.less +66 -51
  48. package/dist/less/tokens-deca-dark.less +122 -80
  49. package/dist/less/tokens-deca-light.less +102 -60
  50. package/dist/themes/dp-deca-dark.cjs +1 -1
  51. package/dist/themes/dp-deca-dark.js +1 -1
  52. package/dist/themes/dp-deca-light.cjs +1 -1
  53. package/dist/themes/dp-deca-light.js +2 -2
  54. package/dist/tokens-base-deca-dark.json +78 -63
  55. package/dist/tokens-base-deca-light.json +66 -51
  56. package/dist/tokens-deca-dark.json +120 -78
  57. package/dist/tokens-deca-light.json +91 -49
  58. package/package.json +1 -1
@@ -12,40 +12,40 @@ import androidx.compose.ui.text.font.FontWeight
12
12
  import androidx.compose.ui.text.font.FontFamily
13
13
 
14
14
  object DialtoneTokensDecaDark {
15
- val dtActionColorBackgroundBaseActive = Color(0xff260764)
15
+ val dtActionColorBackgroundBaseActive = Color(0x4d9568ff)
16
16
  val dtActionColorBackgroundBaseDefault = Color(0x00000000)
17
- val dtActionColorBackgroundBaseHover = Color(0x80260764)
18
- val dtActionColorBackgroundBasePrimaryActive = Color(0xff9568ff)
19
- val dtActionColorBackgroundBasePrimaryDefault = Color(0xff9568ff)
20
- val dtActionColorBackgroundBasePrimaryHover = Color(0xffab7eff)
21
- val dtActionColorBackgroundCriticalActive = Color(0xff640823)
17
+ val dtActionColorBackgroundBaseHover = Color(0x339568ff)
18
+ val dtActionColorBackgroundBasePrimaryActive = Color(0xffab7eff)
19
+ val dtActionColorBackgroundBasePrimaryDefault = Color(0xffab7eff)
20
+ val dtActionColorBackgroundBasePrimaryHover = Color(0xffc2a3ff)
21
+ val dtActionColorBackgroundCriticalActive = Color(0x33dd2257)
22
22
  val dtActionColorBackgroundCriticalDefault = Color(0x00000000)
23
- val dtActionColorBackgroundCriticalHover = Color(0x94640823)
23
+ val dtActionColorBackgroundCriticalHover = Color(0x3393173a)
24
24
  val dtActionColorBackgroundCriticalPrimaryActive = Color(0xffff716f)
25
25
  val dtActionColorBackgroundCriticalPrimaryDefault = Color(0xffff716f)
26
26
  val dtActionColorBackgroundCriticalPrimaryHover = Color(0xffffaba4)
27
27
  val dtActionColorBackgroundDisabledDefault = Color(0x4de6e6e6)
28
- val dtActionColorBackgroundInvertedActive = Color(0xff808080)
28
+ val dtActionColorBackgroundInvertedActive = Color(0xffc7c7c7)
29
29
  val dtActionColorBackgroundInvertedDefault = Color(0x00000000)
30
- val dtActionColorBackgroundInvertedHover = Color(0xffb0b0b0)
31
- val dtActionColorBackgroundInvertedPrimaryActive = Color(0xff260764)
30
+ val dtActionColorBackgroundInvertedHover = Color(0xffd4d4d4)
31
+ val dtActionColorBackgroundInvertedPrimaryActive = Color(0xff3a1d95)
32
32
  val dtActionColorBackgroundInvertedPrimaryDefault = Color(0xff171717)
33
- val dtActionColorBackgroundInvertedPrimaryHover = Color(0xff17033f)
33
+ val dtActionColorBackgroundInvertedPrimaryHover = Color(0xff1d0155)
34
34
  val dtActionColorBackgroundMutedActive = Color(0x4de6e6e6)
35
35
  val dtActionColorBackgroundMutedDefault = Color(0x00000000)
36
36
  val dtActionColorBackgroundMutedHover = Color(0x2ee6e6e6)
37
- val dtActionColorBackgroundPositiveActive = Color(0xff004f2e)
37
+ val dtActionColorBackgroundPositiveActive = Color(0x4700bb6d)
38
38
  val dtActionColorBackgroundPositiveDefault = Color(0x00000000)
39
- val dtActionColorBackgroundPositiveHover = Color(0x82008e52)
39
+ val dtActionColorBackgroundPositiveHover = Color(0x47004f2e)
40
40
  val dtActionColorBackgroundPositivePrimaryActive = Color(0xffaefb3c)
41
41
  val dtActionColorBackgroundPositivePrimaryDefault = Color(0xffaefb3c)
42
42
  val dtActionColorBackgroundPositivePrimaryHover = Color(0xffd1ff76)
43
- val dtActionColorBorderBaseOutlinedDefault = Color(0xff9568ff)
43
+ val dtActionColorBorderBaseOutlinedDefault = Color(0xffc2a3ff)
44
44
  val dtActionColorBorderCriticalOutlinedDefault = Color(0xffff716f)
45
45
  val dtActionColorBorderInvertedOutlinedDefault = Color(0x2e000000)
46
46
  val dtActionColorBorderMutedOutlinedDefault = Color(0x38ffffff)
47
47
  val dtActionColorForegroundBaseActive = Color(0xffdac7ff)
48
- val dtActionColorForegroundBaseDefault = Color(0xffab7eff)
48
+ val dtActionColorForegroundBaseDefault = Color(0xffc2a3ff)
49
49
  val dtActionColorForegroundBaseHover = Color(0xffdac7ff)
50
50
  val dtActionColorForegroundBasePrimaryDefault = Color(0xff000000)
51
51
  val dtActionColorForegroundCriticalActive = Color(0xffffaba4)
@@ -57,7 +57,7 @@ object DialtoneTokensDecaDark {
57
57
  val dtActionColorForegroundInvertedDefault = Color(0xff171717)
58
58
  val dtActionColorForegroundInvertedHover = Color(0xff171717)
59
59
  val dtActionColorForegroundInvertedPrimaryActive = Color(0xffdac7ff)
60
- val dtActionColorForegroundInvertedPrimaryDefault = Color(0xffab7eff)
60
+ val dtActionColorForegroundInvertedPrimaryDefault = Color(0xffc2a3ff)
61
61
  val dtActionColorForegroundInvertedPrimaryHover = Color(0xffdac7ff)
62
62
  val dtActionColorForegroundMutedActive = Color(0xffe6e6e6)
63
63
  val dtActionColorForegroundMutedDefault = Color(0xffc7c7c7)
@@ -86,18 +86,19 @@ object DialtoneTokensDecaDark {
86
86
  val dtAvatarColorBackground800 = Color(0xff99e7ff)
87
87
  val dtAvatarColorBackground900 = Color(0xff51a0fe)
88
88
  val dtAvatarColorForeground = Color(0xff000000)
89
- val dtBadgeColorBackgroundBulletin = Color(0xff9568ff)
90
- val dtBadgeColorBackgroundBulletinSubtle = Color(0x996538f1)
89
+ val dtBadgeColorBackgroundBulletin = Color(0xffab7eff)
90
+ val dtBadgeColorBackgroundBulletinSubtle = Color(0xff3a1d95)
91
91
  val dtBadgeColorBackgroundCritical = Color(0xff640823)
92
92
  val dtBadgeColorBackgroundDefault = Color(0x2ee6e6e6)
93
93
  val dtBadgeColorBackgroundInfo = Color(0xff003165)
94
94
  val dtBadgeColorBackgroundSuccess = Color(0xff004f2e)
95
95
  val dtBadgeColorBackgroundWarning = Color(0xff533204)
96
- val dtBadgeColorBorderBulletinSubtle = Color(0x996538f1)
96
+ val dtBadgeColorBorderBulletinSubtle = Color(0x999568ff)
97
97
  val dtBadgeColorBorderDefault = Color(0x24ffffff)
98
+ val dtBadgeColorForegroundAi = Color(0xffffffff)
98
99
  val dtBadgeColorForegroundBulletin = Color(0xff000000)
99
100
  val dtBadgeColorForegroundBulletinSubtle = Color(0xffe6e6e6)
100
- val dtBadgeColorForegroundDefault = Color(0xffe6e6e6)
101
+ val dtBadgeColorForegroundDefault = Color(0xffffffff)
101
102
  val dtButtonFontSizeLg = 19.sp
102
103
  val dtButtonFontSizeMd = 15.sp
103
104
  val dtButtonFontSizeSm = 12.sp
@@ -118,53 +119,55 @@ object DialtoneTokensDecaDark {
118
119
  val dtButtonSizeRadiusSm = 8.dp
119
120
  val dtButtonSizeRadiusXl = 16.dp
120
121
  val dtButtonSizeRadiusXs = 4.dp
121
- val dtCheckboxColorBackgroundChecked = Color(0xff9568ff)
122
- val dtCheckboxColorBorderChecked = Color(0xff9568ff)
122
+ val dtCheckboxColorBackgroundChecked = Color(0xffab7eff)
123
+ val dtCheckboxColorBorderChecked = Color(0xffc2a3ff)
123
124
  val dtCheckboxColorBorderUnchecked = Color(0x5cffffff)
125
+ val dtCheckboxColorForegroundChecked = Color(0xff171717)
126
+ val dtCheckboxColorForegroundDefault = Color(0x00000000)
124
127
  val dtCheckboxSizeHeight = 16.dp
125
128
  val dtCheckboxSizeRadius = 4.dp
126
129
  val dtCheckboxSizeWidth = 16.dp
127
130
  val dtColorBorderAccent = Color(0xffff1ba4)
128
131
  val dtColorBorderBold = Color(0x80ffffff)
129
132
  val dtColorBorderBoldInverted = Color(0x80000000)
130
- val dtColorBorderBrand = Color(0xff9568ff)
133
+ val dtColorBorderBrand = Color(0xffc2a3ff)
131
134
  val dtColorBorderBrandInverted = Color(0xff7c52ff)
132
135
  val dtColorBorderBrandStrong = Color(0xffdac7ff)
133
- val dtColorBorderBrandStrongInverted = Color(0xff3a1d95)
134
- val dtColorBorderBrandSubtle = Color(0xff6538f1)
135
- val dtColorBorderBrandSubtleInverted = Color(0xffab7eff)
136
+ val dtColorBorderBrandStrongInverted = Color(0xff5023dd)
137
+ val dtColorBorderBrandSubtle = Color(0xff7c52ff)
138
+ val dtColorBorderBrandSubtleInverted = Color(0xffc2a3ff)
136
139
  val dtColorBorderCritical = Color(0xffff716f)
137
- val dtColorBorderCriticalInverted = Color(0xffff415b)
140
+ val dtColorBorderCriticalInverted = Color(0xffff1356)
138
141
  val dtColorBorderCriticalStrong = Color(0xffffaba4)
139
- val dtColorBorderCriticalStrongInverted = Color(0xffe10040)
140
- val dtColorBorderCriticalSubtle = Color(0xffe10040)
142
+ val dtColorBorderCriticalStrongInverted = Color(0xff93173a)
143
+ val dtColorBorderCriticalSubtle = Color(0xff93173a)
141
144
  val dtColorBorderCriticalSubtleInverted = Color(0xffff716f)
142
145
  val dtColorBorderDefault = Color(0x38ffffff)
143
146
  val dtColorBorderDefaultInverted = Color(0x2e000000)
144
- val dtColorBorderFocus = Color(0xff3ca8f3)
147
+ val dtColorBorderFocus = Color(0xff1768c6)
145
148
  val dtColorBorderModerate = Color(0x5cffffff)
146
149
  val dtColorBorderModerateInverted = Color(0x57000000)
147
150
  val dtColorBorderSubtle = Color(0x24ffffff)
148
151
  val dtColorBorderSubtleInverted = Color(0x1a000000)
149
- val dtColorBorderSuccess = Color(0xff3cd707)
150
- val dtColorBorderSuccessInverted = Color(0xff008e52)
152
+ val dtColorBorderSuccess = Color(0xffd1ff76)
153
+ val dtColorBorderSuccessInverted = Color(0xff31b237)
151
154
  val dtColorBorderSuccessStrong = Color(0xffaefb3c)
152
155
  val dtColorBorderSuccessStrongInverted = Color(0xff004f2e)
153
- val dtColorBorderSuccessSubtle = Color(0xff008e52)
154
- val dtColorBorderSuccessSubtleInverted = Color(0xffaefb3c)
155
- val dtColorBorderWarning = Color(0xffffc047)
156
- val dtColorBorderWarningInverted = Color(0xfff19000)
156
+ val dtColorBorderSuccessSubtle = Color(0xff52c926)
157
+ val dtColorBorderSuccessSubtleInverted = Color(0xffd1ff76)
158
+ val dtColorBorderWarning = Color(0xffffdb80)
159
+ val dtColorBorderWarningInverted = Color(0xffff9e0e)
157
160
  val dtColorBorderWarningStrong = Color(0xffffe89c)
158
- val dtColorBorderWarningStrongInverted = Color(0xff815008)
159
- val dtColorBorderWarningSubtle = Color(0xffd57f00)
160
- val dtColorBorderWarningSubtleInverted = Color(0xffffc047)
161
+ val dtColorBorderWarningStrongInverted = Color(0xffd57f00)
162
+ val dtColorBorderWarningSubtle = Color(0xffff9e0e)
163
+ val dtColorBorderWarningSubtleInverted = Color(0xffffdb80)
161
164
  val dtColorForegroundCritical = Color(0xffff716f)
162
165
  val dtColorForegroundCriticalInverted = Color(0xffff1356)
163
166
  val dtColorForegroundCriticalStrong = Color(0xffffaba4)
164
- val dtColorForegroundCriticalStrongInverted = Color(0xffe10040)
167
+ val dtColorForegroundCriticalStrongInverted = Color(0xffaf0032)
165
168
  val dtColorForegroundDisabled = Color(0xff808080)
166
169
  val dtColorForegroundDisabledInverted = Color(0xff555555)
167
- val dtColorForegroundMuted = Color(0x80f9f9f9)
170
+ val dtColorForegroundMuted = Color(0x80ffffff)
168
171
  val dtColorForegroundMutedInverted = Color(0xa6171717)
169
172
  val dtColorForegroundPlaceholder = Color(0xff808080)
170
173
  val dtColorForegroundPlaceholderInverted = Color(0xff555555)
@@ -178,12 +181,12 @@ object DialtoneTokensDecaDark {
178
181
  val dtColorForegroundSuccessStrongInverted = Color(0xff004f2e)
179
182
  val dtColorForegroundTertiary = Color(0xffb0b0b0)
180
183
  val dtColorForegroundTertiaryInverted = Color(0xff555555)
181
- val dtColorForegroundWarning = Color(0xffffc047)
184
+ val dtColorForegroundWarning = Color(0xffffbd48)
182
185
  val dtColorForegroundWarningInverted = Color(0xff815008)
183
186
  val dtColorLinkCritical = Color(0xffff716f)
184
187
  val dtColorLinkCriticalHover = Color(0xffffaba4)
185
188
  val dtColorLinkCriticalInverted = Color(0xffff1356)
186
- val dtColorLinkCriticalInvertedHover = Color(0xffe10040)
189
+ val dtColorLinkCriticalInvertedHover = Color(0xffaf0032)
187
190
  val dtColorLinkDisabled = Color(0xff808080)
188
191
  val dtColorLinkDisabledHover = Color(0xff808080)
189
192
  val dtColorLinkDisabledInverted = Color(0xff555555)
@@ -192,7 +195,7 @@ object DialtoneTokensDecaDark {
192
195
  val dtColorLinkMutedHover = Color(0xffe6e6e6)
193
196
  val dtColorLinkMutedInverted = Color(0xff3d3d3d)
194
197
  val dtColorLinkMutedInvertedHover = Color(0xff171717)
195
- val dtColorLinkPrimary = Color(0xffab7eff)
198
+ val dtColorLinkPrimary = Color(0xffc2a3ff)
196
199
  val dtColorLinkPrimaryHover = Color(0xffdac7ff)
197
200
  val dtColorLinkPrimaryInverted = Color(0xff7c52ff)
198
201
  val dtColorLinkPrimaryInvertedHover = Color(0xff5023dd)
@@ -200,47 +203,84 @@ object DialtoneTokensDecaDark {
200
203
  val dtColorLinkSuccessHover = Color(0xffdbffa9)
201
204
  val dtColorLinkSuccessInverted = Color(0xff008e52)
202
205
  val dtColorLinkSuccessInvertedHover = Color(0xff004f2e)
203
- val dtColorLinkWarning = Color(0xffffc047)
204
- val dtColorLinkWarningHover = Color(0xffffdb80)
206
+ val dtColorLinkWarning = Color(0xffffbd48)
207
+ val dtColorLinkWarningHover = Color(0xffffe89c)
205
208
  val dtColorLinkWarningInverted = Color(0xff815008)
206
209
  val dtColorLinkWarningInvertedHover = Color(0xff533204)
207
210
  val dtColorSurfaceBackdrop = Color(0xa6000000)
208
211
  val dtColorSurfaceBold = Color(0xff555555)
212
+ val dtColorSurfaceBoldInverted = Color(0xffd4d4d4)
209
213
  val dtColorSurfaceBoldOpaque = Color(0x4de6e6e6)
210
- val dtColorSurfaceBrand = Color(0xff17033f)
211
- val dtColorSurfaceBrandOpaque = Color(0x80260764)
212
- val dtColorSurfaceBrandStrong = Color(0xff9568ff)
213
- val dtColorSurfaceBrandSubtle = Color(0xff17033f)
214
- val dtColorSurfaceBrandSubtleOpaque = Color(0x8017033f)
215
- val dtColorSurfaceContrast = Color(0xfff9f9f9)
214
+ val dtColorSurfaceBoldOpaqueInverted = Color(0x2e000000)
215
+ val dtColorSurfaceBrand = Color(0xff1d0155)
216
+ val dtColorSurfaceBrandInverted = Color(0xfff5f0ff)
217
+ val dtColorSurfaceBrandOpaque = Color(0xb31d0155)
218
+ val dtColorSurfaceBrandOpaqueInverted = Color(0xccf5f0ff)
219
+ val dtColorSurfaceBrandStrong = Color(0xffab7eff)
220
+ val dtColorSurfaceBrandStrongInverted = Color(0xff7c52ff)
221
+ val dtColorSurfaceBrandSubtle = Color(0xff0e002a)
222
+ val dtColorSurfaceBrandSubtleInverted = Color(0xfff9f6ff)
223
+ val dtColorSurfaceBrandSubtleOpaque = Color(0xa60e002a)
224
+ val dtColorSurfaceBrandSubtleOpaqueInverted = Color(0xa8f9f6ff)
225
+ val dtColorSurfaceContrast = Color(0xffffffff)
226
+ val dtColorSurfaceContrastInverted = Color(0xff171717)
216
227
  val dtColorSurfaceContrastOpaque = Color(0xf7ffffff)
217
- val dtColorSurfaceCritical = Color(0xff2d010e)
218
- val dtColorSurfaceCriticalOpaque = Color(0x94640823)
219
- val dtColorSurfaceCriticalStrong = Color(0xffffaba4)
220
- val dtColorSurfaceCriticalSubtle = Color(0xff2d010e)
221
- val dtColorSurfaceCriticalSubtleOpaque = Color(0x59640823)
222
- val dtColorSurfaceInfo = Color(0xff001e3d)
223
- val dtColorSurfaceInfoOpaque = Color(0x9e003165)
224
- val dtColorSurfaceInfoStrong = Color(0xff5fc4f9)
225
- val dtColorSurfaceInfoSubtle = Color(0xff001e3d)
226
- val dtColorSurfaceInfoSubtleOpaque = Color(0x3d001e3d)
228
+ val dtColorSurfaceContrastOpaqueInverted = Color(0xf7000000)
229
+ val dtColorSurfaceCritical = Color(0xff380010)
230
+ val dtColorSurfaceCriticalInverted = Color(0xffffe5e6)
231
+ val dtColorSurfaceCriticalOpaque = Color(0x3393173a)
232
+ val dtColorSurfaceCriticalOpaqueInverted = Color(0x80ffaba4)
233
+ val dtColorSurfaceCriticalStrong = Color(0xffff716f)
234
+ val dtColorSurfaceCriticalStrongInverted = Color(0xffd90a45)
235
+ val dtColorSurfaceCriticalSubtle = Color(0xff1c0108)
236
+ val dtColorSurfaceCriticalSubtleInverted = Color(0xfffff2f3)
237
+ val dtColorSurfaceCriticalSubtleOpaque = Color(0x991c0108)
238
+ val dtColorSurfaceCriticalSubtleOpaqueInverted = Color(0xccffe5e6)
239
+ val dtColorSurfaceInfo = Color(0xff001429)
240
+ val dtColorSurfaceInfoInverted = Color(0xffeaf2fa)
241
+ val dtColorSurfaceInfoOpaque = Color(0x66001429)
242
+ val dtColorSurfaceInfoOpaqueInverted = Color(0x99eaf2fa)
243
+ val dtColorSurfaceInfoStrong = Color(0xff4aa9ea)
244
+ val dtColorSurfaceInfoStrongInverted = Color(0xff1768c6)
245
+ val dtColorSurfaceInfoSubtle = Color(0xff010b16)
246
+ val dtColorSurfaceInfoSubtleInverted = Color(0xfff5f9fd)
247
+ val dtColorSurfaceInfoSubtleOpaque = Color(0xb3010b16)
248
+ val dtColorSurfaceInfoSubtleOpaqueInverted = Color(0xa8f5f9fd)
227
249
  val dtColorSurfaceModerate = Color(0xff3d3d3d)
250
+ val dtColorSurfaceModerateInverted = Color(0xffe6e6e6)
228
251
  val dtColorSurfaceModerateOpaque = Color(0x2ee6e6e6)
252
+ val dtColorSurfaceModerateOpaqueInverted = Color(0x1c000000)
229
253
  val dtColorSurfacePrimary = Color(0xff171717)
254
+ val dtColorSurfacePrimaryInverted = Color(0xffffffff)
255
+ val dtColorSurfacePrimaryOpaque = Color(0xf5ffffff)
230
256
  val dtColorSurfaceSecondary = Color(0xff1f1f1f)
257
+ val dtColorSurfaceSecondaryInverted = Color(0xfff9f9f9)
231
258
  val dtColorSurfaceSecondaryOpaque = Color(0x08e6e6e6)
259
+ val dtColorSurfaceSecondaryOpaqueInverted = Color(0x0a000000)
232
260
  val dtColorSurfaceStrong = Color(0xffb0b0b0)
261
+ val dtColorSurfaceStrongInverted = Color(0xff555555)
233
262
  val dtColorSurfaceStrongOpaque = Color(0xbde6e6e6)
234
- val dtColorSurfaceSuccess = Color(0xff03301c)
235
- val dtColorSurfaceSuccessOpaque = Color(0x82008e52)
236
- val dtColorSurfaceSuccessStrong = Color(0xffd1ff76)
237
- val dtColorSurfaceSuccessSubtle = Color(0xff03301c)
238
- val dtColorSurfaceSuccessSubtleOpaque = Color(0x2e004f2e)
239
- val dtColorSurfaceWarning = Color(0xff362102)
240
- val dtColorSurfaceWarningOpaque = Color(0x85533204)
263
+ val dtColorSurfaceStrongOpaqueInverted = Color(0xab000000)
264
+ val dtColorSurfaceSuccess = Color(0xff012717)
265
+ val dtColorSurfaceSuccessInverted = Color(0xffedf9eb)
266
+ val dtColorSurfaceSuccessOpaque = Color(0x47004f2e)
267
+ val dtColorSurfaceSuccessOpaqueInverted = Color(0x4ddbffa9)
268
+ val dtColorSurfaceSuccessStrong = Color(0xffaefb3c)
269
+ val dtColorSurfaceSuccessStrongInverted = Color(0xff31b237)
270
+ val dtColorSurfaceSuccessSubtle = Color(0xff00150d)
271
+ val dtColorSurfaceSuccessSubtleInverted = Color(0xfff6fcf5)
272
+ val dtColorSurfaceSuccessSubtleOpaque = Color(0x9900150d)
273
+ val dtColorSurfaceSuccessSubtleOpaqueInverted = Color(0xa8f6fcf5)
274
+ val dtColorSurfaceWarning = Color(0xff2c1b02)
275
+ val dtColorSurfaceWarningInverted = Color(0xfffff4cc)
276
+ val dtColorSurfaceWarningOpaque = Color(0x59533204)
277
+ val dtColorSurfaceWarningOpaqueInverted = Color(0x80ffe89c)
241
278
  val dtColorSurfaceWarningStrong = Color(0xffffdb80)
242
- val dtColorSurfaceWarningSubtle = Color(0xff362102)
243
- val dtColorSurfaceWarningSubtleOpaque = Color(0x21362102)
279
+ val dtColorSurfaceWarningStrongInverted = Color(0xffffbd48)
280
+ val dtColorSurfaceWarningSubtle = Color(0xff201301)
281
+ val dtColorSurfaceWarningSubtleInverted = Color(0xfffffae5)
282
+ val dtColorSurfaceWarningSubtleOpaque = Color(0xb3201301)
283
+ val dtColorSurfaceWarningSubtleOpaqueInverted = Color(0xb3fffae5)
244
284
  val dtIconSize100 = 12.dp
245
285
  val dtIconSize200 = 14.dp
246
286
  val dtIconSize300 = 18.dp
@@ -263,9 +303,9 @@ object DialtoneTokensDecaDark {
263
303
  val dtInputsColorBorderCritical = Color(0xffff716f)
264
304
  val dtInputsColorBorderDefault = Color(0x38ffffff)
265
305
  val dtInputsColorBorderDisabled = Color(0x00000000)
266
- val dtInputsColorBorderFocus = Color(0xff3ca8f3)
267
- val dtInputsColorBorderSuccess = Color(0xff3cd707)
268
- val dtInputsColorBorderWarning = Color(0xffffc047)
306
+ val dtInputsColorBorderFocus = Color(0xff1768c6)
307
+ val dtInputsColorBorderSuccess = Color(0xffd1ff76)
308
+ val dtInputsColorBorderWarning = Color(0xffffdb80)
269
309
  val dtInputsColorForegroundDefault = Color(0xffc7c7c7)
270
310
  val dtInputsColorForegroundDisabled = Color(0xff808080)
271
311
  val dtInputsColorForegroundPlaceholder = Color(0xff808080)
@@ -291,20 +331,22 @@ object DialtoneTokensDecaDark {
291
331
  val dtInputsSizeRadiusSm = 8.dp
292
332
  val dtInputsSizeRadiusXl = 16.dp
293
333
  val dtInputsSizeRadiusXs = 4.dp
294
- val dtRadioColorBackgroundChecked = Color(0xff9568ff)
295
- val dtRadioColorBorderChecked = Color(0xff9568ff)
334
+ val dtRadioColorBackgroundChecked = Color(0xffab7eff)
335
+ val dtRadioColorBorderChecked = Color(0xffc2a3ff)
296
336
  val dtRadioColorBorderUnchecked = Color(0x5cffffff)
337
+ val dtRadioColorForegroundChecked = Color(0xff171717)
338
+ val dtRadioColorForegroundDefault = Color(0x00000000)
297
339
  val dtRadioSizeHeight = 16.dp
298
340
  val dtRadioSizeRadius = 50.dp
299
341
  val dtRadioSizeWidth = 16.dp
300
342
  val dtSizeBorderFocus = 3.dp
301
343
  val dtThemeColorBase = Color(0xffe6e6e6)
302
- val dtThemeMentionColorBackground = Color(0xff9568ff)
303
- val dtThemeMentionColorBackgroundStrong = Color(0xffdac7ff)
344
+ val dtThemeMentionColorBackground = Color(0xffab7eff)
345
+ val dtThemeMentionColorBackgroundStrong = Color(0xfff5f0ff)
304
346
  val dtThemeMentionColorForeground = Color(0xff000000)
305
347
  val dtThemeMentionColorForegroundStrong = Color(0xff171717)
306
- val dtThemePresenceColorBackgroundAvailable = Color(0xff3cd707)
307
- val dtThemePresenceColorBackgroundBusy = Color(0xffffc047)
348
+ val dtThemePresenceColorBackgroundAvailable = Color(0xff84ee0b)
349
+ val dtThemePresenceColorBackgroundBusy = Color(0xffffbd48)
308
350
  val dtThemePresenceColorBackgroundBusyUnavailable = Color(0xffff415b)
309
351
  val dtThemePresenceColorBackgroundOffline = Color(0xffffffff)
310
352
  val dtThemeSidebarColorBackground = Color(0xff1f1f1f)
@@ -326,7 +368,7 @@ object DialtoneTokensDecaDark {
326
368
  val dtThemeTopbarColorBackground = Color(0xff1f1f1f)
327
369
  val dtThemeTopbarColorForeground = Color(0xcce6e6e6)
328
370
  val dtThemeTopbarFieldColorBackground = Color(0x0de6e6e6)
329
- val dtThemeTopbarFieldColorBackgroundHover = Color(0xff1f1f1f)
371
+ val dtThemeTopbarFieldColorBackgroundHover = Color(0xff151515)
330
372
  val dtThemeTopbarFieldColorBorder = Color(0x00e6e6e6)
331
373
  val dtThemeTopbarFieldColorBorderActive = Color(0x33e6e6e6)
332
374
  val dtThemeTopbarFieldColorBorderHover = Color(0x1ae6e6e6)
@@ -339,196 +381,196 @@ object DialtoneTokensDecaDark {
339
381
  val dtThemeTopbarProfileColorForeground = Color(0xcce6e6e6)
340
382
  val dtThemeTopbarProfileColorForegroundInverted = Color(0xbf171717)
341
383
  val dtTypographyBodyMdCompactFontFamily = FontFamily.Default
342
- val dtTypographyBodyMdCompactFontSize = 15.dp
384
+ val dtTypographyBodyMdCompactFontSize = 15.sp
343
385
  val dtTypographyBodyMdCompactFontWeight = FontWeight.Normal
344
386
  val dtTypographyBodyMdCompactLineHeight = 1.4.em
345
387
  val dtTypographyBodyMdCompactTextCase = "none"
346
388
  val dtTypographyBodyMdFontFamily = FontFamily.Default
347
- val dtTypographyBodyMdFontSize = 15.dp
389
+ val dtTypographyBodyMdFontSize = 15.sp
348
390
  val dtTypographyBodyMdFontWeight = FontWeight.Normal
349
391
  val dtTypographyBodyMdLineHeight = 1.6.em
350
392
  val dtTypographyBodyMdTextCase = "none"
351
393
  val dtTypographyBodySmCompactFontFamily = FontFamily.Default
352
- val dtTypographyBodySmCompactFontSize = 12.dp
394
+ val dtTypographyBodySmCompactFontSize = 12.sp
353
395
  val dtTypographyBodySmCompactFontWeight = FontWeight.Normal
354
396
  val dtTypographyBodySmCompactLineHeight = 1.2.em
355
397
  val dtTypographyBodySmCompactTextCase = "none"
356
398
  val dtTypographyBodySmFontFamily = FontFamily.Default
357
- val dtTypographyBodySmFontSize = 12.dp
399
+ val dtTypographyBodySmFontSize = 12.sp
358
400
  val dtTypographyBodySmFontWeight = FontWeight.Normal
359
401
  val dtTypographyBodySmLineHeight = 1.4.em
360
402
  val dtTypographyBodySmTextCase = "none"
361
403
  val dtTypographyButtonLgFontFamily = FontFamily.Default
362
- val dtTypographyButtonLgFontSize = 19.dp
404
+ val dtTypographyButtonLgFontSize = 19.sp
363
405
  val dtTypographyButtonLgFontWeight = FontWeight.Medium
364
406
  val dtTypographyButtonLgLineHeight = 1.2.em
365
407
  val dtTypographyButtonMdFontFamily = FontFamily.Default
366
- val dtTypographyButtonMdFontSize = 15.dp
408
+ val dtTypographyButtonMdFontSize = 15.sp
367
409
  val dtTypographyButtonMdFontWeight = FontWeight.SemiBold
368
410
  val dtTypographyButtonMdLineHeight = 1.2.em
369
411
  val dtTypographyButtonSmFontFamily = FontFamily.Default
370
- val dtTypographyButtonSmFontSize = 12.dp
412
+ val dtTypographyButtonSmFontSize = 12.sp
371
413
  val dtTypographyButtonSmFontWeight = FontWeight.SemiBold
372
414
  val dtTypographyButtonSmLineHeight = 1.2.em
373
415
  val dtTypographyButtonXlFontFamily = FontFamily.Default
374
- val dtTypographyButtonXlFontSize = 27.dp
416
+ val dtTypographyButtonXlFontSize = 27.sp
375
417
  val dtTypographyButtonXlFontWeight = FontWeight.Normal
376
418
  val dtTypographyButtonXlLineHeight = 1.2.em
377
419
  val dtTypographyButtonXsFontFamily = FontFamily.Default
378
- val dtTypographyButtonXsFontSize = 12.dp
420
+ val dtTypographyButtonXsFontSize = 12.sp
379
421
  val dtTypographyButtonXsFontWeight = FontWeight.SemiBold
380
422
  val dtTypographyButtonXsLineHeight = 1.2.em
381
423
  val dtTypographyCodeMdFontFamily = FontFamily.Monospace
382
- val dtTypographyCodeMdFontSize = 15.dp
424
+ val dtTypographyCodeMdFontSize = 15.sp
383
425
  val dtTypographyCodeMdFontWeight = FontWeight.Normal
384
426
  val dtTypographyCodeMdLineHeight = 1.2.em
385
427
  val dtTypographyCodeMdTextCase = "none"
386
428
  val dtTypographyCodeSmFontFamily = FontFamily.Monospace
387
- val dtTypographyCodeSmFontSize = 12.dp
429
+ val dtTypographyCodeSmFontSize = 12.sp
388
430
  val dtTypographyCodeSmFontWeight = FontWeight.Normal
389
431
  val dtTypographyCodeSmLineHeight = 1.2.em
390
432
  val dtTypographyCodeSmTextCase = "none"
391
433
  val dtTypographyHeadlineEyebrowFontFamily = FontFamily.Default
392
- val dtTypographyHeadlineEyebrowFontSize = 12.dp
434
+ val dtTypographyHeadlineEyebrowFontSize = 12.sp
393
435
  val dtTypographyHeadlineEyebrowFontWeight = FontWeight.Normal
394
436
  val dtTypographyHeadlineEyebrowLineHeight = 1.4.em
395
437
  val dtTypographyHeadlineEyebrowTextCase = "uppercase"
396
438
  val dtTypographyHeadlineLgCompactFontFamily = FontFamily.Default
397
- val dtTypographyHeadlineLgCompactFontSize = 19.dp
439
+ val dtTypographyHeadlineLgCompactFontSize = 19.sp
398
440
  val dtTypographyHeadlineLgCompactFontWeight = FontWeight.Bold
399
441
  val dtTypographyHeadlineLgCompactLineHeight = 1.2.em
400
442
  val dtTypographyHeadlineLgCompactTextCase = "none"
401
443
  val dtTypographyHeadlineLgFontFamily = FontFamily.Default
402
- val dtTypographyHeadlineLgFontSize = 19.dp
444
+ val dtTypographyHeadlineLgFontSize = 19.sp
403
445
  val dtTypographyHeadlineLgFontWeight = FontWeight.Bold
404
446
  val dtTypographyHeadlineLgLineHeight = 1.6.em
405
447
  val dtTypographyHeadlineLgSoftCompactFontFamily = FontFamily.Default
406
- val dtTypographyHeadlineLgSoftCompactFontSize = 19.dp
448
+ val dtTypographyHeadlineLgSoftCompactFontSize = 19.sp
407
449
  val dtTypographyHeadlineLgSoftCompactFontWeight = FontWeight.Medium
408
450
  val dtTypographyHeadlineLgSoftCompactLineHeight = 1.2.em
409
451
  val dtTypographyHeadlineLgSoftCompactTextCase = "none"
410
452
  val dtTypographyHeadlineLgSoftFontFamily = FontFamily.Default
411
- val dtTypographyHeadlineLgSoftFontSize = 19.dp
453
+ val dtTypographyHeadlineLgSoftFontSize = 19.sp
412
454
  val dtTypographyHeadlineLgSoftFontWeight = FontWeight.Medium
413
455
  val dtTypographyHeadlineLgSoftLineHeight = 1.6.em
414
456
  val dtTypographyHeadlineLgSoftTextCase = "none"
415
457
  val dtTypographyHeadlineLgTextCase = "none"
416
458
  val dtTypographyHeadlineMdCompactFontFamily = FontFamily.Default
417
- val dtTypographyHeadlineMdCompactFontSize = 15.dp
459
+ val dtTypographyHeadlineMdCompactFontSize = 15.sp
418
460
  val dtTypographyHeadlineMdCompactFontWeight = FontWeight.Bold
419
461
  val dtTypographyHeadlineMdCompactLineHeight = 1.4.em
420
462
  val dtTypographyHeadlineMdCompactTextCase = "none"
421
463
  val dtTypographyHeadlineMdFontFamily = FontFamily.Default
422
- val dtTypographyHeadlineMdFontSize = 15.dp
464
+ val dtTypographyHeadlineMdFontSize = 15.sp
423
465
  val dtTypographyHeadlineMdFontWeight = FontWeight.Bold
424
466
  val dtTypographyHeadlineMdLineHeight = 1.6.em
425
467
  val dtTypographyHeadlineMdTextCase = "none"
426
468
  val dtTypographyHeadlineSmCompactFontFamily = FontFamily.Default
427
- val dtTypographyHeadlineSmCompactFontSize = 12.dp
469
+ val dtTypographyHeadlineSmCompactFontSize = 12.sp
428
470
  val dtTypographyHeadlineSmCompactFontWeight = FontWeight.Bold
429
471
  val dtTypographyHeadlineSmCompactLineHeight = 1.2.em
430
472
  val dtTypographyHeadlineSmCompactTextCase = "none"
431
473
  val dtTypographyHeadlineSmFontFamily = FontFamily.Default
432
- val dtTypographyHeadlineSmFontSize = 12.dp
474
+ val dtTypographyHeadlineSmFontSize = 12.sp
433
475
  val dtTypographyHeadlineSmFontWeight = FontWeight.Bold
434
476
  val dtTypographyHeadlineSmLineHeight = 1.4.em
435
477
  val dtTypographyHeadlineSmSoftCompactFontFamily = FontFamily.Default
436
- val dtTypographyHeadlineSmSoftCompactFontSize = 12.dp
478
+ val dtTypographyHeadlineSmSoftCompactFontSize = 12.sp
437
479
  val dtTypographyHeadlineSmSoftCompactFontWeight = FontWeight.Medium
438
480
  val dtTypographyHeadlineSmSoftCompactLineHeight = 1.2.em
439
481
  val dtTypographyHeadlineSmSoftCompactTextCase = "none"
440
482
  val dtTypographyHeadlineSmSoftFontFamily = FontFamily.Default
441
- val dtTypographyHeadlineSmSoftFontSize = 12.dp
483
+ val dtTypographyHeadlineSmSoftFontSize = 12.sp
442
484
  val dtTypographyHeadlineSmSoftFontWeight = FontWeight.Medium
443
485
  val dtTypographyHeadlineSmSoftLineHeight = 1.4.em
444
486
  val dtTypographyHeadlineSmSoftTextCase = "none"
445
487
  val dtTypographyHeadlineSmTextCase = "none"
446
488
  val dtTypographyHeadlineXlCompactFontFamily = FontFamily.Default
447
- val dtTypographyHeadlineXlCompactFontSize = 27.dp
489
+ val dtTypographyHeadlineXlCompactFontSize = 27.sp
448
490
  val dtTypographyHeadlineXlCompactFontWeight = FontWeight.Medium
449
491
  val dtTypographyHeadlineXlCompactLineHeight = 1.em
450
492
  val dtTypographyHeadlineXlCompactTextCase = "none"
451
493
  val dtTypographyHeadlineXlFontFamily = FontFamily.Default
452
- val dtTypographyHeadlineXlFontSize = 27.dp
494
+ val dtTypographyHeadlineXlFontSize = 27.sp
453
495
  val dtTypographyHeadlineXlFontWeight = FontWeight.Medium
454
496
  val dtTypographyHeadlineXlLineHeight = 1.2.em
455
497
  val dtTypographyHeadlineXlTextCase = "none"
456
498
  val dtTypographyHeadlineXxlCompactFontFamily = FontFamily.Default
457
- val dtTypographyHeadlineXxlCompactFontSize = 38.dp
499
+ val dtTypographyHeadlineXxlCompactFontSize = 38.sp
458
500
  val dtTypographyHeadlineXxlCompactFontWeight = FontWeight.Medium
459
501
  val dtTypographyHeadlineXxlCompactLineHeight = 1.em
460
502
  val dtTypographyHeadlineXxlCompactTextCase = "none"
461
503
  val dtTypographyHeadlineXxlFontFamily = FontFamily.Default
462
- val dtTypographyHeadlineXxlFontSize = 38.dp
504
+ val dtTypographyHeadlineXxlFontSize = 38.sp
463
505
  val dtTypographyHeadlineXxlFontWeight = FontWeight.Medium
464
506
  val dtTypographyHeadlineXxlLineHeight = 1.2.em
465
507
  val dtTypographyHeadlineXxlTextCase = "none"
466
508
  val dtTypographyHelperMdFontFamily = FontFamily.Default
467
- val dtTypographyHelperMdFontSize = 15.dp
509
+ val dtTypographyHelperMdFontSize = 15.sp
468
510
  val dtTypographyHelperMdFontWeight = FontWeight.Normal
469
511
  val dtTypographyHelperMdLineHeight = 1.4.em
470
512
  val dtTypographyHelperMdTextCase = "none"
471
513
  val dtTypographyHelperSmFontFamily = FontFamily.Default
472
- val dtTypographyHelperSmFontSize = 12.dp
514
+ val dtTypographyHelperSmFontSize = 12.sp
473
515
  val dtTypographyHelperSmFontWeight = FontWeight.Normal
474
516
  val dtTypographyHelperSmLineHeight = 1.2.em
475
517
  val dtTypographyHelperSmTextCase = "none"
476
518
  val dtTypographyInputsLgFontFamily = FontFamily.Default
477
- val dtTypographyInputsLgFontSize = 19.dp
519
+ val dtTypographyInputsLgFontSize = 19.sp
478
520
  val dtTypographyInputsLgFontWeight = FontWeight.Normal
479
521
  val dtTypographyInputsLgLineHeight = 1.2.em
480
522
  val dtTypographyInputsMdFontFamily = FontFamily.Default
481
- val dtTypographyInputsMdFontSize = 15.dp
523
+ val dtTypographyInputsMdFontSize = 15.sp
482
524
  val dtTypographyInputsMdFontWeight = FontWeight.Normal
483
525
  val dtTypographyInputsMdLineHeight = 1.2.em
484
526
  val dtTypographyInputsSmFontFamily = FontFamily.Default
485
- val dtTypographyInputsSmFontSize = 12.dp
527
+ val dtTypographyInputsSmFontSize = 12.sp
486
528
  val dtTypographyInputsSmFontWeight = FontWeight.Normal
487
529
  val dtTypographyInputsSmLineHeight = 1.2.em
488
530
  val dtTypographyInputsXlFontFamily = FontFamily.Default
489
- val dtTypographyInputsXlFontSize = 27.dp
531
+ val dtTypographyInputsXlFontSize = 27.sp
490
532
  val dtTypographyInputsXlFontWeight = FontWeight.Normal
491
533
  val dtTypographyInputsXlLineHeight = 1.2.em
492
534
  val dtTypographyInputsXsFontFamily = FontFamily.Default
493
- val dtTypographyInputsXsFontSize = 12.dp
535
+ val dtTypographyInputsXsFontSize = 12.sp
494
536
  val dtTypographyInputsXsFontWeight = FontWeight.Normal
495
537
  val dtTypographyInputsXsLineHeight = 1.2.em
496
538
  val dtTypographyLabelMdCompactFontFamily = FontFamily.Default
497
- val dtTypographyLabelMdCompactFontSize = 15.dp
539
+ val dtTypographyLabelMdCompactFontSize = 15.sp
498
540
  val dtTypographyLabelMdCompactFontWeight = FontWeight.SemiBold
499
541
  val dtTypographyLabelMdCompactLineHeight = 1.4.em
500
542
  val dtTypographyLabelMdCompactTextCase = "none"
501
543
  val dtTypographyLabelMdFontFamily = FontFamily.Default
502
- val dtTypographyLabelMdFontSize = 15.dp
544
+ val dtTypographyLabelMdFontSize = 15.sp
503
545
  val dtTypographyLabelMdFontWeight = FontWeight.SemiBold
504
546
  val dtTypographyLabelMdLineHeight = 1.6.em
505
547
  val dtTypographyLabelMdPlainCompactFontFamily = FontFamily.Default
506
- val dtTypographyLabelMdPlainCompactFontSize = 15.dp
548
+ val dtTypographyLabelMdPlainCompactFontSize = 15.sp
507
549
  val dtTypographyLabelMdPlainCompactFontWeight = FontWeight.Normal
508
550
  val dtTypographyLabelMdPlainCompactLineHeight = 1.4.em
509
551
  val dtTypographyLabelMdPlainCompactTextCase = "none"
510
552
  val dtTypographyLabelMdPlainFontFamily = FontFamily.Default
511
- val dtTypographyLabelMdPlainFontSize = 15.dp
553
+ val dtTypographyLabelMdPlainFontSize = 15.sp
512
554
  val dtTypographyLabelMdPlainFontWeight = FontWeight.Normal
513
555
  val dtTypographyLabelMdPlainLineHeight = 1.6.em
514
556
  val dtTypographyLabelMdPlainTextCase = "none"
515
557
  val dtTypographyLabelMdTextCase = "none"
516
558
  val dtTypographyLabelSmCompactFontFamily = FontFamily.Default
517
- val dtTypographyLabelSmCompactFontSize = 12.dp
559
+ val dtTypographyLabelSmCompactFontSize = 12.sp
518
560
  val dtTypographyLabelSmCompactFontWeight = FontWeight.SemiBold
519
561
  val dtTypographyLabelSmCompactLineHeight = 1.2.em
520
562
  val dtTypographyLabelSmCompactTextCase = "none"
521
563
  val dtTypographyLabelSmFontFamily = FontFamily.Default
522
- val dtTypographyLabelSmFontSize = 12.dp
564
+ val dtTypographyLabelSmFontSize = 12.sp
523
565
  val dtTypographyLabelSmFontWeight = FontWeight.SemiBold
524
566
  val dtTypographyLabelSmLineHeight = 1.4.em
525
567
  val dtTypographyLabelSmPlainCompactFontFamily = FontFamily.Default
526
- val dtTypographyLabelSmPlainCompactFontSize = 12.dp
568
+ val dtTypographyLabelSmPlainCompactFontSize = 12.sp
527
569
  val dtTypographyLabelSmPlainCompactFontWeight = FontWeight.Normal
528
570
  val dtTypographyLabelSmPlainCompactLineHeight = 1.2.em
529
571
  val dtTypographyLabelSmPlainCompactTextCase = "none"
530
572
  val dtTypographyLabelSmPlainFontFamily = FontFamily.Default
531
- val dtTypographyLabelSmPlainFontSize = 12.dp
573
+ val dtTypographyLabelSmPlainFontSize = 12.sp
532
574
  val dtTypographyLabelSmPlainFontWeight = FontWeight.Normal
533
575
  val dtTypographyLabelSmPlainLineHeight = 1.4.em
534
576
  val dtTypographyLabelSmPlainTextCase = "none"