@sikka/hawa 0.49.0-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.
@@ -72,7 +72,7 @@ type LoginFormTypes = {
72
72
  /** Description text of error alert. */
73
73
  errorText?: string;
74
74
  /** Login identifier type user will use to log in. */
75
- loginType?: "email" | "username" | "phone" | "link";
75
+ loginType?: "email" | "username" | "phone" | "email_link" | "email_code";
76
76
  /** If true, the reset password option is hidden. */
77
77
  withResetPassword?: boolean;
78
78
  /** If true, the register option is hidden. */
@@ -72,7 +72,7 @@ type LoginFormTypes = {
72
72
  /** Description text of error alert. */
73
73
  errorText?: string;
74
74
  /** Login identifier type user will use to log in. */
75
- loginType?: "email" | "username" | "phone" | "link";
75
+ loginType?: "email" | "username" | "phone" | "email_link" | "email_code";
76
76
  /** If true, the reset password option is hidden. */
77
77
  withResetPassword?: boolean;
78
78
  /** If true, the register option is hidden. */
@@ -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 === "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
  });
@@ -3580,7 +3580,7 @@ var LoginForm = ({
3580
3580
  }
3581
3581
  }
3582
3582
  ));
3583
- case "link":
3583
+ case "email_link":
3584
3584
  return /* @__PURE__ */ import_react14.default.createElement(import_react14.default.Fragment, null, /* @__PURE__ */ import_react14.default.createElement(
3585
3585
  import_react_hook_form.Controller,
3586
3586
  {
@@ -5043,19 +5043,19 @@ var z5 = __toESM(require("zod"));
5043
5043
  var React36 = __toESM(require("react"));
5044
5044
  var import_input_otp = require("input-otp");
5045
5045
 
5046
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5046
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5047
5047
  var import_react43 = require("react");
5048
5048
 
5049
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5049
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5050
5050
  var toKebabCase = (string6) => string6.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
5051
5051
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
5052
5052
  return Boolean(className) && array.indexOf(className) === index;
5053
5053
  }).join(" ");
5054
5054
 
5055
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5055
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5056
5056
  var import_react42 = require("react");
5057
5057
 
5058
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5058
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5059
5059
  var defaultAttributes = {
5060
5060
  xmlns: "http://www.w3.org/2000/svg",
5061
5061
  width: 24,
@@ -5068,7 +5068,7 @@ var defaultAttributes = {
5068
5068
  strokeLinejoin: "round"
5069
5069
  };
5070
5070
 
5071
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5071
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5072
5072
  var Icon = (0, import_react42.forwardRef)(
5073
5073
  ({
5074
5074
  color = "currentColor",
@@ -5100,7 +5100,7 @@ var Icon = (0, import_react42.forwardRef)(
5100
5100
  }
5101
5101
  );
5102
5102
 
5103
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5103
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5104
5104
  var createLucideIcon = (iconName, iconNode) => {
5105
5105
  const Component = (0, import_react43.forwardRef)(
5106
5106
  ({ className, ...props }, ref) => (0, import_react43.createElement)(Icon, {
@@ -5114,7 +5114,7 @@ var createLucideIcon = (iconName, iconNode) => {
5114
5114
  return Component;
5115
5115
  };
5116
5116
 
5117
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5117
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5118
5118
  var Dot = createLucideIcon("Dot", [
5119
5119
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
5120
5120
  ]);
@@ -5284,7 +5284,7 @@ var CodeConfirmation = ({ codeLength = 6, ...props }) => {
5284
5284
 
5285
5285
  lucide-react/dist/esm/shared/src/utils.js:
5286
5286
  (**
5287
- * @license lucide-react v0.435.0 - ISC
5287
+ * @license lucide-react v0.436.0 - ISC
5288
5288
  *
5289
5289
  * This source code is licensed under the ISC license.
5290
5290
  * See the LICENSE file in the root directory of this source tree.
@@ -5292,7 +5292,7 @@ lucide-react/dist/esm/shared/src/utils.js:
5292
5292
 
5293
5293
  lucide-react/dist/esm/defaultAttributes.js:
5294
5294
  (**
5295
- * @license lucide-react v0.435.0 - ISC
5295
+ * @license lucide-react v0.436.0 - ISC
5296
5296
  *
5297
5297
  * This source code is licensed under the ISC license.
5298
5298
  * See the LICENSE file in the root directory of this source tree.
@@ -5300,7 +5300,7 @@ lucide-react/dist/esm/defaultAttributes.js:
5300
5300
 
5301
5301
  lucide-react/dist/esm/Icon.js:
5302
5302
  (**
5303
- * @license lucide-react v0.435.0 - ISC
5303
+ * @license lucide-react v0.436.0 - ISC
5304
5304
  *
5305
5305
  * This source code is licensed under the ISC license.
5306
5306
  * See the LICENSE file in the root directory of this source tree.
@@ -5308,7 +5308,7 @@ lucide-react/dist/esm/Icon.js:
5308
5308
 
5309
5309
  lucide-react/dist/esm/createLucideIcon.js:
5310
5310
  (**
5311
- * @license lucide-react v0.435.0 - ISC
5311
+ * @license lucide-react v0.436.0 - ISC
5312
5312
  *
5313
5313
  * This source code is licensed under the ISC license.
5314
5314
  * See the LICENSE file in the root directory of this source tree.
@@ -5316,7 +5316,7 @@ lucide-react/dist/esm/createLucideIcon.js:
5316
5316
 
5317
5317
  lucide-react/dist/esm/icons/dot.js:
5318
5318
  (**
5319
- * @license lucide-react v0.435.0 - ISC
5319
+ * @license lucide-react v0.436.0 - ISC
5320
5320
  *
5321
5321
  * This source code is licensed under the ISC license.
5322
5322
  * See the LICENSE file in the root directory of this source tree.
@@ -5324,7 +5324,7 @@ lucide-react/dist/esm/icons/dot.js:
5324
5324
 
5325
5325
  lucide-react/dist/esm/lucide-react.js:
5326
5326
  (**
5327
- * @license lucide-react v0.435.0 - ISC
5327
+ * @license lucide-react v0.436.0 - ISC
5328
5328
  *
5329
5329
  * This source code is licensed under the ISC license.
5330
5330
  * See the LICENSE file in the root directory of this source tree.
@@ -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 === "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
  });
@@ -2658,7 +2658,7 @@ var LoginForm = ({
2658
2658
  }
2659
2659
  }
2660
2660
  ));
2661
- case "link":
2661
+ case "email_link":
2662
2662
  return /* @__PURE__ */ React5.createElement(React5.Fragment, null, /* @__PURE__ */ React5.createElement(
2663
2663
  Controller,
2664
2664
  {
@@ -3670,19 +3670,19 @@ import * as z5 from "zod";
3670
3670
  import * as React12 from "react";
3671
3671
  import { OTPInput, OTPInputContext } from "input-otp";
3672
3672
 
3673
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3673
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3674
3674
  import { forwardRef as forwardRef3, createElement as createElement3 } from "react";
3675
3675
 
3676
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3676
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3677
3677
  var toKebabCase = (string6) => string6.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
3678
3678
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
3679
3679
  return Boolean(className) && array.indexOf(className) === index;
3680
3680
  }).join(" ");
3681
3681
 
3682
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3682
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3683
3683
  import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
3684
3684
 
3685
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3685
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3686
3686
  var defaultAttributes = {
3687
3687
  xmlns: "http://www.w3.org/2000/svg",
3688
3688
  width: 24,
@@ -3695,7 +3695,7 @@ var defaultAttributes = {
3695
3695
  strokeLinejoin: "round"
3696
3696
  };
3697
3697
 
3698
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3698
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3699
3699
  var Icon = forwardRef2(
3700
3700
  ({
3701
3701
  color = "currentColor",
@@ -3727,7 +3727,7 @@ var Icon = forwardRef2(
3727
3727
  }
3728
3728
  );
3729
3729
 
3730
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3730
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3731
3731
  var createLucideIcon = (iconName, iconNode) => {
3732
3732
  const Component = forwardRef3(
3733
3733
  ({ className, ...props }, ref) => createElement3(Icon, {
@@ -3741,7 +3741,7 @@ var createLucideIcon = (iconName, iconNode) => {
3741
3741
  return Component;
3742
3742
  };
3743
3743
 
3744
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3744
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3745
3745
  var Dot = createLucideIcon("Dot", [
3746
3746
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
3747
3747
  ]);
@@ -3910,7 +3910,7 @@ export {
3910
3910
 
3911
3911
  lucide-react/dist/esm/shared/src/utils.js:
3912
3912
  (**
3913
- * @license lucide-react v0.435.0 - ISC
3913
+ * @license lucide-react v0.436.0 - ISC
3914
3914
  *
3915
3915
  * This source code is licensed under the ISC license.
3916
3916
  * See the LICENSE file in the root directory of this source tree.
@@ -3918,7 +3918,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3918
3918
 
3919
3919
  lucide-react/dist/esm/defaultAttributes.js:
3920
3920
  (**
3921
- * @license lucide-react v0.435.0 - ISC
3921
+ * @license lucide-react v0.436.0 - ISC
3922
3922
  *
3923
3923
  * This source code is licensed under the ISC license.
3924
3924
  * See the LICENSE file in the root directory of this source tree.
@@ -3926,7 +3926,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3926
3926
 
3927
3927
  lucide-react/dist/esm/Icon.js:
3928
3928
  (**
3929
- * @license lucide-react v0.435.0 - ISC
3929
+ * @license lucide-react v0.436.0 - ISC
3930
3930
  *
3931
3931
  * This source code is licensed under the ISC license.
3932
3932
  * See the LICENSE file in the root directory of this source tree.
@@ -3934,7 +3934,7 @@ lucide-react/dist/esm/Icon.js:
3934
3934
 
3935
3935
  lucide-react/dist/esm/createLucideIcon.js:
3936
3936
  (**
3937
- * @license lucide-react v0.435.0 - ISC
3937
+ * @license lucide-react v0.436.0 - ISC
3938
3938
  *
3939
3939
  * This source code is licensed under the ISC license.
3940
3940
  * See the LICENSE file in the root directory of this source tree.
@@ -3942,7 +3942,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3942
3942
 
3943
3943
  lucide-react/dist/esm/icons/dot.js:
3944
3944
  (**
3945
- * @license lucide-react v0.435.0 - ISC
3945
+ * @license lucide-react v0.436.0 - ISC
3946
3946
  *
3947
3947
  * This source code is licensed under the ISC license.
3948
3948
  * See the LICENSE file in the root directory of this source tree.
@@ -3950,7 +3950,7 @@ lucide-react/dist/esm/icons/dot.js:
3950
3950
 
3951
3951
  lucide-react/dist/esm/lucide-react.js:
3952
3952
  (**
3953
- * @license lucide-react v0.435.0 - ISC
3953
+ * @license lucide-react v0.436.0 - ISC
3954
3954
  *
3955
3955
  * This source code is licensed under the ISC license.
3956
3956
  * See the LICENSE file in the root directory of this source tree.
@@ -54,7 +54,7 @@ type LoginFormTypes = {
54
54
  /** Description text of error alert. */
55
55
  errorText?: string;
56
56
  /** Login identifier type user will use to log in. */
57
- loginType?: "email" | "username" | "phone" | "link";
57
+ loginType?: "email" | "username" | "phone" | "email_link" | "email_code";
58
58
  /** If true, the reset password option is hidden. */
59
59
  withResetPassword?: boolean;
60
60
  /** If true, the register option is hidden. */
@@ -54,7 +54,7 @@ type LoginFormTypes = {
54
54
  /** Description text of error alert. */
55
55
  errorText?: string;
56
56
  /** Login identifier type user will use to log in. */
57
- loginType?: "email" | "username" | "phone" | "link";
57
+ loginType?: "email" | "username" | "phone" | "email_link" | "email_code";
58
58
  /** If true, the reset password option is hidden. */
59
59
  withResetPassword?: boolean;
60
60
  /** If true, the register option is hidden. */
@@ -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 === "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
  });
@@ -3697,7 +3697,7 @@ var LoginForm = ({
3697
3697
  }
3698
3698
  }
3699
3699
  ));
3700
- case "link":
3700
+ case "email_link":
3701
3701
  return /* @__PURE__ */ import_react14.default.createElement(import_react14.default.Fragment, null, /* @__PURE__ */ import_react14.default.createElement(
3702
3702
  import_react_hook_form.Controller,
3703
3703
  {
@@ -5218,19 +5218,19 @@ var z5 = __toESM(require("zod"));
5218
5218
  var React36 = __toESM(require("react"));
5219
5219
  var import_input_otp = require("input-otp");
5220
5220
 
5221
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5221
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5222
5222
  var import_react43 = require("react");
5223
5223
 
5224
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5224
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5225
5225
  var toKebabCase = (string9) => string9.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
5226
5226
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
5227
5227
  return Boolean(className) && array.indexOf(className) === index;
5228
5228
  }).join(" ");
5229
5229
 
5230
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5230
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5231
5231
  var import_react42 = require("react");
5232
5232
 
5233
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5233
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5234
5234
  var defaultAttributes = {
5235
5235
  xmlns: "http://www.w3.org/2000/svg",
5236
5236
  width: 24,
@@ -5243,7 +5243,7 @@ var defaultAttributes = {
5243
5243
  strokeLinejoin: "round"
5244
5244
  };
5245
5245
 
5246
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5246
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5247
5247
  var Icon = (0, import_react42.forwardRef)(
5248
5248
  ({
5249
5249
  color = "currentColor",
@@ -5275,7 +5275,7 @@ var Icon = (0, import_react42.forwardRef)(
5275
5275
  }
5276
5276
  );
5277
5277
 
5278
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5278
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5279
5279
  var createLucideIcon = (iconName, iconNode) => {
5280
5280
  const Component = (0, import_react43.forwardRef)(
5281
5281
  ({ className, ...props }, ref) => (0, import_react43.createElement)(Icon, {
@@ -5289,7 +5289,7 @@ var createLucideIcon = (iconName, iconNode) => {
5289
5289
  return Component;
5290
5290
  };
5291
5291
 
5292
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5292
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5293
5293
  var Dot = createLucideIcon("Dot", [
5294
5294
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
5295
5295
  ]);
@@ -7673,7 +7673,7 @@ var Usage = (props) => {
7673
7673
 
7674
7674
  lucide-react/dist/esm/shared/src/utils.js:
7675
7675
  (**
7676
- * @license lucide-react v0.435.0 - ISC
7676
+ * @license lucide-react v0.436.0 - ISC
7677
7677
  *
7678
7678
  * This source code is licensed under the ISC license.
7679
7679
  * See the LICENSE file in the root directory of this source tree.
@@ -7681,7 +7681,7 @@ lucide-react/dist/esm/shared/src/utils.js:
7681
7681
 
7682
7682
  lucide-react/dist/esm/defaultAttributes.js:
7683
7683
  (**
7684
- * @license lucide-react v0.435.0 - ISC
7684
+ * @license lucide-react v0.436.0 - ISC
7685
7685
  *
7686
7686
  * This source code is licensed under the ISC license.
7687
7687
  * See the LICENSE file in the root directory of this source tree.
@@ -7689,7 +7689,7 @@ lucide-react/dist/esm/defaultAttributes.js:
7689
7689
 
7690
7690
  lucide-react/dist/esm/Icon.js:
7691
7691
  (**
7692
- * @license lucide-react v0.435.0 - ISC
7692
+ * @license lucide-react v0.436.0 - ISC
7693
7693
  *
7694
7694
  * This source code is licensed under the ISC license.
7695
7695
  * See the LICENSE file in the root directory of this source tree.
@@ -7697,7 +7697,7 @@ lucide-react/dist/esm/Icon.js:
7697
7697
 
7698
7698
  lucide-react/dist/esm/createLucideIcon.js:
7699
7699
  (**
7700
- * @license lucide-react v0.435.0 - ISC
7700
+ * @license lucide-react v0.436.0 - ISC
7701
7701
  *
7702
7702
  * This source code is licensed under the ISC license.
7703
7703
  * See the LICENSE file in the root directory of this source tree.
@@ -7705,7 +7705,7 @@ lucide-react/dist/esm/createLucideIcon.js:
7705
7705
 
7706
7706
  lucide-react/dist/esm/icons/dot.js:
7707
7707
  (**
7708
- * @license lucide-react v0.435.0 - ISC
7708
+ * @license lucide-react v0.436.0 - ISC
7709
7709
  *
7710
7710
  * This source code is licensed under the ISC license.
7711
7711
  * See the LICENSE file in the root directory of this source tree.
@@ -7713,7 +7713,7 @@ lucide-react/dist/esm/icons/dot.js:
7713
7713
 
7714
7714
  lucide-react/dist/esm/lucide-react.js:
7715
7715
  (**
7716
- * @license lucide-react v0.435.0 - ISC
7716
+ * @license lucide-react v0.436.0 - ISC
7717
7717
  *
7718
7718
  * This source code is licensed under the ISC license.
7719
7719
  * See the LICENSE file in the root directory of this source tree.
@@ -17,7 +17,7 @@ import {
17
17
  TabsList,
18
18
  TabsTrigger,
19
19
  Textarea
20
- } from "../chunk-ULRL4WI6.mjs";
20
+ } from "../chunk-5CD5WZIQ.mjs";
21
21
  import {
22
22
  getHotkeyHandler
23
23
  } from "../chunk-WQR4XZGL.mjs";
@@ -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 === "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
  });
@@ -375,7 +375,7 @@ var LoginForm = ({
375
375
  }
376
376
  }
377
377
  ));
378
- case "link":
378
+ case "email_link":
379
379
  return /* @__PURE__ */ React2.createElement(React2.Fragment, null, /* @__PURE__ */ React2.createElement(
380
380
  Controller,
381
381
  {
@@ -2681,19 +2681,19 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
2681
2681
  import * as React9 from "react";
2682
2682
  import { OTPInput, OTPInputContext } from "input-otp";
2683
2683
 
2684
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2684
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2685
2685
  import { forwardRef as forwardRef6, createElement as createElement5 } from "react";
2686
2686
 
2687
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2687
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2688
2688
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
2689
2689
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
2690
2690
  return Boolean(className) && array.indexOf(className) === index;
2691
2691
  }).join(" ");
2692
2692
 
2693
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2693
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2694
2694
  import { forwardRef as forwardRef5, createElement as createElement4 } from "react";
2695
2695
 
2696
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2696
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2697
2697
  var defaultAttributes = {
2698
2698
  xmlns: "http://www.w3.org/2000/svg",
2699
2699
  width: 24,
@@ -2706,7 +2706,7 @@ var defaultAttributes = {
2706
2706
  strokeLinejoin: "round"
2707
2707
  };
2708
2708
 
2709
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2709
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2710
2710
  var Icon = forwardRef5(
2711
2711
  ({
2712
2712
  color = "currentColor",
@@ -2738,7 +2738,7 @@ var Icon = forwardRef5(
2738
2738
  }
2739
2739
  );
2740
2740
 
2741
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2741
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2742
2742
  var createLucideIcon = (iconName, iconNode) => {
2743
2743
  const Component = forwardRef6(
2744
2744
  ({ className, ...props }, ref) => createElement5(Icon, {
@@ -2752,7 +2752,7 @@ var createLucideIcon = (iconName, iconNode) => {
2752
2752
  return Component;
2753
2753
  };
2754
2754
 
2755
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2755
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2756
2756
  var Dot = createLucideIcon("Dot", [
2757
2757
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
2758
2758
  ]);
@@ -3226,7 +3226,7 @@ export {
3226
3226
 
3227
3227
  lucide-react/dist/esm/shared/src/utils.js:
3228
3228
  (**
3229
- * @license lucide-react v0.435.0 - ISC
3229
+ * @license lucide-react v0.436.0 - ISC
3230
3230
  *
3231
3231
  * This source code is licensed under the ISC license.
3232
3232
  * See the LICENSE file in the root directory of this source tree.
@@ -3234,7 +3234,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3234
3234
 
3235
3235
  lucide-react/dist/esm/defaultAttributes.js:
3236
3236
  (**
3237
- * @license lucide-react v0.435.0 - ISC
3237
+ * @license lucide-react v0.436.0 - ISC
3238
3238
  *
3239
3239
  * This source code is licensed under the ISC license.
3240
3240
  * See the LICENSE file in the root directory of this source tree.
@@ -3242,7 +3242,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3242
3242
 
3243
3243
  lucide-react/dist/esm/Icon.js:
3244
3244
  (**
3245
- * @license lucide-react v0.435.0 - ISC
3245
+ * @license lucide-react v0.436.0 - ISC
3246
3246
  *
3247
3247
  * This source code is licensed under the ISC license.
3248
3248
  * See the LICENSE file in the root directory of this source tree.
@@ -3250,7 +3250,7 @@ lucide-react/dist/esm/Icon.js:
3250
3250
 
3251
3251
  lucide-react/dist/esm/createLucideIcon.js:
3252
3252
  (**
3253
- * @license lucide-react v0.435.0 - ISC
3253
+ * @license lucide-react v0.436.0 - ISC
3254
3254
  *
3255
3255
  * This source code is licensed under the ISC license.
3256
3256
  * See the LICENSE file in the root directory of this source tree.
@@ -3258,7 +3258,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3258
3258
 
3259
3259
  lucide-react/dist/esm/icons/dot.js:
3260
3260
  (**
3261
- * @license lucide-react v0.435.0 - ISC
3261
+ * @license lucide-react v0.436.0 - ISC
3262
3262
  *
3263
3263
  * This source code is licensed under the ISC license.
3264
3264
  * See the LICENSE file in the root directory of this source tree.
@@ -3266,7 +3266,7 @@ lucide-react/dist/esm/icons/dot.js:
3266
3266
 
3267
3267
  lucide-react/dist/esm/lucide-react.js:
3268
3268
  (**
3269
- * @license lucide-react v0.435.0 - ISC
3269
+ * @license lucide-react v0.436.0 - ISC
3270
3270
  *
3271
3271
  * This source code is licensed under the ISC license.
3272
3272
  * See the LICENSE file in the root directory of this source tree.
@@ -6856,19 +6856,19 @@ var PhoneInput = ({
6856
6856
  var React50 = __toESM(require("react"));
6857
6857
  var import_input_otp = require("input-otp");
6858
6858
 
6859
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
6859
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
6860
6860
  var import_react41 = require("react");
6861
6861
 
6862
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
6862
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
6863
6863
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
6864
6864
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
6865
6865
  return Boolean(className) && array.indexOf(className) === index;
6866
6866
  }).join(" ");
6867
6867
 
6868
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
6868
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
6869
6869
  var import_react40 = require("react");
6870
6870
 
6871
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
6871
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
6872
6872
  var defaultAttributes = {
6873
6873
  xmlns: "http://www.w3.org/2000/svg",
6874
6874
  width: 24,
@@ -6881,7 +6881,7 @@ var defaultAttributes = {
6881
6881
  strokeLinejoin: "round"
6882
6882
  };
6883
6883
 
6884
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
6884
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
6885
6885
  var Icon = (0, import_react40.forwardRef)(
6886
6886
  ({
6887
6887
  color = "currentColor",
@@ -6913,7 +6913,7 @@ var Icon = (0, import_react40.forwardRef)(
6913
6913
  }
6914
6914
  );
6915
6915
 
6916
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
6916
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
6917
6917
  var createLucideIcon = (iconName, iconNode) => {
6918
6918
  const Component = (0, import_react41.forwardRef)(
6919
6919
  ({ className, ...props }, ref) => (0, import_react41.createElement)(Icon, {
@@ -6927,7 +6927,7 @@ var createLucideIcon = (iconName, iconNode) => {
6927
6927
  return Component;
6928
6928
  };
6929
6929
 
6930
- // ../../node_modules/.pnpm/lucide-react@0.435.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
6930
+ // ../../node_modules/.pnpm/lucide-react@0.436.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
6931
6931
  var Dot = createLucideIcon("Dot", [
6932
6932
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
6933
6933
  ]);
@@ -8382,7 +8382,7 @@ var PhoneMockup = ({
8382
8382
 
8383
8383
  lucide-react/dist/esm/shared/src/utils.js:
8384
8384
  (**
8385
- * @license lucide-react v0.435.0 - ISC
8385
+ * @license lucide-react v0.436.0 - ISC
8386
8386
  *
8387
8387
  * This source code is licensed under the ISC license.
8388
8388
  * See the LICENSE file in the root directory of this source tree.
@@ -8390,7 +8390,7 @@ lucide-react/dist/esm/shared/src/utils.js:
8390
8390
 
8391
8391
  lucide-react/dist/esm/defaultAttributes.js:
8392
8392
  (**
8393
- * @license lucide-react v0.435.0 - ISC
8393
+ * @license lucide-react v0.436.0 - ISC
8394
8394
  *
8395
8395
  * This source code is licensed under the ISC license.
8396
8396
  * See the LICENSE file in the root directory of this source tree.
@@ -8398,7 +8398,7 @@ lucide-react/dist/esm/defaultAttributes.js:
8398
8398
 
8399
8399
  lucide-react/dist/esm/Icon.js:
8400
8400
  (**
8401
- * @license lucide-react v0.435.0 - ISC
8401
+ * @license lucide-react v0.436.0 - ISC
8402
8402
  *
8403
8403
  * This source code is licensed under the ISC license.
8404
8404
  * See the LICENSE file in the root directory of this source tree.
@@ -8406,7 +8406,7 @@ lucide-react/dist/esm/Icon.js:
8406
8406
 
8407
8407
  lucide-react/dist/esm/createLucideIcon.js:
8408
8408
  (**
8409
- * @license lucide-react v0.435.0 - ISC
8409
+ * @license lucide-react v0.436.0 - ISC
8410
8410
  *
8411
8411
  * This source code is licensed under the ISC license.
8412
8412
  * See the LICENSE file in the root directory of this source tree.
@@ -8414,7 +8414,7 @@ lucide-react/dist/esm/createLucideIcon.js:
8414
8414
 
8415
8415
  lucide-react/dist/esm/icons/dot.js:
8416
8416
  (**
8417
- * @license lucide-react v0.435.0 - ISC
8417
+ * @license lucide-react v0.436.0 - ISC
8418
8418
  *
8419
8419
  * This source code is licensed under the ISC license.
8420
8420
  * See the LICENSE file in the root directory of this source tree.
@@ -8422,7 +8422,7 @@ lucide-react/dist/esm/icons/dot.js:
8422
8422
 
8423
8423
  lucide-react/dist/esm/lucide-react.js:
8424
8424
  (**
8425
- * @license lucide-react v0.435.0 - ISC
8425
+ * @license lucide-react v0.436.0 - ISC
8426
8426
  *
8427
8427
  * This source code is licensed under the ISC license.
8428
8428
  * See the LICENSE file in the root directory of this source tree.
@@ -26,7 +26,7 @@ import {
26
26
  TabsList,
27
27
  TabsTrigger,
28
28
  Textarea
29
- } from "../chunk-ULRL4WI6.mjs";
29
+ } from "../chunk-5CD5WZIQ.mjs";
30
30
  import {
31
31
  useClipboard
32
32
  } from "../chunk-WQR4XZGL.mjs";