@intlayer/design-system 3.5.1 → 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.
- package/README.md +1 -1
- package/dist/.vite/manifest.json +162 -80
- package/dist/components/Auth/AuthModal/index.cjs +4 -0
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +4 -0
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/index.cjs +2 -2
- package/dist/components/Auth/SignInForm/index.d.ts +1 -1
- package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignInForm/index.mjs +2 -2
- package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
- package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/index.cjs +2 -2
- package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
- package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
- package/dist/components/Auth/SignUpForm/index.mjs +2 -2
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/{index.content.d.ts → signUpForm.content.d.ts} +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
- package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
- package/dist/components/Auth/index.cjs +8 -8
- package/dist/components/Auth/index.mjs +8 -8
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +66 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +66 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/Link/Link.cjs +11 -4
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts +2 -1
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs +11 -4
- package/dist/components/Link/Link.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +16 -20
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -20
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +24 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +8 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +25 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/components/MarkDownRender/index.cjs +9 -1
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +9 -1
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/index.cjs +8 -8
- package/dist/components/index.mjs +8 -8
- package/dist/tailwind.css +1 -1
- package/package.json +12 -12
- package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
- package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
- package/dist/__vite-browser-external-r74dyCO2.js +0 -5
- package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
- package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
- package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
- package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
- package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
- package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
- package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
- package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
- package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
- package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
- package/dist/tailwind.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signIn.content.mjs","sources":["../../../../src/components/Auth/SignInForm/signIn.content.ts"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const signInContent = {\n key: 'sign-in',\n content: {\n forgotPasswordLink: {\n ariaLabel: t({\n en: 'Forgot your password?',\n 'en-GB': 'Forgot your password?',\n fr: 'Mot de passe oublié ?',\n es: '¿Olvidaste tu contraseña?',\n de: 'Haben Sie Ihr Passwort vergessen?',\n ja: 'パスワードをお忘れですか?',\n ko: '비밀번호를 잊으셨나요?',\n zh: '忘记密码?',\n it: 'Hai dimenticato la password?',\n pt: 'Esqueceu sua senha?',\n hi: 'क्या आपने अपना पासवर्ड भुला दिया?',\n ar: 'نسيت كلمة المرور؟',\n ru: 'Забыли пароль?',\n }),\n text: t({\n en: 'Forgot password?',\n 'en-GB': 'Forgot password?',\n fr: 'Mot de passe oublié ?',\n es: '¿Olvidaste tu contraseña?',\n de: 'Passwort vergessen?',\n ja: 'パスワードをお忘れですか?',\n ko: '비밀번호를 잊으셨나요?',\n zh: '忘记密码?',\n it: 'Hai dimenticato la password?',\n pt: 'Esqueceu sua senha?',\n hi: 'क्या आपने अपना पासवर्ड भुला दिया?',\n ar: 'نسيت كلمة المرور؟',\n ru: 'Забыли пароль?',\n }),\n },\n emailInput: {\n label: t({\n en: 'Email address',\n 'en-GB': 'Email address',\n fr: 'Adresse e-mail',\n es: 'Dirección de correo electrónico',\n de: 'E-Mail-Adresse',\n ja: 'メールアドレス',\n ko: '이메일 주소',\n zh: '电子邮件地址',\n it: 'Indirizzo email',\n pt: 'Endereço de e-mail',\n hi: 'ईमेल पता',\n ar: 'عنوان البريد الإلكتروني',\n ru: 'Адрес электронной почты',\n }),\n placeholder: t({\n en: 'Enter e-mail address',\n 'en-GB': 'Enter e-mail address',\n fr: 'Entrez votre adresse e-mail',\n es: 'Ingrese su dirección de correo electrónico',\n de: 'Geben Sie die E-Mail-Adresse ein',\n ja: 'メールアドレスを入力してください',\n ko: '이메일 주소를 입력하세요',\n zh: '请输入电子邮件地址',\n it: \"Inserisci l'indirizzo email\",\n pt: 'Digite o endereço de e-mail',\n hi: 'ईमेल पता दर्ज करें',\n ar: 'أدخل عنوان البريد الإلكتروني',\n ru: 'Введите адрес электронной почты',\n }),\n },\n passwordInput: {\n label: t({\n en: 'Password',\n 'en-GB': 'Password',\n fr: 'Mot de passe',\n es: 'Contraseña',\n de: 'Passwort',\n ja: 'パスワード',\n ko: '비밀번호',\n zh: '密码',\n it: 'Password',\n pt: 'Senha',\n hi: 'पासवर्ड',\n ar: 'كلمة المرور',\n ru: 'Пароль',\n }),\n placeholder: t({\n en: 'Enter password',\n 'en-GB': 'Enter password',\n fr: 'Entrez votre mot de passe',\n es: 'Ingrese su contraseña',\n de: 'Geben Sie das Passwort ein',\n ja: 'パスワードを入力してください',\n ko: '비밀번호를 입력하세요',\n zh: '请输入密码',\n it: 'Inserisci la password',\n pt: 'Digite a senha',\n hi: 'पासवर्ड दर्ज करें',\n ar: 'أدخل كلمة المرور',\n ru: 'Введите пароль',\n }),\n },\n loginButton: {\n text: t({\n en: 'Log in',\n 'en-GB': 'Log in',\n fr: 'Se connecter',\n es: 'Iniciar sesión',\n de: 'Einloggen',\n ja: 'ログイン',\n ko: '로그인',\n zh: '登录',\n it: 'Accedi',\n pt: 'Entrar',\n hi: 'लॉग इन करें',\n ar: 'تسجيل الدخول',\n ru: 'Войти',\n }),\n ariaLabel: t({\n en: 'Click to log in',\n 'en-GB': 'Click to log in',\n fr: 'Cliquez pour vous connecter',\n es: 'Haga clic para iniciar sesión',\n de: 'Klicken Sie, um sich anzumelden',\n ja: 'ログインするにはクリックしてください',\n ko: '로그인하려면 클릭하세요',\n zh: '点击登录',\n it: 'Clicca per accedere',\n pt: 'Clique para entrar',\n hi: 'लॉग इन करने के लिए क्लिक करें',\n ar: 'انقر لتسجيل الدخول',\n ru: 'Нажмите, чтобы войти',\n }),\n },\n signInButton: {\n text: t({\n en: 'Log in',\n 'en-GB': 'Log in',\n fr: 'Se connecter',\n es: 'Iniciar sesión',\n de: 'Einloggen',\n ja: 'ログイン',\n ko: '로그인',\n zh: '登录',\n it: 'Accedi',\n pt: 'Entrar',\n hi: 'लॉग इन करें',\n ar: 'تسجيل الدخول',\n ru: 'Войти',\n }),\n ariaLabel: t({\n en: 'Click to log in',\n 'en-GB': 'Click to log in',\n fr: 'Cliquez pour vous connecter',\n es: 'Haga clic para iniciar sesión',\n de: 'Klicken Sie, um sich anzumelden',\n ja: 'ログインするにはクリックしてください',\n ko: '로그인하려면 클릭하세요',\n zh: '点击登录',\n it: 'Clicca per accedere',\n pt: 'Clique para entrar',\n hi: 'लॉग इन करने के लिए क्लिक करें',\n ar: 'انقر لتسجيل الدخول',\n ru: 'Нажмите, чтобы войти',\n }),\n },\n signUpLink: {\n message: t({\n en: 'Don’t have an account?',\n 'en-GB': 'Don’t have an account?',\n fr: 'Vous n’avez pas de compte ?',\n es: '¿No tienes una cuenta?',\n de: 'Haben Sie kein Konto?',\n ja: 'アカウントをお持ちでないですか?',\n ko: '계정이 없으신가요?',\n zh: '还没有账户?',\n it: 'Non hai un account?',\n pt: 'Você não tem uma conta?',\n hi: 'क्या आपके पास खाता नहीं है?',\n ar: 'ليس لديك حساب؟',\n ru: 'У вас нет аккаунта?',\n }),\n ariaLabel: t({\n en: 'Click to go to create an account page',\n 'en-GB': '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 de: 'Klicken Sie, um zur Seite zur Erstellung eines Kontos zu gelangen',\n ja: 'アカウント作成ページに移動するにはクリックしてください',\n ko: '계정 생성 페이지로 이동하려면 클릭하세요',\n zh: '单击以转到创建账户页面',\n it: \"Clicca per andare alla pagina di creazione dell'account\",\n pt: 'Clique para ir para a página de criação de conta',\n hi: 'खाता बनाने के पृष्ठ पर जाने के लिए क्लिक करें',\n ar: 'انقر للانتقال إلى صفحة إنشاء حساب',\n ru: 'Нажмите, чтобы перейти на страницу создания аккаунта',\n }),\n text: t({\n en: 'Create an account',\n 'en-GB': 'Create an account',\n fr: 'Créer un compte',\n es: 'Crear una cuenta',\n de: 'Ein Konto erstellen',\n ja: 'アカウントを作成',\n ko: '계정을 만들다',\n zh: '创建一个账户',\n it: 'Crea un account',\n pt: 'Criar uma conta',\n hi: 'एक खाता बनाएं',\n ar: 'إنشاء حساب',\n ru: 'Создать аккаунт',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const reactIntlayer = require("react-intlayer");
|
|
4
|
+
const zod = require("zod");
|
|
5
|
+
const components_Auth_SignInForm_useSignInSchema_content = require("./useSignInSchema.content.cjs");
|
|
6
|
+
const useSignInSchema = () => {
|
|
7
|
+
const {
|
|
8
|
+
requiredErrorEmail,
|
|
9
|
+
invalidTypeErrorEmail,
|
|
10
|
+
requiredErrorPassword,
|
|
11
|
+
invalidTypeErrorPassword
|
|
12
|
+
} = reactIntlayer.useDictionary(components_Auth_SignInForm_useSignInSchema_content.signInSchemaContent);
|
|
13
|
+
return zod.z.object({
|
|
14
|
+
email: zod.z.string({
|
|
15
|
+
required_error: requiredErrorEmail,
|
|
16
|
+
invalid_type_error: invalidTypeErrorEmail
|
|
17
|
+
}).min(1, { message: invalidTypeErrorEmail }).default(""),
|
|
18
|
+
password: zod.z.string({
|
|
19
|
+
required_error: requiredErrorPassword,
|
|
20
|
+
invalid_type_error: invalidTypeErrorPassword
|
|
21
|
+
}).min(1, { message: invalidTypeErrorPassword }).default("")
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
exports.useSignInSchema = useSignInSchema;
|
|
25
|
+
//# sourceMappingURL=useSignInSchema.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.cjs","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { z } from 'zod';\nimport { signInSchemaContent } from './useSignInSchema.content';\n\nexport const useSignInSchema = () => {\n const {\n requiredErrorEmail,\n invalidTypeErrorEmail,\n requiredErrorPassword,\n invalidTypeErrorPassword,\n } = useDictionary(signInSchemaContent);\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 useSignInSchema>>;\n"],"names":["useDictionary","signInSchemaContent","z"],"mappings":";;;;;AAKO,MAAM,kBAAkB,MAAM;AAC7B,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA,IACEA,cAAAA,cAAcC,mDAAAA,mBAAmB;AAErC,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;;"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const intlayer = require("intlayer");
|
|
4
|
+
const signInSchemaContent = {
|
|
5
|
+
key: "sign-in-schema",
|
|
6
|
+
content: {
|
|
7
|
+
requiredErrorEmail: intlayer.t({
|
|
8
|
+
en: "Please enter your username",
|
|
9
|
+
"en-GB": "Please enter your username",
|
|
10
|
+
fr: "Veuillez saisir votre nom d’utilisateur",
|
|
11
|
+
es: "Por favor, ingrese su nombre de usuario",
|
|
12
|
+
de: "Bitte geben Sie Ihren Benutzernamen ein",
|
|
13
|
+
ja: "ユーザー名を入力してください",
|
|
14
|
+
ko: "사용자 이름을 입력해 주세요",
|
|
15
|
+
zh: "请输入您的用户名",
|
|
16
|
+
it: "Per favore, inserisci il tuo nome utente",
|
|
17
|
+
pt: "Por favor, insira seu nome de usuário",
|
|
18
|
+
hi: "कृपया अपना उपयोगकर्ता नाम दर्ज करें",
|
|
19
|
+
ar: "يرجى إدخال اسم المستخدم الخاص بك",
|
|
20
|
+
ru: "Пожалуйста, введите ваше имя пользователя"
|
|
21
|
+
}),
|
|
22
|
+
invalidTypeErrorEmail: intlayer.t({
|
|
23
|
+
en: "Please enter a valid username",
|
|
24
|
+
"en-GB": "Please enter a valid username",
|
|
25
|
+
fr: "Veuillez saisir un nom d’utilisateur valide",
|
|
26
|
+
es: "Por favor, ingrese un nombre de usuario válido",
|
|
27
|
+
de: "Bitte geben Sie einen gültigen Benutzernamen ein",
|
|
28
|
+
ja: "有効なユーザー名を入力してください",
|
|
29
|
+
ko: "유효한 사용자 이름을 입력해 주세요",
|
|
30
|
+
zh: "请输入有效的用户名",
|
|
31
|
+
it: "Per favore, inserisci un nome utente valido",
|
|
32
|
+
pt: "Por favor, insira um nome de usuário válido",
|
|
33
|
+
hi: "कृपया एक मान्य उपयोगकर्ता नाम दर्ज करें",
|
|
34
|
+
ar: "يرجى إدخال اسم مستخدم صالح",
|
|
35
|
+
ru: "Пожалуйста, введите корректное имя пользователя"
|
|
36
|
+
}),
|
|
37
|
+
requiredErrorPassword: intlayer.t({
|
|
38
|
+
en: "Please enter your password",
|
|
39
|
+
"en-GB": "Please enter your password",
|
|
40
|
+
fr: "Veuillez saisir votre mot de passe",
|
|
41
|
+
es: "Por favor, ingrese su contraseña",
|
|
42
|
+
de: "Bitte geben Sie Ihr Passwort ein",
|
|
43
|
+
ja: "パスワードを入力してください",
|
|
44
|
+
ko: "비밀번호를 입력해 주세요",
|
|
45
|
+
zh: "请您输入密码",
|
|
46
|
+
it: "Si prega di inserire la password",
|
|
47
|
+
pt: "Por favor, insira sua senha",
|
|
48
|
+
hi: "कृपया अपना पासवर्ड दर्ज करें",
|
|
49
|
+
ar: "يرجى إدخال كلمة المرور الخاصة بك",
|
|
50
|
+
ru: "Пожалуйста, введите ваш пароль"
|
|
51
|
+
}),
|
|
52
|
+
invalidTypeErrorPassword: intlayer.t({
|
|
53
|
+
en: "Please enter a valid password",
|
|
54
|
+
"en-GB": "Please enter a valid password",
|
|
55
|
+
fr: "Veuillez saisir un mot de passe valide",
|
|
56
|
+
es: "Por favor, ingrese una contraseña válida",
|
|
57
|
+
de: "Bitte geben Sie ein gültiges Passwort ein",
|
|
58
|
+
ja: "有効なパスワードを入力してください",
|
|
59
|
+
ko: "유효한 비밀번호를 입력해 주세요",
|
|
60
|
+
zh: "请输入有效的密码",
|
|
61
|
+
it: "Per favore, inserisci una password valida",
|
|
62
|
+
pt: "Por favor, insira uma senha válida",
|
|
63
|
+
hi: "कृपया एक मान्य पासवर्ड दर्ज करें",
|
|
64
|
+
ar: "يرجى إدخال كلمة مرور صالحة",
|
|
65
|
+
ru: "Пожалуйста, введите корректный пароль"
|
|
66
|
+
})
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
exports.default = signInSchemaContent;
|
|
70
|
+
exports.signInSchemaContent = signInSchemaContent;
|
|
71
|
+
//# sourceMappingURL=useSignInSchema.content.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.content.cjs","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.content.ts"],"sourcesContent":["import { DeclarationContent, t } from 'intlayer';\n\nexport const signInSchemaContent = {\n key: 'sign-in-schema',\n content: {\n requiredErrorEmail: t({\n en: 'Please enter your username',\n 'en-GB': 'Please enter your username',\n fr: 'Veuillez saisir votre nom d’utilisateur',\n es: 'Por favor, ingrese su nombre de usuario',\n de: 'Bitte geben Sie Ihren Benutzernamen ein',\n ja: 'ユーザー名を入力してください',\n ko: '사용자 이름을 입력해 주세요',\n zh: '请输入您的用户名',\n it: 'Per favore, inserisci il tuo nome utente',\n pt: 'Por favor, insira seu nome de usuário',\n hi: 'कृपया अपना उपयोगकर्ता नाम दर्ज करें',\n ar: 'يرجى إدخال اسم المستخدم الخاص بك',\n ru: 'Пожалуйста, введите ваше имя пользователя',\n }),\n\n invalidTypeErrorEmail: t({\n en: 'Please enter a valid username',\n 'en-GB': '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 de: 'Bitte geben Sie einen gültigen Benutzernamen ein',\n ja: '有効なユーザー名を入力してください',\n ko: '유효한 사용자 이름을 입력해 주세요',\n zh: '请输入有效的用户名',\n it: 'Per favore, inserisci un nome utente valido',\n pt: 'Por favor, insira um nome de usuário válido',\n hi: 'कृपया एक मान्य उपयोगकर्ता नाम दर्ज करें',\n ar: 'يرجى إدخال اسم مستخدم صالح',\n ru: 'Пожалуйста, введите корректное имя пользователя',\n }),\n\n requiredErrorPassword: t({\n en: 'Please enter your password',\n 'en-GB': 'Please enter your password',\n fr: 'Veuillez saisir votre mot de passe',\n es: 'Por favor, ingrese su contraseña',\n de: 'Bitte geben Sie Ihr Passwort ein',\n ja: 'パスワードを入力してください',\n ko: '비밀번호를 입력해 주세요',\n zh: '请您输入密码',\n it: 'Si prega di inserire la password',\n pt: 'Por favor, insira sua senha',\n hi: 'कृपया अपना पासवर्ड दर्ज करें',\n ar: 'يرجى إدخال كلمة المرور الخاصة بك',\n ru: 'Пожалуйста, введите ваш пароль',\n }),\n\n invalidTypeErrorPassword: t({\n en: 'Please enter a valid password',\n 'en-GB': '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 de: 'Bitte geben Sie ein gültiges Passwort ein',\n ja: '有効なパスワードを入力してください',\n ko: '유효한 비밀번호를 입력해 주세요',\n zh: '请输入有效的密码',\n it: 'Per favore, inserisci una password valida',\n pt: 'Por favor, insira uma senha válida',\n hi: 'कृपया एक मान्य पासवर्ड दर्ज करें',\n ar: 'يرجى إدخال كلمة مرور صالحة',\n ru: 'Пожалуйста, введите корректный пароль',\n }),\n },\n} satisfies DeclarationContent;\n\nexport default signInSchemaContent;\n"],"names":["t"],"mappings":";;;AAEO,MAAM,sBAAsB;AAAA,EACjC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,oBAAoBA,SAAAA,EAAE;AAAA,MACpB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,uBAAuBA,SAAAA,EAAE;AAAA,MACvB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,uBAAuBA,SAAAA,EAAE;AAAA,MACvB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,0BAA0BA,SAAAA,EAAE;AAAA,MAC1B,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;;;"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const signInSchemaContent: {
|
|
2
|
+
key: string;
|
|
3
|
+
content: {
|
|
4
|
+
requiredErrorEmail: import('@intlayer/core').TranslationContent<string>;
|
|
5
|
+
invalidTypeErrorEmail: import('@intlayer/core').TranslationContent<string>;
|
|
6
|
+
requiredErrorPassword: import('@intlayer/core').TranslationContent<string>;
|
|
7
|
+
invalidTypeErrorPassword: import('@intlayer/core').TranslationContent<string>;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default signInSchemaContent;
|
|
11
|
+
//# sourceMappingURL=useSignInSchema.content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;CAmEF,CAAC;AAE/B,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { t } from "intlayer";
|
|
2
|
+
const signInSchemaContent = {
|
|
3
|
+
key: "sign-in-schema",
|
|
4
|
+
content: {
|
|
5
|
+
requiredErrorEmail: t({
|
|
6
|
+
en: "Please enter your username",
|
|
7
|
+
"en-GB": "Please enter your username",
|
|
8
|
+
fr: "Veuillez saisir votre nom d’utilisateur",
|
|
9
|
+
es: "Por favor, ingrese su nombre de usuario",
|
|
10
|
+
de: "Bitte geben Sie Ihren Benutzernamen ein",
|
|
11
|
+
ja: "ユーザー名を入力してください",
|
|
12
|
+
ko: "사용자 이름을 입력해 주세요",
|
|
13
|
+
zh: "请输入您的用户名",
|
|
14
|
+
it: "Per favore, inserisci il tuo nome utente",
|
|
15
|
+
pt: "Por favor, insira seu nome de usuário",
|
|
16
|
+
hi: "कृपया अपना उपयोगकर्ता नाम दर्ज करें",
|
|
17
|
+
ar: "يرجى إدخال اسم المستخدم الخاص بك",
|
|
18
|
+
ru: "Пожалуйста, введите ваше имя пользователя"
|
|
19
|
+
}),
|
|
20
|
+
invalidTypeErrorEmail: t({
|
|
21
|
+
en: "Please enter a valid username",
|
|
22
|
+
"en-GB": "Please enter a valid username",
|
|
23
|
+
fr: "Veuillez saisir un nom d’utilisateur valide",
|
|
24
|
+
es: "Por favor, ingrese un nombre de usuario válido",
|
|
25
|
+
de: "Bitte geben Sie einen gültigen Benutzernamen ein",
|
|
26
|
+
ja: "有効なユーザー名を入力してください",
|
|
27
|
+
ko: "유효한 사용자 이름을 입력해 주세요",
|
|
28
|
+
zh: "请输入有效的用户名",
|
|
29
|
+
it: "Per favore, inserisci un nome utente valido",
|
|
30
|
+
pt: "Por favor, insira um nome de usuário válido",
|
|
31
|
+
hi: "कृपया एक मान्य उपयोगकर्ता नाम दर्ज करें",
|
|
32
|
+
ar: "يرجى إدخال اسم مستخدم صالح",
|
|
33
|
+
ru: "Пожалуйста, введите корректное имя пользователя"
|
|
34
|
+
}),
|
|
35
|
+
requiredErrorPassword: t({
|
|
36
|
+
en: "Please enter your password",
|
|
37
|
+
"en-GB": "Please enter your password",
|
|
38
|
+
fr: "Veuillez saisir votre mot de passe",
|
|
39
|
+
es: "Por favor, ingrese su contraseña",
|
|
40
|
+
de: "Bitte geben Sie Ihr Passwort ein",
|
|
41
|
+
ja: "パスワードを入力してください",
|
|
42
|
+
ko: "비밀번호를 입력해 주세요",
|
|
43
|
+
zh: "请您输入密码",
|
|
44
|
+
it: "Si prega di inserire la password",
|
|
45
|
+
pt: "Por favor, insira sua senha",
|
|
46
|
+
hi: "कृपया अपना पासवर्ड दर्ज करें",
|
|
47
|
+
ar: "يرجى إدخال كلمة المرور الخاصة بك",
|
|
48
|
+
ru: "Пожалуйста, введите ваш пароль"
|
|
49
|
+
}),
|
|
50
|
+
invalidTypeErrorPassword: t({
|
|
51
|
+
en: "Please enter a valid password",
|
|
52
|
+
"en-GB": "Please enter a valid password",
|
|
53
|
+
fr: "Veuillez saisir un mot de passe valide",
|
|
54
|
+
es: "Por favor, ingrese una contraseña válida",
|
|
55
|
+
de: "Bitte geben Sie ein gültiges Passwort ein",
|
|
56
|
+
ja: "有効なパスワードを入力してください",
|
|
57
|
+
ko: "유효한 비밀번호를 입력해 주세요",
|
|
58
|
+
zh: "请输入有效的密码",
|
|
59
|
+
it: "Per favore, inserisci una password valida",
|
|
60
|
+
pt: "Por favor, insira uma senha válida",
|
|
61
|
+
hi: "कृपया एक मान्य पासवर्ड दर्ज करें",
|
|
62
|
+
ar: "يرجى إدخال كلمة مرور صالحة",
|
|
63
|
+
ru: "Пожалуйста, введите корректный пароль"
|
|
64
|
+
})
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
signInSchemaContent as default,
|
|
69
|
+
signInSchemaContent
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=useSignInSchema.content.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.content.mjs","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.content.ts"],"sourcesContent":["import { DeclarationContent, t } from 'intlayer';\n\nexport const signInSchemaContent = {\n key: 'sign-in-schema',\n content: {\n requiredErrorEmail: t({\n en: 'Please enter your username',\n 'en-GB': 'Please enter your username',\n fr: 'Veuillez saisir votre nom d’utilisateur',\n es: 'Por favor, ingrese su nombre de usuario',\n de: 'Bitte geben Sie Ihren Benutzernamen ein',\n ja: 'ユーザー名を入力してください',\n ko: '사용자 이름을 입력해 주세요',\n zh: '请输入您的用户名',\n it: 'Per favore, inserisci il tuo nome utente',\n pt: 'Por favor, insira seu nome de usuário',\n hi: 'कृपया अपना उपयोगकर्ता नाम दर्ज करें',\n ar: 'يرجى إدخال اسم المستخدم الخاص بك',\n ru: 'Пожалуйста, введите ваше имя пользователя',\n }),\n\n invalidTypeErrorEmail: t({\n en: 'Please enter a valid username',\n 'en-GB': '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 de: 'Bitte geben Sie einen gültigen Benutzernamen ein',\n ja: '有効なユーザー名を入力してください',\n ko: '유효한 사용자 이름을 입력해 주세요',\n zh: '请输入有效的用户名',\n it: 'Per favore, inserisci un nome utente valido',\n pt: 'Por favor, insira um nome de usuário válido',\n hi: 'कृपया एक मान्य उपयोगकर्ता नाम दर्ज करें',\n ar: 'يرجى إدخال اسم مستخدم صالح',\n ru: 'Пожалуйста, введите корректное имя пользователя',\n }),\n\n requiredErrorPassword: t({\n en: 'Please enter your password',\n 'en-GB': 'Please enter your password',\n fr: 'Veuillez saisir votre mot de passe',\n es: 'Por favor, ingrese su contraseña',\n de: 'Bitte geben Sie Ihr Passwort ein',\n ja: 'パスワードを入力してください',\n ko: '비밀번호를 입력해 주세요',\n zh: '请您输入密码',\n it: 'Si prega di inserire la password',\n pt: 'Por favor, insira sua senha',\n hi: 'कृपया अपना पासवर्ड दर्ज करें',\n ar: 'يرجى إدخال كلمة المرور الخاصة بك',\n ru: 'Пожалуйста, введите ваш пароль',\n }),\n\n invalidTypeErrorPassword: t({\n en: 'Please enter a valid password',\n 'en-GB': '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 de: 'Bitte geben Sie ein gültiges Passwort ein',\n ja: '有効なパスワードを入力してください',\n ko: '유효한 비밀번호를 입력해 주세요',\n zh: '请输入有效的密码',\n it: 'Per favore, inserisci una password valida',\n pt: 'Por favor, insira uma senha válida',\n hi: 'कृपया एक मान्य पासवर्ड दर्ज करें',\n ar: 'يرجى إدخال كلمة مرور صالحة',\n ru: 'Пожалуйста, введите корректный пароль',\n }),\n },\n} satisfies DeclarationContent;\n\nexport default signInSchemaContent;\n"],"names":[],"mappings":";AAEO,MAAM,sBAAsB;AAAA,EACjC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,oBAAoB,EAAE;AAAA,MACpB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,uBAAuB,EAAE;AAAA,MACvB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,uBAAuB,EAAE;AAAA,MACvB,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA,CACL;AAAA,IAED,0BAA0B,EAAE;AAAA,MAC1B,IAAI;AAAA,MACJ,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACL,CAAA;AAAA,EAAA;AAEL;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const useSignInSchema: () => z.ZodObject<{
|
|
3
3
|
email: z.ZodDefault<z.ZodString>;
|
|
4
4
|
password: z.ZodDefault<z.ZodString>;
|
|
5
5
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9,5 +9,5 @@ export declare const getSignInSchema: () => z.ZodObject<{
|
|
|
9
9
|
email?: string | undefined;
|
|
10
10
|
password?: string | undefined;
|
|
11
11
|
}>;
|
|
12
|
-
export type SignIn = z.infer<ReturnType<typeof
|
|
13
|
-
//# sourceMappingURL=
|
|
12
|
+
export type SignIn = z.infer<ReturnType<typeof useSignInSchema>>;
|
|
13
|
+
//# sourceMappingURL=useSignInSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe;;;;;;;;;EAwB3B,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { useDictionary } from "react-intlayer";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { signInSchemaContent } from "./useSignInSchema.content.mjs";
|
|
4
|
+
const useSignInSchema = () => {
|
|
5
|
+
const {
|
|
6
|
+
requiredErrorEmail,
|
|
7
|
+
invalidTypeErrorEmail,
|
|
8
|
+
requiredErrorPassword,
|
|
9
|
+
invalidTypeErrorPassword
|
|
10
|
+
} = useDictionary(signInSchemaContent);
|
|
11
|
+
return z.object({
|
|
12
|
+
email: z.string({
|
|
13
|
+
required_error: requiredErrorEmail,
|
|
14
|
+
invalid_type_error: invalidTypeErrorEmail
|
|
15
|
+
}).min(1, { message: invalidTypeErrorEmail }).default(""),
|
|
16
|
+
password: z.string({
|
|
17
|
+
required_error: requiredErrorPassword,
|
|
18
|
+
invalid_type_error: invalidTypeErrorPassword
|
|
19
|
+
}).min(1, { message: invalidTypeErrorPassword }).default("")
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
useSignInSchema
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=useSignInSchema.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSignInSchema.mjs","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.ts"],"sourcesContent":["// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { z } from 'zod';\nimport { signInSchemaContent } from './useSignInSchema.content';\n\nexport const useSignInSchema = () => {\n const {\n requiredErrorEmail,\n invalidTypeErrorEmail,\n requiredErrorPassword,\n invalidTypeErrorPassword,\n } = useDictionary(signInSchemaContent);\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 useSignInSchema>>;\n"],"names":[],"mappings":";;;AAKO,MAAM,kBAAkB,MAAM;AAC7B,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA,IACE,cAAc,mBAAmB;AAErC,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;"}
|
|
@@ -5,8 +5,8 @@ const jsxRuntime = require("../../../jsx-runtime-XHKiWCTo.cjs");
|
|
|
5
5
|
const components_Form_FormBase = require("../../Form/FormBase.cjs");
|
|
6
6
|
require("../../Form/FormField.cjs");
|
|
7
7
|
const components_Form_layout_FormItemLayout = require("../../../Form-BDcoNTLV.cjs");
|
|
8
|
-
const
|
|
9
|
-
const
|
|
8
|
+
const components_Auth_SignUpForm_signUpForm_content = require("./signUpForm.content.cjs");
|
|
9
|
+
const components_Auth_SignUpForm_useSignUpSchema = require("./useSignUpSchema.cjs");
|
|
10
10
|
const SignUpForm = ({
|
|
11
11
|
onSubmitSuccess,
|
|
12
12
|
onSubmitError,
|
|
@@ -18,8 +18,8 @@ const SignUpForm = ({
|
|
|
18
18
|
passwordConfirmationInput,
|
|
19
19
|
signUpButton,
|
|
20
20
|
loginLink
|
|
21
|
-
} =
|
|
22
|
-
const SignUpSchema =
|
|
21
|
+
} = components_Auth_SignUpForm_signUpForm_content.getSignUpContent();
|
|
22
|
+
const SignUpSchema = components_Auth_SignUpForm_useSignUpSchema.useSignUpSchema();
|
|
23
23
|
const { form, isSubmitting } = components_Form_FormBase.useForm(SignUpSchema);
|
|
24
24
|
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs(
|
|
25
25
|
components_Form_layout_FormItemLayout.Form,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SignUpForm.cjs","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"sourcesContent":["'use client';\n\nimport type { FC } from 'react';\nimport { Form, useForm } from '../../Form';\nimport { getSignUpContent } from './
|
|
1
|
+
{"version":3,"file":"SignUpForm.cjs","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"sourcesContent":["'use client';\n\nimport type { FC } from 'react';\nimport { Form, useForm } from '../../Form';\nimport { getSignUpContent } from './signUpForm.content';\nimport { useSignUpSchema, type SignUp } from './useSignUpSchema';\n\ntype SignUpFormProps = {\n onSubmitSuccess: (data: SignUp) => Promise<void>;\n onClickBackToSignIn: () => void;\n onSubmitError?: (error: Error) => void;\n};\n\nexport const SignUpForm: FC<SignUpFormProps> = ({\n onSubmitSuccess,\n onSubmitError,\n onClickBackToSignIn,\n}) => {\n const {\n emailInput,\n passwordInput,\n passwordConfirmationInput,\n signUpButton,\n loginLink,\n } = getSignUpContent();\n const SignUpSchema = useSignUpSchema();\n const { form, isSubmitting } = useForm(SignUpSchema);\n\n return (\n <Form\n schema={SignUpSchema}\n onSubmitSuccess={onSubmitSuccess}\n onSubmitError={onSubmitError}\n autoComplete\n {...form}\n >\n <div className=\"flex flex-col gap-y-6\">\n <Form.Input\n name=\"email\"\n label={emailInput.label}\n placeholder={emailInput.placeholder}\n isRequired\n autoComplete=\"email\"\n minLength={5}\n maxLength={50}\n />\n\n <Form.InputPassword\n name=\"password\"\n label={passwordInput.label}\n placeholder={passwordInput.placeholder}\n autoComplete=\"new-password\"\n isRequired\n />\n\n <Form.InputPassword\n name=\"passwordConfirmation\"\n label={passwordConfirmationInput.label}\n placeholder={passwordConfirmationInput.placeholder}\n autoComplete=\"new-password\"\n isRequired\n />\n </div>\n\n <Form.Button\n className=\"mt-12 w-full\"\n type=\"submit\"\n color=\"text\"\n isLoading={isSubmitting}\n label={signUpButton.ariaLabel}\n >\n {signUpButton.text}\n </Form.Button>\n\n <span className=\"text-neutral dark:text-neutral-dark m-auto mt-3 flex w-full items-center justify-center text-center align-middle text-xs\">\n {loginLink.message}\n <Form.Button\n variant=\"link\"\n label={loginLink.ariaLabel}\n color=\"text\"\n onClick={onClickBackToSignIn}\n >\n {loginLink.text}\n </Form.Button>\n </span>\n </Form>\n );\n};\n"],"names":["getSignUpContent","useSignUpSchema","useForm","jsxs","Form","jsx"],"mappings":";;;;;;;;;AAaO,MAAM,aAAkC,CAAC;AAAA,EAC9C;AAAA,EACA;AAAA,EACA;AACF,MAAM;AACE,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACEA,+DAAiB;AACrB,QAAM,eAAeC,2CAAAA,gBAAgB;AACrC,QAAM,EAAE,MAAM,iBAAiBC,yBAAAA,QAAQ,YAAY;AAGjD,SAAAC,2BAAA,kBAAA;AAAA,IAACC,sCAAA;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR;AAAA,MACA;AAAA,MACA,cAAY;AAAA,MACX,GAAG;AAAA,MAEJ,UAAA;AAAA,QAACD,2BAAAA,kBAAAA,KAAA,OAAA,EAAI,WAAU,yBACb,UAAA;AAAA,UAAAE,2BAAA,kBAAA;AAAA,YAACD,sCAAAA,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,WAAW;AAAA,cAClB,aAAa,WAAW;AAAA,cACxB,YAAU;AAAA,cACV,cAAa;AAAA,cACb,WAAW;AAAA,cACX,WAAW;AAAA,YAAA;AAAA,UACb;AAAA,UAEAC,2BAAA,kBAAA;AAAA,YAACD,sCAAAA,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,cAAc;AAAA,cACrB,aAAa,cAAc;AAAA,cAC3B,cAAa;AAAA,cACb,YAAU;AAAA,YAAA;AAAA,UACZ;AAAA,UAEAC,2BAAA,kBAAA;AAAA,YAACD,sCAAAA,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,0BAA0B;AAAA,cACjC,aAAa,0BAA0B;AAAA,cACvC,cAAa;AAAA,cACb,YAAU;AAAA,YAAA;AAAA,UAAA;AAAA,QACZ,GACF;AAAA,QAEAC,2BAAA,kBAAA;AAAA,UAACD,sCAAAA,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,MAAK;AAAA,YACL,OAAM;AAAA,YACN,WAAW;AAAA,YACX,OAAO,aAAa;AAAA,YAEnB,UAAa,aAAA;AAAA,UAAA;AAAA,QAChB;AAAA,QAEAD,2BAAAA,kBAAAA,KAAC,QAAK,EAAA,WAAU,4HACb,UAAA;AAAA,UAAU,UAAA;AAAA,UACXE,2BAAA,kBAAA;AAAA,YAACD,sCAAAA,KAAK;AAAA,YAAL;AAAA,cACC,SAAQ;AAAA,cACR,OAAO,UAAU;AAAA,cACjB,OAAM;AAAA,cACN,SAAS;AAAA,cAER,UAAU,UAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QACb,EACF,CAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EACF;AAEJ;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SignUpForm.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,EAAmB,KAAK,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SignUpForm.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,EAAmB,KAAK,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEjE,KAAK,eAAe,GAAG;IACrB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACjD,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA0E1C,CAAC"}
|
|
@@ -3,8 +3,8 @@ import { j as jsxRuntimeExports } from "../../../jsx-runtime-DaNGiM0W.js";
|
|
|
3
3
|
import { useForm } from "../../Form/FormBase.mjs";
|
|
4
4
|
import "../../Form/FormField.mjs";
|
|
5
5
|
import { F as Form } from "../../../Form-DhsgC7kB.js";
|
|
6
|
-
import { getSignUpContent } from "./
|
|
7
|
-
import {
|
|
6
|
+
import { getSignUpContent } from "./signUpForm.content.mjs";
|
|
7
|
+
import { useSignUpSchema } from "./useSignUpSchema.mjs";
|
|
8
8
|
const SignUpForm = ({
|
|
9
9
|
onSubmitSuccess,
|
|
10
10
|
onSubmitError,
|
|
@@ -17,7 +17,7 @@ const SignUpForm = ({
|
|
|
17
17
|
signUpButton,
|
|
18
18
|
loginLink
|
|
19
19
|
} = getSignUpContent();
|
|
20
|
-
const SignUpSchema =
|
|
20
|
+
const SignUpSchema = useSignUpSchema();
|
|
21
21
|
const { form, isSubmitting } = useForm(SignUpSchema);
|
|
22
22
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
23
23
|
Form,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SignUpForm.mjs","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"sourcesContent":["'use client';\n\nimport type { FC } from 'react';\nimport { Form, useForm } from '../../Form';\nimport { getSignUpContent } from './
|
|
1
|
+
{"version":3,"file":"SignUpForm.mjs","sources":["../../../../src/components/Auth/SignUpForm/SignUpForm.tsx"],"sourcesContent":["'use client';\n\nimport type { FC } from 'react';\nimport { Form, useForm } from '../../Form';\nimport { getSignUpContent } from './signUpForm.content';\nimport { useSignUpSchema, type SignUp } from './useSignUpSchema';\n\ntype SignUpFormProps = {\n onSubmitSuccess: (data: SignUp) => Promise<void>;\n onClickBackToSignIn: () => void;\n onSubmitError?: (error: Error) => void;\n};\n\nexport const SignUpForm: FC<SignUpFormProps> = ({\n onSubmitSuccess,\n onSubmitError,\n onClickBackToSignIn,\n}) => {\n const {\n emailInput,\n passwordInput,\n passwordConfirmationInput,\n signUpButton,\n loginLink,\n } = getSignUpContent();\n const SignUpSchema = useSignUpSchema();\n const { form, isSubmitting } = useForm(SignUpSchema);\n\n return (\n <Form\n schema={SignUpSchema}\n onSubmitSuccess={onSubmitSuccess}\n onSubmitError={onSubmitError}\n autoComplete\n {...form}\n >\n <div className=\"flex flex-col gap-y-6\">\n <Form.Input\n name=\"email\"\n label={emailInput.label}\n placeholder={emailInput.placeholder}\n isRequired\n autoComplete=\"email\"\n minLength={5}\n maxLength={50}\n />\n\n <Form.InputPassword\n name=\"password\"\n label={passwordInput.label}\n placeholder={passwordInput.placeholder}\n autoComplete=\"new-password\"\n isRequired\n />\n\n <Form.InputPassword\n name=\"passwordConfirmation\"\n label={passwordConfirmationInput.label}\n placeholder={passwordConfirmationInput.placeholder}\n autoComplete=\"new-password\"\n isRequired\n />\n </div>\n\n <Form.Button\n className=\"mt-12 w-full\"\n type=\"submit\"\n color=\"text\"\n isLoading={isSubmitting}\n label={signUpButton.ariaLabel}\n >\n {signUpButton.text}\n </Form.Button>\n\n <span className=\"text-neutral dark:text-neutral-dark m-auto mt-3 flex w-full items-center justify-center text-center align-middle text-xs\">\n {loginLink.message}\n <Form.Button\n variant=\"link\"\n label={loginLink.ariaLabel}\n color=\"text\"\n onClick={onClickBackToSignIn}\n >\n {loginLink.text}\n </Form.Button>\n </span>\n </Form>\n );\n};\n"],"names":["jsxs","jsx"],"mappings":";;;;;;;AAaO,MAAM,aAAkC,CAAC;AAAA,EAC9C;AAAA,EACA;AAAA,EACA;AACF,MAAM;AACE,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,iBAAiB;AACrB,QAAM,eAAe,gBAAgB;AACrC,QAAM,EAAE,MAAM,iBAAiB,QAAQ,YAAY;AAGjD,SAAAA,kCAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR;AAAA,MACA;AAAA,MACA,cAAY;AAAA,MACX,GAAG;AAAA,MAEJ,UAAA;AAAA,QAACA,kCAAAA,KAAA,OAAA,EAAI,WAAU,yBACb,UAAA;AAAA,UAAAC,kCAAA;AAAA,YAAC,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,WAAW;AAAA,cAClB,aAAa,WAAW;AAAA,cACxB,YAAU;AAAA,cACV,cAAa;AAAA,cACb,WAAW;AAAA,cACX,WAAW;AAAA,YAAA;AAAA,UACb;AAAA,UAEAA,kCAAA;AAAA,YAAC,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,cAAc;AAAA,cACrB,aAAa,cAAc;AAAA,cAC3B,cAAa;AAAA,cACb,YAAU;AAAA,YAAA;AAAA,UACZ;AAAA,UAEAA,kCAAA;AAAA,YAAC,KAAK;AAAA,YAAL;AAAA,cACC,MAAK;AAAA,cACL,OAAO,0BAA0B;AAAA,cACjC,aAAa,0BAA0B;AAAA,cACvC,cAAa;AAAA,cACb,YAAU;AAAA,YAAA;AAAA,UAAA;AAAA,QACZ,GACF;AAAA,QAEAA,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,MAAK;AAAA,YACL,OAAM;AAAA,YACN,WAAW;AAAA,YACX,OAAO,aAAa;AAAA,YAEnB,UAAa,aAAA;AAAA,UAAA;AAAA,QAChB;AAAA,QAEAD,kCAAAA,KAAC,QAAK,EAAA,WAAU,4HACb,UAAA;AAAA,UAAU,UAAA;AAAA,UACXC,kCAAA;AAAA,YAAC,KAAK;AAAA,YAAL;AAAA,cACC,SAAQ;AAAA,cACR,OAAO,UAAU;AAAA,cACjB,OAAM;AAAA,cACN,SAAS;AAAA,cAER,UAAU,UAAA;AAAA,YAAA;AAAA,UAAA;AAAA,QACb,EACF,CAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EACF;AAEJ;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const components_Auth_SignUpForm_SignUpForm = require("./SignUpForm.cjs");
|
|
4
|
-
const
|
|
4
|
+
const components_Auth_SignUpForm_useSignUpSchema = require("./useSignUpSchema.cjs");
|
|
5
5
|
exports.SignUpForm = components_Auth_SignUpForm_SignUpForm.SignUpForm;
|
|
6
|
-
exports.
|
|
6
|
+
exports.useSignUpSchema = components_Auth_SignUpForm_useSignUpSchema.useSignUpSchema;
|
|
7
7
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignUpForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignUpForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SignUpForm } from "./SignUpForm.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { useSignUpSchema } from "./useSignUpSchema.mjs";
|
|
3
3
|
export {
|
|
4
4
|
SignUpForm,
|
|
5
|
-
|
|
5
|
+
useSignUpSchema
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const reactIntlayer = require("react-intlayer");
|
|
4
|
+
const getSignUpContent = () => ({
|
|
5
|
+
emailInput: {
|
|
6
|
+
label: reactIntlayer.t({
|
|
7
|
+
en: "Email address",
|
|
8
|
+
"en-GB": "Email address",
|
|
9
|
+
fr: "Adresse e-mail",
|
|
10
|
+
es: "Dirección de correo electrónico",
|
|
11
|
+
de: "E-Mail-Adresse",
|
|
12
|
+
ja: "メールアドレス",
|
|
13
|
+
ko: "이메일 주소",
|
|
14
|
+
zh: "电子邮件地址",
|
|
15
|
+
it: "Indirizzo email",
|
|
16
|
+
pt: "Endereço de e-mail",
|
|
17
|
+
hi: "ई-मेल पता",
|
|
18
|
+
ar: "عنوان البريد الإلكتروني",
|
|
19
|
+
ru: "Адрес электронной почты"
|
|
20
|
+
}),
|
|
21
|
+
placeholder: reactIntlayer.t({
|
|
22
|
+
en: "Enter e-mail address",
|
|
23
|
+
"en-GB": "Enter e-mail address",
|
|
24
|
+
fr: "Entrez votre adresse e-mail",
|
|
25
|
+
es: "Ingrese su dirección de correo electrónico",
|
|
26
|
+
de: "E-Mail-Adresse eingeben",
|
|
27
|
+
ja: "メールアドレスを入力してください",
|
|
28
|
+
ko: "이메일 주소를 입력하세요",
|
|
29
|
+
zh: "请输入电子邮件地址",
|
|
30
|
+
it: "Inserisci l'indirizzo email",
|
|
31
|
+
pt: "Insira o endereço de e-mail",
|
|
32
|
+
hi: "ई-मेल पता दर्ज करें",
|
|
33
|
+
ar: "أدخل عنوان البريد الإلكتروني",
|
|
34
|
+
ru: "Введите адрес электронной почты"
|
|
35
|
+
})
|
|
36
|
+
},
|
|
37
|
+
passwordInput: {
|
|
38
|
+
label: reactIntlayer.t({
|
|
39
|
+
en: "Password",
|
|
40
|
+
"en-GB": "Password",
|
|
41
|
+
fr: "Mot de passe",
|
|
42
|
+
es: "Contraseña",
|
|
43
|
+
de: "Passwort",
|
|
44
|
+
ja: "パスワード",
|
|
45
|
+
ko: "비밀번호",
|
|
46
|
+
zh: "密码",
|
|
47
|
+
it: "Password",
|
|
48
|
+
pt: "Senha",
|
|
49
|
+
hi: "पासवर्ड",
|
|
50
|
+
ar: "كلمة المرور",
|
|
51
|
+
ru: "Пароль"
|
|
52
|
+
}),
|
|
53
|
+
placeholder: reactIntlayer.t({
|
|
54
|
+
en: "Enter password",
|
|
55
|
+
"en-GB": "Enter password",
|
|
56
|
+
fr: "Entrez votre mot de passe",
|
|
57
|
+
es: "Ingrese su contraseña",
|
|
58
|
+
de: "Passwort eingeben",
|
|
59
|
+
ja: "パスワードを入力してください",
|
|
60
|
+
ko: "비밀번호를 입력하세요",
|
|
61
|
+
zh: "请输入密码",
|
|
62
|
+
it: "Inserisci la password",
|
|
63
|
+
pt: "Insira a senha",
|
|
64
|
+
hi: "पासवर्ड डालें",
|
|
65
|
+
ar: "أدخل كلمة المرور",
|
|
66
|
+
ru: "Введите пароль"
|
|
67
|
+
})
|
|
68
|
+
},
|
|
69
|
+
passwordConfirmationInput: {
|
|
70
|
+
label: reactIntlayer.t({
|
|
71
|
+
en: "Password Confirmation",
|
|
72
|
+
"en-GB": "Password Confirmation",
|
|
73
|
+
fr: "Confirmation du mot de passe",
|
|
74
|
+
es: "Confirmación de contraseña",
|
|
75
|
+
de: "Passwortbestätigung",
|
|
76
|
+
ja: "パスワードの確認",
|
|
77
|
+
ko: "비밀번호 확인",
|
|
78
|
+
zh: "确认密码",
|
|
79
|
+
it: "Conferma password",
|
|
80
|
+
pt: "Confirmação de senha",
|
|
81
|
+
hi: "पासवर्ड की पुष्टि",
|
|
82
|
+
ar: "تأكيد كلمة المرور",
|
|
83
|
+
ru: "Подтверждение пароля"
|
|
84
|
+
}),
|
|
85
|
+
placeholder: reactIntlayer.t({
|
|
86
|
+
en: "Enter password again",
|
|
87
|
+
"en-GB": "Enter password again",
|
|
88
|
+
fr: "Entrez votre mot de passe à nouveau",
|
|
89
|
+
es: "Ingrese su contraseña nuevamente",
|
|
90
|
+
de: "Passwort erneut eingeben",
|
|
91
|
+
ja: "パスワードを再度入力してください",
|
|
92
|
+
ko: "비밀번호를 다시 입력하세요",
|
|
93
|
+
zh: "请再次输入密码",
|
|
94
|
+
it: "Reinserisci la password",
|
|
95
|
+
pt: "Digite a senha novamente",
|
|
96
|
+
hi: "पासवर्ड पुनः दर्ज करें",
|
|
97
|
+
ar: "أعد إدخال كلمة المرور",
|
|
98
|
+
ru: "Введите пароль еще раз"
|
|
99
|
+
})
|
|
100
|
+
},
|
|
101
|
+
signUpButton: {
|
|
102
|
+
text: reactIntlayer.t({
|
|
103
|
+
en: "Create account",
|
|
104
|
+
"en-GB": "Create account",
|
|
105
|
+
fr: "Créer un compte",
|
|
106
|
+
es: "Crear una cuenta",
|
|
107
|
+
de: "Konto erstellen",
|
|
108
|
+
ja: "アカウントを作成",
|
|
109
|
+
ko: "계정 만들기",
|
|
110
|
+
zh: "创建账户",
|
|
111
|
+
it: "Crea account",
|
|
112
|
+
pt: "Criar conta",
|
|
113
|
+
hi: "खाता बनाएं",
|
|
114
|
+
ar: "إنشاء حساب",
|
|
115
|
+
ru: "Создать аккаунт"
|
|
116
|
+
}),
|
|
117
|
+
ariaLabel: reactIntlayer.t({
|
|
118
|
+
en: "Submit form to create account",
|
|
119
|
+
"en-GB": "Submit form to create account",
|
|
120
|
+
fr: "Soumettre le formulaire pour créer un compte",
|
|
121
|
+
es: "Enviar formulario para crear cuenta",
|
|
122
|
+
de: "Formular absenden, um ein Konto zu erstellen",
|
|
123
|
+
ja: "アカウントを作成するためにフォームを送信する",
|
|
124
|
+
ko: "계정을 만들기 위해 양식을 제출하세요",
|
|
125
|
+
zh: "提交表单以创建账户",
|
|
126
|
+
it: "Invia il modulo per creare un account",
|
|
127
|
+
pt: "Envie o formulário para criar uma conta",
|
|
128
|
+
hi: "खाता बनाने के लिए फॉर्म जमा करें",
|
|
129
|
+
ar: "إرسال النموذج لإنشاء حساب",
|
|
130
|
+
ru: "Отправить форму для создания аккаунта"
|
|
131
|
+
})
|
|
132
|
+
},
|
|
133
|
+
loginLink: {
|
|
134
|
+
message: reactIntlayer.t({
|
|
135
|
+
en: "You already have an account?",
|
|
136
|
+
"en-GB": "You already have an account?",
|
|
137
|
+
fr: "Vous avez déjà un compte ?",
|
|
138
|
+
es: "¿Ya tienes una cuenta?",
|
|
139
|
+
de: "Sie haben bereits ein Konto?",
|
|
140
|
+
ja: "すでにアカウントをお持ちですか?",
|
|
141
|
+
ko: "이미 계정이 있습니까?",
|
|
142
|
+
zh: "您已经有一个账户了吗?",
|
|
143
|
+
it: "Hai già un account?",
|
|
144
|
+
pt: "Você já tem uma conta?",
|
|
145
|
+
hi: "क्या आपके पास पहले से ही एक खाता है?",
|
|
146
|
+
ar: "هل لديك حساب بالفعل؟",
|
|
147
|
+
ru: "У вас уже есть аккаунт?"
|
|
148
|
+
}),
|
|
149
|
+
text: reactIntlayer.t({
|
|
150
|
+
en: "Log in",
|
|
151
|
+
"en-GB": "Log in",
|
|
152
|
+
fr: "Se connecter",
|
|
153
|
+
es: "Iniciar sesión",
|
|
154
|
+
de: "Einloggen",
|
|
155
|
+
ja: "ログイン",
|
|
156
|
+
ko: "로그인",
|
|
157
|
+
zh: "登录",
|
|
158
|
+
it: "Accedi",
|
|
159
|
+
pt: "Entrar",
|
|
160
|
+
hi: "लॉग इन करें",
|
|
161
|
+
ar: "تسجيل الدخول",
|
|
162
|
+
ru: "Войти"
|
|
163
|
+
}),
|
|
164
|
+
ariaLabel: reactIntlayer.t({
|
|
165
|
+
en: "Click to go to login page",
|
|
166
|
+
"en-GB": "Click to go to login page",
|
|
167
|
+
fr: "Cliquez pour aller à la page de connexion",
|
|
168
|
+
es: "Haz clic para ir a la página de inicio de sesión",
|
|
169
|
+
de: "Klicken Sie, um zur Anmeldeseite zu gelangen",
|
|
170
|
+
ja: "ログインページに移動するにはクリックしてください",
|
|
171
|
+
ko: "로그인 페이지로 이동하려면 클릭하세요",
|
|
172
|
+
zh: "点击进入登录页面",
|
|
173
|
+
it: "Clicca per andare alla pagina di login",
|
|
174
|
+
pt: "Clique para ir para a página de login",
|
|
175
|
+
hi: "लॉगिन पृष्ठ पर जाने के लिए क्लिक करें",
|
|
176
|
+
ar: "انقر للذهاب إلى صفحة تسجيل الدخول",
|
|
177
|
+
ru: "Нажмите, чтобы перейти на страницу входа"
|
|
178
|
+
})
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
exports.getSignUpContent = getSignUpContent;
|
|
182
|
+
//# sourceMappingURL=signUpForm.content.cjs.map
|