@aws-amplify/ui 3.3.1 → 3.4.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 (318) hide show
  1. package/dist/esm/helpers/authenticator/actor.js +2 -0
  2. package/dist/esm/helpers/authenticator/actor.js.map +1 -0
  3. package/dist/esm/helpers/authenticator/constants.js +2 -0
  4. package/dist/esm/helpers/authenticator/constants.js.map +1 -0
  5. package/dist/esm/helpers/authenticator/context.js +2 -0
  6. package/dist/esm/helpers/authenticator/context.js.map +1 -0
  7. package/dist/esm/helpers/authenticator/facade.js +2 -0
  8. package/dist/esm/helpers/authenticator/facade.js.map +1 -0
  9. package/dist/esm/helpers/authenticator/form.js +2 -0
  10. package/dist/esm/helpers/authenticator/form.js.map +1 -0
  11. package/dist/esm/helpers/authenticator/formFields/defaults.js +2 -0
  12. package/dist/esm/helpers/authenticator/formFields/defaults.js.map +1 -0
  13. package/dist/esm/helpers/authenticator/formFields/formFields.js +2 -0
  14. package/dist/esm/helpers/authenticator/formFields/formFields.js.map +1 -0
  15. package/dist/esm/helpers/authenticator/formFields/util.js +2 -0
  16. package/dist/esm/helpers/authenticator/formFields/util.js.map +1 -0
  17. package/dist/esm/helpers/authenticator/utils.js +2 -0
  18. package/dist/esm/helpers/authenticator/utils.js.map +1 -0
  19. package/dist/esm/i18n/country-dial-codes.js +2 -0
  20. package/dist/esm/i18n/country-dial-codes.js.map +1 -0
  21. package/dist/esm/i18n/dictionaries/authenticator/de.js +2 -0
  22. package/dist/esm/i18n/dictionaries/authenticator/de.js.map +1 -0
  23. package/dist/esm/i18n/dictionaries/authenticator/defaultTexts.js +2 -0
  24. package/dist/esm/i18n/dictionaries/authenticator/defaultTexts.js.map +1 -0
  25. package/dist/esm/i18n/dictionaries/authenticator/en.js +2 -0
  26. package/dist/esm/i18n/dictionaries/authenticator/en.js.map +1 -0
  27. package/dist/esm/i18n/dictionaries/authenticator/es.js +2 -0
  28. package/dist/esm/i18n/dictionaries/authenticator/es.js.map +1 -0
  29. package/dist/esm/i18n/dictionaries/authenticator/fr.js +2 -0
  30. package/dist/esm/i18n/dictionaries/authenticator/fr.js.map +1 -0
  31. package/dist/esm/i18n/dictionaries/authenticator/id.js +2 -0
  32. package/dist/esm/i18n/dictionaries/authenticator/id.js.map +1 -0
  33. package/dist/esm/i18n/dictionaries/authenticator/it.js +2 -0
  34. package/dist/esm/i18n/dictionaries/authenticator/it.js.map +1 -0
  35. package/dist/esm/i18n/dictionaries/authenticator/ja.js +2 -0
  36. package/dist/esm/i18n/dictionaries/authenticator/ja.js.map +1 -0
  37. package/dist/esm/i18n/dictionaries/authenticator/kr.js +2 -0
  38. package/dist/esm/i18n/dictionaries/authenticator/kr.js.map +1 -0
  39. package/dist/esm/i18n/dictionaries/authenticator/nl.js +2 -0
  40. package/dist/esm/i18n/dictionaries/authenticator/nl.js.map +1 -0
  41. package/dist/esm/i18n/dictionaries/authenticator/pl.js +2 -0
  42. package/dist/esm/i18n/dictionaries/authenticator/pl.js.map +1 -0
  43. package/dist/esm/i18n/dictionaries/authenticator/pt.js +2 -0
  44. package/dist/esm/i18n/dictionaries/authenticator/pt.js.map +1 -0
  45. package/dist/esm/i18n/dictionaries/authenticator/sv.js +2 -0
  46. package/dist/esm/i18n/dictionaries/authenticator/sv.js.map +1 -0
  47. package/dist/esm/i18n/dictionaries/authenticator/tr.js +2 -0
  48. package/dist/esm/i18n/dictionaries/authenticator/tr.js.map +1 -0
  49. package/dist/esm/i18n/dictionaries/authenticator/zh.js +2 -0
  50. package/dist/esm/i18n/dictionaries/authenticator/zh.js.map +1 -0
  51. package/dist/esm/i18n/dictionaries/index.js +2 -0
  52. package/dist/esm/i18n/dictionaries/index.js.map +1 -0
  53. package/dist/esm/i18n/translations.js +2 -0
  54. package/dist/esm/i18n/translations.js.map +1 -0
  55. package/dist/esm/index.js +2 -37
  56. package/dist/esm/index.js.map +1 -1
  57. package/dist/esm/machines/authenticator/actions.js +2 -0
  58. package/dist/esm/machines/authenticator/actions.js.map +1 -0
  59. package/dist/esm/machines/authenticator/actors/resetPassword.js +2 -0
  60. package/dist/esm/machines/authenticator/actors/resetPassword.js.map +1 -0
  61. package/dist/esm/machines/authenticator/actors/signIn.js +2 -0
  62. package/dist/esm/machines/authenticator/actors/signIn.js.map +1 -0
  63. package/dist/esm/machines/authenticator/actors/signOut.js +2 -0
  64. package/dist/esm/machines/authenticator/actors/signOut.js.map +1 -0
  65. package/dist/esm/machines/authenticator/defaultServices.js +2 -0
  66. package/dist/esm/machines/authenticator/defaultServices.js.map +1 -0
  67. package/dist/esm/machines/authenticator/index.js +2 -0
  68. package/dist/esm/machines/authenticator/index.js.map +1 -0
  69. package/dist/esm/machines/authenticator/signUp.js +2 -0
  70. package/dist/esm/machines/authenticator/signUp.js.map +1 -0
  71. package/dist/esm/node_modules/tslib/tslib.es6.js +16 -0
  72. package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -0
  73. package/dist/esm/theme/baseTheme.js +2 -0
  74. package/dist/esm/theme/baseTheme.js.map +1 -0
  75. package/dist/esm/theme/breakpoints.js +2 -0
  76. package/dist/esm/theme/breakpoints.js.map +1 -0
  77. package/dist/esm/theme/createTheme.js +2 -0
  78. package/dist/esm/theme/createTheme.js.map +1 -0
  79. package/dist/esm/theme/index.js +2 -0
  80. package/dist/esm/theme/index.js.map +1 -0
  81. package/dist/esm/theme/tokens/borderWidths.js +2 -0
  82. package/dist/esm/theme/tokens/borderWidths.js.map +1 -0
  83. package/dist/esm/theme/tokens/colors.js +2 -0
  84. package/dist/esm/theme/tokens/colors.js.map +1 -0
  85. package/dist/esm/theme/tokens/components/alert.js +2 -0
  86. package/dist/esm/theme/tokens/components/alert.js.map +1 -0
  87. package/dist/esm/theme/tokens/components/authenticator.js +2 -0
  88. package/dist/esm/theme/tokens/components/authenticator.js.map +1 -0
  89. package/dist/esm/theme/tokens/components/badge.js +2 -0
  90. package/dist/esm/theme/tokens/components/badge.js.map +1 -0
  91. package/dist/esm/theme/tokens/components/button.js +2 -0
  92. package/dist/esm/theme/tokens/components/button.js.map +1 -0
  93. package/dist/esm/theme/tokens/components/card.js +2 -0
  94. package/dist/esm/theme/tokens/components/card.js.map +1 -0
  95. package/dist/esm/theme/tokens/components/checkbox.js +2 -0
  96. package/dist/esm/theme/tokens/components/checkbox.js.map +1 -0
  97. package/dist/esm/theme/tokens/components/checkboxField.js +2 -0
  98. package/dist/esm/theme/tokens/components/checkboxField.js.map +1 -0
  99. package/dist/esm/theme/tokens/components/copy.js +2 -0
  100. package/dist/esm/theme/tokens/components/copy.js.map +1 -0
  101. package/dist/esm/theme/tokens/components/countryCodeSelect.js +2 -0
  102. package/dist/esm/theme/tokens/components/countryCodeSelect.js.map +1 -0
  103. package/dist/esm/theme/tokens/components/divider.js +2 -0
  104. package/dist/esm/theme/tokens/components/divider.js.map +1 -0
  105. package/dist/esm/theme/tokens/components/expander.js +2 -0
  106. package/dist/esm/theme/tokens/components/expander.js.map +1 -0
  107. package/dist/esm/theme/tokens/components/field.js +2 -0
  108. package/dist/esm/theme/tokens/components/field.js.map +1 -0
  109. package/dist/esm/theme/tokens/components/fieldControl.js +2 -0
  110. package/dist/esm/theme/tokens/components/fieldControl.js.map +1 -0
  111. package/dist/esm/theme/tokens/components/fieldGroup.js +2 -0
  112. package/dist/esm/theme/tokens/components/fieldGroup.js.map +1 -0
  113. package/dist/esm/theme/tokens/components/fieldMessages.js +2 -0
  114. package/dist/esm/theme/tokens/components/fieldMessages.js.map +1 -0
  115. package/dist/esm/theme/tokens/components/flex.js +2 -0
  116. package/dist/esm/theme/tokens/components/flex.js.map +1 -0
  117. package/dist/esm/theme/tokens/components/heading.js +2 -0
  118. package/dist/esm/theme/tokens/components/heading.js.map +1 -0
  119. package/dist/esm/theme/tokens/components/icon.js +2 -0
  120. package/dist/esm/theme/tokens/components/icon.js.map +1 -0
  121. package/dist/esm/theme/tokens/components/image.js +2 -0
  122. package/dist/esm/theme/tokens/components/image.js.map +1 -0
  123. package/dist/esm/theme/tokens/components/index.js +2 -0
  124. package/dist/esm/theme/tokens/components/index.js.map +1 -0
  125. package/dist/esm/theme/tokens/components/link.js +2 -0
  126. package/dist/esm/theme/tokens/components/link.js.map +1 -0
  127. package/dist/esm/theme/tokens/components/loader.js +2 -0
  128. package/dist/esm/theme/tokens/components/loader.js.map +1 -0
  129. package/dist/esm/theme/tokens/components/menu.js +2 -0
  130. package/dist/esm/theme/tokens/components/menu.js.map +1 -0
  131. package/dist/esm/theme/tokens/components/pagination.js +2 -0
  132. package/dist/esm/theme/tokens/components/pagination.js.map +1 -0
  133. package/dist/esm/theme/tokens/components/phoneNumberField.js +2 -0
  134. package/dist/esm/theme/tokens/components/phoneNumberField.js.map +1 -0
  135. package/dist/esm/theme/tokens/components/placeholder.js +2 -0
  136. package/dist/esm/theme/tokens/components/placeholder.js.map +1 -0
  137. package/dist/esm/theme/tokens/components/radio.js +2 -0
  138. package/dist/esm/theme/tokens/components/radio.js.map +1 -0
  139. package/dist/esm/theme/tokens/components/rating.js +2 -0
  140. package/dist/esm/theme/tokens/components/rating.js.map +1 -0
  141. package/dist/esm/theme/tokens/components/select.js +2 -0
  142. package/dist/esm/theme/tokens/components/select.js.map +1 -0
  143. package/dist/esm/theme/tokens/components/selectField.js +2 -0
  144. package/dist/esm/theme/tokens/components/selectField.js.map +1 -0
  145. package/dist/esm/theme/tokens/components/sliderField.js +2 -0
  146. package/dist/esm/theme/tokens/components/sliderField.js.map +1 -0
  147. package/dist/esm/theme/tokens/components/stepperField.js +2 -0
  148. package/dist/esm/theme/tokens/components/stepperField.js.map +1 -0
  149. package/dist/esm/theme/tokens/components/switchField.js +2 -0
  150. package/dist/esm/theme/tokens/components/switchField.js.map +1 -0
  151. package/dist/esm/theme/tokens/components/table.js +2 -0
  152. package/dist/esm/theme/tokens/components/table.js.map +1 -0
  153. package/dist/esm/theme/tokens/components/tabs.js +2 -0
  154. package/dist/esm/theme/tokens/components/tabs.js.map +1 -0
  155. package/dist/esm/theme/tokens/components/text.js +2 -0
  156. package/dist/esm/theme/tokens/components/text.js.map +1 -0
  157. package/dist/esm/theme/tokens/components/toggleButton.js +2 -0
  158. package/dist/esm/theme/tokens/components/toggleButton.js.map +1 -0
  159. package/dist/esm/theme/tokens/components/toggleButtonGroup.js +2 -0
  160. package/dist/esm/theme/tokens/components/toggleButtonGroup.js.map +1 -0
  161. package/dist/esm/theme/tokens/fontSizes.js +2 -0
  162. package/dist/esm/theme/tokens/fontSizes.js.map +1 -0
  163. package/dist/esm/theme/tokens/fontWeights.js +2 -0
  164. package/dist/esm/theme/tokens/fontWeights.js.map +1 -0
  165. package/dist/esm/theme/tokens/fonts.js +2 -0
  166. package/dist/esm/theme/tokens/fonts.js.map +1 -0
  167. package/dist/esm/theme/tokens/index.js +2 -0
  168. package/dist/esm/theme/tokens/index.js.map +1 -0
  169. package/dist/esm/theme/tokens/lineHeights.js +2 -0
  170. package/dist/esm/theme/tokens/lineHeights.js.map +1 -0
  171. package/dist/esm/theme/tokens/opacities.js +2 -0
  172. package/dist/esm/theme/tokens/opacities.js.map +1 -0
  173. package/dist/esm/theme/tokens/outlineOffsets.js +2 -0
  174. package/dist/esm/theme/tokens/outlineOffsets.js.map +1 -0
  175. package/dist/esm/theme/tokens/outlineWidths.js +2 -0
  176. package/dist/esm/theme/tokens/outlineWidths.js.map +1 -0
  177. package/dist/esm/theme/tokens/radii.js +2 -0
  178. package/dist/esm/theme/tokens/radii.js.map +1 -0
  179. package/dist/esm/theme/tokens/shadows.js +2 -0
  180. package/dist/esm/theme/tokens/shadows.js.map +1 -0
  181. package/dist/esm/theme/tokens/space.js +2 -0
  182. package/dist/esm/theme/tokens/space.js.map +1 -0
  183. package/dist/esm/theme/tokens/time.js +2 -0
  184. package/dist/esm/theme/tokens/time.js.map +1 -0
  185. package/dist/esm/theme/tokens/transforms.js +2 -0
  186. package/dist/esm/theme/tokens/transforms.js.map +1 -0
  187. package/dist/esm/theme/tokens/types/designToken.js +2 -0
  188. package/dist/esm/theme/tokens/types/designToken.js.map +1 -0
  189. package/dist/esm/theme/utils.js +2 -0
  190. package/dist/esm/theme/utils.js.map +1 -0
  191. package/dist/esm/types/authenticator/attributes.js +2 -0
  192. package/dist/esm/types/authenticator/attributes.js.map +1 -0
  193. package/dist/esm/types/authenticator/user.js +2 -0
  194. package/dist/esm/types/authenticator/user.js.map +1 -0
  195. package/dist/esm/validators/index.js +2 -0
  196. package/dist/esm/validators/index.js.map +1 -0
  197. package/dist/index.js +17 -37
  198. package/dist/index.js.map +1 -1
  199. package/dist/styles.css +1 -6
  200. package/dist/theme.css +1 -1
  201. package/dist/types/helpers/authenticator/actor.d.ts +15 -0
  202. package/dist/types/helpers/authenticator/constants.d.ts +5 -0
  203. package/dist/types/helpers/authenticator/context.d.ts +10 -0
  204. package/dist/types/helpers/authenticator/facade.d.ts +66 -0
  205. package/dist/types/helpers/authenticator/form.d.ts +7 -0
  206. package/dist/types/helpers/authenticator/formFields/defaults.d.ts +3 -0
  207. package/dist/types/helpers/authenticator/formFields/formFields.d.ts +11 -0
  208. package/dist/types/helpers/authenticator/formFields/index.d.ts +3 -0
  209. package/dist/types/helpers/authenticator/formFields/util.d.ts +7 -0
  210. package/dist/types/helpers/authenticator/index.d.ts +7 -0
  211. package/dist/types/helpers/authenticator/utils.d.ts +16 -0
  212. package/dist/types/helpers/index.d.ts +1 -0
  213. package/dist/types/i18n/country-dial-codes.d.ts +1 -0
  214. package/dist/types/i18n/dictionaries/authenticator/de.d.ts +56 -0
  215. package/dist/types/i18n/dictionaries/authenticator/defaultTexts.d.ts +58 -0
  216. package/dist/types/i18n/dictionaries/authenticator/en.d.ts +50 -0
  217. package/dist/types/i18n/dictionaries/authenticator/es.d.ts +55 -0
  218. package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +65 -0
  219. package/dist/types/i18n/dictionaries/authenticator/id.d.ts +78 -0
  220. package/dist/types/i18n/dictionaries/authenticator/index.d.ts +15 -0
  221. package/dist/types/i18n/dictionaries/authenticator/it.d.ts +49 -0
  222. package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +52 -0
  223. package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +56 -0
  224. package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +50 -0
  225. package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +57 -0
  226. package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +50 -0
  227. package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +51 -0
  228. package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +65 -0
  229. package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +32 -0
  230. package/dist/types/i18n/dictionaries/index.d.ts +824 -0
  231. package/dist/types/i18n/index.d.ts +2 -0
  232. package/dist/types/i18n/translations.d.ts +93 -0
  233. package/dist/types/index.d.ts +5 -0
  234. package/dist/types/machines/authenticator/actions.d.ts +60 -0
  235. package/dist/types/machines/authenticator/actors/index.d.ts +3 -0
  236. package/dist/types/machines/authenticator/actors/resetPassword.d.ts +29 -0
  237. package/dist/types/machines/authenticator/actors/signIn.d.ts +29 -0
  238. package/dist/types/machines/authenticator/actors/signOut.d.ts +25 -0
  239. package/dist/types/machines/authenticator/defaultServices.d.ts +29 -0
  240. package/dist/types/machines/authenticator/index.d.ts +28 -0
  241. package/dist/types/machines/authenticator/signUp.d.ts +29 -0
  242. package/dist/types/machines/index.d.ts +1 -0
  243. package/dist/types/theme/baseTheme.d.ts +2 -0
  244. package/dist/types/theme/breakpoints.d.ts +12 -0
  245. package/dist/types/theme/createTheme.d.ts +9 -0
  246. package/dist/types/theme/index.d.ts +4 -0
  247. package/dist/types/theme/tokens/borderWidths.d.ts +19 -0
  248. package/dist/types/theme/tokens/colors.d.ts +76 -0
  249. package/dist/types/theme/tokens/components/alert.d.ts +65 -0
  250. package/dist/types/theme/tokens/components/authenticator.d.ts +71 -0
  251. package/dist/types/theme/tokens/components/badge.d.ts +83 -0
  252. package/dist/types/theme/tokens/components/button.d.ts +328 -0
  253. package/dist/types/theme/tokens/components/card.d.ts +63 -0
  254. package/dist/types/theme/tokens/components/checkbox.d.ts +140 -0
  255. package/dist/types/theme/tokens/components/checkboxField.d.ts +14 -0
  256. package/dist/types/theme/tokens/components/copy.d.ts +26 -0
  257. package/dist/types/theme/tokens/components/countryCodeSelect.d.ts +5 -0
  258. package/dist/types/theme/tokens/components/divider.d.ts +38 -0
  259. package/dist/types/theme/tokens/components/expander.d.ts +135 -0
  260. package/dist/types/theme/tokens/components/field.d.ts +29 -0
  261. package/dist/types/theme/tokens/components/fieldControl.d.ts +174 -0
  262. package/dist/types/theme/tokens/components/fieldGroup.d.ts +15 -0
  263. package/dist/types/theme/tokens/components/fieldMessages.d.ts +21 -0
  264. package/dist/types/theme/tokens/components/flex.d.ts +17 -0
  265. package/dist/types/theme/tokens/components/heading.d.ts +56 -0
  266. package/dist/types/theme/tokens/components/icon.d.ts +8 -0
  267. package/dist/types/theme/tokens/components/image.d.ts +14 -0
  268. package/dist/types/theme/tokens/components/index.d.ts +2479 -0
  269. package/dist/types/theme/tokens/components/link.d.ts +35 -0
  270. package/dist/types/theme/tokens/components/loader.d.ts +78 -0
  271. package/dist/types/theme/tokens/components/menu.d.ts +59 -0
  272. package/dist/types/theme/tokens/components/pagination.d.ts +82 -0
  273. package/dist/types/theme/tokens/components/phoneNumberField.d.ts +1 -0
  274. package/dist/types/theme/tokens/components/placeholder.d.ts +29 -0
  275. package/dist/types/theme/tokens/components/radio.d.ts +131 -0
  276. package/dist/types/theme/tokens/components/rating.d.ts +27 -0
  277. package/dist/types/theme/tokens/components/select.d.ts +60 -0
  278. package/dist/types/theme/tokens/components/selectField.d.ts +5 -0
  279. package/dist/types/theme/tokens/components/sliderField.d.ts +118 -0
  280. package/dist/types/theme/tokens/components/stepperField.d.ts +10 -0
  281. package/dist/types/theme/tokens/components/switchField.d.ts +78 -0
  282. package/dist/types/theme/tokens/components/table.d.ts +197 -0
  283. package/dist/types/theme/tokens/components/tabs.d.ts +84 -0
  284. package/dist/types/theme/tokens/components/text.d.ts +40 -0
  285. package/dist/types/theme/tokens/components/toggleButton.d.ts +154 -0
  286. package/dist/types/theme/tokens/components/toggleButtonGroup.d.ts +11 -0
  287. package/dist/types/theme/tokens/fontSizes.d.ts +17 -0
  288. package/dist/types/theme/tokens/fontWeights.d.ts +16 -0
  289. package/dist/types/theme/tokens/fonts.d.ts +13 -0
  290. package/dist/types/theme/tokens/index.d.ts +52 -0
  291. package/dist/types/theme/tokens/lineHeights.d.ts +10 -0
  292. package/dist/types/theme/tokens/opacities.d.ts +18 -0
  293. package/dist/types/theme/tokens/outlineOffsets.d.ts +10 -0
  294. package/dist/types/theme/tokens/outlineWidths.d.ts +10 -0
  295. package/dist/types/theme/tokens/radii.d.ts +14 -0
  296. package/dist/types/theme/tokens/shadows.d.ts +10 -0
  297. package/dist/types/theme/tokens/space.d.ts +27 -0
  298. package/dist/types/theme/tokens/time.d.ts +10 -0
  299. package/dist/types/theme/tokens/transforms.d.ts +14 -0
  300. package/dist/types/theme/tokens/types/designToken.d.ts +56 -0
  301. package/dist/types/theme/tokens/types/scales.d.ts +12 -0
  302. package/dist/types/theme/types.d.ts +110 -0
  303. package/dist/types/theme/utils.d.ts +8 -0
  304. package/dist/types/types/authenticator/attributes.d.ts +21 -0
  305. package/dist/types/types/authenticator/form.d.ts +61 -0
  306. package/dist/types/types/authenticator/index.d.ts +5 -0
  307. package/dist/types/types/authenticator/stateMachine/authMachine.d.ts +15 -0
  308. package/dist/types/types/authenticator/stateMachine/context.d.ts +101 -0
  309. package/dist/types/types/authenticator/stateMachine/event.d.ts +17 -0
  310. package/dist/types/types/authenticator/stateMachine/index.d.ts +4 -0
  311. package/dist/types/types/authenticator/stateMachine/state.d.ts +10 -0
  312. package/dist/types/types/authenticator/user.d.ts +29 -0
  313. package/dist/types/types/authenticator/validator.d.ts +17 -0
  314. package/dist/types/types/index.d.ts +2 -0
  315. package/dist/types/types/util.d.ts +1 -0
  316. package/dist/types/validators/index.d.ts +2 -0
  317. package/package.json +12 -6
  318. package/dist/index.d.ts +0 -1022
package/dist/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Tue, 15 Mar 2022 21:42:36 GMT
6
+ * Generated on Thu, 31 Mar 2022 22:40:06 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -1512,11 +1512,6 @@ h6.amplify-heading {
1512
1512
  }
1513
1513
 
1514
1514
  /* Center by default */
1515
- [data-amplify-authenticator] {
1516
- display: grid;
1517
- max-width: var(--amplify-components-authenticator-max-width);
1518
- margin: auto;
1519
- }
1520
1515
  [data-amplify-authenticator][data-variation=modal] {
1521
1516
  display: grid;
1522
1517
  width: var(--amplify-components-authenticator-modal-width);
package/dist/theme.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 15 Mar 2022 21:42:36 GMT
3
+ * Generated on Thu, 31 Mar 2022 22:40:06 GMT
4
4
  */
5
5
 
6
6
  :root, [data-amplify-theme] {
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file contains helpers that lets you easily access current actor's state
3
+ * and context.
4
+ */
5
+ import { AuthActorContext, AuthActorState, AuthMachineState } from '../../types';
6
+ /**
7
+ * Get the state of current actor. This is useful for checking which screen
8
+ * to render: e.g. `getActorState(state).matches('confirmSignUp.edit').
9
+ */
10
+ export declare const getActorState: (state: AuthMachineState) => AuthActorState;
11
+ /**
12
+ * Get the context of current actor. Useful for getting any nested context
13
+ * like remoteError.
14
+ */
15
+ export declare const getActorContext: (state: AuthMachineState) => AuthActorContext;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file contains helpers related to forms and input attributes.
3
+ */
4
+ import { DefaultFormFieldOptions } from '../../types';
5
+ export declare const defaultFormFieldOptions: DefaultFormFieldOptions;
@@ -0,0 +1,10 @@
1
+ import { AuthContext, AuthMachineState } from '../../types';
2
+ export declare const getPrimaryAlias: (state: AuthMachineState) => "email" | "phone_number" | "username";
3
+ /**
4
+ * Given xstate context from AuthMachine, returns the primaryAlias and
5
+ * secondaryAliases.
6
+ */
7
+ export declare const getConfiguredAliases: (context: AuthContext) => {
8
+ primaryAlias: "email" | "phone_number" | "username";
9
+ secondaryAliases: ("email" | "phone_number" | "username")[];
10
+ };
@@ -0,0 +1,66 @@
1
+ /**
2
+ * This file contains helpers that translates xstate internals to more
3
+ * understandable authenticator contexts. We provide these contexts with
4
+ * `useAuthenticator` hook/composable/service.
5
+ */
6
+ /// <reference types="amazon-cognito-identity-js" />
7
+ import { Sender } from 'xstate';
8
+ import { AuthEvent, AuthEventData, AuthMachineState } from '../../types';
9
+ /**
10
+ * Creates public facing auth helpers that abstracts out xstate implementation
11
+ * detail. Each framework implementation can export these helpers so that
12
+ * developers can send events without having to learn internals.
13
+ *
14
+ * ```
15
+ * const [state, send] = useActor(...);
16
+ * const { submit } = getSendEventAliases(send);
17
+ * submit({ username, password})
18
+ * ```
19
+ */
20
+ export declare const getSendEventAliases: (send: Sender<AuthEvent>) => {
21
+ readonly resendCode: (data?: AuthEventData) => void;
22
+ readonly signOut: (data?: AuthEventData) => void;
23
+ readonly submitForm: (data?: AuthEventData) => void;
24
+ readonly updateForm: (data?: AuthEventData) => void;
25
+ readonly updateBlur: (data?: AuthEventData) => void;
26
+ readonly toFederatedSignIn: (data?: AuthEventData) => void;
27
+ readonly toResetPassword: (data?: AuthEventData) => void;
28
+ readonly toSignIn: (data?: AuthEventData) => void;
29
+ readonly toSignUp: (data?: AuthEventData) => void;
30
+ readonly skipVerification: (data?: AuthEventData) => void;
31
+ };
32
+ export declare const getServiceContextFacade: (state: AuthMachineState) => {
33
+ error: string;
34
+ hasValidationErrors: boolean;
35
+ isPending: boolean;
36
+ route: string;
37
+ user: import("../../types").CognitoUserAmplify;
38
+ validationErrors: {
39
+ [x: string]: string | string[];
40
+ };
41
+ codeDeliveryDetails: import("amazon-cognito-identity-js").CodeDeliveryDetails;
42
+ };
43
+ export declare const getServiceFacade: ({ send, state }: {
44
+ send: any;
45
+ state: any;
46
+ }) => {
47
+ error: string;
48
+ hasValidationErrors: boolean;
49
+ isPending: boolean;
50
+ route: string;
51
+ user: import("../../types").CognitoUserAmplify;
52
+ validationErrors: {
53
+ [x: string]: string | string[];
54
+ };
55
+ codeDeliveryDetails: import("amazon-cognito-identity-js").CodeDeliveryDetails;
56
+ resendCode: (data?: AuthEventData) => void;
57
+ signOut: (data?: AuthEventData) => void;
58
+ submitForm: (data?: AuthEventData) => void;
59
+ updateForm: (data?: AuthEventData) => void;
60
+ updateBlur: (data?: AuthEventData) => void;
61
+ toFederatedSignIn: (data?: AuthEventData) => void;
62
+ toResetPassword: (data?: AuthEventData) => void;
63
+ toSignIn: (data?: AuthEventData) => void;
64
+ toSignUp: (data?: AuthEventData) => void;
65
+ skipVerification: (data?: AuthEventData) => void;
66
+ };
@@ -0,0 +1,7 @@
1
+ import { CommonFields, FormFields, SignUpAttribute } from '../../types';
2
+ export declare const getFormDataFromEvent: (event: Event) => {
3
+ [k: string]: FormDataEntryValue;
4
+ };
5
+ export declare const setFormOrder: (formOverrides: FormFields, fieldNames: Array<SignUpAttribute | CommonFields>) => Array<string | number>;
6
+ export declare const isAuthFieldWithDefaults: (field: string) => field is "birthdate" | "email" | "family_name" | "given_name" | "middle_name" | "name" | "nickname" | "phone_number" | "preferred_username" | "profile" | "website" | "username" | "password" | "confirm_password" | "confirmation_code";
7
+ export declare const getErrors: (errors: string | string[]) => string[];
@@ -0,0 +1,3 @@
1
+ import { AuthMachineState, FormFields, FormFieldComponents } from '../../../types';
2
+ /** Collect all the defaultFormFields getters */
3
+ export declare const defaultFormFieldsGetters: Record<FormFieldComponents, (state: AuthMachineState) => FormFields>;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file contains helpers that generate default form fields, given the
3
+ * current Authenticator / Zero Config configuration.
4
+ */
5
+ import { AuthMachineState, FormFields, FormFieldComponents, FormFieldsArray } from '../../../types';
6
+ /** Gets the default formFields for given route/route */
7
+ export declare const getDefaultFormFields: (route: FormFieldComponents, state: AuthMachineState) => FormFields;
8
+ /** Gets default formFields, then merges custom formFields into it */
9
+ export declare const getFormFields: (route: FormFieldComponents, state: AuthMachineState) => FormFields;
10
+ /** Calls `getFormFields` above, then sorts it into an indexed array */
11
+ export declare const getSortedFormFields: (route: FormFieldComponents, state: AuthMachineState) => FormFieldsArray;
@@ -0,0 +1,3 @@
1
+ export * from './formFields';
2
+ export * from './defaults';
3
+ export * from './util';
@@ -0,0 +1,7 @@
1
+ import { FormFields, FormFieldsArray } from '../../../types';
2
+ /** Applies translations to label and placeholder */
3
+ export declare const applyTranslation: (formFields: FormFields) => FormFields;
4
+ /** Sorts formFields according to their `order`. */
5
+ export declare const sortFormFields: (formFields: FormFields) => FormFieldsArray;
6
+ /** Applies defaultFormFields value into customFormFields */
7
+ export declare const applyDefaults: (defaultFormFields: FormFields, customFormFields?: FormFields) => FormFields;
@@ -0,0 +1,7 @@
1
+ export * from './actor';
2
+ export * from './context';
3
+ export * from './facade';
4
+ export * from './constants';
5
+ export * from './form';
6
+ export * from './utils';
7
+ export * from './formFields';
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file contains general helpers that state machine or authenticator
3
+ * implementations can use.
4
+ */
5
+ import { AuthMachineSend } from '../../types';
6
+ export declare const censorAllButFirstAndLast: (value: string) => string;
7
+ export declare const censorPhoneNumber: (val: string) => string;
8
+ /**
9
+ * Listens to external auth Hub events and sends corresponding event to
10
+ * the `authService` of interest
11
+ *
12
+ * @param send - `send` function associated with the `authService` of interest
13
+ *
14
+ * @returns function that unsubscribes to the hub evenmt
15
+ */
16
+ export declare const listenToAuthHub: (send: AuthMachineSend) => () => void;
@@ -0,0 +1 @@
1
+ export * from './authenticator';
@@ -0,0 +1 @@
1
+ export declare const countryDialCodes: string[];
@@ -0,0 +1,56 @@
1
+ export declare const deDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'An account with the given email already exists.': string;
4
+ 'Back to Sign In': string;
5
+ 'Change Password': string;
6
+ Code: string;
7
+ Confirm: string;
8
+ 'Confirm Password': string;
9
+ 'Confirm a Code': string;
10
+ 'Confirm Sign In': string;
11
+ 'Confirm Sign Up': string;
12
+ 'Confirm SMS Code': string;
13
+ 'Confirm TOTP Code': string;
14
+ 'Confirmation Code': string;
15
+ 'Create a new account': string;
16
+ 'Create account': string;
17
+ 'Create Account': string;
18
+ 'Creating Account': string;
19
+ Email: string;
20
+ 'Enter your code': string;
21
+ 'Enter your password': string;
22
+ 'Enter your username': string;
23
+ 'Enter your phone number': string;
24
+ 'Enter your email': string;
25
+ 'Forgot your password?': string;
26
+ 'Forgot Password': string;
27
+ 'Hide password': string;
28
+ 'Have an account? ': string;
29
+ 'Incorrect username or password': string;
30
+ 'Invalid password format': string;
31
+ 'Invalid phone number format': string;
32
+ 'Lost your code? ': string;
33
+ 'New Password': string;
34
+ 'No account? ': string;
35
+ or: string;
36
+ Password: string;
37
+ 'Password attempts exceeded': string;
38
+ 'Phone Number': string;
39
+ 'Resend Code': string;
40
+ 'Reset password': string;
41
+ 'Reset your password': string;
42
+ 'Send Code': string;
43
+ 'Sign in': string;
44
+ 'Sign In': string;
45
+ 'Sign in to your account': string;
46
+ 'Sign Out': string;
47
+ 'Sign Up': string;
48
+ Skip: string;
49
+ Submit: string;
50
+ 'User already exists': string;
51
+ 'User does not exist': string;
52
+ Username: string;
53
+ 'Username cannot be empty': string;
54
+ Verify: string;
55
+ 'Verify Contact': string;
56
+ };
@@ -0,0 +1,58 @@
1
+ export declare const defaultTexts: {
2
+ BACK_SIGN_IN: string;
3
+ BIRTHDATE: string;
4
+ CHANGE_PASSWORD: string;
5
+ CHANGING_PASSWORD: string;
6
+ CODE: string;
7
+ CONFIRM_PASSWORD: string;
8
+ CONFIRM_RESET_PASSWORD_HEADING: string;
9
+ CONFIRM_SIGNUP_HEADING: string;
10
+ CONFIRM_SMS: string;
11
+ CONFIRM_TOTP: string;
12
+ CONFIRM: string;
13
+ CONFIRMATION_CODE: string;
14
+ CONFIRMING: string;
15
+ CREATE_ACCOUNT: string;
16
+ CREATING_ACCOUNT: string;
17
+ EMAIL_ADDRESS: string;
18
+ ENTER_CODE: string;
19
+ ENTER_USERNAME: string;
20
+ FAMILY_NAME: string;
21
+ GIVEN_NAME: string;
22
+ FORGOT_YOUR_PASSWORD: string;
23
+ FORGOT_YOUR_PASSWORD_LEGACY: string;
24
+ HIDE_PASSWORD: string;
25
+ LOADING: string;
26
+ LOGIN_NAME: string;
27
+ MIDDLE_NAME: string;
28
+ NAME: string;
29
+ NICKNAME: string;
30
+ NEW_PASSWORD: string;
31
+ PASSWORD: string;
32
+ PHONE_NUMBER: string;
33
+ PREFERRED_USERNAME: string;
34
+ PROFILE: string;
35
+ RESEND_CODE: string;
36
+ RESET_PASSWORD_HEADING: string;
37
+ RESET_PASSWORD: string;
38
+ SEND_CODE: string;
39
+ SENDING: string;
40
+ SETUP_TOTP: string;
41
+ SHOW_PASSWORD: string;
42
+ SIGN_IN_BUTTON: string;
43
+ SIGN_IN_TAB: string;
44
+ SIGN_IN_WITH_AMAZON: string;
45
+ SIGN_IN_WITH_APPLE: string;
46
+ SIGN_IN_WITH_FACEBOOK: string;
47
+ SIGN_IN_WITH_GOOGLE: string;
48
+ SIGN_IN: string;
49
+ SIGN_UP_BUTTON: string;
50
+ SIGNING_IN_BUTTON: string;
51
+ SKIP: string;
52
+ SUBMIT: string;
53
+ SUBMITTING: string;
54
+ VERIFY_CONTACT: string;
55
+ VERIFY_HEADING: string;
56
+ VERIFY: string;
57
+ WEBSITE: string;
58
+ };
@@ -0,0 +1,50 @@
1
+ export declare const enDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'Back to Sign In': string;
4
+ 'Change Password': string;
5
+ Changing: string;
6
+ Code: string;
7
+ Confirm: string;
8
+ 'Confirm Password': string;
9
+ 'Confirm Sign Up': string;
10
+ 'Confirm SMS Code': string;
11
+ 'Confirm TOTP Code': string;
12
+ 'Confirmation Code': string;
13
+ Confirming: string;
14
+ 'Create Account': string;
15
+ 'Creating Account': string;
16
+ Email: string;
17
+ 'Enter your code': string;
18
+ 'Enter your username': string;
19
+ 'Enter your phone number': string;
20
+ 'Enter your email': string;
21
+ 'Forgot your password?': string;
22
+ 'Hide password': string;
23
+ Loading: string;
24
+ Username: string;
25
+ 'New password': string;
26
+ Password: string;
27
+ 'Phone Number': string;
28
+ 'Resend Code': string;
29
+ 'Reset your password': string;
30
+ 'Reset your Password': string;
31
+ 'Send Code': string;
32
+ 'Send code': string;
33
+ Sending: string;
34
+ 'Setup TOTP': string;
35
+ 'Show password': string;
36
+ 'Sign in': string;
37
+ 'Sign In': string;
38
+ 'Sign In with Amazon': string;
39
+ 'Sign In with Apple': string;
40
+ 'Sign In with Facebook': string;
41
+ 'Sign In with Google': string;
42
+ 'Sign in to your account': string;
43
+ 'Create a new account': string;
44
+ 'Signing in': string;
45
+ Skip: string;
46
+ Submit: string;
47
+ Submitting: string;
48
+ 'Verify Contact': string;
49
+ Verify: string;
50
+ };
@@ -0,0 +1,55 @@
1
+ export declare const esDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'Back to Sign In': string;
4
+ 'Change Password': string;
5
+ Changing: string;
6
+ Code: string;
7
+ Confirm: string;
8
+ 'Confirm a Code': string;
9
+ 'Confirm Password': string;
10
+ 'Confirm Sign In': string;
11
+ 'Confirm Sign Up': string;
12
+ 'Confirm TOTP Code': string;
13
+ 'Confirmation Code': string;
14
+ Confirming: string;
15
+ 'Create a new account': string;
16
+ 'Creating Account': string;
17
+ Email: string;
18
+ 'Forgot Password': string;
19
+ 'Incorrect username or password': string;
20
+ 'Invalid password format': string;
21
+ 'Invalid phone number format': string;
22
+ 'Forgot your password?': string;
23
+ 'Hide password': string;
24
+ 'Loading...': string;
25
+ 'New Password': string;
26
+ or: string;
27
+ Password: string;
28
+ 'Phone Number': string;
29
+ 'Resend a Code': string;
30
+ 'Reset your password': string;
31
+ 'Reset your Password': string;
32
+ 'Resend Code': string;
33
+ 'Send Code': string;
34
+ Sending: string;
35
+ 'Setup TOTP': string;
36
+ 'Show password': string;
37
+ 'Sign in': string;
38
+ 'Sign In': string;
39
+ 'Sign In with Amazon': string;
40
+ 'Sign In with Apple': string;
41
+ 'Sign In with Facebook': string;
42
+ 'Sign In with Google': string;
43
+ 'Sign in to your account': string;
44
+ 'Sign Out': string;
45
+ 'Sign Up': string;
46
+ 'Signing in': string;
47
+ Skip: string;
48
+ Submit: string;
49
+ 'User already exists': string;
50
+ 'User does not exist': string;
51
+ Username: string;
52
+ 'Username cannot be empty': string;
53
+ Verify: string;
54
+ 'Verify Contact': string;
55
+ };
@@ -0,0 +1,65 @@
1
+ export declare const frDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'An account with the given email already exists.': string;
4
+ 'Back to Sign In': string;
5
+ Change: string;
6
+ 'Change Password': string;
7
+ Code: string;
8
+ Confirm: string;
9
+ 'Confirm a Code': string;
10
+ 'Confirm Password': string;
11
+ 'Confirm Sign In': string;
12
+ 'Confirm Sign Up': string;
13
+ 'Confirm SMS Code': string;
14
+ 'Confirm TOTP Code': string;
15
+ 'Confirmation Code': string;
16
+ 'Create a new account': string;
17
+ 'Create account': string;
18
+ 'Create Account': string;
19
+ Email: string;
20
+ 'Enter your code': string;
21
+ 'Enter your email': string;
22
+ 'Enter your password': string;
23
+ 'Enter your phone number': string;
24
+ 'Enter your username': string;
25
+ 'Forgot Password': string;
26
+ 'Forgot your password?': string;
27
+ 'Have an account? ': string;
28
+ Hello: string;
29
+ 'Incorrect username or password': string;
30
+ 'Invalid password format': string;
31
+ 'Invalid phone number format': string;
32
+ 'Loading...': string;
33
+ 'Lost your code? ': string;
34
+ 'Network error': string;
35
+ 'New Password': string;
36
+ 'No account? ': string;
37
+ or: string;
38
+ Password: string;
39
+ 'Phone Number': string;
40
+ 'Resend a Code': string;
41
+ 'Resend Code': string;
42
+ 'Reset password': string;
43
+ 'Reset your password': string;
44
+ Send: string;
45
+ 'Send Code': string;
46
+ 'Sign in': string;
47
+ 'Sign In': string;
48
+ 'Sign in to your account': string;
49
+ 'Sign In with Amazon': string;
50
+ 'Sign In with AWS': string;
51
+ 'Sign In with Facebook': string;
52
+ 'Sign In with Google': string;
53
+ 'Sign Out': string;
54
+ 'Sign Up': string;
55
+ Skip: string;
56
+ SMS: string;
57
+ Submit: string;
58
+ 'User already exists': string;
59
+ 'User does not exist': string;
60
+ Username: string;
61
+ 'Username cannot be empty': string;
62
+ 'Username/client id combination not found.': string;
63
+ Verify: string;
64
+ 'Verify Contact': string;
65
+ };
@@ -0,0 +1,78 @@
1
+ export declare const idDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'An account with the given email already exists.': string;
4
+ 'Attempt limit exceeded, please try after some time.': string;
5
+ 'Back to Sign In': string;
6
+ 'Cannot reset password for the user as there is no registered/verified email or phone_number': string;
7
+ Change: string;
8
+ 'Change Password': string;
9
+ Code: string;
10
+ Confirm: string;
11
+ 'Confirm a Code': string;
12
+ 'Confirm Password': string;
13
+ 'Confirmation Code': string;
14
+ 'Create a new account': string;
15
+ 'Create account': string;
16
+ 'Create Account': string;
17
+ 'Creating Account': string;
18
+ Confirming: string;
19
+ Email: string;
20
+ 'Enter your code': string;
21
+ 'Enter your email': string;
22
+ 'Enter your password': string;
23
+ 'Enter your phone number': string;
24
+ 'Enter your username': string;
25
+ 'Forgot Password': string;
26
+ 'Forgot your password?': string;
27
+ 'Have an account? ': string;
28
+ Hello: string;
29
+ 'Incorrect username or password.': string;
30
+ 'Invalid phone number format': string;
31
+ 'Invalid verification code provided, please try again.': string;
32
+ 'It may take a minute to arrive.': string;
33
+ 'Lost your code? ': string;
34
+ Name: string;
35
+ 'Network error': string;
36
+ 'New password': string;
37
+ 'No account? ': string;
38
+ or: string;
39
+ Password: string;
40
+ 'Password did not conform with policy: Password not long enough': string;
41
+ 'Phone Number': string;
42
+ 'Resend a Code': string;
43
+ 'Resend Code': string;
44
+ 'Reset password': string;
45
+ 'Reset your password': string;
46
+ Send: string;
47
+ 'Send Code': string;
48
+ 'Send code': string;
49
+ Sending: string;
50
+ 'Sign in': string;
51
+ 'Sign In': string;
52
+ 'Sign in to your account': string;
53
+ 'Sign In with Amazon': string;
54
+ 'Sign In with AWS': string;
55
+ 'Sign In with Facebook': string;
56
+ 'Sign In with Google': string;
57
+ 'Sign Up with Amazon': string;
58
+ 'Sign Up with AWS': string;
59
+ 'Sign Up with Facebook': string;
60
+ 'Sign Up with Google': string;
61
+ 'Signing in': string;
62
+ Skip: string;
63
+ SMS: string;
64
+ Submit: string;
65
+ Submitting: string;
66
+ 'User is disabled.': string;
67
+ 'User already exists': string;
68
+ 'User does not exist.': string;
69
+ Username: string;
70
+ 'Username cannot be empty': string;
71
+ 'Username/client id combination not found.': string;
72
+ Verify: string;
73
+ 'Verify Contact': string;
74
+ 'We Emailed You': string;
75
+ 'Your code is on the way. To log in, enter the code we emailed to': string;
76
+ 'Your code is on the way. To log in, enter the code we texted to': string;
77
+ 'Your passwords must match': string;
78
+ };
@@ -0,0 +1,15 @@
1
+ export { deDict } from './de';
2
+ export { enDict } from './en';
3
+ export { esDict } from './es';
4
+ export { frDict } from './fr';
5
+ export { itDict } from './it';
6
+ export { jaDict } from './ja';
7
+ export { krDict } from './kr';
8
+ export { nlDict } from './nl';
9
+ export { plDict } from './pl';
10
+ export { ptDict } from './pt';
11
+ export { zhDict } from './zh';
12
+ export { svDict } from './sv';
13
+ export { idDict } from './id';
14
+ export { trDict } from './tr';
15
+ export { defaultTexts } from './defaultTexts';
@@ -0,0 +1,49 @@
1
+ export declare const itDict: {
2
+ 'Account recovery requires verified contact information': string;
3
+ 'An account with the given email already exists.': string;
4
+ 'Back to Sign In': string;
5
+ 'Change Password': string;
6
+ Code: string;
7
+ Confirm: string;
8
+ 'Confirm a Code': string;
9
+ 'Confirm Password': string;
10
+ 'Confirm Sign In': string;
11
+ 'Confirm Sign Up': string;
12
+ 'Confirmation Code': string;
13
+ 'Create a new account': string;
14
+ 'Create account': string;
15
+ 'Create Account': string;
16
+ Email: string;
17
+ 'Enter your password': string;
18
+ 'Enter your username': string;
19
+ 'Forgot Password': string;
20
+ 'Forgot your password?': string;
21
+ 'Have an account? ': string;
22
+ 'Incorrect username or password': string;
23
+ 'Invalid password format': string;
24
+ 'Invalid phone number format': string;
25
+ 'Lost your code?': string;
26
+ 'New Password': string;
27
+ or: string;
28
+ 'No account? ': string;
29
+ Password: string;
30
+ 'Password attempts exceeded': string;
31
+ 'Phone Number': string;
32
+ 'Resend Code': string;
33
+ 'Reset password': string;
34
+ 'Reset your password': string;
35
+ 'Send Code': string;
36
+ 'Sign in': string;
37
+ 'Sign In': string;
38
+ 'Sign in to your account': string;
39
+ 'Sign Out': string;
40
+ 'Sign Up': string;
41
+ Skip: string;
42
+ Submit: string;
43
+ 'User already exists': string;
44
+ 'User does not exist': string;
45
+ Username: string;
46
+ 'Username cannot be empty': string;
47
+ Verify: string;
48
+ 'Verify Contact': string;
49
+ };