@sikka/hawa 0.1.97 → 0.1.99

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/index.js CHANGED
@@ -219,16 +219,16 @@ var React6 = _interopRequireWildcard(_react);
219
219
  var React12 = _interopRequireWildcard(_react);
220
220
  var React16 = _interopRequireWildcard(_react);
221
221
  var React19 = _interopRequireWildcard(_react);
222
- var React31 = _interopRequireWildcard(_react);
223
- var React60 = _interopRequireWildcard(_react);
222
+ var React29 = _interopRequireWildcard(_react);
223
+ var React58 = _interopRequireWildcard(_react);
224
+ var React61 = _interopRequireWildcard(_react);
224
225
  var React63 = _interopRequireWildcard(_react);
226
+ var React64 = _interopRequireWildcard(_react);
225
227
  var React65 = _interopRequireWildcard(_react);
226
228
  var React66 = _interopRequireWildcard(_react);
227
229
  var React67 = _interopRequireWildcard(_react);
228
- var React68 = _interopRequireWildcard(_react);
229
230
  var React69 = _interopRequireWildcard(_react);
230
- var React71 = _interopRequireWildcard(_react);
231
- var React77 = _interopRequireWildcard(_react);
231
+ var React75 = _interopRequireWildcard(_react);
232
232
  var _clsx = require("clsx");
233
233
  var _clsx2 = _interopRequireDefault(_clsx);
234
234
  var HawaCheckbox = function(props) {
@@ -1108,7 +1108,6 @@ var useTable_default = useTable;
1108
1108
  // src/elements/DropdownMenu.tsx
1109
1109
  var _reactdropdownmenu = require("@radix-ui/react-dropdown-menu");
1110
1110
  var DropdownMenuPrimitive = _interopRequireWildcard(_reactdropdownmenu);
1111
- var DropdownMenu2 = _interopRequireWildcard(_reactdropdownmenu);
1112
1111
  var DropdownMenuRoot = DropdownMenuPrimitive.Root;
1113
1112
  var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
1114
1113
  var DropdownMenuPortal = DropdownMenuPrimitive.Portal;
@@ -3574,152 +3573,6 @@ var HawaPhoneInput = function(props) {
3574
3573
  className: "mb-1 mt-1 text-xs text-red-600 dark:text-red-500"
3575
3574
  }, props.helperText)));
3576
3575
  };
3577
- // src/elements/HawaTooltip.tsx
3578
- var HawaTooltip = function(param) {
3579
- var children = param.children, content = param.content, _param_size = param.size, size = _param_size === void 0 ? "normal" : _param_size, _param_position = param.position, position = _param_position === void 0 ? "top-right" : _param_position, _param_direction = param.direction, direction = _param_direction === void 0 ? "ltr" : _param_direction;
3580
- var _react_useState_call = _sliced_to_array(_react.useState.call(void 0, false), 2), hovered = _react_useState_call[0], setHovered = _react_useState_call[1];
3581
- var childrenRef = _react.useRef.call(void 0, null);
3582
- var _react_useState_call1 = _sliced_to_array(_react.useState.call(void 0, null), 2), childrenHeight = _react_useState_call1[0], setChildrenHeight = _react_useState_call1[1];
3583
- var _react_useState_call2 = _sliced_to_array(_react.useState.call(void 0, null), 2), childrenWidth = _react_useState_call2[0], setChildrenWidth = _react_useState_call2[1];
3584
- var tooltipRef = _react.useRef.call(void 0, null);
3585
- var _react_useState_call3 = _sliced_to_array(_react.useState.call(void 0, null), 2), tooltipWidth = _react_useState_call3[0], setTooltipWidth = _react_useState_call3[1];
3586
- var _react_useState_call4 = _sliced_to_array(_react.useState.call(void 0, null), 2), tooltipHeight = _react_useState_call4[0], setTooltipHeight = _react_useState_call4[1];
3587
- _react.useEffect.call(void 0, function() {
3588
- setTooltipHeight(_optionalChain([
3589
- tooltipRef,
3590
- "access",
3591
- function(_42) {
3592
- return _42.current;
3593
- },
3594
- "optionalAccess",
3595
- function(_43) {
3596
- return _43.getBoundingClientRect;
3597
- },
3598
- "call",
3599
- function(_44) {
3600
- return _44();
3601
- },
3602
- "access",
3603
- function(_45) {
3604
- return _45.height;
3605
- }
3606
- ]));
3607
- setTooltipWidth(_optionalChain([
3608
- tooltipRef,
3609
- "access",
3610
- function(_46) {
3611
- return _46.current;
3612
- },
3613
- "optionalAccess",
3614
- function(_47) {
3615
- return _47.getBoundingClientRect;
3616
- },
3617
- "call",
3618
- function(_48) {
3619
- return _48();
3620
- },
3621
- "access",
3622
- function(_49) {
3623
- return _49.width;
3624
- }
3625
- ]));
3626
- setChildrenHeight(_optionalChain([
3627
- childrenRef,
3628
- "access",
3629
- function(_50) {
3630
- return _50.current;
3631
- },
3632
- "optionalAccess",
3633
- function(_51) {
3634
- return _51.getBoundingClientRect;
3635
- },
3636
- "call",
3637
- function(_52) {
3638
- return _52();
3639
- },
3640
- "access",
3641
- function(_53) {
3642
- return _53.height;
3643
- }
3644
- ]));
3645
- setChildrenWidth(_optionalChain([
3646
- childrenRef,
3647
- "access",
3648
- function(_54) {
3649
- return _54.current;
3650
- },
3651
- "optionalAccess",
3652
- function(_55) {
3653
- return _55.getBoundingClientRect;
3654
- },
3655
- "call",
3656
- function(_56) {
3657
- return _56();
3658
- },
3659
- "access",
3660
- function(_57) {
3661
- return _57.width;
3662
- }
3663
- ]));
3664
- });
3665
- var defaultTooltipStyles = "absolute z-10 rounded bg-gray-100 text-center text-sm font-medium text-foreground dark:text-white shadow-sm transition-all duration-300 dark:bg-gray-700";
3666
- var sizeStyles2 = {
3667
- normal: "py-2 px-3 leading-2",
3668
- small: "py-2 px-2 text-[10px] leading-tight",
3669
- large: "py-2 px-2 text-lg leading-tight"
3670
- };
3671
- var tooltipCoordinates;
3672
- var spacing = 5;
3673
- switch(position){
3674
- case "top-right":
3675
- tooltipCoordinates = direction === "rtl" ? "".concat(tooltipWidth - childrenWidth, "px, -").concat(tooltipHeight + childrenHeight + spacing, "px") : "0px, -".concat(tooltipHeight + childrenHeight + spacing, "px");
3676
- break;
3677
- case "top-left":
3678
- tooltipCoordinates = direction === "rtl" ? "".concat(0, "px, -").concat(tooltipHeight + childrenHeight + spacing, "px") : "-".concat(tooltipWidth - childrenWidth, "px, -").concat(tooltipHeight + childrenHeight + spacing, "px");
3679
- break;
3680
- case "bottom-right":
3681
- tooltipCoordinates = direction === "rtl" ? "".concat(tooltipWidth - childrenWidth, "px, ").concat(spacing, "px") : "-".concat(0, "px, ").concat(spacing, "px");
3682
- break;
3683
- case "bottom-left":
3684
- tooltipCoordinates = direction === "rtl" ? "0px, ".concat(spacing, "px") : "-".concat(tooltipWidth - childrenWidth, "px,").concat(spacing, "px");
3685
- break;
3686
- case "right-bottom":
3687
- tooltipCoordinates = direction === "rtl" ? "".concat(tooltipWidth + spacing, "px, -").concat(childrenHeight, "px") : "".concat(childrenWidth + spacing, "px, -").concat(childrenHeight, "px");
3688
- break;
3689
- case "right-top":
3690
- tooltipCoordinates = direction === "rtl" ? "".concat(tooltipWidth + spacing, "px, -").concat(tooltipHeight, "px") : "".concat(childrenWidth + spacing, "px, -").concat(tooltipHeight, "px");
3691
- break;
3692
- case "left-bottom":
3693
- tooltipCoordinates = direction === "rtl" ? "-".concat(childrenWidth + spacing, "px, -").concat(childrenHeight, "px") : "-".concat(tooltipWidth + spacing, "px, -").concat(childrenHeight, "px");
3694
- break;
3695
- case "left-top":
3696
- tooltipCoordinates = direction === "rtl" ? "-".concat(childrenWidth + spacing, "px, -").concat(tooltipHeight, "px") : "-".concat(tooltipWidth + spacing, "px, -").concat(tooltipHeight, "px");
3697
- break;
3698
- default:
3699
- tooltipCoordinates = "-".concat(tooltipWidth / 2, "px, -").concat(childrenHeight + tooltipHeight / 2, "px");
3700
- break;
3701
- }
3702
- return /* @__PURE__ */ React6.default.createElement("div", {
3703
- onMouseEnter: function() {
3704
- return setHovered(true);
3705
- },
3706
- onMouseLeave: function() {
3707
- return setHovered(false);
3708
- }
3709
- }, /* @__PURE__ */ React6.default.createElement("div", {
3710
- ref: childrenRef
3711
- }, children), /* @__PURE__ */ React6.default.createElement("div", {
3712
- ref: tooltipRef,
3713
- style: {
3714
- position: "absolute",
3715
- width: "max-content",
3716
- transform: "translate(".concat(tooltipCoordinates, ")"),
3717
- opacity: hovered ? "1" : "0",
3718
- maxWidth: "200px"
3719
- },
3720
- className: _clsx2.default.call(void 0, defaultTooltipStyles, sizeStyles2[size])
3721
- }, content));
3722
- };
3723
3576
  // src/elements/HawaTabs.tsx
3724
3577
  var HawaTabs = function(_param) {
3725
3578
  var _param_orientation = _param.orientation, orientation = _param_orientation === void 0 ? "horizontal" : _param_orientation, _param_direction = _param.direction, direction = _param_direction === void 0 ? "ltr" : _param_direction, _param_width = _param.width, width = _param_width === void 0 ? "normal" : _param_width, _param_marginBetween = _param.marginBetween, marginBetween = _param_marginBetween === void 0 ? 0 : _param_marginBetween, _param_pill = _param.pill, pill = _param_pill === void 0 ? false : _param_pill, props = _object_without_properties(_param, [
@@ -3732,16 +3585,16 @@ var HawaTabs = function(_param) {
3732
3585
  var _react_useState_call = _sliced_to_array(_react.useState.call(void 0, _optionalChain([
3733
3586
  props,
3734
3587
  "access",
3735
- function(_58) {
3736
- return _58.options;
3588
+ function(_42) {
3589
+ return _42.options;
3737
3590
  },
3738
3591
  "access",
3739
- function(_59) {
3740
- return _59[0];
3592
+ function(_43) {
3593
+ return _43[0];
3741
3594
  },
3742
3595
  "optionalAccess",
3743
- function(_60) {
3744
- return _60.value;
3596
+ function(_44) {
3597
+ return _44.value;
3745
3598
  }
3746
3599
  ])), 2), selectedOption = _react_useState_call[0], setSelectedOption = _react_useState_call[1];
3747
3600
  var activeTabStyle = {
@@ -3787,16 +3640,16 @@ var HawaTabs = function(_param) {
3787
3640
  }, _optionalChain([
3788
3641
  props,
3789
3642
  "access",
3790
- function(_61) {
3791
- return _61.options;
3643
+ function(_45) {
3644
+ return _45.options;
3792
3645
  },
3793
3646
  "optionalAccess",
3794
- function(_62) {
3795
- return _62.map;
3647
+ function(_46) {
3648
+ return _46.map;
3796
3649
  },
3797
3650
  "call",
3798
- function(_63) {
3799
- return _63(function(opt, o) {
3651
+ function(_47) {
3652
+ return _47(function(opt, o) {
3800
3653
  return /* @__PURE__ */ React6.default.createElement("button", {
3801
3654
  key: o,
3802
3655
  "aria-current": "page",
@@ -3805,12 +3658,12 @@ var HawaTabs = function(_param) {
3805
3658
  _optionalChain([
3806
3659
  props,
3807
3660
  "optionalAccess",
3808
- function(_64) {
3809
- return _64.onChangeTab;
3661
+ function(_48) {
3662
+ return _48.onChangeTab;
3810
3663
  },
3811
3664
  "call",
3812
- function(_65) {
3813
- return _65(opt);
3665
+ function(_49) {
3666
+ return _49(opt);
3814
3667
  }
3815
3668
  ]);
3816
3669
  },
@@ -3902,77 +3755,77 @@ var HawaMenu = function(param) {
3902
3755
  setMenuHeight(_optionalChain([
3903
3756
  menuRef,
3904
3757
  "access",
3905
- function(_66) {
3906
- return _66.current;
3758
+ function(_50) {
3759
+ return _50.current;
3907
3760
  },
3908
3761
  "optionalAccess",
3909
- function(_67) {
3910
- return _67.getBoundingClientRect;
3762
+ function(_51) {
3763
+ return _51.getBoundingClientRect;
3911
3764
  },
3912
3765
  "call",
3913
- function(_68) {
3914
- return _68();
3766
+ function(_52) {
3767
+ return _52();
3915
3768
  },
3916
3769
  "access",
3917
- function(_69) {
3918
- return _69.height;
3770
+ function(_53) {
3771
+ return _53.height;
3919
3772
  }
3920
3773
  ]));
3921
3774
  setMenuWidth(_optionalChain([
3922
3775
  menuRef,
3923
3776
  "access",
3924
- function(_70) {
3925
- return _70.current;
3777
+ function(_54) {
3778
+ return _54.current;
3926
3779
  },
3927
3780
  "optionalAccess",
3928
- function(_71) {
3929
- return _71.getBoundingClientRect;
3781
+ function(_55) {
3782
+ return _55.getBoundingClientRect;
3930
3783
  },
3931
3784
  "call",
3932
- function(_72) {
3933
- return _72();
3785
+ function(_56) {
3786
+ return _56();
3934
3787
  },
3935
3788
  "access",
3936
- function(_73) {
3937
- return _73.width;
3789
+ function(_57) {
3790
+ return _57.width;
3938
3791
  }
3939
3792
  ]));
3940
3793
  setChildrenHeight(_optionalChain([
3941
3794
  childrenRef,
3942
3795
  "access",
3943
- function(_74) {
3944
- return _74.current;
3796
+ function(_58) {
3797
+ return _58.current;
3945
3798
  },
3946
3799
  "optionalAccess",
3947
- function(_75) {
3948
- return _75.getBoundingClientRect;
3800
+ function(_59) {
3801
+ return _59.getBoundingClientRect;
3949
3802
  },
3950
3803
  "call",
3951
- function(_76) {
3952
- return _76();
3804
+ function(_60) {
3805
+ return _60();
3953
3806
  },
3954
3807
  "access",
3955
- function(_77) {
3956
- return _77.height;
3808
+ function(_61) {
3809
+ return _61.height;
3957
3810
  }
3958
3811
  ]));
3959
3812
  setChildrenWidth(_optionalChain([
3960
3813
  childrenRef,
3961
3814
  "access",
3962
- function(_78) {
3963
- return _78.current;
3815
+ function(_62) {
3816
+ return _62.current;
3964
3817
  },
3965
3818
  "optionalAccess",
3966
- function(_79) {
3967
- return _79.getBoundingClientRect;
3819
+ function(_63) {
3820
+ return _63.getBoundingClientRect;
3968
3821
  },
3969
3822
  "call",
3970
- function(_80) {
3971
- return _80();
3823
+ function(_64) {
3824
+ return _64();
3972
3825
  },
3973
3826
  "access",
3974
- function(_81) {
3975
- return _81.width;
3827
+ function(_65) {
3828
+ return _65.width;
3976
3829
  }
3977
3830
  ]));
3978
3831
  var handleClickOutside = function(event) {
@@ -4047,24 +3900,24 @@ var HawaMenu = function(param) {
4047
3900
  }, headerSubtitle)), _optionalChain([
4048
3901
  menuItems,
4049
3902
  "optionalAccess",
4050
- function(_82) {
4051
- return _82.map;
3903
+ function(_66) {
3904
+ return _66.map;
4052
3905
  },
4053
3906
  "call",
4054
- function(_83) {
4055
- return _83(function(group, o) {
3907
+ function(_67) {
3908
+ return _67(function(group, o) {
4056
3909
  return /* @__PURE__ */ React6.default.createElement("ul", {
4057
3910
  key: o,
4058
3911
  className: "bg-layout-1200 flex flex-col gap-1 p-1 text-gray-700 dark:text-gray-200"
4059
3912
  }, _optionalChain([
4060
3913
  group,
4061
3914
  "optionalAccess",
4062
- function(_84) {
4063
- return _84.map;
3915
+ function(_68) {
3916
+ return _68.map;
4064
3917
  },
4065
3918
  "call",
4066
- function(_85) {
4067
- return _85(function(item, indx) {
3919
+ function(_69) {
3920
+ return _69(function(item, indx) {
4068
3921
  return item.element ? /* @__PURE__ */ React6.default.createElement("li", {
4069
3922
  key: indx,
4070
3923
  className: "cursor-pointer items-center rounded hover:bg-gray-200 rtl:flex-row-reverse dark:hover:bg-gray-600 dark:hover:text-white"
@@ -4077,12 +3930,12 @@ var HawaMenu = function(param) {
4077
3930
  _optionalChain([
4078
3931
  item,
4079
3932
  "optionalAccess",
4080
- function(_86) {
4081
- return _86.action;
3933
+ function(_70) {
3934
+ return _70.action;
4082
3935
  },
4083
3936
  "call",
4084
- function(_87) {
4085
- return _87(actionedItem);
3937
+ function(_71) {
3938
+ return _71(actionedItem);
4086
3939
  }
4087
3940
  ]);
4088
3941
  }
@@ -4098,156 +3951,6 @@ var HawaMenu = function(param) {
4098
3951
  }
4099
3952
  ])));
4100
3953
  };
4101
- // src/elements/HawaDropdownMenu.tsx
4102
- var HawaDropdownMenu = function(param) {
4103
- var children = param.children, direction = param.direction;
4104
- var _React6_default_useState = _sliced_to_array(React6.default.useState(true), 2), bookmarksChecked = _React6_default_useState[0], setBookmarksChecked = _React6_default_useState[1];
4105
- var _React6_default_useState1 = _sliced_to_array(React6.default.useState(false), 2), urlsChecked = _React6_default_useState1[0], setUrlsChecked = _React6_default_useState1[1];
4106
- var _React6_default_useState2 = _sliced_to_array(React6.default.useState("pedro"), 2), person = _React6_default_useState2[0], setPerson = _React6_default_useState2[1];
4107
- var dropdownData = {
4108
- items: [
4109
- {
4110
- label: "New Tab",
4111
- shortcut: "ctrl + T",
4112
- disabled: false
4113
- },
4114
- {
4115
- label: "New Windows",
4116
- shortcut: "ctrl + N",
4117
- disabled: false
4118
- },
4119
- {
4120
- label: "New Private Window",
4121
- shortcut: "⇧+ctrl+N",
4122
- disabled: true
4123
- }
4124
- ],
4125
- checkboxes: [
4126
- {
4127
- label: "Show Bookmarks",
4128
- shortcut: "ctrl + B",
4129
- disabled: false
4130
- },
4131
- {
4132
- label: "Show Something",
4133
- shortcut: "ctrl + C",
4134
- disabled: false
4135
- },
4136
- {
4137
- label: "Show that",
4138
- shortcut: "ctrl + T",
4139
- disabled: false
4140
- }
4141
- ]
4142
- };
4143
- return /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Root, {
4144
- dir: direction
4145
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Trigger, {
4146
- asChild: true
4147
- }, children), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Portal, null, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Content, {
4148
- className: "min-w-[220px] rounded bg-white p-[5px] shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] will-change-[opacity,transform] data-[side=bottom]:animate-slideUpAndFade data-[side=left]:animate-slideRightAndFade data-[side=right]:animate-slideLeftAndFade data-[side=top]:animate-slideDownAndFade",
4149
- sideOffset: 5
4150
- }, dropdownData.items.map(function(it, i) {
4151
- return /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Item, {
4152
- key: i,
4153
- className: "group relative flex h-[25px] select-none items-center justify-between \n rounded-inner px-[5px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8\n data-[highlighted]:text-violet-1 ",
4154
- disabled: it.disabled
4155
- }, it.label, /* @__PURE__ */ React6.default.createElement("div", {
4156
- className: " text-mauve-11 group-data-[disabled]:text-mauve-8 group-data-[highlighted]:text-white"
4157
- }, it.shortcut));
4158
- }), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Sub, null, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.SubTrigger, {
4159
- className: " group relative flex h-[25px] select-none \n items-center rounded-inner justify-between flex-row\n px-[5px] text-[13px] leading-none text-violet-11\n outline-none data-[disabled]:pointer-events-none\n data-[highlighted]:bg-violet-9 data-[highlighted]:data-[state=open]:bg-violet-9\n data-[state=open]:bg-violet-4 data-[disabled]:text-mauve-8 data-[highlighted]:data-[state=open]:text-violet-1\n data-[highlighted]:text-violet-1 data-[state=open]:text-violet-11 ltr:pl-[25px] rtl:pl-[0px] "
4160
- }, "More Tools", /* @__PURE__ */ React6.default.createElement("div", {
4161
- className: "ltr:ml-auto rtl:pr-[5px] ltr:pl-[0px] text-mauve-11 group-data-[disabled]:text-mauve-8 group-data-[highlighted]:text-white\n rtl:mr-auto rtl:rotate-180 rtl:pl-[0px]"
4162
- }, /* @__PURE__ */ React6.default.createElement("svg", {
4163
- "aria-label": "Chevron Right Icon",
4164
- stroke: "currentColor",
4165
- fill: "currentColor",
4166
- strokeWidth: "0",
4167
- viewBox: "0 0 16 16",
4168
- height: "1em",
4169
- width: "1em"
4170
- }, /* @__PURE__ */ React6.default.createElement("path", {
4171
- fillRule: "evenodd",
4172
- d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
4173
- })))), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Portal, null, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.SubContent, {
4174
- className: "min-w-[220px] rounded-inner bg-white p-[5px] shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] will-change-[opacity,transform] data-[side=bottom]:animate-slideUpAndFade data-[side=left]:animate-slideRightAndFade data-[side=right]:animate-slideLeftAndFade data-[side=top]:animate-slideDownAndFade",
4175
- sideOffset: 2,
4176
- alignOffset: -5
4177
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Item, {
4178
- className: "group relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1"
4179
- }, "Save Page As…", " ", /* @__PURE__ */ React6.default.createElement("div", {
4180
- className: "ml-auto pl-[20px] text-mauve-11 group-data-[disabled]:text-mauve-8 group-data-[highlighted]:text-white"
4181
- }, "⌘+S")), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Item, {
4182
- className: "relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1"
4183
- }, "Create Shortcut…"), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Item, {
4184
- className: "relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1"
4185
- }, "Name Window…"), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Separator, {
4186
- className: "m-[5px] h-[1px] bg-violet-6"
4187
- }), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Item, {
4188
- className: "relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1"
4189
- }, "Developer Tools")))), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Separator, {
4190
- className: "m-[5px] h-[1px] bg-violet-6"
4191
- }), dropdownData.checkboxes.map(function(ch, i) {
4192
- return /* @__PURE__ */ React6.default.createElement(DropdownMenu2.CheckboxItem, {
4193
- key: i,
4194
- className: "group relative flex h-[25px] select-none items-center\n justify-between rounded-inner px-[5px] text-[13px] leading-none text-violet-11\n outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8\n data-[highlighted]:text-violet-1",
4195
- checked: bookmarksChecked,
4196
- onCheckedChange: setBookmarksChecked
4197
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.ItemIndicator, {
4198
- className: "absolute inline-flex w-[25px] items-center justify-center ltr:left-0 rtl:right-0"
4199
- }, /* @__PURE__ */ React6.default.createElement("svg", {
4200
- "aria-label": "Check Mark",
4201
- stroke: "currentColor",
4202
- fill: "currentColor",
4203
- strokeWidth: "0",
4204
- viewBox: "0 0 512 512",
4205
- height: "0.60em",
4206
- width: "0.60em"
4207
- }, /* @__PURE__ */ React6.default.createElement("path", {
4208
- d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
4209
- })), " "), ch.label, /* @__PURE__ */ React6.default.createElement("div", {
4210
- className: " text-mauve-11 group-data-[disabled]:text-mauve-8 group-data-[highlighted]:text-white"
4211
- }, ch.shortcut));
4212
- }), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Separator, {
4213
- className: "m-[5px] h-[1px] bg-violet-6"
4214
- }), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Label, {
4215
- className: "pl-[25px] text-xs leading-[25px] text-mauve-11"
4216
- }, "People"), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.RadioGroup, {
4217
- value: person,
4218
- onValueChange: setPerson
4219
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.RadioItem, {
4220
- className: "relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1",
4221
- value: "pedro"
4222
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.ItemIndicator, {
4223
- className: "absolute left-0 inline-flex w-[25px] items-center justify-center"
4224
- }, /* @__PURE__ */ React6.default.createElement("svg", {
4225
- "aria-label": "Filled Dot",
4226
- width: "15",
4227
- height: "15",
4228
- viewBox: "0 0 15 15",
4229
- fill: "none"
4230
- }, /* @__PURE__ */ React6.default.createElement("path", {
4231
- d: "M9.875 7.5C9.875 8.81168 8.81168 9.875 7.5 9.875C6.18832 9.875 5.125 8.81168 5.125 7.5C5.125 6.18832 6.18832 5.125 7.5 5.125C8.81168 5.125 9.875 6.18832 9.875 7.5Z",
4232
- fill: "currentColor"
4233
- })), " "), "Pedro Duarte"), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.RadioItem, {
4234
- className: "relative flex h-[25px] select-none items-center rounded-inner px-[5px] pl-[25px] text-[13px] leading-none text-violet-11 outline-none data-[disabled]:pointer-events-none data-[highlighted]:bg-violet-9 data-[disabled]:text-mauve-8 data-[highlighted]:text-violet-1",
4235
- value: "colm"
4236
- }, /* @__PURE__ */ React6.default.createElement(DropdownMenu2.ItemIndicator, {
4237
- className: "absolute left-0 inline-flex w-[25px] items-center justify-center"
4238
- }, /* @__PURE__ */ React6.default.createElement("svg", {
4239
- "aria-label": "Filled Dot",
4240
- width: "15",
4241
- height: "15",
4242
- viewBox: "0 0 15 15",
4243
- fill: "none"
4244
- }, /* @__PURE__ */ React6.default.createElement("path", {
4245
- d: "M9.875 7.5C9.875 8.81168 8.81168 9.875 7.5 9.875C6.18832 9.875 5.125 8.81168 5.125 7.5C5.125 6.18832 6.18832 5.125 7.5 5.125C8.81168 5.125 9.875 6.18832 9.875 7.5Z",
4246
- fill: "currentColor"
4247
- })), " "), "Colm Tuite")), /* @__PURE__ */ React6.default.createElement(DropdownMenu2.Arrow, {
4248
- className: "fill-white"
4249
- }))));
4250
- };
4251
3954
  // src/elements/HawaCopyrights.tsx
4252
3955
  var HawaCopyrights = function(props) {
4253
3956
  return /* @__PURE__ */ React6.default.createElement("div", {
@@ -4304,63 +4007,63 @@ var HawaStepper = function(_param) {
4304
4007
  };
4305
4008
  // src/elements/HawaStats.tsx
4306
4009
  // src/elements/Card.tsx
4307
- var Card = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4010
+ var Card = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4308
4011
  var className = _param.className, _param_clickable = _param.clickable, clickable = _param_clickable === void 0 ? false : _param_clickable, props = _object_without_properties(_param, [
4309
4012
  "className",
4310
4013
  "clickable"
4311
4014
  ]);
4312
- return React31.createElement("div", _object_spread({
4015
+ return React29.createElement("div", _object_spread({
4313
4016
  ref: ref,
4314
4017
  className: cn("rounded-lg border bg-card text-card-foreground shadow-sm", clickable && "cursor-pointer transition-all hover:drop-shadow-md dark:hover:shadow-dark", className)
4315
4018
  }, props));
4316
4019
  });
4317
4020
  Card.displayName = "Card";
4318
- var CardHeader = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4021
+ var CardHeader = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4319
4022
  var className = _param.className, props = _object_without_properties(_param, [
4320
4023
  "className"
4321
4024
  ]);
4322
- return React31.createElement("div", _object_spread({
4025
+ return React29.createElement("div", _object_spread({
4323
4026
  ref: ref,
4324
4027
  className: cn("flex flex-col space-y-1.5 p-6", className)
4325
4028
  }, props));
4326
4029
  });
4327
4030
  CardHeader.displayName = "CardHeader";
4328
- var CardTitle = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4031
+ var CardTitle = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4329
4032
  var className = _param.className, props = _object_without_properties(_param, [
4330
4033
  "className"
4331
4034
  ]);
4332
- return React31.createElement("h3", _object_spread({
4035
+ return React29.createElement("h3", _object_spread({
4333
4036
  ref: ref,
4334
4037
  className: cn("text-2xl font-semibold leading-none tracking-tight", className)
4335
4038
  }, props));
4336
4039
  });
4337
4040
  CardTitle.displayName = "CardTitle";
4338
- var CardDescription = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4041
+ var CardDescription = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4339
4042
  var className = _param.className, props = _object_without_properties(_param, [
4340
4043
  "className"
4341
4044
  ]);
4342
- return React31.createElement("p", _object_spread({
4045
+ return React29.createElement("p", _object_spread({
4343
4046
  ref: ref,
4344
4047
  className: cn("text-sm text-muted-foreground", className)
4345
4048
  }, props));
4346
4049
  });
4347
4050
  CardDescription.displayName = "CardDescription";
4348
- var CardContent = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4051
+ var CardContent = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4349
4052
  var headless = _param.headless, className = _param.className, props = _object_without_properties(_param, [
4350
4053
  "headless",
4351
4054
  "className"
4352
4055
  ]);
4353
- return React31.createElement("div", _object_spread({
4056
+ return React29.createElement("div", _object_spread({
4354
4057
  ref: ref,
4355
4058
  className: cn("p-6", headless ? "pt-6" : "pt-0", className)
4356
4059
  }, props));
4357
4060
  });
4358
4061
  CardContent.displayName = "CardContent";
4359
- var CardFooter = React31.forwardRef(function(_param, ref) /* @__PURE__ */ {
4062
+ var CardFooter = React29.forwardRef(function(_param, ref) /* @__PURE__ */ {
4360
4063
  var className = _param.className, props = _object_without_properties(_param, [
4361
4064
  "className"
4362
4065
  ]);
4363
- return React31.createElement("div", _object_spread({
4066
+ return React29.createElement("div", _object_spread({
4364
4067
  ref: ref,
4365
4068
  className: cn("flex items-center p-6 pt-0", className)
4366
4069
  }, props));
@@ -4562,12 +4265,12 @@ var DragDropImages = function(param) {
4562
4265
  _optionalChain([
4563
4266
  files,
4564
4267
  "optionalAccess",
4565
- function(_88) {
4566
- return _88.forEach;
4268
+ function(_72) {
4269
+ return _72.forEach;
4567
4270
  },
4568
4271
  "call",
4569
- function(_89) {
4570
- return _89(function(file) {
4272
+ function(_73) {
4273
+ return _73(function(file) {
4571
4274
  URL.revokeObjectURL(file.preview);
4572
4275
  });
4573
4276
  }
@@ -4642,12 +4345,12 @@ var DragDropImages = function(param) {
4642
4345
  var thumbs = _optionalChain([
4643
4346
  files,
4644
4347
  "optionalAccess",
4645
- function(_90) {
4646
- return _90.map;
4348
+ function(_74) {
4349
+ return _74.map;
4647
4350
  },
4648
4351
  "call",
4649
- function(_91) {
4650
- return _91(function(file, index) {
4352
+ function(_75) {
4353
+ return _75(function(file, index) {
4651
4354
  return /* @__PURE__ */ React6.default.createElement("div", {
4652
4355
  className: "relative rounded"
4653
4356
  }, /* @__PURE__ */ React6.default.createElement("button", {
@@ -4742,20 +4445,20 @@ var DragDropImages = function(param) {
4742
4445
  }, _optionalChain([
4743
4446
  fileRejections,
4744
4447
  "access",
4745
- function(_92) {
4746
- return _92[0];
4448
+ function(_76) {
4449
+ return _76[0];
4747
4450
  },
4748
4451
  "optionalAccess",
4749
- function(_93) {
4750
- return _93.errors;
4452
+ function(_77) {
4453
+ return _77.errors;
4751
4454
  },
4752
4455
  "access",
4753
- function(_94) {
4754
- return _94[0];
4456
+ function(_78) {
4457
+ return _78[0];
4755
4458
  },
4756
4459
  "optionalAccess",
4757
- function(_95) {
4758
- return _95.code;
4460
+ function(_79) {
4461
+ return _79.code;
4759
4462
  }
4760
4463
  ]) && errs)), disclaimer && /* @__PURE__ */ React6.default.createElement("div", {
4761
4464
  className: "mt-2 text-sm text-muted-foreground/50"
@@ -4950,16 +4653,16 @@ var InvoiceAccordion = function(_param) {
4950
4653
  }, props.invoiceDescription), _optionalChain([
4951
4654
  props,
4952
4655
  "access",
4953
- function(_96) {
4954
- return _96.products;
4656
+ function(_80) {
4657
+ return _80.products;
4955
4658
  },
4956
4659
  "optionalAccess",
4957
- function(_97) {
4958
- return _97.map;
4660
+ function(_81) {
4661
+ return _81.map;
4959
4662
  },
4960
4663
  "call",
4961
- function(_98) {
4962
- return _98(function(product, i) {
4664
+ function(_82) {
4665
+ return _82(function(product, i) {
4963
4666
  return /* @__PURE__ */ React6.default.createElement("div", {
4964
4667
  key: i,
4965
4668
  className: "flex flex-row border-b pb-4"
@@ -5078,7 +4781,7 @@ var UserFeedback = function(_param) {
5078
4781
  }, "Close")))));
5079
4782
  };
5080
4783
  // src/elements/ArrowCarousel.tsx
5081
- var Arrow3 = function(props) {
4784
+ var Arrow2 = function(props) {
5082
4785
  return /* @__PURE__ */ React6.default.createElement("svg", {
5083
4786
  onClick: props.onClick || function() {},
5084
4787
  className: _clsx2.default.call(void 0, "h-6 w-6 shrink-0 transition-all disabled:bg-gray-200", props.direction === "right" ? "-rotate-90" : "rotate-90", props.disabled ? "text-gray-300" : "cursor-pointer hover:scale-150"),
@@ -5113,7 +4816,7 @@ var ArrowCarousel = function(props) {
5113
4816
  };
5114
4817
  return /* @__PURE__ */ React6.default.createElement("div", {
5115
4818
  className: "align-center box-boorder relative flex h-min w-min flex-row items-center justify-center rounded bg-layoutPrimary-500 p-4 py-0 pb-2 pt-2 shadow-md"
5116
- }, /* @__PURE__ */ React6.default.createElement(Arrow3, {
4819
+ }, /* @__PURE__ */ React6.default.createElement(Arrow2, {
5117
4820
  direction: "left",
5118
4821
  disabled: index == 0,
5119
4822
  onClick: function() {
@@ -5123,7 +4826,7 @@ var ArrowCarousel = function(props) {
5123
4826
  className: "relative m-5 my-0 box-border flex h-full flex-col items-center justify-center py-6 pt-0 "
5124
4827
  }, /* @__PURE__ */ React6.default.createElement("div", null, props.items[index].icon), /* @__PURE__ */ React6.default.createElement("div", {
5125
4828
  className: "absolute bottom-1 mb-0 mt-2 select-none"
5126
- }, props.items[index].label)), /* @__PURE__ */ React6.default.createElement(Arrow3, {
4829
+ }, props.items[index].label)), /* @__PURE__ */ React6.default.createElement(Arrow2, {
5127
4830
  direction: "right",
5128
4831
  disabled: index == props.items.length - 1,
5129
4832
  onClick: function() {
@@ -6103,20 +5806,20 @@ var BackToTop = function(_param) {
6103
5806
  _optionalChain([
6104
5807
  props,
6105
5808
  "access",
6106
- function(_99) {
6107
- return _99.anchor;
5809
+ function(_83) {
5810
+ return _83.anchor;
6108
5811
  },
6109
5812
  "access",
6110
- function(_100) {
6111
- return _100.current;
5813
+ function(_84) {
5814
+ return _84.current;
6112
5815
  },
6113
5816
  "optionalAccess",
6114
- function(_101) {
6115
- return _101.removeEventListener;
5817
+ function(_85) {
5818
+ return _85.removeEventListener;
6116
5819
  },
6117
5820
  "call",
6118
- function(_102) {
6119
- return _102("scroll", onScroll);
5821
+ function(_86) {
5822
+ return _86("scroll", onScroll);
6120
5823
  }
6121
5824
  ]);
6122
5825
  clearInterval(interval);
@@ -6195,12 +5898,12 @@ var HawaPinInput = function(_param) {
6195
5898
  _optionalChain([
6196
5899
  previousInput,
6197
5900
  "optionalAccess",
6198
- function(_103) {
6199
- return _103.focus;
5901
+ function(_87) {
5902
+ return _87.focus;
6200
5903
  },
6201
5904
  "call",
6202
- function(_104) {
6203
- return _104();
5905
+ function(_88) {
5906
+ return _88();
6204
5907
  }
6205
5908
  ]);
6206
5909
  }
@@ -6226,12 +5929,12 @@ var HawaPinInput = function(_param) {
6226
5929
  _optionalChain([
6227
5930
  nextInput,
6228
5931
  "optionalAccess",
6229
- function(_105) {
6230
- return _105.focus;
5932
+ function(_89) {
5933
+ return _89.focus;
6231
5934
  },
6232
5935
  "call",
6233
- function(_106) {
6234
- return _106();
5936
+ function(_90) {
5937
+ return _90();
6235
5938
  }
6236
5939
  ]);
6237
5940
  } else if (e.target.value.length === 0) {
@@ -6239,12 +5942,12 @@ var HawaPinInput = function(_param) {
6239
5942
  _optionalChain([
6240
5943
  previousInput,
6241
5944
  "optionalAccess",
6242
- function(_107) {
6243
- return _107.focus;
5945
+ function(_91) {
5946
+ return _91.focus;
6244
5947
  },
6245
5948
  "call",
6246
- function(_108) {
6247
- return _108();
5949
+ function(_92) {
5950
+ return _92();
6248
5951
  }
6249
5952
  ]);
6250
5953
  }
@@ -6390,16 +6093,16 @@ var HawaPricingCard = function(_param) {
6390
6093
  }, _optionalChain([
6391
6094
  props,
6392
6095
  "access",
6393
- function(_109) {
6394
- return _109.features;
6096
+ function(_93) {
6097
+ return _93.features;
6395
6098
  },
6396
6099
  "optionalAccess",
6397
- function(_110) {
6398
- return _110.map;
6100
+ function(_94) {
6101
+ return _94.map;
6399
6102
  },
6400
6103
  "call",
6401
- function(_111) {
6402
- return _111(function(feature, o) {
6104
+ function(_95) {
6105
+ return _95(function(feature, o) {
6403
6106
  return /* @__PURE__ */ React6.default.createElement("li", {
6404
6107
  key: o,
6405
6108
  className: "flex "
@@ -6504,24 +6207,24 @@ var HawaLandingCard = function(_param) {
6504
6207
  }, props), _optionalChain([
6505
6208
  props,
6506
6209
  "access",
6507
- function(_112) {
6508
- return _112.texts;
6210
+ function(_96) {
6211
+ return _96.texts;
6509
6212
  },
6510
6213
  "optionalAccess",
6511
- function(_113) {
6512
- return _113.titleTip;
6214
+ function(_97) {
6215
+ return _97.titleTip;
6513
6216
  }
6514
6217
  ]) && /* @__PURE__ */ React6.default.createElement("div", {
6515
6218
  className: "text-sm text-red-600"
6516
6219
  }, _optionalChain([
6517
6220
  props,
6518
6221
  "access",
6519
- function(_114) {
6520
- return _114.texts;
6222
+ function(_98) {
6223
+ return _98.texts;
6521
6224
  },
6522
6225
  "optionalAccess",
6523
- function(_115) {
6524
- return _115.titleTip;
6226
+ function(_99) {
6227
+ return _99.titleTip;
6525
6228
  }
6526
6229
  ])), props.imageURL && /* @__PURE__ */ React6.default.createElement("img", {
6527
6230
  className: "absolute -bottom-10 -right-10 h-40 w-auto ",
@@ -6529,68 +6232,68 @@ var HawaLandingCard = function(_param) {
6529
6232
  }), _optionalChain([
6530
6233
  props,
6531
6234
  "access",
6532
- function(_116) {
6533
- return _116.texts;
6235
+ function(_100) {
6236
+ return _100.texts;
6534
6237
  },
6535
6238
  "optionalAccess",
6536
- function(_117) {
6537
- return _117.title;
6239
+ function(_101) {
6240
+ return _101.title;
6538
6241
  }
6539
6242
  ]) && /* @__PURE__ */ React6.default.createElement("div", {
6540
6243
  className: "mt-2 text-lg font-medium"
6541
6244
  }, _optionalChain([
6542
6245
  props,
6543
6246
  "access",
6544
- function(_118) {
6545
- return _118.texts;
6247
+ function(_102) {
6248
+ return _102.texts;
6546
6249
  },
6547
6250
  "optionalAccess",
6548
- function(_119) {
6549
- return _119.title;
6251
+ function(_103) {
6252
+ return _103.title;
6550
6253
  }
6551
6254
  ]), " "), _optionalChain([
6552
6255
  props,
6553
6256
  "access",
6554
- function(_120) {
6555
- return _120.texts;
6257
+ function(_104) {
6258
+ return _104.texts;
6556
6259
  },
6557
6260
  "optionalAccess",
6558
- function(_121) {
6559
- return _121.description;
6261
+ function(_105) {
6262
+ return _105.description;
6560
6263
  }
6561
6264
  ]) && /* @__PURE__ */ React6.default.createElement("div", {
6562
6265
  className: "z-10 mt-4 text-sm"
6563
6266
  }, _optionalChain([
6564
6267
  props,
6565
6268
  "access",
6566
- function(_122) {
6567
- return _122.texts;
6269
+ function(_106) {
6270
+ return _106.texts;
6568
6271
  },
6569
6272
  "optionalAccess",
6570
- function(_123) {
6571
- return _123.description;
6273
+ function(_107) {
6274
+ return _107.description;
6572
6275
  }
6573
6276
  ])), _optionalChain([
6574
6277
  props,
6575
6278
  "access",
6576
- function(_124) {
6577
- return _124.texts;
6279
+ function(_108) {
6280
+ return _108.texts;
6578
6281
  },
6579
6282
  "optionalAccess",
6580
- function(_125) {
6581
- return _125.linkText;
6283
+ function(_109) {
6284
+ return _109.linkText;
6582
6285
  }
6583
6286
  ]) && /* @__PURE__ */ React6.default.createElement("div", {
6584
6287
  className: "z-10 mt-6 text-sm underline underline-offset-8"
6585
6288
  }, _optionalChain([
6586
6289
  props,
6587
6290
  "access",
6588
- function(_126) {
6589
- return _126.texts;
6291
+ function(_110) {
6292
+ return _110.texts;
6590
6293
  },
6591
6294
  "optionalAccess",
6592
- function(_127) {
6593
- return _127.linkText;
6295
+ function(_111) {
6296
+ return _111.linkText;
6594
6297
  }
6595
6298
  ])));
6596
6299
  };
@@ -6678,18 +6381,7 @@ var HawaButton = function(_param) {
6678
6381
  };
6679
6382
  return /* @__PURE__ */ React6.default.createElement("div", {
6680
6383
  className: _clsx2.default.call(void 0, "relative", margins !== "none" ? "my-".concat(margins) : "m-0", containerWidthStyles[width])
6681
- }, tooltip ? /* @__PURE__ */ React6.default.createElement(HawaTooltip, {
6682
- direction: tooltipDirection,
6683
- position: tooltipPosition,
6684
- size: tooltipSize,
6685
- content: tooltip
6686
6384
  }, /* @__PURE__ */ React6.default.createElement("button", {
6687
- className: disabled ? _clsx2.default.call(void 0, className, baseStyles, edgeCorner ? "rounded-inner" : "rounded", variantStyles[variant], sizeStyles[size], widthStyles[width], disabledSyles, disabledVariantSyles[variant]) : _clsx2.default.call(void 0, className, baseStyles, edgeCorner ? "rounded-inner" : "rounded", variantStyles[variant], sizeStyles[size], colorStyles[variant][color], widthStyles[width]),
6688
- disabled: disabled,
6689
- onClick: props.onClick
6690
- }, !isLoading ? children : /* @__PURE__ */ React6.default.createElement(HawaLoading, {
6691
- size: "button"
6692
- }))) : /* @__PURE__ */ React6.default.createElement("button", {
6693
6385
  className: disabled ? _clsx2.default.call(void 0, className, baseStyles, edgeCorner ? "rounded-inner" : "rounded", variantStyles[variant], sizeStyles[size], widthStyles[width], disabledSyles, disabledVariantSyles[variant]) : _clsx2.default.call(void 0, className, "overflow-x-clip", baseStyles, edgeCorner ? "rounded-inner" : "rounded", variantStyles[variant], sizeStyles[size], colorStyles[variant][color], widthStyles[width]),
6694
6386
  disabled: disabled,
6695
6387
  onClick: handleClick
@@ -6862,14 +6554,14 @@ var StickyFeatures = function(props) {
6862
6554
  };
6863
6555
  // src/elements/UserReferralSource.tsx
6864
6556
  // src/elements/Textarea.tsx
6865
- var Textarea = React60.forwardRef(function(_param, ref) {
6557
+ var Textarea = React58.forwardRef(function(_param, ref) {
6866
6558
  var className = _param.className, label = _param.label, props = _object_without_properties(_param, [
6867
6559
  "className",
6868
6560
  "label"
6869
6561
  ]);
6870
- return /* @__PURE__ */ React60.createElement(React60.Fragment, null, label && /* @__PURE__ */ React60.createElement(Label, {
6562
+ return /* @__PURE__ */ React58.createElement(React58.Fragment, null, label && /* @__PURE__ */ React58.createElement(Label, {
6871
6563
  htmlFor: props.id
6872
- }, label), /* @__PURE__ */ React60.createElement("textarea", _object_spread({
6564
+ }, label), /* @__PURE__ */ React58.createElement("textarea", _object_spread({
6873
6565
  className: cn("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", className),
6874
6566
  ref: ref
6875
6567
  }, props)));
@@ -6998,7 +6690,7 @@ var Carousel = function(param) {
6998
6690
  var imageWidth = 1e3 + 16;
6999
6691
  var _useCarousel_default = useCarousel_default(imageWidth), containerRef = _useCarousel_default.containerRef, handleMouseDown = _useCarousel_default.handleMouseDown, handleMouseLeave = _useCarousel_default.handleMouseLeave, handleMouseUp = _useCarousel_default.handleMouseUp, handleMouseMove = _useCarousel_default.handleMouseMove;
7000
6692
  return /* @__PURE__ */ React6.default.createElement("div", {
7001
- className: "flex cursor-pointer snap-x gap-4 overflow-x-hidden justify-center items-center",
6693
+ className: "flex cursor-pointer snap-x items-center justify-center gap-4 overflow-x-hidden",
7002
6694
  onMouseDown: handleMouseDown,
7003
6695
  onMouseLeave: handleMouseLeave,
7004
6696
  onMouseUp: handleMouseUp,
@@ -7007,7 +6699,7 @@ var Carousel = function(param) {
7007
6699
  }, images.map(function(image, index) {
7008
6700
  return /* @__PURE__ */ React6.default.createElement("div", {
7009
6701
  key: index,
7010
- className: "w-[1000px] h-96 flex-shrink-0"
6702
+ className: "h-96 w-[1000px] flex-shrink-0"
7011
6703
  }, /* @__PURE__ */ React6.default.createElement("img", {
7012
6704
  src: image,
7013
6705
  alt: "Carousel Image ".concat(index),
@@ -7017,13 +6709,13 @@ var Carousel = function(param) {
7017
6709
  }));
7018
6710
  };
7019
6711
  // src/elements/Input.tsx
7020
- var Input = React63.forwardRef(function(_param, ref) {
6712
+ var Input = React61.forwardRef(function(_param, ref) {
7021
6713
  var className = _param.className, preview = _param.preview, type = _param.type, props = _object_without_properties(_param, [
7022
6714
  "className",
7023
6715
  "preview",
7024
6716
  "type"
7025
6717
  ]);
7026
- return /* @__PURE__ */ React63.createElement("input", _object_spread({
6718
+ return /* @__PURE__ */ React61.createElement("input", _object_spread({
7027
6719
  type: type,
7028
6720
  className: cn("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", className, preview && " disabled:cursor-default disabled:opacity-100 border-opacity-25 "),
7029
6721
  disabled: preview,
@@ -7106,13 +6798,13 @@ var InterfaceSettings = function(_param) {
7106
6798
  // src/elements/Popover.tsx
7107
6799
  var _reactpopover = require("@radix-ui/react-popover");
7108
6800
  var PopoverPrimitive = _interopRequireWildcard(_reactpopover);
7109
- var PopoverContent = React65.forwardRef(function(_param, ref) /* @__PURE__ */ {
6801
+ var PopoverContent = React63.forwardRef(function(_param, ref) /* @__PURE__ */ {
7110
6802
  var className = _param.className, _param_align = _param.align, align = _param_align === void 0 ? "center" : _param_align, _param_sideOffset = _param.sideOffset, sideOffset = _param_sideOffset === void 0 ? 4 : _param_sideOffset, props = _object_without_properties(_param, [
7111
6803
  "className",
7112
6804
  "align",
7113
6805
  "sideOffset"
7114
6806
  ]);
7115
- return React65.createElement(PopoverPrimitive.Portal, null, /* @__PURE__ */ React65.createElement(PopoverPrimitive.Content, _object_spread({
6807
+ return React63.createElement(PopoverPrimitive.Portal, null, /* @__PURE__ */ React63.createElement(PopoverPrimitive.Content, _object_spread({
7116
6808
  ref: ref,
7117
6809
  align: align,
7118
6810
  sideOffset: sideOffset,
@@ -7122,7 +6814,7 @@ var PopoverContent = React65.forwardRef(function(_param, ref) /* @__PURE__ */ {
7122
6814
  PopoverContent.displayName = PopoverPrimitive.Content.displayName;
7123
6815
  var Popover = function(param) {
7124
6816
  var trigger = param.trigger, children = param.children, className = param.className, _param_align = param.align, align = _param_align === void 0 ? "center" : _param_align, side = param.side, _param_sideOffset = param.sideOffset, sideOffset = _param_sideOffset === void 0 ? 4 : _param_sideOffset;
7125
- return /* @__PURE__ */ React65.createElement(PopoverPrimitive.Root, null, /* @__PURE__ */ React65.createElement(PopoverPrimitive.Trigger, null, trigger), /* @__PURE__ */ React65.createElement(PopoverContent, {
6817
+ return /* @__PURE__ */ React63.createElement(PopoverPrimitive.Root, null, /* @__PURE__ */ React63.createElement(PopoverPrimitive.Trigger, null, trigger), /* @__PURE__ */ React63.createElement(PopoverContent, {
7126
6818
  side: side,
7127
6819
  className: className,
7128
6820
  align: align,
@@ -7132,50 +6824,50 @@ var Popover = function(param) {
7132
6824
  // src/elements/Tabs.tsx
7133
6825
  var _reacttabs = require("@radix-ui/react-tabs");
7134
6826
  var TabsPrimitive = _interopRequireWildcard(_reacttabs);
7135
- var TabsContext = React66.createContext({
6827
+ var TabsContext = React64.createContext({
7136
6828
  orientation: "vertical"
7137
6829
  });
7138
- var Tabs = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
6830
+ var Tabs = React64.forwardRef(function(_param, ref) /* @__PURE__ */ {
7139
6831
  var className = _param.className, orientation = _param.orientation, props = _object_without_properties(_param, [
7140
6832
  "className",
7141
6833
  "orientation"
7142
6834
  ]);
7143
- return React66.createElement(TabsPrimitive.Root, _object_spread({
6835
+ return React64.createElement(TabsPrimitive.Root, _object_spread({
7144
6836
  ref: ref,
7145
6837
  className: cn("flex gap-2", orientation === "horizontal" ? "flex-row" : "flex-col", className)
7146
- }, props), /* @__PURE__ */ React66.createElement(TabsContext.Provider, {
6838
+ }, props), /* @__PURE__ */ React64.createElement(TabsContext.Provider, {
7147
6839
  value: {
7148
6840
  orientation: orientation
7149
6841
  }
7150
6842
  }, props.children));
7151
6843
  });
7152
6844
  Tabs.displayName = TabsPrimitive.Root.displayName;
7153
- var TabsList = React66.forwardRef(function(_param, ref) {
6845
+ var TabsList = React64.forwardRef(function(_param, ref) {
7154
6846
  var className = _param.className, props = _object_without_properties(_param, [
7155
6847
  "className"
7156
6848
  ]);
7157
- var orientation = React66.useContext(TabsContext).orientation;
7158
- return /* @__PURE__ */ React66.createElement(TabsPrimitive.List, _object_spread({
6849
+ var orientation = React64.useContext(TabsContext).orientation;
6850
+ return /* @__PURE__ */ React64.createElement(TabsPrimitive.List, _object_spread({
7159
6851
  ref: ref,
7160
6852
  className: cn("flex w-fit flex-wrap items-center justify-start gap-1 rounded border bg-muted p-1 text-muted-foreground dark:border-primary/10 ", orientation === "horizontal" ? "flex-col" : "flex-row", className)
7161
6853
  }, props));
7162
6854
  });
7163
6855
  TabsList.displayName = TabsPrimitive.List.displayName;
7164
- var TabsTrigger = React66.forwardRef(function(_param, ref) {
6856
+ var TabsTrigger = React64.forwardRef(function(_param, ref) {
7165
6857
  var className = _param.className, props = _object_without_properties(_param, [
7166
6858
  "className"
7167
6859
  ]);
7168
- return /* @__PURE__ */ React66.createElement(TabsPrimitive.Trigger, _object_spread({
6860
+ return /* @__PURE__ */ React64.createElement(TabsPrimitive.Trigger, _object_spread({
7169
6861
  ref: ref,
7170
6862
  className: cn("inline-flex w-full flex-1 select-none items-center justify-center whitespace-nowrap rounded border px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-primary data-[state=active]:text-primary-foreground data-[state=active]:shadow-sm dark:border-primary/10", className)
7171
6863
  }, props));
7172
6864
  });
7173
6865
  TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
7174
- var TabsContent = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
6866
+ var TabsContent = React64.forwardRef(function(_param, ref) /* @__PURE__ */ {
7175
6867
  var className = _param.className, props = _object_without_properties(_param, [
7176
6868
  "className"
7177
6869
  ]);
7178
- return React66.createElement(TabsPrimitive.Content, _object_spread({
6870
+ return React64.createElement(TabsPrimitive.Content, _object_spread({
7179
6871
  ref: ref,
7180
6872
  className: cn("w-full ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2", className)
7181
6873
  }, props));
@@ -7184,20 +6876,20 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
7184
6876
  // src/elements/Separator.tsx
7185
6877
  var _reactseparator = require("@radix-ui/react-separator");
7186
6878
  var SeparatorPrimitive = _interopRequireWildcard(_reactseparator);
7187
- var Separator3 = React67.forwardRef(function(_param, ref) /* @__PURE__ */ {
6879
+ var Separator2 = React65.forwardRef(function(_param, ref) /* @__PURE__ */ {
7188
6880
  var className = _param.className, _param_orientation = _param.orientation, orientation = _param_orientation === void 0 ? "horizontal" : _param_orientation, _param_decorative = _param.decorative, decorative = _param_decorative === void 0 ? true : _param_decorative, props = _object_without_properties(_param, [
7189
6881
  "className",
7190
6882
  "orientation",
7191
6883
  "decorative"
7192
6884
  ]);
7193
- return React67.createElement(SeparatorPrimitive.Root, _object_spread({
6885
+ return React65.createElement(SeparatorPrimitive.Root, _object_spread({
7194
6886
  ref: ref,
7195
6887
  decorative: decorative,
7196
6888
  orientation: orientation,
7197
6889
  className: cn("shrink-0 bg-border", orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", className)
7198
6890
  }, props));
7199
6891
  });
7200
- Separator3.displayName = SeparatorPrimitive.Root.displayName;
6892
+ Separator2.displayName = SeparatorPrimitive.Root.displayName;
7201
6893
  // src/elements/Toast.tsx
7202
6894
  var _reacttoast = require("@radix-ui/react-toast");
7203
6895
  var ToastPrimitives = _interopRequireWildcard(_reacttoast);
@@ -7220,24 +6912,24 @@ var toastVariants = _classvarianceauthority.cva.call(void 0, "group pointer-even
7220
6912
  }
7221
6913
  });
7222
6914
  var ToastProvider = ToastPrimitives.Provider;
7223
- var ToastViewport = React68.forwardRef(function(_param, ref) /* @__PURE__ */ {
6915
+ var ToastViewport = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
7224
6916
  var className = _param.className, props = _object_without_properties(_param, [
7225
6917
  "className"
7226
6918
  ]);
7227
- return React68.createElement(ToastPrimitives.Viewport, _object_spread({
6919
+ return React66.createElement(ToastPrimitives.Viewport, _object_spread({
7228
6920
  ref: ref,
7229
6921
  className: cn("fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]", className)
7230
6922
  }, props));
7231
6923
  });
7232
6924
  ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
7233
- var Toast = React68.forwardRef(function(_param, ref) {
6925
+ var Toast = React66.forwardRef(function(_param, ref) {
7234
6926
  var className = _param.className, variant = _param.variant, _param_severity = _param.severity, severity = _param_severity === void 0 ? "none" : _param_severity, direction = _param.direction, props = _object_without_properties(_param, [
7235
6927
  "className",
7236
6928
  "variant",
7237
6929
  "severity",
7238
6930
  "direction"
7239
6931
  ]);
7240
- return /* @__PURE__ */ React68.createElement(ToastPrimitives.Root, _object_spread({
6932
+ return /* @__PURE__ */ React66.createElement(ToastPrimitives.Root, _object_spread({
7241
6933
  ref: ref,
7242
6934
  className: cn(toastVariants({
7243
6935
  variant: variant,
@@ -7247,52 +6939,52 @@ var Toast = React68.forwardRef(function(_param, ref) {
7247
6939
  }, props));
7248
6940
  });
7249
6941
  Toast.displayName = ToastPrimitives.Root.displayName;
7250
- var ToastAction = React68.forwardRef(function(_param, ref) {
6942
+ var ToastAction = React66.forwardRef(function(_param, ref) {
7251
6943
  var className = _param.className, props = _object_without_properties(_param, [
7252
6944
  "className"
7253
6945
  ]);
7254
- return /* @__PURE__ */ React68.createElement(ToastPrimitives.Action, _object_spread({
6946
+ return /* @__PURE__ */ React66.createElement(ToastPrimitives.Action, _object_spread({
7255
6947
  ref: ref,
7256
6948
  className: cn("inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50", "group-[.info]:border-muted/40 group-[.info]:hover:border-info/30 group-[.info]:hover:bg-info group-[.info]:hover:text-info-foreground group-[.info]:focus:ring-info", "group-[.error]:border-muted/40 group-[.error]:hover:border-error/30 group-[.error]:hover:bg-error group-[.error]:hover:text-error-foreground group-[.error]:focus:ring-error", "group-[.success]:border-muted/40 group-[.success]:hover:border-success/30 group-[.success]:hover:bg-success group-[.success]:hover:text-success-foreground group-[.success]:focus:ring-success", "group-[.warning]:border-muted/40 group-[.warning]:hover:border-warning/30 group-[.warning]:hover:bg-warning group-[.warning]:hover:text-warning-foreground group-[.warning]:focus:ring-warning", className)
7257
6949
  }, props));
7258
6950
  });
7259
6951
  ToastAction.displayName = ToastPrimitives.Action.displayName;
7260
- var ToastClose = React68.forwardRef(function(_param, ref) /* @__PURE__ */ {
6952
+ var ToastClose = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
7261
6953
  var className = _param.className, props = _object_without_properties(_param, [
7262
6954
  "className"
7263
6955
  ]);
7264
- return React68.createElement(ToastPrimitives.Close, _object_spread({
6956
+ return React66.createElement(ToastPrimitives.Close, _object_spread({
7265
6957
  ref: ref,
7266
6958
  className: cn("absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600", className),
7267
6959
  "toast-close": ""
7268
- }, props), /* @__PURE__ */ React68.createElement("svg", {
6960
+ }, props), /* @__PURE__ */ React66.createElement("svg", {
7269
6961
  "aria-label": "Close Icon",
7270
6962
  "aria-hidden": "true",
7271
6963
  className: "h-4 w-4",
7272
6964
  fill: "currentColor",
7273
6965
  viewBox: "0 0 20 20"
7274
- }, /* @__PURE__ */ React68.createElement("path", {
6966
+ }, /* @__PURE__ */ React66.createElement("path", {
7275
6967
  fillRule: "evenodd",
7276
6968
  d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
7277
6969
  clipRule: "evenodd"
7278
6970
  })));
7279
6971
  });
7280
6972
  ToastClose.displayName = ToastPrimitives.Close.displayName;
7281
- var ToastTitle = React68.forwardRef(function(_param, ref) /* @__PURE__ */ {
6973
+ var ToastTitle = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
7282
6974
  var className = _param.className, props = _object_without_properties(_param, [
7283
6975
  "className"
7284
6976
  ]);
7285
- return React68.createElement(ToastPrimitives.Title, _object_spread({
6977
+ return React66.createElement(ToastPrimitives.Title, _object_spread({
7286
6978
  ref: ref,
7287
6979
  className: cn("text-sm font-semibold", className)
7288
6980
  }, props));
7289
6981
  });
7290
6982
  ToastTitle.displayName = ToastPrimitives.Title.displayName;
7291
- var ToastDescription = React68.forwardRef(function(_param, ref) /* @__PURE__ */ {
6983
+ var ToastDescription = React66.forwardRef(function(_param, ref) /* @__PURE__ */ {
7292
6984
  var className = _param.className, props = _object_without_properties(_param, [
7293
6985
  "className"
7294
6986
  ]);
7295
- return React68.createElement(ToastPrimitives.Description, _object_spread({
6987
+ return React66.createElement(ToastPrimitives.Description, _object_spread({
7296
6988
  ref: ref,
7297
6989
  className: cn("text-sm opacity-90", className)
7298
6990
  }, props));
@@ -7410,8 +7102,8 @@ function toast(_param) {
7410
7102
  };
7411
7103
  }
7412
7104
  function useToast() {
7413
- var _React69_useState = _sliced_to_array(React69.useState(memoryState), 2), state = _React69_useState[0], setState = _React69_useState[1];
7414
- React69.useEffect(function() {
7105
+ var _React67_useState = _sliced_to_array(React67.useState(memoryState), 2), state = _React67_useState[0], setState = _React67_useState[1];
7106
+ React67.useEffect(function() {
7415
7107
  listeners.push(setState);
7416
7108
  return function() {
7417
7109
  var index = listeners.indexOf(setState);
@@ -7464,42 +7156,42 @@ var DialogPortal = function(_param) /* @__PURE__ */ {
7464
7156
  var className = _param.className, props = _object_without_properties(_param, [
7465
7157
  "className"
7466
7158
  ]);
7467
- return React71.createElement(DialogPrimitive.Portal, _object_spread({
7159
+ return React69.createElement(DialogPrimitive.Portal, _object_spread({
7468
7160
  className: cn(className)
7469
7161
  }, props));
7470
7162
  };
7471
7163
  DialogPortal.displayName = DialogPrimitive.Portal.displayName;
7472
- var DialogOverlay = React71.forwardRef(function(_param, ref) /* @__PURE__ */ {
7164
+ var DialogOverlay = React69.forwardRef(function(_param, ref) /* @__PURE__ */ {
7473
7165
  var className = _param.className, props = _object_without_properties(_param, [
7474
7166
  "className"
7475
7167
  ]);
7476
- return React71.createElement(DialogPrimitive.Overlay, _object_spread({
7168
+ return React69.createElement(DialogPrimitive.Overlay, _object_spread({
7477
7169
  ref: ref,
7478
7170
  className: cn("fixed inset-0 z-50 bg-background/80 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0", className)
7479
7171
  }, props));
7480
7172
  });
7481
7173
  DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
7482
- var DialogContent = React71.forwardRef(function(_param, ref) /* @__PURE__ */ {
7174
+ var DialogContent = React69.forwardRef(function(_param, ref) /* @__PURE__ */ {
7483
7175
  var className = _param.className, children = _param.children, props = _object_without_properties(_param, [
7484
7176
  "className",
7485
7177
  "children"
7486
7178
  ]);
7487
- return React71.createElement(DialogPortal, null, /* @__PURE__ */ React71.createElement(DialogOverlay, null), /* @__PURE__ */ React71.createElement(DialogPrimitive.Content, _object_spread({
7179
+ return React69.createElement(DialogPortal, null, /* @__PURE__ */ React69.createElement(DialogOverlay, null), /* @__PURE__ */ React69.createElement(DialogPrimitive.Content, _object_spread({
7488
7180
  ref: ref,
7489
7181
  className: cn("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg md:w-full", className)
7490
- }, props), children, /* @__PURE__ */ React71.createElement(DialogPrimitive.Close, {
7182
+ }, props), children, /* @__PURE__ */ React69.createElement(DialogPrimitive.Close, {
7491
7183
  className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground"
7492
- }, /* @__PURE__ */ React71.createElement("svg", {
7184
+ }, /* @__PURE__ */ React69.createElement("svg", {
7493
7185
  "aria-label": "Close Icon",
7494
7186
  "aria-hidden": "true",
7495
7187
  className: "h-5 w-5",
7496
7188
  fill: "currentColor",
7497
7189
  viewBox: "0 0 20 20"
7498
- }, /* @__PURE__ */ React71.createElement("path", {
7190
+ }, /* @__PURE__ */ React69.createElement("path", {
7499
7191
  fillRule: "evenodd",
7500
7192
  d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
7501
7193
  clipRule: "evenodd"
7502
- })), /* @__PURE__ */ React71.createElement("span", {
7194
+ })), /* @__PURE__ */ React69.createElement("span", {
7503
7195
  className: "sr-only"
7504
7196
  }, "Close"))));
7505
7197
  });
@@ -7508,7 +7200,7 @@ var DialogHeader = function(_param) /* @__PURE__ */ {
7508
7200
  var className = _param.className, props = _object_without_properties(_param, [
7509
7201
  "className"
7510
7202
  ]);
7511
- return React71.createElement("div", _object_spread({
7203
+ return React69.createElement("div", _object_spread({
7512
7204
  className: cn("flex flex-col space-y-1.5 text-center sm:text-left", className)
7513
7205
  }, props));
7514
7206
  };
@@ -7517,26 +7209,26 @@ var DialogFooter = function(_param) /* @__PURE__ */ {
7517
7209
  var className = _param.className, props = _object_without_properties(_param, [
7518
7210
  "className"
7519
7211
  ]);
7520
- return React71.createElement("div", _object_spread({
7212
+ return React69.createElement("div", _object_spread({
7521
7213
  className: cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", className)
7522
7214
  }, props));
7523
7215
  };
7524
7216
  DialogFooter.displayName = "DialogFooter";
7525
- var DialogTitle = React71.forwardRef(function(_param, ref) /* @__PURE__ */ {
7217
+ var DialogTitle = React69.forwardRef(function(_param, ref) /* @__PURE__ */ {
7526
7218
  var className = _param.className, props = _object_without_properties(_param, [
7527
7219
  "className"
7528
7220
  ]);
7529
- return React71.createElement(DialogPrimitive.Title, _object_spread({
7221
+ return React69.createElement(DialogPrimitive.Title, _object_spread({
7530
7222
  ref: ref,
7531
7223
  className: cn("text-lg font-semibold leading-none tracking-tight", className)
7532
7224
  }, props));
7533
7225
  });
7534
7226
  DialogTitle.displayName = DialogPrimitive.Title.displayName;
7535
- var DialogDescription = React71.forwardRef(function(_param, ref) /* @__PURE__ */ {
7227
+ var DialogDescription = React69.forwardRef(function(_param, ref) /* @__PURE__ */ {
7536
7228
  var className = _param.className, props = _object_without_properties(_param, [
7537
7229
  "className"
7538
7230
  ]);
7539
- return React71.createElement(DialogPrimitive.Description, _object_spread({
7231
+ return React69.createElement(DialogPrimitive.Description, _object_spread({
7540
7232
  ref: ref,
7541
7233
  className: cn("text-sm text-muted-foreground", className)
7542
7234
  }, props));
@@ -7585,16 +7277,16 @@ var useBreakpoint = function() {
7585
7277
  var _react_useState_call = _sliced_to_array(_react.useState.call(void 0, _optionalChain([
7586
7278
  window,
7587
7279
  "optionalAccess",
7588
- function(_128) {
7589
- return _128.innerWidth;
7280
+ function(_112) {
7281
+ return _112.innerWidth;
7590
7282
  }
7591
7283
  ])), 2), breakpoint = _react_useState_call[0], setBreakpoint = _react_useState_call[1];
7592
7284
  var resize = function() {
7593
7285
  setBreakpoint(_optionalChain([
7594
7286
  window,
7595
7287
  "optionalAccess",
7596
- function(_129) {
7597
- return _129.innerWidth;
7288
+ function(_113) {
7289
+ return _113.innerWidth;
7598
7290
  }
7599
7291
  ]));
7600
7292
  };
@@ -7603,24 +7295,24 @@ var useBreakpoint = function() {
7603
7295
  _optionalChain([
7604
7296
  window,
7605
7297
  "optionalAccess",
7606
- function(_130) {
7607
- return _130.addEventListener;
7298
+ function(_114) {
7299
+ return _114.addEventListener;
7608
7300
  },
7609
7301
  "call",
7610
- function(_131) {
7611
- return _131("resize", resize);
7302
+ function(_115) {
7303
+ return _115("resize", resize);
7612
7304
  }
7613
7305
  ]);
7614
7306
  return function() {
7615
7307
  _optionalChain([
7616
7308
  window,
7617
7309
  "optionalAccess",
7618
- function(_132) {
7619
- return _132.removeEventListener;
7310
+ function(_116) {
7311
+ return _116.removeEventListener;
7620
7312
  },
7621
7313
  "call",
7622
- function(_133) {
7623
- return _133("resize", resize);
7314
+ function(_117) {
7315
+ return _117("resize", resize);
7624
7316
  }
7625
7317
  ]);
7626
7318
  };
@@ -7687,16 +7379,16 @@ var HawaSiteLayout = function(_param) {
7687
7379
  }, _optionalChain([
7688
7380
  props,
7689
7381
  "access",
7690
- function(_134) {
7691
- return _134.navItems;
7382
+ function(_118) {
7383
+ return _118.navItems;
7692
7384
  },
7693
7385
  "optionalAccess",
7694
- function(_135) {
7695
- return _135.map;
7386
+ function(_119) {
7387
+ return _119.map;
7696
7388
  },
7697
7389
  "call",
7698
- function(_136) {
7699
- return _136(function(param, i) {
7390
+ function(_120) {
7391
+ return _120(function(param, i) {
7700
7392
  var label = param.label;
7701
7393
  return /* @__PURE__ */ React6.default.createElement("div", {
7702
7394
  onClick: function() {
@@ -7741,28 +7433,28 @@ var _reactaccordion = require("@radix-ui/react-accordion");
7741
7433
  var AccordionPrimitive = _interopRequireWildcard(_reactaccordion);
7742
7434
  var Accordion = AccordionPrimitive.Root;
7743
7435
  var triggerStyles = "flex flex-1 items-center select-none cursor-pointer bg-primary-foreground rounded justify-between p-2 px-3 font-medium transition-all [&[data-state=open]>svg]:-rotate-90";
7744
- var AccordionItem = React77.forwardRef(function(_param, ref) /* @__PURE__ */ {
7436
+ var AccordionItem = React75.forwardRef(function(_param, ref) /* @__PURE__ */ {
7745
7437
  var className = _param.className, props = _object_without_properties(_param, [
7746
7438
  "className"
7747
7439
  ]);
7748
- return React77.createElement(AccordionPrimitive.Item, _object_spread({
7440
+ return React75.createElement(AccordionPrimitive.Item, _object_spread({
7749
7441
  ref: ref,
7750
7442
  className: cn(className)
7751
7443
  }, props));
7752
7444
  });
7753
7445
  AccordionItem.displayName = "AccordionItem";
7754
- var AccordionTrigger = React77.forwardRef(function(_param, ref) /* @__PURE__ */ {
7446
+ var AccordionTrigger = React75.forwardRef(function(_param, ref) /* @__PURE__ */ {
7755
7447
  var className = _param.className, showArrow = _param.showArrow, children = _param.children, props = _object_without_properties(_param, [
7756
7448
  "className",
7757
7449
  "showArrow",
7758
7450
  "children"
7759
7451
  ]);
7760
- return React77.createElement(AccordionPrimitive.Header, {
7452
+ return React75.createElement(AccordionPrimitive.Header, {
7761
7453
  className: "flex"
7762
- }, /* @__PURE__ */ React77.createElement(AccordionPrimitive.Trigger, _object_spread({
7454
+ }, /* @__PURE__ */ React75.createElement(AccordionPrimitive.Trigger, _object_spread({
7763
7455
  ref: ref,
7764
7456
  className: cn(triggerStyles, className)
7765
- }, props), children, showArrow && /* @__PURE__ */ React77.createElement("svg", {
7457
+ }, props), children, showArrow && /* @__PURE__ */ React75.createElement("svg", {
7766
7458
  "aria-label": "Chevron Right Icon",
7767
7459
  stroke: "currentColor",
7768
7460
  fill: "currentColor",
@@ -7770,29 +7462,29 @@ var AccordionTrigger = React77.forwardRef(function(_param, ref) /* @__PURE__ */
7770
7462
  height: "1em",
7771
7463
  width: "1em",
7772
7464
  className: "h-4 w-4 shrink-0 rotate-90 transition-transform duration-200"
7773
- }, /* @__PURE__ */ React77.createElement("path", {
7465
+ }, /* @__PURE__ */ React75.createElement("path", {
7774
7466
  d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
7775
7467
  }))));
7776
7468
  });
7777
7469
  AccordionTrigger.displayName = AccordionPrimitive.Trigger.displayName;
7778
- var AccordionContent = React77.forwardRef(function(_param, ref) /* @__PURE__ */ {
7470
+ var AccordionContent = React75.forwardRef(function(_param, ref) /* @__PURE__ */ {
7779
7471
  var className = _param.className, children = _param.children, props = _object_without_properties(_param, [
7780
7472
  "className",
7781
7473
  "children"
7782
7474
  ]);
7783
- return React77.createElement(AccordionPrimitive.Content, _object_spread({
7475
+ return React75.createElement(AccordionPrimitive.Content, _object_spread({
7784
7476
  ref: ref,
7785
7477
  className: cn("overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down", className)
7786
- }, props), /* @__PURE__ */ React77.createElement("div", null, children));
7478
+ }, props), /* @__PURE__ */ React75.createElement("div", null, children));
7787
7479
  });
7788
7480
  AccordionContent.displayName = AccordionPrimitive.Content.displayName;
7789
7481
  var SidebarGroup = function(param) {
7790
7482
  var title = param.title, items = param.items, selectedItem = param.selectedItem, openedItem = param.openedItem, setOpenedItem = param.setOpenedItem, onItemClick = param.onItemClick, onSubItemClick = param.onSubItemClick, direction = param.direction, isOpen = param.isOpen;
7791
- return /* @__PURE__ */ React77.createElement("div", null, title && /* @__PURE__ */ React77.createElement("h3", {
7483
+ return /* @__PURE__ */ React75.createElement("div", null, title && /* @__PURE__ */ React75.createElement("h3", {
7792
7484
  className: "mb-1 font-bold"
7793
- }, title), /* @__PURE__ */ React77.createElement("ul", {
7485
+ }, title), /* @__PURE__ */ React75.createElement("ul", {
7794
7486
  className: "flex flex-col gap-2"
7795
- }, /* @__PURE__ */ React77.createElement(Accordion, {
7487
+ }, /* @__PURE__ */ React75.createElement(Accordion, {
7796
7488
  value: openedItem,
7797
7489
  type: "single",
7798
7490
  onValueChange: function(e) {
@@ -7801,7 +7493,7 @@ var SidebarGroup = function(param) {
7801
7493
  collapsible: true,
7802
7494
  className: "flex flex-col gap-1"
7803
7495
  }, items.map(function(item, idx) {
7804
- return /* @__PURE__ */ React77.createElement(SidebarItem, {
7496
+ return /* @__PURE__ */ React75.createElement(SidebarItem, {
7805
7497
  isOpen: isOpen,
7806
7498
  isSelected: selectedItem,
7807
7499
  key: idx,
@@ -7818,26 +7510,27 @@ var SidebarItem = function(param) {
7818
7510
  return isSelected && isSelected[index] === value ? "bg-primary text-primary-foreground cursor-default" : "hover:bg-primary/10";
7819
7511
  };
7820
7512
  if (item.subitems) {
7821
- return /* @__PURE__ */ React77.createElement(AccordionItem, {
7513
+ return /* @__PURE__ */ React75.createElement(AccordionItem, {
7822
7514
  value: item.value,
7823
7515
  className: "overflow-x-clip",
7824
7516
  dir: direction
7825
- }, /* @__PURE__ */ React77.createElement(AccordionTrigger, {
7517
+ }, /* @__PURE__ */ React75.createElement(AccordionTrigger, {
7826
7518
  className: cn(getSelectedStyle(item.value, 0)),
7827
7519
  showArrow: isOpen
7828
- }, /* @__PURE__ */ React77.createElement("div", {
7520
+ }, /* @__PURE__ */ React75.createElement("div", {
7829
7521
  className: cn(!isOpen && "py-1", "flex w-fit flex-row items-center gap-2")
7830
- }, item.icon, isOpen && /* @__PURE__ */ React77.createElement("span", {
7522
+ }, item.icon, isOpen && /* @__PURE__ */ React75.createElement("span", {
7831
7523
  className: cn("transition-all ", isOpen ? "opacity-100" : "opacity-0")
7832
- }, item.label))), item.subitems && /* @__PURE__ */ React77.createElement(AccordionContent, {
7524
+ }, item.label))), item.subitems && /* @__PURE__ */ React75.createElement(AccordionContent, {
7833
7525
  className: " mt-1 h-full rounded "
7834
- }, /* @__PURE__ */ React77.createElement("div", {
7526
+ }, /* @__PURE__ */ React75.createElement("div", {
7835
7527
  className: cn("flex h-full flex-col gap-2 bg-foreground/5 p-1")
7836
7528
  }, item.subitems.map(function(subitem, idx) {
7837
- return /* @__PURE__ */ React77.createElement("li", {
7529
+ return /* @__PURE__ */ React75.createElement("li", {
7838
7530
  key: idx,
7839
7531
  onClick: function(e) {
7840
7532
  e.stopPropagation();
7533
+ subitem.onClick();
7841
7534
  if (onSubItemClick) {
7842
7535
  onSubItemClick([
7843
7536
  item.value,
@@ -7849,9 +7542,10 @@ var SidebarItem = function(param) {
7849
7542
  }, subitem.icon, subitem.label);
7850
7543
  }))));
7851
7544
  } else {
7852
- return /* @__PURE__ */ React77.createElement("div", {
7545
+ return /* @__PURE__ */ React75.createElement("div", {
7853
7546
  dir: direction,
7854
7547
  onClick: function() {
7548
+ item.onClick();
7855
7549
  if (onItemClick) {
7856
7550
  onItemClick([
7857
7551
  item.value
@@ -7859,9 +7553,9 @@ var SidebarItem = function(param) {
7859
7553
  }
7860
7554
  },
7861
7555
  className: cn(triggerStyles, getSelectedStyle(item.value, 0), "overflow-x-clip ")
7862
- }, /* @__PURE__ */ React77.createElement("div", {
7556
+ }, /* @__PURE__ */ React75.createElement("div", {
7863
7557
  className: "flex flex-row items-center gap-2 "
7864
- }, item.icon, /* @__PURE__ */ React77.createElement("span", {
7558
+ }, item.icon, /* @__PURE__ */ React75.createElement("span", {
7865
7559
  className: cn("whitespace-nowrap transition-all", isOpen ? "opacity-100" : "opacity-0")
7866
7560
  }, item.label)));
7867
7561
  }
@@ -8029,12 +7723,17 @@ var AppLayout = function(_param) {
8029
7723
  }, /* @__PURE__ */ React6.default.createElement(SidebarGroup, {
8030
7724
  direction: direction,
8031
7725
  onItemClick: function(values) {
7726
+ console.log("vals ", values);
8032
7727
  setSelectedItem(values);
8033
- clickedItem(values);
7728
+ if (clickedItem) {
7729
+ clickedItem(values);
7730
+ }
8034
7731
  },
8035
7732
  onSubItemClick: function(values) {
8036
7733
  setSelectedItem(values);
8037
- clickedItem(values);
7734
+ if (clickedItem) {
7735
+ clickedItem(values);
7736
+ }
8038
7737
  },
8039
7738
  selectedItem: selectedItem,
8040
7739
  openedItem: openedSidebarItem,
@@ -8054,22 +7753,22 @@ var AppLayout = function(_param) {
8054
7753
  content: keepOpen ? _optionalChain([
8055
7754
  props,
8056
7755
  "access",
8057
- function(_137) {
8058
- return _137.texts;
7756
+ function(_121) {
7757
+ return _121.texts;
8059
7758
  },
8060
7759
  "optionalAccess",
8061
- function(_138) {
8062
- return _138.collapseSidebar;
7760
+ function(_122) {
7761
+ return _122.collapseSidebar;
8063
7762
  }
8064
7763
  ]) || "Collapse Sidebar" : _optionalChain([
8065
7764
  props,
8066
7765
  "access",
8067
- function(_139) {
8068
- return _139.texts;
7766
+ function(_123) {
7767
+ return _123.texts;
8069
7768
  },
8070
7769
  "optionalAccess",
8071
- function(_140) {
8072
- return _140.expandSidebar;
7770
+ function(_124) {
7771
+ return _124.expandSidebar;
8073
7772
  }
8074
7773
  ]) || "Expand Sidebar"
8075
7774
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8253,28 +7952,28 @@ var HawaAppLayout = function(_param) {
8253
7952
  }, _optionalChain([
8254
7953
  props,
8255
7954
  "access",
8256
- function(_141) {
8257
- return _141.drawerItems;
7955
+ function(_125) {
7956
+ return _125.drawerItems;
8258
7957
  },
8259
7958
  "optionalAccess",
8260
- function(_142) {
8261
- return _142.map;
7959
+ function(_126) {
7960
+ return _126.map;
8262
7961
  },
8263
7962
  "call",
8264
- function(_143) {
8265
- return _143(function(dSection, dIndex) {
7963
+ function(_127) {
7964
+ return _127(function(dSection, dIndex) {
8266
7965
  return /* @__PURE__ */ React6.default.createElement("div", {
8267
7966
  key: dIndex,
8268
7967
  className: _clsx2.default.call(void 0, "flex flex-col items-stretch justify-center")
8269
7968
  }, _optionalChain([
8270
7969
  dSection,
8271
7970
  "optionalAccess",
8272
- function(_144) {
8273
- return _144.map;
7971
+ function(_128) {
7972
+ return _128.map;
8274
7973
  },
8275
7974
  "call",
8276
- function(_145) {
8277
- return _145(function(dItem, i) {
7975
+ function(_129) {
7976
+ return _129(function(dItem, i) {
8278
7977
  return /* @__PURE__ */ React6.default.createElement("div", {
8279
7978
  key: i,
8280
7979
  id: "test",
@@ -8290,16 +7989,16 @@ var HawaAppLayout = function(_param) {
8290
7989
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8291
7990
  dItem,
8292
7991
  "access",
8293
- function(_146) {
8294
- return _146.subItems;
7992
+ function(_130) {
7993
+ return _130.subItems;
8295
7994
  },
8296
7995
  "optionalAccess",
8297
- function(_147) {
8298
- return _147.find;
7996
+ function(_131) {
7997
+ return _131.find;
8299
7998
  },
8300
7999
  "call",
8301
- function(_148) {
8302
- return _148(function(e) {
8000
+ function(_132) {
8001
+ return _132(function(e) {
8303
8002
  return e.slug === props.currentPage;
8304
8003
  });
8305
8004
  }
@@ -8321,28 +8020,28 @@ var HawaAppLayout = function(_param) {
8321
8020
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 33 * _optionalChain([
8322
8021
  dItem,
8323
8022
  "access",
8324
- function(_149) {
8325
- return _149.subItems;
8023
+ function(_133) {
8024
+ return _133.subItems;
8326
8025
  },
8327
8026
  "optionalAccess",
8328
- function(_150) {
8329
- return _150.length;
8027
+ function(_134) {
8028
+ return _134.length;
8330
8029
  }
8331
8030
  ]) : 0
8332
8031
  }
8333
8032
  }, _optionalChain([
8334
8033
  dItem,
8335
8034
  "access",
8336
- function(_151) {
8337
- return _151.subItems;
8035
+ function(_135) {
8036
+ return _135.subItems;
8338
8037
  },
8339
8038
  "optionalAccess",
8340
- function(_152) {
8341
- return _152.map;
8039
+ function(_136) {
8040
+ return _136.map;
8342
8041
  },
8343
8042
  "call",
8344
- function(_153) {
8345
- return _153(function(subIt, s) {
8043
+ function(_137) {
8044
+ return _137(function(subIt, s) {
8346
8045
  return /* @__PURE__ */ React6.default.createElement("div", {
8347
8046
  key: s,
8348
8047
  className: _clsx2.default.call(void 0, "flex flex-row gap-2 overflow-x-clip rounded p-2 px-2 text-xs", isRTL ? "text-right" : "text-left", props.currentPage === subIt.slug ? "bg-buttonPrimary-500 text-white hover:bg-buttonPrimary-500" : "hover:bg-layoutPrimary-500"),
@@ -8569,28 +8268,28 @@ var HawaAppLayoutSimplified = function(_param) {
8569
8268
  }, _optionalChain([
8570
8269
  props,
8571
8270
  "access",
8572
- function(_154) {
8573
- return _154.drawerItems;
8271
+ function(_138) {
8272
+ return _138.drawerItems;
8574
8273
  },
8575
8274
  "optionalAccess",
8576
- function(_155) {
8577
- return _155.map;
8275
+ function(_139) {
8276
+ return _139.map;
8578
8277
  },
8579
8278
  "call",
8580
- function(_156) {
8581
- return _156(function(dSection, dIndex) {
8279
+ function(_140) {
8280
+ return _140(function(dSection, dIndex) {
8582
8281
  return /* @__PURE__ */ React6.default.createElement("div", {
8583
8282
  key: dIndex,
8584
8283
  className: _clsx2.default.call(void 0, "flex select-none flex-col items-stretch justify-center transition-all")
8585
8284
  }, _optionalChain([
8586
8285
  dSection,
8587
8286
  "optionalAccess",
8588
- function(_157) {
8589
- return _157.map;
8287
+ function(_141) {
8288
+ return _141.map;
8590
8289
  },
8591
8290
  "call",
8592
- function(_158) {
8593
- return _158(function(dItem, i) {
8291
+ function(_142) {
8292
+ return _142(function(dItem, i) {
8594
8293
  return /* @__PURE__ */ React6.default.createElement("div", {
8595
8294
  key: i,
8596
8295
  id: "test",
@@ -8606,16 +8305,16 @@ var HawaAppLayoutSimplified = function(_param) {
8606
8305
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8607
8306
  dItem,
8608
8307
  "access",
8609
- function(_159) {
8610
- return _159.subItems;
8308
+ function(_143) {
8309
+ return _143.subItems;
8611
8310
  },
8612
8311
  "optionalAccess",
8613
- function(_160) {
8614
- return _160.find;
8312
+ function(_144) {
8313
+ return _144.find;
8615
8314
  },
8616
8315
  "call",
8617
- function(_161) {
8618
- return _161(function(e) {
8316
+ function(_145) {
8317
+ return _145(function(e) {
8619
8318
  return e.slug === props.currentPage;
8620
8319
  });
8621
8320
  }
@@ -8635,28 +8334,28 @@ var HawaAppLayoutSimplified = function(_param) {
8635
8334
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 35 * _optionalChain([
8636
8335
  dItem,
8637
8336
  "access",
8638
- function(_162) {
8639
- return _162.subItems;
8337
+ function(_146) {
8338
+ return _146.subItems;
8640
8339
  },
8641
8340
  "optionalAccess",
8642
- function(_163) {
8643
- return _163.length;
8341
+ function(_147) {
8342
+ return _147.length;
8644
8343
  }
8645
8344
  ]) : 0
8646
8345
  }
8647
8346
  }, _optionalChain([
8648
8347
  dItem,
8649
8348
  "access",
8650
- function(_164) {
8651
- return _164.subItems;
8349
+ function(_148) {
8350
+ return _148.subItems;
8652
8351
  },
8653
8352
  "optionalAccess",
8654
- function(_165) {
8655
- return _165.map;
8353
+ function(_149) {
8354
+ return _149.map;
8656
8355
  },
8657
8356
  "call",
8658
- function(_166) {
8659
- return _166(function(subIt, s) {
8357
+ function(_150) {
8358
+ return _150(function(subIt, s) {
8660
8359
  return /* @__PURE__ */ React6.default.createElement("div", {
8661
8360
  key: s,
8662
8361
  className: _clsx2.default.call(void 0, "flex flex-row gap-2 overflow-x-clip rounded-inner p-2 px-2 text-xs", isRTL ? "text-right" : "text-left", props.currentPage === subIt.slug ? "bg-primary text-white" : "hover:bg-primary-foreground hover:text-primary "),
@@ -8690,22 +8389,22 @@ var HawaAppLayoutSimplified = function(_param) {
8690
8389
  content: keepOpen ? _optionalChain([
8691
8390
  props,
8692
8391
  "access",
8693
- function(_167) {
8694
- return _167.texts;
8392
+ function(_151) {
8393
+ return _151.texts;
8695
8394
  },
8696
8395
  "optionalAccess",
8697
- function(_168) {
8698
- return _168.collapseSidebar;
8396
+ function(_152) {
8397
+ return _152.collapseSidebar;
8699
8398
  }
8700
8399
  ]) || "Collapse Sidebar" : _optionalChain([
8701
8400
  props,
8702
8401
  "access",
8703
- function(_169) {
8704
- return _169.texts;
8402
+ function(_153) {
8403
+ return _153.texts;
8705
8404
  },
8706
8405
  "optionalAccess",
8707
- function(_170) {
8708
- return _170.expandSidebar;
8406
+ function(_154) {
8407
+ return _154.expandSidebar;
8709
8408
  }
8710
8409
  ]) || "Expand Sidebar"
8711
8410
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8860,16 +8559,16 @@ var Footer = function(_param) {
8860
8559
  }, "\xa9 ", props.copyRights, " ", /* @__PURE__ */ new Date().getFullYear()), _optionalChain([
8861
8560
  props,
8862
8561
  "access",
8863
- function(_171) {
8864
- return _171.footerLinks;
8562
+ function(_155) {
8563
+ return _155.footerLinks;
8865
8564
  },
8866
8565
  "optionalAccess",
8867
- function(_172) {
8868
- return _172.map;
8566
+ function(_156) {
8567
+ return _156.map;
8869
8568
  },
8870
8569
  "call",
8871
- function(_173) {
8872
- return _173(function(pagesSection) {
8570
+ function(_157) {
8571
+ return _157(function(pagesSection) {
8873
8572
  return /* @__PURE__ */ React.createElement("div", {
8874
8573
  className: "flex w-32 flex-col gap-2"
8875
8574
  }, /* @__PURE__ */ React.createElement("div", {
@@ -8930,7 +8629,7 @@ var HawaBanner = function(_param) {
8930
8629
  className: _clsx2.default.call(void 0, "m-0 flex items-center text-center text-sm font-normal text-gray-500 dark:text-gray-400 ", props.direction === "rtl" ? "md:text-right" : "md:text-left")
8931
8630
  }, props.text)), props.actionText && /* @__PURE__ */ React6.default.createElement("div", {
8932
8631
  className: _clsx2.default.call(void 0, "flex flex-shrink-0 items-center justify-center ", props.direction === "rtl" ? "ml-0 md:ml-10" : "mr-0 md:mr-10")
8933
- }, /* @__PURE__ */ React6.default.createElement(HawaButton, {
8632
+ }, /* @__PURE__ */ React6.default.createElement(Button, {
8934
8633
  onClick: props.onActionClick
8935
8634
  }, props.actionText)), /* @__PURE__ */ React6.default.createElement("button", {
8936
8635
  type: "button",
@@ -8981,12 +8680,12 @@ var UserProfileForm = function(props) {
8981
8680
  helpertext: _optionalChain([
8982
8681
  errors,
8983
8682
  "access",
8984
- function(_174) {
8985
- return _174.fullName;
8683
+ function(_158) {
8684
+ return _158.fullName;
8986
8685
  },
8987
8686
  "optionalAccess",
8988
- function(_175) {
8989
- return _175.message;
8687
+ function(_159) {
8688
+ return _159.message;
8990
8689
  }
8991
8690
  ])
8992
8691
  }, field), {
@@ -9016,12 +8715,12 @@ var UserProfileForm = function(props) {
9016
8715
  helpertext: _optionalChain([
9017
8716
  errors,
9018
8717
  "access",
9019
- function(_176) {
9020
- return _176.email;
8718
+ function(_160) {
8719
+ return _160.email;
9021
8720
  },
9022
8721
  "optionalAccess",
9023
- function(_177) {
9024
- return _177.message;
8722
+ function(_161) {
8723
+ return _161.message;
9025
8724
  }
9026
8725
  ]),
9027
8726
  placeholder: props.texts.emailPlaceholder
@@ -9051,12 +8750,12 @@ var UserProfileForm = function(props) {
9051
8750
  helpertext: _optionalChain([
9052
8751
  errors,
9053
8752
  "access",
9054
- function(_178) {
9055
- return _178.password;
8753
+ function(_162) {
8754
+ return _162.password;
9056
8755
  },
9057
8756
  "optionalAccess",
9058
- function(_179) {
9059
- return _179.message;
8757
+ function(_163) {
8758
+ return _163.message;
9060
8759
  }
9061
8760
  ])
9062
8761
  }, field), {
@@ -9081,12 +8780,12 @@ var UserProfileForm = function(props) {
9081
8780
  helpertext: _optionalChain([
9082
8781
  errors,
9083
8782
  "access",
9084
- function(_180) {
9085
- return _180.confirmPassword;
8783
+ function(_164) {
8784
+ return _164.confirmPassword;
9086
8785
  },
9087
8786
  "optionalAccess",
9088
- function(_181) {
9089
- return _181.message;
8787
+ function(_165) {
8788
+ return _165.message;
9090
8789
  }
9091
8790
  ])
9092
8791
  }, field), {
@@ -9328,12 +9027,12 @@ var AppLanding = function(props) {
9328
9027
  }), _nullishCoalesce(_optionalChain([
9329
9028
  props,
9330
9029
  "access",
9331
- function(_182) {
9332
- return _182.texts;
9030
+ function(_166) {
9031
+ return _166.texts;
9333
9032
  },
9334
9033
  "optionalAccess",
9335
- function(_183) {
9336
- return _183.continueWithGoogle;
9034
+ function(_167) {
9035
+ return _167.continueWithGoogle;
9337
9036
  }
9338
9037
  ]), function() {
9339
9038
  return "Continue With Google";
@@ -9346,12 +9045,12 @@ var AppLanding = function(props) {
9346
9045
  }), _nullishCoalesce(_optionalChain([
9347
9046
  props,
9348
9047
  "access",
9349
- function(_184) {
9350
- return _184.texts;
9048
+ function(_168) {
9049
+ return _168.texts;
9351
9050
  },
9352
9051
  "optionalAccess",
9353
- function(_185) {
9354
- return _185.continueWithGithub;
9052
+ function(_169) {
9053
+ return _169.continueWithGithub;
9355
9054
  }
9356
9055
  ]), function() {
9357
9056
  return "Continue With Github";
@@ -9364,12 +9063,12 @@ var AppLanding = function(props) {
9364
9063
  }), _nullishCoalesce(_optionalChain([
9365
9064
  props,
9366
9065
  "access",
9367
- function(_186) {
9368
- return _186.texts;
9066
+ function(_170) {
9067
+ return _170.texts;
9369
9068
  },
9370
9069
  "optionalAccess",
9371
- function(_187) {
9372
- return _187.continueWithTwitter;
9070
+ function(_171) {
9071
+ return _171.continueWithTwitter;
9373
9072
  }
9374
9073
  ]), function() {
9375
9074
  return "Continue With Twitter";
@@ -9382,12 +9081,12 @@ var AppLanding = function(props) {
9382
9081
  }), _nullishCoalesce(_optionalChain([
9383
9082
  props,
9384
9083
  "access",
9385
- function(_188) {
9386
- return _188.texts;
9084
+ function(_172) {
9085
+ return _172.texts;
9387
9086
  },
9388
9087
  "optionalAccess",
9389
- function(_189) {
9390
- return _189.continueWithApple;
9088
+ function(_173) {
9089
+ return _173.continueWithApple;
9391
9090
  }
9392
9091
  ]), function() {
9393
9092
  return "Continue With Apple";
@@ -9400,12 +9099,12 @@ var AppLanding = function(props) {
9400
9099
  }), _nullishCoalesce(_optionalChain([
9401
9100
  props,
9402
9101
  "access",
9403
- function(_190) {
9404
- return _190.texts;
9102
+ function(_174) {
9103
+ return _174.texts;
9405
9104
  },
9406
9105
  "optionalAccess",
9407
- function(_191) {
9408
- return _191.continueWithMicrosoft;
9106
+ function(_175) {
9107
+ return _175.continueWithMicrosoft;
9409
9108
  }
9410
9109
  ]), function() {
9411
9110
  return "Continue With Microsoft";
@@ -9418,12 +9117,12 @@ var AppLanding = function(props) {
9418
9117
  }), _nullishCoalesce(_optionalChain([
9419
9118
  props,
9420
9119
  "access",
9421
- function(_192) {
9422
- return _192.texts;
9120
+ function(_176) {
9121
+ return _176.texts;
9423
9122
  },
9424
9123
  "optionalAccess",
9425
- function(_193) {
9426
- return _193.continueWithEmail;
9124
+ function(_177) {
9125
+ return _177.continueWithEmail;
9427
9126
  }
9428
9127
  ]), function() {
9429
9128
  return "Continue With Email";
@@ -9436,12 +9135,12 @@ var AppLanding = function(props) {
9436
9135
  }), _nullishCoalesce(_optionalChain([
9437
9136
  props,
9438
9137
  "access",
9439
- function(_194) {
9440
- return _194.texts;
9138
+ function(_178) {
9139
+ return _178.texts;
9441
9140
  },
9442
9141
  "optionalAccess",
9443
- function(_195) {
9444
- return _195.continueWithPhone;
9142
+ function(_179) {
9143
+ return _179.continueWithPhone;
9445
9144
  }
9446
9145
  ]), function() {
9447
9146
  return "Continue With Phone";
@@ -9573,12 +9272,12 @@ var SignInForm = function(props) {
9573
9272
  helpertext: _optionalChain([
9574
9273
  errors,
9575
9274
  "access",
9576
- function(_196) {
9577
- return _196.email;
9275
+ function(_180) {
9276
+ return _180.email;
9578
9277
  },
9579
9278
  "optionalAccess",
9580
- function(_197) {
9581
- return _197.message;
9279
+ function(_181) {
9280
+ return _181.message;
9582
9281
  }
9583
9282
  ]),
9584
9283
  placeholder: props.texts.emailPlaceholder,
@@ -9608,12 +9307,12 @@ var SignInForm = function(props) {
9608
9307
  helpertext: _optionalChain([
9609
9308
  errors,
9610
9309
  "access",
9611
- function(_198) {
9612
- return _198.username;
9310
+ function(_182) {
9311
+ return _182.username;
9613
9312
  },
9614
9313
  "optionalAccess",
9615
- function(_199) {
9616
- return _199.message;
9314
+ function(_183) {
9315
+ return _183.message;
9617
9316
  }
9618
9317
  ]),
9619
9318
  placeholder: props.texts.usernamePlaceholder,
@@ -9652,12 +9351,12 @@ var SignInForm = function(props) {
9652
9351
  helpertext: _optionalChain([
9653
9352
  errors,
9654
9353
  "access",
9655
- function(_200) {
9656
- return _200.password;
9354
+ function(_184) {
9355
+ return _184.password;
9657
9356
  },
9658
9357
  "optionalAccess",
9659
- function(_201) {
9660
- return _201.message;
9358
+ function(_185) {
9359
+ return _185.message;
9661
9360
  }
9662
9361
  ]),
9663
9362
  onChange: field.onChange,
@@ -9789,12 +9488,12 @@ var SignUpForm = function(props) {
9789
9488
  helpertext: _optionalChain([
9790
9489
  errors,
9791
9490
  "access",
9792
- function(_202) {
9793
- return _202.fullName;
9491
+ function(_186) {
9492
+ return _186.fullName;
9794
9493
  },
9795
9494
  "optionalAccess",
9796
- function(_203) {
9797
- return _203.message;
9495
+ function(_187) {
9496
+ return _187.message;
9798
9497
  }
9799
9498
  ]),
9800
9499
  onChange: field.onChange,
@@ -9823,12 +9522,12 @@ var SignUpForm = function(props) {
9823
9522
  helpertext: _optionalChain([
9824
9523
  errors,
9825
9524
  "access",
9826
- function(_204) {
9827
- return _204.email;
9525
+ function(_188) {
9526
+ return _188.email;
9828
9527
  },
9829
9528
  "optionalAccess",
9830
- function(_205) {
9831
- return _205.message;
9529
+ function(_189) {
9530
+ return _189.message;
9832
9531
  }
9833
9532
  ]),
9834
9533
  placeholder: props.texts.emailPlaceholder,
@@ -9862,12 +9561,12 @@ var SignUpForm = function(props) {
9862
9561
  helpertext: _optionalChain([
9863
9562
  errors,
9864
9563
  "access",
9865
- function(_206) {
9866
- return _206.username;
9564
+ function(_190) {
9565
+ return _190.username;
9867
9566
  },
9868
9567
  "optionalAccess",
9869
- function(_207) {
9870
- return _207.message;
9568
+ function(_191) {
9569
+ return _191.message;
9871
9570
  }
9872
9571
  ]),
9873
9572
  placeholder: props.texts.usernamePlaceholder,
@@ -9896,12 +9595,12 @@ var SignUpForm = function(props) {
9896
9595
  helpertext: _optionalChain([
9897
9596
  errors,
9898
9597
  "access",
9899
- function(_208) {
9900
- return _208.password;
9598
+ function(_192) {
9599
+ return _192.password;
9901
9600
  },
9902
9601
  "optionalAccess",
9903
- function(_209) {
9904
- return _209.message;
9602
+ function(_193) {
9603
+ return _193.message;
9905
9604
  }
9906
9605
  ]),
9907
9606
  onChange: field.onChange,
@@ -9927,12 +9626,12 @@ var SignUpForm = function(props) {
9927
9626
  helpertext: _optionalChain([
9928
9627
  errors,
9929
9628
  "access",
9930
- function(_210) {
9931
- return _210.confirm_password;
9629
+ function(_194) {
9630
+ return _194.confirm_password;
9932
9631
  },
9933
9632
  "optionalAccess",
9934
- function(_211) {
9935
- return _211.message;
9633
+ function(_195) {
9634
+ return _195.message;
9936
9635
  }
9937
9636
  ]),
9938
9637
  onChange: field.onChange,
@@ -9957,12 +9656,12 @@ var SignUpForm = function(props) {
9957
9656
  helpertext: _optionalChain([
9958
9657
  errors,
9959
9658
  "access",
9960
- function(_212) {
9961
- return _212.password;
9659
+ function(_196) {
9660
+ return _196.password;
9962
9661
  },
9963
9662
  "optionalAccess",
9964
- function(_213) {
9965
- return _213.message;
9663
+ function(_197) {
9664
+ return _197.message;
9966
9665
  }
9967
9666
  ]),
9968
9667
  value: _nullishCoalesce(field.value, function() {
@@ -10011,12 +9710,12 @@ var SignUpForm = function(props) {
10011
9710
  helperText: _optionalChain([
10012
9711
  errors,
10013
9712
  "access",
10014
- function(_214) {
10015
- return _214.terms_accepted;
9713
+ function(_198) {
9714
+ return _198.terms_accepted;
10016
9715
  },
10017
9716
  "optionalAccess",
10018
- function(_215) {
10019
- return _215.message;
9717
+ function(_199) {
9718
+ return _199.message;
10020
9719
  }
10021
9720
  ]),
10022
9721
  onChange: function(e) {
@@ -10114,12 +9813,12 @@ var NewPasswordForm = function(props) {
10114
9813
  helpertext: _optionalChain([
10115
9814
  errors,
10116
9815
  "access",
10117
- function(_216) {
10118
- return _216.password;
9816
+ function(_200) {
9817
+ return _200.password;
10119
9818
  },
10120
9819
  "optionalAccess",
10121
- function(_217) {
10122
- return _217.message;
9820
+ function(_201) {
9821
+ return _201.message;
10123
9822
  }
10124
9823
  ])
10125
9824
  }, field), {
@@ -10145,12 +9844,12 @@ var NewPasswordForm = function(props) {
10145
9844
  helpertext: _optionalChain([
10146
9845
  errors,
10147
9846
  "access",
10148
- function(_218) {
10149
- return _218.confirmPassword;
9847
+ function(_202) {
9848
+ return _202.confirmPassword;
10150
9849
  },
10151
9850
  "optionalAccess",
10152
- function(_219) {
10153
- return _219.message;
9851
+ function(_203) {
9852
+ return _203.message;
10154
9853
  }
10155
9854
  ])
10156
9855
  }, field), {
@@ -10188,34 +9887,34 @@ var ResetPasswordForm = function(props) {
10188
9887
  label: _optionalChain([
10189
9888
  props,
10190
9889
  "access",
10191
- function(_220) {
10192
- return _220.texts;
9890
+ function(_204) {
9891
+ return _204.texts;
10193
9892
  },
10194
9893
  "optionalAccess",
10195
- function(_221) {
10196
- return _221.emailLabel;
9894
+ function(_205) {
9895
+ return _205.emailLabel;
10197
9896
  }
10198
9897
  ]),
10199
9898
  helpertext: _optionalChain([
10200
9899
  errors,
10201
9900
  "access",
10202
- function(_222) {
10203
- return _222.email;
9901
+ function(_206) {
9902
+ return _206.email;
10204
9903
  },
10205
9904
  "optionalAccess",
10206
- function(_223) {
10207
- return _223.message;
9905
+ function(_207) {
9906
+ return _207.message;
10208
9907
  }
10209
9908
  ]),
10210
9909
  placeholder: _optionalChain([
10211
9910
  props,
10212
9911
  "access",
10213
- function(_224) {
10214
- return _224.texts;
9912
+ function(_208) {
9913
+ return _208.texts;
10215
9914
  },
10216
9915
  "optionalAccess",
10217
- function(_225) {
10218
- return _225.emailPlaceholder;
9916
+ function(_209) {
9917
+ return _209.emailPlaceholder;
10219
9918
  }
10220
9919
  ])
10221
9920
  }, field), {
@@ -10228,12 +9927,12 @@ var ResetPasswordForm = function(props) {
10228
9927
  required: _optionalChain([
10229
9928
  props,
10230
9929
  "access",
10231
- function(_226) {
10232
- return _226.texts;
9930
+ function(_210) {
9931
+ return _210.texts;
10233
9932
  },
10234
9933
  "optionalAccess",
10235
- function(_227) {
10236
- return _227.emailRequiredText;
9934
+ function(_211) {
9935
+ return _211.emailRequiredText;
10237
9936
  }
10238
9937
  ]),
10239
9938
  pattern: {
@@ -10241,12 +9940,12 @@ var ResetPasswordForm = function(props) {
10241
9940
  message: _optionalChain([
10242
9941
  props,
10243
9942
  "access",
10244
- function(_228) {
10245
- return _228.texts;
9943
+ function(_212) {
9944
+ return _212.texts;
10246
9945
  },
10247
9946
  "optionalAccess",
10248
- function(_229) {
10249
- return _229.emailInvalidText;
9947
+ function(_213) {
9948
+ return _213.emailInvalidText;
10250
9949
  }
10251
9950
  ])
10252
9951
  }
@@ -10256,12 +9955,12 @@ var ResetPasswordForm = function(props) {
10256
9955
  }, _nullishCoalesce(_optionalChain([
10257
9956
  props,
10258
9957
  "access",
10259
- function(_230) {
10260
- return _230.texts;
9958
+ function(_214) {
9959
+ return _214.texts;
10261
9960
  },
10262
9961
  "optionalAccess",
10263
- function(_231) {
10264
- return _231.dontHaveAccount;
9962
+ function(_215) {
9963
+ return _215.dontHaveAccount;
10265
9964
  }
10266
9965
  ]), function() {
10267
9966
  return "Don't have an account? ";
@@ -10271,12 +9970,12 @@ var ResetPasswordForm = function(props) {
10271
9970
  }, _nullishCoalesce(_optionalChain([
10272
9971
  props,
10273
9972
  "access",
10274
- function(_232) {
10275
- return _232.texts;
9973
+ function(_216) {
9974
+ return _216.texts;
10276
9975
  },
10277
9976
  "optionalAccess",
10278
- function(_233) {
10279
- return _233.signUpText;
9977
+ function(_217) {
9978
+ return _217.signUpText;
10280
9979
  }
10281
9980
  ]), function() {
10282
9981
  return "Sign Up";
@@ -10286,12 +9985,12 @@ var ResetPasswordForm = function(props) {
10286
9985
  }, _optionalChain([
10287
9986
  props,
10288
9987
  "access",
10289
- function(_234) {
10290
- return _234.texts;
9988
+ function(_218) {
9989
+ return _218.texts;
10291
9990
  },
10292
9991
  "optionalAccess",
10293
- function(_235) {
10294
- return _235.resetPassword;
9992
+ function(_219) {
9993
+ return _219.resetPassword;
10295
9994
  }
10296
9995
  ]))))) : /* @__PURE__ */ React6.default.createElement(CardContent, {
10297
9996
  headless: true
@@ -10300,12 +9999,12 @@ var ResetPasswordForm = function(props) {
10300
9999
  }, _optionalChain([
10301
10000
  props,
10302
10001
  "access",
10303
- function(_236) {
10304
- return _236.texts;
10002
+ function(_220) {
10003
+ return _220.texts;
10305
10004
  },
10306
10005
  "optionalAccess",
10307
- function(_237) {
10308
- return _237.emailSentText;
10006
+ function(_221) {
10007
+ return _221.emailSentText;
10309
10008
  }
10310
10009
  ]))));
10311
10010
  };
@@ -10387,8 +10086,8 @@ var CheckEmail = function(param) {
10387
10086
  }, _nullishCoalesce(_optionalChain([
10388
10087
  texts,
10389
10088
  "optionalAccess",
10390
- function(_238) {
10391
- return _238.checkEmail;
10089
+ function(_222) {
10090
+ return _222.checkEmail;
10392
10091
  }
10393
10092
  ]), function() {
10394
10093
  return "Check you email";
@@ -10397,8 +10096,8 @@ var CheckEmail = function(param) {
10397
10096
  }, _nullishCoalesce(_optionalChain([
10398
10097
  texts,
10399
10098
  "optionalAccess",
10400
- function(_239) {
10401
- return _239.pleaseVerify;
10099
+ function(_223) {
10100
+ return _223.pleaseVerify;
10402
10101
  }
10403
10102
  ]), function() {
10404
10103
  return "Thank you for signing up! To complete your registration, we've sent a verification email to the address you provided. Please check your inbox and follow the instructions in the email to activate your account.";
@@ -10410,8 +10109,8 @@ var CheckEmail = function(param) {
10410
10109
  }, _nullishCoalesce(_optionalChain([
10411
10110
  texts,
10412
10111
  "optionalAccess",
10413
- function(_240) {
10414
- return _240.resendEmail;
10112
+ function(_224) {
10113
+ return _224.resendEmail;
10415
10114
  }
10416
10115
  ]), function() {
10417
10116
  return "Resend Email";
@@ -10578,12 +10277,12 @@ var CreditCardForm = function(props) {
10578
10277
  helpertext: _optionalChain([
10579
10278
  errors,
10580
10279
  "access",
10581
- function(_241) {
10582
- return _241.password;
10280
+ function(_225) {
10281
+ return _225.password;
10583
10282
  },
10584
10283
  "optionalAccess",
10585
- function(_242) {
10586
- return _242.message;
10284
+ function(_226) {
10285
+ return _226.message;
10587
10286
  }
10588
10287
  ]),
10589
10288
  iconInside: /* @__PURE__ */ React6.default.createElement("img", {
@@ -10614,12 +10313,12 @@ var CreditCardForm = function(props) {
10614
10313
  helpertext: _optionalChain([
10615
10314
  errors,
10616
10315
  "access",
10617
- function(_243) {
10618
- return _243.password;
10316
+ function(_227) {
10317
+ return _227.password;
10619
10318
  },
10620
10319
  "optionalAccess",
10621
- function(_244) {
10622
- return _244.message;
10320
+ function(_228) {
10321
+ return _228.message;
10623
10322
  }
10624
10323
  ])
10625
10324
  });
@@ -10641,12 +10340,12 @@ var CreditCardForm = function(props) {
10641
10340
  helpertext: _optionalChain([
10642
10341
  errors,
10643
10342
  "access",
10644
- function(_245) {
10645
- return _245.password;
10343
+ function(_229) {
10344
+ return _229.password;
10646
10345
  },
10647
10346
  "optionalAccess",
10648
- function(_246) {
10649
- return _246.message;
10347
+ function(_230) {
10348
+ return _230.message;
10650
10349
  }
10651
10350
  ])
10652
10351
  });
@@ -10667,12 +10366,12 @@ var CreditCardForm = function(props) {
10667
10366
  helpertext: _optionalChain([
10668
10367
  errors,
10669
10368
  "access",
10670
- function(_247) {
10671
- return _247.password;
10369
+ function(_231) {
10370
+ return _231.password;
10672
10371
  },
10673
10372
  "optionalAccess",
10674
- function(_248) {
10675
- return _248.message;
10373
+ function(_232) {
10374
+ return _232.message;
10676
10375
  }
10677
10376
  ])
10678
10377
  });
@@ -10779,12 +10478,12 @@ var CheckoutForm = function(props) {
10779
10478
  required: _optionalChain([
10780
10479
  props,
10781
10480
  "access",
10782
- function(_249) {
10783
- return _249.texts;
10481
+ function(_233) {
10482
+ return _233.texts;
10784
10483
  },
10785
10484
  "optionalAccess",
10786
- function(_250) {
10787
- return _250.required;
10485
+ function(_234) {
10486
+ return _234.required;
10788
10487
  }
10789
10488
  ])
10790
10489
  },
@@ -10795,23 +10494,23 @@ var CheckoutForm = function(props) {
10795
10494
  label: _optionalChain([
10796
10495
  props,
10797
10496
  "access",
10798
- function(_251) {
10799
- return _251.texts;
10497
+ function(_235) {
10498
+ return _235.texts;
10800
10499
  },
10801
10500
  "optionalAccess",
10802
- function(_252) {
10803
- return _252.firstNameLabel;
10501
+ function(_236) {
10502
+ return _236.firstNameLabel;
10804
10503
  }
10805
10504
  ]) + " *",
10806
10505
  helpertext: _optionalChain([
10807
10506
  errors,
10808
10507
  "access",
10809
- function(_253) {
10810
- return _253.firstName;
10508
+ function(_237) {
10509
+ return _237.firstName;
10811
10510
  },
10812
10511
  "optionalAccess",
10813
- function(_254) {
10814
- return _254.message;
10512
+ function(_238) {
10513
+ return _238.message;
10815
10514
  }
10816
10515
  ])
10817
10516
  }, field), {
@@ -10831,12 +10530,12 @@ var CheckoutForm = function(props) {
10831
10530
  required: _optionalChain([
10832
10531
  props,
10833
10532
  "access",
10834
- function(_255) {
10835
- return _255.texts;
10533
+ function(_239) {
10534
+ return _239.texts;
10836
10535
  },
10837
10536
  "optionalAccess",
10838
- function(_256) {
10839
- return _256.required;
10537
+ function(_240) {
10538
+ return _240.required;
10840
10539
  }
10841
10540
  ])
10842
10541
  },
@@ -10848,23 +10547,23 @@ var CheckoutForm = function(props) {
10848
10547
  label: _optionalChain([
10849
10548
  props,
10850
10549
  "access",
10851
- function(_257) {
10852
- return _257.texts;
10550
+ function(_241) {
10551
+ return _241.texts;
10853
10552
  },
10854
10553
  "optionalAccess",
10855
- function(_258) {
10856
- return _258.lastNameLabel;
10554
+ function(_242) {
10555
+ return _242.lastNameLabel;
10857
10556
  }
10858
10557
  ]) + " *",
10859
10558
  helpertext: _optionalChain([
10860
10559
  errors,
10861
10560
  "access",
10862
- function(_259) {
10863
- return _259.lastName;
10561
+ function(_243) {
10562
+ return _243.lastName;
10864
10563
  },
10865
10564
  "optionalAccess",
10866
- function(_260) {
10867
- return _260.message;
10565
+ function(_244) {
10566
+ return _244.message;
10868
10567
  }
10869
10568
  ])
10870
10569
  }, field), {
@@ -10884,23 +10583,23 @@ var CheckoutForm = function(props) {
10884
10583
  label: _optionalChain([
10885
10584
  props,
10886
10585
  "access",
10887
- function(_261) {
10888
- return _261.texts;
10586
+ function(_245) {
10587
+ return _245.texts;
10889
10588
  },
10890
10589
  "optionalAccess",
10891
- function(_262) {
10892
- return _262.emailLabel;
10590
+ function(_246) {
10591
+ return _246.emailLabel;
10893
10592
  }
10894
10593
  ]) + " *",
10895
10594
  helpertext: _optionalChain([
10896
10595
  errors,
10897
10596
  "access",
10898
- function(_263) {
10899
- return _263.email;
10597
+ function(_247) {
10598
+ return _247.email;
10900
10599
  },
10901
10600
  "optionalAccess",
10902
- function(_264) {
10903
- return _264.message;
10601
+ function(_248) {
10602
+ return _248.message;
10904
10603
  }
10905
10604
  ])
10906
10605
  }, field), {
@@ -10913,12 +10612,12 @@ var CheckoutForm = function(props) {
10913
10612
  required: _optionalChain([
10914
10613
  props,
10915
10614
  "access",
10916
- function(_265) {
10917
- return _265.texts;
10615
+ function(_249) {
10616
+ return _249.texts;
10918
10617
  },
10919
10618
  "optionalAccess",
10920
- function(_266) {
10921
- return _266.emailRequiredText;
10619
+ function(_250) {
10620
+ return _250.emailRequiredText;
10922
10621
  }
10923
10622
  ]),
10924
10623
  pattern: {
@@ -10926,12 +10625,12 @@ var CheckoutForm = function(props) {
10926
10625
  message: _optionalChain([
10927
10626
  props,
10928
10627
  "access",
10929
- function(_267) {
10930
- return _267.texts;
10628
+ function(_251) {
10629
+ return _251.texts;
10931
10630
  },
10932
10631
  "optionalAccess",
10933
- function(_268) {
10934
- return _268.emailInvalidText;
10632
+ function(_252) {
10633
+ return _252.emailInvalidText;
10935
10634
  }
10936
10635
  ])
10937
10636
  }
@@ -10945,12 +10644,12 @@ var CheckoutForm = function(props) {
10945
10644
  required: _optionalChain([
10946
10645
  props,
10947
10646
  "access",
10948
- function(_269) {
10949
- return _269.texts;
10647
+ function(_253) {
10648
+ return _253.texts;
10950
10649
  },
10951
10650
  "optionalAccess",
10952
- function(_270) {
10953
- return _270.required;
10651
+ function(_254) {
10652
+ return _254.required;
10954
10653
  }
10955
10654
  ])
10956
10655
  },
@@ -10962,23 +10661,23 @@ var CheckoutForm = function(props) {
10962
10661
  label: _optionalChain([
10963
10662
  props,
10964
10663
  "access",
10965
- function(_271) {
10966
- return _271.texts;
10664
+ function(_255) {
10665
+ return _255.texts;
10967
10666
  },
10968
10667
  "optionalAccess",
10969
- function(_272) {
10970
- return _272.streetAddressLabel;
10668
+ function(_256) {
10669
+ return _256.streetAddressLabel;
10971
10670
  }
10972
10671
  ]) + " *",
10973
10672
  helpertext: _optionalChain([
10974
10673
  errors,
10975
10674
  "access",
10976
- function(_273) {
10977
- return _273.streetAddress;
10675
+ function(_257) {
10676
+ return _257.streetAddress;
10978
10677
  },
10979
10678
  "optionalAccess",
10980
- function(_274) {
10981
- return _274.message;
10679
+ function(_258) {
10680
+ return _258.message;
10982
10681
  }
10983
10682
  ])
10984
10683
  }, field), {
@@ -10996,12 +10695,12 @@ var CheckoutForm = function(props) {
10996
10695
  required: _optionalChain([
10997
10696
  props,
10998
10697
  "access",
10999
- function(_275) {
11000
- return _275.texts;
10698
+ function(_259) {
10699
+ return _259.texts;
11001
10700
  },
11002
10701
  "optionalAccess",
11003
- function(_276) {
11004
- return _276.required;
10702
+ function(_260) {
10703
+ return _260.required;
11005
10704
  }
11006
10705
  ])
11007
10706
  },
@@ -11013,23 +10712,23 @@ var CheckoutForm = function(props) {
11013
10712
  label: _optionalChain([
11014
10713
  props,
11015
10714
  "access",
11016
- function(_277) {
11017
- return _277.texts;
10715
+ function(_261) {
10716
+ return _261.texts;
11018
10717
  },
11019
10718
  "optionalAccess",
11020
- function(_278) {
11021
- return _278.stateLabel;
10719
+ function(_262) {
10720
+ return _262.stateLabel;
11022
10721
  }
11023
10722
  ]) + " *",
11024
10723
  helpertext: _optionalChain([
11025
10724
  errors,
11026
10725
  "access",
11027
- function(_279) {
11028
- return _279.province;
10726
+ function(_263) {
10727
+ return _263.province;
11029
10728
  },
11030
10729
  "optionalAccess",
11031
- function(_280) {
11032
- return _280.message;
10730
+ function(_264) {
10731
+ return _264.message;
11033
10732
  }
11034
10733
  ])
11035
10734
  }, field), {
@@ -11049,12 +10748,12 @@ var CheckoutForm = function(props) {
11049
10748
  required: _optionalChain([
11050
10749
  props,
11051
10750
  "access",
11052
- function(_281) {
11053
- return _281.texts;
10751
+ function(_265) {
10752
+ return _265.texts;
11054
10753
  },
11055
10754
  "optionalAccess",
11056
- function(_282) {
11057
- return _282.required;
10755
+ function(_266) {
10756
+ return _266.required;
11058
10757
  }
11059
10758
  ])
11060
10759
  },
@@ -11066,23 +10765,23 @@ var CheckoutForm = function(props) {
11066
10765
  label: _optionalChain([
11067
10766
  props,
11068
10767
  "access",
11069
- function(_283) {
11070
- return _283.texts;
10768
+ function(_267) {
10769
+ return _267.texts;
11071
10770
  },
11072
10771
  "optionalAccess",
11073
- function(_284) {
11074
- return _284.cityLabel;
10772
+ function(_268) {
10773
+ return _268.cityLabel;
11075
10774
  }
11076
10775
  ]) + " *",
11077
10776
  helpertext: _optionalChain([
11078
10777
  errors,
11079
10778
  "access",
11080
- function(_285) {
11081
- return _285.city;
10779
+ function(_269) {
10780
+ return _269.city;
11082
10781
  },
11083
10782
  "optionalAccess",
11084
- function(_286) {
11085
- return _286.message;
10783
+ function(_270) {
10784
+ return _270.message;
11086
10785
  }
11087
10786
  ])
11088
10787
  }, field), {
@@ -11100,12 +10799,12 @@ var CheckoutForm = function(props) {
11100
10799
  required: _optionalChain([
11101
10800
  props,
11102
10801
  "access",
11103
- function(_287) {
11104
- return _287.texts;
10802
+ function(_271) {
10803
+ return _271.texts;
11105
10804
  },
11106
10805
  "optionalAccess",
11107
- function(_288) {
11108
- return _288.required;
10806
+ function(_272) {
10807
+ return _272.required;
11109
10808
  }
11110
10809
  ])
11111
10810
  },
@@ -11117,23 +10816,23 @@ var CheckoutForm = function(props) {
11117
10816
  label: _optionalChain([
11118
10817
  props,
11119
10818
  "access",
11120
- function(_289) {
11121
- return _289.texts;
10819
+ function(_273) {
10820
+ return _273.texts;
11122
10821
  },
11123
10822
  "optionalAccess",
11124
- function(_290) {
11125
- return _290.buildingNumberLabel;
10823
+ function(_274) {
10824
+ return _274.buildingNumberLabel;
11126
10825
  }
11127
10826
  ]) + " *",
11128
10827
  helpertext: _optionalChain([
11129
10828
  errors,
11130
10829
  "access",
11131
- function(_291) {
11132
- return _291.buildingNumber;
10830
+ function(_275) {
10831
+ return _275.buildingNumber;
11133
10832
  },
11134
10833
  "optionalAccess",
11135
- function(_292) {
11136
- return _292.message;
10834
+ function(_276) {
10835
+ return _276.message;
11137
10836
  }
11138
10837
  ])
11139
10838
  }, field), {
@@ -11153,12 +10852,12 @@ var CheckoutForm = function(props) {
11153
10852
  required: _optionalChain([
11154
10853
  props,
11155
10854
  "access",
11156
- function(_293) {
11157
- return _293.texts;
10855
+ function(_277) {
10856
+ return _277.texts;
11158
10857
  },
11159
10858
  "optionalAccess",
11160
- function(_294) {
11161
- return _294.required;
10859
+ function(_278) {
10860
+ return _278.required;
11162
10861
  }
11163
10862
  ])
11164
10863
  },
@@ -11170,23 +10869,23 @@ var CheckoutForm = function(props) {
11170
10869
  label: _optionalChain([
11171
10870
  props,
11172
10871
  "access",
11173
- function(_295) {
11174
- return _295.texts;
10872
+ function(_279) {
10873
+ return _279.texts;
11175
10874
  },
11176
10875
  "optionalAccess",
11177
- function(_296) {
11178
- return _296.zipCodeLabel;
10876
+ function(_280) {
10877
+ return _280.zipCodeLabel;
11179
10878
  }
11180
10879
  ]) + " *",
11181
10880
  helpertext: _optionalChain([
11182
10881
  errors,
11183
10882
  "access",
11184
- function(_297) {
11185
- return _297.zipCode;
10883
+ function(_281) {
10884
+ return _281.zipCode;
11186
10885
  },
11187
10886
  "optionalAccess",
11188
- function(_298) {
11189
- return _298.message;
10887
+ function(_282) {
10888
+ return _282.message;
11190
10889
  }
11191
10890
  ])
11192
10891
  }, field), {
@@ -11204,12 +10903,12 @@ var CheckoutForm = function(props) {
11204
10903
  required: _optionalChain([
11205
10904
  props,
11206
10905
  "access",
11207
- function(_299) {
11208
- return _299.texts;
10906
+ function(_283) {
10907
+ return _283.texts;
11209
10908
  },
11210
10909
  "optionalAccess",
11211
- function(_300) {
11212
- return _300.required;
10910
+ function(_284) {
10911
+ return _284.required;
11213
10912
  }
11214
10913
  ])
11215
10914
  },
@@ -11220,23 +10919,23 @@ var CheckoutForm = function(props) {
11220
10919
  label: _optionalChain([
11221
10920
  props,
11222
10921
  "access",
11223
- function(_301) {
11224
- return _301.texts;
10922
+ function(_285) {
10923
+ return _285.texts;
11225
10924
  },
11226
10925
  "optionalAccess",
11227
- function(_302) {
11228
- return _302.countryLabel;
10926
+ function(_286) {
10927
+ return _286.countryLabel;
11229
10928
  }
11230
10929
  ]) + " *",
11231
10930
  helperText: _optionalChain([
11232
10931
  errors,
11233
10932
  "access",
11234
- function(_303) {
11235
- return _303.country;
10933
+ function(_287) {
10934
+ return _287.country;
11236
10935
  },
11237
10936
  "optionalAccess",
11238
- function(_304) {
11239
- return _304.message;
10937
+ function(_288) {
10938
+ return _288.message;
11240
10939
  }
11241
10940
  ]),
11242
10941
  options: countries_default,
@@ -11396,16 +11095,16 @@ var ComparingPlans = function(props) {
11396
11095
  })), _optionalChain([
11397
11096
  props,
11398
11097
  "access",
11399
- function(_305) {
11400
- return _305.plans;
11098
+ function(_289) {
11099
+ return _289.plans;
11401
11100
  },
11402
11101
  "optionalAccess",
11403
- function(_306) {
11404
- return _306.map;
11102
+ function(_290) {
11103
+ return _290.map;
11405
11104
  },
11406
11105
  "call",
11407
- function(_307) {
11408
- return _307(function(plan) {
11106
+ function(_291) {
11107
+ return _291(function(plan) {
11409
11108
  return plan.features.map(function(feature) {
11410
11109
  return /* @__PURE__ */ React6.default.createElement("div", {
11411
11110
  className: "grid grid-cols-4 gap-x-16 border-b border-gray-200 px-4 py-5 text-sm text-gray-700 dark:border-gray-700"
@@ -11778,8 +11477,8 @@ var NotFound = function(param) {
11778
11477
  }, _nullishCoalesce(_optionalChain([
11779
11478
  texts,
11780
11479
  "optionalAccess",
11781
- function(_308) {
11782
- return _308.pageNotFound;
11480
+ function(_292) {
11481
+ return _292.pageNotFound;
11783
11482
  }
11784
11483
  ]), function() {
11785
11484
  return "Page Not Found";
@@ -11788,8 +11487,8 @@ var NotFound = function(param) {
11788
11487
  }, _nullishCoalesce(_optionalChain([
11789
11488
  texts,
11790
11489
  "optionalAccess",
11791
- function(_309) {
11792
- return _309.ifLost;
11490
+ function(_293) {
11491
+ return _293.ifLost;
11793
11492
  }
11794
11493
  ]), function() {
11795
11494
  return /* @__PURE__ */ React6.default.createElement(React6.default.Fragment, null, "If you're lost please contact us", " ", /* @__PURE__ */ React6.default.createElement("span", {
@@ -11800,8 +11499,8 @@ var NotFound = function(param) {
11800
11499
  }, _nullishCoalesce(_optionalChain([
11801
11500
  texts,
11802
11501
  "optionalAccess",
11803
- function(_310) {
11804
- return _310.home;
11502
+ function(_294) {
11503
+ return _294.home;
11805
11504
  }
11806
11505
  ]), function() {
11807
11506
  return "Home";
@@ -11830,8 +11529,8 @@ var EmptyState = function(param) {
11830
11529
  }, _nullishCoalesce(_optionalChain([
11831
11530
  texts,
11832
11531
  "optionalAccess",
11833
- function(_311) {
11834
- return _311.youreCaughtUp;
11532
+ function(_295) {
11533
+ return _295.youreCaughtUp;
11835
11534
  }
11836
11535
  ]), function() {
11837
11536
  return "You're all caught up";
@@ -11843,8 +11542,8 @@ var EmptyState = function(param) {
11843
11542
  }, _nullishCoalesce(_optionalChain([
11844
11543
  texts,
11845
11544
  "optionalAccess",
11846
- function(_312) {
11847
- return _312.actionText;
11545
+ function(_296) {
11546
+ return _296.actionText;
11848
11547
  }
11849
11548
  ]), function() {
11850
11549
  return "Go Home";
@@ -11884,14 +11583,14 @@ var LeadGenerator = function(param) {
11884
11583
  return /* @__PURE__ */ React6.default.createElement(Card, null, /* @__PURE__ */ React6.default.createElement(CardHeader, null, /* @__PURE__ */ React6.default.createElement(CardTitle, null, _optionalChain([
11885
11584
  texts,
11886
11585
  "optionalAccess",
11887
- function(_313) {
11888
- return _313.title;
11586
+ function(_297) {
11587
+ return _297.title;
11889
11588
  }
11890
11589
  ])), /* @__PURE__ */ React6.default.createElement(CardDescription, null, _optionalChain([
11891
11590
  texts,
11892
11591
  "optionalAccess",
11893
- function(_314) {
11894
- return _314.subtitle;
11592
+ function(_298) {
11593
+ return _298.subtitle;
11895
11594
  }
11896
11595
  ]))), /* @__PURE__ */ React6.default.createElement(CardContent, null, /* @__PURE__ */ React6.default.createElement("form", {
11897
11596
  className: "flex flex-row gap-2",
@@ -11906,8 +11605,8 @@ var LeadGenerator = function(param) {
11906
11605
  }), /* @__PURE__ */ React6.default.createElement(Button, null, _nullishCoalesce(_optionalChain([
11907
11606
  texts,
11908
11607
  "optionalAccess",
11909
- function(_315) {
11910
- return _315.submit;
11608
+ function(_299) {
11609
+ return _299.submit;
11911
11610
  }
11912
11611
  ]), function() {
11913
11612
  return "Submit";
@@ -11957,16 +11656,16 @@ var NoPermission = function(param) {
11957
11656
  }, _nullishCoalesce(_optionalChain([
11958
11657
  texts,
11959
11658
  "optionalAccess",
11960
- function(_316) {
11961
- return _316.title;
11659
+ function(_300) {
11660
+ return _300.title;
11962
11661
  }
11963
11662
  ]), function() {
11964
11663
  return "You don't have permission";
11965
11664
  })), /* @__PURE__ */ React6.default.createElement("div", null, _nullishCoalesce(_optionalChain([
11966
11665
  texts,
11967
11666
  "optionalAccess",
11968
- function(_317) {
11969
- return _317.subtitle;
11667
+ function(_301) {
11668
+ return _301.subtitle;
11970
11669
  }
11971
11670
  ]), function() {
11972
11671
  return "If you think this is a problem please contact your administrator or our customer support";
@@ -12026,7 +11725,6 @@ exports.HawaColorPicker = HawaColorPicker;
12026
11725
  exports.HawaContainer = HawaContainer;
12027
11726
  exports.HawaCopyrights = HawaCopyrights;
12028
11727
  exports.HawaDatepicker = HawaDatepicker;
12029
- exports.HawaDropdownMenu = HawaDropdownMenu;
12030
11728
  exports.HawaGrid = HawaGrid;
12031
11729
  exports.HawaIconCount = HawaIconCount;
12032
11730
  exports.HawaInlineCode = HawaInlineCode;
@@ -12051,7 +11749,6 @@ exports.HawaStoreButtons = HawaStoreButtons;
12051
11749
  exports.HawaTable = HawaTable;
12052
11750
  exports.HawaTabs = HawaTabs;
12053
11751
  exports.HawaTextField = HawaTextField;
12054
- exports.HawaTooltip = HawaTooltip;
12055
11752
  exports.HawaTypography = HawaTypography;
12056
11753
  exports.HorizontalPricing = HorizontalPricing;
12057
11754
  exports.Input = Input;
@@ -12070,7 +11767,7 @@ exports.ReferralSettlement = ReferralSettlement;
12070
11767
  exports.ReferralStats = ReferralStats;
12071
11768
  exports.ResetPasswordForm = ResetPasswordForm;
12072
11769
  exports.SelectPayment = SelectPayment;
12073
- exports.Separator = Separator3;
11770
+ exports.Separator = Separator2;
12074
11771
  exports.SidebarGroup = SidebarGroup;
12075
11772
  exports.SidebarItem = SidebarItem;
12076
11773
  exports.SignInBlock = SignInBlock;