@baseplate-dev/plugin-auth 0.6.18 → 0.6.19
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/CHANGELOG.md +34 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +1 -2
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +1 -1
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +62 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +1 -2
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +1 -1
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +31 -0
- package/dist/better-auth/core/node.js +7 -8
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +20 -3
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +5 -24
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +40 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +19 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +4 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +16 -8
- package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts +5 -4
- package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js +1 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts +6 -6
- package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js +13 -13
- package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/{use-required-user-id.ts → use-user-id-or-throw.ts} +1 -1
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +31 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +186 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +31 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +310 -0
- package/dist/better-auth/generators/react/better-auth-pages/templates/routes/forgot-password.tsx +1 -4
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +65 -2
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts +1 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js +1 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +32 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +12 -3
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +1 -2
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +1 -2
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +62 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +1 -2
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +1 -1
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +10 -7
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +8 -11
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +40 -13
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +6 -5
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +1 -3
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +1 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +40 -16
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +11 -8
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +17 -13
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +25 -13
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +272 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +547 -4
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +1 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +271 -0
- package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js +4 -2
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +548 -6
- package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +15 -14
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +1 -1
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +7 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +19 -7
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -26
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +48 -7
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +0 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +19 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +7 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +28 -7
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +5 -14
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +7 -6
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +23 -17
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +25 -18
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +8 -9
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +10 -11
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +249 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +31 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +310 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +12 -5
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +14 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +4 -4
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +4 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +78 -7
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +32 -1
- package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +1 -0
- package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +1 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +90 -12
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +5 -2
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +48 -1
- package/dist/local-auth/core/generators/react-session/react-session.generator.js +35 -1
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +17 -44
- package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +21 -49
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +43 -34
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +96 -80
- package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.ts +148 -82
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +0 -2
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +0 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +0 -1
- package/dist/local-auth/core/node.js +7 -7
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +4 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +4 -4
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +13 -13
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +2 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +1 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +1 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +0 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +0 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-CKKmnLep.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-DUupKqD4.js} +14 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Cx7TvZ_H.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-DE4rTqEA.js} +198 -66
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-D3Nvasea.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-mszeXpf-.js} +1 -1
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-C2GDE8Py.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-CtIleM_e.js} +2517 -1545
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CiccpWjh.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__mf_owner__1__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-BckLhSjF.js} +2 -2
- package/dist/web/assets/auth-DR6QxrAW.js +1 -0
- package/dist/web/assets/{common-CoLuMS7U.js → common-BsyRiQi3.js} +6 -6
- package/dist/web/assets/{common-N3skPbzk.js → common-CRwNlCMn.js} +10 -10
- package/dist/web/assets/{common-Co5lW_TK.js → common-CvqlRZC9.js} +12 -12
- package/dist/web/assets/{common-C8_sC5pp.js → common-D3atSs7O.js} +15 -15
- package/dist/web/assets/common-DuFyXa6l.js +36 -0
- package/dist/web/assets/common-islduJTj.js +43 -0
- package/dist/web/assets/{get-auth-plugin-definition-DyokUVjX.js → get-auth-plugin-definition-BgWWHl_Y.js} +3 -3
- package/dist/web/assets/{hostInit-BCYmw0H5.js → hostInit-DNA4kLRY.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-0-3ede9334.js → mf-entry-bootstrap-0-ea77c09b.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-1-3da85eea.js → mf-entry-bootstrap-1-9dee3d8d.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-2-32e24e11.js → mf-entry-bootstrap-2-3179040b.js} +1 -1
- package/dist/web/assets/{mf-entry-bootstrap-3-a3cfea9d.js → mf-entry-bootstrap-3-370d200d.js} +2 -2
- package/dist/web/assets/{models-BcPOQC5p.js → models-BOeSYfRn.js} +4 -4
- package/dist/web/assets/{models-BcUgOGGn.js → models-DF6DoXt6.js} +4 -4
- package/dist/web/assets/{plugin-definition-D1EImXIf.js → plugin-definition--k0VAeK3.js} +9 -9
- package/dist/web/assets/{plugin-definition-lw-gB4hU.js → plugin-definition-CMwSlxsJ.js} +3 -3
- package/dist/web/assets/{styles-EOyEbGA4.js → styles-BQEcQHoR.js} +8 -8
- package/dist/web/assets/{virtualExposes-DWORnjyA.js → virtualExposes-C7fDiAmS.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-t-KnBiUh.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BZBRyml2.js} +3 -3
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DZfE3QCR.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-6SjVUCs8.js} +13 -13
- package/dist/web/assets/{web-kaD9AzNS.js → web-8wz0ad-V.js} +8 -8
- package/dist/web/assets/{web-EDeSquSP.js → web-BGixH_gT.js} +19 -19
- package/dist/web/assets/{web-PqAcfBSy.js → web-BxIwkN3O.js} +7 -7
- package/dist/web/assets/{web-CBVepebK.js → web-CQMfABjr.js} +19 -19
- package/dist/web/assets/{web-RhChfBw_.js → web-CcNpItSu.js} +17 -17
- package/dist/web/assets/{web-xJ-GnSkC.js → web-CypPeiVv.js} +25 -25
- package/dist/web/assets/{web-Dgb85jhs.js → web-CzK_la2_.js} +41 -41
- package/dist/web/index.html +4 -4
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +12 -12
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +0 -38
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +0 -71
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.ts +0 -77
- package/dist/web/assets/auth-CsHp2bQi.js +0 -1
- package/dist/web/assets/common-BGTuTgx7.js +0 -43
- package/dist/web/assets/common-Dueu_1NG.js +0 -36
|
@@ -9,6 +9,7 @@ export declare const pagesGroup: {
|
|
|
9
9
|
isTypeOnly: true;
|
|
10
10
|
};
|
|
11
11
|
Alert: {};
|
|
12
|
+
AlertAction: {};
|
|
12
13
|
AlertDescription: {};
|
|
13
14
|
AlertTitle: {};
|
|
14
15
|
Autocomplete: {};
|
|
@@ -38,6 +39,7 @@ export declare const pagesGroup: {
|
|
|
38
39
|
buttonVariants: {};
|
|
39
40
|
Calendar: {};
|
|
40
41
|
Card: {};
|
|
42
|
+
CardAction: {};
|
|
41
43
|
CardContent: {};
|
|
42
44
|
CardDescription: {};
|
|
43
45
|
CardFooter: {};
|
|
@@ -164,6 +166,10 @@ export declare const pagesGroup: {
|
|
|
164
166
|
NotFoundCard: {};
|
|
165
167
|
NumberField: {};
|
|
166
168
|
NumberFieldController: {};
|
|
169
|
+
PageHeader: {};
|
|
170
|
+
PageHeaderActions: {};
|
|
171
|
+
PageHeaderDescription: {};
|
|
172
|
+
PageHeaderTitle: {};
|
|
167
173
|
Popover: {};
|
|
168
174
|
PopoverContent: {};
|
|
169
175
|
PopoverTrigger: {};
|
|
@@ -173,6 +179,11 @@ export declare const pagesGroup: {
|
|
|
173
179
|
isTypeOnly: true;
|
|
174
180
|
};
|
|
175
181
|
ScrollArea: {};
|
|
182
|
+
Section: {};
|
|
183
|
+
SectionActions: {};
|
|
184
|
+
SectionDescription: {};
|
|
185
|
+
SectionHeader: {};
|
|
186
|
+
SectionTitle: {};
|
|
176
187
|
Select: {};
|
|
177
188
|
SelectField: {};
|
|
178
189
|
SelectFieldController: {};
|
|
@@ -228,7 +239,27 @@ export declare const pagesGroup: {
|
|
|
228
239
|
Textarea: {};
|
|
229
240
|
TextareaField: {};
|
|
230
241
|
TextareaFieldController: {};
|
|
242
|
+
Toast: {};
|
|
243
|
+
toast: {};
|
|
244
|
+
ToastAction: {};
|
|
245
|
+
ToastClose: {};
|
|
246
|
+
ToastContent: {};
|
|
247
|
+
ToastDescription: {};
|
|
231
248
|
Toaster: {};
|
|
249
|
+
toastManager: {};
|
|
250
|
+
ToastOptions: {
|
|
251
|
+
isTypeOnly: true;
|
|
252
|
+
};
|
|
253
|
+
ToastPortal: {};
|
|
254
|
+
ToastProvider: {};
|
|
255
|
+
ToastTitle: {};
|
|
256
|
+
ToastType: {
|
|
257
|
+
isTypeOnly: true;
|
|
258
|
+
};
|
|
259
|
+
ToastUpdateOptions: {
|
|
260
|
+
isTypeOnly: true;
|
|
261
|
+
};
|
|
262
|
+
ToastViewport: {};
|
|
232
263
|
Tooltip: {};
|
|
233
264
|
TooltipContent: {};
|
|
234
265
|
TooltipProvider: {};
|
|
@@ -260,6 +291,7 @@ export declare const pagesGroup: {
|
|
|
260
291
|
isTypeOnly: true;
|
|
261
292
|
};
|
|
262
293
|
Alert: {};
|
|
294
|
+
AlertAction: {};
|
|
263
295
|
AlertDescription: {};
|
|
264
296
|
AlertTitle: {};
|
|
265
297
|
Autocomplete: {};
|
|
@@ -289,6 +321,7 @@ export declare const pagesGroup: {
|
|
|
289
321
|
buttonVariants: {};
|
|
290
322
|
Calendar: {};
|
|
291
323
|
Card: {};
|
|
324
|
+
CardAction: {};
|
|
292
325
|
CardContent: {};
|
|
293
326
|
CardDescription: {};
|
|
294
327
|
CardFooter: {};
|
|
@@ -415,6 +448,10 @@ export declare const pagesGroup: {
|
|
|
415
448
|
NotFoundCard: {};
|
|
416
449
|
NumberField: {};
|
|
417
450
|
NumberFieldController: {};
|
|
451
|
+
PageHeader: {};
|
|
452
|
+
PageHeaderActions: {};
|
|
453
|
+
PageHeaderDescription: {};
|
|
454
|
+
PageHeaderTitle: {};
|
|
418
455
|
Popover: {};
|
|
419
456
|
PopoverContent: {};
|
|
420
457
|
PopoverTrigger: {};
|
|
@@ -424,6 +461,11 @@ export declare const pagesGroup: {
|
|
|
424
461
|
isTypeOnly: true;
|
|
425
462
|
};
|
|
426
463
|
ScrollArea: {};
|
|
464
|
+
Section: {};
|
|
465
|
+
SectionActions: {};
|
|
466
|
+
SectionDescription: {};
|
|
467
|
+
SectionHeader: {};
|
|
468
|
+
SectionTitle: {};
|
|
427
469
|
Select: {};
|
|
428
470
|
SelectField: {};
|
|
429
471
|
SelectFieldController: {};
|
|
@@ -479,7 +521,27 @@ export declare const pagesGroup: {
|
|
|
479
521
|
Textarea: {};
|
|
480
522
|
TextareaField: {};
|
|
481
523
|
TextareaFieldController: {};
|
|
524
|
+
Toast: {};
|
|
525
|
+
toast: {};
|
|
526
|
+
ToastAction: {};
|
|
527
|
+
ToastClose: {};
|
|
528
|
+
ToastContent: {};
|
|
529
|
+
ToastDescription: {};
|
|
482
530
|
Toaster: {};
|
|
531
|
+
toastManager: {};
|
|
532
|
+
ToastOptions: {
|
|
533
|
+
isTypeOnly: true;
|
|
534
|
+
};
|
|
535
|
+
ToastPortal: {};
|
|
536
|
+
ToastProvider: {};
|
|
537
|
+
ToastTitle: {};
|
|
538
|
+
ToastType: {
|
|
539
|
+
isTypeOnly: true;
|
|
540
|
+
};
|
|
541
|
+
ToastUpdateOptions: {
|
|
542
|
+
isTypeOnly: true;
|
|
543
|
+
};
|
|
544
|
+
ToastViewport: {};
|
|
483
545
|
Tooltip: {};
|
|
484
546
|
TooltipContent: {};
|
|
485
547
|
TooltipProvider: {};
|
|
@@ -511,6 +573,7 @@ export declare const pagesGroup: {
|
|
|
511
573
|
isTypeOnly: true;
|
|
512
574
|
};
|
|
513
575
|
Alert: {};
|
|
576
|
+
AlertAction: {};
|
|
514
577
|
AlertDescription: {};
|
|
515
578
|
AlertTitle: {};
|
|
516
579
|
Autocomplete: {};
|
|
@@ -540,6 +603,7 @@ export declare const pagesGroup: {
|
|
|
540
603
|
buttonVariants: {};
|
|
541
604
|
Calendar: {};
|
|
542
605
|
Card: {};
|
|
606
|
+
CardAction: {};
|
|
543
607
|
CardContent: {};
|
|
544
608
|
CardDescription: {};
|
|
545
609
|
CardFooter: {};
|
|
@@ -666,6 +730,10 @@ export declare const pagesGroup: {
|
|
|
666
730
|
NotFoundCard: {};
|
|
667
731
|
NumberField: {};
|
|
668
732
|
NumberFieldController: {};
|
|
733
|
+
PageHeader: {};
|
|
734
|
+
PageHeaderActions: {};
|
|
735
|
+
PageHeaderDescription: {};
|
|
736
|
+
PageHeaderTitle: {};
|
|
669
737
|
Popover: {};
|
|
670
738
|
PopoverContent: {};
|
|
671
739
|
PopoverTrigger: {};
|
|
@@ -675,6 +743,11 @@ export declare const pagesGroup: {
|
|
|
675
743
|
isTypeOnly: true;
|
|
676
744
|
};
|
|
677
745
|
ScrollArea: {};
|
|
746
|
+
Section: {};
|
|
747
|
+
SectionActions: {};
|
|
748
|
+
SectionDescription: {};
|
|
749
|
+
SectionHeader: {};
|
|
750
|
+
SectionTitle: {};
|
|
678
751
|
Select: {};
|
|
679
752
|
SelectField: {};
|
|
680
753
|
SelectFieldController: {};
|
|
@@ -730,7 +803,27 @@ export declare const pagesGroup: {
|
|
|
730
803
|
Textarea: {};
|
|
731
804
|
TextareaField: {};
|
|
732
805
|
TextareaFieldController: {};
|
|
806
|
+
Toast: {};
|
|
807
|
+
toast: {};
|
|
808
|
+
ToastAction: {};
|
|
809
|
+
ToastClose: {};
|
|
810
|
+
ToastContent: {};
|
|
811
|
+
ToastDescription: {};
|
|
733
812
|
Toaster: {};
|
|
813
|
+
toastManager: {};
|
|
814
|
+
ToastOptions: {
|
|
815
|
+
isTypeOnly: true;
|
|
816
|
+
};
|
|
817
|
+
ToastPortal: {};
|
|
818
|
+
ToastProvider: {};
|
|
819
|
+
ToastTitle: {};
|
|
820
|
+
ToastType: {
|
|
821
|
+
isTypeOnly: true;
|
|
822
|
+
};
|
|
823
|
+
ToastUpdateOptions: {
|
|
824
|
+
isTypeOnly: true;
|
|
825
|
+
};
|
|
826
|
+
ToastViewport: {};
|
|
734
827
|
Tooltip: {};
|
|
735
828
|
TooltipContent: {};
|
|
736
829
|
TooltipProvider: {};
|
|
@@ -762,6 +855,7 @@ export declare const pagesGroup: {
|
|
|
762
855
|
isTypeOnly: true;
|
|
763
856
|
};
|
|
764
857
|
Alert: {};
|
|
858
|
+
AlertAction: {};
|
|
765
859
|
AlertDescription: {};
|
|
766
860
|
AlertTitle: {};
|
|
767
861
|
Autocomplete: {};
|
|
@@ -791,6 +885,7 @@ export declare const pagesGroup: {
|
|
|
791
885
|
buttonVariants: {};
|
|
792
886
|
Calendar: {};
|
|
793
887
|
Card: {};
|
|
888
|
+
CardAction: {};
|
|
794
889
|
CardContent: {};
|
|
795
890
|
CardDescription: {};
|
|
796
891
|
CardFooter: {};
|
|
@@ -917,6 +1012,10 @@ export declare const pagesGroup: {
|
|
|
917
1012
|
NotFoundCard: {};
|
|
918
1013
|
NumberField: {};
|
|
919
1014
|
NumberFieldController: {};
|
|
1015
|
+
PageHeader: {};
|
|
1016
|
+
PageHeaderActions: {};
|
|
1017
|
+
PageHeaderDescription: {};
|
|
1018
|
+
PageHeaderTitle: {};
|
|
920
1019
|
Popover: {};
|
|
921
1020
|
PopoverContent: {};
|
|
922
1021
|
PopoverTrigger: {};
|
|
@@ -926,6 +1025,11 @@ export declare const pagesGroup: {
|
|
|
926
1025
|
isTypeOnly: true;
|
|
927
1026
|
};
|
|
928
1027
|
ScrollArea: {};
|
|
1028
|
+
Section: {};
|
|
1029
|
+
SectionActions: {};
|
|
1030
|
+
SectionDescription: {};
|
|
1031
|
+
SectionHeader: {};
|
|
1032
|
+
SectionTitle: {};
|
|
929
1033
|
Select: {};
|
|
930
1034
|
SelectField: {};
|
|
931
1035
|
SelectFieldController: {};
|
|
@@ -981,7 +1085,27 @@ export declare const pagesGroup: {
|
|
|
981
1085
|
Textarea: {};
|
|
982
1086
|
TextareaField: {};
|
|
983
1087
|
TextareaFieldController: {};
|
|
1088
|
+
Toast: {};
|
|
1089
|
+
toast: {};
|
|
1090
|
+
ToastAction: {};
|
|
1091
|
+
ToastClose: {};
|
|
1092
|
+
ToastContent: {};
|
|
1093
|
+
ToastDescription: {};
|
|
984
1094
|
Toaster: {};
|
|
1095
|
+
toastManager: {};
|
|
1096
|
+
ToastOptions: {
|
|
1097
|
+
isTypeOnly: true;
|
|
1098
|
+
};
|
|
1099
|
+
ToastPortal: {};
|
|
1100
|
+
ToastProvider: {};
|
|
1101
|
+
ToastTitle: {};
|
|
1102
|
+
ToastType: {
|
|
1103
|
+
isTypeOnly: true;
|
|
1104
|
+
};
|
|
1105
|
+
ToastUpdateOptions: {
|
|
1106
|
+
isTypeOnly: true;
|
|
1107
|
+
};
|
|
1108
|
+
ToastViewport: {};
|
|
985
1109
|
Tooltip: {};
|
|
986
1110
|
TooltipContent: {};
|
|
987
1111
|
TooltipProvider: {};
|
|
@@ -1013,6 +1137,7 @@ export declare const pagesGroup: {
|
|
|
1013
1137
|
isTypeOnly: true;
|
|
1014
1138
|
};
|
|
1015
1139
|
Alert: {};
|
|
1140
|
+
AlertAction: {};
|
|
1016
1141
|
AlertDescription: {};
|
|
1017
1142
|
AlertTitle: {};
|
|
1018
1143
|
Autocomplete: {};
|
|
@@ -1042,6 +1167,7 @@ export declare const pagesGroup: {
|
|
|
1042
1167
|
buttonVariants: {};
|
|
1043
1168
|
Calendar: {};
|
|
1044
1169
|
Card: {};
|
|
1170
|
+
CardAction: {};
|
|
1045
1171
|
CardContent: {};
|
|
1046
1172
|
CardDescription: {};
|
|
1047
1173
|
CardFooter: {};
|
|
@@ -1168,6 +1294,10 @@ export declare const pagesGroup: {
|
|
|
1168
1294
|
NotFoundCard: {};
|
|
1169
1295
|
NumberField: {};
|
|
1170
1296
|
NumberFieldController: {};
|
|
1297
|
+
PageHeader: {};
|
|
1298
|
+
PageHeaderActions: {};
|
|
1299
|
+
PageHeaderDescription: {};
|
|
1300
|
+
PageHeaderTitle: {};
|
|
1171
1301
|
Popover: {};
|
|
1172
1302
|
PopoverContent: {};
|
|
1173
1303
|
PopoverTrigger: {};
|
|
@@ -1177,6 +1307,11 @@ export declare const pagesGroup: {
|
|
|
1177
1307
|
isTypeOnly: true;
|
|
1178
1308
|
};
|
|
1179
1309
|
ScrollArea: {};
|
|
1310
|
+
Section: {};
|
|
1311
|
+
SectionActions: {};
|
|
1312
|
+
SectionDescription: {};
|
|
1313
|
+
SectionHeader: {};
|
|
1314
|
+
SectionTitle: {};
|
|
1180
1315
|
Select: {};
|
|
1181
1316
|
SelectField: {};
|
|
1182
1317
|
SelectFieldController: {};
|
|
@@ -1232,7 +1367,27 @@ export declare const pagesGroup: {
|
|
|
1232
1367
|
Textarea: {};
|
|
1233
1368
|
TextareaField: {};
|
|
1234
1369
|
TextareaFieldController: {};
|
|
1370
|
+
Toast: {};
|
|
1371
|
+
toast: {};
|
|
1372
|
+
ToastAction: {};
|
|
1373
|
+
ToastClose: {};
|
|
1374
|
+
ToastContent: {};
|
|
1375
|
+
ToastDescription: {};
|
|
1235
1376
|
Toaster: {};
|
|
1377
|
+
toastManager: {};
|
|
1378
|
+
ToastOptions: {
|
|
1379
|
+
isTypeOnly: true;
|
|
1380
|
+
};
|
|
1381
|
+
ToastPortal: {};
|
|
1382
|
+
ToastProvider: {};
|
|
1383
|
+
ToastTitle: {};
|
|
1384
|
+
ToastType: {
|
|
1385
|
+
isTypeOnly: true;
|
|
1386
|
+
};
|
|
1387
|
+
ToastUpdateOptions: {
|
|
1388
|
+
isTypeOnly: true;
|
|
1389
|
+
};
|
|
1390
|
+
ToastViewport: {};
|
|
1236
1391
|
Tooltip: {};
|
|
1237
1392
|
TooltipContent: {};
|
|
1238
1393
|
TooltipProvider: {};
|
|
@@ -1267,6 +1422,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1267
1422
|
isTypeOnly: true;
|
|
1268
1423
|
};
|
|
1269
1424
|
Alert: {};
|
|
1425
|
+
AlertAction: {};
|
|
1270
1426
|
AlertDescription: {};
|
|
1271
1427
|
AlertTitle: {};
|
|
1272
1428
|
Autocomplete: {};
|
|
@@ -1296,6 +1452,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1296
1452
|
buttonVariants: {};
|
|
1297
1453
|
Calendar: {};
|
|
1298
1454
|
Card: {};
|
|
1455
|
+
CardAction: {};
|
|
1299
1456
|
CardContent: {};
|
|
1300
1457
|
CardDescription: {};
|
|
1301
1458
|
CardFooter: {};
|
|
@@ -1422,6 +1579,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1422
1579
|
NotFoundCard: {};
|
|
1423
1580
|
NumberField: {};
|
|
1424
1581
|
NumberFieldController: {};
|
|
1582
|
+
PageHeader: {};
|
|
1583
|
+
PageHeaderActions: {};
|
|
1584
|
+
PageHeaderDescription: {};
|
|
1585
|
+
PageHeaderTitle: {};
|
|
1425
1586
|
Popover: {};
|
|
1426
1587
|
PopoverContent: {};
|
|
1427
1588
|
PopoverTrigger: {};
|
|
@@ -1431,6 +1592,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1431
1592
|
isTypeOnly: true;
|
|
1432
1593
|
};
|
|
1433
1594
|
ScrollArea: {};
|
|
1595
|
+
Section: {};
|
|
1596
|
+
SectionActions: {};
|
|
1597
|
+
SectionDescription: {};
|
|
1598
|
+
SectionHeader: {};
|
|
1599
|
+
SectionTitle: {};
|
|
1434
1600
|
Select: {};
|
|
1435
1601
|
SelectField: {};
|
|
1436
1602
|
SelectFieldController: {};
|
|
@@ -1486,7 +1652,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1486
1652
|
Textarea: {};
|
|
1487
1653
|
TextareaField: {};
|
|
1488
1654
|
TextareaFieldController: {};
|
|
1655
|
+
Toast: {};
|
|
1656
|
+
toast: {};
|
|
1657
|
+
ToastAction: {};
|
|
1658
|
+
ToastClose: {};
|
|
1659
|
+
ToastContent: {};
|
|
1660
|
+
ToastDescription: {};
|
|
1489
1661
|
Toaster: {};
|
|
1662
|
+
toastManager: {};
|
|
1663
|
+
ToastOptions: {
|
|
1664
|
+
isTypeOnly: true;
|
|
1665
|
+
};
|
|
1666
|
+
ToastPortal: {};
|
|
1667
|
+
ToastProvider: {};
|
|
1668
|
+
ToastTitle: {};
|
|
1669
|
+
ToastType: {
|
|
1670
|
+
isTypeOnly: true;
|
|
1671
|
+
};
|
|
1672
|
+
ToastUpdateOptions: {
|
|
1673
|
+
isTypeOnly: true;
|
|
1674
|
+
};
|
|
1675
|
+
ToastViewport: {};
|
|
1490
1676
|
Tooltip: {};
|
|
1491
1677
|
TooltipContent: {};
|
|
1492
1678
|
TooltipProvider: {};
|
|
@@ -1518,6 +1704,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1518
1704
|
isTypeOnly: true;
|
|
1519
1705
|
};
|
|
1520
1706
|
Alert: {};
|
|
1707
|
+
AlertAction: {};
|
|
1521
1708
|
AlertDescription: {};
|
|
1522
1709
|
AlertTitle: {};
|
|
1523
1710
|
Autocomplete: {};
|
|
@@ -1547,6 +1734,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1547
1734
|
buttonVariants: {};
|
|
1548
1735
|
Calendar: {};
|
|
1549
1736
|
Card: {};
|
|
1737
|
+
CardAction: {};
|
|
1550
1738
|
CardContent: {};
|
|
1551
1739
|
CardDescription: {};
|
|
1552
1740
|
CardFooter: {};
|
|
@@ -1673,6 +1861,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1673
1861
|
NotFoundCard: {};
|
|
1674
1862
|
NumberField: {};
|
|
1675
1863
|
NumberFieldController: {};
|
|
1864
|
+
PageHeader: {};
|
|
1865
|
+
PageHeaderActions: {};
|
|
1866
|
+
PageHeaderDescription: {};
|
|
1867
|
+
PageHeaderTitle: {};
|
|
1676
1868
|
Popover: {};
|
|
1677
1869
|
PopoverContent: {};
|
|
1678
1870
|
PopoverTrigger: {};
|
|
@@ -1682,6 +1874,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1682
1874
|
isTypeOnly: true;
|
|
1683
1875
|
};
|
|
1684
1876
|
ScrollArea: {};
|
|
1877
|
+
Section: {};
|
|
1878
|
+
SectionActions: {};
|
|
1879
|
+
SectionDescription: {};
|
|
1880
|
+
SectionHeader: {};
|
|
1881
|
+
SectionTitle: {};
|
|
1685
1882
|
Select: {};
|
|
1686
1883
|
SelectField: {};
|
|
1687
1884
|
SelectFieldController: {};
|
|
@@ -1737,7 +1934,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1737
1934
|
Textarea: {};
|
|
1738
1935
|
TextareaField: {};
|
|
1739
1936
|
TextareaFieldController: {};
|
|
1937
|
+
Toast: {};
|
|
1938
|
+
toast: {};
|
|
1939
|
+
ToastAction: {};
|
|
1940
|
+
ToastClose: {};
|
|
1941
|
+
ToastContent: {};
|
|
1942
|
+
ToastDescription: {};
|
|
1740
1943
|
Toaster: {};
|
|
1944
|
+
toastManager: {};
|
|
1945
|
+
ToastOptions: {
|
|
1946
|
+
isTypeOnly: true;
|
|
1947
|
+
};
|
|
1948
|
+
ToastPortal: {};
|
|
1949
|
+
ToastProvider: {};
|
|
1950
|
+
ToastTitle: {};
|
|
1951
|
+
ToastType: {
|
|
1952
|
+
isTypeOnly: true;
|
|
1953
|
+
};
|
|
1954
|
+
ToastUpdateOptions: {
|
|
1955
|
+
isTypeOnly: true;
|
|
1956
|
+
};
|
|
1957
|
+
ToastViewport: {};
|
|
1741
1958
|
Tooltip: {};
|
|
1742
1959
|
TooltipContent: {};
|
|
1743
1960
|
TooltipProvider: {};
|
|
@@ -1769,6 +1986,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1769
1986
|
isTypeOnly: true;
|
|
1770
1987
|
};
|
|
1771
1988
|
Alert: {};
|
|
1989
|
+
AlertAction: {};
|
|
1772
1990
|
AlertDescription: {};
|
|
1773
1991
|
AlertTitle: {};
|
|
1774
1992
|
Autocomplete: {};
|
|
@@ -1798,6 +2016,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1798
2016
|
buttonVariants: {};
|
|
1799
2017
|
Calendar: {};
|
|
1800
2018
|
Card: {};
|
|
2019
|
+
CardAction: {};
|
|
1801
2020
|
CardContent: {};
|
|
1802
2021
|
CardDescription: {};
|
|
1803
2022
|
CardFooter: {};
|
|
@@ -1924,6 +2143,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1924
2143
|
NotFoundCard: {};
|
|
1925
2144
|
NumberField: {};
|
|
1926
2145
|
NumberFieldController: {};
|
|
2146
|
+
PageHeader: {};
|
|
2147
|
+
PageHeaderActions: {};
|
|
2148
|
+
PageHeaderDescription: {};
|
|
2149
|
+
PageHeaderTitle: {};
|
|
1927
2150
|
Popover: {};
|
|
1928
2151
|
PopoverContent: {};
|
|
1929
2152
|
PopoverTrigger: {};
|
|
@@ -1933,6 +2156,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1933
2156
|
isTypeOnly: true;
|
|
1934
2157
|
};
|
|
1935
2158
|
ScrollArea: {};
|
|
2159
|
+
Section: {};
|
|
2160
|
+
SectionActions: {};
|
|
2161
|
+
SectionDescription: {};
|
|
2162
|
+
SectionHeader: {};
|
|
2163
|
+
SectionTitle: {};
|
|
1936
2164
|
Select: {};
|
|
1937
2165
|
SelectField: {};
|
|
1938
2166
|
SelectFieldController: {};
|
|
@@ -1988,7 +2216,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1988
2216
|
Textarea: {};
|
|
1989
2217
|
TextareaField: {};
|
|
1990
2218
|
TextareaFieldController: {};
|
|
2219
|
+
Toast: {};
|
|
2220
|
+
toast: {};
|
|
2221
|
+
ToastAction: {};
|
|
2222
|
+
ToastClose: {};
|
|
2223
|
+
ToastContent: {};
|
|
2224
|
+
ToastDescription: {};
|
|
1991
2225
|
Toaster: {};
|
|
2226
|
+
toastManager: {};
|
|
2227
|
+
ToastOptions: {
|
|
2228
|
+
isTypeOnly: true;
|
|
2229
|
+
};
|
|
2230
|
+
ToastPortal: {};
|
|
2231
|
+
ToastProvider: {};
|
|
2232
|
+
ToastTitle: {};
|
|
2233
|
+
ToastType: {
|
|
2234
|
+
isTypeOnly: true;
|
|
2235
|
+
};
|
|
2236
|
+
ToastUpdateOptions: {
|
|
2237
|
+
isTypeOnly: true;
|
|
2238
|
+
};
|
|
2239
|
+
ToastViewport: {};
|
|
1992
2240
|
Tooltip: {};
|
|
1993
2241
|
TooltipContent: {};
|
|
1994
2242
|
TooltipProvider: {};
|
|
@@ -2020,6 +2268,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2020
2268
|
isTypeOnly: true;
|
|
2021
2269
|
};
|
|
2022
2270
|
Alert: {};
|
|
2271
|
+
AlertAction: {};
|
|
2023
2272
|
AlertDescription: {};
|
|
2024
2273
|
AlertTitle: {};
|
|
2025
2274
|
Autocomplete: {};
|
|
@@ -2049,6 +2298,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2049
2298
|
buttonVariants: {};
|
|
2050
2299
|
Calendar: {};
|
|
2051
2300
|
Card: {};
|
|
2301
|
+
CardAction: {};
|
|
2052
2302
|
CardContent: {};
|
|
2053
2303
|
CardDescription: {};
|
|
2054
2304
|
CardFooter: {};
|
|
@@ -2175,6 +2425,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2175
2425
|
NotFoundCard: {};
|
|
2176
2426
|
NumberField: {};
|
|
2177
2427
|
NumberFieldController: {};
|
|
2428
|
+
PageHeader: {};
|
|
2429
|
+
PageHeaderActions: {};
|
|
2430
|
+
PageHeaderDescription: {};
|
|
2431
|
+
PageHeaderTitle: {};
|
|
2178
2432
|
Popover: {};
|
|
2179
2433
|
PopoverContent: {};
|
|
2180
2434
|
PopoverTrigger: {};
|
|
@@ -2184,6 +2438,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2184
2438
|
isTypeOnly: true;
|
|
2185
2439
|
};
|
|
2186
2440
|
ScrollArea: {};
|
|
2441
|
+
Section: {};
|
|
2442
|
+
SectionActions: {};
|
|
2443
|
+
SectionDescription: {};
|
|
2444
|
+
SectionHeader: {};
|
|
2445
|
+
SectionTitle: {};
|
|
2187
2446
|
Select: {};
|
|
2188
2447
|
SelectField: {};
|
|
2189
2448
|
SelectFieldController: {};
|
|
@@ -2239,7 +2498,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2239
2498
|
Textarea: {};
|
|
2240
2499
|
TextareaField: {};
|
|
2241
2500
|
TextareaFieldController: {};
|
|
2501
|
+
Toast: {};
|
|
2502
|
+
toast: {};
|
|
2503
|
+
ToastAction: {};
|
|
2504
|
+
ToastClose: {};
|
|
2505
|
+
ToastContent: {};
|
|
2506
|
+
ToastDescription: {};
|
|
2242
2507
|
Toaster: {};
|
|
2508
|
+
toastManager: {};
|
|
2509
|
+
ToastOptions: {
|
|
2510
|
+
isTypeOnly: true;
|
|
2511
|
+
};
|
|
2512
|
+
ToastPortal: {};
|
|
2513
|
+
ToastProvider: {};
|
|
2514
|
+
ToastTitle: {};
|
|
2515
|
+
ToastType: {
|
|
2516
|
+
isTypeOnly: true;
|
|
2517
|
+
};
|
|
2518
|
+
ToastUpdateOptions: {
|
|
2519
|
+
isTypeOnly: true;
|
|
2520
|
+
};
|
|
2521
|
+
ToastViewport: {};
|
|
2243
2522
|
Tooltip: {};
|
|
2244
2523
|
TooltipContent: {};
|
|
2245
2524
|
TooltipProvider: {};
|
|
@@ -2271,6 +2550,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2271
2550
|
isTypeOnly: true;
|
|
2272
2551
|
};
|
|
2273
2552
|
Alert: {};
|
|
2553
|
+
AlertAction: {};
|
|
2274
2554
|
AlertDescription: {};
|
|
2275
2555
|
AlertTitle: {};
|
|
2276
2556
|
Autocomplete: {};
|
|
@@ -2300,6 +2580,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2300
2580
|
buttonVariants: {};
|
|
2301
2581
|
Calendar: {};
|
|
2302
2582
|
Card: {};
|
|
2583
|
+
CardAction: {};
|
|
2303
2584
|
CardContent: {};
|
|
2304
2585
|
CardDescription: {};
|
|
2305
2586
|
CardFooter: {};
|
|
@@ -2426,6 +2707,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2426
2707
|
NotFoundCard: {};
|
|
2427
2708
|
NumberField: {};
|
|
2428
2709
|
NumberFieldController: {};
|
|
2710
|
+
PageHeader: {};
|
|
2711
|
+
PageHeaderActions: {};
|
|
2712
|
+
PageHeaderDescription: {};
|
|
2713
|
+
PageHeaderTitle: {};
|
|
2429
2714
|
Popover: {};
|
|
2430
2715
|
PopoverContent: {};
|
|
2431
2716
|
PopoverTrigger: {};
|
|
@@ -2435,6 +2720,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2435
2720
|
isTypeOnly: true;
|
|
2436
2721
|
};
|
|
2437
2722
|
ScrollArea: {};
|
|
2723
|
+
Section: {};
|
|
2724
|
+
SectionActions: {};
|
|
2725
|
+
SectionDescription: {};
|
|
2726
|
+
SectionHeader: {};
|
|
2727
|
+
SectionTitle: {};
|
|
2438
2728
|
Select: {};
|
|
2439
2729
|
SelectField: {};
|
|
2440
2730
|
SelectFieldController: {};
|
|
@@ -2490,7 +2780,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2490
2780
|
Textarea: {};
|
|
2491
2781
|
TextareaField: {};
|
|
2492
2782
|
TextareaFieldController: {};
|
|
2783
|
+
Toast: {};
|
|
2784
|
+
toast: {};
|
|
2785
|
+
ToastAction: {};
|
|
2786
|
+
ToastClose: {};
|
|
2787
|
+
ToastContent: {};
|
|
2788
|
+
ToastDescription: {};
|
|
2493
2789
|
Toaster: {};
|
|
2790
|
+
toastManager: {};
|
|
2791
|
+
ToastOptions: {
|
|
2792
|
+
isTypeOnly: true;
|
|
2793
|
+
};
|
|
2794
|
+
ToastPortal: {};
|
|
2795
|
+
ToastProvider: {};
|
|
2796
|
+
ToastTitle: {};
|
|
2797
|
+
ToastType: {
|
|
2798
|
+
isTypeOnly: true;
|
|
2799
|
+
};
|
|
2800
|
+
ToastUpdateOptions: {
|
|
2801
|
+
isTypeOnly: true;
|
|
2802
|
+
};
|
|
2803
|
+
ToastViewport: {};
|
|
2494
2804
|
Tooltip: {};
|
|
2495
2805
|
TooltipContent: {};
|
|
2496
2806
|
TooltipProvider: {};
|
package/dist/better-auth/generators/react/better-auth-pages/templates/routes/forgot-password.tsx
CHANGED
|
@@ -47,10 +47,7 @@ function ForgotPasswordPage(): React.JSX.Element {
|
|
|
47
47
|
const onSubmit = (data: FormData): void => {
|
|
48
48
|
setIsSubmitting(true);
|
|
49
49
|
authClient
|
|
50
|
-
.requestPasswordReset({
|
|
51
|
-
email: data.email,
|
|
52
|
-
redirectTo: '/auth/reset-password',
|
|
53
|
-
})
|
|
50
|
+
.requestPasswordReset({ email: data.email })
|
|
54
51
|
.then(({ error }) => {
|
|
55
52
|
if (error) {
|
|
56
53
|
setFormError('email', {
|