@pixygon/auth 1.0.0

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.
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { P as PixygonAuthProps, s as LoginFormProps, t as RegisterFormProps, v as VerifyFormProps, r as ForgotPasswordFormProps } from '../index-CIK2MKl9.mjs';
3
+
4
+ declare function PixygonAuth({ mode: initialMode, onSuccess, onError, onModeChange, userName: initialUserName, showBranding, theme, className, }: PixygonAuthProps): react_jsx_runtime.JSX.Element;
5
+
6
+ declare function LoginForm({ onSuccess, onError, onNavigateRegister, onNavigateForgotPassword, showBranding, className, }: LoginFormProps): react_jsx_runtime.JSX.Element;
7
+
8
+ declare function RegisterForm({ onSuccess, onError, onNavigateLogin, showBranding, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
9
+
10
+ declare function VerifyForm({ userName, onSuccess, onError, onNavigateLogin, showBranding, className, }: VerifyFormProps): react_jsx_runtime.JSX.Element;
11
+
12
+ declare function ForgotPasswordForm({ onSuccess, onError, onNavigateLogin, showBranding, className, }: ForgotPasswordFormProps): react_jsx_runtime.JSX.Element;
13
+
14
+ export { ForgotPasswordForm, ForgotPasswordFormProps, LoginForm, LoginFormProps, PixygonAuth, PixygonAuthProps, RegisterForm, RegisterFormProps, VerifyForm, VerifyFormProps };
@@ -0,0 +1,14 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { P as PixygonAuthProps, s as LoginFormProps, t as RegisterFormProps, v as VerifyFormProps, r as ForgotPasswordFormProps } from '../index-CIK2MKl9.js';
3
+
4
+ declare function PixygonAuth({ mode: initialMode, onSuccess, onError, onModeChange, userName: initialUserName, showBranding, theme, className, }: PixygonAuthProps): react_jsx_runtime.JSX.Element;
5
+
6
+ declare function LoginForm({ onSuccess, onError, onNavigateRegister, onNavigateForgotPassword, showBranding, className, }: LoginFormProps): react_jsx_runtime.JSX.Element;
7
+
8
+ declare function RegisterForm({ onSuccess, onError, onNavigateLogin, showBranding, className, }: RegisterFormProps): react_jsx_runtime.JSX.Element;
9
+
10
+ declare function VerifyForm({ userName, onSuccess, onError, onNavigateLogin, showBranding, className, }: VerifyFormProps): react_jsx_runtime.JSX.Element;
11
+
12
+ declare function ForgotPasswordForm({ onSuccess, onError, onNavigateLogin, showBranding, className, }: ForgotPasswordFormProps): react_jsx_runtime.JSX.Element;
13
+
14
+ export { ForgotPasswordForm, ForgotPasswordFormProps, LoginForm, LoginFormProps, PixygonAuth, PixygonAuthProps, RegisterForm, RegisterFormProps, VerifyForm, VerifyFormProps };