better-auth-ui 3.2.24 → 3.2.25

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.
@@ -6434,4 +6434,4 @@ type AuthHooks = {
6434
6434
  useIsRestoring?: () => boolean;
6435
6435
  };
6436
6436
 
6437
- export type { AnyAuthClient as A, Refetch as R, Session as S, User as U, AuthClient as a, AuthHooks as b };
6437
+ export type { AnyAuthClient as A, Invitation as I, Refetch as R, Session as S, User as U, AuthClient as a, AuthHooks as b };
@@ -6434,4 +6434,4 @@ type AuthHooks = {
6434
6434
  useIsRestoring?: () => boolean;
6435
6435
  };
6436
6436
 
6437
- export type { AnyAuthClient as A, Refetch as R, Session as S, User as U, AuthClient as a, AuthHooks as b };
6437
+ export type { AnyAuthClient as A, Invitation as I, Refetch as R, Session as S, User as U, AuthClient as a, AuthHooks as b };
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import { ComponentType, ReactNode } from 'react';
4
4
  import { f as AccountViewPaths, P as PasswordValidation, g as OrganizationViewPaths, h as authLocalization, c as AuthViewPaths, A as AuthLocalization } from './view-paths-CIL7NXLh.js';
5
- import { a as AuthClient, b as AuthHooks, A as AnyAuthClient } from './auth-hooks-D1E_PPHU.js';
5
+ import { a as AuthClient, b as AuthHooks, A as AnyAuthClient } from './auth-hooks-Kg4U0adj.js';
6
6
  import { A as AuthMutators } from './auth-mutators-DdqOmQ32.js';
7
7
  import { SocialProvider } from 'better-auth/social-providers';
8
8
 
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
  import { ComponentType, ReactNode } from 'react';
4
4
  import { f as AccountViewPaths, P as PasswordValidation, g as OrganizationViewPaths, h as authLocalization, c as AuthViewPaths, A as AuthLocalization } from './view-paths-CIL7NXLh.cjs';
5
- import { a as AuthClient, b as AuthHooks, A as AnyAuthClient } from './auth-hooks-D1E_PPHU.cjs';
5
+ import { a as AuthClient, b as AuthHooks, A as AnyAuthClient } from './auth-hooks-Kg4U0adj.cjs';
6
6
  import { A as AuthMutators } from './auth-mutators-DdqOmQ32.cjs';
7
7
  import { SocialProvider } from 'better-auth/social-providers';
8
8
 
package/dist/index.d.cts CHANGED
@@ -8,12 +8,12 @@ import * as DialogPrimitive from '@radix-ui/react-dialog';
8
8
  import { Organization } from 'better-auth/plugins/organization';
9
9
  import * as class_variance_authority_types from 'class-variance-authority/types';
10
10
  import { VariantProps } from 'class-variance-authority';
11
- import { F as FieldType, G as GravatarOptions } from './auth-ui-provider-DKxo3JAh.cjs';
12
- export { p as AccountOptions, q as AccountOptionsContext, r as AdditionalField, t as AdditionalFields, A as AppleIcon, m as AuthUIContext, k as AuthUIContextType, n as AuthUIProvider, l as AuthUIProviderProps, u as AvatarOptions, C as CaptchaOptions, v as CredentialsOptions, w as DeleteUserOptions, D as DiscordIcon, b as DropboxIcon, c as FacebookIcon, x as GenericOAuthOptions, d as GitHubIcon, e as GitLabIcon, f as GoogleIcon, H as HuggingFaceIcon, K as KickIcon, L as LinearIcon, y as Link, g as LinkedInIcon, M as MicrosoftIcon, N as NotionIcon, O as OrganizationLogoOptions, z as OrganizationOptions, B as OrganizationOptionsContext, o as Provider, a as ProviderIcon, P as ProviderIconProps, R as RedditIcon, E as RenderToast, h as RobloxIcon, I as SignUpOptions, S as SlackIcon, J as SocialOptions, i as SpotifyIcon, T as TikTokIcon, j as TwitchIcon, V as VKIcon, X as XIcon, Z as ZoomIcon, s as socialProviders } from './auth-ui-provider-DKxo3JAh.cjs';
11
+ import { F as FieldType, G as GravatarOptions } from './auth-ui-provider-DndP_Qgj.cjs';
12
+ export { p as AccountOptions, q as AccountOptionsContext, r as AdditionalField, t as AdditionalFields, A as AppleIcon, m as AuthUIContext, k as AuthUIContextType, n as AuthUIProvider, l as AuthUIProviderProps, u as AvatarOptions, C as CaptchaOptions, v as CredentialsOptions, w as DeleteUserOptions, D as DiscordIcon, b as DropboxIcon, c as FacebookIcon, x as GenericOAuthOptions, d as GitHubIcon, e as GitLabIcon, f as GoogleIcon, H as HuggingFaceIcon, K as KickIcon, L as LinearIcon, y as Link, g as LinkedInIcon, M as MicrosoftIcon, N as NotionIcon, O as OrganizationLogoOptions, z as OrganizationOptions, B as OrganizationOptionsContext, o as Provider, a as ProviderIcon, P as ProviderIconProps, R as RedditIcon, E as RenderToast, h as RobloxIcon, I as SignUpOptions, S as SlackIcon, J as SocialOptions, i as SpotifyIcon, T as TikTokIcon, j as TwitchIcon, V as VKIcon, X as XIcon, Z as ZoomIcon, s as socialProviders } from './auth-ui-provider-DndP_Qgj.cjs';
13
13
  import * as better_auth from 'better-auth';
14
14
  import { Account } from 'better-auth';
15
- import { R as Refetch, A as AnyAuthClient } from './auth-hooks-D1E_PPHU.cjs';
16
- export { a as AuthClient, b as AuthHooks, S as Session, U as User } from './auth-hooks-D1E_PPHU.cjs';
15
+ import { R as Refetch, A as AnyAuthClient } from './auth-hooks-Kg4U0adj.cjs';
16
+ export { a as AuthClient, b as AuthHooks, I as Invitation, S as Session, U as User } from './auth-hooks-Kg4U0adj.cjs';
17
17
  import * as _better_fetch_fetch from '@better-fetch/fetch';
18
18
  export { c as cn, e as errorCodeToCamelCase, d as getKeyByValue, g as getLocalizedError, f as getPasswordSchema, a as getSearchParam, b as getViewByPath, i as isValidEmail } from './utils-CaN43O_Z.cjs';
19
19
  export { A as AuthMutators } from './auth-mutators-DdqOmQ32.cjs';
package/dist/index.d.ts CHANGED
@@ -8,12 +8,12 @@ import * as DialogPrimitive from '@radix-ui/react-dialog';
8
8
  import { Organization } from 'better-auth/plugins/organization';
9
9
  import * as class_variance_authority_types from 'class-variance-authority/types';
10
10
  import { VariantProps } from 'class-variance-authority';
11
- import { F as FieldType, G as GravatarOptions } from './auth-ui-provider-DPMN0Gfg.js';
12
- export { p as AccountOptions, q as AccountOptionsContext, r as AdditionalField, t as AdditionalFields, A as AppleIcon, m as AuthUIContext, k as AuthUIContextType, n as AuthUIProvider, l as AuthUIProviderProps, u as AvatarOptions, C as CaptchaOptions, v as CredentialsOptions, w as DeleteUserOptions, D as DiscordIcon, b as DropboxIcon, c as FacebookIcon, x as GenericOAuthOptions, d as GitHubIcon, e as GitLabIcon, f as GoogleIcon, H as HuggingFaceIcon, K as KickIcon, L as LinearIcon, y as Link, g as LinkedInIcon, M as MicrosoftIcon, N as NotionIcon, O as OrganizationLogoOptions, z as OrganizationOptions, B as OrganizationOptionsContext, o as Provider, a as ProviderIcon, P as ProviderIconProps, R as RedditIcon, E as RenderToast, h as RobloxIcon, I as SignUpOptions, S as SlackIcon, J as SocialOptions, i as SpotifyIcon, T as TikTokIcon, j as TwitchIcon, V as VKIcon, X as XIcon, Z as ZoomIcon, s as socialProviders } from './auth-ui-provider-DPMN0Gfg.js';
11
+ import { F as FieldType, G as GravatarOptions } from './auth-ui-provider-B4nloIHk.js';
12
+ export { p as AccountOptions, q as AccountOptionsContext, r as AdditionalField, t as AdditionalFields, A as AppleIcon, m as AuthUIContext, k as AuthUIContextType, n as AuthUIProvider, l as AuthUIProviderProps, u as AvatarOptions, C as CaptchaOptions, v as CredentialsOptions, w as DeleteUserOptions, D as DiscordIcon, b as DropboxIcon, c as FacebookIcon, x as GenericOAuthOptions, d as GitHubIcon, e as GitLabIcon, f as GoogleIcon, H as HuggingFaceIcon, K as KickIcon, L as LinearIcon, y as Link, g as LinkedInIcon, M as MicrosoftIcon, N as NotionIcon, O as OrganizationLogoOptions, z as OrganizationOptions, B as OrganizationOptionsContext, o as Provider, a as ProviderIcon, P as ProviderIconProps, R as RedditIcon, E as RenderToast, h as RobloxIcon, I as SignUpOptions, S as SlackIcon, J as SocialOptions, i as SpotifyIcon, T as TikTokIcon, j as TwitchIcon, V as VKIcon, X as XIcon, Z as ZoomIcon, s as socialProviders } from './auth-ui-provider-B4nloIHk.js';
13
13
  import * as better_auth from 'better-auth';
14
14
  import { Account } from 'better-auth';
15
- import { R as Refetch, A as AnyAuthClient } from './auth-hooks-D1E_PPHU.js';
16
- export { a as AuthClient, b as AuthHooks, S as Session, U as User } from './auth-hooks-D1E_PPHU.js';
15
+ import { R as Refetch, A as AnyAuthClient } from './auth-hooks-Kg4U0adj.js';
16
+ export { a as AuthClient, b as AuthHooks, I as Invitation, S as Session, U as User } from './auth-hooks-Kg4U0adj.js';
17
17
  import * as _better_fetch_fetch from '@better-fetch/fetch';
18
18
  export { c as cn, e as errorCodeToCamelCase, d as getKeyByValue, g as getLocalizedError, f as getPasswordSchema, a as getSearchParam, b as getViewByPath, i as isValidEmail } from './utils-yT5zrMzq.js';
19
19
  export { A as AuthMutators } from './auth-mutators-DdqOmQ32.js';
@@ -1,6 +1,6 @@
1
1
  import { InstantReactWebDatabase } from '@instantdb/react';
2
2
  import { User } from 'better-auth';
3
- import { S as Session, R as Refetch, b as AuthHooks } from './auth-hooks-D1E_PPHU.cjs';
3
+ import { S as Session, R as Refetch, b as AuthHooks } from './auth-hooks-Kg4U0adj.cjs';
4
4
  import { A as AuthMutators } from './auth-mutators-DdqOmQ32.cjs';
5
5
  import '@better-fetch/fetch';
6
6
  import 'better-auth/plugins/organization';
@@ -1,6 +1,6 @@
1
1
  import { InstantReactWebDatabase } from '@instantdb/react';
2
2
  import { User } from 'better-auth';
3
- import { S as Session, R as Refetch, b as AuthHooks } from './auth-hooks-D1E_PPHU.js';
3
+ import { S as Session, R as Refetch, b as AuthHooks } from './auth-hooks-Kg4U0adj.js';
4
4
  import { A as AuthMutators } from './auth-mutators-DdqOmQ32.js';
5
5
  import '@better-fetch/fetch';
6
6
  import 'better-auth/plugins/organization';