@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,83 @@
1
+ export declare const badge: {
2
+ color: {
3
+ value: string;
4
+ };
5
+ lineHeight: {
6
+ value: number;
7
+ };
8
+ fontWeight: {
9
+ value: string;
10
+ };
11
+ fontSize: {
12
+ value: string;
13
+ };
14
+ textAlign: {
15
+ value: string;
16
+ };
17
+ paddingVertical: {
18
+ value: string;
19
+ };
20
+ paddingHorizontal: {
21
+ value: string;
22
+ };
23
+ backgroundColor: {
24
+ value: string;
25
+ };
26
+ borderRadius: {
27
+ value: string;
28
+ };
29
+ info: {
30
+ color: {
31
+ value: string;
32
+ };
33
+ backgroundColor: {
34
+ value: string;
35
+ };
36
+ };
37
+ warning: {
38
+ color: {
39
+ value: string;
40
+ };
41
+ backgroundColor: {
42
+ value: string;
43
+ };
44
+ };
45
+ success: {
46
+ color: {
47
+ value: string;
48
+ };
49
+ backgroundColor: {
50
+ value: string;
51
+ };
52
+ };
53
+ error: {
54
+ color: {
55
+ value: string;
56
+ };
57
+ backgroundColor: {
58
+ value: string;
59
+ };
60
+ };
61
+ small: {
62
+ fontSize: {
63
+ value: string;
64
+ };
65
+ paddingVertical: {
66
+ value: string;
67
+ };
68
+ paddingHorizontal: {
69
+ value: string;
70
+ };
71
+ };
72
+ large: {
73
+ fontSize: {
74
+ value: string;
75
+ };
76
+ paddingVertical: {
77
+ value: string;
78
+ };
79
+ paddingHorizontal: {
80
+ value: string;
81
+ };
82
+ };
83
+ };
@@ -0,0 +1,328 @@
1
+ export declare const button: {
2
+ fontWeight: {
3
+ value: string;
4
+ };
5
+ transitionDuration: {
6
+ value: string;
7
+ };
8
+ fontSize: {
9
+ value: string;
10
+ };
11
+ lineHeight: {
12
+ value: string;
13
+ };
14
+ paddingBlockStart: {
15
+ value: string;
16
+ };
17
+ paddingBlockEnd: {
18
+ value: string;
19
+ };
20
+ paddingInlineStart: {
21
+ value: string;
22
+ };
23
+ paddingInlineEnd: {
24
+ value: string;
25
+ };
26
+ borderColor: {
27
+ value: string;
28
+ };
29
+ borderWidth: {
30
+ value: string;
31
+ };
32
+ borderStyle: {
33
+ value: string;
34
+ };
35
+ borderRadius: {
36
+ value: string;
37
+ };
38
+ color: {
39
+ value: string;
40
+ };
41
+ _hover: {
42
+ color: {
43
+ value: string;
44
+ };
45
+ backgroundColor: {
46
+ value: string;
47
+ };
48
+ borderColor: {
49
+ value: string;
50
+ };
51
+ };
52
+ _focus: {
53
+ color: {
54
+ value: string;
55
+ };
56
+ backgroundColor: {
57
+ value: string;
58
+ };
59
+ borderColor: {
60
+ value: string;
61
+ };
62
+ boxShadow: {
63
+ value: string;
64
+ };
65
+ };
66
+ _active: {
67
+ color: {
68
+ value: string;
69
+ };
70
+ backgroundColor: {
71
+ value: string;
72
+ };
73
+ borderColor: {
74
+ value: string;
75
+ };
76
+ };
77
+ _loading: {
78
+ color: {
79
+ value: string;
80
+ };
81
+ backgroundColor: {
82
+ value: string;
83
+ };
84
+ borderColor: {
85
+ value: string;
86
+ };
87
+ };
88
+ _disabled: {
89
+ color: {
90
+ value: string;
91
+ };
92
+ backgroundColor: {
93
+ value: string;
94
+ };
95
+ borderColor: {
96
+ value: string;
97
+ };
98
+ };
99
+ primary: {
100
+ borderColor: {
101
+ value: string;
102
+ };
103
+ borderWidth: {
104
+ value: string;
105
+ };
106
+ borderStyle: {
107
+ value: string;
108
+ };
109
+ backgroundColor: {
110
+ value: string;
111
+ };
112
+ color: {
113
+ value: string;
114
+ };
115
+ _disabled: {
116
+ borderColor: {
117
+ value: string;
118
+ };
119
+ backgroundColor: {
120
+ value: string;
121
+ };
122
+ color: {
123
+ value: string;
124
+ };
125
+ };
126
+ _loading: {
127
+ borderColor: {
128
+ value: string;
129
+ };
130
+ backgroundColor: {
131
+ value: string;
132
+ };
133
+ color: {
134
+ value: string;
135
+ };
136
+ };
137
+ _hover: {
138
+ borderColor: {
139
+ value: string;
140
+ };
141
+ backgroundColor: {
142
+ value: string;
143
+ };
144
+ color: {
145
+ value: string;
146
+ };
147
+ };
148
+ _focus: {
149
+ borderColor: {
150
+ value: string;
151
+ };
152
+ backgroundColor: {
153
+ value: string;
154
+ };
155
+ color: {
156
+ value: string;
157
+ };
158
+ boxShadow: {
159
+ value: string;
160
+ };
161
+ };
162
+ _active: {
163
+ borderColor: {
164
+ value: string;
165
+ };
166
+ backgroundColor: {
167
+ value: string;
168
+ };
169
+ color: {
170
+ value: string;
171
+ };
172
+ };
173
+ };
174
+ menu: {
175
+ borderWidth: {
176
+ value: number;
177
+ };
178
+ backgroundColor: {
179
+ value: string;
180
+ };
181
+ justifyContent: {
182
+ value: string;
183
+ };
184
+ _hover: {
185
+ color: {
186
+ value: string;
187
+ };
188
+ backgroundColor: {
189
+ value: string;
190
+ };
191
+ };
192
+ _focus: {
193
+ color: {
194
+ value: string;
195
+ };
196
+ backgroundColor: {
197
+ value: string;
198
+ };
199
+ };
200
+ _active: {
201
+ color: {
202
+ value: string;
203
+ };
204
+ backgroundColor: {
205
+ value: string;
206
+ };
207
+ };
208
+ _disabled: {
209
+ color: {
210
+ value: string;
211
+ };
212
+ };
213
+ };
214
+ link: {
215
+ borderWidth: {
216
+ value: number;
217
+ };
218
+ borderColor: {
219
+ value: string;
220
+ };
221
+ backgroundColor: {
222
+ value: string;
223
+ };
224
+ color: {
225
+ value: string;
226
+ };
227
+ _hover: {
228
+ borderColor: {
229
+ value: string;
230
+ };
231
+ backgroundColor: {
232
+ value: string;
233
+ };
234
+ color: {
235
+ value: string;
236
+ };
237
+ };
238
+ _focus: {
239
+ borderColor: {
240
+ value: string;
241
+ };
242
+ backgroundColor: {
243
+ value: string;
244
+ };
245
+ color: {
246
+ value: string;
247
+ };
248
+ boxShadow: {
249
+ value: string;
250
+ };
251
+ };
252
+ _active: {
253
+ borderColor: {
254
+ value: string;
255
+ };
256
+ backgroundColor: {
257
+ value: string;
258
+ };
259
+ color: {
260
+ value: string;
261
+ };
262
+ };
263
+ _disabled: {
264
+ borderColor: {
265
+ value: string;
266
+ };
267
+ backgroundColor: {
268
+ value: string;
269
+ };
270
+ color: {
271
+ value: string;
272
+ };
273
+ };
274
+ _loading: {
275
+ borderColor: {
276
+ value: string;
277
+ };
278
+ backgroundColor: {
279
+ value: string;
280
+ };
281
+ color: {
282
+ value: string;
283
+ };
284
+ };
285
+ };
286
+ small: {
287
+ fontSize: {
288
+ value: string;
289
+ };
290
+ paddingBlockStart: {
291
+ value: string;
292
+ };
293
+ paddingBlockEnd: {
294
+ value: string;
295
+ };
296
+ paddingInlineStart: {
297
+ value: string;
298
+ };
299
+ paddingInlineEnd: {
300
+ value: string;
301
+ };
302
+ };
303
+ large: {
304
+ fontSize: {
305
+ value: string;
306
+ };
307
+ paddingBlockStart: {
308
+ value: string;
309
+ };
310
+ paddingBlockEnd: {
311
+ value: string;
312
+ };
313
+ paddingInlineStart: {
314
+ value: string;
315
+ };
316
+ paddingInlineEnd: {
317
+ value: string;
318
+ };
319
+ };
320
+ loaderWrapper: {
321
+ alignItems: {
322
+ value: string;
323
+ };
324
+ gap: {
325
+ value: string;
326
+ };
327
+ };
328
+ };
@@ -0,0 +1,63 @@
1
+ export declare const card: {
2
+ backgroundColor: {
3
+ value: string;
4
+ };
5
+ borderRadius: {
6
+ value: string;
7
+ };
8
+ borderWidth: {
9
+ value: string;
10
+ };
11
+ borderStyle: {
12
+ value: string;
13
+ };
14
+ borderColor: {
15
+ value: string;
16
+ };
17
+ boxShadow: {
18
+ value: string;
19
+ };
20
+ padding: {
21
+ value: string;
22
+ };
23
+ outlined: {
24
+ backgroundColor: {
25
+ value: string;
26
+ };
27
+ borderRadius: {
28
+ value: string;
29
+ };
30
+ borderWidth: {
31
+ value: string;
32
+ };
33
+ borderStyle: {
34
+ value: string;
35
+ };
36
+ borderColor: {
37
+ value: string;
38
+ };
39
+ boxShadow: {
40
+ value: string;
41
+ };
42
+ };
43
+ elevated: {
44
+ backgroundColor: {
45
+ value: string;
46
+ };
47
+ borderRadius: {
48
+ value: string;
49
+ };
50
+ borderWidth: {
51
+ value: string;
52
+ };
53
+ borderStyle: {
54
+ value: string;
55
+ };
56
+ borderColor: {
57
+ value: string;
58
+ };
59
+ boxShadow: {
60
+ value: string;
61
+ };
62
+ };
63
+ };
@@ -0,0 +1,140 @@
1
+ export declare const checkbox: {
2
+ cursor: {
3
+ value: string;
4
+ };
5
+ alignItems: {
6
+ value: string;
7
+ };
8
+ _disabled: {
9
+ cursor: {
10
+ value: string;
11
+ };
12
+ };
13
+ button: {
14
+ position: {
15
+ value: string;
16
+ };
17
+ alignItems: {
18
+ value: string;
19
+ };
20
+ justifyContent: {
21
+ value: string;
22
+ };
23
+ color: {
24
+ value: string;
25
+ };
26
+ before: {
27
+ width: {
28
+ value: string;
29
+ };
30
+ height: {
31
+ value: string;
32
+ };
33
+ borderWidth: {
34
+ value: string;
35
+ };
36
+ borderRadius: {
37
+ value: string;
38
+ };
39
+ borderStyle: {
40
+ value: string;
41
+ };
42
+ borderColor: {
43
+ value: string;
44
+ };
45
+ };
46
+ _focus: {
47
+ outlineColor: {
48
+ value: string;
49
+ };
50
+ outlineStyle: {
51
+ value: string;
52
+ };
53
+ outlineWidth: {
54
+ value: string;
55
+ };
56
+ outlineOffset: {
57
+ value: string;
58
+ };
59
+ borderColor: {
60
+ value: string;
61
+ };
62
+ boxShadow: {
63
+ value: {
64
+ offsetX: string;
65
+ offsetY: string;
66
+ blurRadius: string;
67
+ spreadRadius: string;
68
+ color: string;
69
+ };
70
+ };
71
+ };
72
+ _disabled: {
73
+ borderColor: {
74
+ value: string;
75
+ };
76
+ };
77
+ _error: {
78
+ borderColor: {
79
+ value: string;
80
+ };
81
+ _focus: {
82
+ borderColor: {
83
+ value: string;
84
+ };
85
+ boxShadow: {
86
+ value: {
87
+ offsetX: string;
88
+ offsetY: string;
89
+ blurRadius: string;
90
+ spreadRadius: string;
91
+ color: string;
92
+ };
93
+ };
94
+ };
95
+ };
96
+ };
97
+ icon: {
98
+ backgroundColor: {
99
+ value: string;
100
+ };
101
+ borderRadius: {
102
+ value: string;
103
+ };
104
+ opacity: {
105
+ value: string;
106
+ };
107
+ transform: {
108
+ value: string;
109
+ };
110
+ transitionProperty: {
111
+ value: string;
112
+ };
113
+ transitionDuration: {
114
+ value: string;
115
+ };
116
+ transitionTimingFunction: {
117
+ value: string;
118
+ };
119
+ _checked: {
120
+ opacity: {
121
+ value: string;
122
+ };
123
+ transform: {
124
+ value: string;
125
+ };
126
+ _disabled: {
127
+ backgroundColor: {
128
+ value: string;
129
+ };
130
+ };
131
+ };
132
+ };
133
+ label: {
134
+ _disabled: {
135
+ color: {
136
+ value: string;
137
+ };
138
+ };
139
+ };
140
+ };
@@ -0,0 +1,14 @@
1
+ export declare const checkboxfield: {
2
+ alignItems: {
3
+ value: string;
4
+ };
5
+ alignContent: {
6
+ value: string;
7
+ };
8
+ flexDirection: {
9
+ value: string;
10
+ };
11
+ justifyContent: {
12
+ value: string;
13
+ };
14
+ };
@@ -0,0 +1,26 @@
1
+ export declare const copy: {
2
+ fontSize: {
3
+ value: string;
4
+ };
5
+ gap: {
6
+ value: string;
7
+ };
8
+ svg: {
9
+ path: {
10
+ fill: {
11
+ value: string;
12
+ };
13
+ };
14
+ };
15
+ toolTip: {
16
+ bottom: {
17
+ value: string;
18
+ };
19
+ color: {
20
+ value: string;
21
+ };
22
+ fontSize: {
23
+ value: string;
24
+ };
25
+ };
26
+ };
@@ -0,0 +1,5 @@
1
+ export declare const countrycodeselect: {
2
+ height: {
3
+ value: string;
4
+ };
5
+ };
@@ -0,0 +1,38 @@
1
+ export declare const divider: {
2
+ borderStyle: {
3
+ value: string;
4
+ };
5
+ borderColor: {
6
+ value: string;
7
+ };
8
+ borderWidth: {
9
+ value: string;
10
+ };
11
+ label: {
12
+ color: {
13
+ value: string;
14
+ };
15
+ paddingInline: {
16
+ value: string;
17
+ };
18
+ fontSize: {
19
+ value: string;
20
+ };
21
+ backgroundColor: {
22
+ value: string;
23
+ };
24
+ };
25
+ small: {
26
+ borderWidth: {
27
+ value: string;
28
+ };
29
+ };
30
+ large: {
31
+ borderWidth: {
32
+ value: string;
33
+ };
34
+ };
35
+ opacity: {
36
+ value: string;
37
+ };
38
+ };