@pixpilot/shadcn-auth 0.0.7 → 0.0.8
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/AuthForms.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/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):
|
|
21
|
+
}: AuthFormsProps): react_jsx_runtime2.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AuthForms };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 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_runtime0.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { ResetPasswordForm };
|
|
@@ -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_runtime1 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_runtime1.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { SignInForm };
|
package/dist/SignInForm.d.ts
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.ts
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.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"description": "Authentication forms and components built with shadcn/ui.",
|
|
6
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"url": "https://github.com/pixpilot/shadcn-components.git",
|
|
11
11
|
"directory": "packages/shadcn-auth"
|
|
12
12
|
},
|
|
13
|
-
"keywords": [],
|
|
14
13
|
"exports": {
|
|
15
14
|
".": {
|
|
16
15
|
"types": "./dist/index.d.ts",
|
|
@@ -45,10 +44,10 @@
|
|
|
45
44
|
"typescript": "^5.9.3",
|
|
46
45
|
"typescript-eslint": "^8.46.3",
|
|
47
46
|
"@internal/eslint-config": "0.3.0",
|
|
47
|
+
"@internal/vitest-config": "0.1.0",
|
|
48
48
|
"@internal/tsconfig": "0.1.0",
|
|
49
49
|
"@internal/prettier-config": "0.0.1",
|
|
50
|
-
"@internal/tsdown-config": "0.1.0"
|
|
51
|
-
"@internal/vitest-config": "0.1.0"
|
|
50
|
+
"@internal/tsdown-config": "0.1.0"
|
|
52
51
|
},
|
|
53
52
|
"prettier": "@internal/prettier-config",
|
|
54
53
|
"scripts": {
|