@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.
- 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/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/index.cjs +8 -8
- package/dist/components/index.mjs +8 -8
- package/dist/tailwind.css +1 -1
- package/package.json +14 -14
- 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
|
@@ -1,36 +1,90 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const intlayer = require("intlayer");
|
|
4
|
+
const externalsLoginButtonsContent = {
|
|
5
|
+
key: "externals-login-buttons",
|
|
6
|
+
content: {
|
|
7
|
+
span: intlayer.t({
|
|
8
|
+
en: "or",
|
|
9
|
+
fr: "ou",
|
|
10
|
+
es: "o",
|
|
11
|
+
de: "oder",
|
|
12
|
+
ja: "または",
|
|
13
|
+
ko: "또는",
|
|
14
|
+
zh: "或",
|
|
15
|
+
it: "o",
|
|
16
|
+
pt: "ou",
|
|
17
|
+
hi: "या",
|
|
18
|
+
ar: "أو",
|
|
19
|
+
ru: "или",
|
|
20
|
+
"en-GB": "or"
|
|
15
21
|
}),
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
22
|
+
github: {
|
|
23
|
+
label: intlayer.t({
|
|
24
|
+
en: "Sign in with GitHub",
|
|
25
|
+
fr: "Se connecter avec GitHub",
|
|
26
|
+
es: "Iniciar sesión con GitHub",
|
|
27
|
+
de: "Mit GitHub anmelden",
|
|
28
|
+
ja: "GitHubでサインイン",
|
|
29
|
+
ko: "GitHub로 로그인",
|
|
30
|
+
zh: "使用GitHub登录",
|
|
31
|
+
it: "Accedi con GitHub",
|
|
32
|
+
pt: "Entrar com o GitHub",
|
|
33
|
+
hi: "GitHub के साथ साइनइन करें",
|
|
34
|
+
ar: "تسجيل الدخول باستخدام GitHub",
|
|
35
|
+
ru: "Войти с GitHub",
|
|
36
|
+
"en-GB": "Sign in with GitHub"
|
|
37
|
+
}),
|
|
38
|
+
ariaLabel: intlayer.t({
|
|
39
|
+
en: "Sign in with GitHub",
|
|
40
|
+
fr: "Se connecter avec GitHub",
|
|
41
|
+
es: "Iniciar sesión con GitHub",
|
|
42
|
+
de: "Mit GitHub anmelden",
|
|
43
|
+
ja: "GitHubでサインイン",
|
|
44
|
+
ko: "GitHub로 로그인",
|
|
45
|
+
zh: "使用GitHub登录",
|
|
46
|
+
it: "Accedi con GitHub",
|
|
47
|
+
pt: "Entrar com o GitHub",
|
|
48
|
+
hi: "GitHub के साथ साइनइन करें",
|
|
49
|
+
ar: "تسجيل الدخول باستخدام GitHub",
|
|
50
|
+
ru: "Войти с GitHub",
|
|
51
|
+
"en-GB": "Sign in with GitHub"
|
|
52
|
+
})
|
|
53
|
+
},
|
|
54
|
+
google: {
|
|
55
|
+
label: intlayer.t({
|
|
56
|
+
en: "Sign in with Google",
|
|
57
|
+
fr: "Se connecter avec Google",
|
|
58
|
+
es: "Iniciar sesión con Google",
|
|
59
|
+
de: "Mit Google anmelden",
|
|
60
|
+
ja: "Googleでサインイン",
|
|
61
|
+
ko: "Google로 로그인",
|
|
62
|
+
zh: "使用Google登录",
|
|
63
|
+
it: "Accedi con Google",
|
|
64
|
+
pt: "Entrar com o Google",
|
|
65
|
+
hi: "Google के साथ साइनइन करें",
|
|
66
|
+
ar: "تسجيل الدخول باستخدام Google",
|
|
67
|
+
ru: "Войти с Google",
|
|
68
|
+
"en-GB": "Sign in with Google"
|
|
69
|
+
}),
|
|
70
|
+
ariaLabel: intlayer.t({
|
|
71
|
+
en: "Sign in with Google",
|
|
72
|
+
fr: "Se connecter avec Google",
|
|
73
|
+
es: "Iniciar sesión con Google",
|
|
74
|
+
de: "Mit Google anmelden",
|
|
75
|
+
ja: "Googleでサインイン",
|
|
76
|
+
ko: "Google로 로그인",
|
|
77
|
+
zh: "使用Google登录",
|
|
78
|
+
it: "Accedi con Google",
|
|
79
|
+
pt: "Entrar com o Google",
|
|
80
|
+
hi: "Google के साथ साइनइन करें",
|
|
81
|
+
ar: "تسجيل الدخول باستخدام Google",
|
|
82
|
+
ru: "Войти с Google",
|
|
83
|
+
"en-GB": "Sign in with Google"
|
|
84
|
+
})
|
|
85
|
+
}
|
|
33
86
|
}
|
|
34
|
-
}
|
|
35
|
-
exports.
|
|
87
|
+
};
|
|
88
|
+
exports.default = externalsLoginButtonsContent;
|
|
89
|
+
exports.externalsLoginButtonsContent = externalsLoginButtonsContent;
|
|
36
90
|
//# sourceMappingURL=externalsLoginButtons.content.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalsLoginButtons.content.cjs","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"externalsLoginButtons.content.cjs","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"sourcesContent":["import { DeclarationContent, t } from 'intlayer';\n\nexport const externalsLoginButtonsContent = {\n key: 'externals-login-buttons',\n content: {\n span: t({\n en: 'or',\n fr: 'ou',\n es: 'o',\n de: 'oder',\n ja: 'または',\n ko: '또는',\n zh: '或',\n it: 'o',\n pt: 'ou',\n hi: 'या',\n ar: 'أو',\n ru: 'или',\n 'en-GB': 'or',\n }),\n github: {\n label: t({\n en: 'Sign in with GitHub',\n fr: 'Se connecter avec GitHub',\n es: 'Iniciar sesión con GitHub',\n de: 'Mit GitHub anmelden',\n ja: 'GitHubでサインイン',\n ko: 'GitHub로 로그인',\n zh: '使用GitHub登录',\n it: 'Accedi con GitHub',\n pt: 'Entrar com o GitHub',\n hi: 'GitHub के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام GitHub',\n ru: 'Войти с GitHub',\n 'en-GB': 'Sign in with GitHub',\n }),\n ariaLabel: t({\n en: 'Sign in with GitHub',\n fr: 'Se connecter avec GitHub',\n es: 'Iniciar sesión con GitHub',\n de: 'Mit GitHub anmelden',\n ja: 'GitHubでサインイン',\n ko: 'GitHub로 로그인',\n zh: '使用GitHub登录',\n it: 'Accedi con GitHub',\n pt: 'Entrar com o GitHub',\n hi: 'GitHub के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام GitHub',\n ru: 'Войти с GitHub',\n 'en-GB': 'Sign in with GitHub',\n }),\n },\n google: {\n label: t({\n en: 'Sign in with Google',\n fr: 'Se connecter avec Google',\n es: 'Iniciar sesión con Google',\n de: 'Mit Google anmelden',\n ja: 'Googleでサインイン',\n ko: 'Google로 로그인',\n zh: '使用Google登录',\n it: 'Accedi con Google',\n pt: 'Entrar com o Google',\n hi: 'Google के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام Google',\n ru: 'Войти с Google',\n 'en-GB': 'Sign in with Google',\n }),\n ariaLabel: t({\n en: 'Sign in with Google',\n fr: 'Se connecter avec Google',\n es: 'Iniciar sesión con Google',\n de: 'Mit Google anmelden',\n ja: 'Googleでサインイン',\n ko: 'Google로 로그인',\n zh: '使用Google登录',\n it: 'Accedi con Google',\n pt: 'Entrar com o Google',\n hi: 'Google के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام Google',\n ru: 'Войти с Google',\n 'en-GB': 'Sign in with Google',\n }),\n },\n },\n} satisfies DeclarationContent;\n\nexport default externalsLoginButtonsContent;\n"],"names":["t"],"mappings":";;;AAEO,MAAM,+BAA+B;AAAA,EAC1C,KAAK;AAAA,EACL,SAAS;AAAA,IACP,MAAMA,SAAAA,EAAE;AAAA,MACN,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,MACJ,IAAI;AAAA,MACJ,SAAS;AAAA,IAAA,CACV;AAAA,IACD,QAAQ;AAAA,MACN,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MAAA,CACV;AAAA,MACD,WAAWA,SAAAA,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MACV,CAAA;AAAA,IACH;AAAA,IACA,QAAQ;AAAA,MACN,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MAAA,CACV;AAAA,MACD,WAAWA,SAAAA,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MACV,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;;;"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
export declare const externalsLoginButtonsContent: {
|
|
2
|
+
key: string;
|
|
3
|
+
content: {
|
|
4
|
+
span: import('@intlayer/core').TranslationContent<string>;
|
|
5
|
+
github: {
|
|
6
|
+
label: import('@intlayer/core').TranslationContent<string>;
|
|
7
|
+
ariaLabel: import('@intlayer/core').TranslationContent<string>;
|
|
8
|
+
};
|
|
9
|
+
google: {
|
|
10
|
+
label: import('@intlayer/core').TranslationContent<string>;
|
|
11
|
+
ariaLabel: import('@intlayer/core').TranslationContent<string>;
|
|
12
|
+
};
|
|
10
13
|
};
|
|
11
14
|
};
|
|
15
|
+
export default externalsLoginButtonsContent;
|
|
12
16
|
//# sourceMappingURL=externalsLoginButtons.content.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;CAmFX,CAAC;AAE/B,eAAe,4BAA4B,CAAC"}
|
|
@@ -1,36 +1,90 @@
|
|
|
1
|
-
import { t } from "
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { t } from "intlayer";
|
|
2
|
+
const externalsLoginButtonsContent = {
|
|
3
|
+
key: "externals-login-buttons",
|
|
4
|
+
content: {
|
|
5
|
+
span: t({
|
|
6
|
+
en: "or",
|
|
7
|
+
fr: "ou",
|
|
8
|
+
es: "o",
|
|
9
|
+
de: "oder",
|
|
10
|
+
ja: "または",
|
|
11
|
+
ko: "또는",
|
|
12
|
+
zh: "或",
|
|
13
|
+
it: "o",
|
|
14
|
+
pt: "ou",
|
|
15
|
+
hi: "या",
|
|
16
|
+
ar: "أو",
|
|
17
|
+
ru: "или",
|
|
18
|
+
"en-GB": "or"
|
|
13
19
|
}),
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
github: {
|
|
21
|
+
label: t({
|
|
22
|
+
en: "Sign in with GitHub",
|
|
23
|
+
fr: "Se connecter avec GitHub",
|
|
24
|
+
es: "Iniciar sesión con GitHub",
|
|
25
|
+
de: "Mit GitHub anmelden",
|
|
26
|
+
ja: "GitHubでサインイン",
|
|
27
|
+
ko: "GitHub로 로그인",
|
|
28
|
+
zh: "使用GitHub登录",
|
|
29
|
+
it: "Accedi con GitHub",
|
|
30
|
+
pt: "Entrar com o GitHub",
|
|
31
|
+
hi: "GitHub के साथ साइनइन करें",
|
|
32
|
+
ar: "تسجيل الدخول باستخدام GitHub",
|
|
33
|
+
ru: "Войти с GitHub",
|
|
34
|
+
"en-GB": "Sign in with GitHub"
|
|
35
|
+
}),
|
|
36
|
+
ariaLabel: t({
|
|
37
|
+
en: "Sign in with GitHub",
|
|
38
|
+
fr: "Se connecter avec GitHub",
|
|
39
|
+
es: "Iniciar sesión con GitHub",
|
|
40
|
+
de: "Mit GitHub anmelden",
|
|
41
|
+
ja: "GitHubでサインイン",
|
|
42
|
+
ko: "GitHub로 로그인",
|
|
43
|
+
zh: "使用GitHub登录",
|
|
44
|
+
it: "Accedi con GitHub",
|
|
45
|
+
pt: "Entrar com o GitHub",
|
|
46
|
+
hi: "GitHub के साथ साइनइन करें",
|
|
47
|
+
ar: "تسجيل الدخول باستخدام GitHub",
|
|
48
|
+
ru: "Войти с GitHub",
|
|
49
|
+
"en-GB": "Sign in with GitHub"
|
|
50
|
+
})
|
|
51
|
+
},
|
|
52
|
+
google: {
|
|
53
|
+
label: t({
|
|
54
|
+
en: "Sign in with Google",
|
|
55
|
+
fr: "Se connecter avec Google",
|
|
56
|
+
es: "Iniciar sesión con Google",
|
|
57
|
+
de: "Mit Google anmelden",
|
|
58
|
+
ja: "Googleでサインイン",
|
|
59
|
+
ko: "Google로 로그인",
|
|
60
|
+
zh: "使用Google登录",
|
|
61
|
+
it: "Accedi con Google",
|
|
62
|
+
pt: "Entrar com o Google",
|
|
63
|
+
hi: "Google के साथ साइनइन करें",
|
|
64
|
+
ar: "تسجيل الدخول باستخدام Google",
|
|
65
|
+
ru: "Войти с Google",
|
|
66
|
+
"en-GB": "Sign in with Google"
|
|
67
|
+
}),
|
|
68
|
+
ariaLabel: t({
|
|
69
|
+
en: "Sign in with Google",
|
|
70
|
+
fr: "Se connecter avec Google",
|
|
71
|
+
es: "Iniciar sesión con Google",
|
|
72
|
+
de: "Mit Google anmelden",
|
|
73
|
+
ja: "Googleでサインイン",
|
|
74
|
+
ko: "Google로 로그인",
|
|
75
|
+
zh: "使用Google登录",
|
|
76
|
+
it: "Accedi con Google",
|
|
77
|
+
pt: "Entrar com o Google",
|
|
78
|
+
hi: "Google के साथ साइनइन करें",
|
|
79
|
+
ar: "تسجيل الدخول باستخدام Google",
|
|
80
|
+
ru: "Войти с Google",
|
|
81
|
+
"en-GB": "Sign in with Google"
|
|
82
|
+
})
|
|
83
|
+
}
|
|
31
84
|
}
|
|
32
|
-
}
|
|
85
|
+
};
|
|
33
86
|
export {
|
|
34
|
-
|
|
87
|
+
externalsLoginButtonsContent as default,
|
|
88
|
+
externalsLoginButtonsContent
|
|
35
89
|
};
|
|
36
90
|
//# sourceMappingURL=externalsLoginButtons.content.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalsLoginButtons.content.mjs","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"externalsLoginButtons.content.mjs","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"sourcesContent":["import { DeclarationContent, t } from 'intlayer';\n\nexport const externalsLoginButtonsContent = {\n key: 'externals-login-buttons',\n content: {\n span: t({\n en: 'or',\n fr: 'ou',\n es: 'o',\n de: 'oder',\n ja: 'または',\n ko: '또는',\n zh: '或',\n it: 'o',\n pt: 'ou',\n hi: 'या',\n ar: 'أو',\n ru: 'или',\n 'en-GB': 'or',\n }),\n github: {\n label: t({\n en: 'Sign in with GitHub',\n fr: 'Se connecter avec GitHub',\n es: 'Iniciar sesión con GitHub',\n de: 'Mit GitHub anmelden',\n ja: 'GitHubでサインイン',\n ko: 'GitHub로 로그인',\n zh: '使用GitHub登录',\n it: 'Accedi con GitHub',\n pt: 'Entrar com o GitHub',\n hi: 'GitHub के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام GitHub',\n ru: 'Войти с GitHub',\n 'en-GB': 'Sign in with GitHub',\n }),\n ariaLabel: t({\n en: 'Sign in with GitHub',\n fr: 'Se connecter avec GitHub',\n es: 'Iniciar sesión con GitHub',\n de: 'Mit GitHub anmelden',\n ja: 'GitHubでサインイン',\n ko: 'GitHub로 로그인',\n zh: '使用GitHub登录',\n it: 'Accedi con GitHub',\n pt: 'Entrar com o GitHub',\n hi: 'GitHub के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام GitHub',\n ru: 'Войти с GitHub',\n 'en-GB': 'Sign in with GitHub',\n }),\n },\n google: {\n label: t({\n en: 'Sign in with Google',\n fr: 'Se connecter avec Google',\n es: 'Iniciar sesión con Google',\n de: 'Mit Google anmelden',\n ja: 'Googleでサインイン',\n ko: 'Google로 로그인',\n zh: '使用Google登录',\n it: 'Accedi con Google',\n pt: 'Entrar com o Google',\n hi: 'Google के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام Google',\n ru: 'Войти с Google',\n 'en-GB': 'Sign in with Google',\n }),\n ariaLabel: t({\n en: 'Sign in with Google',\n fr: 'Se connecter avec Google',\n es: 'Iniciar sesión con Google',\n de: 'Mit Google anmelden',\n ja: 'Googleでサインイン',\n ko: 'Google로 로그인',\n zh: '使用Google登录',\n it: 'Accedi con Google',\n pt: 'Entrar com o Google',\n hi: 'Google के साथ साइनइन करें',\n ar: 'تسجيل الدخول باستخدام Google',\n ru: 'Войти с Google',\n 'en-GB': 'Sign in with Google',\n }),\n },\n },\n} satisfies DeclarationContent;\n\nexport default externalsLoginButtonsContent;\n"],"names":[],"mappings":";AAEO,MAAM,+BAA+B;AAAA,EAC1C,KAAK;AAAA,EACL,SAAS;AAAA,IACP,MAAM,EAAE;AAAA,MACN,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,MACJ,IAAI;AAAA,MACJ,SAAS;AAAA,IAAA,CACV;AAAA,IACD,QAAQ;AAAA,MACN,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MAAA,CACV;AAAA,MACD,WAAW,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MACV,CAAA;AAAA,IACH;AAAA,IACA,QAAQ;AAAA,MACN,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MAAA,CACV;AAAA,MACD,WAAW,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,MACV,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;"}
|
|
@@ -3,25 +3,26 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const jsxRuntime = require("../../../jsx-runtime-XHKiWCTo.cjs");
|
|
5
5
|
const require$$0 = require("react");
|
|
6
|
+
const reactIntlayer = require("react-intlayer");
|
|
6
7
|
const components_Form_FormBase = require("../../Form/FormBase.cjs");
|
|
7
8
|
require("../../Form/FormField.cjs");
|
|
8
9
|
const components_Form_layout_FormItemLayout = require("../../../Form-BDcoNTLV.cjs");
|
|
9
|
-
const
|
|
10
|
-
const
|
|
10
|
+
const components_Auth_ResetPasswordForm_resetPasswordContent_content = require("./resetPasswordContent.content.cjs");
|
|
11
|
+
const components_Auth_ResetPasswordForm_useResetPasswordSchema = require("./useResetPasswordSchema.cjs");
|
|
11
12
|
const ResetPasswordForm = ({
|
|
12
13
|
email,
|
|
13
14
|
onSubmitSuccess,
|
|
14
15
|
onSubmitError,
|
|
15
16
|
onClickBackToLogin
|
|
16
17
|
}) => {
|
|
17
|
-
const ResetPasswordSchema =
|
|
18
|
+
const ResetPasswordSchema = components_Auth_ResetPasswordForm_useResetPasswordSchema.useResetPasswordSchema();
|
|
18
19
|
const {
|
|
19
20
|
emailInput,
|
|
20
21
|
sendRecoveryEmailButton,
|
|
21
22
|
resendRecoveryEmailButton,
|
|
22
23
|
resendInText,
|
|
23
24
|
backToLoginButton
|
|
24
|
-
} =
|
|
25
|
+
} = reactIntlayer.useDictionary(components_Auth_ResetPasswordForm_resetPasswordContent_content.resetPasswordContent);
|
|
25
26
|
const { form, isSubmitting, isSubmitted, isValid } = components_Form_FormBase.useForm(
|
|
26
27
|
ResetPasswordSchema,
|
|
27
28
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPasswordForm.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"sourcesContent":["'use client';\n\nimport { useState, type FC, useEffect, type ReactNode } from 'react';\nimport { Form, useForm } from '../../Form';\nimport {
|
|
1
|
+
{"version":3,"file":"ResetPasswordForm.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"sourcesContent":["'use client';\n\nimport { useState, type FC, useEffect, type ReactNode } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { Form, useForm } from '../../Form';\nimport { resetPasswordContent } from './resetPasswordContent.content';\nimport {\n useResetPasswordSchema,\n type ResetPassword,\n} from './useResetPasswordSchema';\n\ntype ForgotPasswordFormProps = {\n email?: string;\n onSubmitSuccess: (data: ResetPassword) => Promise<void>;\n onClickBackToLogin: () => void;\n onSubmitError?: (error: Error) => void;\n};\n\nexport const ResetPasswordForm: FC<ForgotPasswordFormProps> = ({\n email,\n onSubmitSuccess,\n onSubmitError,\n onClickBackToLogin,\n}) => {\n const ResetPasswordSchema = useResetPasswordSchema();\n const {\n emailInput,\n sendRecoveryEmailButton,\n resendRecoveryEmailButton,\n resendInText,\n backToLoginButton,\n } = useDictionary(resetPasswordContent);\n const { form, isSubmitting, isSubmitted, isValid } = useForm(\n ResetPasswordSchema,\n {\n defaultValues: { email },\n }\n );\n const [submissionState, setSubmissionState] = useState({\n isFrozen: isValid,\n remainingTime: 0,\n });\n\n useEffect(() => {\n // If form valid and form is not submitted, unfreeze the submission\n if (isValid && !isSubmitted) {\n setSubmissionState((prevState) => ({\n ...prevState,\n isFrozen: false,\n }));\n }\n }, [isSubmitted, isValid]);\n\n useEffect(() => {\n // If form valid and submission is frozen and there is remaining time, start the timer\n if (\n isValid &&\n submissionState.isFrozen &&\n submissionState.remainingTime > 0\n ) {\n const interval = setInterval(() => {\n setSubmissionState((prevState) => {\n if (prevState.remainingTime <= 1) {\n clearInterval(interval); // Stop the timer when reaching 0\n return { ...prevState, isFrozen: false, remainingTime: 0 };\n }\n return { ...prevState, remainingTime: prevState.remainingTime - 1 };\n });\n }, 1000);\n\n return () => clearInterval(interval);\n }\n }, [isValid, submissionState.isFrozen, submissionState.remainingTime]);\n\n const getSubmitButtonText = (): ReactNode => {\n if (submissionState.remainingTime > 0) {\n return `${resendInText} ${submissionState.remainingTime}s`;\n }\n return isSubmitted\n ? resendRecoveryEmailButton.text\n : sendRecoveryEmailButton.text;\n };\n\n return (\n <Form\n schema={ResetPasswordSchema}\n onSubmitSuccess={onSubmitSuccess}\n onSubmitError={onSubmitError}\n className=\"gap-y-0\"\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 </div>\n\n <Form.Button\n className=\"mt-12 w-full\"\n type=\"submit\"\n color=\"text\"\n isLoading={isSubmitting}\n disabled={!isValid || submissionState.isFrozen}\n variant={isSubmitted ? 'outline' : 'default'}\n label={sendRecoveryEmailButton.ariaLabel}\n >\n {getSubmitButtonText()}\n </Form.Button>\n {isSubmitted && (\n <Form.Button\n className=\"mt-4 w-full\"\n label={backToLoginButton.text}\n onClick={onClickBackToLogin}\n >\n {backToLoginButton.text}\n </Form.Button>\n )}\n </Form>\n );\n};\n"],"names":["useResetPasswordSchema","useDictionary","resetPasswordContent","useForm","useState","useEffect","jsxs","Form","jsx"],"mappings":";;;;;;;;;;;AAmBO,MAAM,oBAAiD,CAAC;AAAA,EAC7D;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,MAAM;AACJ,QAAM,sBAAsBA,yDAAAA,uBAAuB;AAC7C,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA,IACEC,cAAAA,cAAcC,+DAAAA,oBAAoB;AACtC,QAAM,EAAE,MAAM,cAAc,aAAa,QAAY,IAAAC,yBAAA;AAAA,IACnD;AAAA,IACA;AAAA,MACE,eAAe,EAAE,MAAM;AAAA,IAAA;AAAA,EAE3B;AACA,QAAM,CAAC,iBAAiB,kBAAkB,IAAIC,oBAAS;AAAA,IACrD,UAAU;AAAA,IACV,eAAe;AAAA,EAAA,CAChB;AAEDC,aAAAA,UAAU,MAAM;AAEV,QAAA,WAAW,CAAC,aAAa;AAC3B,yBAAmB,CAAC,eAAe;AAAA,QACjC,GAAG;AAAA,QACH,UAAU;AAAA,MAAA,EACV;AAAA,IAAA;AAAA,EACJ,GACC,CAAC,aAAa,OAAO,CAAC;AAEzBA,aAAAA,UAAU,MAAM;AAEd,QACE,WACA,gBAAgB,YAChB,gBAAgB,gBAAgB,GAChC;AACM,YAAA,WAAW,YAAY,MAAM;AACjC,2BAAmB,CAAC,cAAc;AAC5B,cAAA,UAAU,iBAAiB,GAAG;AAChC,0BAAc,QAAQ;AACtB,mBAAO,EAAE,GAAG,WAAW,UAAU,OAAO,eAAe,EAAE;AAAA,UAAA;AAE3D,iBAAO,EAAE,GAAG,WAAW,eAAe,UAAU,gBAAgB,EAAE;AAAA,QAAA,CACnE;AAAA,SACA,GAAI;AAEA,aAAA,MAAM,cAAc,QAAQ;AAAA,IAAA;AAAA,EACrC,GACC,CAAC,SAAS,gBAAgB,UAAU,gBAAgB,aAAa,CAAC;AAErE,QAAM,sBAAsB,MAAiB;AACvC,QAAA,gBAAgB,gBAAgB,GAAG;AACrC,aAAO,GAAG,YAAY,IAAI,gBAAgB,aAAa;AAAA,IAAA;AAElD,WAAA,cACH,0BAA0B,OAC1B,wBAAwB;AAAA,EAC9B;AAGE,SAAAC,2BAAA,kBAAA;AAAA,IAACC,sCAAA;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR;AAAA,MACA;AAAA,MACA,WAAU;AAAA,MACT,GAAG;AAAA,MAEJ,UAAA;AAAA,QAACC,2BAAAA,kBAAAA,IAAA,OAAA,EAAI,WAAU,yBACb,UAAAA,2BAAA,kBAAA;AAAA,UAACD,sCAAAA,KAAK;AAAA,UAAL;AAAA,YACC,MAAK;AAAA,YACL,OAAO,WAAW;AAAA,YAClB,aAAa,WAAW;AAAA,YACxB,YAAU;AAAA,YACV,cAAa;AAAA,YACb,WAAW;AAAA,YACX,WAAW;AAAA,UAAA;AAAA,QAAA,GAEf;AAAA,QAEAC,2BAAA,kBAAA;AAAA,UAACD,sCAAAA,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,MAAK;AAAA,YACL,OAAM;AAAA,YACN,WAAW;AAAA,YACX,UAAU,CAAC,WAAW,gBAAgB;AAAA,YACtC,SAAS,cAAc,YAAY;AAAA,YACnC,OAAO,wBAAwB;AAAA,YAE9B,UAAoB,oBAAA;AAAA,UAAA;AAAA,QACvB;AAAA,QACC,eACCC,2BAAA,kBAAA;AAAA,UAACD,sCAAAA,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,OAAO,kBAAkB;AAAA,YACzB,SAAS;AAAA,YAER,UAAkB,kBAAA;AAAA,UAAA;AAAA,QAAA;AAAA,MACrB;AAAA,IAAA;AAAA,EAEJ;AAEJ;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPasswordForm.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,EAAE,EAA6B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ResetPasswordForm.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,EAAE,EAA6B,MAAM,OAAO,CAAC;AAKrE,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,0BAA0B,CAAC;AAElC,KAAK,uBAAuB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,uBAAuB,CA2GzD,CAAC"}
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { j as jsxRuntimeExports } from "../../../jsx-runtime-DaNGiM0W.js";
|
|
3
3
|
import { useState, useEffect } from "react";
|
|
4
|
+
import { useDictionary } from "react-intlayer";
|
|
4
5
|
import { useForm } from "../../Form/FormBase.mjs";
|
|
5
6
|
import "../../Form/FormField.mjs";
|
|
6
7
|
import { F as Form } from "../../../Form-DhsgC7kB.js";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
8
|
+
import { resetPasswordContent } from "./resetPasswordContent.content.mjs";
|
|
9
|
+
import { useResetPasswordSchema } from "./useResetPasswordSchema.mjs";
|
|
9
10
|
const ResetPasswordForm = ({
|
|
10
11
|
email,
|
|
11
12
|
onSubmitSuccess,
|
|
12
13
|
onSubmitError,
|
|
13
14
|
onClickBackToLogin
|
|
14
15
|
}) => {
|
|
15
|
-
const ResetPasswordSchema =
|
|
16
|
+
const ResetPasswordSchema = useResetPasswordSchema();
|
|
16
17
|
const {
|
|
17
18
|
emailInput,
|
|
18
19
|
sendRecoveryEmailButton,
|
|
19
20
|
resendRecoveryEmailButton,
|
|
20
21
|
resendInText,
|
|
21
22
|
backToLoginButton
|
|
22
|
-
} =
|
|
23
|
+
} = useDictionary(resetPasswordContent);
|
|
23
24
|
const { form, isSubmitting, isSubmitted, isValid } = useForm(
|
|
24
25
|
ResetPasswordSchema,
|
|
25
26
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPasswordForm.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"sourcesContent":["'use client';\n\nimport { useState, type FC, useEffect, type ReactNode } from 'react';\nimport { Form, useForm } from '../../Form';\nimport {
|
|
1
|
+
{"version":3,"file":"ResetPasswordForm.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx"],"sourcesContent":["'use client';\n\nimport { useState, type FC, useEffect, type ReactNode } from 'react';\n// @ts-ignore react-intlayer not build yet\nimport { useDictionary } from 'react-intlayer';\nimport { Form, useForm } from '../../Form';\nimport { resetPasswordContent } from './resetPasswordContent.content';\nimport {\n useResetPasswordSchema,\n type ResetPassword,\n} from './useResetPasswordSchema';\n\ntype ForgotPasswordFormProps = {\n email?: string;\n onSubmitSuccess: (data: ResetPassword) => Promise<void>;\n onClickBackToLogin: () => void;\n onSubmitError?: (error: Error) => void;\n};\n\nexport const ResetPasswordForm: FC<ForgotPasswordFormProps> = ({\n email,\n onSubmitSuccess,\n onSubmitError,\n onClickBackToLogin,\n}) => {\n const ResetPasswordSchema = useResetPasswordSchema();\n const {\n emailInput,\n sendRecoveryEmailButton,\n resendRecoveryEmailButton,\n resendInText,\n backToLoginButton,\n } = useDictionary(resetPasswordContent);\n const { form, isSubmitting, isSubmitted, isValid } = useForm(\n ResetPasswordSchema,\n {\n defaultValues: { email },\n }\n );\n const [submissionState, setSubmissionState] = useState({\n isFrozen: isValid,\n remainingTime: 0,\n });\n\n useEffect(() => {\n // If form valid and form is not submitted, unfreeze the submission\n if (isValid && !isSubmitted) {\n setSubmissionState((prevState) => ({\n ...prevState,\n isFrozen: false,\n }));\n }\n }, [isSubmitted, isValid]);\n\n useEffect(() => {\n // If form valid and submission is frozen and there is remaining time, start the timer\n if (\n isValid &&\n submissionState.isFrozen &&\n submissionState.remainingTime > 0\n ) {\n const interval = setInterval(() => {\n setSubmissionState((prevState) => {\n if (prevState.remainingTime <= 1) {\n clearInterval(interval); // Stop the timer when reaching 0\n return { ...prevState, isFrozen: false, remainingTime: 0 };\n }\n return { ...prevState, remainingTime: prevState.remainingTime - 1 };\n });\n }, 1000);\n\n return () => clearInterval(interval);\n }\n }, [isValid, submissionState.isFrozen, submissionState.remainingTime]);\n\n const getSubmitButtonText = (): ReactNode => {\n if (submissionState.remainingTime > 0) {\n return `${resendInText} ${submissionState.remainingTime}s`;\n }\n return isSubmitted\n ? resendRecoveryEmailButton.text\n : sendRecoveryEmailButton.text;\n };\n\n return (\n <Form\n schema={ResetPasswordSchema}\n onSubmitSuccess={onSubmitSuccess}\n onSubmitError={onSubmitError}\n className=\"gap-y-0\"\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 </div>\n\n <Form.Button\n className=\"mt-12 w-full\"\n type=\"submit\"\n color=\"text\"\n isLoading={isSubmitting}\n disabled={!isValid || submissionState.isFrozen}\n variant={isSubmitted ? 'outline' : 'default'}\n label={sendRecoveryEmailButton.ariaLabel}\n >\n {getSubmitButtonText()}\n </Form.Button>\n {isSubmitted && (\n <Form.Button\n className=\"mt-4 w-full\"\n label={backToLoginButton.text}\n onClick={onClickBackToLogin}\n >\n {backToLoginButton.text}\n </Form.Button>\n )}\n </Form>\n );\n};\n"],"names":["jsxs","jsx"],"mappings":";;;;;;;;;AAmBO,MAAM,oBAAiD,CAAC;AAAA,EAC7D;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,MAAM;AACJ,QAAM,sBAAsB,uBAAuB;AAC7C,QAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA,IACE,cAAc,oBAAoB;AACtC,QAAM,EAAE,MAAM,cAAc,aAAa,QAAY,IAAA;AAAA,IACnD;AAAA,IACA;AAAA,MACE,eAAe,EAAE,MAAM;AAAA,IAAA;AAAA,EAE3B;AACA,QAAM,CAAC,iBAAiB,kBAAkB,IAAI,SAAS;AAAA,IACrD,UAAU;AAAA,IACV,eAAe;AAAA,EAAA,CAChB;AAED,YAAU,MAAM;AAEV,QAAA,WAAW,CAAC,aAAa;AAC3B,yBAAmB,CAAC,eAAe;AAAA,QACjC,GAAG;AAAA,QACH,UAAU;AAAA,MAAA,EACV;AAAA,IAAA;AAAA,EACJ,GACC,CAAC,aAAa,OAAO,CAAC;AAEzB,YAAU,MAAM;AAEd,QACE,WACA,gBAAgB,YAChB,gBAAgB,gBAAgB,GAChC;AACM,YAAA,WAAW,YAAY,MAAM;AACjC,2BAAmB,CAAC,cAAc;AAC5B,cAAA,UAAU,iBAAiB,GAAG;AAChC,0BAAc,QAAQ;AACtB,mBAAO,EAAE,GAAG,WAAW,UAAU,OAAO,eAAe,EAAE;AAAA,UAAA;AAE3D,iBAAO,EAAE,GAAG,WAAW,eAAe,UAAU,gBAAgB,EAAE;AAAA,QAAA,CACnE;AAAA,SACA,GAAI;AAEA,aAAA,MAAM,cAAc,QAAQ;AAAA,IAAA;AAAA,EACrC,GACC,CAAC,SAAS,gBAAgB,UAAU,gBAAgB,aAAa,CAAC;AAErE,QAAM,sBAAsB,MAAiB;AACvC,QAAA,gBAAgB,gBAAgB,GAAG;AACrC,aAAO,GAAG,YAAY,IAAI,gBAAgB,aAAa;AAAA,IAAA;AAElD,WAAA,cACH,0BAA0B,OAC1B,wBAAwB;AAAA,EAC9B;AAGE,SAAAA,kCAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR;AAAA,MACA;AAAA,MACA,WAAU;AAAA,MACT,GAAG;AAAA,MAEJ,UAAA;AAAA,QAACC,kCAAAA,IAAA,OAAA,EAAI,WAAU,yBACb,UAAAA,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,MAAK;AAAA,YACL,OAAO,WAAW;AAAA,YAClB,aAAa,WAAW;AAAA,YACxB,YAAU;AAAA,YACV,cAAa;AAAA,YACb,WAAW;AAAA,YACX,WAAW;AAAA,UAAA;AAAA,QAAA,GAEf;AAAA,QAEAA,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,MAAK;AAAA,YACL,OAAM;AAAA,YACN,WAAW;AAAA,YACX,UAAU,CAAC,WAAW,gBAAgB;AAAA,YACtC,SAAS,cAAc,YAAY;AAAA,YACnC,OAAO,wBAAwB;AAAA,YAE9B,UAAoB,oBAAA;AAAA,UAAA;AAAA,QACvB;AAAA,QACC,eACCA,kCAAA;AAAA,UAAC,KAAK;AAAA,UAAL;AAAA,YACC,WAAU;AAAA,YACV,OAAO,kBAAkB;AAAA,YACzB,SAAS;AAAA,YAER,UAAkB,kBAAA;AAAA,UAAA;AAAA,QAAA;AAAA,MACrB;AAAA,IAAA;AAAA,EAEJ;AAEJ;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const components_Auth_ResetPasswordForm_ResetPasswordForm = require("./ResetPasswordForm.cjs");
|
|
4
|
-
const
|
|
4
|
+
const components_Auth_ResetPasswordForm_useResetPasswordSchema = require("./useResetPasswordSchema.cjs");
|
|
5
5
|
exports.ResetPasswordForm = components_Auth_ResetPasswordForm_ResetPasswordForm.ResetPasswordForm;
|
|
6
|
-
exports.
|
|
6
|
+
exports.useResetPasswordSchema = components_Auth_ResetPasswordForm_useResetPasswordSchema.useResetPasswordSchema;
|
|
7
7
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ResetPasswordForm } from "./ResetPasswordForm.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { useResetPasswordSchema } from "./useResetPasswordSchema.mjs";
|
|
3
3
|
export {
|
|
4
4
|
ResetPasswordForm,
|
|
5
|
-
|
|
5
|
+
useResetPasswordSchema
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const intlayer = require("intlayer");
|
|
4
|
+
const resetPasswordContent = {
|
|
5
|
+
key: "reset-password",
|
|
6
|
+
content: {
|
|
7
|
+
emailInput: {
|
|
8
|
+
label: intlayer.t({
|
|
9
|
+
en: "Email address",
|
|
10
|
+
fr: "Adresse e-mail",
|
|
11
|
+
es: "Dirección de correo electrónico",
|
|
12
|
+
"en-GB": "Email address",
|
|
13
|
+
de: "E-Mail-Adresse",
|
|
14
|
+
ja: "電子メールアドレス",
|
|
15
|
+
ko: "이메일 주소",
|
|
16
|
+
zh: "电子邮件地址",
|
|
17
|
+
it: "Indirizzo email",
|
|
18
|
+
pt: "Endereço de e-mail",
|
|
19
|
+
hi: "ईमेल पता",
|
|
20
|
+
ar: "عنوان البريد الإلكتروني",
|
|
21
|
+
ru: "Адрес электронной почты"
|
|
22
|
+
}),
|
|
23
|
+
placeholder: intlayer.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
|
+
"en-GB": "Enter e-mail address",
|
|
28
|
+
de: "Geben Sie die E-Mail-Adresse ein",
|
|
29
|
+
ja: "メールアドレスを入力してください",
|
|
30
|
+
ko: "이메일 주소를 입력하세요",
|
|
31
|
+
zh: "输入电子邮件地址",
|
|
32
|
+
it: "Inserisci l'indirizzo email",
|
|
33
|
+
pt: "Insira o endereço de e-mail",
|
|
34
|
+
hi: "ईमेल पता दर्ज करें",
|
|
35
|
+
ar: "أدخل عنوان البريد الإلكتروني",
|
|
36
|
+
ru: "Введите адрес электронной почты"
|
|
37
|
+
})
|
|
38
|
+
},
|
|
39
|
+
sendRecoveryEmailButton: {
|
|
40
|
+
text: intlayer.t({
|
|
41
|
+
en: "Send recovery email",
|
|
42
|
+
fr: "Envoyer un e-mail de récupération",
|
|
43
|
+
es: "Enviar correo de recuperación",
|
|
44
|
+
"en-GB": "Send recovery email",
|
|
45
|
+
de: "Wiederherstellungs-E-Mail senden",
|
|
46
|
+
ja: "回復メールを送信",
|
|
47
|
+
ko: "복구 이메일 전송",
|
|
48
|
+
zh: "发送恢复电子邮件",
|
|
49
|
+
it: "Invia email di recupero",
|
|
50
|
+
pt: "Enviar e-mail de recuperação",
|
|
51
|
+
hi: "पुनर्प्राप्ति ईमेल भेजें",
|
|
52
|
+
ar: "إرسال بريد إلكتروني لاستعادة كلمة المرور",
|
|
53
|
+
ru: "Отправить письмо для восстановления"
|
|
54
|
+
}),
|
|
55
|
+
ariaLabel: intlayer.t({
|
|
56
|
+
en: "Click to send recovery email",
|
|
57
|
+
fr: "Cliquez pour envoyer un e-mail de récupération",
|
|
58
|
+
es: "Haz clic para enviar correo de recuperación",
|
|
59
|
+
"en-GB": "Click to send recovery email",
|
|
60
|
+
de: "Klicken Sie, um die Wiederherstellungs-E-Mail zu senden",
|
|
61
|
+
ja: "回復メールを送信するにはクリックしてください",
|
|
62
|
+
ko: "복구 이메일을 보내려면 클릭하세요",
|
|
63
|
+
zh: "点击发送恢复电子邮件",
|
|
64
|
+
it: "Clicca per inviare l'email di recupero",
|
|
65
|
+
pt: "Clique para enviar o e-mail de recuperação",
|
|
66
|
+
hi: "पुनर्प्राप्ति ईमेल भेजने के लिए क्लिक करें",
|
|
67
|
+
ar: "انقر لإرسال بريد إلكتروني لاستعادة كلمة المرور",
|
|
68
|
+
ru: "Щелкните, чтобы отправить электронное письмо для восстановления"
|
|
69
|
+
})
|
|
70
|
+
},
|
|
71
|
+
resendRecoveryEmailButton: {
|
|
72
|
+
text: intlayer.t({
|
|
73
|
+
en: "Resend recovery email",
|
|
74
|
+
fr: "Renvoyer l’e-mail de récupération",
|
|
75
|
+
es: "Reenviar correo de recuperación",
|
|
76
|
+
"en-GB": "Resend recovery email",
|
|
77
|
+
de: "Wiederherstellungs-E-Mail erneut senden",
|
|
78
|
+
ja: "回復メールを再送信",
|
|
79
|
+
ko: "복구 이메일 재전송",
|
|
80
|
+
zh: "重新发送恢复电子邮件",
|
|
81
|
+
it: "Invia di nuovo l'email di recupero",
|
|
82
|
+
pt: "Reenviar e-mail de recuperação",
|
|
83
|
+
hi: "पुनर्प्राप्ति ईमेल पुनः भेजें",
|
|
84
|
+
ar: "إعادة إرسال البريد الإلكتروني لاستعادة كلمة المرور",
|
|
85
|
+
ru: "Повторно отправить письмо для восстановления"
|
|
86
|
+
})
|
|
87
|
+
},
|
|
88
|
+
resendInText: intlayer.t({
|
|
89
|
+
en: "Resend in",
|
|
90
|
+
fr: "Renvoyer dans",
|
|
91
|
+
es: "Reenviar en",
|
|
92
|
+
"en-GB": "Resend in",
|
|
93
|
+
de: "Erneut senden in",
|
|
94
|
+
ja: "再送信まで",
|
|
95
|
+
ko: "다시 전송하기까지",
|
|
96
|
+
zh: "重新发送",
|
|
97
|
+
it: "Reinvia in",
|
|
98
|
+
pt: "Reenviar em",
|
|
99
|
+
hi: "फिर से भेजें",
|
|
100
|
+
ar: "إعادة الإرسال في",
|
|
101
|
+
ru: "Повторно отправить через"
|
|
102
|
+
}),
|
|
103
|
+
backToLoginButton: {
|
|
104
|
+
text: intlayer.t({
|
|
105
|
+
en: "Back to login",
|
|
106
|
+
fr: "Retour à la connexion",
|
|
107
|
+
es: "Volver al inicio de sesión",
|
|
108
|
+
"en-GB": "Back to login",
|
|
109
|
+
de: "Zurück zur Anmeldung",
|
|
110
|
+
ja: "ログインに戻る",
|
|
111
|
+
ko: "로그인으로 돌아가기",
|
|
112
|
+
zh: "返回登录",
|
|
113
|
+
it: "Torna al login",
|
|
114
|
+
pt: "Voltar ao login",
|
|
115
|
+
hi: "लॉगइन पर वापस जाएं",
|
|
116
|
+
ar: "العودة إلى تسجيل الدخول",
|
|
117
|
+
ru: "Вернуться к входу"
|
|
118
|
+
})
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
exports.resetPasswordContent = resetPasswordContent;
|
|
123
|
+
//# sourceMappingURL=resetPasswordContent.content.cjs.map
|