@pixpilot/shadcn-auth 0.1.8 → 0.1.9
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
|
|
1
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/ResetPasswordForm.d.ts
|
|
4
4
|
interface ResetPasswordFormProps {
|
|
@@ -12,6 +12,6 @@ declare function ResetPasswordForm({
|
|
|
12
12
|
isLoading,
|
|
13
13
|
error,
|
|
14
14
|
onSwitchToSignIn
|
|
15
|
-
}: ResetPasswordFormProps):
|
|
15
|
+
}: ResetPasswordFormProps): react_jsx_runtime1.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { ResetPasswordForm };
|
package/dist/SignInForm.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/SignInForm.d.ts
|
|
4
4
|
interface SignInFormProps {
|
|
@@ -16,6 +16,6 @@ declare function SignInForm({
|
|
|
16
16
|
error,
|
|
17
17
|
onSwitchToSignUp,
|
|
18
18
|
onSwitchToReset
|
|
19
|
-
}: SignInFormProps):
|
|
19
|
+
}: SignInFormProps): react_jsx_runtime2.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { SignInForm };
|
package/dist/SignUpForm.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 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):
|
|
17
|
+
}: SignUpFormProps): react_jsx_runtime0.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": "0.1.
|
|
4
|
+
"version": "0.1.9",
|
|
5
5
|
"description": "Authentication forms and components built with shadcn/ui.",
|
|
6
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"lucide-react": "0.553.0",
|
|
32
|
-
"@pixpilot/shadcn": "0.
|
|
33
|
-
"@pixpilot/shadcn
|
|
32
|
+
"@pixpilot/shadcn-ui": "0.12.0",
|
|
33
|
+
"@pixpilot/shadcn": "0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@storybook/react": "^8.6.14",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"tsdown": "^0.15.12",
|
|
44
44
|
"typescript": "^5.9.3",
|
|
45
45
|
"typescript-eslint": "^8.49.0",
|
|
46
|
-
"@internal/eslint-config": "0.3.0",
|
|
47
|
-
"@internal/prettier-config": "0.0.1",
|
|
48
|
-
"@internal/tsdown-config": "0.1.0",
|
|
49
46
|
"@internal/tsconfig": "0.1.0",
|
|
47
|
+
"@internal/tsdown-config": "0.1.0",
|
|
48
|
+
"@internal/prettier-config": "0.0.1",
|
|
49
|
+
"@internal/eslint-config": "0.3.0",
|
|
50
50
|
"@internal/vitest-config": "0.1.0"
|
|
51
51
|
},
|
|
52
52
|
"prettier": "@internal/prettier-config",
|