@intlayer/design-system 5.6.0 → 5.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +88 -560
- package/dist/components/Command/index.d.ts +5 -5
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +2 -27
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +1 -26
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +2 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +2 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +9 -28
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +8 -27
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +10 -26
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +9 -25
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +7 -20
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +6 -19
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +2 -2
- package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -2
- package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.cjs +1 -1
- package/dist/components/Form/elements/FormElementWrapper.mjs +1 -1
- package/dist/components/IDE/CodeContext.cjs +2 -2
- package/dist/components/IDE/CodeContext.mjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +2 -2
- package/dist/components/Modal/Modal.cjs +3 -3
- package/dist/components/Modal/Modal.mjs +3 -3
- package/dist/components/Navbar/MobileNavbar.cjs +2 -2
- package/dist/components/Navbar/MobileNavbar.mjs +2 -2
- package/dist/components/Navbar/index.cjs +3 -3
- package/dist/components/Navbar/index.mjs +3 -3
- package/dist/components/Pattern/GridPattern.cjs +45 -48
- package/dist/components/Pattern/GridPattern.cjs.map +1 -1
- package/dist/components/Pattern/GridPattern.d.ts.map +1 -1
- package/dist/components/Pattern/GridPattern.mjs +45 -48
- package/dist/components/Pattern/GridPattern.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +2 -2
- package/dist/components/SwitchSelector/index.mjs +2 -2
- package/dist/components/TabSelector/TabSelector.cjs +2 -2
- package/dist/components/TabSelector/TabSelector.mjs +2 -2
- package/dist/components/TextArea/AutocompleteTextArea.cjs +90 -13
- package/dist/components/TextArea/AutocompleteTextArea.cjs.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.d.ts.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.mjs +92 -15
- package/dist/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
- package/dist/components/index.cjs +0 -38
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.mjs +0 -38
- package/dist/components/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +8 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.mjs +9 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs +29 -31
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +678 -10
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +29 -31
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +0 -1
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +0 -1
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useAuth/index.cjs +9 -0
- package/dist/{components/Auth/AuthenticationBarrier → hooks/useAuth}/index.cjs.map +1 -1
- package/dist/hooks/useAuth/index.d.ts +4 -0
- package/dist/hooks/useAuth/index.d.ts.map +1 -0
- package/dist/hooks/useAuth/index.mjs +9 -0
- package/dist/{components/Auth/ExternalsLoginButtons → hooks/useAuth}/index.mjs.map +1 -1
- package/dist/hooks/useAuth/useAuth.cjs +25 -0
- package/dist/hooks/useAuth/useAuth.cjs.map +1 -0
- package/dist/{components/Auth/useAuth/index.d.ts → hooks/useAuth/useAuth.d.ts} +3 -13
- package/dist/hooks/useAuth/useAuth.d.ts.map +1 -0
- package/dist/{components/Auth/useAuth/index.mjs → hooks/useAuth/useAuth.mjs} +2 -8
- package/dist/hooks/useAuth/useAuth.mjs.map +1 -0
- package/dist/{components/Auth → hooks}/useAuth/useOAuth2.cjs +3 -3
- package/dist/hooks/useAuth/useOAuth2.cjs.map +1 -0
- package/dist/{components/Auth → hooks}/useAuth/useOAuth2.d.ts +1 -1
- package/dist/hooks/useAuth/useOAuth2.d.ts.map +1 -0
- package/dist/{components/Auth → hooks}/useAuth/useOAuth2.mjs +4 -4
- package/dist/hooks/useAuth/useOAuth2.mjs.map +1 -0
- package/dist/{components/Auth → hooks}/useAuth/useSession.cjs +6 -25
- package/dist/hooks/useAuth/useSession.cjs.map +1 -0
- package/dist/{components/Auth → hooks}/useAuth/useSession.d.ts +3 -3
- package/dist/hooks/useAuth/useSession.d.ts.map +1 -0
- package/dist/hooks/useAuth/useSession.mjs +47 -0
- package/dist/hooks/useAuth/useSession.mjs.map +1 -0
- package/dist/hooks/useIntlayerAPI.cjs +5 -4
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +5 -4
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/{components/Auth → hooks}/useUser/index.cjs +7 -5
- package/dist/hooks/useUser/index.cjs.map +1 -0
- package/dist/hooks/useUser/index.d.ts +8 -0
- package/dist/hooks/useUser/index.d.ts.map +1 -0
- package/dist/{components/Auth → hooks}/useUser/index.mjs +6 -4
- package/dist/hooks/useUser/index.mjs.map +1 -0
- package/dist/{schemas-itjzX6bG.js → schemas-BIuxHDyZ.js} +3 -7
- package/dist/{schemas-itjzX6bG.js.map → schemas-BIuxHDyZ.js.map} +1 -1
- package/dist/{schemas-DlCjM5d_.cjs → schemas-Q6C7ZNs3.cjs} +3 -7
- package/dist/{schemas-DlCjM5d_.cjs.map → schemas-Q6C7ZNs3.cjs.map} +1 -1
- package/dist/tailwind.css +1 -1
- package/package.json +17 -17
- package/dist/components/Auth/AuthModal/index.cjs +0 -106
- package/dist/components/Auth/AuthModal/index.cjs.map +0 -1
- package/dist/components/Auth/AuthModal/index.d.ts +0 -20
- package/dist/components/Auth/AuthModal/index.d.ts.map +0 -1
- package/dist/components/Auth/AuthModal/index.mjs +0 -106
- package/dist/components/Auth/AuthModal/index.mjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +0 -36
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts +0 -5
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +0 -36
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs +0 -22
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts +0 -8
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs +0 -22
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs +0 -15
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts +0 -4
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs +0 -15
- package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/index.cjs +0 -7
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts +0 -23
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts.map +0 -1
- package/dist/components/Auth/AuthenticationBarrier/index.mjs +0 -7
- package/dist/components/Auth/AuthenticationBarrier/index.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +0 -95
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +0 -9
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +0 -95
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +0 -138
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +0 -278
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +0 -138
- package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.cjs +0 -7
- package/dist/components/Auth/ChangePasswordForm/index.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.d.ts +0 -3
- package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/index.mjs +0 -7
- package/dist/components/Auth/ChangePasswordForm/index.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +0 -34
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +0 -131
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +0 -271
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +0 -131
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts +0 -8
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +0 -34
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.cjs +0 -81
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.cjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.d.ts +0 -9
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.d.ts.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.mjs +0 -81
- package/dist/components/Auth/DefineNewPasswordForm/DefineNewPasswordForm.mjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.cjs +0 -106
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.cjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +0 -210
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.mjs +0 -106
- package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.mjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/index.cjs +0 -7
- package/dist/components/Auth/DefineNewPasswordForm/index.cjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/index.d.ts +0 -3
- package/dist/components/Auth/DefineNewPasswordForm/index.d.ts.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/index.mjs +0 -7
- package/dist/components/Auth/DefineNewPasswordForm/index.mjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.cjs +0 -29
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.cjs +0 -101
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.cjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +0 -205
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.mjs +0 -101
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.mjs.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.d.ts +0 -7
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.mjs +0 -29
- package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +0 -81
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts +0 -9
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +0 -81
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +0 -15
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts +0 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +0 -15
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +0 -23
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts +0 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +0 -23
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +0 -90
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +0 -176
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +0 -90
- package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs +0 -7
- package/dist/components/Auth/ExternalsLoginButtons/index.cjs.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts +0 -2
- package/dist/components/Auth/ExternalsLoginButtons/index.d.ts.map +0 -1
- package/dist/components/Auth/ExternalsLoginButtons/index.mjs +0 -7
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +0 -113
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +0 -11
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +0 -113
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.cjs +0 -7
- package/dist/components/Auth/ResetPasswordForm/index.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.d.ts +0 -3
- package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/index.mjs +0 -7
- package/dist/components/Auth/ResetPasswordForm/index.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +0 -123
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +0 -245
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +0 -123
- package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +0 -15
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +0 -56
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +0 -106
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +0 -56
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +0 -6
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +0 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +0 -15
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInForm.cjs +0 -105
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/SignInForm.d.ts +0 -11
- package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +0 -105
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.cjs +0 -7
- package/dist/components/Auth/SignInForm/index.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/index.d.ts +0 -3
- package/dist/components/Auth/SignInForm/index.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/index.mjs +0 -7
- package/dist/components/Auth/SignInForm/index.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/signIn.content.cjs +0 -217
- package/dist/components/Auth/SignInForm/signIn.content.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/signIn.content.d.ts +0 -447
- package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/signIn.content.mjs +0 -217
- package/dist/components/Auth/SignInForm/signIn.content.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +0 -23
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +0 -71
- package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +0 -139
- package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +0 -71
- package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts +0 -7
- package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +0 -23
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +0 -98
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +0 -10
- package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +0 -98
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.cjs +0 -7
- package/dist/components/Auth/SignUpForm/index.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/index.d.ts +0 -3
- package/dist/components/Auth/SignUpForm/index.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/index.mjs +0 -7
- package/dist/components/Auth/SignUpForm/index.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +0 -184
- package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +0 -380
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +0 -185
- package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +0 -33
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +0 -116
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +0 -238
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +0 -116
- package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts +0 -8
- package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +0 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +0 -33
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +0 -79
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts +0 -10
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +0 -79
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs +0 -8
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.cjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts +0 -4
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.d.ts.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs +0 -8
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailSchema.mjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.cjs +0 -5
- package/dist/components/Auth/VerifyEmailForm/index.cjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.cjs +0 -73
- package/dist/components/Auth/VerifyEmailForm/index.content.cjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +0 -143
- package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.content.mjs +0 -74
- package/dist/components/Auth/VerifyEmailForm/index.content.mjs.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.d.ts +0 -2
- package/dist/components/Auth/VerifyEmailForm/index.d.ts.map +0 -1
- package/dist/components/Auth/VerifyEmailForm/index.mjs +0 -5
- package/dist/components/Auth/VerifyEmailForm/index.mjs.map +0 -1
- package/dist/components/Auth/index.cjs +0 -39
- package/dist/components/Auth/index.cjs.map +0 -1
- package/dist/components/Auth/index.d.ts +0 -12
- package/dist/components/Auth/index.d.ts.map +0 -1
- package/dist/components/Auth/index.mjs +0 -39
- package/dist/components/Auth/index.mjs.map +0 -1
- package/dist/components/Auth/useAuth/index.cjs +0 -31
- package/dist/components/Auth/useAuth/index.cjs.map +0 -1
- package/dist/components/Auth/useAuth/index.d.ts.map +0 -1
- package/dist/components/Auth/useAuth/index.mjs.map +0 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs +0 -27
- package/dist/components/Auth/useAuth/useCSRF.cjs.map +0 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts +0 -6
- package/dist/components/Auth/useAuth/useCSRF.d.ts.map +0 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs +0 -27
- package/dist/components/Auth/useAuth/useCSRF.mjs.map +0 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs.map +0 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts.map +0 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs.map +0 -1
- package/dist/components/Auth/useAuth/useSession.cjs.map +0 -1
- package/dist/components/Auth/useAuth/useSession.d.ts.map +0 -1
- package/dist/components/Auth/useAuth/useSession.mjs +0 -66
- package/dist/components/Auth/useAuth/useSession.mjs.map +0 -1
- package/dist/components/Auth/useUser/index.cjs.map +0 -1
- package/dist/components/Auth/useUser/index.d.ts +0 -8
- package/dist/components/Auth/useUser/index.d.ts.map +0 -1
- package/dist/components/Auth/useUser/index.mjs.map +0 -1
- package/dist/components/ProfileDropDown/index.cjs +0 -25
- package/dist/components/ProfileDropDown/index.cjs.map +0 -1
- package/dist/components/ProfileDropDown/index.d.ts +0 -6
- package/dist/components/ProfileDropDown/index.d.ts.map +0 -1
- package/dist/components/ProfileDropDown/index.mjs +0 -25
- package/dist/components/ProfileDropDown/index.mjs.map +0 -1
- package/dist/hooks/useIntlayerAPI.d.ts +0 -103
- package/dist/hooks/useIntlayerAPI.d.ts.map +0 -1
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
export declare const resetPasswordContent: {
|
|
2
|
-
key: string;
|
|
3
|
-
content: {
|
|
4
|
-
emailInput: {
|
|
5
|
-
label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
6
|
-
en: string;
|
|
7
|
-
fr: string;
|
|
8
|
-
es: string;
|
|
9
|
-
'en-GB': string;
|
|
10
|
-
de: string;
|
|
11
|
-
ja: string;
|
|
12
|
-
ko: string;
|
|
13
|
-
zh: string;
|
|
14
|
-
it: string;
|
|
15
|
-
pt: string;
|
|
16
|
-
hi: string;
|
|
17
|
-
ar: string;
|
|
18
|
-
ru: string;
|
|
19
|
-
}, {
|
|
20
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
21
|
-
} & {
|
|
22
|
-
translation: {
|
|
23
|
-
en: string;
|
|
24
|
-
fr: string;
|
|
25
|
-
es: string;
|
|
26
|
-
'en-GB': string;
|
|
27
|
-
de: string;
|
|
28
|
-
ja: string;
|
|
29
|
-
ko: string;
|
|
30
|
-
zh: string;
|
|
31
|
-
it: string;
|
|
32
|
-
pt: string;
|
|
33
|
-
hi: string;
|
|
34
|
-
ar: string;
|
|
35
|
-
ru: string;
|
|
36
|
-
};
|
|
37
|
-
}>;
|
|
38
|
-
placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
39
|
-
en: string;
|
|
40
|
-
fr: string;
|
|
41
|
-
es: string;
|
|
42
|
-
'en-GB': string;
|
|
43
|
-
de: string;
|
|
44
|
-
ja: string;
|
|
45
|
-
ko: string;
|
|
46
|
-
zh: string;
|
|
47
|
-
it: string;
|
|
48
|
-
pt: string;
|
|
49
|
-
hi: string;
|
|
50
|
-
ar: string;
|
|
51
|
-
ru: string;
|
|
52
|
-
}, {
|
|
53
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
54
|
-
} & {
|
|
55
|
-
translation: {
|
|
56
|
-
en: string;
|
|
57
|
-
fr: string;
|
|
58
|
-
es: string;
|
|
59
|
-
'en-GB': string;
|
|
60
|
-
de: string;
|
|
61
|
-
ja: string;
|
|
62
|
-
ko: string;
|
|
63
|
-
zh: string;
|
|
64
|
-
it: string;
|
|
65
|
-
pt: string;
|
|
66
|
-
hi: string;
|
|
67
|
-
ar: string;
|
|
68
|
-
ru: string;
|
|
69
|
-
};
|
|
70
|
-
}>;
|
|
71
|
-
};
|
|
72
|
-
sendRecoveryEmailButton: {
|
|
73
|
-
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
74
|
-
en: string;
|
|
75
|
-
fr: string;
|
|
76
|
-
es: string;
|
|
77
|
-
'en-GB': string;
|
|
78
|
-
de: string;
|
|
79
|
-
ja: string;
|
|
80
|
-
ko: string;
|
|
81
|
-
zh: string;
|
|
82
|
-
it: string;
|
|
83
|
-
pt: string;
|
|
84
|
-
hi: string;
|
|
85
|
-
ar: string;
|
|
86
|
-
ru: string;
|
|
87
|
-
}, {
|
|
88
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
89
|
-
} & {
|
|
90
|
-
translation: {
|
|
91
|
-
en: string;
|
|
92
|
-
fr: string;
|
|
93
|
-
es: string;
|
|
94
|
-
'en-GB': string;
|
|
95
|
-
de: string;
|
|
96
|
-
ja: string;
|
|
97
|
-
ko: string;
|
|
98
|
-
zh: string;
|
|
99
|
-
it: string;
|
|
100
|
-
pt: string;
|
|
101
|
-
hi: string;
|
|
102
|
-
ar: string;
|
|
103
|
-
ru: string;
|
|
104
|
-
};
|
|
105
|
-
}>;
|
|
106
|
-
ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
107
|
-
en: string;
|
|
108
|
-
fr: string;
|
|
109
|
-
es: string;
|
|
110
|
-
'en-GB': string;
|
|
111
|
-
de: string;
|
|
112
|
-
ja: string;
|
|
113
|
-
ko: string;
|
|
114
|
-
zh: string;
|
|
115
|
-
it: string;
|
|
116
|
-
pt: string;
|
|
117
|
-
hi: string;
|
|
118
|
-
ar: string;
|
|
119
|
-
ru: string;
|
|
120
|
-
}, {
|
|
121
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
122
|
-
} & {
|
|
123
|
-
translation: {
|
|
124
|
-
en: string;
|
|
125
|
-
fr: string;
|
|
126
|
-
es: string;
|
|
127
|
-
'en-GB': string;
|
|
128
|
-
de: string;
|
|
129
|
-
ja: string;
|
|
130
|
-
ko: string;
|
|
131
|
-
zh: string;
|
|
132
|
-
it: string;
|
|
133
|
-
pt: string;
|
|
134
|
-
hi: string;
|
|
135
|
-
ar: string;
|
|
136
|
-
ru: string;
|
|
137
|
-
};
|
|
138
|
-
}>;
|
|
139
|
-
};
|
|
140
|
-
resendRecoveryEmailButton: {
|
|
141
|
-
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
142
|
-
en: string;
|
|
143
|
-
fr: string;
|
|
144
|
-
es: string;
|
|
145
|
-
'en-GB': string;
|
|
146
|
-
de: string;
|
|
147
|
-
ja: string;
|
|
148
|
-
ko: string;
|
|
149
|
-
zh: string;
|
|
150
|
-
it: string;
|
|
151
|
-
pt: string;
|
|
152
|
-
hi: string;
|
|
153
|
-
ar: string;
|
|
154
|
-
ru: string;
|
|
155
|
-
}, {
|
|
156
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
157
|
-
} & {
|
|
158
|
-
translation: {
|
|
159
|
-
en: string;
|
|
160
|
-
fr: string;
|
|
161
|
-
es: string;
|
|
162
|
-
'en-GB': string;
|
|
163
|
-
de: string;
|
|
164
|
-
ja: string;
|
|
165
|
-
ko: string;
|
|
166
|
-
zh: string;
|
|
167
|
-
it: string;
|
|
168
|
-
pt: string;
|
|
169
|
-
hi: string;
|
|
170
|
-
ar: string;
|
|
171
|
-
ru: string;
|
|
172
|
-
};
|
|
173
|
-
}>;
|
|
174
|
-
};
|
|
175
|
-
resendInText: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
176
|
-
en: string;
|
|
177
|
-
fr: string;
|
|
178
|
-
es: string;
|
|
179
|
-
'en-GB': string;
|
|
180
|
-
de: string;
|
|
181
|
-
ja: string;
|
|
182
|
-
ko: string;
|
|
183
|
-
zh: string;
|
|
184
|
-
it: string;
|
|
185
|
-
pt: string;
|
|
186
|
-
hi: string;
|
|
187
|
-
ar: string;
|
|
188
|
-
ru: string;
|
|
189
|
-
}, {
|
|
190
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
191
|
-
} & {
|
|
192
|
-
translation: {
|
|
193
|
-
en: string;
|
|
194
|
-
fr: string;
|
|
195
|
-
es: string;
|
|
196
|
-
'en-GB': string;
|
|
197
|
-
de: string;
|
|
198
|
-
ja: string;
|
|
199
|
-
ko: string;
|
|
200
|
-
zh: string;
|
|
201
|
-
it: string;
|
|
202
|
-
pt: string;
|
|
203
|
-
hi: string;
|
|
204
|
-
ar: string;
|
|
205
|
-
ru: string;
|
|
206
|
-
};
|
|
207
|
-
}>;
|
|
208
|
-
backToLoginButton: {
|
|
209
|
-
text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
210
|
-
en: string;
|
|
211
|
-
fr: string;
|
|
212
|
-
es: string;
|
|
213
|
-
'en-GB': string;
|
|
214
|
-
de: string;
|
|
215
|
-
ja: string;
|
|
216
|
-
ko: string;
|
|
217
|
-
zh: string;
|
|
218
|
-
it: string;
|
|
219
|
-
pt: string;
|
|
220
|
-
hi: string;
|
|
221
|
-
ar: string;
|
|
222
|
-
ru: string;
|
|
223
|
-
}, {
|
|
224
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
225
|
-
} & {
|
|
226
|
-
translation: {
|
|
227
|
-
en: string;
|
|
228
|
-
fr: string;
|
|
229
|
-
es: string;
|
|
230
|
-
'en-GB': string;
|
|
231
|
-
de: string;
|
|
232
|
-
ja: string;
|
|
233
|
-
ko: string;
|
|
234
|
-
zh: string;
|
|
235
|
-
it: string;
|
|
236
|
-
pt: string;
|
|
237
|
-
hi: string;
|
|
238
|
-
ar: string;
|
|
239
|
-
ru: string;
|
|
240
|
-
};
|
|
241
|
-
}>;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
//# sourceMappingURL=resetPasswordContent.content.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resetPasswordContent.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHX,CAAC"}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { t } from "intlayer";
|
|
2
|
-
const resetPasswordContent = {
|
|
3
|
-
key: "reset-password",
|
|
4
|
-
content: {
|
|
5
|
-
emailInput: {
|
|
6
|
-
label: t({
|
|
7
|
-
en: "Email address",
|
|
8
|
-
fr: "Adresse e-mail",
|
|
9
|
-
es: "Dirección de correo electrónico",
|
|
10
|
-
"en-GB": "Email address",
|
|
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: t({
|
|
22
|
-
en: "Enter e-mail address",
|
|
23
|
-
fr: "Entrez votre adresse e-mail",
|
|
24
|
-
es: "Ingrese su dirección de correo electrónico",
|
|
25
|
-
"en-GB": "Enter e-mail address",
|
|
26
|
-
de: "Geben Sie die E-Mail-Adresse ein",
|
|
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
|
-
sendRecoveryEmailButton: {
|
|
38
|
-
text: t({
|
|
39
|
-
en: "Send recovery email",
|
|
40
|
-
fr: "Envoyer un e-mail de récupération",
|
|
41
|
-
es: "Enviar correo de recuperación",
|
|
42
|
-
"en-GB": "Send recovery email",
|
|
43
|
-
de: "Wiederherstellungs-E-Mail senden",
|
|
44
|
-
ja: "回復メールを送信",
|
|
45
|
-
ko: "복구 이메일 전송",
|
|
46
|
-
zh: "发送恢复电子邮件",
|
|
47
|
-
it: "Invia email di recupero",
|
|
48
|
-
pt: "Enviar e-mail de recuperação",
|
|
49
|
-
hi: "पुनर्प्राप्ति ईमेल भेजें",
|
|
50
|
-
ar: "إرسال بريد إلكتروني لاستعادة كلمة المرور",
|
|
51
|
-
ru: "Отправить письмо для восстановления"
|
|
52
|
-
}),
|
|
53
|
-
ariaLabel: t({
|
|
54
|
-
en: "Click to send recovery email",
|
|
55
|
-
fr: "Cliquez pour envoyer un e-mail de récupération",
|
|
56
|
-
es: "Haz clic para enviar correo de recuperación",
|
|
57
|
-
"en-GB": "Click to send recovery email",
|
|
58
|
-
de: "Klicken Sie, um die Wiederherstellungs-E-Mail zu senden",
|
|
59
|
-
ja: "回復メールを送信するにはクリックしてください",
|
|
60
|
-
ko: "복구 이메일을 보내려면 클릭하세요",
|
|
61
|
-
zh: "点击发送恢复电子邮件",
|
|
62
|
-
it: "Clicca per inviare l'email di recupero",
|
|
63
|
-
pt: "Clique para enviar o e-mail de recuperação",
|
|
64
|
-
hi: "पुनर्प्राप्ति ईमेल भेजने के लिए क्लिक करें",
|
|
65
|
-
ar: "انقر لإرسال بريد إلكتروني لاستعادة كلمة المرور",
|
|
66
|
-
ru: "Щелкните, чтобы отправить электронное письмо для восстановления"
|
|
67
|
-
})
|
|
68
|
-
},
|
|
69
|
-
resendRecoveryEmailButton: {
|
|
70
|
-
text: t({
|
|
71
|
-
en: "Resend recovery email",
|
|
72
|
-
fr: "Renvoyer l’e-mail de récupération",
|
|
73
|
-
es: "Reenviar correo de recuperación",
|
|
74
|
-
"en-GB": "Resend recovery email",
|
|
75
|
-
de: "Wiederherstellungs-E-Mail erneut senden",
|
|
76
|
-
ja: "回復メールを再送信",
|
|
77
|
-
ko: "복구 이메일 재전송",
|
|
78
|
-
zh: "重新发送恢复电子邮件",
|
|
79
|
-
it: "Invia di nuovo l'email di recupero",
|
|
80
|
-
pt: "Reenviar e-mail de recuperação",
|
|
81
|
-
hi: "पुनर्प्राप्ति ईमेल पुनः भेजें",
|
|
82
|
-
ar: "إعادة إرسال البريد الإلكتروني لاستعادة كلمة المرور",
|
|
83
|
-
ru: "Повторно отправить письмо для восстановления"
|
|
84
|
-
})
|
|
85
|
-
},
|
|
86
|
-
resendInText: t({
|
|
87
|
-
en: "Resend in",
|
|
88
|
-
fr: "Renvoyer dans",
|
|
89
|
-
es: "Reenviar en",
|
|
90
|
-
"en-GB": "Resend in",
|
|
91
|
-
de: "Erneut senden in",
|
|
92
|
-
ja: "再送信まで",
|
|
93
|
-
ko: "다시 전송하기까지",
|
|
94
|
-
zh: "重新发送",
|
|
95
|
-
it: "Reinvia in",
|
|
96
|
-
pt: "Reenviar em",
|
|
97
|
-
hi: "फिर से भेजें",
|
|
98
|
-
ar: "إعادة الإرسال في",
|
|
99
|
-
ru: "Повторно отправить через"
|
|
100
|
-
}),
|
|
101
|
-
backToLoginButton: {
|
|
102
|
-
text: t({
|
|
103
|
-
en: "Back to login",
|
|
104
|
-
fr: "Retour à la connexion",
|
|
105
|
-
es: "Volver al inicio de sesión",
|
|
106
|
-
"en-GB": "Back to login",
|
|
107
|
-
de: "Zurück zur Anmeldung",
|
|
108
|
-
ja: "ログインに戻る",
|
|
109
|
-
ko: "로그인으로 돌아가기",
|
|
110
|
-
zh: "返回登录",
|
|
111
|
-
it: "Torna al login",
|
|
112
|
-
pt: "Voltar ao login",
|
|
113
|
-
hi: "लॉगइन पर वापस जाएं",
|
|
114
|
-
ar: "العودة إلى تسجيل الدخول",
|
|
115
|
-
ru: "Вернуться к входу"
|
|
116
|
-
})
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
export {
|
|
121
|
-
resetPasswordContent
|
|
122
|
-
};
|
|
123
|
-
//# sourceMappingURL=resetPasswordContent.content.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resetPasswordContent.content.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"sourcesContent":["import { t, type Dictionary } from 'intlayer';\n\nexport const resetPasswordContent = {\n key: 'reset-password',\n content: {\n emailInput: {\n label: t({\n en: 'Email address',\n fr: 'Adresse e-mail',\n es: 'Dirección de correo electrónico',\n 'en-GB': 'Email address',\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 fr: 'Entrez votre adresse e-mail',\n es: 'Ingrese su dirección de correo electrónico',\n 'en-GB': 'Enter e-mail address',\n de: 'Geben Sie die E-Mail-Adresse ein',\n ja: 'メールアドレスを入力してください',\n ko: '이메일 주소를 입력하세요',\n zh: '输入电子邮件地址',\n it: \"Inserisci l'indirizzo email\",\n pt: 'Insira o endereço de e-mail',\n hi: 'ईमेल पता दर्ज करें',\n ar: 'أدخل عنوان البريد الإلكتروني',\n ru: 'Введите адрес электронной почты',\n }),\n },\n sendRecoveryEmailButton: {\n text: t({\n en: 'Send recovery email',\n fr: 'Envoyer un e-mail de récupération',\n es: 'Enviar correo de recuperación',\n 'en-GB': 'Send recovery email',\n de: 'Wiederherstellungs-E-Mail senden',\n ja: '回復メールを送信',\n ko: '복구 이메일 전송',\n zh: '发送恢复电子邮件',\n it: 'Invia email di recupero',\n pt: 'Enviar e-mail de recuperação',\n hi: 'पुनर्प्राप्ति ईमेल भेजें',\n ar: 'إرسال بريد إلكتروني لاستعادة كلمة المرور',\n ru: 'Отправить письмо для восстановления',\n }),\n ariaLabel: t({\n en: 'Click to send recovery email',\n fr: 'Cliquez pour envoyer un e-mail de récupération',\n es: 'Haz clic para enviar correo de recuperación',\n 'en-GB': 'Click to send recovery email',\n de: 'Klicken Sie, um die Wiederherstellungs-E-Mail zu senden',\n ja: '回復メールを送信するにはクリックしてください',\n ko: '복구 이메일을 보내려면 클릭하세요',\n zh: '点击发送恢复电子邮件',\n it: \"Clicca per inviare l'email di recupero\",\n pt: 'Clique para enviar o e-mail de recuperação',\n hi: 'पुनर्प्राप्ति ईमेल भेजने के लिए क्लिक करें',\n ar: 'انقر لإرسال بريد إلكتروني لاستعادة كلمة المرور',\n ru: 'Щелкните, чтобы отправить электронное письмо для восстановления',\n }),\n },\n resendRecoveryEmailButton: {\n text: t({\n en: 'Resend recovery email',\n fr: 'Renvoyer l’e-mail de récupération',\n es: 'Reenviar correo de recuperación',\n 'en-GB': 'Resend recovery email',\n de: 'Wiederherstellungs-E-Mail erneut senden',\n ja: '回復メールを再送信',\n ko: '복구 이메일 재전송',\n zh: '重新发送恢复电子邮件',\n it: \"Invia di nuovo l'email di recupero\",\n pt: 'Reenviar e-mail de recuperação',\n hi: 'पुनर्प्राप्ति ईमेल पुनः भेजें',\n ar: 'إعادة إرسال البريد الإلكتروني لاستعادة كلمة المرور',\n ru: 'Повторно отправить письмо для восстановления',\n }),\n },\n resendInText: t({\n en: 'Resend in',\n fr: 'Renvoyer dans',\n es: 'Reenviar en',\n 'en-GB': 'Resend in',\n de: 'Erneut senden in',\n ja: '再送信まで',\n ko: '다시 전송하기까지',\n zh: '重新发送',\n it: 'Reinvia in',\n pt: 'Reenviar em',\n hi: 'फिर से भेजें',\n ar: 'إعادة الإرسال في',\n ru: 'Повторно отправить через',\n }),\n backToLoginButton: {\n text: t({\n en: 'Back to login',\n fr: 'Retour à la connexion',\n es: 'Volver al inicio de sesión',\n 'en-GB': 'Back to login',\n de: 'Zurück zur Anmeldung',\n ja: 'ログインに戻る',\n ko: '로그인으로 돌아가기',\n zh: '返回登录',\n it: 'Torna al login',\n pt: 'Voltar ao login',\n hi: 'लॉगइन पर वापस जाएं',\n ar: 'العودة إلى تسجيل الدخول',\n ru: 'Вернуться к входу',\n }),\n },\n },\n} satisfies Dictionary;\n"],"names":[],"mappings":";AAEO,MAAM,uBAAuB;AAAA,EAClC,KAAK;AAAA,EACL,SAAS;AAAA,IACP,YAAY;AAAA,MACV,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MAAA,CACL;AAAA,MACD,aAAa,EAAE;AAAA,QACb,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MACL,CAAA;AAAA,IACH;AAAA,IACA,yBAAyB;AAAA,MACvB,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MAAA,CACL;AAAA,MACD,WAAW,EAAE;AAAA,QACX,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MACL,CAAA;AAAA,IACH;AAAA,IACA,2BAA2B;AAAA,MACzB,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MACL,CAAA;AAAA,IACH;AAAA,IACA,cAAc,EAAE;AAAA,MACd,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,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,IAAA,CACL;AAAA,IACD,mBAAmB;AAAA,MACjB,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,SAAS;AAAA,QACT,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,MACL,CAAA;AAAA,IAAA;AAAA,EACH;AAEJ;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const reactIntlayer = require("react-intlayer");
|
|
4
|
-
const components_Auth_ResetPasswordForm_useResetPasswordSchema_content = require("./useResetPasswordSchema.content.cjs");
|
|
5
|
-
const schemas = require("../../../schemas-DlCjM5d_.cjs");
|
|
6
|
-
const useResetPasswordSchema = () => {
|
|
7
|
-
const { requiredErrorEmail, invalidTypeErrorEmail, invalidLengthErrorEmail } = reactIntlayer.useDictionary(components_Auth_ResetPasswordForm_useResetPasswordSchema_content.useResetPasswordSchemaContent);
|
|
8
|
-
return schemas.object({
|
|
9
|
-
email: schemas.email({
|
|
10
|
-
error: (issue) => issue.input === void 0 ? requiredErrorEmail.value : invalidTypeErrorEmail.value
|
|
11
|
-
}).min(1, { error: invalidLengthErrorEmail.value })
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
exports.useResetPasswordSchema = useResetPasswordSchema;
|
|
15
|
-
//# sourceMappingURL=useResetPasswordSchema.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordSchema.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts"],"sourcesContent":["import { useDictionary } from 'react-intlayer';\nimport { z } from 'zod/v4';\nimport { useResetPasswordSchemaContent } from './useResetPasswordSchema.content';\n\nexport const useResetPasswordSchema = () => {\n const { requiredErrorEmail, invalidTypeErrorEmail, invalidLengthErrorEmail } =\n useDictionary(useResetPasswordSchemaContent);\n\n return z.object({\n email: z\n .email({\n error: (issue) =>\n issue.input === undefined\n ? requiredErrorEmail.value\n : invalidTypeErrorEmail.value,\n })\n .min(1, { error: invalidLengthErrorEmail.value }),\n });\n};\n\nexport type ResetPassword = z.infer<ReturnType<typeof useResetPasswordSchema>>;\n"],"names":["useDictionary","useResetPasswordSchemaContent","z.object","z.email"],"mappings":";;;;;AAIO,MAAM,yBAAyB,MAAM;AAC1C,QAAM,EAAE,oBAAoB,uBAAuB,wBAAwB,IACzEA,cAAAA,cAAcC,iEAAAA,6BAA6B;AAE7C,SAAOC,eAAS;AAAA,IACd,OAAOC,QAAAA,MACE;AAAA,MACL,OAAO,CAAC,UACN,MAAM,UAAU,SACZ,mBAAmB,QACnB,sBAAsB;AAAA,IAAA,CAC7B,EACA,IAAI,GAAG,EAAE,OAAO,wBAAwB,MAAO,CAAA;AAAA,EAAA,CACnD;AACH;;"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const intlayer = require("intlayer");
|
|
4
|
-
const useResetPasswordSchemaContent = {
|
|
5
|
-
key: "reset-password-schema",
|
|
6
|
-
content: {
|
|
7
|
-
requiredErrorEmail: intlayer.t({
|
|
8
|
-
en: "Please enter your email address",
|
|
9
|
-
"en-GB": "Please enter your email address",
|
|
10
|
-
fr: "Veuillez saisir votre adresse e-mail",
|
|
11
|
-
es: "Por favor, ingrese su dirección de correo electrónico",
|
|
12
|
-
de: "Bitte geben Sie Ihre E-Mail-Adresse ein",
|
|
13
|
-
ja: "メールアドレスを入力してください",
|
|
14
|
-
ko: "이메일 주소를 입력하십시오",
|
|
15
|
-
zh: "请输入您的电子邮件地址",
|
|
16
|
-
it: "Si prega di inserire il proprio indirizzo email",
|
|
17
|
-
pt: "Por favor, insira seu endereço de e-mail",
|
|
18
|
-
hi: "कृपया अपना ईमेल पता डालें",
|
|
19
|
-
ar: "يرجى إدخال عنوان بريدك الإلكتروني",
|
|
20
|
-
ru: "Пожалуйста, введите свой адрес электронной почты"
|
|
21
|
-
}),
|
|
22
|
-
invalidTypeErrorEmail: intlayer.t({
|
|
23
|
-
en: "Please enter a valid email address",
|
|
24
|
-
"en-GB": "Please enter a valid email address",
|
|
25
|
-
fr: "Veuillez saisir une adresse e-mail valide",
|
|
26
|
-
es: "Por favor, ingrese una dirección de correo electrónico válida",
|
|
27
|
-
de: "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
|
28
|
-
ja: "有効なメールアドレスを入力してください",
|
|
29
|
-
ko: "유효한 이메일 주소를 입력하십시오",
|
|
30
|
-
zh: "请输入有效的电子邮件地址",
|
|
31
|
-
it: "Si prega di inserire un indirizzo email valido",
|
|
32
|
-
pt: "Por favor, insira um endereço de e-mail válido",
|
|
33
|
-
hi: "कृपया एक वैध ईमेल पता दर्ज करें",
|
|
34
|
-
ar: "يرجى إدخال عنوان بريد إلكتروني صالح",
|
|
35
|
-
ru: "Пожалуйста, введите действующий адрес электронной почты"
|
|
36
|
-
}),
|
|
37
|
-
invalidLengthErrorEmail: intlayer.t({
|
|
38
|
-
en: "Please enter a valid email address",
|
|
39
|
-
"en-GB": "Please enter a valid email address",
|
|
40
|
-
fr: "Veuillez saisir une adresse e-mail valide",
|
|
41
|
-
es: "Por favor, ingrese una dirección de correo electrónico válida",
|
|
42
|
-
de: "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
|
43
|
-
ja: "有効なメールアドレスを入力してください",
|
|
44
|
-
ko: "유효한 이메일 주소를 입력하십시오",
|
|
45
|
-
zh: "请输入有效的电子邮件地址",
|
|
46
|
-
it: "Si prega di inserire un indirizzo email valido",
|
|
47
|
-
pt: "Por favor, insira um endereço de e-mail válido",
|
|
48
|
-
hi: "कृपया एक वैध ईमेल पता दर्ज करें",
|
|
49
|
-
ar: "يرجى إدخال عنوان بريد إلكتروني صالح",
|
|
50
|
-
ru: "Пожалуйста, введите действующий адрес электронной почты"
|
|
51
|
-
})
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
exports.default = useResetPasswordSchemaContent;
|
|
55
|
-
exports.useResetPasswordSchemaContent = useResetPasswordSchemaContent;
|
|
56
|
-
//# sourceMappingURL=useResetPasswordSchema.content.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordSchema.content.cjs","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"sourcesContent":["import { type Dictionary, t } from 'intlayer';\n\nexport const useResetPasswordSchemaContent = {\n key: 'reset-password-schema',\n content: {\n requiredErrorEmail: t({\n en: 'Please enter your email address',\n 'en-GB': 'Please enter your email address',\n fr: 'Veuillez saisir votre adresse e-mail',\n es: 'Por favor, ingrese su dirección de correo electrónico',\n de: 'Bitte geben Sie Ihre E-Mail-Adresse ein',\n ja: 'メールアドレスを入力してください',\n ko: '이메일 주소를 입력하십시오',\n zh: '请输入您的电子邮件地址',\n it: 'Si prega di inserire il proprio indirizzo email',\n pt: 'Por favor, insira seu endereço de e-mail',\n hi: 'कृपया अपना ईमेल पता डालें',\n ar: 'يرجى إدخال عنوان بريدك الإلكتروني',\n ru: 'Пожалуйста, введите свой адрес электронной почты',\n }),\n\n invalidTypeErrorEmail: t({\n en: 'Please enter a valid email address',\n 'en-GB': 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n de: 'Bitte geben Sie eine gültige E-Mail-Adresse ein',\n ja: '有効なメールアドレスを入力してください',\n ko: '유효한 이메일 주소를 입력하십시오',\n zh: '请输入有效的电子邮件地址',\n it: 'Si prega di inserire un indirizzo email valido',\n pt: 'Por favor, insira um endereço de e-mail válido',\n hi: 'कृपया एक वैध ईमेल पता दर्ज करें',\n ar: 'يرجى إدخال عنوان بريد إلكتروني صالح',\n ru: 'Пожалуйста, введите действующий адрес электронной почты',\n }),\n\n invalidLengthErrorEmail: t({\n en: 'Please enter a valid email address',\n 'en-GB': 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n de: 'Bitte geben Sie eine gültige E-Mail-Adresse ein',\n ja: '有効なメールアドレスを入力してください',\n ko: '유효한 이메일 주소를 입력하십시오',\n zh: '请输入有效的电子邮件地址',\n it: 'Si prega di inserire un indirizzo email valido',\n pt: 'Por favor, insira um endereço de e-mail válido',\n hi: 'कृपया एक वैध ईमेल पता दर्ज करें',\n ar: 'يرجى إدخال عنوان بريد إلكتروني صالح',\n ru: 'Пожалуйста, введите действующий адрес электронной почты',\n }),\n },\n} satisfies Dictionary;\n\nexport default useResetPasswordSchemaContent;\n"],"names":["t"],"mappings":";;;AAEO,MAAM,gCAAgC;AAAA,EAC3C,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,yBAAyBA,SAAAA,EAAE;AAAA,MACzB,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,106 +0,0 @@
|
|
|
1
|
-
export declare const useResetPasswordSchemaContent: {
|
|
2
|
-
key: string;
|
|
3
|
-
content: {
|
|
4
|
-
requiredErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
5
|
-
en: string;
|
|
6
|
-
'en-GB': string;
|
|
7
|
-
fr: string;
|
|
8
|
-
es: string;
|
|
9
|
-
de: string;
|
|
10
|
-
ja: string;
|
|
11
|
-
ko: string;
|
|
12
|
-
zh: string;
|
|
13
|
-
it: string;
|
|
14
|
-
pt: string;
|
|
15
|
-
hi: string;
|
|
16
|
-
ar: string;
|
|
17
|
-
ru: string;
|
|
18
|
-
}, {
|
|
19
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
20
|
-
} & {
|
|
21
|
-
translation: {
|
|
22
|
-
en: string;
|
|
23
|
-
'en-GB': string;
|
|
24
|
-
fr: string;
|
|
25
|
-
es: string;
|
|
26
|
-
de: string;
|
|
27
|
-
ja: string;
|
|
28
|
-
ko: string;
|
|
29
|
-
zh: string;
|
|
30
|
-
it: string;
|
|
31
|
-
pt: string;
|
|
32
|
-
hi: string;
|
|
33
|
-
ar: string;
|
|
34
|
-
ru: string;
|
|
35
|
-
};
|
|
36
|
-
}>;
|
|
37
|
-
invalidTypeErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
38
|
-
en: string;
|
|
39
|
-
'en-GB': string;
|
|
40
|
-
fr: string;
|
|
41
|
-
es: string;
|
|
42
|
-
de: string;
|
|
43
|
-
ja: string;
|
|
44
|
-
ko: string;
|
|
45
|
-
zh: string;
|
|
46
|
-
it: string;
|
|
47
|
-
pt: string;
|
|
48
|
-
hi: string;
|
|
49
|
-
ar: string;
|
|
50
|
-
ru: string;
|
|
51
|
-
}, {
|
|
52
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
53
|
-
} & {
|
|
54
|
-
translation: {
|
|
55
|
-
en: string;
|
|
56
|
-
'en-GB': string;
|
|
57
|
-
fr: string;
|
|
58
|
-
es: string;
|
|
59
|
-
de: string;
|
|
60
|
-
ja: string;
|
|
61
|
-
ko: string;
|
|
62
|
-
zh: string;
|
|
63
|
-
it: string;
|
|
64
|
-
pt: string;
|
|
65
|
-
hi: string;
|
|
66
|
-
ar: string;
|
|
67
|
-
ru: string;
|
|
68
|
-
};
|
|
69
|
-
}>;
|
|
70
|
-
invalidLengthErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
|
|
71
|
-
en: string;
|
|
72
|
-
'en-GB': string;
|
|
73
|
-
fr: string;
|
|
74
|
-
es: string;
|
|
75
|
-
de: string;
|
|
76
|
-
ja: string;
|
|
77
|
-
ko: string;
|
|
78
|
-
zh: string;
|
|
79
|
-
it: string;
|
|
80
|
-
pt: string;
|
|
81
|
-
hi: string;
|
|
82
|
-
ar: string;
|
|
83
|
-
ru: string;
|
|
84
|
-
}, {
|
|
85
|
-
nodeType: import("@intlayer/core").NodeType.Translation | "translation";
|
|
86
|
-
} & {
|
|
87
|
-
translation: {
|
|
88
|
-
en: string;
|
|
89
|
-
'en-GB': string;
|
|
90
|
-
fr: string;
|
|
91
|
-
es: string;
|
|
92
|
-
de: string;
|
|
93
|
-
ja: string;
|
|
94
|
-
ko: string;
|
|
95
|
-
zh: string;
|
|
96
|
-
it: string;
|
|
97
|
-
pt: string;
|
|
98
|
-
hi: string;
|
|
99
|
-
ar: string;
|
|
100
|
-
ru: string;
|
|
101
|
-
};
|
|
102
|
-
}>;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
export default useResetPasswordSchemaContent;
|
|
106
|
-
//# sourceMappingURL=useResetPasswordSchema.content.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDpB,CAAC;AAEvB,eAAe,6BAA6B,CAAC"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { t } from "intlayer";
|
|
2
|
-
const useResetPasswordSchemaContent = {
|
|
3
|
-
key: "reset-password-schema",
|
|
4
|
-
content: {
|
|
5
|
-
requiredErrorEmail: t({
|
|
6
|
-
en: "Please enter your email address",
|
|
7
|
-
"en-GB": "Please enter your email address",
|
|
8
|
-
fr: "Veuillez saisir votre adresse e-mail",
|
|
9
|
-
es: "Por favor, ingrese su dirección de correo electrónico",
|
|
10
|
-
de: "Bitte geben Sie Ihre E-Mail-Adresse ein",
|
|
11
|
-
ja: "メールアドレスを入力してください",
|
|
12
|
-
ko: "이메일 주소를 입력하십시오",
|
|
13
|
-
zh: "请输入您的电子邮件地址",
|
|
14
|
-
it: "Si prega di inserire il proprio indirizzo email",
|
|
15
|
-
pt: "Por favor, insira seu endereço de e-mail",
|
|
16
|
-
hi: "कृपया अपना ईमेल पता डालें",
|
|
17
|
-
ar: "يرجى إدخال عنوان بريدك الإلكتروني",
|
|
18
|
-
ru: "Пожалуйста, введите свой адрес электронной почты"
|
|
19
|
-
}),
|
|
20
|
-
invalidTypeErrorEmail: t({
|
|
21
|
-
en: "Please enter a valid email address",
|
|
22
|
-
"en-GB": "Please enter a valid email address",
|
|
23
|
-
fr: "Veuillez saisir une adresse e-mail valide",
|
|
24
|
-
es: "Por favor, ingrese una dirección de correo electrónico válida",
|
|
25
|
-
de: "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
|
26
|
-
ja: "有効なメールアドレスを入力してください",
|
|
27
|
-
ko: "유효한 이메일 주소를 입력하십시오",
|
|
28
|
-
zh: "请输入有效的电子邮件地址",
|
|
29
|
-
it: "Si prega di inserire un indirizzo email valido",
|
|
30
|
-
pt: "Por favor, insira um endereço de e-mail válido",
|
|
31
|
-
hi: "कृपया एक वैध ईमेल पता दर्ज करें",
|
|
32
|
-
ar: "يرجى إدخال عنوان بريد إلكتروني صالح",
|
|
33
|
-
ru: "Пожалуйста, введите действующий адрес электронной почты"
|
|
34
|
-
}),
|
|
35
|
-
invalidLengthErrorEmail: t({
|
|
36
|
-
en: "Please enter a valid email address",
|
|
37
|
-
"en-GB": "Please enter a valid email address",
|
|
38
|
-
fr: "Veuillez saisir une adresse e-mail valide",
|
|
39
|
-
es: "Por favor, ingrese una dirección de correo electrónico válida",
|
|
40
|
-
de: "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
|
41
|
-
ja: "有効なメールアドレスを入力してください",
|
|
42
|
-
ko: "유효한 이메일 주소를 입력하십시오",
|
|
43
|
-
zh: "请输入有效的电子邮件地址",
|
|
44
|
-
it: "Si prega di inserire un indirizzo email valido",
|
|
45
|
-
pt: "Por favor, insira um endereço de e-mail válido",
|
|
46
|
-
hi: "कृपया एक वैध ईमेल पता दर्ज करें",
|
|
47
|
-
ar: "يرجى إدخال عنوان بريد إلكتروني صالح",
|
|
48
|
-
ru: "Пожалуйста, введите действующий адрес электронной почты"
|
|
49
|
-
})
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
export {
|
|
53
|
-
useResetPasswordSchemaContent as default,
|
|
54
|
-
useResetPasswordSchemaContent
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=useResetPasswordSchema.content.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordSchema.content.mjs","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"sourcesContent":["import { type Dictionary, t } from 'intlayer';\n\nexport const useResetPasswordSchemaContent = {\n key: 'reset-password-schema',\n content: {\n requiredErrorEmail: t({\n en: 'Please enter your email address',\n 'en-GB': 'Please enter your email address',\n fr: 'Veuillez saisir votre adresse e-mail',\n es: 'Por favor, ingrese su dirección de correo electrónico',\n de: 'Bitte geben Sie Ihre E-Mail-Adresse ein',\n ja: 'メールアドレスを入力してください',\n ko: '이메일 주소를 입력하십시오',\n zh: '请输入您的电子邮件地址',\n it: 'Si prega di inserire il proprio indirizzo email',\n pt: 'Por favor, insira seu endereço de e-mail',\n hi: 'कृपया अपना ईमेल पता डालें',\n ar: 'يرجى إدخال عنوان بريدك الإلكتروني',\n ru: 'Пожалуйста, введите свой адрес электронной почты',\n }),\n\n invalidTypeErrorEmail: t({\n en: 'Please enter a valid email address',\n 'en-GB': 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n de: 'Bitte geben Sie eine gültige E-Mail-Adresse ein',\n ja: '有効なメールアドレスを入力してください',\n ko: '유효한 이메일 주소를 입력하십시오',\n zh: '请输入有效的电子邮件地址',\n it: 'Si prega di inserire un indirizzo email valido',\n pt: 'Por favor, insira um endereço de e-mail válido',\n hi: 'कृपया एक वैध ईमेल पता दर्ज करें',\n ar: 'يرجى إدخال عنوان بريد إلكتروني صالح',\n ru: 'Пожалуйста, введите действующий адрес электронной почты',\n }),\n\n invalidLengthErrorEmail: t({\n en: 'Please enter a valid email address',\n 'en-GB': 'Please enter a valid email address',\n fr: 'Veuillez saisir une adresse e-mail valide',\n es: 'Por favor, ingrese una dirección de correo electrónico válida',\n de: 'Bitte geben Sie eine gültige E-Mail-Adresse ein',\n ja: '有効なメールアドレスを入力してください',\n ko: '유효한 이메일 주소를 입력하십시오',\n zh: '请输入有效的电子邮件地址',\n it: 'Si prega di inserire un indirizzo email valido',\n pt: 'Por favor, insira um endereço de e-mail válido',\n hi: 'कृपया एक वैध ईमेल पता दर्ज करें',\n ar: 'يرجى إدخال عنوان بريد إلكتروني صالح',\n ru: 'Пожалуйста, введите действующий адрес электронной почты',\n }),\n },\n} satisfies Dictionary;\n\nexport default useResetPasswordSchemaContent;\n"],"names":[],"mappings":";AAEO,MAAM,gCAAgC;AAAA,EAC3C,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,yBAAyB,EAAE;AAAA,MACzB,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,6 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod/v4';
|
|
2
|
-
export declare const useResetPasswordSchema: () => z.ZodObject<{
|
|
3
|
-
email: z.ZodEmail;
|
|
4
|
-
}, z.core.$strip>;
|
|
5
|
-
export type ResetPassword = z.infer<ReturnType<typeof useResetPasswordSchema>>;
|
|
6
|
-
//# sourceMappingURL=useResetPasswordSchema.d.ts.map
|