@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
|
@@ -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: {};
|
|
@@ -122,6 +124,12 @@ export declare const pagesGroup: {
|
|
|
122
124
|
InputGroupInput: {};
|
|
123
125
|
InputGroupText: {};
|
|
124
126
|
InputGroupTextarea: {};
|
|
127
|
+
InputOtp: {};
|
|
128
|
+
InputOtpField: {};
|
|
129
|
+
InputOtpFieldController: {};
|
|
130
|
+
InputOtpGroup: {};
|
|
131
|
+
InputOtpSeparator: {};
|
|
132
|
+
InputOtpSlot: {};
|
|
125
133
|
inputVariants: {};
|
|
126
134
|
Item: {};
|
|
127
135
|
ItemActions: {};
|
|
@@ -158,6 +166,10 @@ export declare const pagesGroup: {
|
|
|
158
166
|
NotFoundCard: {};
|
|
159
167
|
NumberField: {};
|
|
160
168
|
NumberFieldController: {};
|
|
169
|
+
PageHeader: {};
|
|
170
|
+
PageHeaderActions: {};
|
|
171
|
+
PageHeaderDescription: {};
|
|
172
|
+
PageHeaderTitle: {};
|
|
161
173
|
Popover: {};
|
|
162
174
|
PopoverContent: {};
|
|
163
175
|
PopoverTrigger: {};
|
|
@@ -167,6 +179,11 @@ export declare const pagesGroup: {
|
|
|
167
179
|
isTypeOnly: true;
|
|
168
180
|
};
|
|
169
181
|
ScrollArea: {};
|
|
182
|
+
Section: {};
|
|
183
|
+
SectionActions: {};
|
|
184
|
+
SectionDescription: {};
|
|
185
|
+
SectionHeader: {};
|
|
186
|
+
SectionTitle: {};
|
|
170
187
|
Select: {};
|
|
171
188
|
SelectField: {};
|
|
172
189
|
SelectFieldController: {};
|
|
@@ -222,7 +239,27 @@ export declare const pagesGroup: {
|
|
|
222
239
|
Textarea: {};
|
|
223
240
|
TextareaField: {};
|
|
224
241
|
TextareaFieldController: {};
|
|
242
|
+
Toast: {};
|
|
243
|
+
toast: {};
|
|
244
|
+
ToastAction: {};
|
|
245
|
+
ToastClose: {};
|
|
246
|
+
ToastContent: {};
|
|
247
|
+
ToastDescription: {};
|
|
225
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: {};
|
|
226
263
|
Tooltip: {};
|
|
227
264
|
TooltipContent: {};
|
|
228
265
|
TooltipProvider: {};
|
|
@@ -254,6 +291,7 @@ export declare const pagesGroup: {
|
|
|
254
291
|
isTypeOnly: true;
|
|
255
292
|
};
|
|
256
293
|
Alert: {};
|
|
294
|
+
AlertAction: {};
|
|
257
295
|
AlertDescription: {};
|
|
258
296
|
AlertTitle: {};
|
|
259
297
|
Autocomplete: {};
|
|
@@ -283,6 +321,7 @@ export declare const pagesGroup: {
|
|
|
283
321
|
buttonVariants: {};
|
|
284
322
|
Calendar: {};
|
|
285
323
|
Card: {};
|
|
324
|
+
CardAction: {};
|
|
286
325
|
CardContent: {};
|
|
287
326
|
CardDescription: {};
|
|
288
327
|
CardFooter: {};
|
|
@@ -367,6 +406,12 @@ export declare const pagesGroup: {
|
|
|
367
406
|
InputGroupInput: {};
|
|
368
407
|
InputGroupText: {};
|
|
369
408
|
InputGroupTextarea: {};
|
|
409
|
+
InputOtp: {};
|
|
410
|
+
InputOtpField: {};
|
|
411
|
+
InputOtpFieldController: {};
|
|
412
|
+
InputOtpGroup: {};
|
|
413
|
+
InputOtpSeparator: {};
|
|
414
|
+
InputOtpSlot: {};
|
|
370
415
|
inputVariants: {};
|
|
371
416
|
Item: {};
|
|
372
417
|
ItemActions: {};
|
|
@@ -403,6 +448,10 @@ export declare const pagesGroup: {
|
|
|
403
448
|
NotFoundCard: {};
|
|
404
449
|
NumberField: {};
|
|
405
450
|
NumberFieldController: {};
|
|
451
|
+
PageHeader: {};
|
|
452
|
+
PageHeaderActions: {};
|
|
453
|
+
PageHeaderDescription: {};
|
|
454
|
+
PageHeaderTitle: {};
|
|
406
455
|
Popover: {};
|
|
407
456
|
PopoverContent: {};
|
|
408
457
|
PopoverTrigger: {};
|
|
@@ -412,6 +461,11 @@ export declare const pagesGroup: {
|
|
|
412
461
|
isTypeOnly: true;
|
|
413
462
|
};
|
|
414
463
|
ScrollArea: {};
|
|
464
|
+
Section: {};
|
|
465
|
+
SectionActions: {};
|
|
466
|
+
SectionDescription: {};
|
|
467
|
+
SectionHeader: {};
|
|
468
|
+
SectionTitle: {};
|
|
415
469
|
Select: {};
|
|
416
470
|
SelectField: {};
|
|
417
471
|
SelectFieldController: {};
|
|
@@ -467,7 +521,27 @@ export declare const pagesGroup: {
|
|
|
467
521
|
Textarea: {};
|
|
468
522
|
TextareaField: {};
|
|
469
523
|
TextareaFieldController: {};
|
|
524
|
+
Toast: {};
|
|
525
|
+
toast: {};
|
|
526
|
+
ToastAction: {};
|
|
527
|
+
ToastClose: {};
|
|
528
|
+
ToastContent: {};
|
|
529
|
+
ToastDescription: {};
|
|
470
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: {};
|
|
471
545
|
Tooltip: {};
|
|
472
546
|
TooltipContent: {};
|
|
473
547
|
TooltipProvider: {};
|
|
@@ -499,6 +573,7 @@ export declare const pagesGroup: {
|
|
|
499
573
|
isTypeOnly: true;
|
|
500
574
|
};
|
|
501
575
|
Alert: {};
|
|
576
|
+
AlertAction: {};
|
|
502
577
|
AlertDescription: {};
|
|
503
578
|
AlertTitle: {};
|
|
504
579
|
Autocomplete: {};
|
|
@@ -528,6 +603,7 @@ export declare const pagesGroup: {
|
|
|
528
603
|
buttonVariants: {};
|
|
529
604
|
Calendar: {};
|
|
530
605
|
Card: {};
|
|
606
|
+
CardAction: {};
|
|
531
607
|
CardContent: {};
|
|
532
608
|
CardDescription: {};
|
|
533
609
|
CardFooter: {};
|
|
@@ -612,6 +688,12 @@ export declare const pagesGroup: {
|
|
|
612
688
|
InputGroupInput: {};
|
|
613
689
|
InputGroupText: {};
|
|
614
690
|
InputGroupTextarea: {};
|
|
691
|
+
InputOtp: {};
|
|
692
|
+
InputOtpField: {};
|
|
693
|
+
InputOtpFieldController: {};
|
|
694
|
+
InputOtpGroup: {};
|
|
695
|
+
InputOtpSeparator: {};
|
|
696
|
+
InputOtpSlot: {};
|
|
615
697
|
inputVariants: {};
|
|
616
698
|
Item: {};
|
|
617
699
|
ItemActions: {};
|
|
@@ -648,6 +730,10 @@ export declare const pagesGroup: {
|
|
|
648
730
|
NotFoundCard: {};
|
|
649
731
|
NumberField: {};
|
|
650
732
|
NumberFieldController: {};
|
|
733
|
+
PageHeader: {};
|
|
734
|
+
PageHeaderActions: {};
|
|
735
|
+
PageHeaderDescription: {};
|
|
736
|
+
PageHeaderTitle: {};
|
|
651
737
|
Popover: {};
|
|
652
738
|
PopoverContent: {};
|
|
653
739
|
PopoverTrigger: {};
|
|
@@ -657,6 +743,11 @@ export declare const pagesGroup: {
|
|
|
657
743
|
isTypeOnly: true;
|
|
658
744
|
};
|
|
659
745
|
ScrollArea: {};
|
|
746
|
+
Section: {};
|
|
747
|
+
SectionActions: {};
|
|
748
|
+
SectionDescription: {};
|
|
749
|
+
SectionHeader: {};
|
|
750
|
+
SectionTitle: {};
|
|
660
751
|
Select: {};
|
|
661
752
|
SelectField: {};
|
|
662
753
|
SelectFieldController: {};
|
|
@@ -712,7 +803,27 @@ export declare const pagesGroup: {
|
|
|
712
803
|
Textarea: {};
|
|
713
804
|
TextareaField: {};
|
|
714
805
|
TextareaFieldController: {};
|
|
806
|
+
Toast: {};
|
|
807
|
+
toast: {};
|
|
808
|
+
ToastAction: {};
|
|
809
|
+
ToastClose: {};
|
|
810
|
+
ToastContent: {};
|
|
811
|
+
ToastDescription: {};
|
|
715
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: {};
|
|
716
827
|
Tooltip: {};
|
|
717
828
|
TooltipContent: {};
|
|
718
829
|
TooltipProvider: {};
|
|
@@ -744,6 +855,7 @@ export declare const pagesGroup: {
|
|
|
744
855
|
isTypeOnly: true;
|
|
745
856
|
};
|
|
746
857
|
Alert: {};
|
|
858
|
+
AlertAction: {};
|
|
747
859
|
AlertDescription: {};
|
|
748
860
|
AlertTitle: {};
|
|
749
861
|
Autocomplete: {};
|
|
@@ -773,6 +885,7 @@ export declare const pagesGroup: {
|
|
|
773
885
|
buttonVariants: {};
|
|
774
886
|
Calendar: {};
|
|
775
887
|
Card: {};
|
|
888
|
+
CardAction: {};
|
|
776
889
|
CardContent: {};
|
|
777
890
|
CardDescription: {};
|
|
778
891
|
CardFooter: {};
|
|
@@ -857,6 +970,12 @@ export declare const pagesGroup: {
|
|
|
857
970
|
InputGroupInput: {};
|
|
858
971
|
InputGroupText: {};
|
|
859
972
|
InputGroupTextarea: {};
|
|
973
|
+
InputOtp: {};
|
|
974
|
+
InputOtpField: {};
|
|
975
|
+
InputOtpFieldController: {};
|
|
976
|
+
InputOtpGroup: {};
|
|
977
|
+
InputOtpSeparator: {};
|
|
978
|
+
InputOtpSlot: {};
|
|
860
979
|
inputVariants: {};
|
|
861
980
|
Item: {};
|
|
862
981
|
ItemActions: {};
|
|
@@ -893,6 +1012,10 @@ export declare const pagesGroup: {
|
|
|
893
1012
|
NotFoundCard: {};
|
|
894
1013
|
NumberField: {};
|
|
895
1014
|
NumberFieldController: {};
|
|
1015
|
+
PageHeader: {};
|
|
1016
|
+
PageHeaderActions: {};
|
|
1017
|
+
PageHeaderDescription: {};
|
|
1018
|
+
PageHeaderTitle: {};
|
|
896
1019
|
Popover: {};
|
|
897
1020
|
PopoverContent: {};
|
|
898
1021
|
PopoverTrigger: {};
|
|
@@ -902,6 +1025,11 @@ export declare const pagesGroup: {
|
|
|
902
1025
|
isTypeOnly: true;
|
|
903
1026
|
};
|
|
904
1027
|
ScrollArea: {};
|
|
1028
|
+
Section: {};
|
|
1029
|
+
SectionActions: {};
|
|
1030
|
+
SectionDescription: {};
|
|
1031
|
+
SectionHeader: {};
|
|
1032
|
+
SectionTitle: {};
|
|
905
1033
|
Select: {};
|
|
906
1034
|
SelectField: {};
|
|
907
1035
|
SelectFieldController: {};
|
|
@@ -957,7 +1085,27 @@ export declare const pagesGroup: {
|
|
|
957
1085
|
Textarea: {};
|
|
958
1086
|
TextareaField: {};
|
|
959
1087
|
TextareaFieldController: {};
|
|
1088
|
+
Toast: {};
|
|
1089
|
+
toast: {};
|
|
1090
|
+
ToastAction: {};
|
|
1091
|
+
ToastClose: {};
|
|
1092
|
+
ToastContent: {};
|
|
1093
|
+
ToastDescription: {};
|
|
960
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: {};
|
|
961
1109
|
Tooltip: {};
|
|
962
1110
|
TooltipContent: {};
|
|
963
1111
|
TooltipProvider: {};
|
|
@@ -989,6 +1137,7 @@ export declare const pagesGroup: {
|
|
|
989
1137
|
isTypeOnly: true;
|
|
990
1138
|
};
|
|
991
1139
|
Alert: {};
|
|
1140
|
+
AlertAction: {};
|
|
992
1141
|
AlertDescription: {};
|
|
993
1142
|
AlertTitle: {};
|
|
994
1143
|
Autocomplete: {};
|
|
@@ -1018,6 +1167,7 @@ export declare const pagesGroup: {
|
|
|
1018
1167
|
buttonVariants: {};
|
|
1019
1168
|
Calendar: {};
|
|
1020
1169
|
Card: {};
|
|
1170
|
+
CardAction: {};
|
|
1021
1171
|
CardContent: {};
|
|
1022
1172
|
CardDescription: {};
|
|
1023
1173
|
CardFooter: {};
|
|
@@ -1102,6 +1252,12 @@ export declare const pagesGroup: {
|
|
|
1102
1252
|
InputGroupInput: {};
|
|
1103
1253
|
InputGroupText: {};
|
|
1104
1254
|
InputGroupTextarea: {};
|
|
1255
|
+
InputOtp: {};
|
|
1256
|
+
InputOtpField: {};
|
|
1257
|
+
InputOtpFieldController: {};
|
|
1258
|
+
InputOtpGroup: {};
|
|
1259
|
+
InputOtpSeparator: {};
|
|
1260
|
+
InputOtpSlot: {};
|
|
1105
1261
|
inputVariants: {};
|
|
1106
1262
|
Item: {};
|
|
1107
1263
|
ItemActions: {};
|
|
@@ -1138,6 +1294,10 @@ export declare const pagesGroup: {
|
|
|
1138
1294
|
NotFoundCard: {};
|
|
1139
1295
|
NumberField: {};
|
|
1140
1296
|
NumberFieldController: {};
|
|
1297
|
+
PageHeader: {};
|
|
1298
|
+
PageHeaderActions: {};
|
|
1299
|
+
PageHeaderDescription: {};
|
|
1300
|
+
PageHeaderTitle: {};
|
|
1141
1301
|
Popover: {};
|
|
1142
1302
|
PopoverContent: {};
|
|
1143
1303
|
PopoverTrigger: {};
|
|
@@ -1147,6 +1307,11 @@ export declare const pagesGroup: {
|
|
|
1147
1307
|
isTypeOnly: true;
|
|
1148
1308
|
};
|
|
1149
1309
|
ScrollArea: {};
|
|
1310
|
+
Section: {};
|
|
1311
|
+
SectionActions: {};
|
|
1312
|
+
SectionDescription: {};
|
|
1313
|
+
SectionHeader: {};
|
|
1314
|
+
SectionTitle: {};
|
|
1150
1315
|
Select: {};
|
|
1151
1316
|
SelectField: {};
|
|
1152
1317
|
SelectFieldController: {};
|
|
@@ -1202,7 +1367,27 @@ export declare const pagesGroup: {
|
|
|
1202
1367
|
Textarea: {};
|
|
1203
1368
|
TextareaField: {};
|
|
1204
1369
|
TextareaFieldController: {};
|
|
1370
|
+
Toast: {};
|
|
1371
|
+
toast: {};
|
|
1372
|
+
ToastAction: {};
|
|
1373
|
+
ToastClose: {};
|
|
1374
|
+
ToastContent: {};
|
|
1375
|
+
ToastDescription: {};
|
|
1205
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: {};
|
|
1206
1391
|
Tooltip: {};
|
|
1207
1392
|
TooltipContent: {};
|
|
1208
1393
|
TooltipProvider: {};
|
|
@@ -1237,6 +1422,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1237
1422
|
isTypeOnly: true;
|
|
1238
1423
|
};
|
|
1239
1424
|
Alert: {};
|
|
1425
|
+
AlertAction: {};
|
|
1240
1426
|
AlertDescription: {};
|
|
1241
1427
|
AlertTitle: {};
|
|
1242
1428
|
Autocomplete: {};
|
|
@@ -1266,6 +1452,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1266
1452
|
buttonVariants: {};
|
|
1267
1453
|
Calendar: {};
|
|
1268
1454
|
Card: {};
|
|
1455
|
+
CardAction: {};
|
|
1269
1456
|
CardContent: {};
|
|
1270
1457
|
CardDescription: {};
|
|
1271
1458
|
CardFooter: {};
|
|
@@ -1350,6 +1537,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1350
1537
|
InputGroupInput: {};
|
|
1351
1538
|
InputGroupText: {};
|
|
1352
1539
|
InputGroupTextarea: {};
|
|
1540
|
+
InputOtp: {};
|
|
1541
|
+
InputOtpField: {};
|
|
1542
|
+
InputOtpFieldController: {};
|
|
1543
|
+
InputOtpGroup: {};
|
|
1544
|
+
InputOtpSeparator: {};
|
|
1545
|
+
InputOtpSlot: {};
|
|
1353
1546
|
inputVariants: {};
|
|
1354
1547
|
Item: {};
|
|
1355
1548
|
ItemActions: {};
|
|
@@ -1386,6 +1579,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1386
1579
|
NotFoundCard: {};
|
|
1387
1580
|
NumberField: {};
|
|
1388
1581
|
NumberFieldController: {};
|
|
1582
|
+
PageHeader: {};
|
|
1583
|
+
PageHeaderActions: {};
|
|
1584
|
+
PageHeaderDescription: {};
|
|
1585
|
+
PageHeaderTitle: {};
|
|
1389
1586
|
Popover: {};
|
|
1390
1587
|
PopoverContent: {};
|
|
1391
1588
|
PopoverTrigger: {};
|
|
@@ -1395,6 +1592,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1395
1592
|
isTypeOnly: true;
|
|
1396
1593
|
};
|
|
1397
1594
|
ScrollArea: {};
|
|
1595
|
+
Section: {};
|
|
1596
|
+
SectionActions: {};
|
|
1597
|
+
SectionDescription: {};
|
|
1598
|
+
SectionHeader: {};
|
|
1599
|
+
SectionTitle: {};
|
|
1398
1600
|
Select: {};
|
|
1399
1601
|
SelectField: {};
|
|
1400
1602
|
SelectFieldController: {};
|
|
@@ -1450,7 +1652,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1450
1652
|
Textarea: {};
|
|
1451
1653
|
TextareaField: {};
|
|
1452
1654
|
TextareaFieldController: {};
|
|
1655
|
+
Toast: {};
|
|
1656
|
+
toast: {};
|
|
1657
|
+
ToastAction: {};
|
|
1658
|
+
ToastClose: {};
|
|
1659
|
+
ToastContent: {};
|
|
1660
|
+
ToastDescription: {};
|
|
1453
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: {};
|
|
1454
1676
|
Tooltip: {};
|
|
1455
1677
|
TooltipContent: {};
|
|
1456
1678
|
TooltipProvider: {};
|
|
@@ -1482,6 +1704,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1482
1704
|
isTypeOnly: true;
|
|
1483
1705
|
};
|
|
1484
1706
|
Alert: {};
|
|
1707
|
+
AlertAction: {};
|
|
1485
1708
|
AlertDescription: {};
|
|
1486
1709
|
AlertTitle: {};
|
|
1487
1710
|
Autocomplete: {};
|
|
@@ -1511,6 +1734,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1511
1734
|
buttonVariants: {};
|
|
1512
1735
|
Calendar: {};
|
|
1513
1736
|
Card: {};
|
|
1737
|
+
CardAction: {};
|
|
1514
1738
|
CardContent: {};
|
|
1515
1739
|
CardDescription: {};
|
|
1516
1740
|
CardFooter: {};
|
|
@@ -1595,6 +1819,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1595
1819
|
InputGroupInput: {};
|
|
1596
1820
|
InputGroupText: {};
|
|
1597
1821
|
InputGroupTextarea: {};
|
|
1822
|
+
InputOtp: {};
|
|
1823
|
+
InputOtpField: {};
|
|
1824
|
+
InputOtpFieldController: {};
|
|
1825
|
+
InputOtpGroup: {};
|
|
1826
|
+
InputOtpSeparator: {};
|
|
1827
|
+
InputOtpSlot: {};
|
|
1598
1828
|
inputVariants: {};
|
|
1599
1829
|
Item: {};
|
|
1600
1830
|
ItemActions: {};
|
|
@@ -1631,6 +1861,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1631
1861
|
NotFoundCard: {};
|
|
1632
1862
|
NumberField: {};
|
|
1633
1863
|
NumberFieldController: {};
|
|
1864
|
+
PageHeader: {};
|
|
1865
|
+
PageHeaderActions: {};
|
|
1866
|
+
PageHeaderDescription: {};
|
|
1867
|
+
PageHeaderTitle: {};
|
|
1634
1868
|
Popover: {};
|
|
1635
1869
|
PopoverContent: {};
|
|
1636
1870
|
PopoverTrigger: {};
|
|
@@ -1640,6 +1874,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1640
1874
|
isTypeOnly: true;
|
|
1641
1875
|
};
|
|
1642
1876
|
ScrollArea: {};
|
|
1877
|
+
Section: {};
|
|
1878
|
+
SectionActions: {};
|
|
1879
|
+
SectionDescription: {};
|
|
1880
|
+
SectionHeader: {};
|
|
1881
|
+
SectionTitle: {};
|
|
1643
1882
|
Select: {};
|
|
1644
1883
|
SelectField: {};
|
|
1645
1884
|
SelectFieldController: {};
|
|
@@ -1695,7 +1934,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1695
1934
|
Textarea: {};
|
|
1696
1935
|
TextareaField: {};
|
|
1697
1936
|
TextareaFieldController: {};
|
|
1937
|
+
Toast: {};
|
|
1938
|
+
toast: {};
|
|
1939
|
+
ToastAction: {};
|
|
1940
|
+
ToastClose: {};
|
|
1941
|
+
ToastContent: {};
|
|
1942
|
+
ToastDescription: {};
|
|
1698
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: {};
|
|
1699
1958
|
Tooltip: {};
|
|
1700
1959
|
TooltipContent: {};
|
|
1701
1960
|
TooltipProvider: {};
|
|
@@ -1727,6 +1986,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1727
1986
|
isTypeOnly: true;
|
|
1728
1987
|
};
|
|
1729
1988
|
Alert: {};
|
|
1989
|
+
AlertAction: {};
|
|
1730
1990
|
AlertDescription: {};
|
|
1731
1991
|
AlertTitle: {};
|
|
1732
1992
|
Autocomplete: {};
|
|
@@ -1756,6 +2016,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1756
2016
|
buttonVariants: {};
|
|
1757
2017
|
Calendar: {};
|
|
1758
2018
|
Card: {};
|
|
2019
|
+
CardAction: {};
|
|
1759
2020
|
CardContent: {};
|
|
1760
2021
|
CardDescription: {};
|
|
1761
2022
|
CardFooter: {};
|
|
@@ -1840,6 +2101,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1840
2101
|
InputGroupInput: {};
|
|
1841
2102
|
InputGroupText: {};
|
|
1842
2103
|
InputGroupTextarea: {};
|
|
2104
|
+
InputOtp: {};
|
|
2105
|
+
InputOtpField: {};
|
|
2106
|
+
InputOtpFieldController: {};
|
|
2107
|
+
InputOtpGroup: {};
|
|
2108
|
+
InputOtpSeparator: {};
|
|
2109
|
+
InputOtpSlot: {};
|
|
1843
2110
|
inputVariants: {};
|
|
1844
2111
|
Item: {};
|
|
1845
2112
|
ItemActions: {};
|
|
@@ -1876,6 +2143,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1876
2143
|
NotFoundCard: {};
|
|
1877
2144
|
NumberField: {};
|
|
1878
2145
|
NumberFieldController: {};
|
|
2146
|
+
PageHeader: {};
|
|
2147
|
+
PageHeaderActions: {};
|
|
2148
|
+
PageHeaderDescription: {};
|
|
2149
|
+
PageHeaderTitle: {};
|
|
1879
2150
|
Popover: {};
|
|
1880
2151
|
PopoverContent: {};
|
|
1881
2152
|
PopoverTrigger: {};
|
|
@@ -1885,6 +2156,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1885
2156
|
isTypeOnly: true;
|
|
1886
2157
|
};
|
|
1887
2158
|
ScrollArea: {};
|
|
2159
|
+
Section: {};
|
|
2160
|
+
SectionActions: {};
|
|
2161
|
+
SectionDescription: {};
|
|
2162
|
+
SectionHeader: {};
|
|
2163
|
+
SectionTitle: {};
|
|
1888
2164
|
Select: {};
|
|
1889
2165
|
SelectField: {};
|
|
1890
2166
|
SelectFieldController: {};
|
|
@@ -1940,7 +2216,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1940
2216
|
Textarea: {};
|
|
1941
2217
|
TextareaField: {};
|
|
1942
2218
|
TextareaFieldController: {};
|
|
2219
|
+
Toast: {};
|
|
2220
|
+
toast: {};
|
|
2221
|
+
ToastAction: {};
|
|
2222
|
+
ToastClose: {};
|
|
2223
|
+
ToastContent: {};
|
|
2224
|
+
ToastDescription: {};
|
|
1943
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: {};
|
|
1944
2240
|
Tooltip: {};
|
|
1945
2241
|
TooltipContent: {};
|
|
1946
2242
|
TooltipProvider: {};
|
|
@@ -1972,6 +2268,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
1972
2268
|
isTypeOnly: true;
|
|
1973
2269
|
};
|
|
1974
2270
|
Alert: {};
|
|
2271
|
+
AlertAction: {};
|
|
1975
2272
|
AlertDescription: {};
|
|
1976
2273
|
AlertTitle: {};
|
|
1977
2274
|
Autocomplete: {};
|
|
@@ -2001,6 +2298,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2001
2298
|
buttonVariants: {};
|
|
2002
2299
|
Calendar: {};
|
|
2003
2300
|
Card: {};
|
|
2301
|
+
CardAction: {};
|
|
2004
2302
|
CardContent: {};
|
|
2005
2303
|
CardDescription: {};
|
|
2006
2304
|
CardFooter: {};
|
|
@@ -2085,6 +2383,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2085
2383
|
InputGroupInput: {};
|
|
2086
2384
|
InputGroupText: {};
|
|
2087
2385
|
InputGroupTextarea: {};
|
|
2386
|
+
InputOtp: {};
|
|
2387
|
+
InputOtpField: {};
|
|
2388
|
+
InputOtpFieldController: {};
|
|
2389
|
+
InputOtpGroup: {};
|
|
2390
|
+
InputOtpSeparator: {};
|
|
2391
|
+
InputOtpSlot: {};
|
|
2088
2392
|
inputVariants: {};
|
|
2089
2393
|
Item: {};
|
|
2090
2394
|
ItemActions: {};
|
|
@@ -2121,6 +2425,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2121
2425
|
NotFoundCard: {};
|
|
2122
2426
|
NumberField: {};
|
|
2123
2427
|
NumberFieldController: {};
|
|
2428
|
+
PageHeader: {};
|
|
2429
|
+
PageHeaderActions: {};
|
|
2430
|
+
PageHeaderDescription: {};
|
|
2431
|
+
PageHeaderTitle: {};
|
|
2124
2432
|
Popover: {};
|
|
2125
2433
|
PopoverContent: {};
|
|
2126
2434
|
PopoverTrigger: {};
|
|
@@ -2130,6 +2438,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2130
2438
|
isTypeOnly: true;
|
|
2131
2439
|
};
|
|
2132
2440
|
ScrollArea: {};
|
|
2441
|
+
Section: {};
|
|
2442
|
+
SectionActions: {};
|
|
2443
|
+
SectionDescription: {};
|
|
2444
|
+
SectionHeader: {};
|
|
2445
|
+
SectionTitle: {};
|
|
2133
2446
|
Select: {};
|
|
2134
2447
|
SelectField: {};
|
|
2135
2448
|
SelectFieldController: {};
|
|
@@ -2185,7 +2498,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2185
2498
|
Textarea: {};
|
|
2186
2499
|
TextareaField: {};
|
|
2187
2500
|
TextareaFieldController: {};
|
|
2501
|
+
Toast: {};
|
|
2502
|
+
toast: {};
|
|
2503
|
+
ToastAction: {};
|
|
2504
|
+
ToastClose: {};
|
|
2505
|
+
ToastContent: {};
|
|
2506
|
+
ToastDescription: {};
|
|
2188
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: {};
|
|
2189
2522
|
Tooltip: {};
|
|
2190
2523
|
TooltipContent: {};
|
|
2191
2524
|
TooltipProvider: {};
|
|
@@ -2217,6 +2550,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2217
2550
|
isTypeOnly: true;
|
|
2218
2551
|
};
|
|
2219
2552
|
Alert: {};
|
|
2553
|
+
AlertAction: {};
|
|
2220
2554
|
AlertDescription: {};
|
|
2221
2555
|
AlertTitle: {};
|
|
2222
2556
|
Autocomplete: {};
|
|
@@ -2246,6 +2580,7 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2246
2580
|
buttonVariants: {};
|
|
2247
2581
|
Calendar: {};
|
|
2248
2582
|
Card: {};
|
|
2583
|
+
CardAction: {};
|
|
2249
2584
|
CardContent: {};
|
|
2250
2585
|
CardDescription: {};
|
|
2251
2586
|
CardFooter: {};
|
|
@@ -2330,6 +2665,12 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2330
2665
|
InputGroupInput: {};
|
|
2331
2666
|
InputGroupText: {};
|
|
2332
2667
|
InputGroupTextarea: {};
|
|
2668
|
+
InputOtp: {};
|
|
2669
|
+
InputOtpField: {};
|
|
2670
|
+
InputOtpFieldController: {};
|
|
2671
|
+
InputOtpGroup: {};
|
|
2672
|
+
InputOtpSeparator: {};
|
|
2673
|
+
InputOtpSlot: {};
|
|
2333
2674
|
inputVariants: {};
|
|
2334
2675
|
Item: {};
|
|
2335
2676
|
ItemActions: {};
|
|
@@ -2366,6 +2707,10 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2366
2707
|
NotFoundCard: {};
|
|
2367
2708
|
NumberField: {};
|
|
2368
2709
|
NumberFieldController: {};
|
|
2710
|
+
PageHeader: {};
|
|
2711
|
+
PageHeaderActions: {};
|
|
2712
|
+
PageHeaderDescription: {};
|
|
2713
|
+
PageHeaderTitle: {};
|
|
2369
2714
|
Popover: {};
|
|
2370
2715
|
PopoverContent: {};
|
|
2371
2716
|
PopoverTrigger: {};
|
|
@@ -2375,6 +2720,11 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2375
2720
|
isTypeOnly: true;
|
|
2376
2721
|
};
|
|
2377
2722
|
ScrollArea: {};
|
|
2723
|
+
Section: {};
|
|
2724
|
+
SectionActions: {};
|
|
2725
|
+
SectionDescription: {};
|
|
2726
|
+
SectionHeader: {};
|
|
2727
|
+
SectionTitle: {};
|
|
2378
2728
|
Select: {};
|
|
2379
2729
|
SelectField: {};
|
|
2380
2730
|
SelectFieldController: {};
|
|
@@ -2430,7 +2780,27 @@ export declare const BETTER_AUTH_BETTER_AUTH_PAGES_TEMPLATES: {
|
|
|
2430
2780
|
Textarea: {};
|
|
2431
2781
|
TextareaField: {};
|
|
2432
2782
|
TextareaFieldController: {};
|
|
2783
|
+
Toast: {};
|
|
2784
|
+
toast: {};
|
|
2785
|
+
ToastAction: {};
|
|
2786
|
+
ToastClose: {};
|
|
2787
|
+
ToastContent: {};
|
|
2788
|
+
ToastDescription: {};
|
|
2433
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: {};
|
|
2434
2804
|
Tooltip: {};
|
|
2435
2805
|
TooltipContent: {};
|
|
2436
2806
|
TooltipProvider: {};
|