@pelatform/starter 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extend.d.ts +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +893 -898
- package/dist/server.js +1 -1
- package/dist/{ui-BjeCRH96.d.ts → ui-DxCTGGLe.d.ts} +0 -7
- package/package.json +7 -9
package/dist/extend.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { j as ActiveOrganization, e as AnyAuthClient, p as ApiKey, a as AppConfig, g as AuthClient, c as AuthConfig, A as AuthQueryOptions, b as AuthenticationConfig, u as AvatarClassNames, w as AvatarProps, B as BetterFetchRequest, v as CardClassNames, z as CardComponentProps, C as Config, D as DialogClassNames, y as DialogComponentProps, F as FeaturesConfig, t as FetchError, l as FieldType, I as I18nConfig, m as ImageOptions, q as Invitation, k as Locale, L as LocaleConfig, N as NonThrowableResult, r as PasswordValidation, P as PathConfig, s as Profile, o as Provider, n as ProviderIcon, R as Refetch, h as Session, S as SessionData, T as ThrowableResult, U as UIConfig, i as User, V as ViewClassNames, x as ViewProps, f as authClient, d as defaultAuthQueryOptions } from './ui-
|
|
1
|
+
export { j as ActiveOrganization, e as AnyAuthClient, p as ApiKey, a as AppConfig, g as AuthClient, c as AuthConfig, A as AuthQueryOptions, b as AuthenticationConfig, u as AvatarClassNames, w as AvatarProps, B as BetterFetchRequest, v as CardClassNames, z as CardComponentProps, C as Config, D as DialogClassNames, y as DialogComponentProps, F as FeaturesConfig, t as FetchError, l as FieldType, I as I18nConfig, m as ImageOptions, q as Invitation, k as Locale, L as LocaleConfig, N as NonThrowableResult, r as PasswordValidation, P as PathConfig, s as Profile, o as Provider, n as ProviderIcon, R as Refetch, h as Session, S as SessionData, T as ThrowableResult, U as UIConfig, i as User, V as ViewClassNames, x as ViewProps, f as authClient, d as defaultAuthQueryOptions } from './ui-DxCTGGLe.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as react from 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Config, g as AuthClient, A as AuthQueryOptions, e as AnyAuthClient, N as NonThrowableResult, T as ThrowableResult, B as BetterFetchRequest, E as Passkey, h as Session, i as User, y as DialogComponentProps, z as CardComponentProps, m as ImageOptions, l as FieldType, r as PasswordValidation, R as Refetch, v as CardClassNames, p as ApiKey, P as PathConfig, o as Provider, s as Profile, w as AvatarProps, x as ViewProps } from './ui-
|
|
1
|
+
import { C as Config, g as AuthClient, A as AuthQueryOptions, e as AnyAuthClient, N as NonThrowableResult, T as ThrowableResult, B as BetterFetchRequest, E as Passkey, h as Session, i as User, y as DialogComponentProps, z as CardComponentProps, m as ImageOptions, l as FieldType, r as PasswordValidation, R as Refetch, v as CardClassNames, p as ApiKey, P as PathConfig, o as Provider, s as Profile, w as AvatarProps, x as ViewProps } from './ui-DxCTGGLe.js';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ReactNode, CSSProperties, ComponentProps, PropsWithChildren } from 'react';
|
|
@@ -3847,13 +3847,6 @@ declare function ProviderButton({ className, classNames, isSubmitting, setIsSubm
|
|
|
3847
3847
|
socialLayout: "auto" | "horizontal" | "grid" | "vertical";
|
|
3848
3848
|
}): react_jsx_runtime.JSX.Element;
|
|
3849
3849
|
|
|
3850
|
-
interface AcceptInvitationProps {
|
|
3851
|
-
className?: string;
|
|
3852
|
-
classNames?: CardClassNames;
|
|
3853
|
-
redirectTo?: string;
|
|
3854
|
-
}
|
|
3855
|
-
declare function AcceptInvitation({ className, classNames, redirectTo: redirectToProp, }: AcceptInvitationProps): react_jsx_runtime.JSX.Element;
|
|
3856
|
-
|
|
3857
3850
|
declare function AuthCallback({ redirectTo }: {
|
|
3858
3851
|
redirectTo?: string;
|
|
3859
3852
|
}): react_jsx_runtime.JSX.Element;
|
|
@@ -3946,6 +3939,13 @@ interface LayoutWrapperProps {
|
|
|
3946
3939
|
}
|
|
3947
3940
|
declare function LayoutWrapper({ children, sidebarHeader, sidebarMenu, logoHeader, }: LayoutWrapperProps): react_jsx_runtime.JSX.Element;
|
|
3948
3941
|
|
|
3942
|
+
interface AcceptInvitationProps {
|
|
3943
|
+
className?: string;
|
|
3944
|
+
classNames?: CardClassNames;
|
|
3945
|
+
redirectTo?: string;
|
|
3946
|
+
}
|
|
3947
|
+
declare function AcceptInvitation({ className, classNames, redirectTo: redirectToProp, }: AcceptInvitationProps): react_jsx_runtime.JSX.Element;
|
|
3948
|
+
|
|
3949
3949
|
interface LayoutProviderProps {
|
|
3950
3950
|
children: ReactNode;
|
|
3951
3951
|
style?: CSSProperties;
|