@intlayer/design-system 3.5.3 → 3.5.4

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 (293) hide show
  1. package/README.md +1 -1
  2. package/dist/.vite/manifest.json +162 -80
  3. package/dist/components/Auth/AuthModal/index.cjs +4 -0
  4. package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
  5. package/dist/components/Auth/AuthModal/index.mjs +4 -0
  6. package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
  7. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
  8. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
  9. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
  10. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
  11. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
  12. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
  13. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
  14. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
  15. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
  16. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
  17. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
  18. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
  19. package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
  20. package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
  21. package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
  22. package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
  23. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
  24. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
  25. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
  26. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
  27. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
  28. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
  29. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
  30. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
  31. package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
  32. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
  33. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
  34. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
  35. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
  36. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
  37. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
  38. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
  39. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
  40. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
  41. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
  42. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
  43. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  44. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
  45. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
  46. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
  47. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
  48. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
  49. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
  50. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
  51. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
  52. package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
  53. package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
  54. package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
  55. package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
  56. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
  57. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
  58. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
  59. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
  60. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
  61. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
  62. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
  63. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
  64. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
  65. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
  66. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
  67. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
  68. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
  69. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
  70. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
  71. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
  72. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
  73. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
  74. package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
  75. package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
  76. package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
  77. package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
  78. package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
  79. package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
  80. package/dist/components/Auth/SignInForm/index.cjs +2 -2
  81. package/dist/components/Auth/SignInForm/index.d.ts +1 -1
  82. package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
  83. package/dist/components/Auth/SignInForm/index.mjs +2 -2
  84. package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
  85. package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
  86. package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
  87. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
  88. package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
  89. package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
  90. package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
  91. package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
  92. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
  93. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
  94. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
  95. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
  96. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
  97. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
  98. package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
  99. package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
  100. package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
  101. package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
  102. package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
  103. package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
  104. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
  105. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
  106. package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
  107. package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
  108. package/dist/components/Auth/SignUpForm/index.cjs +2 -2
  109. package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
  110. package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
  111. package/dist/components/Auth/SignUpForm/index.mjs +2 -2
  112. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
  113. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
  114. package/dist/components/Auth/SignUpForm/{index.content.d.ts → signUpForm.content.d.ts} +1 -1
  115. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
  116. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
  117. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
  118. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
  119. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
  120. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
  121. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
  122. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
  123. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
  124. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
  125. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
  126. package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
  127. package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
  128. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
  129. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
  130. package/dist/components/Auth/index.cjs +8 -8
  131. package/dist/components/Auth/index.mjs +8 -8
  132. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
  133. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
  134. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
  135. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
  136. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
  137. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
  138. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
  139. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
  140. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
  141. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
  142. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
  143. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
  144. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
  145. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
  146. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  147. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
  148. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  149. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
  150. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
  151. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  152. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
  153. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
  154. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
  155. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
  156. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
  157. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
  158. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
  159. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
  160. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
  161. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
  162. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
  163. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
  164. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
  165. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
  166. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
  167. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  168. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
  169. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  170. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
  171. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
  172. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  173. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
  174. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  175. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
  176. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
  177. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
  178. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
  179. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
  180. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
  181. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
  182. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
  183. package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
  184. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
  185. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
  186. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
  187. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
  188. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
  189. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
  190. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
  191. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
  192. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
  193. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  194. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
  195. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
  196. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -3
  197. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  198. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -3
  199. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  200. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +66 -6
  201. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
  202. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  203. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +66 -6
  204. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
  205. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
  206. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
  207. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  208. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
  209. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
  210. package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
  211. package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
  212. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
  213. package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
  214. package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
  215. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
  216. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
  217. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  218. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
  219. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
  220. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +16 -20
  221. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
  222. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
  223. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -20
  224. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  225. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +24 -0
  226. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
  227. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +8 -0
  228. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
  229. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +25 -0
  230. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
  231. package/dist/components/index.cjs +8 -8
  232. package/dist/components/index.mjs +8 -8
  233. package/dist/tailwind.css +1 -1
  234. package/package.json +14 -14
  235. package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
  236. package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
  237. package/dist/__vite-browser-external-r74dyCO2.js +0 -5
  238. package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
  239. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
  240. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
  241. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
  242. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
  243. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
  244. package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
  245. package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
  246. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
  247. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
  248. package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
  249. package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
  250. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
  251. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
  252. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
  253. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
  254. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
  255. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
  256. package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
  257. package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
  258. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
  259. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
  260. package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
  261. package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
  262. package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
  263. package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
  264. package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
  265. package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
  266. package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
  267. package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
  268. package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
  269. package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
  270. package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
  271. package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
  272. package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
  273. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
  274. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
  275. package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
  276. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
  277. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
  278. package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
  279. package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
  280. package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
  281. package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
  282. package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
  283. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
  284. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
  285. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
  286. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
  287. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
  288. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
  289. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
  290. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
  291. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
  292. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
  293. package/dist/tailwind.js +0 -1
@@ -1,67 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactIntlayer = require("react-intlayer");
4
- const getChangePasswordContent = () => ({
5
- currentPasswordInput: {
6
- label: reactIntlayer.t({
7
- en: "Current password",
8
- fr: "Mot de passe actuel",
9
- es: "Contraseña actual"
10
- }),
11
- placeholder: reactIntlayer.t({
12
- en: "Enter actual password",
13
- fr: "Entrez votre mot de passe actuel",
14
- es: "Ingresa tu contraseña actual"
15
- })
16
- },
17
- newPasswordInput: {
18
- label: reactIntlayer.t({
19
- en: "New password",
20
- fr: "Nouveau mot de passe",
21
- es: "Nueva contraseña"
22
- }),
23
- placeholder: reactIntlayer.t({
24
- en: "Enter new password",
25
- fr: "Entrez votre nouveau mot de passe",
26
- es: "Ingresa tu nueva contraseña"
27
- })
28
- },
29
- confirmPasswordInput: {
30
- label: reactIntlayer.t({
31
- en: "Confirm new password",
32
- fr: "Confirmez le nouveau mot de passe",
33
- es: "Confirma tu nueva contraseña"
34
- }),
35
- placeholder: reactIntlayer.t({
36
- en: "Confirm new password",
37
- fr: "Confirmez votre nouveau mot de passe",
38
- es: "Confirma tu nueva contraseña"
39
- })
40
- },
41
- changePasswordButton: {
42
- text: reactIntlayer.t({
43
- en: "Change password",
44
- fr: "Changer le mot de passe",
45
- es: "Cambiar la contraseña"
46
- }),
47
- ariaLabel: reactIntlayer.t({
48
- en: "Click to change password",
49
- fr: "Cliquez pour changer le mot de passe",
50
- es: "Haz clic para cambiar la contraseña"
51
- })
52
- },
53
- backToHomeButton: {
54
- text: reactIntlayer.t({
55
- en: "Back to home page",
56
- fr: "Retour à la page d’accueil",
57
- es: "Volver a la página de inicio"
58
- }),
59
- ariaLabel: reactIntlayer.t({
60
- en: "Click to go back to the home page",
61
- fr: "Cliquez pour revenir à la page d’accueil",
62
- es: "Haz clic para volver a la página de inicio"
63
- })
64
- }
65
- });
66
- exports.getChangePasswordContent = getChangePasswordContent;
67
- //# sourceMappingURL=index.content.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.cjs","sources":["../../../../src/components/Auth/ChangePasswordForm/index.content.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\n\nexport const getChangePasswordContent = () => ({\n currentPasswordInput: {\n label: t({\n en: 'Current password',\n fr: 'Mot de passe actuel',\n es: 'Contraseña actual',\n }),\n placeholder: t({\n en: 'Enter actual password',\n fr: 'Entrez votre mot de passe actuel',\n es: 'Ingresa tu contraseña actual',\n }),\n },\n newPasswordInput: {\n label: t({\n en: 'New password',\n fr: 'Nouveau mot de passe',\n es: 'Nueva contraseña',\n }),\n placeholder: t({\n en: 'Enter new password',\n fr: 'Entrez votre nouveau mot de passe',\n es: 'Ingresa tu nueva contraseña',\n }),\n },\n confirmPasswordInput: {\n label: t({\n en: 'Confirm new password',\n fr: 'Confirmez le nouveau mot de passe',\n es: 'Confirma tu nueva contraseña',\n }),\n placeholder: t({\n en: 'Confirm new password',\n fr: 'Confirmez votre nouveau mot de passe',\n es: 'Confirma tu nueva contraseña',\n }),\n },\n changePasswordButton: {\n text: t({\n en: 'Change password',\n fr: 'Changer le mot de passe',\n es: 'Cambiar la contraseña',\n }),\n ariaLabel: t({\n en: 'Click to change password',\n fr: 'Cliquez pour changer le mot de passe',\n es: 'Haz clic para cambiar la contraseña',\n }),\n },\n backToHomeButton: {\n text: t({\n en: 'Back to home page',\n fr: 'Retour à la page d’accueil',\n es: 'Volver a la página de inicio',\n }),\n ariaLabel: t({\n en: 'Click to go back to the home page',\n fr: 'Cliquez pour revenir à la page d’accueil',\n es: 'Haz clic para volver a la página de inicio',\n }),\n },\n});\n"],"names":["t"],"mappings":";;;AAIO,MAAM,2BAA2B,OAAO;AAAA,EAC7C,sBAAsB;AAAA,IACpB,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,kBAAkB;AAAA,IAChB,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,sBAAsB;AAAA,IACpB,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,sBAAsB;AAAA,IACpB,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,kBAAkB;AAAA,IAChB,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;"}
@@ -1,23 +0,0 @@
1
- export declare const getChangePasswordContent: () => {
2
- currentPasswordInput: {
3
- label: any;
4
- placeholder: any;
5
- };
6
- newPasswordInput: {
7
- label: any;
8
- placeholder: any;
9
- };
10
- confirmPasswordInput: {
11
- label: any;
12
- placeholder: any;
13
- };
14
- changePasswordButton: {
15
- text: any;
16
- ariaLabel: any;
17
- };
18
- backToHomeButton: {
19
- text: any;
20
- ariaLabel: any;
21
- };
22
- };
23
- //# sourceMappingURL=index.content.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ChangePasswordForm/index.content.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;CA6DnC,CAAC"}
@@ -1,67 +0,0 @@
1
- import { t } from "react-intlayer";
2
- const getChangePasswordContent = () => ({
3
- currentPasswordInput: {
4
- label: t({
5
- en: "Current password",
6
- fr: "Mot de passe actuel",
7
- es: "Contraseña actual"
8
- }),
9
- placeholder: t({
10
- en: "Enter actual password",
11
- fr: "Entrez votre mot de passe actuel",
12
- es: "Ingresa tu contraseña actual"
13
- })
14
- },
15
- newPasswordInput: {
16
- label: t({
17
- en: "New password",
18
- fr: "Nouveau mot de passe",
19
- es: "Nueva contraseña"
20
- }),
21
- placeholder: t({
22
- en: "Enter new password",
23
- fr: "Entrez votre nouveau mot de passe",
24
- es: "Ingresa tu nueva contraseña"
25
- })
26
- },
27
- confirmPasswordInput: {
28
- label: t({
29
- en: "Confirm new password",
30
- fr: "Confirmez le nouveau mot de passe",
31
- es: "Confirma tu nueva contraseña"
32
- }),
33
- placeholder: t({
34
- en: "Confirm new password",
35
- fr: "Confirmez votre nouveau mot de passe",
36
- es: "Confirma tu nueva contraseña"
37
- })
38
- },
39
- changePasswordButton: {
40
- text: t({
41
- en: "Change password",
42
- fr: "Changer le mot de passe",
43
- es: "Cambiar la contraseña"
44
- }),
45
- ariaLabel: t({
46
- en: "Click to change password",
47
- fr: "Cliquez pour changer le mot de passe",
48
- es: "Haz clic para cambiar la contraseña"
49
- })
50
- },
51
- backToHomeButton: {
52
- text: t({
53
- en: "Back to home page",
54
- fr: "Retour à la page d’accueil",
55
- es: "Volver a la página de inicio"
56
- }),
57
- ariaLabel: t({
58
- en: "Click to go back to the home page",
59
- fr: "Cliquez pour revenir à la page d’accueil",
60
- es: "Haz clic para volver a la página de inicio"
61
- })
62
- }
63
- });
64
- export {
65
- getChangePasswordContent
66
- };
67
- //# sourceMappingURL=index.content.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.mjs","sources":["../../../../src/components/Auth/ChangePasswordForm/index.content.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\n\nexport const getChangePasswordContent = () => ({\n currentPasswordInput: {\n label: t({\n en: 'Current password',\n fr: 'Mot de passe actuel',\n es: 'Contraseña actual',\n }),\n placeholder: t({\n en: 'Enter actual password',\n fr: 'Entrez votre mot de passe actuel',\n es: 'Ingresa tu contraseña actual',\n }),\n },\n newPasswordInput: {\n label: t({\n en: 'New password',\n fr: 'Nouveau mot de passe',\n es: 'Nueva contraseña',\n }),\n placeholder: t({\n en: 'Enter new password',\n fr: 'Entrez votre nouveau mot de passe',\n es: 'Ingresa tu nueva contraseña',\n }),\n },\n confirmPasswordInput: {\n label: t({\n en: 'Confirm new password',\n fr: 'Confirmez le nouveau mot de passe',\n es: 'Confirma tu nueva contraseña',\n }),\n placeholder: t({\n en: 'Confirm new password',\n fr: 'Confirmez votre nouveau mot de passe',\n es: 'Confirma tu nueva contraseña',\n }),\n },\n changePasswordButton: {\n text: t({\n en: 'Change password',\n fr: 'Changer le mot de passe',\n es: 'Cambiar la contraseña',\n }),\n ariaLabel: t({\n en: 'Click to change password',\n fr: 'Cliquez pour changer le mot de passe',\n es: 'Haz clic para cambiar la contraseña',\n }),\n },\n backToHomeButton: {\n text: t({\n en: 'Back to home page',\n fr: 'Retour à la page d’accueil',\n es: 'Volver a la página de inicio',\n }),\n ariaLabel: t({\n en: 'Click to go back to the home page',\n fr: 'Cliquez pour revenir à la page d’accueil',\n es: 'Haz clic para volver a la página de inicio',\n }),\n },\n});\n"],"names":[],"mappings":";AAIO,MAAM,2BAA2B,OAAO;AAAA,EAC7C,sBAAsB;AAAA,IACpB,OAAO,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAa,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,kBAAkB;AAAA,IAChB,OAAO,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAa,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,sBAAsB;AAAA,IACpB,OAAO,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAa,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,sBAAsB;AAAA,IACpB,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAW,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,kBAAkB;AAAA,IAChB,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAW,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;"}
@@ -1,29 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactIntlayer = require("react-intlayer");
4
- const zod = require("zod");
5
- const getResetPasswordSchema = () => {
6
- const requiredErrorEmail = reactIntlayer.t({
7
- en: "Please enter your email address",
8
- fr: "Veuillez saisir votre adresse e-mail",
9
- es: "Por favor, ingrese su dirección de correo electrónico"
10
- });
11
- const invalidTypeErrorEmail = reactIntlayer.t({
12
- en: "Please enter a valid email address",
13
- fr: "Veuillez saisir une adresse e-mail valide",
14
- es: "Por favor, ingrese una dirección de correo electrónico válida"
15
- });
16
- const invalidLengthErrorEmail = reactIntlayer.t({
17
- en: "Please enter a valid email address",
18
- fr: "Veuillez saisir une adresse e-mail valide",
19
- es: "Por favor, ingrese una dirección de correo electrónico válida"
20
- });
21
- return zod.z.object({
22
- email: zod.z.string({
23
- required_error: requiredErrorEmail,
24
- invalid_type_error: invalidTypeErrorEmail
25
- }).min(1, { message: invalidLengthErrorEmail })
26
- });
27
- };
28
- exports.getResetPasswordSchema = getResetPasswordSchema;
29
- //# sourceMappingURL=ResetPasswordSchema.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResetPasswordSchema.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\nimport { z } from 'zod';\n\nexport const getResetPasswordSchema = () => {\n const requiredErrorEmail = t({\n en: 'Please enter your email address',\n fr: 'Veuillez saisir votre adresse e-mail',\n es: 'Por favor, ingrese su dirección de correo electrónico',\n });\n\n const invalidTypeErrorEmail = t({\n en: 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n });\n\n const invalidLengthErrorEmail = t({\n en: 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n });\n\n return z.object({\n email: z\n .string({\n required_error: requiredErrorEmail,\n invalid_type_error: invalidTypeErrorEmail,\n })\n .min(1, { message: invalidLengthErrorEmail }),\n });\n};\n\nexport type ResetPassword = z.infer<ReturnType<typeof getResetPasswordSchema>>;\n"],"names":["t","z"],"mappings":";;;;AAKO,MAAM,yBAAyB,MAAM;AAC1C,QAAM,qBAAqBA,cAAAA,EAAE;AAAA,IAC3B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwBA,cAAAA,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,0BAA0BA,cAAAA,EAAE;AAAA,IAChC,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,SAAOC,IAAAA,EAAE,OAAO;AAAA,IACd,OAAOA,MACJ,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IACrB,CAAA,EACA,IAAI,GAAG,EAAE,SAAS,wBAAyB,CAAA;AAAA,EAAA,CAC/C;AACH;;"}
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const getResetPasswordSchema: () => z.ZodObject<{
3
- email: z.ZodString;
4
- }, "strip", z.ZodTypeAny, {
5
- email: string;
6
- }, {
7
- email: string;
8
- }>;
9
- export type ResetPassword = z.infer<ReturnType<typeof getResetPasswordSchema>>;
10
- //# sourceMappingURL=ResetPasswordSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResetPasswordSchema.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,sBAAsB;;;;;;EA2BlC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAC"}
@@ -1,29 +0,0 @@
1
- import { t } from "react-intlayer";
2
- import { z } from "zod";
3
- const getResetPasswordSchema = () => {
4
- const requiredErrorEmail = t({
5
- en: "Please enter your email address",
6
- fr: "Veuillez saisir votre adresse e-mail",
7
- es: "Por favor, ingrese su dirección de correo electrónico"
8
- });
9
- const invalidTypeErrorEmail = t({
10
- en: "Please enter a valid email address",
11
- fr: "Veuillez saisir une adresse e-mail valide",
12
- es: "Por favor, ingrese una dirección de correo electrónico válida"
13
- });
14
- const invalidLengthErrorEmail = t({
15
- en: "Please enter a valid email address",
16
- fr: "Veuillez saisir une adresse e-mail valide",
17
- es: "Por favor, ingrese una dirección de correo electrónico válida"
18
- });
19
- return z.object({
20
- email: z.string({
21
- required_error: requiredErrorEmail,
22
- invalid_type_error: invalidTypeErrorEmail
23
- }).min(1, { message: invalidLengthErrorEmail })
24
- });
25
- };
26
- export {
27
- getResetPasswordSchema
28
- };
29
- //# sourceMappingURL=ResetPasswordSchema.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResetPasswordSchema.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\nimport { z } from 'zod';\n\nexport const getResetPasswordSchema = () => {\n const requiredErrorEmail = t({\n en: 'Please enter your email address',\n fr: 'Veuillez saisir votre adresse e-mail',\n es: 'Por favor, ingrese su dirección de correo electrónico',\n });\n\n const invalidTypeErrorEmail = t({\n en: 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n });\n\n const invalidLengthErrorEmail = t({\n en: 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n });\n\n return z.object({\n email: z\n .string({\n required_error: requiredErrorEmail,\n invalid_type_error: invalidTypeErrorEmail,\n })\n .min(1, { message: invalidLengthErrorEmail }),\n });\n};\n\nexport type ResetPassword = z.infer<ReturnType<typeof getResetPasswordSchema>>;\n"],"names":[],"mappings":";;AAKO,MAAM,yBAAyB,MAAM;AAC1C,QAAM,qBAAqB,EAAE;AAAA,IAC3B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwB,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,0BAA0B,EAAE;AAAA,IAChC,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,SAAO,EAAE,OAAO;AAAA,IACd,OAAO,EACJ,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IACrB,CAAA,EACA,IAAI,GAAG,EAAE,SAAS,wBAAyB,CAAA;AAAA,EAAA,CAC/C;AACH;"}
@@ -1,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactIntlayer = require("react-intlayer");
4
- const getResetPasswordContent = () => ({
5
- emailInput: {
6
- label: reactIntlayer.t({
7
- en: "Email address",
8
- fr: "Adresse e-mail",
9
- es: "Dirección de correo electrónico"
10
- }),
11
- placeholder: reactIntlayer.t({
12
- en: "Enter e-mail address",
13
- fr: "Entrez votre adresse e-mail",
14
- es: "Ingrese su dirección de correo electrónico"
15
- })
16
- },
17
- sendRecoveryEmailButton: {
18
- text: reactIntlayer.t({
19
- en: "Send recovery email",
20
- fr: "Envoyer un e-mail de récupération",
21
- es: "Enviar correo de recuperación"
22
- }),
23
- ariaLabel: reactIntlayer.t({
24
- en: "Click to send recovery email",
25
- fr: "Cliquez pour envoyer un e-mail de récupération",
26
- es: "Haz clic para enviar correo de recuperación"
27
- })
28
- },
29
- resendRecoveryEmailButton: {
30
- text: reactIntlayer.t({
31
- en: "Resend recovery email",
32
- fr: "Renvoyer l’e-mail de récupération",
33
- es: "Reenviar correo de recuperación"
34
- })
35
- },
36
- resendInText: reactIntlayer.t({
37
- en: "Resend in",
38
- fr: "Renvoyer dans",
39
- es: "Reenviar en"
40
- }),
41
- backToLoginButton: {
42
- text: reactIntlayer.t({
43
- en: "Back to login",
44
- fr: "Retour à la connexion",
45
- es: "Volver al inicio de sesión"
46
- })
47
- }
48
- });
49
- exports.getResetPasswordContent = getResetPasswordContent;
50
- //# sourceMappingURL=index.content.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/index.content.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\n\nexport const getResetPasswordContent = () => ({\n emailInput: {\n label: t({\n en: 'Email address',\n fr: 'Adresse e-mail',\n es: 'Dirección de correo electrónico',\n }),\n placeholder: t({\n en: 'Enter e-mail address',\n fr: 'Entrez votre adresse e-mail',\n es: 'Ingrese su dirección de correo electrónico',\n }),\n },\n sendRecoveryEmailButton: {\n text: t({\n en: 'Send recovery email',\n fr: 'Envoyer un e-mail de récupération',\n es: 'Enviar correo de recuperación',\n }),\n ariaLabel: t({\n en: 'Click to send recovery email',\n fr: 'Cliquez pour envoyer un e-mail de récupération',\n es: 'Haz clic para enviar correo de recuperación',\n }),\n },\n resendRecoveryEmailButton: {\n text: t({\n en: 'Resend recovery email',\n fr: 'Renvoyer l’e-mail de récupération',\n es: 'Reenviar correo de recuperación',\n }),\n },\n resendInText: t({\n en: 'Resend in',\n fr: 'Renvoyer dans',\n es: 'Reenviar en',\n }),\n backToLoginButton: {\n text: t({\n en: 'Back to login',\n fr: 'Retour à la connexion',\n es: 'Volver al inicio de sesión',\n }),\n },\n});\n"],"names":["t"],"mappings":";;;AAIO,MAAM,0BAA0B,OAAO;AAAA,EAC5C,YAAY;AAAA,IACV,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,yBAAyB;AAAA,IACvB,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,2BAA2B;AAAA,IACzB,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,cAAcA,cAAAA,EAAE;AAAA,IACd,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAAA,EACD,mBAAmB;AAAA,IACjB,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;"}
@@ -1,18 +0,0 @@
1
- export declare const getResetPasswordContent: () => {
2
- emailInput: {
3
- label: any;
4
- placeholder: any;
5
- };
6
- sendRecoveryEmailButton: {
7
- text: any;
8
- ariaLabel: any;
9
- };
10
- resendRecoveryEmailButton: {
11
- text: any;
12
- };
13
- resendInText: any;
14
- backToLoginButton: {
15
- text: any;
16
- };
17
- };
18
- //# sourceMappingURL=index.content.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/index.content.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CA4ClC,CAAC"}
@@ -1,50 +0,0 @@
1
- import { t } from "react-intlayer";
2
- const getResetPasswordContent = () => ({
3
- emailInput: {
4
- label: t({
5
- en: "Email address",
6
- fr: "Adresse e-mail",
7
- es: "Dirección de correo electrónico"
8
- }),
9
- placeholder: t({
10
- en: "Enter e-mail address",
11
- fr: "Entrez votre adresse e-mail",
12
- es: "Ingrese su dirección de correo electrónico"
13
- })
14
- },
15
- sendRecoveryEmailButton: {
16
- text: t({
17
- en: "Send recovery email",
18
- fr: "Envoyer un e-mail de récupération",
19
- es: "Enviar correo de recuperación"
20
- }),
21
- ariaLabel: t({
22
- en: "Click to send recovery email",
23
- fr: "Cliquez pour envoyer un e-mail de récupération",
24
- es: "Haz clic para enviar correo de recuperación"
25
- })
26
- },
27
- resendRecoveryEmailButton: {
28
- text: t({
29
- en: "Resend recovery email",
30
- fr: "Renvoyer l’e-mail de récupération",
31
- es: "Reenviar correo de recuperación"
32
- })
33
- },
34
- resendInText: t({
35
- en: "Resend in",
36
- fr: "Renvoyer dans",
37
- es: "Reenviar en"
38
- }),
39
- backToLoginButton: {
40
- text: t({
41
- en: "Back to login",
42
- fr: "Retour à la connexion",
43
- es: "Volver al inicio de sesión"
44
- })
45
- }
46
- });
47
- export {
48
- getResetPasswordContent
49
- };
50
- //# sourceMappingURL=index.content.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/index.content.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\n\nexport const getResetPasswordContent = () => ({\n emailInput: {\n label: t({\n en: 'Email address',\n fr: 'Adresse e-mail',\n es: 'Dirección de correo electrónico',\n }),\n placeholder: t({\n en: 'Enter e-mail address',\n fr: 'Entrez votre adresse e-mail',\n es: 'Ingrese su dirección de correo electrónico',\n }),\n },\n sendRecoveryEmailButton: {\n text: t({\n en: 'Send recovery email',\n fr: 'Envoyer un e-mail de récupération',\n es: 'Enviar correo de recuperación',\n }),\n ariaLabel: t({\n en: 'Click to send recovery email',\n fr: 'Cliquez pour envoyer un e-mail de récupération',\n es: 'Haz clic para enviar correo de recuperación',\n }),\n },\n resendRecoveryEmailButton: {\n text: t({\n en: 'Resend recovery email',\n fr: 'Renvoyer l’e-mail de récupération',\n es: 'Reenviar correo de recuperación',\n }),\n },\n resendInText: t({\n en: 'Resend in',\n fr: 'Renvoyer dans',\n es: 'Reenviar en',\n }),\n backToLoginButton: {\n text: t({\n en: 'Back to login',\n fr: 'Retour à la connexion',\n es: 'Volver al inicio de sesión',\n }),\n },\n});\n"],"names":[],"mappings":";AAIO,MAAM,0BAA0B,OAAO;AAAA,EAC5C,YAAY;AAAA,IACV,OAAO,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAa,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,yBAAyB;AAAA,IACvB,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAW,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,2BAA2B;AAAA,IACzB,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,cAAc,EAAE;AAAA,IACd,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAAA,EACD,mBAAmB;AAAA,IACjB,MAAM,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;"}
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactIntlayer = require("react-intlayer");
4
- const zod = require("zod");
5
- const getSignInSchema = () => {
6
- const requiredErrorEmail = reactIntlayer.t({
7
- en: "Please enter your username",
8
- fr: "Veuillez saisir votre nom d’utilisateur",
9
- es: "Por favor, ingrese su nombre de usuario"
10
- });
11
- const invalidTypeErrorEmail = reactIntlayer.t({
12
- en: "Please enter a valid username",
13
- fr: "Veuillez saisir un nom d’utilisateur valide",
14
- es: "Por favor, ingrese un nombre de usuario válido"
15
- });
16
- const requiredErrorPassword = reactIntlayer.t({
17
- en: "Please enter your password",
18
- fr: "Veuillez saisir votre mot de passe",
19
- es: "Por favor, ingrese su contraseña"
20
- });
21
- const invalidTypeErrorPassword = reactIntlayer.t({
22
- en: "Please enter a valid password",
23
- fr: "Veuillez saisir un mot de passe valide",
24
- es: "Por favor, ingrese una contraseña válida"
25
- });
26
- return zod.z.object({
27
- email: zod.z.string({
28
- required_error: requiredErrorEmail,
29
- invalid_type_error: invalidTypeErrorEmail
30
- }).min(1, { message: invalidTypeErrorEmail }).default(""),
31
- password: zod.z.string({
32
- required_error: requiredErrorPassword,
33
- invalid_type_error: invalidTypeErrorPassword
34
- }).min(1, { message: invalidTypeErrorPassword }).default("")
35
- });
36
- };
37
- exports.getSignInSchema = getSignInSchema;
38
- //# sourceMappingURL=SignInSchema.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SignInSchema.cjs","sources":["../../../../src/components/Auth/SignInForm/SignInSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\nimport { z } from 'zod';\n\nexport const getSignInSchema = () => {\n const requiredErrorEmail = t({\n en: 'Please enter your username',\n fr: 'Veuillez saisir votre nom d’utilisateur',\n es: 'Por favor, ingrese su nombre de usuario',\n });\n\n const invalidTypeErrorEmail = t({\n en: 'Please enter a valid username',\n fr: 'Veuillez saisir un nom d’utilisateur valide',\n es: 'Por favor, ingrese un nombre de usuario válido',\n });\n\n const requiredErrorPassword = t({\n en: 'Please enter your password',\n fr: 'Veuillez saisir votre mot de passe',\n es: 'Por favor, ingrese su contraseña',\n });\n\n const invalidTypeErrorPassword = t({\n en: 'Please enter a valid password',\n fr: 'Veuillez saisir un mot de passe valide',\n es: 'Por favor, ingrese una contraseña válida',\n });\n\n return z.object({\n email: z\n .string({\n required_error: requiredErrorEmail,\n invalid_type_error: invalidTypeErrorEmail,\n })\n .min(1, { message: invalidTypeErrorEmail })\n .default(''),\n password: z\n .string({\n required_error: requiredErrorPassword,\n invalid_type_error: invalidTypeErrorPassword,\n })\n .min(1, { message: invalidTypeErrorPassword })\n .default(''),\n });\n};\nexport type SignIn = z.infer<ReturnType<typeof getSignInSchema>>;\n"],"names":["t","z"],"mappings":";;;;AAKO,MAAM,kBAAkB,MAAM;AACnC,QAAM,qBAAqBA,cAAAA,EAAE;AAAA,IAC3B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwBA,cAAAA,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwBA,cAAAA,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,2BAA2BA,cAAAA,EAAE;AAAA,IACjC,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,SAAOC,IAAAA,EAAE,OAAO;AAAA,IACd,OAAOA,MACJ,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IAAA,CACrB,EACA,IAAI,GAAG,EAAE,SAAS,uBAAuB,EACzC,QAAQ,EAAE;AAAA,IACb,UAAUA,MACP,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IAAA,CACrB,EACA,IAAI,GAAG,EAAE,SAAS,yBAA0B,CAAA,EAC5C,QAAQ,EAAE;AAAA,EAAA,CACd;AACH;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SignInSchema.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/SignInSchema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;EAyC3B,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC"}
@@ -1,38 +0,0 @@
1
- import { t } from "react-intlayer";
2
- import { z } from "zod";
3
- const getSignInSchema = () => {
4
- const requiredErrorEmail = t({
5
- en: "Please enter your username",
6
- fr: "Veuillez saisir votre nom d’utilisateur",
7
- es: "Por favor, ingrese su nombre de usuario"
8
- });
9
- const invalidTypeErrorEmail = t({
10
- en: "Please enter a valid username",
11
- fr: "Veuillez saisir un nom d’utilisateur valide",
12
- es: "Por favor, ingrese un nombre de usuario válido"
13
- });
14
- const requiredErrorPassword = t({
15
- en: "Please enter your password",
16
- fr: "Veuillez saisir votre mot de passe",
17
- es: "Por favor, ingrese su contraseña"
18
- });
19
- const invalidTypeErrorPassword = t({
20
- en: "Please enter a valid password",
21
- fr: "Veuillez saisir un mot de passe valide",
22
- es: "Por favor, ingrese una contraseña válida"
23
- });
24
- return z.object({
25
- email: z.string({
26
- required_error: requiredErrorEmail,
27
- invalid_type_error: invalidTypeErrorEmail
28
- }).min(1, { message: invalidTypeErrorEmail }).default(""),
29
- password: z.string({
30
- required_error: requiredErrorPassword,
31
- invalid_type_error: invalidTypeErrorPassword
32
- }).min(1, { message: invalidTypeErrorPassword }).default("")
33
- });
34
- };
35
- export {
36
- getSignInSchema
37
- };
38
- //# sourceMappingURL=SignInSchema.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SignInSchema.mjs","sources":["../../../../src/components/Auth/SignInForm/SignInSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\nimport { z } from 'zod';\n\nexport const getSignInSchema = () => {\n const requiredErrorEmail = t({\n en: 'Please enter your username',\n fr: 'Veuillez saisir votre nom d’utilisateur',\n es: 'Por favor, ingrese su nombre de usuario',\n });\n\n const invalidTypeErrorEmail = t({\n en: 'Please enter a valid username',\n fr: 'Veuillez saisir un nom d’utilisateur valide',\n es: 'Por favor, ingrese un nombre de usuario válido',\n });\n\n const requiredErrorPassword = t({\n en: 'Please enter your password',\n fr: 'Veuillez saisir votre mot de passe',\n es: 'Por favor, ingrese su contraseña',\n });\n\n const invalidTypeErrorPassword = t({\n en: 'Please enter a valid password',\n fr: 'Veuillez saisir un mot de passe valide',\n es: 'Por favor, ingrese una contraseña válida',\n });\n\n return z.object({\n email: z\n .string({\n required_error: requiredErrorEmail,\n invalid_type_error: invalidTypeErrorEmail,\n })\n .min(1, { message: invalidTypeErrorEmail })\n .default(''),\n password: z\n .string({\n required_error: requiredErrorPassword,\n invalid_type_error: invalidTypeErrorPassword,\n })\n .min(1, { message: invalidTypeErrorPassword })\n .default(''),\n });\n};\nexport type SignIn = z.infer<ReturnType<typeof getSignInSchema>>;\n"],"names":[],"mappings":";;AAKO,MAAM,kBAAkB,MAAM;AACnC,QAAM,qBAAqB,EAAE;AAAA,IAC3B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwB,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,wBAAwB,EAAE;AAAA,IAC9B,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,QAAM,2BAA2B,EAAE;AAAA,IACjC,IAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EAAA,CACL;AAED,SAAO,EAAE,OAAO;AAAA,IACd,OAAO,EACJ,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IAAA,CACrB,EACA,IAAI,GAAG,EAAE,SAAS,uBAAuB,EACzC,QAAQ,EAAE;AAAA,IACb,UAAU,EACP,OAAO;AAAA,MACN,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,IAAA,CACrB,EACA,IAAI,GAAG,EAAE,SAAS,yBAA0B,CAAA,EAC5C,QAAQ,EAAE;AAAA,EAAA,CACd;AACH;"}
@@ -1,84 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactIntlayer = require("react-intlayer");
4
- const getSignInContent = () => ({
5
- forgotPasswordLink: {
6
- ariaLabel: reactIntlayer.t({
7
- en: "Forgot your password?",
8
- fr: "Mot de passe oublié ?",
9
- es: "¿Olvidaste tu contraseña?"
10
- }),
11
- text: reactIntlayer.t({
12
- en: "Forgot password?",
13
- fr: "Mot de passe oublié ?",
14
- es: "¿Olvidaste tu contraseña?"
15
- })
16
- },
17
- emailInput: {
18
- label: reactIntlayer.t({
19
- en: "Email address",
20
- fr: "Adresse e-mail",
21
- es: "Dirección de correo electrónico"
22
- }),
23
- placeholder: reactIntlayer.t({
24
- en: "Enter e-mail address",
25
- fr: "Entrez votre adresse e-mail",
26
- es: "Ingrese su dirección de correo electrónico"
27
- })
28
- },
29
- passwordInput: {
30
- label: reactIntlayer.t({
31
- en: "Password",
32
- fr: "Mot de passe",
33
- es: "Contraseña"
34
- }),
35
- placeholder: reactIntlayer.t({
36
- en: "Enter password",
37
- fr: "Entrez votre mot de passe",
38
- es: "Ingrese su contraseña"
39
- })
40
- },
41
- loginButton: {
42
- text: reactIntlayer.t({
43
- en: "Log in",
44
- fr: "Se connecter",
45
- es: "Iniciar sesión"
46
- }),
47
- ariaLabel: reactIntlayer.t({
48
- en: "Click to log in",
49
- fr: "Cliquez pour vous connecter",
50
- es: "Haga clic para iniciar sesión"
51
- })
52
- },
53
- signInButton: {
54
- text: reactIntlayer.t({
55
- en: "Log in",
56
- fr: "Se connecter",
57
- es: "Iniciar sesión"
58
- }),
59
- ariaLabel: reactIntlayer.t({
60
- en: "Click to log in",
61
- fr: "Cliquez pour vous connecter",
62
- es: "Haga clic para iniciar sesión"
63
- })
64
- },
65
- signUpLink: {
66
- message: reactIntlayer.t({
67
- en: "Don’t have an account?",
68
- fr: "Vous n’avez pas de compte ?",
69
- es: "¿No tienes una cuenta?"
70
- }),
71
- ariaLabel: reactIntlayer.t({
72
- en: "Click to go to create an account page",
73
- fr: "Cliquez pour aller à la page de création de compte",
74
- es: "Haga clic para ir a la página de creación de cuenta"
75
- }),
76
- text: reactIntlayer.t({
77
- en: "Create an account",
78
- fr: "Créer un compte",
79
- es: "Crear una cuenta"
80
- })
81
- }
82
- });
83
- exports.getSignInContent = getSignInContent;
84
- //# sourceMappingURL=index.content.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.cjs","sources":["../../../../src/components/Auth/SignInForm/index.content.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\n// @ts-ignore react-intlayer not build yet\nimport { t } from 'react-intlayer';\n\nexport const getSignInContent = () => ({\n forgotPasswordLink: {\n ariaLabel: t({\n en: 'Forgot your password?',\n fr: 'Mot de passe oublié ?',\n es: '¿Olvidaste tu contraseña?',\n }),\n text: t({\n en: 'Forgot password?',\n fr: 'Mot de passe oublié ?',\n es: '¿Olvidaste tu contraseña?',\n }),\n },\n emailInput: {\n label: t({\n en: 'Email address',\n fr: 'Adresse e-mail',\n es: 'Dirección de correo electrónico',\n }),\n placeholder: t({\n en: 'Enter e-mail address',\n fr: 'Entrez votre adresse e-mail',\n es: 'Ingrese su dirección de correo electrónico',\n }),\n },\n passwordInput: {\n label: t({\n en: 'Password',\n fr: 'Mot de passe',\n es: 'Contraseña',\n }),\n placeholder: t({\n en: 'Enter password',\n fr: 'Entrez votre mot de passe',\n es: 'Ingrese su contraseña',\n }),\n },\n loginButton: {\n text: t({\n en: 'Log in',\n fr: 'Se connecter',\n es: 'Iniciar sesión',\n }),\n ariaLabel: t({\n en: 'Click to log in',\n fr: 'Cliquez pour vous connecter',\n es: 'Haga clic para iniciar sesión',\n }),\n },\n signInButton: {\n text: t({\n en: 'Log in',\n fr: 'Se connecter',\n es: 'Iniciar sesión',\n }),\n ariaLabel: t({\n en: 'Click to log in',\n fr: 'Cliquez pour vous connecter',\n es: 'Haga clic para iniciar sesión',\n }),\n },\n signUpLink: {\n message: t({\n en: 'Don’t have an account?',\n fr: 'Vous n’avez pas de compte ?',\n es: '¿No tienes una cuenta?',\n }),\n ariaLabel: t({\n en: 'Click to go to create an account page',\n fr: 'Cliquez pour aller à la page de création de compte',\n es: 'Haga clic para ir a la página de creación de cuenta',\n }),\n text: t({\n en: 'Create an account',\n fr: 'Créer un compte',\n es: 'Crear una cuenta',\n }),\n },\n});\n"],"names":["t"],"mappings":";;;AAIO,MAAM,mBAAmB,OAAO;AAAA,EACrC,oBAAoB;AAAA,IAClB,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,YAAY;AAAA,IACV,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,eAAe;AAAA,IACb,OAAOA,cAAAA,EAAE;AAAA,MACP,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,aAAaA,cAAAA,EAAE;AAAA,MACb,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,aAAa;AAAA,IACX,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,cAAc;AAAA,IACZ,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EACH;AAAA,EACA,YAAY;AAAA,IACV,SAASA,cAAAA,EAAE;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,WAAWA,cAAAA,EAAE;AAAA,MACX,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IACD,MAAMA,cAAAA,EAAE;AAAA,MACN,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;"}
@@ -1,28 +0,0 @@
1
- export declare const getSignInContent: () => {
2
- forgotPasswordLink: {
3
- ariaLabel: any;
4
- text: any;
5
- };
6
- emailInput: {
7
- label: any;
8
- placeholder: any;
9
- };
10
- passwordInput: {
11
- label: any;
12
- placeholder: any;
13
- };
14
- loginButton: {
15
- text: any;
16
- ariaLabel: any;
17
- };
18
- signInButton: {
19
- text: any;
20
- ariaLabel: any;
21
- };
22
- signUpLink: {
23
- message: any;
24
- ariaLabel: any;
25
- text: any;
26
- };
27
- };
28
- //# sourceMappingURL=index.content.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/index.content.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;CA8E3B,CAAC"}