@insforge/react 0.1.5 → 0.1.6

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/atoms.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { c as AuthContainerProps, d as AuthHeaderProps, e as AuthErrorBannerProps, f as AuthFormFieldProps, g as AuthPasswordFieldProps, h as AuthPasswordStrengthIndicatorProps, A as AuthConfig, i as AuthSubmitButtonProps, j as AuthLinkProps, k as AuthDividerProps, l as AuthOAuthButtonProps, m as AuthOAuthProvidersProps, n as AuthVerificationCodeInputProps } from './index-63dYNRZ-.mjs';
2
+ import { AuthContainerProps, AuthHeaderProps, AuthErrorBannerProps, AuthFormFieldProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthConfig, AuthSubmitButtonProps, AuthLinkProps, AuthDividerProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthVerificationCodeInputProps } from './types.mjs';
3
3
  import 'react';
4
4
  import '@insforge/shared-schemas';
5
5
 
package/dist/atoms.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { c as AuthContainerProps, d as AuthHeaderProps, e as AuthErrorBannerProps, f as AuthFormFieldProps, g as AuthPasswordFieldProps, h as AuthPasswordStrengthIndicatorProps, A as AuthConfig, i as AuthSubmitButtonProps, j as AuthLinkProps, k as AuthDividerProps, l as AuthOAuthButtonProps, m as AuthOAuthProvidersProps, n as AuthVerificationCodeInputProps } from './index-63dYNRZ-.js';
2
+ import { AuthContainerProps, AuthHeaderProps, AuthErrorBannerProps, AuthFormFieldProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthConfig, AuthSubmitButtonProps, AuthLinkProps, AuthDividerProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthVerificationCodeInputProps } from './types.js';
3
3
  import 'react';
4
4
  import '@insforge/shared-schemas';
5
5
 
package/dist/forms.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { o as SignInFormProps, p as SignUpFormProps, F as ForgotPasswordFormProps, R as ResetPasswordFormProps, V as VerifyEmailStatusProps } from './index-63dYNRZ-.mjs';
2
+ import { SignInFormProps, SignUpFormProps, ForgotPasswordFormProps, ResetPasswordFormProps, VerifyEmailStatusProps } from './types.mjs';
3
3
  import 'react';
4
4
  import '@insforge/shared-schemas';
5
5
 
package/dist/forms.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { o as SignInFormProps, p as SignUpFormProps, F as ForgotPasswordFormProps, R as ResetPasswordFormProps, V as VerifyEmailStatusProps } from './index-63dYNRZ-.js';
2
+ import { SignInFormProps, SignUpFormProps, ForgotPasswordFormProps, ResetPasswordFormProps, VerifyEmailStatusProps } from './types.js';
3
3
  import 'react';
4
4
  import '@insforge/shared-schemas';
5
5
 
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { S as SignInProps, a as SignUpProps, U as UserButtonProps, P as ProtectProps, C as ConditionalProps, I as InsforgeUser, O as OAuthProvider, b as OAuthProviderConfig } from './index-63dYNRZ-.mjs';
3
- export { A as AuthConfig, c as AuthContainerProps, k as AuthDividerProps, e as AuthErrorBannerProps, f as AuthFormFieldProps, d as AuthHeaderProps, j as AuthLinkProps, l as AuthOAuthButtonProps, m as AuthOAuthProvidersProps, g as AuthPasswordFieldProps, h as AuthPasswordStrengthIndicatorProps, i as AuthSubmitButtonProps, n as AuthVerificationCodeInputProps, B as BaseAppearance, F as ForgotPasswordFormProps, R as ResetPasswordFormProps, o as SignInFormProps, p as SignUpFormProps, V as VerifyEmailStatusProps } from './index-63dYNRZ-.mjs';
2
+ import { SignInProps, SignUpProps, UserButtonProps, ProtectProps, ConditionalProps, InsforgeUser, OAuthProvider, OAuthProviderConfig } from './types.mjs';
3
+ export { AuthConfig, AuthContainerProps, AuthDividerProps, AuthErrorBannerProps, AuthFormFieldProps, AuthHeaderProps, AuthLinkProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthSubmitButtonProps, AuthVerificationCodeInputProps, BaseAppearance, ForgotPasswordFormProps, ResetPasswordFormProps, SignInFormProps, SignUpFormProps, VerifyEmailStatusProps } from './types.mjs';
4
4
  import * as react from 'react';
5
5
  import { ReactNode } from 'react';
6
6
  export { ForgotPasswordForm, ResetPasswordForm, SignInForm, SignUpForm, VerifyEmailStatus } from './forms.mjs';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { S as SignInProps, a as SignUpProps, U as UserButtonProps, P as ProtectProps, C as ConditionalProps, I as InsforgeUser, O as OAuthProvider, b as OAuthProviderConfig } from './index-63dYNRZ-.js';
3
- export { A as AuthConfig, c as AuthContainerProps, k as AuthDividerProps, e as AuthErrorBannerProps, f as AuthFormFieldProps, d as AuthHeaderProps, j as AuthLinkProps, l as AuthOAuthButtonProps, m as AuthOAuthProvidersProps, g as AuthPasswordFieldProps, h as AuthPasswordStrengthIndicatorProps, i as AuthSubmitButtonProps, n as AuthVerificationCodeInputProps, B as BaseAppearance, F as ForgotPasswordFormProps, R as ResetPasswordFormProps, o as SignInFormProps, p as SignUpFormProps, V as VerifyEmailStatusProps } from './index-63dYNRZ-.js';
2
+ import { SignInProps, SignUpProps, UserButtonProps, ProtectProps, ConditionalProps, InsforgeUser, OAuthProvider, OAuthProviderConfig } from './types.js';
3
+ export { AuthConfig, AuthContainerProps, AuthDividerProps, AuthErrorBannerProps, AuthFormFieldProps, AuthHeaderProps, AuthLinkProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthSubmitButtonProps, AuthVerificationCodeInputProps, BaseAppearance, ForgotPasswordFormProps, ResetPasswordFormProps, SignInFormProps, SignUpFormProps, VerifyEmailStatusProps } from './types.js';
4
4
  import * as react from 'react';
5
5
  import { ReactNode } from 'react';
6
6
  export { ForgotPasswordForm, ResetPasswordForm, SignInForm, SignUpForm, VerifyEmailStatus } from './forms.js';
@@ -401,4 +401,4 @@ interface UserButtonProps {
401
401
  };
402
402
  }
403
403
 
404
- export type { AuthConfig as A, BaseAppearance as B, ConditionalProps as C, ForgotPasswordFormProps as F, InsforgeUser as I, OAuthProvider as O, ProtectProps as P, ResetPasswordFormProps as R, SignInProps as S, UserButtonProps as U, VerifyEmailStatusProps as V, SignUpProps as a, OAuthProviderConfig as b, AuthContainerProps as c, AuthHeaderProps as d, AuthErrorBannerProps as e, AuthFormFieldProps as f, AuthPasswordFieldProps as g, AuthPasswordStrengthIndicatorProps as h, AuthSubmitButtonProps as i, AuthLinkProps as j, AuthDividerProps as k, AuthOAuthButtonProps as l, AuthOAuthProvidersProps as m, AuthVerificationCodeInputProps as n, SignInFormProps as o, SignUpFormProps as p };
404
+ export type { AuthConfig, AuthContainerProps, AuthDividerProps, AuthErrorBannerProps, AuthFormFieldProps, AuthHeaderProps, AuthLinkProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthSubmitButtonProps, AuthVerificationCodeInputProps, BaseAppearance, ConditionalProps, ForgotPasswordFormProps, InsforgeUser, OAuthProvider, OAuthProviderConfig, ProtectProps, ResetPasswordFormProps, SignInFormProps, SignInProps, SignUpFormProps, SignUpProps, UserButtonProps, VerifyEmailStatusProps };
@@ -401,4 +401,4 @@ interface UserButtonProps {
401
401
  };
402
402
  }
403
403
 
404
- export type { AuthConfig as A, BaseAppearance as B, ConditionalProps as C, ForgotPasswordFormProps as F, InsforgeUser as I, OAuthProvider as O, ProtectProps as P, ResetPasswordFormProps as R, SignInProps as S, UserButtonProps as U, VerifyEmailStatusProps as V, SignUpProps as a, OAuthProviderConfig as b, AuthContainerProps as c, AuthHeaderProps as d, AuthErrorBannerProps as e, AuthFormFieldProps as f, AuthPasswordFieldProps as g, AuthPasswordStrengthIndicatorProps as h, AuthSubmitButtonProps as i, AuthLinkProps as j, AuthDividerProps as k, AuthOAuthButtonProps as l, AuthOAuthProvidersProps as m, AuthVerificationCodeInputProps as n, SignInFormProps as o, SignUpFormProps as p };
404
+ export type { AuthConfig, AuthContainerProps, AuthDividerProps, AuthErrorBannerProps, AuthFormFieldProps, AuthHeaderProps, AuthLinkProps, AuthOAuthButtonProps, AuthOAuthProvidersProps, AuthPasswordFieldProps, AuthPasswordStrengthIndicatorProps, AuthSubmitButtonProps, AuthVerificationCodeInputProps, BaseAppearance, ConditionalProps, ForgotPasswordFormProps, InsforgeUser, OAuthProvider, OAuthProviderConfig, ProtectProps, ResetPasswordFormProps, SignInFormProps, SignInProps, SignUpFormProps, SignUpProps, UserButtonProps, VerifyEmailStatusProps };
package/dist/types.js ADDED
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=types.js.map
4
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"types.js"}
package/dist/types.mjs ADDED
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=types.mjs.map
3
+ //# sourceMappingURL=types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"types.mjs"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/react",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Framework-agnostic React authentication UI components for Insforge - reusable across all frameworks",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -26,6 +26,11 @@
26
26
  "import": "./dist/lib.mjs",
27
27
  "require": "./dist/lib.js"
28
28
  },
29
+ "./types": {
30
+ "types": "./dist/types.d.ts",
31
+ "import": "./dist/types.mjs",
32
+ "require": "./dist/types.js"
33
+ },
29
34
  "./styles.css": "./src/styles.css"
30
35
  },
31
36
  "files": [