@aws-amplify/ui 3.3.2 → 3.5.0

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 (221) hide show
  1. package/dist/esm/helpers/authenticator/actor.js +1 -0
  2. package/dist/esm/helpers/authenticator/constants.js +1 -0
  3. package/dist/esm/helpers/authenticator/context.js +1 -0
  4. package/dist/esm/helpers/authenticator/facade.js +1 -0
  5. package/dist/esm/helpers/authenticator/form.js +1 -0
  6. package/dist/esm/helpers/authenticator/formFields/defaults.js +1 -0
  7. package/dist/esm/helpers/authenticator/formFields/formFields.js +1 -0
  8. package/dist/esm/helpers/authenticator/formFields/util.js +1 -0
  9. package/dist/esm/helpers/authenticator/utils.js +1 -0
  10. package/dist/esm/i18n/country-dial-codes.js +1 -0
  11. package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -0
  12. package/dist/esm/i18n/dictionaries/authenticator/defaultTexts.js +1 -0
  13. package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -0
  14. package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -0
  15. package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -0
  16. package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -0
  17. package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -0
  18. package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -0
  19. package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -0
  20. package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -0
  21. package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -0
  22. package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -0
  23. package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -0
  24. package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -0
  25. package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -0
  26. package/dist/esm/i18n/dictionaries/index.js +1 -0
  27. package/dist/esm/i18n/translations.js +1 -0
  28. package/dist/esm/index.js +1 -37
  29. package/dist/esm/machines/authenticator/actions.js +1 -0
  30. package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -0
  31. package/dist/esm/machines/authenticator/actors/signIn.js +1 -0
  32. package/dist/esm/machines/authenticator/actors/signOut.js +1 -0
  33. package/dist/esm/machines/authenticator/defaultServices.js +1 -0
  34. package/dist/esm/machines/authenticator/index.js +1 -0
  35. package/dist/esm/machines/authenticator/signUp.js +1 -0
  36. package/dist/esm/node_modules/tslib/tslib.es6.js +15 -0
  37. package/dist/esm/theme/baseTheme.js +1 -0
  38. package/dist/esm/theme/breakpoints.js +1 -0
  39. package/dist/esm/theme/createTheme.js +1 -0
  40. package/dist/esm/theme/index.js +1 -0
  41. package/dist/esm/theme/tokens/borderWidths.js +1 -0
  42. package/dist/esm/theme/tokens/colors.js +1 -0
  43. package/dist/esm/theme/tokens/components/alert.js +1 -0
  44. package/dist/esm/theme/tokens/components/authenticator.js +1 -0
  45. package/dist/esm/theme/tokens/components/badge.js +1 -0
  46. package/dist/esm/theme/tokens/components/button.js +1 -0
  47. package/dist/esm/theme/tokens/components/card.js +1 -0
  48. package/dist/esm/theme/tokens/components/checkbox.js +1 -0
  49. package/dist/esm/theme/tokens/components/checkboxField.js +1 -0
  50. package/dist/esm/theme/tokens/components/copy.js +1 -0
  51. package/dist/esm/theme/tokens/components/countryCodeSelect.js +1 -0
  52. package/dist/esm/theme/tokens/components/divider.js +1 -0
  53. package/dist/esm/theme/tokens/components/expander.js +1 -0
  54. package/dist/esm/theme/tokens/components/field.js +1 -0
  55. package/dist/esm/theme/tokens/components/fieldControl.js +1 -0
  56. package/dist/esm/theme/tokens/components/fieldGroup.js +1 -0
  57. package/dist/esm/theme/tokens/components/fieldMessages.js +1 -0
  58. package/dist/esm/theme/tokens/components/flex.js +1 -0
  59. package/dist/esm/theme/tokens/components/heading.js +1 -0
  60. package/dist/esm/theme/tokens/components/icon.js +1 -0
  61. package/dist/esm/theme/tokens/components/image.js +1 -0
  62. package/dist/esm/theme/tokens/components/index.js +1 -0
  63. package/dist/esm/theme/tokens/components/link.js +1 -0
  64. package/dist/esm/theme/tokens/components/loader.js +1 -0
  65. package/dist/esm/theme/tokens/components/menu.js +1 -0
  66. package/dist/esm/theme/tokens/components/pagination.js +1 -0
  67. package/dist/esm/theme/tokens/components/phoneNumberField.js +1 -0
  68. package/dist/esm/theme/tokens/components/placeholder.js +1 -0
  69. package/dist/esm/theme/tokens/components/radio.js +1 -0
  70. package/dist/esm/theme/tokens/components/rating.js +1 -0
  71. package/dist/esm/theme/tokens/components/select.js +1 -0
  72. package/dist/esm/theme/tokens/components/selectField.js +1 -0
  73. package/dist/esm/theme/tokens/components/sliderField.js +1 -0
  74. package/dist/esm/theme/tokens/components/stepperField.js +1 -0
  75. package/dist/esm/theme/tokens/components/switchField.js +1 -0
  76. package/dist/esm/theme/tokens/components/table.js +1 -0
  77. package/dist/esm/theme/tokens/components/tabs.js +1 -0
  78. package/dist/esm/theme/tokens/components/text.js +1 -0
  79. package/dist/esm/theme/tokens/components/toggleButton.js +1 -0
  80. package/dist/esm/theme/tokens/components/toggleButtonGroup.js +1 -0
  81. package/dist/esm/theme/tokens/fontSizes.js +1 -0
  82. package/dist/esm/theme/tokens/fontWeights.js +1 -0
  83. package/dist/esm/theme/tokens/fonts.js +1 -0
  84. package/dist/esm/theme/tokens/index.js +1 -0
  85. package/dist/esm/theme/tokens/lineHeights.js +1 -0
  86. package/dist/esm/theme/tokens/opacities.js +1 -0
  87. package/dist/esm/theme/tokens/outlineOffsets.js +1 -0
  88. package/dist/esm/theme/tokens/outlineWidths.js +1 -0
  89. package/dist/esm/theme/tokens/radii.js +1 -0
  90. package/dist/esm/theme/tokens/shadows.js +1 -0
  91. package/dist/esm/theme/tokens/space.js +1 -0
  92. package/dist/esm/theme/tokens/time.js +1 -0
  93. package/dist/esm/theme/tokens/transforms.js +1 -0
  94. package/dist/esm/theme/tokens/types/designToken.js +1 -0
  95. package/dist/esm/theme/utils.js +1 -0
  96. package/dist/esm/types/authenticator/attributes.js +1 -0
  97. package/dist/esm/types/authenticator/user.js +1 -0
  98. package/dist/esm/validators/index.js +1 -0
  99. package/dist/index.js +16 -37
  100. package/dist/styles.css +18 -6
  101. package/dist/theme.css +1 -1
  102. package/dist/types/helpers/authenticator/actor.d.ts +15 -0
  103. package/dist/types/helpers/authenticator/constants.d.ts +5 -0
  104. package/dist/types/helpers/authenticator/context.d.ts +10 -0
  105. package/dist/types/helpers/authenticator/facade.d.ts +66 -0
  106. package/dist/types/helpers/authenticator/form.d.ts +7 -0
  107. package/dist/types/helpers/authenticator/formFields/defaults.d.ts +3 -0
  108. package/dist/types/helpers/authenticator/formFields/formFields.d.ts +11 -0
  109. package/dist/types/helpers/authenticator/formFields/index.d.ts +3 -0
  110. package/dist/types/helpers/authenticator/formFields/util.d.ts +7 -0
  111. package/dist/types/helpers/authenticator/index.d.ts +7 -0
  112. package/dist/types/helpers/authenticator/utils.d.ts +16 -0
  113. package/dist/types/helpers/index.d.ts +1 -0
  114. package/dist/types/i18n/country-dial-codes.d.ts +1 -0
  115. package/dist/types/i18n/dictionaries/authenticator/de.d.ts +56 -0
  116. package/dist/types/i18n/dictionaries/authenticator/defaultTexts.d.ts +58 -0
  117. package/dist/types/i18n/dictionaries/authenticator/en.d.ts +50 -0
  118. package/dist/types/i18n/dictionaries/authenticator/es.d.ts +55 -0
  119. package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +65 -0
  120. package/dist/types/i18n/dictionaries/authenticator/id.d.ts +78 -0
  121. package/dist/types/i18n/dictionaries/authenticator/index.d.ts +15 -0
  122. package/dist/types/i18n/dictionaries/authenticator/it.d.ts +49 -0
  123. package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +52 -0
  124. package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +56 -0
  125. package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +50 -0
  126. package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +57 -0
  127. package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +50 -0
  128. package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +51 -0
  129. package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +65 -0
  130. package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +32 -0
  131. package/dist/types/i18n/dictionaries/index.d.ts +824 -0
  132. package/dist/types/i18n/index.d.ts +2 -0
  133. package/dist/types/i18n/translations.d.ts +93 -0
  134. package/dist/types/index.d.ts +5 -0
  135. package/dist/types/machines/authenticator/actions.d.ts +60 -0
  136. package/dist/types/machines/authenticator/actors/index.d.ts +3 -0
  137. package/dist/types/machines/authenticator/actors/resetPassword.d.ts +29 -0
  138. package/dist/types/machines/authenticator/actors/signIn.d.ts +29 -0
  139. package/dist/types/machines/authenticator/actors/signOut.d.ts +25 -0
  140. package/dist/types/machines/authenticator/defaultServices.d.ts +29 -0
  141. package/dist/types/machines/authenticator/index.d.ts +28 -0
  142. package/dist/types/machines/authenticator/signUp.d.ts +29 -0
  143. package/dist/types/machines/index.d.ts +1 -0
  144. package/dist/types/theme/baseTheme.d.ts +2 -0
  145. package/dist/types/theme/breakpoints.d.ts +12 -0
  146. package/dist/types/theme/createTheme.d.ts +9 -0
  147. package/dist/types/theme/index.d.ts +4 -0
  148. package/dist/types/theme/tokens/borderWidths.d.ts +19 -0
  149. package/dist/types/theme/tokens/colors.d.ts +76 -0
  150. package/dist/types/theme/tokens/components/alert.d.ts +65 -0
  151. package/dist/types/theme/tokens/components/authenticator.d.ts +71 -0
  152. package/dist/types/theme/tokens/components/badge.d.ts +83 -0
  153. package/dist/types/theme/tokens/components/button.d.ts +328 -0
  154. package/dist/types/theme/tokens/components/card.d.ts +63 -0
  155. package/dist/types/theme/tokens/components/checkbox.d.ts +140 -0
  156. package/dist/types/theme/tokens/components/checkboxField.d.ts +14 -0
  157. package/dist/types/theme/tokens/components/copy.d.ts +26 -0
  158. package/dist/types/theme/tokens/components/countryCodeSelect.d.ts +5 -0
  159. package/dist/types/theme/tokens/components/divider.d.ts +38 -0
  160. package/dist/types/theme/tokens/components/expander.d.ts +135 -0
  161. package/dist/types/theme/tokens/components/field.d.ts +29 -0
  162. package/dist/types/theme/tokens/components/fieldControl.d.ts +174 -0
  163. package/dist/types/theme/tokens/components/fieldGroup.d.ts +15 -0
  164. package/dist/types/theme/tokens/components/fieldMessages.d.ts +21 -0
  165. package/dist/types/theme/tokens/components/flex.d.ts +17 -0
  166. package/dist/types/theme/tokens/components/heading.d.ts +56 -0
  167. package/dist/types/theme/tokens/components/icon.d.ts +8 -0
  168. package/dist/types/theme/tokens/components/image.d.ts +14 -0
  169. package/dist/types/theme/tokens/components/index.d.ts +2479 -0
  170. package/dist/types/theme/tokens/components/link.d.ts +35 -0
  171. package/dist/types/theme/tokens/components/loader.d.ts +78 -0
  172. package/dist/types/theme/tokens/components/menu.d.ts +59 -0
  173. package/dist/types/theme/tokens/components/pagination.d.ts +82 -0
  174. package/dist/types/theme/tokens/components/phoneNumberField.d.ts +1 -0
  175. package/dist/types/theme/tokens/components/placeholder.d.ts +29 -0
  176. package/dist/types/theme/tokens/components/radio.d.ts +131 -0
  177. package/dist/types/theme/tokens/components/rating.d.ts +27 -0
  178. package/dist/types/theme/tokens/components/select.d.ts +60 -0
  179. package/dist/types/theme/tokens/components/selectField.d.ts +5 -0
  180. package/dist/types/theme/tokens/components/sliderField.d.ts +118 -0
  181. package/dist/types/theme/tokens/components/stepperField.d.ts +10 -0
  182. package/dist/types/theme/tokens/components/switchField.d.ts +78 -0
  183. package/dist/types/theme/tokens/components/table.d.ts +197 -0
  184. package/dist/types/theme/tokens/components/tabs.d.ts +84 -0
  185. package/dist/types/theme/tokens/components/text.d.ts +40 -0
  186. package/dist/types/theme/tokens/components/toggleButton.d.ts +154 -0
  187. package/dist/types/theme/tokens/components/toggleButtonGroup.d.ts +11 -0
  188. package/dist/types/theme/tokens/fontSizes.d.ts +17 -0
  189. package/dist/types/theme/tokens/fontWeights.d.ts +16 -0
  190. package/dist/types/theme/tokens/fonts.d.ts +13 -0
  191. package/dist/types/theme/tokens/index.d.ts +52 -0
  192. package/dist/types/theme/tokens/lineHeights.d.ts +10 -0
  193. package/dist/types/theme/tokens/opacities.d.ts +18 -0
  194. package/dist/types/theme/tokens/outlineOffsets.d.ts +10 -0
  195. package/dist/types/theme/tokens/outlineWidths.d.ts +10 -0
  196. package/dist/types/theme/tokens/radii.d.ts +14 -0
  197. package/dist/types/theme/tokens/shadows.d.ts +10 -0
  198. package/dist/types/theme/tokens/space.d.ts +27 -0
  199. package/dist/types/theme/tokens/time.d.ts +10 -0
  200. package/dist/types/theme/tokens/transforms.d.ts +14 -0
  201. package/dist/types/theme/tokens/types/designToken.d.ts +56 -0
  202. package/dist/types/theme/tokens/types/scales.d.ts +12 -0
  203. package/dist/types/theme/types.d.ts +110 -0
  204. package/dist/types/theme/utils.d.ts +8 -0
  205. package/dist/types/types/authenticator/attributes.d.ts +21 -0
  206. package/dist/types/types/authenticator/form.d.ts +61 -0
  207. package/dist/types/types/authenticator/index.d.ts +5 -0
  208. package/dist/types/types/authenticator/stateMachine/authMachine.d.ts +15 -0
  209. package/dist/types/types/authenticator/stateMachine/context.d.ts +101 -0
  210. package/dist/types/types/authenticator/stateMachine/event.d.ts +17 -0
  211. package/dist/types/types/authenticator/stateMachine/index.d.ts +4 -0
  212. package/dist/types/types/authenticator/stateMachine/state.d.ts +10 -0
  213. package/dist/types/types/authenticator/user.d.ts +29 -0
  214. package/dist/types/types/authenticator/validator.d.ts +17 -0
  215. package/dist/types/types/index.d.ts +2 -0
  216. package/dist/types/types/util.d.ts +1 -0
  217. package/dist/types/validators/index.d.ts +2 -0
  218. package/package.json +11 -5
  219. package/dist/esm/index.js.map +0 -1
  220. package/dist/index.d.ts +0 -1044
  221. package/dist/index.js.map +0 -1
@@ -0,0 +1,2479 @@
1
+ export declare const components: {
2
+ alert: {
3
+ alignItems: {
4
+ value: string;
5
+ };
6
+ justifyContent: {
7
+ value: string;
8
+ };
9
+ color: {
10
+ value: string;
11
+ };
12
+ backgroundColor: {
13
+ value: string;
14
+ };
15
+ paddingBlock: {
16
+ value: string;
17
+ };
18
+ paddingInline: {
19
+ value: string;
20
+ };
21
+ icon: {
22
+ size: {
23
+ value: string;
24
+ };
25
+ };
26
+ heading: {
27
+ fontSize: {
28
+ value: string;
29
+ };
30
+ fontWeight: {
31
+ value: string;
32
+ };
33
+ };
34
+ info: {
35
+ color: {
36
+ value: string;
37
+ };
38
+ backgroundColor: {
39
+ value: string;
40
+ };
41
+ };
42
+ error: {
43
+ color: {
44
+ value: string;
45
+ };
46
+ backgroundColor: {
47
+ value: string;
48
+ };
49
+ };
50
+ warning: {
51
+ color: {
52
+ value: string;
53
+ };
54
+ backgroundColor: {
55
+ value: string;
56
+ };
57
+ };
58
+ success: {
59
+ color: {
60
+ value: string;
61
+ };
62
+ backgroundColor: {
63
+ value: string;
64
+ };
65
+ };
66
+ };
67
+ authenticator: {
68
+ maxWidth: {
69
+ value: string;
70
+ };
71
+ modal: {
72
+ width: {
73
+ value: string;
74
+ };
75
+ height: {
76
+ value: string;
77
+ };
78
+ backgroundColor: {
79
+ value: string;
80
+ };
81
+ top: {
82
+ value: string;
83
+ };
84
+ left: {
85
+ value: string;
86
+ };
87
+ };
88
+ container: {
89
+ widthMax: {
90
+ value: string;
91
+ };
92
+ };
93
+ router: {
94
+ borderWidth: {
95
+ value: string;
96
+ };
97
+ borderStyle: {
98
+ value: string;
99
+ };
100
+ borderColor: {
101
+ value: string;
102
+ };
103
+ backgroundColor: {
104
+ value: string;
105
+ };
106
+ boxShadow: {
107
+ value: string;
108
+ };
109
+ };
110
+ footer: {
111
+ paddingBottom: {
112
+ value: string;
113
+ };
114
+ };
115
+ form: {
116
+ padding: {
117
+ value: string;
118
+ };
119
+ };
120
+ state: {
121
+ inactive: {
122
+ backgroundColor: {
123
+ value: string;
124
+ };
125
+ };
126
+ };
127
+ orContainer: {
128
+ color: {
129
+ value: string;
130
+ };
131
+ orLine: {
132
+ backgroundColor: {
133
+ value: string;
134
+ };
135
+ };
136
+ };
137
+ };
138
+ badge: {
139
+ color: {
140
+ value: string;
141
+ };
142
+ lineHeight: {
143
+ value: number;
144
+ };
145
+ fontWeight: {
146
+ value: string;
147
+ };
148
+ fontSize: {
149
+ value: string;
150
+ };
151
+ textAlign: {
152
+ value: string;
153
+ };
154
+ paddingVertical: {
155
+ value: string;
156
+ };
157
+ paddingHorizontal: {
158
+ value: string;
159
+ };
160
+ backgroundColor: {
161
+ value: string;
162
+ };
163
+ borderRadius: {
164
+ value: string;
165
+ };
166
+ info: {
167
+ color: {
168
+ value: string;
169
+ };
170
+ backgroundColor: {
171
+ value: string;
172
+ };
173
+ };
174
+ warning: {
175
+ color: {
176
+ value: string;
177
+ };
178
+ backgroundColor: {
179
+ value: string;
180
+ };
181
+ };
182
+ success: {
183
+ color: {
184
+ value: string;
185
+ };
186
+ backgroundColor: {
187
+ value: string;
188
+ };
189
+ };
190
+ error: {
191
+ color: {
192
+ value: string;
193
+ };
194
+ backgroundColor: {
195
+ value: string;
196
+ };
197
+ };
198
+ small: {
199
+ fontSize: {
200
+ value: string;
201
+ };
202
+ paddingVertical: {
203
+ value: string;
204
+ };
205
+ paddingHorizontal: {
206
+ value: string;
207
+ };
208
+ };
209
+ large: {
210
+ fontSize: {
211
+ value: string;
212
+ };
213
+ paddingVertical: {
214
+ value: string;
215
+ };
216
+ paddingHorizontal: {
217
+ value: string;
218
+ };
219
+ };
220
+ };
221
+ button: {
222
+ fontWeight: {
223
+ value: string;
224
+ };
225
+ transitionDuration: {
226
+ value: string;
227
+ };
228
+ fontSize: {
229
+ value: string;
230
+ };
231
+ lineHeight: {
232
+ value: string;
233
+ };
234
+ paddingBlockStart: {
235
+ value: string;
236
+ };
237
+ paddingBlockEnd: {
238
+ value: string;
239
+ };
240
+ paddingInlineStart: {
241
+ value: string;
242
+ };
243
+ paddingInlineEnd: {
244
+ value: string;
245
+ };
246
+ borderColor: {
247
+ value: string;
248
+ };
249
+ borderWidth: {
250
+ value: string;
251
+ };
252
+ borderStyle: {
253
+ value: string;
254
+ };
255
+ borderRadius: {
256
+ value: string;
257
+ };
258
+ color: {
259
+ value: string;
260
+ };
261
+ _hover: {
262
+ color: {
263
+ value: string;
264
+ };
265
+ backgroundColor: {
266
+ value: string;
267
+ };
268
+ borderColor: {
269
+ value: string;
270
+ };
271
+ };
272
+ _focus: {
273
+ color: {
274
+ value: string;
275
+ };
276
+ backgroundColor: {
277
+ value: string;
278
+ };
279
+ borderColor: {
280
+ value: string;
281
+ };
282
+ boxShadow: {
283
+ value: string;
284
+ };
285
+ };
286
+ _active: {
287
+ color: {
288
+ value: string;
289
+ };
290
+ backgroundColor: {
291
+ value: string;
292
+ };
293
+ borderColor: {
294
+ value: string;
295
+ };
296
+ };
297
+ _loading: {
298
+ color: {
299
+ value: string;
300
+ };
301
+ backgroundColor: {
302
+ value: string;
303
+ };
304
+ borderColor: {
305
+ value: string;
306
+ };
307
+ };
308
+ _disabled: {
309
+ color: {
310
+ value: string;
311
+ };
312
+ backgroundColor: {
313
+ value: string;
314
+ };
315
+ borderColor: {
316
+ value: string;
317
+ };
318
+ };
319
+ primary: {
320
+ borderColor: {
321
+ value: string;
322
+ };
323
+ borderWidth: {
324
+ value: string;
325
+ };
326
+ borderStyle: {
327
+ value: string;
328
+ };
329
+ backgroundColor: {
330
+ value: string;
331
+ };
332
+ color: {
333
+ value: string;
334
+ };
335
+ _disabled: {
336
+ borderColor: {
337
+ value: string;
338
+ };
339
+ backgroundColor: {
340
+ value: string;
341
+ };
342
+ color: {
343
+ value: string;
344
+ };
345
+ };
346
+ _loading: {
347
+ borderColor: {
348
+ value: string;
349
+ };
350
+ backgroundColor: {
351
+ value: string;
352
+ };
353
+ color: {
354
+ value: string;
355
+ };
356
+ };
357
+ _hover: {
358
+ borderColor: {
359
+ value: string;
360
+ };
361
+ backgroundColor: {
362
+ value: string;
363
+ };
364
+ color: {
365
+ value: string;
366
+ };
367
+ };
368
+ _focus: {
369
+ borderColor: {
370
+ value: string;
371
+ };
372
+ backgroundColor: {
373
+ value: string;
374
+ };
375
+ color: {
376
+ value: string;
377
+ };
378
+ boxShadow: {
379
+ value: string;
380
+ };
381
+ };
382
+ _active: {
383
+ borderColor: {
384
+ value: string;
385
+ };
386
+ backgroundColor: {
387
+ value: string;
388
+ };
389
+ color: {
390
+ value: string;
391
+ };
392
+ };
393
+ };
394
+ menu: {
395
+ borderWidth: {
396
+ value: number;
397
+ };
398
+ backgroundColor: {
399
+ value: string;
400
+ };
401
+ justifyContent: {
402
+ value: string;
403
+ };
404
+ _hover: {
405
+ color: {
406
+ value: string;
407
+ };
408
+ backgroundColor: {
409
+ value: string;
410
+ };
411
+ };
412
+ _focus: {
413
+ color: {
414
+ value: string;
415
+ };
416
+ backgroundColor: {
417
+ value: string;
418
+ };
419
+ };
420
+ _active: {
421
+ color: {
422
+ value: string;
423
+ };
424
+ backgroundColor: {
425
+ value: string;
426
+ };
427
+ };
428
+ _disabled: {
429
+ color: {
430
+ value: string;
431
+ };
432
+ };
433
+ };
434
+ link: {
435
+ borderWidth: {
436
+ value: number;
437
+ };
438
+ borderColor: {
439
+ value: string;
440
+ };
441
+ backgroundColor: {
442
+ value: string;
443
+ };
444
+ color: {
445
+ value: string;
446
+ };
447
+ _hover: {
448
+ borderColor: {
449
+ value: string;
450
+ };
451
+ backgroundColor: {
452
+ value: string;
453
+ };
454
+ color: {
455
+ value: string;
456
+ };
457
+ };
458
+ _focus: {
459
+ borderColor: {
460
+ value: string;
461
+ };
462
+ backgroundColor: {
463
+ value: string;
464
+ };
465
+ color: {
466
+ value: string;
467
+ };
468
+ boxShadow: {
469
+ value: string;
470
+ };
471
+ };
472
+ _active: {
473
+ borderColor: {
474
+ value: string;
475
+ };
476
+ backgroundColor: {
477
+ value: string;
478
+ };
479
+ color: {
480
+ value: string;
481
+ };
482
+ };
483
+ _disabled: {
484
+ borderColor: {
485
+ value: string;
486
+ };
487
+ backgroundColor: {
488
+ value: string;
489
+ };
490
+ color: {
491
+ value: string;
492
+ };
493
+ };
494
+ _loading: {
495
+ borderColor: {
496
+ value: string;
497
+ };
498
+ backgroundColor: {
499
+ value: string;
500
+ };
501
+ color: {
502
+ value: string;
503
+ };
504
+ };
505
+ };
506
+ small: {
507
+ fontSize: {
508
+ value: string;
509
+ };
510
+ paddingBlockStart: {
511
+ value: string;
512
+ };
513
+ paddingBlockEnd: {
514
+ value: string;
515
+ };
516
+ paddingInlineStart: {
517
+ value: string;
518
+ };
519
+ paddingInlineEnd: {
520
+ value: string;
521
+ };
522
+ };
523
+ large: {
524
+ fontSize: {
525
+ value: string;
526
+ };
527
+ paddingBlockStart: {
528
+ value: string;
529
+ };
530
+ paddingBlockEnd: {
531
+ value: string;
532
+ };
533
+ paddingInlineStart: {
534
+ value: string;
535
+ };
536
+ paddingInlineEnd: {
537
+ value: string;
538
+ };
539
+ };
540
+ loaderWrapper: {
541
+ alignItems: {
542
+ value: string;
543
+ };
544
+ gap: {
545
+ value: string;
546
+ };
547
+ };
548
+ };
549
+ card: {
550
+ backgroundColor: {
551
+ value: string;
552
+ };
553
+ borderRadius: {
554
+ value: string;
555
+ };
556
+ borderWidth: {
557
+ value: string;
558
+ };
559
+ borderStyle: {
560
+ value: string;
561
+ };
562
+ borderColor: {
563
+ value: string;
564
+ };
565
+ boxShadow: {
566
+ value: string;
567
+ };
568
+ padding: {
569
+ value: string;
570
+ };
571
+ outlined: {
572
+ backgroundColor: {
573
+ value: string;
574
+ };
575
+ borderRadius: {
576
+ value: string;
577
+ };
578
+ borderWidth: {
579
+ value: string;
580
+ };
581
+ borderStyle: {
582
+ value: string;
583
+ };
584
+ borderColor: {
585
+ value: string;
586
+ };
587
+ boxShadow: {
588
+ value: string;
589
+ };
590
+ };
591
+ elevated: {
592
+ backgroundColor: {
593
+ value: string;
594
+ };
595
+ borderRadius: {
596
+ value: string;
597
+ };
598
+ borderWidth: {
599
+ value: string;
600
+ };
601
+ borderStyle: {
602
+ value: string;
603
+ };
604
+ borderColor: {
605
+ value: string;
606
+ };
607
+ boxShadow: {
608
+ value: string;
609
+ };
610
+ };
611
+ };
612
+ checkbox: {
613
+ cursor: {
614
+ value: string;
615
+ };
616
+ alignItems: {
617
+ value: string;
618
+ };
619
+ _disabled: {
620
+ cursor: {
621
+ value: string;
622
+ };
623
+ };
624
+ button: {
625
+ position: {
626
+ value: string;
627
+ };
628
+ alignItems: {
629
+ value: string;
630
+ };
631
+ justifyContent: {
632
+ value: string;
633
+ };
634
+ color: {
635
+ value: string;
636
+ };
637
+ before: {
638
+ width: {
639
+ value: string;
640
+ };
641
+ height: {
642
+ value: string;
643
+ };
644
+ borderWidth: {
645
+ value: string;
646
+ };
647
+ borderRadius: {
648
+ value: string;
649
+ };
650
+ borderStyle: {
651
+ value: string;
652
+ };
653
+ borderColor: {
654
+ value: string;
655
+ };
656
+ };
657
+ _focus: {
658
+ outlineColor: {
659
+ value: string;
660
+ };
661
+ outlineStyle: {
662
+ value: string;
663
+ };
664
+ outlineWidth: {
665
+ value: string;
666
+ };
667
+ outlineOffset: {
668
+ value: string;
669
+ };
670
+ borderColor: {
671
+ value: string;
672
+ };
673
+ boxShadow: {
674
+ value: {
675
+ offsetX: string;
676
+ offsetY: string;
677
+ blurRadius: string;
678
+ spreadRadius: string;
679
+ color: string;
680
+ };
681
+ };
682
+ };
683
+ _disabled: {
684
+ borderColor: {
685
+ value: string;
686
+ };
687
+ };
688
+ _error: {
689
+ borderColor: {
690
+ value: string;
691
+ };
692
+ _focus: {
693
+ borderColor: {
694
+ value: string;
695
+ };
696
+ boxShadow: {
697
+ value: {
698
+ offsetX: string;
699
+ offsetY: string;
700
+ blurRadius: string;
701
+ spreadRadius: string;
702
+ color: string;
703
+ };
704
+ };
705
+ };
706
+ };
707
+ };
708
+ icon: {
709
+ backgroundColor: {
710
+ value: string;
711
+ };
712
+ borderRadius: {
713
+ value: string;
714
+ };
715
+ opacity: {
716
+ value: string;
717
+ };
718
+ transform: {
719
+ value: string;
720
+ };
721
+ transitionProperty: {
722
+ value: string;
723
+ };
724
+ transitionDuration: {
725
+ value: string;
726
+ };
727
+ transitionTimingFunction: {
728
+ value: string;
729
+ };
730
+ _checked: {
731
+ opacity: {
732
+ value: string;
733
+ };
734
+ transform: {
735
+ value: string;
736
+ };
737
+ _disabled: {
738
+ backgroundColor: {
739
+ value: string;
740
+ };
741
+ };
742
+ };
743
+ };
744
+ label: {
745
+ _disabled: {
746
+ color: {
747
+ value: string;
748
+ };
749
+ };
750
+ };
751
+ };
752
+ checkboxfield: {
753
+ alignItems: {
754
+ value: string;
755
+ };
756
+ alignContent: {
757
+ value: string;
758
+ };
759
+ flexDirection: {
760
+ value: string;
761
+ };
762
+ justifyContent: {
763
+ value: string;
764
+ };
765
+ };
766
+ copy: {
767
+ fontSize: {
768
+ value: string;
769
+ };
770
+ gap: {
771
+ value: string;
772
+ };
773
+ svg: {
774
+ path: {
775
+ fill: {
776
+ value: string;
777
+ };
778
+ };
779
+ };
780
+ toolTip: {
781
+ bottom: {
782
+ value: string;
783
+ };
784
+ color: {
785
+ value: string;
786
+ };
787
+ fontSize: {
788
+ value: string;
789
+ };
790
+ };
791
+ };
792
+ countrycodeselect: {
793
+ height: {
794
+ value: string;
795
+ };
796
+ };
797
+ divider: {
798
+ borderStyle: {
799
+ value: string;
800
+ };
801
+ borderColor: {
802
+ value: string;
803
+ };
804
+ borderWidth: {
805
+ value: string;
806
+ };
807
+ label: {
808
+ color: {
809
+ value: string;
810
+ };
811
+ paddingInline: {
812
+ value: string;
813
+ };
814
+ fontSize: {
815
+ value: string;
816
+ };
817
+ backgroundColor: {
818
+ value: string;
819
+ };
820
+ };
821
+ small: {
822
+ borderWidth: {
823
+ value: string;
824
+ };
825
+ };
826
+ large: {
827
+ borderWidth: {
828
+ value: string;
829
+ };
830
+ };
831
+ opacity: {
832
+ value: string;
833
+ };
834
+ };
835
+ expander: {
836
+ display: {
837
+ value: string;
838
+ };
839
+ backgroundColor: {
840
+ value: string;
841
+ };
842
+ borderRadius: {
843
+ value: string;
844
+ };
845
+ boxShadow: {
846
+ value: string;
847
+ };
848
+ width: {
849
+ value: string;
850
+ };
851
+ item: {
852
+ marginTop: {
853
+ value: string;
854
+ };
855
+ boxShadow: {
856
+ value: string;
857
+ };
858
+ borderBottomLeftRadius: {
859
+ value: string;
860
+ };
861
+ borderBottomRightRadius: {
862
+ value: string;
863
+ };
864
+ borderTopLeftRadius: {
865
+ value: string;
866
+ };
867
+ borderTopRightRadius: {
868
+ value: string;
869
+ };
870
+ borderStartStartRadius: {
871
+ value: string;
872
+ };
873
+ borderStartEndRadius: {
874
+ value: string;
875
+ };
876
+ borderEndStartRadius: {
877
+ value: string;
878
+ };
879
+ borderEndEndRadius: {
880
+ value: string;
881
+ };
882
+ _focus: {
883
+ boxShadow: {
884
+ value: {
885
+ offsetX: string;
886
+ offsetY: string;
887
+ blurRadius: string;
888
+ spreadRadius: string;
889
+ color: string;
890
+ };
891
+ };
892
+ };
893
+ };
894
+ header: {
895
+ boxShadow: {
896
+ value: {
897
+ offsetX: string;
898
+ offsetY: string;
899
+ blurRadius: string;
900
+ color: string;
901
+ };
902
+ };
903
+ };
904
+ trigger: {
905
+ minHeight: {
906
+ value: string;
907
+ };
908
+ paddingInlineStart: {
909
+ value: string;
910
+ };
911
+ paddingInlineEnd: {
912
+ value: string;
913
+ };
914
+ alignItems: {
915
+ value: string;
916
+ };
917
+ justifyContent: {
918
+ value: string;
919
+ };
920
+ _hover: {
921
+ backgroundColor: {
922
+ value: string;
923
+ };
924
+ };
925
+ };
926
+ content: {
927
+ paddingInlineStart: {
928
+ value: string;
929
+ };
930
+ paddingInlineEnd: {
931
+ value: string;
932
+ };
933
+ text: {
934
+ color: {
935
+ value: string;
936
+ };
937
+ paddingBlockStart: {
938
+ value: string;
939
+ };
940
+ paddingBlockEnd: {
941
+ value: string;
942
+ };
943
+ };
944
+ _open: {
945
+ animationDuration: {
946
+ value: string;
947
+ };
948
+ animationTimingFunction: {
949
+ value: string;
950
+ };
951
+ };
952
+ _closed: {
953
+ animationDuration: {
954
+ value: string;
955
+ };
956
+ animationTimingFunction: {
957
+ value: string;
958
+ };
959
+ };
960
+ };
961
+ icon: {
962
+ transitionDuration: {
963
+ value: string;
964
+ };
965
+ transitionTimingFunction: {
966
+ value: string;
967
+ };
968
+ };
969
+ };
970
+ field: {
971
+ gap: {
972
+ value: string;
973
+ };
974
+ fontSize: {
975
+ value: string;
976
+ };
977
+ small: {
978
+ gap: {
979
+ value: string;
980
+ };
981
+ fontSize: {
982
+ value: string;
983
+ };
984
+ };
985
+ large: {
986
+ gap: {
987
+ value: string;
988
+ };
989
+ fontSize: {
990
+ value: string;
991
+ };
992
+ };
993
+ label: {
994
+ color: {
995
+ value: string;
996
+ };
997
+ };
998
+ };
999
+ fieldcontrol: {
1000
+ borderStyle: {
1001
+ value: string;
1002
+ };
1003
+ borderColor: {
1004
+ value: string;
1005
+ };
1006
+ borderWidth: {
1007
+ value: string;
1008
+ };
1009
+ borderRadius: {
1010
+ value: string;
1011
+ };
1012
+ color: {
1013
+ value: string;
1014
+ };
1015
+ paddingBlockStart: {
1016
+ value: string;
1017
+ };
1018
+ paddingBlockEnd: {
1019
+ value: string;
1020
+ };
1021
+ paddingInlineStart: {
1022
+ value: string;
1023
+ };
1024
+ paddingInlineEnd: {
1025
+ value: string;
1026
+ };
1027
+ fontSize: {
1028
+ value: string;
1029
+ };
1030
+ lineHeight: {
1031
+ value: string;
1032
+ };
1033
+ transitionDuration: {
1034
+ value: string;
1035
+ };
1036
+ outlineColor: {
1037
+ value: string;
1038
+ };
1039
+ outlineStyle: {
1040
+ value: string;
1041
+ };
1042
+ outlineWidth: {
1043
+ value: string;
1044
+ };
1045
+ outlineOffset: {
1046
+ value: string;
1047
+ };
1048
+ small: {
1049
+ fontSize: {
1050
+ value: string;
1051
+ };
1052
+ paddingBlockStart: {
1053
+ value: string;
1054
+ };
1055
+ paddingBlockEnd: {
1056
+ value: string;
1057
+ };
1058
+ paddingInlineStart: {
1059
+ value: string;
1060
+ };
1061
+ paddingInlineEnd: {
1062
+ value: string;
1063
+ };
1064
+ };
1065
+ large: {
1066
+ fontSize: {
1067
+ value: string;
1068
+ };
1069
+ paddingBlockStart: {
1070
+ value: string;
1071
+ };
1072
+ paddingBlockEnd: {
1073
+ value: string;
1074
+ };
1075
+ paddingInlineStart: {
1076
+ value: string;
1077
+ };
1078
+ paddingInlineEnd: {
1079
+ value: string;
1080
+ };
1081
+ };
1082
+ quiet: {
1083
+ borderStyle: {
1084
+ value: string;
1085
+ };
1086
+ borderBlockEnd: {
1087
+ value: string;
1088
+ };
1089
+ borderInlineStart: {
1090
+ value: string;
1091
+ };
1092
+ borderInlineEnd: {
1093
+ value: string;
1094
+ };
1095
+ borderBlockStart: {
1096
+ value: string;
1097
+ };
1098
+ borderRadius: {
1099
+ value: string;
1100
+ };
1101
+ _focus: {
1102
+ borderBlockEndColor: {
1103
+ value: string;
1104
+ };
1105
+ boxShadow: {
1106
+ value: {
1107
+ offsetX: string;
1108
+ offsetY: string;
1109
+ color: string;
1110
+ };
1111
+ };
1112
+ };
1113
+ _error: {
1114
+ borderBlockEndColor: {
1115
+ value: string;
1116
+ };
1117
+ _focus: {
1118
+ boxShadow: {
1119
+ value: {
1120
+ offsetX: string;
1121
+ offsetY: string;
1122
+ color: string;
1123
+ };
1124
+ };
1125
+ };
1126
+ };
1127
+ };
1128
+ _focus: {
1129
+ borderColor: {
1130
+ value: string;
1131
+ };
1132
+ boxShadow: {
1133
+ value: {
1134
+ offsetX: string;
1135
+ offsetY: string;
1136
+ blurRadius: string;
1137
+ spreadRadius: string;
1138
+ color: string;
1139
+ };
1140
+ };
1141
+ };
1142
+ _disabled: {
1143
+ color: {
1144
+ value: string;
1145
+ };
1146
+ cursor: {
1147
+ value: string;
1148
+ };
1149
+ borderColor: {
1150
+ value: string;
1151
+ };
1152
+ backgroundColor: {
1153
+ value: string;
1154
+ };
1155
+ };
1156
+ _error: {
1157
+ borderColor: {
1158
+ value: string;
1159
+ };
1160
+ _focus: {
1161
+ boxShadow: {
1162
+ value: {
1163
+ offsetX: string;
1164
+ offsetY: string;
1165
+ blurRadius: string;
1166
+ spreadRadius: string;
1167
+ color: string;
1168
+ };
1169
+ };
1170
+ };
1171
+ };
1172
+ };
1173
+ fieldgroup: {
1174
+ gap: {
1175
+ value: number;
1176
+ };
1177
+ vertical: {
1178
+ alignItems: {
1179
+ value: string;
1180
+ };
1181
+ };
1182
+ outer: {
1183
+ alignItems: {
1184
+ value: string;
1185
+ };
1186
+ };
1187
+ };
1188
+ fieldmessages: {
1189
+ error: {
1190
+ color: {
1191
+ value: string;
1192
+ };
1193
+ fontSize: {
1194
+ value: string;
1195
+ };
1196
+ };
1197
+ description: {
1198
+ color: {
1199
+ value: string;
1200
+ };
1201
+ fontStyle: {
1202
+ value: string;
1203
+ };
1204
+ fontSize: {
1205
+ value: string;
1206
+ };
1207
+ };
1208
+ };
1209
+ flex: {
1210
+ gap: {
1211
+ value: string;
1212
+ };
1213
+ justifyContent: {
1214
+ value: string;
1215
+ };
1216
+ alignItems: {
1217
+ value: string;
1218
+ };
1219
+ alignContent: {
1220
+ value: string;
1221
+ };
1222
+ flexWrap: {
1223
+ value: string;
1224
+ };
1225
+ };
1226
+ heading: {
1227
+ color: {
1228
+ value: string;
1229
+ };
1230
+ lineHeight: {
1231
+ value: string;
1232
+ };
1233
+ 1: {
1234
+ fontSize: {
1235
+ value: string;
1236
+ };
1237
+ fontWeight: {
1238
+ value: string;
1239
+ };
1240
+ };
1241
+ 2: {
1242
+ fontSize: {
1243
+ value: string;
1244
+ };
1245
+ fontWeight: {
1246
+ value: string;
1247
+ };
1248
+ };
1249
+ 3: {
1250
+ fontSize: {
1251
+ value: string;
1252
+ };
1253
+ fontWeight: {
1254
+ value: string;
1255
+ };
1256
+ };
1257
+ 4: {
1258
+ fontSize: {
1259
+ value: string;
1260
+ };
1261
+ fontWeight: {
1262
+ value: string;
1263
+ };
1264
+ };
1265
+ 5: {
1266
+ fontSize: {
1267
+ value: string;
1268
+ };
1269
+ fontWeight: {
1270
+ value: string;
1271
+ };
1272
+ };
1273
+ 6: {
1274
+ fontSize: {
1275
+ value: string;
1276
+ };
1277
+ fontWeight: {
1278
+ value: string;
1279
+ };
1280
+ };
1281
+ };
1282
+ icon: {
1283
+ lineHeight: {
1284
+ value: number;
1285
+ };
1286
+ height: {
1287
+ value: string;
1288
+ };
1289
+ };
1290
+ image: {
1291
+ maxWidth: {
1292
+ value: string;
1293
+ };
1294
+ height: {
1295
+ value: string;
1296
+ };
1297
+ objectFit: {
1298
+ value: string;
1299
+ };
1300
+ objectPosition: {
1301
+ value: string;
1302
+ };
1303
+ };
1304
+ link: {
1305
+ active: {
1306
+ color: {
1307
+ value: string;
1308
+ };
1309
+ };
1310
+ color: {
1311
+ value: string;
1312
+ };
1313
+ focus: {
1314
+ color: {
1315
+ value: string;
1316
+ };
1317
+ };
1318
+ hover: {
1319
+ color: {
1320
+ value: string;
1321
+ };
1322
+ };
1323
+ large: {
1324
+ fontSize: {
1325
+ value: string;
1326
+ };
1327
+ };
1328
+ small: {
1329
+ fontSize: {
1330
+ value: string;
1331
+ };
1332
+ };
1333
+ visited: {
1334
+ color: {
1335
+ value: string;
1336
+ };
1337
+ };
1338
+ };
1339
+ loader: {
1340
+ width: {
1341
+ value: string;
1342
+ };
1343
+ height: {
1344
+ value: string;
1345
+ };
1346
+ strokeEmpty: {
1347
+ value: string;
1348
+ };
1349
+ strokeFilled: {
1350
+ value: string;
1351
+ };
1352
+ strokeLinecap: {
1353
+ value: string;
1354
+ };
1355
+ animationDuration: {
1356
+ value: string;
1357
+ };
1358
+ small: {
1359
+ width: {
1360
+ value: string;
1361
+ };
1362
+ height: {
1363
+ value: string;
1364
+ };
1365
+ };
1366
+ large: {
1367
+ width: {
1368
+ value: string;
1369
+ };
1370
+ height: {
1371
+ value: string;
1372
+ };
1373
+ };
1374
+ linear: {
1375
+ width: {
1376
+ value: string;
1377
+ };
1378
+ minWidth: {
1379
+ value: string;
1380
+ };
1381
+ height: {
1382
+ value: string;
1383
+ };
1384
+ strokeWidth: {
1385
+ value: string;
1386
+ };
1387
+ strokeFilled: {
1388
+ value: string;
1389
+ };
1390
+ strokeEmpty: {
1391
+ value: string;
1392
+ };
1393
+ strokeLinecap: {
1394
+ value: string;
1395
+ };
1396
+ animationDuration: {
1397
+ value: string;
1398
+ };
1399
+ small: {
1400
+ height: {
1401
+ value: string;
1402
+ };
1403
+ strokeWidth: {
1404
+ value: string;
1405
+ };
1406
+ };
1407
+ large: {
1408
+ height: {
1409
+ value: string;
1410
+ };
1411
+ strokeWidth: {
1412
+ value: string;
1413
+ };
1414
+ };
1415
+ };
1416
+ };
1417
+ menu: {
1418
+ backgroundColor: {
1419
+ value: string;
1420
+ };
1421
+ borderRadius: {
1422
+ value: string;
1423
+ };
1424
+ borderWidth: {
1425
+ value: string;
1426
+ };
1427
+ borderStyle: {
1428
+ value: string;
1429
+ };
1430
+ borderColor: {
1431
+ value: string;
1432
+ };
1433
+ boxShadow: {
1434
+ value: string;
1435
+ };
1436
+ flexDirection: {
1437
+ value: string;
1438
+ };
1439
+ gap: {
1440
+ value: number;
1441
+ };
1442
+ maxWidth: {
1443
+ value: string;
1444
+ };
1445
+ minWidth: {
1446
+ value: string;
1447
+ };
1448
+ small: {
1449
+ width: {
1450
+ value: string;
1451
+ };
1452
+ height: {
1453
+ value: string;
1454
+ };
1455
+ };
1456
+ large: {
1457
+ width: {
1458
+ value: string;
1459
+ };
1460
+ height: {
1461
+ value: string;
1462
+ };
1463
+ };
1464
+ item: {
1465
+ minHeight: {
1466
+ value: string;
1467
+ };
1468
+ paddingInlineStart: {
1469
+ value: string;
1470
+ };
1471
+ paddingInlineEnd: {
1472
+ value: string;
1473
+ };
1474
+ };
1475
+ };
1476
+ pagination: {
1477
+ current: {
1478
+ alignItems: {
1479
+ value: string;
1480
+ };
1481
+ justifyContent: {
1482
+ value: string;
1483
+ };
1484
+ color: {
1485
+ value: string;
1486
+ };
1487
+ fontSize: {
1488
+ value: string;
1489
+ };
1490
+ backgroundColor: {
1491
+ value: string;
1492
+ };
1493
+ };
1494
+ button: {
1495
+ color: {
1496
+ value: string;
1497
+ };
1498
+ paddingInlineStart: {
1499
+ value: string;
1500
+ };
1501
+ paddingInlineEnd: {
1502
+ value: string;
1503
+ };
1504
+ transitionProperty: {
1505
+ value: string;
1506
+ };
1507
+ transitionDuration: {
1508
+ value: string;
1509
+ };
1510
+ hover: {
1511
+ backgroundColor: {
1512
+ value: string;
1513
+ };
1514
+ color: {
1515
+ value: string;
1516
+ };
1517
+ };
1518
+ disabled: {
1519
+ color: {
1520
+ value: string;
1521
+ };
1522
+ };
1523
+ };
1524
+ ellipsis: {
1525
+ alignItems: {
1526
+ value: string;
1527
+ };
1528
+ justifyContent: {
1529
+ value: string;
1530
+ };
1531
+ paddingInlineStart: {
1532
+ value: string;
1533
+ };
1534
+ paddingInlineEnd: {
1535
+ value: string;
1536
+ };
1537
+ };
1538
+ itemContainer: {
1539
+ marginLeft: {
1540
+ value: string;
1541
+ };
1542
+ marginRight: {
1543
+ value: string;
1544
+ };
1545
+ };
1546
+ itemShared: {
1547
+ height: {
1548
+ value: string;
1549
+ };
1550
+ minWidth: {
1551
+ value: string;
1552
+ };
1553
+ borderRadius: {
1554
+ value: string;
1555
+ };
1556
+ };
1557
+ };
1558
+ phonenumberfield: {};
1559
+ placeholder: {
1560
+ borderRadius: {
1561
+ value: string;
1562
+ };
1563
+ transitionDuration: {
1564
+ value: string;
1565
+ };
1566
+ startColor: {
1567
+ value: string;
1568
+ };
1569
+ endColor: {
1570
+ value: string;
1571
+ };
1572
+ small: {
1573
+ height: {
1574
+ value: string;
1575
+ };
1576
+ };
1577
+ default: {
1578
+ height: {
1579
+ value: string;
1580
+ };
1581
+ };
1582
+ large: {
1583
+ height: {
1584
+ value: string;
1585
+ };
1586
+ };
1587
+ };
1588
+ radio: {
1589
+ alignItems: {
1590
+ value: string;
1591
+ };
1592
+ justifyContent: {
1593
+ value: string;
1594
+ };
1595
+ gap: {
1596
+ value: string;
1597
+ };
1598
+ _disabled: {
1599
+ cursor: {
1600
+ value: string;
1601
+ };
1602
+ };
1603
+ button: {
1604
+ alignItems: {
1605
+ value: string;
1606
+ };
1607
+ justifyContent: {
1608
+ value: string;
1609
+ };
1610
+ width: {
1611
+ value: string;
1612
+ };
1613
+ height: {
1614
+ value: string;
1615
+ };
1616
+ boxSizing: {
1617
+ value: string;
1618
+ };
1619
+ borderWidth: {
1620
+ value: string;
1621
+ };
1622
+ borderStyle: {
1623
+ value: string;
1624
+ };
1625
+ borderRadius: {
1626
+ value: string;
1627
+ };
1628
+ borderColor: {
1629
+ value: string;
1630
+ };
1631
+ color: {
1632
+ value: string;
1633
+ };
1634
+ backgroundColor: {
1635
+ value: string;
1636
+ };
1637
+ transitionProperty: {
1638
+ value: string;
1639
+ };
1640
+ transitionDuration: {
1641
+ value: string;
1642
+ };
1643
+ outlineColor: {
1644
+ value: string;
1645
+ };
1646
+ outlineStyle: {
1647
+ value: string;
1648
+ };
1649
+ outlineWidth: {
1650
+ value: string;
1651
+ };
1652
+ outlineOffset: {
1653
+ value: string;
1654
+ };
1655
+ padding: {
1656
+ value: string;
1657
+ };
1658
+ small: {
1659
+ width: {
1660
+ value: string;
1661
+ };
1662
+ height: {
1663
+ value: string;
1664
+ };
1665
+ };
1666
+ large: {
1667
+ width: {
1668
+ value: string;
1669
+ };
1670
+ height: {
1671
+ value: string;
1672
+ };
1673
+ };
1674
+ _checked: {
1675
+ color: {
1676
+ value: string;
1677
+ };
1678
+ _disabled: {
1679
+ color: {
1680
+ value: string;
1681
+ };
1682
+ };
1683
+ };
1684
+ _focus: {
1685
+ borderColor: {
1686
+ value: string;
1687
+ };
1688
+ boxShadow: {
1689
+ value: string;
1690
+ };
1691
+ };
1692
+ _error: {
1693
+ borderColor: {
1694
+ value: string;
1695
+ };
1696
+ _focus: {
1697
+ boxShadow: {
1698
+ value: string;
1699
+ };
1700
+ };
1701
+ };
1702
+ _disabled: {
1703
+ borderColor: {
1704
+ value: string;
1705
+ };
1706
+ backgroundColor: {
1707
+ value: string;
1708
+ };
1709
+ };
1710
+ };
1711
+ label: {
1712
+ _disabled: {
1713
+ color: {
1714
+ value: string;
1715
+ };
1716
+ };
1717
+ };
1718
+ };
1719
+ rating: {
1720
+ large: {
1721
+ size: {
1722
+ value: string;
1723
+ };
1724
+ };
1725
+ default: {
1726
+ size: {
1727
+ value: string;
1728
+ };
1729
+ };
1730
+ small: {
1731
+ size: {
1732
+ value: string;
1733
+ };
1734
+ };
1735
+ filled: {
1736
+ color: {
1737
+ value: string;
1738
+ };
1739
+ };
1740
+ empty: {
1741
+ color: {
1742
+ value: string;
1743
+ };
1744
+ };
1745
+ };
1746
+ select: {
1747
+ paddingInlineEnd: {
1748
+ value: string;
1749
+ };
1750
+ wrapper: {
1751
+ flex: {
1752
+ value: string;
1753
+ };
1754
+ display: {
1755
+ value: string;
1756
+ };
1757
+ position: {
1758
+ value: string;
1759
+ };
1760
+ cursor: {
1761
+ value: string;
1762
+ };
1763
+ };
1764
+ iconWrapper: {
1765
+ alignItems: {
1766
+ value: string;
1767
+ };
1768
+ position: {
1769
+ value: string;
1770
+ };
1771
+ top: {
1772
+ value: string;
1773
+ };
1774
+ right: {
1775
+ value: string;
1776
+ };
1777
+ transform: {
1778
+ value: string;
1779
+ };
1780
+ pointerEvents: {
1781
+ value: string;
1782
+ };
1783
+ };
1784
+ option: {
1785
+ backgroundColor: {
1786
+ value: string;
1787
+ };
1788
+ };
1789
+ whiteSpace: {
1790
+ value: string;
1791
+ };
1792
+ minWidth: {
1793
+ value: string;
1794
+ };
1795
+ small: {
1796
+ minWidth: {
1797
+ value: string;
1798
+ };
1799
+ };
1800
+ large: {
1801
+ minWidth: {
1802
+ value: string;
1803
+ };
1804
+ };
1805
+ };
1806
+ selectfield: {
1807
+ flexDirection: {
1808
+ value: string;
1809
+ };
1810
+ };
1811
+ sliderfield: {
1812
+ paddingBlock: {
1813
+ value: string;
1814
+ };
1815
+ track: {
1816
+ backgroundColor: {
1817
+ value: string;
1818
+ };
1819
+ borderRadius: {
1820
+ value: string;
1821
+ };
1822
+ height: {
1823
+ value: string;
1824
+ };
1825
+ minWidth: {
1826
+ value: string;
1827
+ };
1828
+ };
1829
+ range: {
1830
+ backgroundColor: {
1831
+ value: string;
1832
+ };
1833
+ borderRadius: {
1834
+ value: string;
1835
+ };
1836
+ _disabled: {
1837
+ backgroundColor: {
1838
+ value: string;
1839
+ };
1840
+ };
1841
+ };
1842
+ thumb: {
1843
+ width: {
1844
+ value: string;
1845
+ };
1846
+ height: {
1847
+ value: string;
1848
+ };
1849
+ backgroundColor: {
1850
+ value: string;
1851
+ };
1852
+ boxShadow: {
1853
+ value: string;
1854
+ };
1855
+ borderRadius: {
1856
+ value: string;
1857
+ };
1858
+ borderWidth: {
1859
+ value: string;
1860
+ };
1861
+ borderColor: {
1862
+ value: string;
1863
+ };
1864
+ borderStyle: {
1865
+ value: string;
1866
+ };
1867
+ _disabled: {
1868
+ backgroundColor: {
1869
+ value: string;
1870
+ };
1871
+ borderColor: {
1872
+ value: string;
1873
+ };
1874
+ boxShadow: {
1875
+ value: string;
1876
+ };
1877
+ };
1878
+ _hover: {
1879
+ backgroundColor: {
1880
+ value: string;
1881
+ };
1882
+ borderColor: {
1883
+ value: string;
1884
+ };
1885
+ };
1886
+ _focus: {
1887
+ boxShadow: {
1888
+ value: {
1889
+ offsetX: string;
1890
+ offsetY: string;
1891
+ blurRadius: string;
1892
+ spreadRadius: string;
1893
+ color: string;
1894
+ };
1895
+ };
1896
+ };
1897
+ };
1898
+ small: {
1899
+ track: {
1900
+ height: {
1901
+ value: string;
1902
+ };
1903
+ };
1904
+ thumb: {
1905
+ width: {
1906
+ value: string;
1907
+ };
1908
+ height: {
1909
+ value: string;
1910
+ };
1911
+ };
1912
+ };
1913
+ large: {
1914
+ track: {
1915
+ height: {
1916
+ value: string;
1917
+ };
1918
+ };
1919
+ thumb: {
1920
+ width: {
1921
+ value: string;
1922
+ };
1923
+ height: {
1924
+ value: string;
1925
+ };
1926
+ };
1927
+ };
1928
+ };
1929
+ stepperfield: {
1930
+ flexDirection: {
1931
+ value: string;
1932
+ };
1933
+ input: {
1934
+ textAlign: {
1935
+ value: string;
1936
+ };
1937
+ };
1938
+ };
1939
+ switchfield: {
1940
+ disabled: {
1941
+ opacity: {
1942
+ value: string;
1943
+ };
1944
+ };
1945
+ focused: {
1946
+ shadow: {
1947
+ value: string;
1948
+ };
1949
+ };
1950
+ large: {
1951
+ fontSize: {
1952
+ value: string;
1953
+ };
1954
+ };
1955
+ small: {
1956
+ fontSize: {
1957
+ value: string;
1958
+ };
1959
+ };
1960
+ label: {
1961
+ padding: {
1962
+ value: string;
1963
+ };
1964
+ };
1965
+ thumb: {
1966
+ backgroundColor: {
1967
+ value: string;
1968
+ };
1969
+ borderColor: {
1970
+ value: string;
1971
+ };
1972
+ borderRadius: {
1973
+ value: string;
1974
+ };
1975
+ checked: {
1976
+ transform: {
1977
+ value: string;
1978
+ };
1979
+ };
1980
+ transition: {
1981
+ duration: {
1982
+ value: string;
1983
+ };
1984
+ };
1985
+ width: {
1986
+ value: string;
1987
+ };
1988
+ };
1989
+ track: {
1990
+ backgroundColor: {
1991
+ value: string;
1992
+ };
1993
+ borderRadius: {
1994
+ value: string;
1995
+ };
1996
+ checked: {
1997
+ backgroundColor: {
1998
+ value: string;
1999
+ };
2000
+ };
2001
+ height: {
2002
+ value: string;
2003
+ };
2004
+ padding: {
2005
+ value: string;
2006
+ };
2007
+ transition: {
2008
+ duration: {
2009
+ value: string;
2010
+ };
2011
+ };
2012
+ width: {
2013
+ value: string;
2014
+ };
2015
+ };
2016
+ };
2017
+ table: {
2018
+ borderCollapse: {
2019
+ value: string;
2020
+ };
2021
+ display: {
2022
+ value: string;
2023
+ };
2024
+ width: {
2025
+ value: string;
2026
+ };
2027
+ head: {
2028
+ display: {
2029
+ value: string;
2030
+ };
2031
+ verticalAlign: {
2032
+ value: string;
2033
+ };
2034
+ };
2035
+ body: {
2036
+ display: {
2037
+ value: string;
2038
+ };
2039
+ verticalAlign: {
2040
+ value: string;
2041
+ };
2042
+ };
2043
+ foot: {
2044
+ display: {
2045
+ value: string;
2046
+ };
2047
+ verticalAlign: {
2048
+ value: string;
2049
+ };
2050
+ };
2051
+ row: {
2052
+ display: {
2053
+ value: string;
2054
+ };
2055
+ verticalAlign: {
2056
+ value: string;
2057
+ };
2058
+ hover: {
2059
+ backgroundColor: {
2060
+ value: string;
2061
+ };
2062
+ };
2063
+ striped: {
2064
+ backgroundColor: {
2065
+ value: string;
2066
+ };
2067
+ };
2068
+ };
2069
+ header: {
2070
+ borderColor: {
2071
+ value: string;
2072
+ };
2073
+ borderStyle: {
2074
+ value: string;
2075
+ };
2076
+ borderWidth: {
2077
+ value: string;
2078
+ };
2079
+ color: {
2080
+ value: string;
2081
+ };
2082
+ display: {
2083
+ value: string;
2084
+ };
2085
+ fontSize: {
2086
+ value: string;
2087
+ };
2088
+ fontWeight: {
2089
+ value: string;
2090
+ };
2091
+ padding: {
2092
+ value: string;
2093
+ };
2094
+ verticalAlign: {
2095
+ value: string;
2096
+ };
2097
+ large: {
2098
+ fontSize: {
2099
+ value: string;
2100
+ };
2101
+ padding: {
2102
+ value: string;
2103
+ };
2104
+ };
2105
+ small: {
2106
+ fontSize: {
2107
+ value: string;
2108
+ };
2109
+ padding: {
2110
+ value: string;
2111
+ };
2112
+ };
2113
+ };
2114
+ data: {
2115
+ borderColor: {
2116
+ value: string;
2117
+ };
2118
+ borderStyle: {
2119
+ value: string;
2120
+ };
2121
+ borderWidth: {
2122
+ value: string;
2123
+ };
2124
+ color: {
2125
+ value: string;
2126
+ };
2127
+ display: {
2128
+ value: string;
2129
+ };
2130
+ fontSize: {
2131
+ value: string;
2132
+ };
2133
+ fontWeight: {
2134
+ value: string;
2135
+ };
2136
+ padding: {
2137
+ value: string;
2138
+ };
2139
+ verticalAlign: {
2140
+ value: string;
2141
+ };
2142
+ large: {
2143
+ fontSize: {
2144
+ value: string;
2145
+ };
2146
+ padding: {
2147
+ value: string;
2148
+ };
2149
+ };
2150
+ small: {
2151
+ fontSize: {
2152
+ value: string;
2153
+ };
2154
+ padding: {
2155
+ value: string;
2156
+ };
2157
+ };
2158
+ };
2159
+ caption: {
2160
+ captionSide: {
2161
+ value: string;
2162
+ };
2163
+ color: {
2164
+ value: string;
2165
+ };
2166
+ display: {
2167
+ value: string;
2168
+ };
2169
+ fontSize: {
2170
+ value: string;
2171
+ };
2172
+ textAlign: {
2173
+ value: string;
2174
+ };
2175
+ wordBreak: {
2176
+ value: string;
2177
+ };
2178
+ large: {
2179
+ fontSize: {
2180
+ value: string;
2181
+ };
2182
+ };
2183
+ small: {
2184
+ fontSize: {
2185
+ value: string;
2186
+ };
2187
+ };
2188
+ };
2189
+ };
2190
+ tabs: {
2191
+ backgroundColor: {
2192
+ value: string;
2193
+ };
2194
+ borderColor: {
2195
+ value: string;
2196
+ };
2197
+ borderStyle: {
2198
+ value: string;
2199
+ };
2200
+ borderWidth: {
2201
+ value: string;
2202
+ };
2203
+ gap: {
2204
+ value: string;
2205
+ };
2206
+ item: {
2207
+ backgroundColor: {
2208
+ value: string;
2209
+ };
2210
+ borderColor: {
2211
+ value: string;
2212
+ };
2213
+ borderStyle: {
2214
+ value: string;
2215
+ };
2216
+ borderWidth: {
2217
+ value: string;
2218
+ };
2219
+ color: {
2220
+ value: string;
2221
+ };
2222
+ fontSize: {
2223
+ value: string;
2224
+ };
2225
+ fontWeight: {
2226
+ value: string;
2227
+ };
2228
+ paddingVertical: {
2229
+ value: string;
2230
+ };
2231
+ paddingHorizontal: {
2232
+ value: string;
2233
+ };
2234
+ textAlign: {
2235
+ value: string;
2236
+ };
2237
+ transitionDuration: {
2238
+ value: string;
2239
+ };
2240
+ _hover: {
2241
+ color: {
2242
+ value: string;
2243
+ };
2244
+ };
2245
+ _focus: {
2246
+ color: {
2247
+ value: string;
2248
+ };
2249
+ };
2250
+ _active: {
2251
+ color: {
2252
+ value: string;
2253
+ };
2254
+ borderColor: {
2255
+ value: string;
2256
+ };
2257
+ backgroundColor: {
2258
+ value: string;
2259
+ };
2260
+ };
2261
+ _disabled: {
2262
+ color: {
2263
+ value: string;
2264
+ };
2265
+ backgroundColor: {
2266
+ value: string;
2267
+ };
2268
+ borderColor: {
2269
+ value: string;
2270
+ };
2271
+ };
2272
+ };
2273
+ };
2274
+ text: {
2275
+ color: {
2276
+ value: string;
2277
+ };
2278
+ primary: {
2279
+ color: {
2280
+ value: string;
2281
+ };
2282
+ };
2283
+ secondary: {
2284
+ color: {
2285
+ value: string;
2286
+ };
2287
+ };
2288
+ tertiary: {
2289
+ color: {
2290
+ value: string;
2291
+ };
2292
+ };
2293
+ error: {
2294
+ color: {
2295
+ value: string;
2296
+ };
2297
+ };
2298
+ warning: {
2299
+ color: {
2300
+ value: string;
2301
+ };
2302
+ };
2303
+ success: {
2304
+ color: {
2305
+ value: string;
2306
+ };
2307
+ };
2308
+ info: {
2309
+ color: {
2310
+ value: string;
2311
+ };
2312
+ };
2313
+ };
2314
+ togglebutton: {
2315
+ borderColor: {
2316
+ value: string;
2317
+ };
2318
+ color: {
2319
+ value: string;
2320
+ };
2321
+ _hover: {
2322
+ backgroundColor: {
2323
+ value: string;
2324
+ };
2325
+ };
2326
+ _focus: {
2327
+ borderColor: {
2328
+ value: string;
2329
+ };
2330
+ color: {
2331
+ value: string;
2332
+ };
2333
+ };
2334
+ _active: {
2335
+ backgroundColor: {
2336
+ value: string;
2337
+ };
2338
+ };
2339
+ _disabled: {
2340
+ backgroundColor: {
2341
+ value: string;
2342
+ };
2343
+ borderColor: {
2344
+ value: string;
2345
+ };
2346
+ color: {
2347
+ value: string;
2348
+ };
2349
+ };
2350
+ _pressed: {
2351
+ color: {
2352
+ value: string;
2353
+ };
2354
+ backgroundColor: {
2355
+ value: string;
2356
+ };
2357
+ _hover: {
2358
+ backgroundColor: {
2359
+ value: string;
2360
+ };
2361
+ };
2362
+ };
2363
+ primary: {
2364
+ backgroundColor: {
2365
+ value: string;
2366
+ };
2367
+ borderWidth: {
2368
+ value: string;
2369
+ };
2370
+ _focus: {
2371
+ borderColor: {
2372
+ value: string;
2373
+ };
2374
+ backgroundColor: {
2375
+ value: string;
2376
+ };
2377
+ boxShadow: {
2378
+ value: string;
2379
+ };
2380
+ color: {
2381
+ value: string;
2382
+ };
2383
+ };
2384
+ _hover: {
2385
+ backgroundColor: {
2386
+ value: string;
2387
+ };
2388
+ color: {
2389
+ value: string;
2390
+ };
2391
+ };
2392
+ _disabled: {
2393
+ backgroundColor: {
2394
+ value: string;
2395
+ };
2396
+ color: {
2397
+ value: string;
2398
+ };
2399
+ };
2400
+ _pressed: {
2401
+ backgroundColor: {
2402
+ value: string;
2403
+ };
2404
+ borderColor: {
2405
+ value: string;
2406
+ };
2407
+ color: {
2408
+ value: string;
2409
+ };
2410
+ _focus: {
2411
+ backgroundColor: {
2412
+ value: string;
2413
+ };
2414
+ borderColor: {
2415
+ value: string;
2416
+ };
2417
+ };
2418
+ _hover: {
2419
+ borderColor: {
2420
+ value: string;
2421
+ };
2422
+ backgroundColor: {
2423
+ value: string;
2424
+ };
2425
+ };
2426
+ };
2427
+ };
2428
+ link: {
2429
+ color: {
2430
+ value: string;
2431
+ };
2432
+ _hover: {
2433
+ backgroundColor: {
2434
+ value: string;
2435
+ };
2436
+ color: {
2437
+ value: string;
2438
+ };
2439
+ };
2440
+ _focus: {
2441
+ backgroundColor: {
2442
+ value: string;
2443
+ };
2444
+ color: {
2445
+ value: string;
2446
+ };
2447
+ };
2448
+ _disabled: {
2449
+ color: {
2450
+ value: string;
2451
+ };
2452
+ };
2453
+ _pressed: {
2454
+ backgroundColor: {
2455
+ value: string;
2456
+ };
2457
+ color: {
2458
+ value: string;
2459
+ };
2460
+ _hover: {
2461
+ backgroundColor: {
2462
+ value: string;
2463
+ };
2464
+ };
2465
+ };
2466
+ };
2467
+ };
2468
+ togglebuttongroup: {
2469
+ alignItems: {
2470
+ value: string;
2471
+ };
2472
+ alignContent: {
2473
+ value: string;
2474
+ };
2475
+ justifyContent: {
2476
+ value: string;
2477
+ };
2478
+ };
2479
+ };