@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
package/dist/index.js CHANGED
@@ -906,7 +906,6 @@ var DropdownMenu = ({
906
906
  let newValues = [...values];
907
907
  newValues[index] = e;
908
908
  setValues(newValues);
909
- console.log("changing to ", e);
910
909
  if (item.onOptionChange) {
911
910
  item.onOptionChange(e);
912
911
  }
@@ -2113,7 +2112,6 @@ var DialogSteps = ({ currentStep, visibleStepRef, children }) => {
2113
2112
  React14.useEffect(() => {
2114
2113
  if (visibleStepRef.current) {
2115
2114
  setDialogHeight(visibleStepRef.current.offsetHeight);
2116
- console.log("height is ", visibleStepRef.current.offsetHeight);
2117
2115
  }
2118
2116
  }, [currentStep, visibleStepRef]);
2119
2117
  return /* @__PURE__ */ React14.createElement(
@@ -4516,13 +4514,11 @@ var useDialogCarousel = (options) => {
4516
4514
  };
4517
4515
  const nextStep = () => {
4518
4516
  if (emblaApi) {
4519
- console.log("going to NEXT \u{1F449}");
4520
4517
  emblaApi.scrollNext();
4521
4518
  }
4522
4519
  };
4523
4520
  const prevStep = () => {
4524
4521
  if (emblaApi) {
4525
- console.log("going to BACK \u{1F448}");
4526
4522
  emblaApi.scrollPrev();
4527
4523
  }
4528
4524
  };
@@ -7375,19 +7371,19 @@ var PhoneInput = ({
7375
7371
  var React50 = __toESM(require("react"));
7376
7372
  var import_input_otp = require("input-otp");
7377
7373
 
7378
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7374
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7379
7375
  var import_react41 = require("react");
7380
7376
 
7381
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
7377
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
7382
7378
  var toKebabCase = (string9) => string9.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
7383
7379
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
7384
7380
  return Boolean(className) && array.indexOf(className) === index;
7385
7381
  }).join(" ");
7386
7382
 
7387
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7383
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7388
7384
  var import_react40 = require("react");
7389
7385
 
7390
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
7386
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
7391
7387
  var defaultAttributes = {
7392
7388
  xmlns: "http://www.w3.org/2000/svg",
7393
7389
  width: 24,
@@ -7400,7 +7396,7 @@ var defaultAttributes = {
7400
7396
  strokeLinejoin: "round"
7401
7397
  };
7402
7398
 
7403
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7399
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7404
7400
  var Icon = (0, import_react40.forwardRef)(
7405
7401
  ({
7406
7402
  color = "currentColor",
@@ -7432,7 +7428,7 @@ var Icon = (0, import_react40.forwardRef)(
7432
7428
  }
7433
7429
  );
7434
7430
 
7435
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7431
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7436
7432
  var createLucideIcon = (iconName, iconNode) => {
7437
7433
  const Component = (0, import_react41.forwardRef)(
7438
7434
  ({ className, ...props }, ref) => (0, import_react41.createElement)(Icon, {
@@ -7446,7 +7442,7 @@ var createLucideIcon = (iconName, iconNode) => {
7446
7442
  return Component;
7447
7443
  };
7448
7444
 
7449
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
7445
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
7450
7446
  var Dot = createLucideIcon("Dot", [
7451
7447
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
7452
7448
  ]);
@@ -9311,7 +9307,6 @@ var AppLayout = ({
9311
9307
  width: profileMenuWidth,
9312
9308
  direction,
9313
9309
  items: finalProfileMenuItems || [],
9314
- onItemSelect: (e) => console.log("selecting item ", e),
9315
9310
  trigger: /* @__PURE__ */ import_react61.default.createElement(
9316
9311
  "div",
9317
9312
  {
@@ -9580,7 +9575,6 @@ var AppTopbar = ({ ...props }) => {
9580
9575
  sideOffset: 5,
9581
9576
  direction: isRTL ? "rtl" : "ltr",
9582
9577
  items: props.profileMenuItems || [],
9583
- onItemSelect: (e) => console.log("selecting item ", e),
9584
9578
  trigger: /* @__PURE__ */ import_react62.default.createElement("div", { className: "hawa-relative hawa-h-8 hawa-w-8 hawa-cursor-pointer hawa-overflow-clip hawa-rounded hawa-ring-1 hawa-ring-primary/30 dark:hawa-bg-gray-600" }, props.avatarImage ? /* @__PURE__ */ import_react62.default.createElement("img", { src: props.avatarImage, alt: "User Avatar" }) : /* @__PURE__ */ import_react62.default.createElement(
9585
9579
  "svg",
9586
9580
  {
@@ -10636,7 +10630,6 @@ var RegisterForm = ({
10636
10630
  resolver: (0, import_zod2.zodResolver)(finalSchema)
10637
10631
  });
10638
10632
  const onSubmit = (data) => {
10639
- console.log("Form submitted with data:", data);
10640
10633
  if (props.onRegister) {
10641
10634
  props.onRegister(data);
10642
10635
  } else {
@@ -12168,7 +12161,6 @@ var ContactForm = ({
12168
12161
  )
12169
12162
  ),
12170
12163
  customFields && customFields.map((customField) => {
12171
- console.log("custom", customField);
12172
12164
  return /* @__PURE__ */ import_react86.default.createElement(
12173
12165
  import_react_hook_form9.Controller,
12174
12166
  {
@@ -13095,7 +13087,7 @@ var Usage = (props) => {
13095
13087
 
13096
13088
  lucide-react/dist/esm/shared/src/utils.js:
13097
13089
  (**
13098
- * @license lucide-react v0.438.0 - ISC
13090
+ * @license lucide-react v0.441.0 - ISC
13099
13091
  *
13100
13092
  * This source code is licensed under the ISC license.
13101
13093
  * See the LICENSE file in the root directory of this source tree.
@@ -13103,7 +13095,7 @@ lucide-react/dist/esm/shared/src/utils.js:
13103
13095
 
13104
13096
  lucide-react/dist/esm/defaultAttributes.js:
13105
13097
  (**
13106
- * @license lucide-react v0.438.0 - ISC
13098
+ * @license lucide-react v0.441.0 - ISC
13107
13099
  *
13108
13100
  * This source code is licensed under the ISC license.
13109
13101
  * See the LICENSE file in the root directory of this source tree.
@@ -13111,7 +13103,7 @@ lucide-react/dist/esm/defaultAttributes.js:
13111
13103
 
13112
13104
  lucide-react/dist/esm/Icon.js:
13113
13105
  (**
13114
- * @license lucide-react v0.438.0 - ISC
13106
+ * @license lucide-react v0.441.0 - ISC
13115
13107
  *
13116
13108
  * This source code is licensed under the ISC license.
13117
13109
  * See the LICENSE file in the root directory of this source tree.
@@ -13119,7 +13111,7 @@ lucide-react/dist/esm/Icon.js:
13119
13111
 
13120
13112
  lucide-react/dist/esm/createLucideIcon.js:
13121
13113
  (**
13122
- * @license lucide-react v0.438.0 - ISC
13114
+ * @license lucide-react v0.441.0 - ISC
13123
13115
  *
13124
13116
  * This source code is licensed under the ISC license.
13125
13117
  * See the LICENSE file in the root directory of this source tree.
@@ -13127,7 +13119,7 @@ lucide-react/dist/esm/createLucideIcon.js:
13127
13119
 
13128
13120
  lucide-react/dist/esm/icons/dot.js:
13129
13121
  (**
13130
- * @license lucide-react v0.438.0 - ISC
13122
+ * @license lucide-react v0.441.0 - ISC
13131
13123
  *
13132
13124
  * This source code is licensed under the ISC license.
13133
13125
  * See the LICENSE file in the root directory of this source tree.
@@ -13135,7 +13127,7 @@ lucide-react/dist/esm/icons/dot.js:
13135
13127
 
13136
13128
  lucide-react/dist/esm/lucide-react.js:
13137
13129
  (**
13138
- * @license lucide-react v0.438.0 - ISC
13130
+ * @license lucide-react v0.441.0 - ISC
13139
13131
  *
13140
13132
  * This source code is licensed under the ISC license.
13141
13133
  * See the LICENSE file in the root directory of this source tree.
package/dist/index.mjs CHANGED
@@ -654,7 +654,6 @@ var DropdownMenu = ({
654
654
  let newValues = [...values];
655
655
  newValues[index] = e;
656
656
  setValues(newValues);
657
- console.log("changing to ", e);
658
657
  if (item.onOptionChange) {
659
658
  item.onOptionChange(e);
660
659
  }
@@ -1861,7 +1860,6 @@ var DialogSteps = ({ currentStep, visibleStepRef, children }) => {
1861
1860
  React14.useEffect(() => {
1862
1861
  if (visibleStepRef.current) {
1863
1862
  setDialogHeight(visibleStepRef.current.offsetHeight);
1864
- console.log("height is ", visibleStepRef.current.offsetHeight);
1865
1863
  }
1866
1864
  }, [currentStep, visibleStepRef]);
1867
1865
  return /* @__PURE__ */ React14.createElement(
@@ -4272,13 +4270,11 @@ var useDialogCarousel = (options) => {
4272
4270
  };
4273
4271
  const nextStep = () => {
4274
4272
  if (emblaApi) {
4275
- console.log("going to NEXT \u{1F449}");
4276
4273
  emblaApi.scrollNext();
4277
4274
  }
4278
4275
  };
4279
4276
  const prevStep = () => {
4280
4277
  if (emblaApi) {
4281
- console.log("going to BACK \u{1F448}");
4282
4278
  emblaApi.scrollPrev();
4283
4279
  }
4284
4280
  };
@@ -7131,19 +7127,19 @@ var PhoneInput = ({
7131
7127
  import * as React50 from "react";
7132
7128
  import { OTPInput, OTPInputContext } from "input-otp";
7133
7129
 
7134
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7130
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7135
7131
  import { forwardRef as forwardRef25, createElement as createElement24 } from "react";
7136
7132
 
7137
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
7133
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
7138
7134
  var toKebabCase = (string9) => string9.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
7139
7135
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
7140
7136
  return Boolean(className) && array.indexOf(className) === index;
7141
7137
  }).join(" ");
7142
7138
 
7143
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7139
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7144
7140
  import { forwardRef as forwardRef24, createElement as createElement23 } from "react";
7145
7141
 
7146
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
7142
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
7147
7143
  var defaultAttributes = {
7148
7144
  xmlns: "http://www.w3.org/2000/svg",
7149
7145
  width: 24,
@@ -7156,7 +7152,7 @@ var defaultAttributes = {
7156
7152
  strokeLinejoin: "round"
7157
7153
  };
7158
7154
 
7159
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7155
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
7160
7156
  var Icon = forwardRef24(
7161
7157
  ({
7162
7158
  color = "currentColor",
@@ -7188,7 +7184,7 @@ var Icon = forwardRef24(
7188
7184
  }
7189
7185
  );
7190
7186
 
7191
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7187
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
7192
7188
  var createLucideIcon = (iconName, iconNode) => {
7193
7189
  const Component = forwardRef25(
7194
7190
  ({ className, ...props }, ref) => createElement24(Icon, {
@@ -7202,7 +7198,7 @@ var createLucideIcon = (iconName, iconNode) => {
7202
7198
  return Component;
7203
7199
  };
7204
7200
 
7205
- // ../../node_modules/.pnpm/lucide-react@0.438.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
7201
+ // ../../node_modules/.pnpm/lucide-react@0.441.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
7206
7202
  var Dot = createLucideIcon("Dot", [
7207
7203
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
7208
7204
  ]);
@@ -9071,7 +9067,6 @@ var AppLayout = ({
9071
9067
  width: profileMenuWidth,
9072
9068
  direction,
9073
9069
  items: finalProfileMenuItems || [],
9074
- onItemSelect: (e) => console.log("selecting item ", e),
9075
9070
  trigger: /* @__PURE__ */ React75.createElement(
9076
9071
  "div",
9077
9072
  {
@@ -9340,7 +9335,6 @@ var AppTopbar = ({ ...props }) => {
9340
9335
  sideOffset: 5,
9341
9336
  direction: isRTL ? "rtl" : "ltr",
9342
9337
  items: props.profileMenuItems || [],
9343
- onItemSelect: (e) => console.log("selecting item ", e),
9344
9338
  trigger: /* @__PURE__ */ React76.createElement("div", { className: "hawa-relative hawa-h-8 hawa-w-8 hawa-cursor-pointer hawa-overflow-clip hawa-rounded hawa-ring-1 hawa-ring-primary/30 dark:hawa-bg-gray-600" }, props.avatarImage ? /* @__PURE__ */ React76.createElement("img", { src: props.avatarImage, alt: "User Avatar" }) : /* @__PURE__ */ React76.createElement(
9345
9339
  "svg",
9346
9340
  {
@@ -10406,7 +10400,6 @@ var RegisterForm = ({
10406
10400
  resolver: zodResolver2(finalSchema)
10407
10401
  });
10408
10402
  const onSubmit = (data) => {
10409
- console.log("Form submitted with data:", data);
10410
10403
  if (props.onRegister) {
10411
10404
  props.onRegister(data);
10412
10405
  } else {
@@ -11938,7 +11931,6 @@ var ContactForm = ({
11938
11931
  )
11939
11932
  ),
11940
11933
  customFields && customFields.map((customField) => {
11941
- console.log("custom", customField);
11942
11934
  return /* @__PURE__ */ React100.createElement(
11943
11935
  Controller9,
11944
11936
  {
@@ -12864,7 +12856,7 @@ export {
12864
12856
 
12865
12857
  lucide-react/dist/esm/shared/src/utils.js:
12866
12858
  (**
12867
- * @license lucide-react v0.438.0 - ISC
12859
+ * @license lucide-react v0.441.0 - ISC
12868
12860
  *
12869
12861
  * This source code is licensed under the ISC license.
12870
12862
  * See the LICENSE file in the root directory of this source tree.
@@ -12872,7 +12864,7 @@ lucide-react/dist/esm/shared/src/utils.js:
12872
12864
 
12873
12865
  lucide-react/dist/esm/defaultAttributes.js:
12874
12866
  (**
12875
- * @license lucide-react v0.438.0 - ISC
12867
+ * @license lucide-react v0.441.0 - ISC
12876
12868
  *
12877
12869
  * This source code is licensed under the ISC license.
12878
12870
  * See the LICENSE file in the root directory of this source tree.
@@ -12880,7 +12872,7 @@ lucide-react/dist/esm/defaultAttributes.js:
12880
12872
 
12881
12873
  lucide-react/dist/esm/Icon.js:
12882
12874
  (**
12883
- * @license lucide-react v0.438.0 - ISC
12875
+ * @license lucide-react v0.441.0 - ISC
12884
12876
  *
12885
12877
  * This source code is licensed under the ISC license.
12886
12878
  * See the LICENSE file in the root directory of this source tree.
@@ -12888,7 +12880,7 @@ lucide-react/dist/esm/Icon.js:
12888
12880
 
12889
12881
  lucide-react/dist/esm/createLucideIcon.js:
12890
12882
  (**
12891
- * @license lucide-react v0.438.0 - ISC
12883
+ * @license lucide-react v0.441.0 - ISC
12892
12884
  *
12893
12885
  * This source code is licensed under the ISC license.
12894
12886
  * See the LICENSE file in the root directory of this source tree.
@@ -12896,7 +12888,7 @@ lucide-react/dist/esm/createLucideIcon.js:
12896
12888
 
12897
12889
  lucide-react/dist/esm/icons/dot.js:
12898
12890
  (**
12899
- * @license lucide-react v0.438.0 - ISC
12891
+ * @license lucide-react v0.441.0 - ISC
12900
12892
  *
12901
12893
  * This source code is licensed under the ISC license.
12902
12894
  * See the LICENSE file in the root directory of this source tree.
@@ -12904,7 +12896,7 @@ lucide-react/dist/esm/icons/dot.js:
12904
12896
 
12905
12897
  lucide-react/dist/esm/lucide-react.js:
12906
12898
  (**
12907
- * @license lucide-react v0.438.0 - ISC
12899
+ * @license lucide-react v0.441.0 - ISC
12908
12900
  *
12909
12901
  * This source code is licensed under the ISC license.
12910
12902
  * See the LICENSE file in the root directory of this source tree.
@@ -1285,7 +1285,6 @@ var DropdownMenu = ({
1285
1285
  let newValues = [...values];
1286
1286
  newValues[index] = e;
1287
1287
  setValues(newValues);
1288
- console.log("changing to ", e);
1289
1288
  if (item.onOptionChange) {
1290
1289
  item.onOptionChange(e);
1291
1290
  }
@@ -1564,7 +1563,6 @@ var AppLayout = ({
1564
1563
  width: profileMenuWidth,
1565
1564
  direction,
1566
1565
  items: finalProfileMenuItems || [],
1567
- onItemSelect: (e) => console.log("selecting item ", e),
1568
1566
  trigger: /* @__PURE__ */ import_react14.default.createElement(
1569
1567
  "div",
1570
1568
  {
@@ -1833,7 +1831,6 @@ var AppTopbar = ({ ...props }) => {
1833
1831
  sideOffset: 5,
1834
1832
  direction: isRTL ? "rtl" : "ltr",
1835
1833
  items: props.profileMenuItems || [],
1836
- onItemSelect: (e) => console.log("selecting item ", e),
1837
1834
  trigger: /* @__PURE__ */ import_react15.default.createElement("div", { className: "hawa-relative hawa-h-8 hawa-w-8 hawa-cursor-pointer hawa-overflow-clip hawa-rounded hawa-ring-1 hawa-ring-primary/30 dark:hawa-bg-gray-600" }, props.avatarImage ? /* @__PURE__ */ import_react15.default.createElement("img", { src: props.avatarImage, alt: "User Avatar" }) : /* @__PURE__ */ import_react15.default.createElement(
1838
1835
  "svg",
1839
1836
  {
@@ -3,7 +3,7 @@ import {
3
3
  Sheet,
4
4
  SheetContent,
5
5
  SheetTrigger
6
- } from "../chunk-3CHFVHTW.mjs";
6
+ } from "../chunk-QQ7C5DWR.mjs";
7
7
  import {
8
8
  Button,
9
9
  Card,
@@ -16,7 +16,7 @@ import {
16
16
  Skeleton,
17
17
  Tooltip,
18
18
  cn
19
- } from "../chunk-KDGJZPWK.mjs";
19
+ } from "../chunk-YGLAEAJY.mjs";
20
20
  import {
21
21
  useBreakpoint,
22
22
  useClickOutside
@@ -516,7 +516,6 @@ var AppLayout = ({
516
516
  width: profileMenuWidth,
517
517
  direction,
518
518
  items: finalProfileMenuItems || [],
519
- onItemSelect: (e) => console.log("selecting item ", e),
520
519
  trigger: /* @__PURE__ */ React5.createElement(
521
520
  "div",
522
521
  {
@@ -785,7 +784,6 @@ var AppTopbar = ({ ...props }) => {
785
784
  sideOffset: 5,
786
785
  direction: isRTL ? "rtl" : "ltr",
787
786
  items: props.profileMenuItems || [],
788
- onItemSelect: (e) => console.log("selecting item ", e),
789
787
  trigger: /* @__PURE__ */ React6.createElement("div", { className: "hawa-relative hawa-h-8 hawa-w-8 hawa-cursor-pointer hawa-overflow-clip hawa-rounded hawa-ring-1 hawa-ring-primary/30 dark:hawa-bg-gray-600" }, props.avatarImage ? /* @__PURE__ */ React6.createElement("img", { src: props.avatarImage, alt: "User Avatar" }) : /* @__PURE__ */ React6.createElement(
790
788
  "svg",
791
789
  {