@sikka/hawa 0.49.3-next → 0.49.4-next
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/blocks/auth/index.js +1 -1
- package/dist/blocks/auth/index.mjs +1 -1
- package/dist/blocks/index.js +1 -1
- package/dist/blocks/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
@@ -3417,7 +3417,7 @@ var LoginForm = ({
|
|
3417
3417
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
3418
3418
|
)
|
3419
3419
|
});
|
3420
|
-
} else if (loginType === "email_link") {
|
3420
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
3421
3421
|
formSchema = z.object({
|
3422
3422
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
3423
3423
|
});
|
@@ -2495,7 +2495,7 @@ var LoginForm = ({
|
|
2495
2495
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
2496
2496
|
)
|
2497
2497
|
});
|
2498
|
-
} else if (loginType === "email_link") {
|
2498
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
2499
2499
|
formSchema = z.object({
|
2500
2500
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
2501
2501
|
});
|
package/dist/blocks/index.js
CHANGED
@@ -3534,7 +3534,7 @@ var LoginForm = ({
|
|
3534
3534
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
3535
3535
|
)
|
3536
3536
|
});
|
3537
|
-
} else if (loginType === "email_link") {
|
3537
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
3538
3538
|
formSchema = z.object({
|
3539
3539
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
3540
3540
|
});
|
package/dist/blocks/index.mjs
CHANGED
@@ -212,7 +212,7 @@ var LoginForm = ({
|
|
212
212
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
213
213
|
)
|
214
214
|
});
|
215
|
-
} else if (loginType === "email_link") {
|
215
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
216
216
|
formSchema = z.object({
|
217
217
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
218
218
|
});
|
package/dist/index.js
CHANGED
@@ -10241,7 +10241,7 @@ var LoginForm = ({
|
|
10241
10241
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
10242
10242
|
)
|
10243
10243
|
});
|
10244
|
-
} else if (loginType === "email_link") {
|
10244
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
10245
10245
|
formSchema = z.object({
|
10246
10246
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
10247
10247
|
});
|
package/dist/index.mjs
CHANGED
@@ -10006,7 +10006,7 @@ var LoginForm = ({
|
|
10006
10006
|
{ message: ((_n = texts == null ? void 0 : texts.phone) == null ? void 0 : _n.invalid) || "Phone Number Invalid" }
|
10007
10007
|
)
|
10008
10008
|
});
|
10009
|
-
} else if (loginType === "email_link") {
|
10009
|
+
} else if (loginType === "email_link" || loginType === "email_code") {
|
10010
10010
|
formSchema = z.object({
|
10011
10011
|
email: z.string({ required_error: ((_o = texts == null ? void 0 : texts.email) == null ? void 0 : _o.required) || "Email Required" }).min(1, { message: ((_p = texts == null ? void 0 : texts.email) == null ? void 0 : _p.required) || "Email Required" }).email({ message: ((_q = texts == null ? void 0 : texts.email) == null ? void 0 : _q.invalid) || "Email Invalid" })
|
10012
10012
|
});
|