@baseplate-dev/plugin-auth 0.6.17 → 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 +54 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +37 -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 +74 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +74 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +74 -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 +37 -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 +37 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +222 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +37 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +370 -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 +77 -2
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +38 -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 +38 -1
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +38 -1
- package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +12 -3
- package/dist/local-auth/admin/common.js +6 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.d.ts +593 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/admin-crud-invite-user-action.generator.js +119 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.d.ts +602 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/index.js +11 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.d.ts +12 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-paths.js +24 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.d.ts +307 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/template-renderers.js +45 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.d.ts +294 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/generated/typed-templates.js +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.d.ts +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/index.js +2 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.d.ts +21 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.js +68 -0
- package/dist/local-auth/admin/generators/admin-crud-invite-user-action/templates/routes/-components/invite-user-dialog.tsx +122 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +37 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +37 -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 +74 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +74 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +37 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +74 -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 +37 -0
- package/dist/local-auth/admin/node.js +13 -0
- package/dist/local-auth/admin/schema/invite-user-action.d.ts +12 -0
- package/dist/local-auth/admin/schema/invite-user-action.js +6 -0
- package/dist/local-auth/admin/web.js +8 -0
- package/dist/local-auth/core/common.js +7 -2
- package/dist/local-auth/core/components/local-auth-definition-editor.js +2 -1
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.d.ts +9 -0
- package/dist/local-auth/core/components/local-auth-web-app-settings-form.js +11 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +16 -7
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +73 -16
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +222 -7
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +27 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +71 -4
- 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 +226 -10
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +91 -7
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.d.ts +19 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.js +20 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/otp.constants.ts +22 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.js +30 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-otp.mutations.ts +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.js +42 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/invite.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +2 -19
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +1 -22
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.d.ts +37 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.js +225 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-otp.service.ts +333 -0
- 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.d.ts +39 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.js +142 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/invite.service.ts +221 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +5 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +8 -5
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +3 -1
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +18 -3
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +20 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +24 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.js +18 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/email-otp.email.tsx +57 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/invite.email.tsx +47 -0
- 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 +23 -7
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +7 -26
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +65 -4
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +22 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +19 -2
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +10 -0
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +7 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +42 -4
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +24 -13
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.d.ts +67 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.js +140 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/services/code-verification.service.ts +191 -0
- 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 +39 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +38 -5
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +1089 -268
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +3 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +49 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +51 -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 +918 -283
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +69 -23
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.js +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-otp-constants.ts +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.js +155 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/accept-invite.tsx +274 -0
- 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.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.js +184 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login-otp.tsx +312 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +5 -5
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +6 -12
- 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 +90 -7
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +38 -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 +102 -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 +54 -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 +30 -12
- package/dist/local-auth/core/schema/migrations.d.ts +3 -0
- package/dist/local-auth/core/schema/migrations.js +36 -0
- package/dist/local-auth/core/schema/models.js +8 -0
- package/dist/local-auth/core/schema/plugin-definition.d.ts +1 -0
- package/dist/local-auth/core/schema/plugin-definition.js +1 -0
- package/dist/local-auth/core/schema/web-app-schema.d.ts +15 -0
- package/dist/local-auth/core/schema/web-app-schema.js +16 -0
- package/dist/local-auth/core/web.js +8 -1
- 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-ChkXxpXe.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth__mf_owner__1-DUupKqD4.js} +42 -34
- package/dist/web/assets/{dist-DY7ZXvq4.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} +16857 -381
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-37vlYRxk.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} +90 -38
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.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} +4095 -2399
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.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} +212 -57
- package/dist/web/assets/auth-DR6QxrAW.js +1 -0
- package/dist/web/assets/{common-iHaemino.js → common-BsyRiQi3.js} +6 -6
- package/dist/web/assets/{common-TDf_PrjX.js → common-CRwNlCMn.js} +10 -10
- package/dist/web/assets/{common-ByxS61u8.js → common-CvqlRZC9.js} +12 -12
- package/dist/web/assets/common-D3atSs7O.js +70 -0
- package/dist/web/assets/common-DuFyXa6l.js +36 -0
- package/dist/web/assets/common-islduJTj.js +43 -0
- package/dist/web/assets/{dist-CrLSslv6.js → dist-DQd1TAJX.js} +273 -132
- package/dist/web/assets/{get-auth-plugin-definition-kDCtXq_6.js → get-auth-plugin-definition-BgWWHl_Y.js} +3 -3
- package/dist/web/assets/{hostInit-Cruek6c6.js → hostInit-DNA4kLRY.js} +32 -5
- package/dist/web/assets/{mf-entry-bootstrap-0-dfed0275.js → mf-entry-bootstrap-0-ea77c09b.js} +2 -1
- package/dist/web/assets/{mf-entry-bootstrap-1-5275674a.js → mf-entry-bootstrap-1-9dee3d8d.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-2-39fb9255.js → mf-entry-bootstrap-2-3179040b.js} +3 -2
- package/dist/web/assets/{mf-entry-bootstrap-3-49e64336.js → mf-entry-bootstrap-3-370d200d.js} +3 -2
- package/dist/web/assets/{models-DSvs_3bA.js → models-BOeSYfRn.js} +4 -5
- package/dist/web/assets/{models-BZmCbizK.js → models-DF6DoXt6.js} +11 -6
- package/dist/web/assets/{plugin-definition-CYj29S3q.js → plugin-definition--k0VAeK3.js} +9 -10
- package/dist/web/assets/plugin-definition-CMwSlxsJ.js +10 -0
- package/dist/web/assets/{styles-yjbHBTlw.js → styles-BQEcQHoR.js} +9 -10
- package/dist/web/assets/{virtualExposes-CbPBmicF.js → virtualExposes-C7fDiAmS.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BZBRyml2.js +747 -0
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-6SjVUCs8.js} +13 -13
- package/dist/web/assets/web-8wz0ad-V.js +59 -0
- package/dist/web/assets/{web-CXAHKjIY.js → web-BGixH_gT.js} +27 -27
- package/dist/web/assets/{web-1eTcxMhf.js → web-BxIwkN3O.js} +6 -6
- package/dist/web/assets/{web-VqBA3jxZ.js → web-CQMfABjr.js} +24 -24
- package/dist/web/assets/{web-CDAKPPK9.js → web-CcNpItSu.js} +22 -22
- package/dist/web/assets/web-CypPeiVv.js +148 -0
- package/dist/web/assets/{web-D0MSKfyv.js → web-CzK_la2_.js} +53 -53
- package/dist/web/index.html +5 -5
- package/dist/web/remoteEntry.js +1 -1
- package/package.json +14 -14
- 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/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-CO5Pvo0y.js +0 -384
- package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js +0 -13566
- package/dist/web/assets/auth-BxAE0rgh.js +0 -1
- package/dist/web/assets/common-CKl_XlvH.js +0 -37
- package/dist/web/assets/common-UpVCKZeW.js +0 -41
- package/dist/web/assets/common-crSwCD36.js +0 -37
- package/dist/web/assets/model-utils-C0WDb_Ec.js +0 -1599
- package/dist/web/assets/plugin-definition-DOMmPL2Z.js +0 -11
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js +0 -259
- package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js +0 -129
- package/dist/web/assets/web-DbeAaDTV.js +0 -118
- package/dist/web/assets/web-miDovYk_.js +0 -46
- package/dist/web/remoteEntry.ssr.js +0 -43
package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
17
17
|
isTypeOnly: true;
|
|
18
18
|
};
|
|
19
19
|
Alert: {};
|
|
20
|
+
AlertAction: {};
|
|
20
21
|
AlertDescription: {};
|
|
21
22
|
AlertTitle: {};
|
|
22
23
|
Autocomplete: {};
|
|
@@ -46,6 +47,7 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
46
47
|
buttonVariants: {};
|
|
47
48
|
Calendar: {};
|
|
48
49
|
Card: {};
|
|
50
|
+
CardAction: {};
|
|
49
51
|
CardContent: {};
|
|
50
52
|
CardDescription: {};
|
|
51
53
|
CardFooter: {};
|
|
@@ -130,6 +132,12 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
130
132
|
InputGroupInput: {};
|
|
131
133
|
InputGroupText: {};
|
|
132
134
|
InputGroupTextarea: {};
|
|
135
|
+
InputOtp: {};
|
|
136
|
+
InputOtpField: {};
|
|
137
|
+
InputOtpFieldController: {};
|
|
138
|
+
InputOtpGroup: {};
|
|
139
|
+
InputOtpSeparator: {};
|
|
140
|
+
InputOtpSlot: {};
|
|
133
141
|
inputVariants: {};
|
|
134
142
|
Item: {};
|
|
135
143
|
ItemActions: {};
|
|
@@ -166,6 +174,10 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
166
174
|
NotFoundCard: {};
|
|
167
175
|
NumberField: {};
|
|
168
176
|
NumberFieldController: {};
|
|
177
|
+
PageHeader: {};
|
|
178
|
+
PageHeaderActions: {};
|
|
179
|
+
PageHeaderDescription: {};
|
|
180
|
+
PageHeaderTitle: {};
|
|
169
181
|
Popover: {};
|
|
170
182
|
PopoverContent: {};
|
|
171
183
|
PopoverTrigger: {};
|
|
@@ -175,6 +187,11 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
175
187
|
isTypeOnly: true;
|
|
176
188
|
};
|
|
177
189
|
ScrollArea: {};
|
|
190
|
+
Section: {};
|
|
191
|
+
SectionActions: {};
|
|
192
|
+
SectionDescription: {};
|
|
193
|
+
SectionHeader: {};
|
|
194
|
+
SectionTitle: {};
|
|
178
195
|
Select: {};
|
|
179
196
|
SelectField: {};
|
|
180
197
|
SelectFieldController: {};
|
|
@@ -230,7 +247,27 @@ export declare const betterAuthPagesGenerator: import("@baseplate-dev/sync").Gen
|
|
|
230
247
|
Textarea: {};
|
|
231
248
|
TextareaField: {};
|
|
232
249
|
TextareaFieldController: {};
|
|
250
|
+
Toast: {};
|
|
251
|
+
toast: {};
|
|
252
|
+
ToastAction: {};
|
|
253
|
+
ToastClose: {};
|
|
254
|
+
ToastContent: {};
|
|
255
|
+
ToastDescription: {};
|
|
233
256
|
Toaster: {};
|
|
257
|
+
toastManager: {};
|
|
258
|
+
ToastOptions: {
|
|
259
|
+
isTypeOnly: true;
|
|
260
|
+
};
|
|
261
|
+
ToastPortal: {};
|
|
262
|
+
ToastProvider: {};
|
|
263
|
+
ToastTitle: {};
|
|
264
|
+
ToastType: {
|
|
265
|
+
isTypeOnly: true;
|
|
266
|
+
};
|
|
267
|
+
ToastUpdateOptions: {
|
|
268
|
+
isTypeOnly: true;
|
|
269
|
+
};
|
|
270
|
+
ToastViewport: {};
|
|
234
271
|
Tooltip: {};
|
|
235
272
|
TooltipContent: {};
|
|
236
273
|
TooltipProvider: {};
|
|
@@ -22,6 +22,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
22
22
|
isTypeOnly: true;
|
|
23
23
|
};
|
|
24
24
|
Alert: {};
|
|
25
|
+
AlertAction: {};
|
|
25
26
|
AlertDescription: {};
|
|
26
27
|
AlertTitle: {};
|
|
27
28
|
Autocomplete: {};
|
|
@@ -51,6 +52,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
51
52
|
buttonVariants: {};
|
|
52
53
|
Calendar: {};
|
|
53
54
|
Card: {};
|
|
55
|
+
CardAction: {};
|
|
54
56
|
CardContent: {};
|
|
55
57
|
CardDescription: {};
|
|
56
58
|
CardFooter: {};
|
|
@@ -135,6 +137,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
135
137
|
InputGroupInput: {};
|
|
136
138
|
InputGroupText: {};
|
|
137
139
|
InputGroupTextarea: {};
|
|
140
|
+
InputOtp: {};
|
|
141
|
+
InputOtpField: {};
|
|
142
|
+
InputOtpFieldController: {};
|
|
143
|
+
InputOtpGroup: {};
|
|
144
|
+
InputOtpSeparator: {};
|
|
145
|
+
InputOtpSlot: {};
|
|
138
146
|
inputVariants: {};
|
|
139
147
|
Item: {};
|
|
140
148
|
ItemActions: {};
|
|
@@ -171,6 +179,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
171
179
|
NotFoundCard: {};
|
|
172
180
|
NumberField: {};
|
|
173
181
|
NumberFieldController: {};
|
|
182
|
+
PageHeader: {};
|
|
183
|
+
PageHeaderActions: {};
|
|
184
|
+
PageHeaderDescription: {};
|
|
185
|
+
PageHeaderTitle: {};
|
|
174
186
|
Popover: {};
|
|
175
187
|
PopoverContent: {};
|
|
176
188
|
PopoverTrigger: {};
|
|
@@ -180,6 +192,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
180
192
|
isTypeOnly: true;
|
|
181
193
|
};
|
|
182
194
|
ScrollArea: {};
|
|
195
|
+
Section: {};
|
|
196
|
+
SectionActions: {};
|
|
197
|
+
SectionDescription: {};
|
|
198
|
+
SectionHeader: {};
|
|
199
|
+
SectionTitle: {};
|
|
183
200
|
Select: {};
|
|
184
201
|
SelectField: {};
|
|
185
202
|
SelectFieldController: {};
|
|
@@ -235,7 +252,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
235
252
|
Textarea: {};
|
|
236
253
|
TextareaField: {};
|
|
237
254
|
TextareaFieldController: {};
|
|
255
|
+
Toast: {};
|
|
256
|
+
toast: {};
|
|
257
|
+
ToastAction: {};
|
|
258
|
+
ToastClose: {};
|
|
259
|
+
ToastContent: {};
|
|
260
|
+
ToastDescription: {};
|
|
238
261
|
Toaster: {};
|
|
262
|
+
toastManager: {};
|
|
263
|
+
ToastOptions: {
|
|
264
|
+
isTypeOnly: true;
|
|
265
|
+
};
|
|
266
|
+
ToastPortal: {};
|
|
267
|
+
ToastProvider: {};
|
|
268
|
+
ToastTitle: {};
|
|
269
|
+
ToastType: {
|
|
270
|
+
isTypeOnly: true;
|
|
271
|
+
};
|
|
272
|
+
ToastUpdateOptions: {
|
|
273
|
+
isTypeOnly: true;
|
|
274
|
+
};
|
|
275
|
+
ToastViewport: {};
|
|
239
276
|
Tooltip: {};
|
|
240
277
|
TooltipContent: {};
|
|
241
278
|
TooltipProvider: {};
|
|
@@ -271,6 +308,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
271
308
|
isTypeOnly: true;
|
|
272
309
|
};
|
|
273
310
|
Alert: {};
|
|
311
|
+
AlertAction: {};
|
|
274
312
|
AlertDescription: {};
|
|
275
313
|
AlertTitle: {};
|
|
276
314
|
Autocomplete: {};
|
|
@@ -300,6 +338,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
300
338
|
buttonVariants: {};
|
|
301
339
|
Calendar: {};
|
|
302
340
|
Card: {};
|
|
341
|
+
CardAction: {};
|
|
303
342
|
CardContent: {};
|
|
304
343
|
CardDescription: {};
|
|
305
344
|
CardFooter: {};
|
|
@@ -384,6 +423,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
384
423
|
InputGroupInput: {};
|
|
385
424
|
InputGroupText: {};
|
|
386
425
|
InputGroupTextarea: {};
|
|
426
|
+
InputOtp: {};
|
|
427
|
+
InputOtpField: {};
|
|
428
|
+
InputOtpFieldController: {};
|
|
429
|
+
InputOtpGroup: {};
|
|
430
|
+
InputOtpSeparator: {};
|
|
431
|
+
InputOtpSlot: {};
|
|
387
432
|
inputVariants: {};
|
|
388
433
|
Item: {};
|
|
389
434
|
ItemActions: {};
|
|
@@ -420,6 +465,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
420
465
|
NotFoundCard: {};
|
|
421
466
|
NumberField: {};
|
|
422
467
|
NumberFieldController: {};
|
|
468
|
+
PageHeader: {};
|
|
469
|
+
PageHeaderActions: {};
|
|
470
|
+
PageHeaderDescription: {};
|
|
471
|
+
PageHeaderTitle: {};
|
|
423
472
|
Popover: {};
|
|
424
473
|
PopoverContent: {};
|
|
425
474
|
PopoverTrigger: {};
|
|
@@ -429,6 +478,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
429
478
|
isTypeOnly: true;
|
|
430
479
|
};
|
|
431
480
|
ScrollArea: {};
|
|
481
|
+
Section: {};
|
|
482
|
+
SectionActions: {};
|
|
483
|
+
SectionDescription: {};
|
|
484
|
+
SectionHeader: {};
|
|
485
|
+
SectionTitle: {};
|
|
432
486
|
Select: {};
|
|
433
487
|
SelectField: {};
|
|
434
488
|
SelectFieldController: {};
|
|
@@ -484,7 +538,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
484
538
|
Textarea: {};
|
|
485
539
|
TextareaField: {};
|
|
486
540
|
TextareaFieldController: {};
|
|
541
|
+
Toast: {};
|
|
542
|
+
toast: {};
|
|
543
|
+
ToastAction: {};
|
|
544
|
+
ToastClose: {};
|
|
545
|
+
ToastContent: {};
|
|
546
|
+
ToastDescription: {};
|
|
487
547
|
Toaster: {};
|
|
548
|
+
toastManager: {};
|
|
549
|
+
ToastOptions: {
|
|
550
|
+
isTypeOnly: true;
|
|
551
|
+
};
|
|
552
|
+
ToastPortal: {};
|
|
553
|
+
ToastProvider: {};
|
|
554
|
+
ToastTitle: {};
|
|
555
|
+
ToastType: {
|
|
556
|
+
isTypeOnly: true;
|
|
557
|
+
};
|
|
558
|
+
ToastUpdateOptions: {
|
|
559
|
+
isTypeOnly: true;
|
|
560
|
+
};
|
|
561
|
+
ToastViewport: {};
|
|
488
562
|
Tooltip: {};
|
|
489
563
|
TooltipContent: {};
|
|
490
564
|
TooltipProvider: {};
|
|
@@ -516,6 +590,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
516
590
|
isTypeOnly: true;
|
|
517
591
|
};
|
|
518
592
|
Alert: {};
|
|
593
|
+
AlertAction: {};
|
|
519
594
|
AlertDescription: {};
|
|
520
595
|
AlertTitle: {};
|
|
521
596
|
Autocomplete: {};
|
|
@@ -545,6 +620,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
545
620
|
buttonVariants: {};
|
|
546
621
|
Calendar: {};
|
|
547
622
|
Card: {};
|
|
623
|
+
CardAction: {};
|
|
548
624
|
CardContent: {};
|
|
549
625
|
CardDescription: {};
|
|
550
626
|
CardFooter: {};
|
|
@@ -629,6 +705,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
629
705
|
InputGroupInput: {};
|
|
630
706
|
InputGroupText: {};
|
|
631
707
|
InputGroupTextarea: {};
|
|
708
|
+
InputOtp: {};
|
|
709
|
+
InputOtpField: {};
|
|
710
|
+
InputOtpFieldController: {};
|
|
711
|
+
InputOtpGroup: {};
|
|
712
|
+
InputOtpSeparator: {};
|
|
713
|
+
InputOtpSlot: {};
|
|
632
714
|
inputVariants: {};
|
|
633
715
|
Item: {};
|
|
634
716
|
ItemActions: {};
|
|
@@ -665,6 +747,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
665
747
|
NotFoundCard: {};
|
|
666
748
|
NumberField: {};
|
|
667
749
|
NumberFieldController: {};
|
|
750
|
+
PageHeader: {};
|
|
751
|
+
PageHeaderActions: {};
|
|
752
|
+
PageHeaderDescription: {};
|
|
753
|
+
PageHeaderTitle: {};
|
|
668
754
|
Popover: {};
|
|
669
755
|
PopoverContent: {};
|
|
670
756
|
PopoverTrigger: {};
|
|
@@ -674,6 +760,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
674
760
|
isTypeOnly: true;
|
|
675
761
|
};
|
|
676
762
|
ScrollArea: {};
|
|
763
|
+
Section: {};
|
|
764
|
+
SectionActions: {};
|
|
765
|
+
SectionDescription: {};
|
|
766
|
+
SectionHeader: {};
|
|
767
|
+
SectionTitle: {};
|
|
677
768
|
Select: {};
|
|
678
769
|
SelectField: {};
|
|
679
770
|
SelectFieldController: {};
|
|
@@ -729,7 +820,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
729
820
|
Textarea: {};
|
|
730
821
|
TextareaField: {};
|
|
731
822
|
TextareaFieldController: {};
|
|
823
|
+
Toast: {};
|
|
824
|
+
toast: {};
|
|
825
|
+
ToastAction: {};
|
|
826
|
+
ToastClose: {};
|
|
827
|
+
ToastContent: {};
|
|
828
|
+
ToastDescription: {};
|
|
732
829
|
Toaster: {};
|
|
830
|
+
toastManager: {};
|
|
831
|
+
ToastOptions: {
|
|
832
|
+
isTypeOnly: true;
|
|
833
|
+
};
|
|
834
|
+
ToastPortal: {};
|
|
835
|
+
ToastProvider: {};
|
|
836
|
+
ToastTitle: {};
|
|
837
|
+
ToastType: {
|
|
838
|
+
isTypeOnly: true;
|
|
839
|
+
};
|
|
840
|
+
ToastUpdateOptions: {
|
|
841
|
+
isTypeOnly: true;
|
|
842
|
+
};
|
|
843
|
+
ToastViewport: {};
|
|
733
844
|
Tooltip: {};
|
|
734
845
|
TooltipContent: {};
|
|
735
846
|
TooltipProvider: {};
|
|
@@ -761,6 +872,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
761
872
|
isTypeOnly: true;
|
|
762
873
|
};
|
|
763
874
|
Alert: {};
|
|
875
|
+
AlertAction: {};
|
|
764
876
|
AlertDescription: {};
|
|
765
877
|
AlertTitle: {};
|
|
766
878
|
Autocomplete: {};
|
|
@@ -790,6 +902,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
790
902
|
buttonVariants: {};
|
|
791
903
|
Calendar: {};
|
|
792
904
|
Card: {};
|
|
905
|
+
CardAction: {};
|
|
793
906
|
CardContent: {};
|
|
794
907
|
CardDescription: {};
|
|
795
908
|
CardFooter: {};
|
|
@@ -874,6 +987,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
874
987
|
InputGroupInput: {};
|
|
875
988
|
InputGroupText: {};
|
|
876
989
|
InputGroupTextarea: {};
|
|
990
|
+
InputOtp: {};
|
|
991
|
+
InputOtpField: {};
|
|
992
|
+
InputOtpFieldController: {};
|
|
993
|
+
InputOtpGroup: {};
|
|
994
|
+
InputOtpSeparator: {};
|
|
995
|
+
InputOtpSlot: {};
|
|
877
996
|
inputVariants: {};
|
|
878
997
|
Item: {};
|
|
879
998
|
ItemActions: {};
|
|
@@ -910,6 +1029,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
910
1029
|
NotFoundCard: {};
|
|
911
1030
|
NumberField: {};
|
|
912
1031
|
NumberFieldController: {};
|
|
1032
|
+
PageHeader: {};
|
|
1033
|
+
PageHeaderActions: {};
|
|
1034
|
+
PageHeaderDescription: {};
|
|
1035
|
+
PageHeaderTitle: {};
|
|
913
1036
|
Popover: {};
|
|
914
1037
|
PopoverContent: {};
|
|
915
1038
|
PopoverTrigger: {};
|
|
@@ -919,6 +1042,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
919
1042
|
isTypeOnly: true;
|
|
920
1043
|
};
|
|
921
1044
|
ScrollArea: {};
|
|
1045
|
+
Section: {};
|
|
1046
|
+
SectionActions: {};
|
|
1047
|
+
SectionDescription: {};
|
|
1048
|
+
SectionHeader: {};
|
|
1049
|
+
SectionTitle: {};
|
|
922
1050
|
Select: {};
|
|
923
1051
|
SelectField: {};
|
|
924
1052
|
SelectFieldController: {};
|
|
@@ -974,7 +1102,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
974
1102
|
Textarea: {};
|
|
975
1103
|
TextareaField: {};
|
|
976
1104
|
TextareaFieldController: {};
|
|
1105
|
+
Toast: {};
|
|
1106
|
+
toast: {};
|
|
1107
|
+
ToastAction: {};
|
|
1108
|
+
ToastClose: {};
|
|
1109
|
+
ToastContent: {};
|
|
1110
|
+
ToastDescription: {};
|
|
977
1111
|
Toaster: {};
|
|
1112
|
+
toastManager: {};
|
|
1113
|
+
ToastOptions: {
|
|
1114
|
+
isTypeOnly: true;
|
|
1115
|
+
};
|
|
1116
|
+
ToastPortal: {};
|
|
1117
|
+
ToastProvider: {};
|
|
1118
|
+
ToastTitle: {};
|
|
1119
|
+
ToastType: {
|
|
1120
|
+
isTypeOnly: true;
|
|
1121
|
+
};
|
|
1122
|
+
ToastUpdateOptions: {
|
|
1123
|
+
isTypeOnly: true;
|
|
1124
|
+
};
|
|
1125
|
+
ToastViewport: {};
|
|
978
1126
|
Tooltip: {};
|
|
979
1127
|
TooltipContent: {};
|
|
980
1128
|
TooltipProvider: {};
|
|
@@ -1006,6 +1154,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1006
1154
|
isTypeOnly: true;
|
|
1007
1155
|
};
|
|
1008
1156
|
Alert: {};
|
|
1157
|
+
AlertAction: {};
|
|
1009
1158
|
AlertDescription: {};
|
|
1010
1159
|
AlertTitle: {};
|
|
1011
1160
|
Autocomplete: {};
|
|
@@ -1035,6 +1184,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1035
1184
|
buttonVariants: {};
|
|
1036
1185
|
Calendar: {};
|
|
1037
1186
|
Card: {};
|
|
1187
|
+
CardAction: {};
|
|
1038
1188
|
CardContent: {};
|
|
1039
1189
|
CardDescription: {};
|
|
1040
1190
|
CardFooter: {};
|
|
@@ -1119,6 +1269,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1119
1269
|
InputGroupInput: {};
|
|
1120
1270
|
InputGroupText: {};
|
|
1121
1271
|
InputGroupTextarea: {};
|
|
1272
|
+
InputOtp: {};
|
|
1273
|
+
InputOtpField: {};
|
|
1274
|
+
InputOtpFieldController: {};
|
|
1275
|
+
InputOtpGroup: {};
|
|
1276
|
+
InputOtpSeparator: {};
|
|
1277
|
+
InputOtpSlot: {};
|
|
1122
1278
|
inputVariants: {};
|
|
1123
1279
|
Item: {};
|
|
1124
1280
|
ItemActions: {};
|
|
@@ -1155,6 +1311,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1155
1311
|
NotFoundCard: {};
|
|
1156
1312
|
NumberField: {};
|
|
1157
1313
|
NumberFieldController: {};
|
|
1314
|
+
PageHeader: {};
|
|
1315
|
+
PageHeaderActions: {};
|
|
1316
|
+
PageHeaderDescription: {};
|
|
1317
|
+
PageHeaderTitle: {};
|
|
1158
1318
|
Popover: {};
|
|
1159
1319
|
PopoverContent: {};
|
|
1160
1320
|
PopoverTrigger: {};
|
|
@@ -1164,6 +1324,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1164
1324
|
isTypeOnly: true;
|
|
1165
1325
|
};
|
|
1166
1326
|
ScrollArea: {};
|
|
1327
|
+
Section: {};
|
|
1328
|
+
SectionActions: {};
|
|
1329
|
+
SectionDescription: {};
|
|
1330
|
+
SectionHeader: {};
|
|
1331
|
+
SectionTitle: {};
|
|
1167
1332
|
Select: {};
|
|
1168
1333
|
SelectField: {};
|
|
1169
1334
|
SelectFieldController: {};
|
|
@@ -1219,7 +1384,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1219
1384
|
Textarea: {};
|
|
1220
1385
|
TextareaField: {};
|
|
1221
1386
|
TextareaFieldController: {};
|
|
1387
|
+
Toast: {};
|
|
1388
|
+
toast: {};
|
|
1389
|
+
ToastAction: {};
|
|
1390
|
+
ToastClose: {};
|
|
1391
|
+
ToastContent: {};
|
|
1392
|
+
ToastDescription: {};
|
|
1222
1393
|
Toaster: {};
|
|
1394
|
+
toastManager: {};
|
|
1395
|
+
ToastOptions: {
|
|
1396
|
+
isTypeOnly: true;
|
|
1397
|
+
};
|
|
1398
|
+
ToastPortal: {};
|
|
1399
|
+
ToastProvider: {};
|
|
1400
|
+
ToastTitle: {};
|
|
1401
|
+
ToastType: {
|
|
1402
|
+
isTypeOnly: true;
|
|
1403
|
+
};
|
|
1404
|
+
ToastUpdateOptions: {
|
|
1405
|
+
isTypeOnly: true;
|
|
1406
|
+
};
|
|
1407
|
+
ToastViewport: {};
|
|
1223
1408
|
Tooltip: {};
|
|
1224
1409
|
TooltipContent: {};
|
|
1225
1410
|
TooltipProvider: {};
|
|
@@ -1251,6 +1436,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1251
1436
|
isTypeOnly: true;
|
|
1252
1437
|
};
|
|
1253
1438
|
Alert: {};
|
|
1439
|
+
AlertAction: {};
|
|
1254
1440
|
AlertDescription: {};
|
|
1255
1441
|
AlertTitle: {};
|
|
1256
1442
|
Autocomplete: {};
|
|
@@ -1280,6 +1466,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1280
1466
|
buttonVariants: {};
|
|
1281
1467
|
Calendar: {};
|
|
1282
1468
|
Card: {};
|
|
1469
|
+
CardAction: {};
|
|
1283
1470
|
CardContent: {};
|
|
1284
1471
|
CardDescription: {};
|
|
1285
1472
|
CardFooter: {};
|
|
@@ -1364,6 +1551,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1364
1551
|
InputGroupInput: {};
|
|
1365
1552
|
InputGroupText: {};
|
|
1366
1553
|
InputGroupTextarea: {};
|
|
1554
|
+
InputOtp: {};
|
|
1555
|
+
InputOtpField: {};
|
|
1556
|
+
InputOtpFieldController: {};
|
|
1557
|
+
InputOtpGroup: {};
|
|
1558
|
+
InputOtpSeparator: {};
|
|
1559
|
+
InputOtpSlot: {};
|
|
1367
1560
|
inputVariants: {};
|
|
1368
1561
|
Item: {};
|
|
1369
1562
|
ItemActions: {};
|
|
@@ -1400,6 +1593,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1400
1593
|
NotFoundCard: {};
|
|
1401
1594
|
NumberField: {};
|
|
1402
1595
|
NumberFieldController: {};
|
|
1596
|
+
PageHeader: {};
|
|
1597
|
+
PageHeaderActions: {};
|
|
1598
|
+
PageHeaderDescription: {};
|
|
1599
|
+
PageHeaderTitle: {};
|
|
1403
1600
|
Popover: {};
|
|
1404
1601
|
PopoverContent: {};
|
|
1405
1602
|
PopoverTrigger: {};
|
|
@@ -1409,6 +1606,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1409
1606
|
isTypeOnly: true;
|
|
1410
1607
|
};
|
|
1411
1608
|
ScrollArea: {};
|
|
1609
|
+
Section: {};
|
|
1610
|
+
SectionActions: {};
|
|
1611
|
+
SectionDescription: {};
|
|
1612
|
+
SectionHeader: {};
|
|
1613
|
+
SectionTitle: {};
|
|
1412
1614
|
Select: {};
|
|
1413
1615
|
SelectField: {};
|
|
1414
1616
|
SelectFieldController: {};
|
|
@@ -1464,7 +1666,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_GENERATED: {
|
|
|
1464
1666
|
Textarea: {};
|
|
1465
1667
|
TextareaField: {};
|
|
1466
1668
|
TextareaFieldController: {};
|
|
1669
|
+
Toast: {};
|
|
1670
|
+
toast: {};
|
|
1671
|
+
ToastAction: {};
|
|
1672
|
+
ToastClose: {};
|
|
1673
|
+
ToastContent: {};
|
|
1674
|
+
ToastDescription: {};
|
|
1467
1675
|
Toaster: {};
|
|
1676
|
+
toastManager: {};
|
|
1677
|
+
ToastOptions: {
|
|
1678
|
+
isTypeOnly: true;
|
|
1679
|
+
};
|
|
1680
|
+
ToastPortal: {};
|
|
1681
|
+
ToastProvider: {};
|
|
1682
|
+
ToastTitle: {};
|
|
1683
|
+
ToastType: {
|
|
1684
|
+
isTypeOnly: true;
|
|
1685
|
+
};
|
|
1686
|
+
ToastUpdateOptions: {
|
|
1687
|
+
isTypeOnly: true;
|
|
1688
|
+
};
|
|
1689
|
+
ToastViewport: {};
|
|
1468
1690
|
Tooltip: {};
|
|
1469
1691
|
TooltipContent: {};
|
|
1470
1692
|
TooltipProvider: {};
|
package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
21
21
|
isTypeOnly: true;
|
|
22
22
|
};
|
|
23
23
|
Alert: {};
|
|
24
|
+
AlertAction: {};
|
|
24
25
|
AlertDescription: {};
|
|
25
26
|
AlertTitle: {};
|
|
26
27
|
Autocomplete: {};
|
|
@@ -50,6 +51,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
50
51
|
buttonVariants: {};
|
|
51
52
|
Calendar: {};
|
|
52
53
|
Card: {};
|
|
54
|
+
CardAction: {};
|
|
53
55
|
CardContent: {};
|
|
54
56
|
CardDescription: {};
|
|
55
57
|
CardFooter: {};
|
|
@@ -134,6 +136,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
134
136
|
InputGroupInput: {};
|
|
135
137
|
InputGroupText: {};
|
|
136
138
|
InputGroupTextarea: {};
|
|
139
|
+
InputOtp: {};
|
|
140
|
+
InputOtpField: {};
|
|
141
|
+
InputOtpFieldController: {};
|
|
142
|
+
InputOtpGroup: {};
|
|
143
|
+
InputOtpSeparator: {};
|
|
144
|
+
InputOtpSlot: {};
|
|
137
145
|
inputVariants: {};
|
|
138
146
|
Item: {};
|
|
139
147
|
ItemActions: {};
|
|
@@ -170,6 +178,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
170
178
|
NotFoundCard: {};
|
|
171
179
|
NumberField: {};
|
|
172
180
|
NumberFieldController: {};
|
|
181
|
+
PageHeader: {};
|
|
182
|
+
PageHeaderActions: {};
|
|
183
|
+
PageHeaderDescription: {};
|
|
184
|
+
PageHeaderTitle: {};
|
|
173
185
|
Popover: {};
|
|
174
186
|
PopoverContent: {};
|
|
175
187
|
PopoverTrigger: {};
|
|
@@ -179,6 +191,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
179
191
|
isTypeOnly: true;
|
|
180
192
|
};
|
|
181
193
|
ScrollArea: {};
|
|
194
|
+
Section: {};
|
|
195
|
+
SectionActions: {};
|
|
196
|
+
SectionDescription: {};
|
|
197
|
+
SectionHeader: {};
|
|
198
|
+
SectionTitle: {};
|
|
182
199
|
Select: {};
|
|
183
200
|
SelectField: {};
|
|
184
201
|
SelectFieldController: {};
|
|
@@ -234,7 +251,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_RENDERERS: {
|
|
|
234
251
|
Textarea: {};
|
|
235
252
|
TextareaField: {};
|
|
236
253
|
TextareaFieldController: {};
|
|
254
|
+
Toast: {};
|
|
255
|
+
toast: {};
|
|
256
|
+
ToastAction: {};
|
|
257
|
+
ToastClose: {};
|
|
258
|
+
ToastContent: {};
|
|
259
|
+
ToastDescription: {};
|
|
237
260
|
Toaster: {};
|
|
261
|
+
toastManager: {};
|
|
262
|
+
ToastOptions: {
|
|
263
|
+
isTypeOnly: true;
|
|
264
|
+
};
|
|
265
|
+
ToastPortal: {};
|
|
266
|
+
ToastProvider: {};
|
|
267
|
+
ToastTitle: {};
|
|
268
|
+
ToastType: {
|
|
269
|
+
isTypeOnly: true;
|
|
270
|
+
};
|
|
271
|
+
ToastUpdateOptions: {
|
|
272
|
+
isTypeOnly: true;
|
|
273
|
+
};
|
|
274
|
+
ToastViewport: {};
|
|
238
275
|
Tooltip: {};
|
|
239
276
|
TooltipContent: {};
|
|
240
277
|
TooltipProvider: {};
|