@pixpilot/shadcn-auth 1.0.26 → 1.0.27

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.
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime2 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/AuthForms.d.ts
4
4
  interface AuthFormsProps {
@@ -18,6 +18,6 @@ declare function AuthForms({
18
18
  handleResetPassword,
19
19
  authLoadingState,
20
20
  authErrorData
21
- }: AuthFormsProps): react_jsx_runtime2.JSX.Element;
21
+ }: AuthFormsProps): react_jsx_runtime0.JSX.Element;
22
22
  //#endregion
23
23
  export { AuthForms };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/SignUpForm.d.ts
4
4
  interface SignUpFormProps {
@@ -14,6 +14,6 @@ declare function SignUpForm({
14
14
  isLoading,
15
15
  error,
16
16
  onSwitchToSignIn
17
- }: SignUpFormProps): react_jsx_runtime0.JSX.Element;
17
+ }: SignUpFormProps): react_jsx_runtime2.JSX.Element;
18
18
  //#endregion
19
19
  export { SignUpForm };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn-auth",
3
3
  "type": "module",
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "description": "Authentication forms and components built with shadcn/ui.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "lucide-react": "0.553.0",
32
32
  "@pixpilot/shadcn": "1.2.2",
33
- "@pixpilot/shadcn-ui": "1.12.1"
33
+ "@pixpilot/shadcn-ui": "1.13.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@storybook/react": "^8.6.14",