@sikka/hawa 0.49.13-next → 0.49.14-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.
Files changed (62) hide show
  1. package/dist/appLayout/index.js +0 -2
  2. package/dist/appLayout/index.js.map +1 -1
  3. package/dist/appLayout/index.mjs +0 -2
  4. package/dist/appLayout/index.mjs.map +1 -1
  5. package/dist/appTopbar/index.js +0 -2
  6. package/dist/appTopbar/index.js.map +1 -1
  7. package/dist/appTopbar/index.mjs +0 -2
  8. package/dist/appTopbar/index.mjs.map +1 -1
  9. package/dist/blocks/auth/index.js +13 -14
  10. package/dist/blocks/auth/index.mjs +13 -14
  11. package/dist/blocks/index.js +13 -16
  12. package/dist/blocks/index.mjs +3 -5
  13. package/dist/blocks/misc/index.js +0 -1
  14. package/dist/blocks/misc/index.mjs +0 -1
  15. package/dist/{chunk-WQR4XZGL.mjs → chunk-3AANFRLZ.mjs} +0 -2
  16. package/dist/{chunk-XWNN7K63.mjs → chunk-FTS7YP7U.mjs} +15 -15
  17. package/dist/{chunk-3CHFVHTW.mjs → chunk-QQ7C5DWR.mjs} +1 -1
  18. package/dist/{chunk-KDGJZPWK.mjs → chunk-YGLAEAJY.mjs} +0 -1
  19. package/dist/combobox/index.js +0 -1
  20. package/dist/combobox/index.js.map +1 -1
  21. package/dist/combobox/index.mjs +0 -1
  22. package/dist/combobox/index.mjs.map +1 -1
  23. package/dist/command/index.js +0 -1
  24. package/dist/command/index.js.map +1 -1
  25. package/dist/command/index.mjs +0 -1
  26. package/dist/command/index.mjs.map +1 -1
  27. package/dist/dataTable/index.js +0 -1
  28. package/dist/dataTable/index.js.map +1 -1
  29. package/dist/dataTable/index.mjs +0 -1
  30. package/dist/dataTable/index.mjs.map +1 -1
  31. package/dist/dialog/index.js +0 -1
  32. package/dist/dialog/index.js.map +1 -1
  33. package/dist/dialog/index.mjs +0 -1
  34. package/dist/dialog/index.mjs.map +1 -1
  35. package/dist/dropdownMenu/index.js +0 -1
  36. package/dist/dropdownMenu/index.js.map +1 -1
  37. package/dist/dropdownMenu/index.mjs +0 -1
  38. package/dist/dropdownMenu/index.mjs.map +1 -1
  39. package/dist/elements/index.js +13 -15
  40. package/dist/elements/index.mjs +4 -5
  41. package/dist/hooks/index.js +0 -2
  42. package/dist/hooks/index.mjs +1 -1
  43. package/dist/index.css +108 -110
  44. package/dist/index.js +13 -21
  45. package/dist/index.mjs +13 -21
  46. package/dist/layout/index.js +0 -3
  47. package/dist/layout/index.mjs +2 -4
  48. package/dist/phoneInput/index.js.map +1 -1
  49. package/dist/phoneInput/index.mjs.map +1 -1
  50. package/dist/pinInput/index.js +13 -13
  51. package/dist/pinInput/index.js.map +1 -1
  52. package/dist/pinInput/index.mjs +13 -13
  53. package/dist/pinInput/index.mjs.map +1 -1
  54. package/dist/select/index.js.map +1 -1
  55. package/dist/select/index.mjs.map +1 -1
  56. package/dist/splitButton/index.js +0 -1
  57. package/dist/splitButton/index.js.map +1 -1
  58. package/dist/splitButton/index.mjs +0 -1
  59. package/dist/splitButton/index.mjs.map +1 -1
  60. package/dist/tabs/index.js.map +1 -1
  61. package/dist/tabs/index.mjs.map +1 -1
  62. package/package.json +14 -14
@@ -3017,7 +3017,6 @@ var RegisterForm = ({
3017
3017
  resolver: zodResolver2(finalSchema)
3018
3018
  });
3019
3019
  const onSubmit = (data) => {
3020
- console.log("Form submitted with data:", data);
3021
3020
  if (props.onRegister) {
3022
3021
  props.onRegister(data);
3023
3022
  } else {
@@ -3671,19 +3670,19 @@ import * as z5 from "zod";
3671
3670
  import * as React12 from "react";
3672
3671
  import { OTPInput, OTPInputContext } from "input-otp";
3673
3672
 
3674
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3673
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3675
3674
  import { forwardRef as forwardRef3, createElement as createElement3 } from "react";
3676
3675
 
3677
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3676
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3678
3677
  var toKebabCase = (string6) => string6.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
3679
3678
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
3680
3679
  return Boolean(className) && array.indexOf(className) === index;
3681
3680
  }).join(" ");
3682
3681
 
3683
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3682
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3684
3683
  import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
3685
3684
 
3686
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3685
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3687
3686
  var defaultAttributes = {
3688
3687
  xmlns: "http://www.w3.org/2000/svg",
3689
3688
  width: 24,
@@ -3696,7 +3695,7 @@ var defaultAttributes = {
3696
3695
  strokeLinejoin: "round"
3697
3696
  };
3698
3697
 
3699
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3698
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3700
3699
  var Icon = forwardRef2(
3701
3700
  ({
3702
3701
  color = "currentColor",
@@ -3728,7 +3727,7 @@ var Icon = forwardRef2(
3728
3727
  }
3729
3728
  );
3730
3729
 
3731
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3730
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3732
3731
  var createLucideIcon = (iconName, iconNode) => {
3733
3732
  const Component = forwardRef3(
3734
3733
  ({ className, ...props }, ref) => createElement3(Icon, {
@@ -3742,7 +3741,7 @@ var createLucideIcon = (iconName, iconNode) => {
3742
3741
  return Component;
3743
3742
  };
3744
3743
 
3745
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3744
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3746
3745
  var Dot = createLucideIcon("Dot", [
3747
3746
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
3748
3747
  ]);
@@ -3943,7 +3942,7 @@ export {
3943
3942
 
3944
3943
  lucide-react/dist/esm/shared/src/utils.js:
3945
3944
  (**
3946
- * @license lucide-react v0.438.0 - ISC
3945
+ * @license lucide-react v0.441.0 - ISC
3947
3946
  *
3948
3947
  * This source code is licensed under the ISC license.
3949
3948
  * See the LICENSE file in the root directory of this source tree.
@@ -3951,7 +3950,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3951
3950
 
3952
3951
  lucide-react/dist/esm/defaultAttributes.js:
3953
3952
  (**
3954
- * @license lucide-react v0.438.0 - ISC
3953
+ * @license lucide-react v0.441.0 - ISC
3955
3954
  *
3956
3955
  * This source code is licensed under the ISC license.
3957
3956
  * See the LICENSE file in the root directory of this source tree.
@@ -3959,7 +3958,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3959
3958
 
3960
3959
  lucide-react/dist/esm/Icon.js:
3961
3960
  (**
3962
- * @license lucide-react v0.438.0 - ISC
3961
+ * @license lucide-react v0.441.0 - ISC
3963
3962
  *
3964
3963
  * This source code is licensed under the ISC license.
3965
3964
  * See the LICENSE file in the root directory of this source tree.
@@ -3967,7 +3966,7 @@ lucide-react/dist/esm/Icon.js:
3967
3966
 
3968
3967
  lucide-react/dist/esm/createLucideIcon.js:
3969
3968
  (**
3970
- * @license lucide-react v0.438.0 - ISC
3969
+ * @license lucide-react v0.441.0 - ISC
3971
3970
  *
3972
3971
  * This source code is licensed under the ISC license.
3973
3972
  * See the LICENSE file in the root directory of this source tree.
@@ -3975,7 +3974,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3975
3974
 
3976
3975
  lucide-react/dist/esm/icons/dot.js:
3977
3976
  (**
3978
- * @license lucide-react v0.438.0 - ISC
3977
+ * @license lucide-react v0.441.0 - ISC
3979
3978
  *
3980
3979
  * This source code is licensed under the ISC license.
3981
3980
  * See the LICENSE file in the root directory of this source tree.
@@ -3983,7 +3982,7 @@ lucide-react/dist/esm/icons/dot.js:
3983
3982
 
3984
3983
  lucide-react/dist/esm/lucide-react.js:
3985
3984
  (**
3986
- * @license lucide-react v0.438.0 - ISC
3985
+ * @license lucide-react v0.441.0 - ISC
3987
3986
  *
3988
3987
  * This source code is licensed under the ISC license.
3989
3988
  * See the LICENSE file in the root directory of this source tree.
@@ -4570,7 +4570,6 @@ var RegisterForm = ({
4570
4570
  resolver: (0, import_zod2.zodResolver)(finalSchema)
4571
4571
  });
4572
4572
  const onSubmit = (data) => {
4573
- console.log("Form submitted with data:", data);
4574
4573
  if (props.onRegister) {
4575
4574
  props.onRegister(data);
4576
4575
  } else {
@@ -5224,19 +5223,19 @@ var z5 = __toESM(require("zod"));
5224
5223
  var React36 = __toESM(require("react"));
5225
5224
  var import_input_otp = require("input-otp");
5226
5225
 
5227
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5226
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5228
5227
  var import_react43 = require("react");
5229
5228
 
5230
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5229
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
5231
5230
  var toKebabCase = (string9) => string9.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
5232
5231
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
5233
5232
  return Boolean(className) && array.indexOf(className) === index;
5234
5233
  }).join(" ");
5235
5234
 
5236
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5235
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5237
5236
  var import_react42 = require("react");
5238
5237
 
5239
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5238
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
5240
5239
  var defaultAttributes = {
5241
5240
  xmlns: "http://www.w3.org/2000/svg",
5242
5241
  width: 24,
@@ -5249,7 +5248,7 @@ var defaultAttributes = {
5249
5248
  strokeLinejoin: "round"
5250
5249
  };
5251
5250
 
5252
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5251
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
5253
5252
  var Icon = (0, import_react42.forwardRef)(
5254
5253
  ({
5255
5254
  color = "currentColor",
@@ -5281,7 +5280,7 @@ var Icon = (0, import_react42.forwardRef)(
5281
5280
  }
5282
5281
  );
5283
5282
 
5284
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5283
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
5285
5284
  var createLucideIcon = (iconName, iconNode) => {
5286
5285
  const Component = (0, import_react43.forwardRef)(
5287
5286
  ({ className, ...props }, ref) => (0, import_react43.createElement)(Icon, {
@@ -5295,7 +5294,7 @@ var createLucideIcon = (iconName, iconNode) => {
5295
5294
  return Component;
5296
5295
  };
5297
5296
 
5298
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5297
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
5299
5298
  var Dot = createLucideIcon("Dot", [
5300
5299
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
5301
5300
  ]);
@@ -6583,7 +6582,6 @@ var ContactForm = ({
6583
6582
  )
6584
6583
  ),
6585
6584
  customFields && customFields.map((customField) => {
6586
- console.log("custom", customField);
6587
6585
  return /* @__PURE__ */ import_react57.default.createElement(
6588
6586
  import_react_hook_form9.Controller,
6589
6587
  {
@@ -7126,7 +7124,6 @@ var DropdownMenu = ({
7126
7124
  let newValues = [...values];
7127
7125
  newValues[index] = e;
7128
7126
  setValues(newValues);
7129
- console.log("changing to ", e);
7130
7127
  if (item.onOptionChange) {
7131
7128
  item.onOptionChange(e);
7132
7129
  }
@@ -7711,7 +7708,7 @@ var Usage = (props) => {
7711
7708
 
7712
7709
  lucide-react/dist/esm/shared/src/utils.js:
7713
7710
  (**
7714
- * @license lucide-react v0.438.0 - ISC
7711
+ * @license lucide-react v0.441.0 - ISC
7715
7712
  *
7716
7713
  * This source code is licensed under the ISC license.
7717
7714
  * See the LICENSE file in the root directory of this source tree.
@@ -7719,7 +7716,7 @@ lucide-react/dist/esm/shared/src/utils.js:
7719
7716
 
7720
7717
  lucide-react/dist/esm/defaultAttributes.js:
7721
7718
  (**
7722
- * @license lucide-react v0.438.0 - ISC
7719
+ * @license lucide-react v0.441.0 - ISC
7723
7720
  *
7724
7721
  * This source code is licensed under the ISC license.
7725
7722
  * See the LICENSE file in the root directory of this source tree.
@@ -7727,7 +7724,7 @@ lucide-react/dist/esm/defaultAttributes.js:
7727
7724
 
7728
7725
  lucide-react/dist/esm/Icon.js:
7729
7726
  (**
7730
- * @license lucide-react v0.438.0 - ISC
7727
+ * @license lucide-react v0.441.0 - ISC
7731
7728
  *
7732
7729
  * This source code is licensed under the ISC license.
7733
7730
  * See the LICENSE file in the root directory of this source tree.
@@ -7735,7 +7732,7 @@ lucide-react/dist/esm/Icon.js:
7735
7732
 
7736
7733
  lucide-react/dist/esm/createLucideIcon.js:
7737
7734
  (**
7738
- * @license lucide-react v0.438.0 - ISC
7735
+ * @license lucide-react v0.441.0 - ISC
7739
7736
  *
7740
7737
  * This source code is licensed under the ISC license.
7741
7738
  * See the LICENSE file in the root directory of this source tree.
@@ -7743,7 +7740,7 @@ lucide-react/dist/esm/createLucideIcon.js:
7743
7740
 
7744
7741
  lucide-react/dist/esm/icons/dot.js:
7745
7742
  (**
7746
- * @license lucide-react v0.438.0 - ISC
7743
+ * @license lucide-react v0.441.0 - ISC
7747
7744
  *
7748
7745
  * This source code is licensed under the ISC license.
7749
7746
  * See the LICENSE file in the root directory of this source tree.
@@ -7751,7 +7748,7 @@ lucide-react/dist/esm/icons/dot.js:
7751
7748
 
7752
7749
  lucide-react/dist/esm/lucide-react.js:
7753
7750
  (**
7754
- * @license lucide-react v0.438.0 - ISC
7751
+ * @license lucide-react v0.441.0 - ISC
7755
7752
  *
7756
7753
  * This source code is licensed under the ISC license.
7757
7754
  * See the LICENSE file in the root directory of this source tree.
@@ -17,10 +17,10 @@ import {
17
17
  TabsList,
18
18
  TabsTrigger,
19
19
  Textarea
20
- } from "../chunk-XWNN7K63.mjs";
20
+ } from "../chunk-FTS7YP7U.mjs";
21
21
  import {
22
22
  getHotkeyHandler
23
- } from "../chunk-WQR4XZGL.mjs";
23
+ } from "../chunk-3AANFRLZ.mjs";
24
24
  import {
25
25
  BadEmoji,
26
26
  Button,
@@ -44,7 +44,7 @@ import {
44
44
  VeryBadEmoji,
45
45
  VeryGoodEmoji,
46
46
  cn
47
- } from "../chunk-KDGJZPWK.mjs";
47
+ } from "../chunk-YGLAEAJY.mjs";
48
48
  import "../chunk-5SQBJRWE.mjs";
49
49
 
50
50
  // blocks/auth/AuthButtons.tsx
@@ -607,7 +607,6 @@ var RegisterForm = ({
607
607
  resolver: zodResolver2(finalSchema)
608
608
  });
609
609
  const onSubmit = (data) => {
610
- console.log("Form submitted with data:", data);
611
610
  if (props.onRegister) {
612
611
  props.onRegister(data);
613
612
  } else {
@@ -2139,7 +2138,6 @@ var ContactForm = ({
2139
2138
  )
2140
2139
  ),
2141
2140
  customFields && customFields.map((customField) => {
2142
- console.log("custom", customField);
2143
2141
  return /* @__PURE__ */ React20.createElement(
2144
2142
  Controller9,
2145
2143
  {
@@ -1764,7 +1764,6 @@ var ContactForm = ({
1764
1764
  )
1765
1765
  ),
1766
1766
  customFields && customFields.map((customField) => {
1767
- console.log("custom", customField);
1768
1767
  return /* @__PURE__ */ import_react34.default.createElement(
1769
1768
  import_react_hook_form2.Controller,
1770
1769
  {
@@ -315,7 +315,6 @@ var ContactForm = ({
315
315
  )
316
316
  ),
317
317
  customFields && customFields.map((customField) => {
318
- console.log("custom", customField);
319
318
  return /* @__PURE__ */ React8.createElement(
320
319
  Controller2,
321
320
  {
@@ -131,13 +131,11 @@ var useDialogCarousel = (options) => {
131
131
  };
132
132
  const nextStep = () => {
133
133
  if (emblaApi) {
134
- console.log("going to NEXT \u{1F449}");
135
134
  emblaApi.scrollNext();
136
135
  }
137
136
  };
138
137
  const prevStep = () => {
139
138
  if (emblaApi) {
140
- console.log("going to BACK \u{1F448}");
141
139
  emblaApi.scrollPrev();
142
140
  }
143
141
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  useViewportSize
4
- } from "./chunk-WQR4XZGL.mjs";
4
+ } from "./chunk-3AANFRLZ.mjs";
5
5
  import {
6
6
  Button,
7
7
  Chip,
@@ -9,7 +9,7 @@ import {
9
9
  Label,
10
10
  Skeleton,
11
11
  cn
12
- } from "./chunk-KDGJZPWK.mjs";
12
+ } from "./chunk-YGLAEAJY.mjs";
13
13
 
14
14
  // elements/alert/Alert.tsx
15
15
  import React, { useRef, useState, useEffect } from "react";
@@ -2686,19 +2686,19 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
2686
2686
  import * as React9 from "react";
2687
2687
  import { OTPInput, OTPInputContext } from "input-otp";
2688
2688
 
2689
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2689
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2690
2690
  import { forwardRef as forwardRef6, createElement as createElement5 } from "react";
2691
2691
 
2692
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2692
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2693
2693
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
2694
2694
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
2695
2695
  return Boolean(className) && array.indexOf(className) === index;
2696
2696
  }).join(" ");
2697
2697
 
2698
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2698
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2699
2699
  import { forwardRef as forwardRef5, createElement as createElement4 } from "react";
2700
2700
 
2701
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2701
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2702
2702
  var defaultAttributes = {
2703
2703
  xmlns: "http://www.w3.org/2000/svg",
2704
2704
  width: 24,
@@ -2711,7 +2711,7 @@ var defaultAttributes = {
2711
2711
  strokeLinejoin: "round"
2712
2712
  };
2713
2713
 
2714
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2714
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2715
2715
  var Icon = forwardRef5(
2716
2716
  ({
2717
2717
  color = "currentColor",
@@ -2743,7 +2743,7 @@ var Icon = forwardRef5(
2743
2743
  }
2744
2744
  );
2745
2745
 
2746
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2746
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2747
2747
  var createLucideIcon = (iconName, iconNode) => {
2748
2748
  const Component = forwardRef6(
2749
2749
  ({ className, ...props }, ref) => createElement5(Icon, {
@@ -2757,7 +2757,7 @@ var createLucideIcon = (iconName, iconNode) => {
2757
2757
  return Component;
2758
2758
  };
2759
2759
 
2760
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2760
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2761
2761
  var Dot = createLucideIcon("Dot", [
2762
2762
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
2763
2763
  ]);
@@ -3231,7 +3231,7 @@ export {
3231
3231
 
3232
3232
  lucide-react/dist/esm/shared/src/utils.js:
3233
3233
  (**
3234
- * @license lucide-react v0.438.0 - ISC
3234
+ * @license lucide-react v0.441.0 - ISC
3235
3235
  *
3236
3236
  * This source code is licensed under the ISC license.
3237
3237
  * See the LICENSE file in the root directory of this source tree.
@@ -3239,7 +3239,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3239
3239
 
3240
3240
  lucide-react/dist/esm/defaultAttributes.js:
3241
3241
  (**
3242
- * @license lucide-react v0.438.0 - ISC
3242
+ * @license lucide-react v0.441.0 - ISC
3243
3243
  *
3244
3244
  * This source code is licensed under the ISC license.
3245
3245
  * See the LICENSE file in the root directory of this source tree.
@@ -3247,7 +3247,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3247
3247
 
3248
3248
  lucide-react/dist/esm/Icon.js:
3249
3249
  (**
3250
- * @license lucide-react v0.438.0 - ISC
3250
+ * @license lucide-react v0.441.0 - ISC
3251
3251
  *
3252
3252
  * This source code is licensed under the ISC license.
3253
3253
  * See the LICENSE file in the root directory of this source tree.
@@ -3255,7 +3255,7 @@ lucide-react/dist/esm/Icon.js:
3255
3255
 
3256
3256
  lucide-react/dist/esm/createLucideIcon.js:
3257
3257
  (**
3258
- * @license lucide-react v0.438.0 - ISC
3258
+ * @license lucide-react v0.441.0 - ISC
3259
3259
  *
3260
3260
  * This source code is licensed under the ISC license.
3261
3261
  * See the LICENSE file in the root directory of this source tree.
@@ -3263,7 +3263,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3263
3263
 
3264
3264
  lucide-react/dist/esm/icons/dot.js:
3265
3265
  (**
3266
- * @license lucide-react v0.438.0 - ISC
3266
+ * @license lucide-react v0.441.0 - ISC
3267
3267
  *
3268
3268
  * This source code is licensed under the ISC license.
3269
3269
  * See the LICENSE file in the root directory of this source tree.
@@ -3271,7 +3271,7 @@ lucide-react/dist/esm/icons/dot.js:
3271
3271
 
3272
3272
  lucide-react/dist/esm/lucide-react.js:
3273
3273
  (**
3274
- * @license lucide-react v0.438.0 - ISC
3274
+ * @license lucide-react v0.441.0 - ISC
3275
3275
  *
3276
3276
  * This source code is licensed under the ISC license.
3277
3277
  * See the LICENSE file in the root directory of this source tree.
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  cn
4
- } from "./chunk-KDGJZPWK.mjs";
4
+ } from "./chunk-YGLAEAJY.mjs";
5
5
 
6
6
  // elements/sheet/Sheet.tsx
7
7
  import * as React from "react";
@@ -1266,7 +1266,6 @@ var DropdownMenu = ({
1266
1266
  let newValues = [...values];
1267
1267
  newValues[index] = e;
1268
1268
  setValues(newValues);
1269
- console.log("changing to ", e);
1270
1269
  if (item.onOptionChange) {
1271
1270
  item.onOptionChange(e);
1272
1271
  }
@@ -271,7 +271,6 @@ var DialogSteps = ({ currentStep, visibleStepRef, children }) => {
271
271
  React.useEffect(() => {
272
272
  if (visibleStepRef.current) {
273
273
  setDialogHeight(visibleStepRef.current.offsetHeight);
274
- console.log("height is ", visibleStepRef.current.offsetHeight);
275
274
  }
276
275
  }, [currentStep, visibleStepRef]);
277
276
  return /* @__PURE__ */ React.createElement(