@sikka/hawa 0.1.98 → 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,27 +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();
7841
- item.onClick();
7533
+ subitem.onClick();
7842
7534
  if (onSubItemClick) {
7843
7535
  onSubItemClick([
7844
7536
  item.value,
@@ -7850,7 +7542,7 @@ var SidebarItem = function(param) {
7850
7542
  }, subitem.icon, subitem.label);
7851
7543
  }))));
7852
7544
  } else {
7853
- return /* @__PURE__ */ React77.createElement("div", {
7545
+ return /* @__PURE__ */ React75.createElement("div", {
7854
7546
  dir: direction,
7855
7547
  onClick: function() {
7856
7548
  item.onClick();
@@ -7861,9 +7553,9 @@ var SidebarItem = function(param) {
7861
7553
  }
7862
7554
  },
7863
7555
  className: cn(triggerStyles, getSelectedStyle(item.value, 0), "overflow-x-clip ")
7864
- }, /* @__PURE__ */ React77.createElement("div", {
7556
+ }, /* @__PURE__ */ React75.createElement("div", {
7865
7557
  className: "flex flex-row items-center gap-2 "
7866
- }, item.icon, /* @__PURE__ */ React77.createElement("span", {
7558
+ }, item.icon, /* @__PURE__ */ React75.createElement("span", {
7867
7559
  className: cn("whitespace-nowrap transition-all", isOpen ? "opacity-100" : "opacity-0")
7868
7560
  }, item.label)));
7869
7561
  }
@@ -8061,22 +7753,22 @@ var AppLayout = function(_param) {
8061
7753
  content: keepOpen ? _optionalChain([
8062
7754
  props,
8063
7755
  "access",
8064
- function(_137) {
8065
- return _137.texts;
7756
+ function(_121) {
7757
+ return _121.texts;
8066
7758
  },
8067
7759
  "optionalAccess",
8068
- function(_138) {
8069
- return _138.collapseSidebar;
7760
+ function(_122) {
7761
+ return _122.collapseSidebar;
8070
7762
  }
8071
7763
  ]) || "Collapse Sidebar" : _optionalChain([
8072
7764
  props,
8073
7765
  "access",
8074
- function(_139) {
8075
- return _139.texts;
7766
+ function(_123) {
7767
+ return _123.texts;
8076
7768
  },
8077
7769
  "optionalAccess",
8078
- function(_140) {
8079
- return _140.expandSidebar;
7770
+ function(_124) {
7771
+ return _124.expandSidebar;
8080
7772
  }
8081
7773
  ]) || "Expand Sidebar"
8082
7774
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8260,28 +7952,28 @@ var HawaAppLayout = function(_param) {
8260
7952
  }, _optionalChain([
8261
7953
  props,
8262
7954
  "access",
8263
- function(_141) {
8264
- return _141.drawerItems;
7955
+ function(_125) {
7956
+ return _125.drawerItems;
8265
7957
  },
8266
7958
  "optionalAccess",
8267
- function(_142) {
8268
- return _142.map;
7959
+ function(_126) {
7960
+ return _126.map;
8269
7961
  },
8270
7962
  "call",
8271
- function(_143) {
8272
- return _143(function(dSection, dIndex) {
7963
+ function(_127) {
7964
+ return _127(function(dSection, dIndex) {
8273
7965
  return /* @__PURE__ */ React6.default.createElement("div", {
8274
7966
  key: dIndex,
8275
7967
  className: _clsx2.default.call(void 0, "flex flex-col items-stretch justify-center")
8276
7968
  }, _optionalChain([
8277
7969
  dSection,
8278
7970
  "optionalAccess",
8279
- function(_144) {
8280
- return _144.map;
7971
+ function(_128) {
7972
+ return _128.map;
8281
7973
  },
8282
7974
  "call",
8283
- function(_145) {
8284
- return _145(function(dItem, i) {
7975
+ function(_129) {
7976
+ return _129(function(dItem, i) {
8285
7977
  return /* @__PURE__ */ React6.default.createElement("div", {
8286
7978
  key: i,
8287
7979
  id: "test",
@@ -8297,16 +7989,16 @@ var HawaAppLayout = function(_param) {
8297
7989
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8298
7990
  dItem,
8299
7991
  "access",
8300
- function(_146) {
8301
- return _146.subItems;
7992
+ function(_130) {
7993
+ return _130.subItems;
8302
7994
  },
8303
7995
  "optionalAccess",
8304
- function(_147) {
8305
- return _147.find;
7996
+ function(_131) {
7997
+ return _131.find;
8306
7998
  },
8307
7999
  "call",
8308
- function(_148) {
8309
- return _148(function(e) {
8000
+ function(_132) {
8001
+ return _132(function(e) {
8310
8002
  return e.slug === props.currentPage;
8311
8003
  });
8312
8004
  }
@@ -8328,28 +8020,28 @@ var HawaAppLayout = function(_param) {
8328
8020
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 33 * _optionalChain([
8329
8021
  dItem,
8330
8022
  "access",
8331
- function(_149) {
8332
- return _149.subItems;
8023
+ function(_133) {
8024
+ return _133.subItems;
8333
8025
  },
8334
8026
  "optionalAccess",
8335
- function(_150) {
8336
- return _150.length;
8027
+ function(_134) {
8028
+ return _134.length;
8337
8029
  }
8338
8030
  ]) : 0
8339
8031
  }
8340
8032
  }, _optionalChain([
8341
8033
  dItem,
8342
8034
  "access",
8343
- function(_151) {
8344
- return _151.subItems;
8035
+ function(_135) {
8036
+ return _135.subItems;
8345
8037
  },
8346
8038
  "optionalAccess",
8347
- function(_152) {
8348
- return _152.map;
8039
+ function(_136) {
8040
+ return _136.map;
8349
8041
  },
8350
8042
  "call",
8351
- function(_153) {
8352
- return _153(function(subIt, s) {
8043
+ function(_137) {
8044
+ return _137(function(subIt, s) {
8353
8045
  return /* @__PURE__ */ React6.default.createElement("div", {
8354
8046
  key: s,
8355
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"),
@@ -8576,28 +8268,28 @@ var HawaAppLayoutSimplified = function(_param) {
8576
8268
  }, _optionalChain([
8577
8269
  props,
8578
8270
  "access",
8579
- function(_154) {
8580
- return _154.drawerItems;
8271
+ function(_138) {
8272
+ return _138.drawerItems;
8581
8273
  },
8582
8274
  "optionalAccess",
8583
- function(_155) {
8584
- return _155.map;
8275
+ function(_139) {
8276
+ return _139.map;
8585
8277
  },
8586
8278
  "call",
8587
- function(_156) {
8588
- return _156(function(dSection, dIndex) {
8279
+ function(_140) {
8280
+ return _140(function(dSection, dIndex) {
8589
8281
  return /* @__PURE__ */ React6.default.createElement("div", {
8590
8282
  key: dIndex,
8591
8283
  className: _clsx2.default.call(void 0, "flex select-none flex-col items-stretch justify-center transition-all")
8592
8284
  }, _optionalChain([
8593
8285
  dSection,
8594
8286
  "optionalAccess",
8595
- function(_157) {
8596
- return _157.map;
8287
+ function(_141) {
8288
+ return _141.map;
8597
8289
  },
8598
8290
  "call",
8599
- function(_158) {
8600
- return _158(function(dItem, i) {
8291
+ function(_142) {
8292
+ return _142(function(dItem, i) {
8601
8293
  return /* @__PURE__ */ React6.default.createElement("div", {
8602
8294
  key: i,
8603
8295
  id: "test",
@@ -8613,16 +8305,16 @@ var HawaAppLayoutSimplified = function(_param) {
8613
8305
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8614
8306
  dItem,
8615
8307
  "access",
8616
- function(_159) {
8617
- return _159.subItems;
8308
+ function(_143) {
8309
+ return _143.subItems;
8618
8310
  },
8619
8311
  "optionalAccess",
8620
- function(_160) {
8621
- return _160.find;
8312
+ function(_144) {
8313
+ return _144.find;
8622
8314
  },
8623
8315
  "call",
8624
- function(_161) {
8625
- return _161(function(e) {
8316
+ function(_145) {
8317
+ return _145(function(e) {
8626
8318
  return e.slug === props.currentPage;
8627
8319
  });
8628
8320
  }
@@ -8642,28 +8334,28 @@ var HawaAppLayoutSimplified = function(_param) {
8642
8334
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 35 * _optionalChain([
8643
8335
  dItem,
8644
8336
  "access",
8645
- function(_162) {
8646
- return _162.subItems;
8337
+ function(_146) {
8338
+ return _146.subItems;
8647
8339
  },
8648
8340
  "optionalAccess",
8649
- function(_163) {
8650
- return _163.length;
8341
+ function(_147) {
8342
+ return _147.length;
8651
8343
  }
8652
8344
  ]) : 0
8653
8345
  }
8654
8346
  }, _optionalChain([
8655
8347
  dItem,
8656
8348
  "access",
8657
- function(_164) {
8658
- return _164.subItems;
8349
+ function(_148) {
8350
+ return _148.subItems;
8659
8351
  },
8660
8352
  "optionalAccess",
8661
- function(_165) {
8662
- return _165.map;
8353
+ function(_149) {
8354
+ return _149.map;
8663
8355
  },
8664
8356
  "call",
8665
- function(_166) {
8666
- return _166(function(subIt, s) {
8357
+ function(_150) {
8358
+ return _150(function(subIt, s) {
8667
8359
  return /* @__PURE__ */ React6.default.createElement("div", {
8668
8360
  key: s,
8669
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 "),
@@ -8697,22 +8389,22 @@ var HawaAppLayoutSimplified = function(_param) {
8697
8389
  content: keepOpen ? _optionalChain([
8698
8390
  props,
8699
8391
  "access",
8700
- function(_167) {
8701
- return _167.texts;
8392
+ function(_151) {
8393
+ return _151.texts;
8702
8394
  },
8703
8395
  "optionalAccess",
8704
- function(_168) {
8705
- return _168.collapseSidebar;
8396
+ function(_152) {
8397
+ return _152.collapseSidebar;
8706
8398
  }
8707
8399
  ]) || "Collapse Sidebar" : _optionalChain([
8708
8400
  props,
8709
8401
  "access",
8710
- function(_169) {
8711
- return _169.texts;
8402
+ function(_153) {
8403
+ return _153.texts;
8712
8404
  },
8713
8405
  "optionalAccess",
8714
- function(_170) {
8715
- return _170.expandSidebar;
8406
+ function(_154) {
8407
+ return _154.expandSidebar;
8716
8408
  }
8717
8409
  ]) || "Expand Sidebar"
8718
8410
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8867,16 +8559,16 @@ var Footer = function(_param) {
8867
8559
  }, "\xa9 ", props.copyRights, " ", /* @__PURE__ */ new Date().getFullYear()), _optionalChain([
8868
8560
  props,
8869
8561
  "access",
8870
- function(_171) {
8871
- return _171.footerLinks;
8562
+ function(_155) {
8563
+ return _155.footerLinks;
8872
8564
  },
8873
8565
  "optionalAccess",
8874
- function(_172) {
8875
- return _172.map;
8566
+ function(_156) {
8567
+ return _156.map;
8876
8568
  },
8877
8569
  "call",
8878
- function(_173) {
8879
- return _173(function(pagesSection) {
8570
+ function(_157) {
8571
+ return _157(function(pagesSection) {
8880
8572
  return /* @__PURE__ */ React.createElement("div", {
8881
8573
  className: "flex w-32 flex-col gap-2"
8882
8574
  }, /* @__PURE__ */ React.createElement("div", {
@@ -8937,7 +8629,7 @@ var HawaBanner = function(_param) {
8937
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")
8938
8630
  }, props.text)), props.actionText && /* @__PURE__ */ React6.default.createElement("div", {
8939
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")
8940
- }, /* @__PURE__ */ React6.default.createElement(HawaButton, {
8632
+ }, /* @__PURE__ */ React6.default.createElement(Button, {
8941
8633
  onClick: props.onActionClick
8942
8634
  }, props.actionText)), /* @__PURE__ */ React6.default.createElement("button", {
8943
8635
  type: "button",
@@ -8988,12 +8680,12 @@ var UserProfileForm = function(props) {
8988
8680
  helpertext: _optionalChain([
8989
8681
  errors,
8990
8682
  "access",
8991
- function(_174) {
8992
- return _174.fullName;
8683
+ function(_158) {
8684
+ return _158.fullName;
8993
8685
  },
8994
8686
  "optionalAccess",
8995
- function(_175) {
8996
- return _175.message;
8687
+ function(_159) {
8688
+ return _159.message;
8997
8689
  }
8998
8690
  ])
8999
8691
  }, field), {
@@ -9023,12 +8715,12 @@ var UserProfileForm = function(props) {
9023
8715
  helpertext: _optionalChain([
9024
8716
  errors,
9025
8717
  "access",
9026
- function(_176) {
9027
- return _176.email;
8718
+ function(_160) {
8719
+ return _160.email;
9028
8720
  },
9029
8721
  "optionalAccess",
9030
- function(_177) {
9031
- return _177.message;
8722
+ function(_161) {
8723
+ return _161.message;
9032
8724
  }
9033
8725
  ]),
9034
8726
  placeholder: props.texts.emailPlaceholder
@@ -9058,12 +8750,12 @@ var UserProfileForm = function(props) {
9058
8750
  helpertext: _optionalChain([
9059
8751
  errors,
9060
8752
  "access",
9061
- function(_178) {
9062
- return _178.password;
8753
+ function(_162) {
8754
+ return _162.password;
9063
8755
  },
9064
8756
  "optionalAccess",
9065
- function(_179) {
9066
- return _179.message;
8757
+ function(_163) {
8758
+ return _163.message;
9067
8759
  }
9068
8760
  ])
9069
8761
  }, field), {
@@ -9088,12 +8780,12 @@ var UserProfileForm = function(props) {
9088
8780
  helpertext: _optionalChain([
9089
8781
  errors,
9090
8782
  "access",
9091
- function(_180) {
9092
- return _180.confirmPassword;
8783
+ function(_164) {
8784
+ return _164.confirmPassword;
9093
8785
  },
9094
8786
  "optionalAccess",
9095
- function(_181) {
9096
- return _181.message;
8787
+ function(_165) {
8788
+ return _165.message;
9097
8789
  }
9098
8790
  ])
9099
8791
  }, field), {
@@ -9335,12 +9027,12 @@ var AppLanding = function(props) {
9335
9027
  }), _nullishCoalesce(_optionalChain([
9336
9028
  props,
9337
9029
  "access",
9338
- function(_182) {
9339
- return _182.texts;
9030
+ function(_166) {
9031
+ return _166.texts;
9340
9032
  },
9341
9033
  "optionalAccess",
9342
- function(_183) {
9343
- return _183.continueWithGoogle;
9034
+ function(_167) {
9035
+ return _167.continueWithGoogle;
9344
9036
  }
9345
9037
  ]), function() {
9346
9038
  return "Continue With Google";
@@ -9353,12 +9045,12 @@ var AppLanding = function(props) {
9353
9045
  }), _nullishCoalesce(_optionalChain([
9354
9046
  props,
9355
9047
  "access",
9356
- function(_184) {
9357
- return _184.texts;
9048
+ function(_168) {
9049
+ return _168.texts;
9358
9050
  },
9359
9051
  "optionalAccess",
9360
- function(_185) {
9361
- return _185.continueWithGithub;
9052
+ function(_169) {
9053
+ return _169.continueWithGithub;
9362
9054
  }
9363
9055
  ]), function() {
9364
9056
  return "Continue With Github";
@@ -9371,12 +9063,12 @@ var AppLanding = function(props) {
9371
9063
  }), _nullishCoalesce(_optionalChain([
9372
9064
  props,
9373
9065
  "access",
9374
- function(_186) {
9375
- return _186.texts;
9066
+ function(_170) {
9067
+ return _170.texts;
9376
9068
  },
9377
9069
  "optionalAccess",
9378
- function(_187) {
9379
- return _187.continueWithTwitter;
9070
+ function(_171) {
9071
+ return _171.continueWithTwitter;
9380
9072
  }
9381
9073
  ]), function() {
9382
9074
  return "Continue With Twitter";
@@ -9389,12 +9081,12 @@ var AppLanding = function(props) {
9389
9081
  }), _nullishCoalesce(_optionalChain([
9390
9082
  props,
9391
9083
  "access",
9392
- function(_188) {
9393
- return _188.texts;
9084
+ function(_172) {
9085
+ return _172.texts;
9394
9086
  },
9395
9087
  "optionalAccess",
9396
- function(_189) {
9397
- return _189.continueWithApple;
9088
+ function(_173) {
9089
+ return _173.continueWithApple;
9398
9090
  }
9399
9091
  ]), function() {
9400
9092
  return "Continue With Apple";
@@ -9407,12 +9099,12 @@ var AppLanding = function(props) {
9407
9099
  }), _nullishCoalesce(_optionalChain([
9408
9100
  props,
9409
9101
  "access",
9410
- function(_190) {
9411
- return _190.texts;
9102
+ function(_174) {
9103
+ return _174.texts;
9412
9104
  },
9413
9105
  "optionalAccess",
9414
- function(_191) {
9415
- return _191.continueWithMicrosoft;
9106
+ function(_175) {
9107
+ return _175.continueWithMicrosoft;
9416
9108
  }
9417
9109
  ]), function() {
9418
9110
  return "Continue With Microsoft";
@@ -9425,12 +9117,12 @@ var AppLanding = function(props) {
9425
9117
  }), _nullishCoalesce(_optionalChain([
9426
9118
  props,
9427
9119
  "access",
9428
- function(_192) {
9429
- return _192.texts;
9120
+ function(_176) {
9121
+ return _176.texts;
9430
9122
  },
9431
9123
  "optionalAccess",
9432
- function(_193) {
9433
- return _193.continueWithEmail;
9124
+ function(_177) {
9125
+ return _177.continueWithEmail;
9434
9126
  }
9435
9127
  ]), function() {
9436
9128
  return "Continue With Email";
@@ -9443,12 +9135,12 @@ var AppLanding = function(props) {
9443
9135
  }), _nullishCoalesce(_optionalChain([
9444
9136
  props,
9445
9137
  "access",
9446
- function(_194) {
9447
- return _194.texts;
9138
+ function(_178) {
9139
+ return _178.texts;
9448
9140
  },
9449
9141
  "optionalAccess",
9450
- function(_195) {
9451
- return _195.continueWithPhone;
9142
+ function(_179) {
9143
+ return _179.continueWithPhone;
9452
9144
  }
9453
9145
  ]), function() {
9454
9146
  return "Continue With Phone";
@@ -9580,12 +9272,12 @@ var SignInForm = function(props) {
9580
9272
  helpertext: _optionalChain([
9581
9273
  errors,
9582
9274
  "access",
9583
- function(_196) {
9584
- return _196.email;
9275
+ function(_180) {
9276
+ return _180.email;
9585
9277
  },
9586
9278
  "optionalAccess",
9587
- function(_197) {
9588
- return _197.message;
9279
+ function(_181) {
9280
+ return _181.message;
9589
9281
  }
9590
9282
  ]),
9591
9283
  placeholder: props.texts.emailPlaceholder,
@@ -9615,12 +9307,12 @@ var SignInForm = function(props) {
9615
9307
  helpertext: _optionalChain([
9616
9308
  errors,
9617
9309
  "access",
9618
- function(_198) {
9619
- return _198.username;
9310
+ function(_182) {
9311
+ return _182.username;
9620
9312
  },
9621
9313
  "optionalAccess",
9622
- function(_199) {
9623
- return _199.message;
9314
+ function(_183) {
9315
+ return _183.message;
9624
9316
  }
9625
9317
  ]),
9626
9318
  placeholder: props.texts.usernamePlaceholder,
@@ -9659,12 +9351,12 @@ var SignInForm = function(props) {
9659
9351
  helpertext: _optionalChain([
9660
9352
  errors,
9661
9353
  "access",
9662
- function(_200) {
9663
- return _200.password;
9354
+ function(_184) {
9355
+ return _184.password;
9664
9356
  },
9665
9357
  "optionalAccess",
9666
- function(_201) {
9667
- return _201.message;
9358
+ function(_185) {
9359
+ return _185.message;
9668
9360
  }
9669
9361
  ]),
9670
9362
  onChange: field.onChange,
@@ -9796,12 +9488,12 @@ var SignUpForm = function(props) {
9796
9488
  helpertext: _optionalChain([
9797
9489
  errors,
9798
9490
  "access",
9799
- function(_202) {
9800
- return _202.fullName;
9491
+ function(_186) {
9492
+ return _186.fullName;
9801
9493
  },
9802
9494
  "optionalAccess",
9803
- function(_203) {
9804
- return _203.message;
9495
+ function(_187) {
9496
+ return _187.message;
9805
9497
  }
9806
9498
  ]),
9807
9499
  onChange: field.onChange,
@@ -9830,12 +9522,12 @@ var SignUpForm = function(props) {
9830
9522
  helpertext: _optionalChain([
9831
9523
  errors,
9832
9524
  "access",
9833
- function(_204) {
9834
- return _204.email;
9525
+ function(_188) {
9526
+ return _188.email;
9835
9527
  },
9836
9528
  "optionalAccess",
9837
- function(_205) {
9838
- return _205.message;
9529
+ function(_189) {
9530
+ return _189.message;
9839
9531
  }
9840
9532
  ]),
9841
9533
  placeholder: props.texts.emailPlaceholder,
@@ -9869,12 +9561,12 @@ var SignUpForm = function(props) {
9869
9561
  helpertext: _optionalChain([
9870
9562
  errors,
9871
9563
  "access",
9872
- function(_206) {
9873
- return _206.username;
9564
+ function(_190) {
9565
+ return _190.username;
9874
9566
  },
9875
9567
  "optionalAccess",
9876
- function(_207) {
9877
- return _207.message;
9568
+ function(_191) {
9569
+ return _191.message;
9878
9570
  }
9879
9571
  ]),
9880
9572
  placeholder: props.texts.usernamePlaceholder,
@@ -9903,12 +9595,12 @@ var SignUpForm = function(props) {
9903
9595
  helpertext: _optionalChain([
9904
9596
  errors,
9905
9597
  "access",
9906
- function(_208) {
9907
- return _208.password;
9598
+ function(_192) {
9599
+ return _192.password;
9908
9600
  },
9909
9601
  "optionalAccess",
9910
- function(_209) {
9911
- return _209.message;
9602
+ function(_193) {
9603
+ return _193.message;
9912
9604
  }
9913
9605
  ]),
9914
9606
  onChange: field.onChange,
@@ -9934,12 +9626,12 @@ var SignUpForm = function(props) {
9934
9626
  helpertext: _optionalChain([
9935
9627
  errors,
9936
9628
  "access",
9937
- function(_210) {
9938
- return _210.confirm_password;
9629
+ function(_194) {
9630
+ return _194.confirm_password;
9939
9631
  },
9940
9632
  "optionalAccess",
9941
- function(_211) {
9942
- return _211.message;
9633
+ function(_195) {
9634
+ return _195.message;
9943
9635
  }
9944
9636
  ]),
9945
9637
  onChange: field.onChange,
@@ -9964,12 +9656,12 @@ var SignUpForm = function(props) {
9964
9656
  helpertext: _optionalChain([
9965
9657
  errors,
9966
9658
  "access",
9967
- function(_212) {
9968
- return _212.password;
9659
+ function(_196) {
9660
+ return _196.password;
9969
9661
  },
9970
9662
  "optionalAccess",
9971
- function(_213) {
9972
- return _213.message;
9663
+ function(_197) {
9664
+ return _197.message;
9973
9665
  }
9974
9666
  ]),
9975
9667
  value: _nullishCoalesce(field.value, function() {
@@ -10018,12 +9710,12 @@ var SignUpForm = function(props) {
10018
9710
  helperText: _optionalChain([
10019
9711
  errors,
10020
9712
  "access",
10021
- function(_214) {
10022
- return _214.terms_accepted;
9713
+ function(_198) {
9714
+ return _198.terms_accepted;
10023
9715
  },
10024
9716
  "optionalAccess",
10025
- function(_215) {
10026
- return _215.message;
9717
+ function(_199) {
9718
+ return _199.message;
10027
9719
  }
10028
9720
  ]),
10029
9721
  onChange: function(e) {
@@ -10121,12 +9813,12 @@ var NewPasswordForm = function(props) {
10121
9813
  helpertext: _optionalChain([
10122
9814
  errors,
10123
9815
  "access",
10124
- function(_216) {
10125
- return _216.password;
9816
+ function(_200) {
9817
+ return _200.password;
10126
9818
  },
10127
9819
  "optionalAccess",
10128
- function(_217) {
10129
- return _217.message;
9820
+ function(_201) {
9821
+ return _201.message;
10130
9822
  }
10131
9823
  ])
10132
9824
  }, field), {
@@ -10152,12 +9844,12 @@ var NewPasswordForm = function(props) {
10152
9844
  helpertext: _optionalChain([
10153
9845
  errors,
10154
9846
  "access",
10155
- function(_218) {
10156
- return _218.confirmPassword;
9847
+ function(_202) {
9848
+ return _202.confirmPassword;
10157
9849
  },
10158
9850
  "optionalAccess",
10159
- function(_219) {
10160
- return _219.message;
9851
+ function(_203) {
9852
+ return _203.message;
10161
9853
  }
10162
9854
  ])
10163
9855
  }, field), {
@@ -10195,34 +9887,34 @@ var ResetPasswordForm = function(props) {
10195
9887
  label: _optionalChain([
10196
9888
  props,
10197
9889
  "access",
10198
- function(_220) {
10199
- return _220.texts;
9890
+ function(_204) {
9891
+ return _204.texts;
10200
9892
  },
10201
9893
  "optionalAccess",
10202
- function(_221) {
10203
- return _221.emailLabel;
9894
+ function(_205) {
9895
+ return _205.emailLabel;
10204
9896
  }
10205
9897
  ]),
10206
9898
  helpertext: _optionalChain([
10207
9899
  errors,
10208
9900
  "access",
10209
- function(_222) {
10210
- return _222.email;
9901
+ function(_206) {
9902
+ return _206.email;
10211
9903
  },
10212
9904
  "optionalAccess",
10213
- function(_223) {
10214
- return _223.message;
9905
+ function(_207) {
9906
+ return _207.message;
10215
9907
  }
10216
9908
  ]),
10217
9909
  placeholder: _optionalChain([
10218
9910
  props,
10219
9911
  "access",
10220
- function(_224) {
10221
- return _224.texts;
9912
+ function(_208) {
9913
+ return _208.texts;
10222
9914
  },
10223
9915
  "optionalAccess",
10224
- function(_225) {
10225
- return _225.emailPlaceholder;
9916
+ function(_209) {
9917
+ return _209.emailPlaceholder;
10226
9918
  }
10227
9919
  ])
10228
9920
  }, field), {
@@ -10235,12 +9927,12 @@ var ResetPasswordForm = function(props) {
10235
9927
  required: _optionalChain([
10236
9928
  props,
10237
9929
  "access",
10238
- function(_226) {
10239
- return _226.texts;
9930
+ function(_210) {
9931
+ return _210.texts;
10240
9932
  },
10241
9933
  "optionalAccess",
10242
- function(_227) {
10243
- return _227.emailRequiredText;
9934
+ function(_211) {
9935
+ return _211.emailRequiredText;
10244
9936
  }
10245
9937
  ]),
10246
9938
  pattern: {
@@ -10248,12 +9940,12 @@ var ResetPasswordForm = function(props) {
10248
9940
  message: _optionalChain([
10249
9941
  props,
10250
9942
  "access",
10251
- function(_228) {
10252
- return _228.texts;
9943
+ function(_212) {
9944
+ return _212.texts;
10253
9945
  },
10254
9946
  "optionalAccess",
10255
- function(_229) {
10256
- return _229.emailInvalidText;
9947
+ function(_213) {
9948
+ return _213.emailInvalidText;
10257
9949
  }
10258
9950
  ])
10259
9951
  }
@@ -10263,12 +9955,12 @@ var ResetPasswordForm = function(props) {
10263
9955
  }, _nullishCoalesce(_optionalChain([
10264
9956
  props,
10265
9957
  "access",
10266
- function(_230) {
10267
- return _230.texts;
9958
+ function(_214) {
9959
+ return _214.texts;
10268
9960
  },
10269
9961
  "optionalAccess",
10270
- function(_231) {
10271
- return _231.dontHaveAccount;
9962
+ function(_215) {
9963
+ return _215.dontHaveAccount;
10272
9964
  }
10273
9965
  ]), function() {
10274
9966
  return "Don't have an account? ";
@@ -10278,12 +9970,12 @@ var ResetPasswordForm = function(props) {
10278
9970
  }, _nullishCoalesce(_optionalChain([
10279
9971
  props,
10280
9972
  "access",
10281
- function(_232) {
10282
- return _232.texts;
9973
+ function(_216) {
9974
+ return _216.texts;
10283
9975
  },
10284
9976
  "optionalAccess",
10285
- function(_233) {
10286
- return _233.signUpText;
9977
+ function(_217) {
9978
+ return _217.signUpText;
10287
9979
  }
10288
9980
  ]), function() {
10289
9981
  return "Sign Up";
@@ -10293,12 +9985,12 @@ var ResetPasswordForm = function(props) {
10293
9985
  }, _optionalChain([
10294
9986
  props,
10295
9987
  "access",
10296
- function(_234) {
10297
- return _234.texts;
9988
+ function(_218) {
9989
+ return _218.texts;
10298
9990
  },
10299
9991
  "optionalAccess",
10300
- function(_235) {
10301
- return _235.resetPassword;
9992
+ function(_219) {
9993
+ return _219.resetPassword;
10302
9994
  }
10303
9995
  ]))))) : /* @__PURE__ */ React6.default.createElement(CardContent, {
10304
9996
  headless: true
@@ -10307,12 +9999,12 @@ var ResetPasswordForm = function(props) {
10307
9999
  }, _optionalChain([
10308
10000
  props,
10309
10001
  "access",
10310
- function(_236) {
10311
- return _236.texts;
10002
+ function(_220) {
10003
+ return _220.texts;
10312
10004
  },
10313
10005
  "optionalAccess",
10314
- function(_237) {
10315
- return _237.emailSentText;
10006
+ function(_221) {
10007
+ return _221.emailSentText;
10316
10008
  }
10317
10009
  ]))));
10318
10010
  };
@@ -10394,8 +10086,8 @@ var CheckEmail = function(param) {
10394
10086
  }, _nullishCoalesce(_optionalChain([
10395
10087
  texts,
10396
10088
  "optionalAccess",
10397
- function(_238) {
10398
- return _238.checkEmail;
10089
+ function(_222) {
10090
+ return _222.checkEmail;
10399
10091
  }
10400
10092
  ]), function() {
10401
10093
  return "Check you email";
@@ -10404,8 +10096,8 @@ var CheckEmail = function(param) {
10404
10096
  }, _nullishCoalesce(_optionalChain([
10405
10097
  texts,
10406
10098
  "optionalAccess",
10407
- function(_239) {
10408
- return _239.pleaseVerify;
10099
+ function(_223) {
10100
+ return _223.pleaseVerify;
10409
10101
  }
10410
10102
  ]), function() {
10411
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.";
@@ -10417,8 +10109,8 @@ var CheckEmail = function(param) {
10417
10109
  }, _nullishCoalesce(_optionalChain([
10418
10110
  texts,
10419
10111
  "optionalAccess",
10420
- function(_240) {
10421
- return _240.resendEmail;
10112
+ function(_224) {
10113
+ return _224.resendEmail;
10422
10114
  }
10423
10115
  ]), function() {
10424
10116
  return "Resend Email";
@@ -10585,12 +10277,12 @@ var CreditCardForm = function(props) {
10585
10277
  helpertext: _optionalChain([
10586
10278
  errors,
10587
10279
  "access",
10588
- function(_241) {
10589
- return _241.password;
10280
+ function(_225) {
10281
+ return _225.password;
10590
10282
  },
10591
10283
  "optionalAccess",
10592
- function(_242) {
10593
- return _242.message;
10284
+ function(_226) {
10285
+ return _226.message;
10594
10286
  }
10595
10287
  ]),
10596
10288
  iconInside: /* @__PURE__ */ React6.default.createElement("img", {
@@ -10621,12 +10313,12 @@ var CreditCardForm = function(props) {
10621
10313
  helpertext: _optionalChain([
10622
10314
  errors,
10623
10315
  "access",
10624
- function(_243) {
10625
- return _243.password;
10316
+ function(_227) {
10317
+ return _227.password;
10626
10318
  },
10627
10319
  "optionalAccess",
10628
- function(_244) {
10629
- return _244.message;
10320
+ function(_228) {
10321
+ return _228.message;
10630
10322
  }
10631
10323
  ])
10632
10324
  });
@@ -10648,12 +10340,12 @@ var CreditCardForm = function(props) {
10648
10340
  helpertext: _optionalChain([
10649
10341
  errors,
10650
10342
  "access",
10651
- function(_245) {
10652
- return _245.password;
10343
+ function(_229) {
10344
+ return _229.password;
10653
10345
  },
10654
10346
  "optionalAccess",
10655
- function(_246) {
10656
- return _246.message;
10347
+ function(_230) {
10348
+ return _230.message;
10657
10349
  }
10658
10350
  ])
10659
10351
  });
@@ -10674,12 +10366,12 @@ var CreditCardForm = function(props) {
10674
10366
  helpertext: _optionalChain([
10675
10367
  errors,
10676
10368
  "access",
10677
- function(_247) {
10678
- return _247.password;
10369
+ function(_231) {
10370
+ return _231.password;
10679
10371
  },
10680
10372
  "optionalAccess",
10681
- function(_248) {
10682
- return _248.message;
10373
+ function(_232) {
10374
+ return _232.message;
10683
10375
  }
10684
10376
  ])
10685
10377
  });
@@ -10786,12 +10478,12 @@ var CheckoutForm = function(props) {
10786
10478
  required: _optionalChain([
10787
10479
  props,
10788
10480
  "access",
10789
- function(_249) {
10790
- return _249.texts;
10481
+ function(_233) {
10482
+ return _233.texts;
10791
10483
  },
10792
10484
  "optionalAccess",
10793
- function(_250) {
10794
- return _250.required;
10485
+ function(_234) {
10486
+ return _234.required;
10795
10487
  }
10796
10488
  ])
10797
10489
  },
@@ -10802,23 +10494,23 @@ var CheckoutForm = function(props) {
10802
10494
  label: _optionalChain([
10803
10495
  props,
10804
10496
  "access",
10805
- function(_251) {
10806
- return _251.texts;
10497
+ function(_235) {
10498
+ return _235.texts;
10807
10499
  },
10808
10500
  "optionalAccess",
10809
- function(_252) {
10810
- return _252.firstNameLabel;
10501
+ function(_236) {
10502
+ return _236.firstNameLabel;
10811
10503
  }
10812
10504
  ]) + " *",
10813
10505
  helpertext: _optionalChain([
10814
10506
  errors,
10815
10507
  "access",
10816
- function(_253) {
10817
- return _253.firstName;
10508
+ function(_237) {
10509
+ return _237.firstName;
10818
10510
  },
10819
10511
  "optionalAccess",
10820
- function(_254) {
10821
- return _254.message;
10512
+ function(_238) {
10513
+ return _238.message;
10822
10514
  }
10823
10515
  ])
10824
10516
  }, field), {
@@ -10838,12 +10530,12 @@ var CheckoutForm = function(props) {
10838
10530
  required: _optionalChain([
10839
10531
  props,
10840
10532
  "access",
10841
- function(_255) {
10842
- return _255.texts;
10533
+ function(_239) {
10534
+ return _239.texts;
10843
10535
  },
10844
10536
  "optionalAccess",
10845
- function(_256) {
10846
- return _256.required;
10537
+ function(_240) {
10538
+ return _240.required;
10847
10539
  }
10848
10540
  ])
10849
10541
  },
@@ -10855,23 +10547,23 @@ var CheckoutForm = function(props) {
10855
10547
  label: _optionalChain([
10856
10548
  props,
10857
10549
  "access",
10858
- function(_257) {
10859
- return _257.texts;
10550
+ function(_241) {
10551
+ return _241.texts;
10860
10552
  },
10861
10553
  "optionalAccess",
10862
- function(_258) {
10863
- return _258.lastNameLabel;
10554
+ function(_242) {
10555
+ return _242.lastNameLabel;
10864
10556
  }
10865
10557
  ]) + " *",
10866
10558
  helpertext: _optionalChain([
10867
10559
  errors,
10868
10560
  "access",
10869
- function(_259) {
10870
- return _259.lastName;
10561
+ function(_243) {
10562
+ return _243.lastName;
10871
10563
  },
10872
10564
  "optionalAccess",
10873
- function(_260) {
10874
- return _260.message;
10565
+ function(_244) {
10566
+ return _244.message;
10875
10567
  }
10876
10568
  ])
10877
10569
  }, field), {
@@ -10891,23 +10583,23 @@ var CheckoutForm = function(props) {
10891
10583
  label: _optionalChain([
10892
10584
  props,
10893
10585
  "access",
10894
- function(_261) {
10895
- return _261.texts;
10586
+ function(_245) {
10587
+ return _245.texts;
10896
10588
  },
10897
10589
  "optionalAccess",
10898
- function(_262) {
10899
- return _262.emailLabel;
10590
+ function(_246) {
10591
+ return _246.emailLabel;
10900
10592
  }
10901
10593
  ]) + " *",
10902
10594
  helpertext: _optionalChain([
10903
10595
  errors,
10904
10596
  "access",
10905
- function(_263) {
10906
- return _263.email;
10597
+ function(_247) {
10598
+ return _247.email;
10907
10599
  },
10908
10600
  "optionalAccess",
10909
- function(_264) {
10910
- return _264.message;
10601
+ function(_248) {
10602
+ return _248.message;
10911
10603
  }
10912
10604
  ])
10913
10605
  }, field), {
@@ -10920,12 +10612,12 @@ var CheckoutForm = function(props) {
10920
10612
  required: _optionalChain([
10921
10613
  props,
10922
10614
  "access",
10923
- function(_265) {
10924
- return _265.texts;
10615
+ function(_249) {
10616
+ return _249.texts;
10925
10617
  },
10926
10618
  "optionalAccess",
10927
- function(_266) {
10928
- return _266.emailRequiredText;
10619
+ function(_250) {
10620
+ return _250.emailRequiredText;
10929
10621
  }
10930
10622
  ]),
10931
10623
  pattern: {
@@ -10933,12 +10625,12 @@ var CheckoutForm = function(props) {
10933
10625
  message: _optionalChain([
10934
10626
  props,
10935
10627
  "access",
10936
- function(_267) {
10937
- return _267.texts;
10628
+ function(_251) {
10629
+ return _251.texts;
10938
10630
  },
10939
10631
  "optionalAccess",
10940
- function(_268) {
10941
- return _268.emailInvalidText;
10632
+ function(_252) {
10633
+ return _252.emailInvalidText;
10942
10634
  }
10943
10635
  ])
10944
10636
  }
@@ -10952,12 +10644,12 @@ var CheckoutForm = function(props) {
10952
10644
  required: _optionalChain([
10953
10645
  props,
10954
10646
  "access",
10955
- function(_269) {
10956
- return _269.texts;
10647
+ function(_253) {
10648
+ return _253.texts;
10957
10649
  },
10958
10650
  "optionalAccess",
10959
- function(_270) {
10960
- return _270.required;
10651
+ function(_254) {
10652
+ return _254.required;
10961
10653
  }
10962
10654
  ])
10963
10655
  },
@@ -10969,23 +10661,23 @@ var CheckoutForm = function(props) {
10969
10661
  label: _optionalChain([
10970
10662
  props,
10971
10663
  "access",
10972
- function(_271) {
10973
- return _271.texts;
10664
+ function(_255) {
10665
+ return _255.texts;
10974
10666
  },
10975
10667
  "optionalAccess",
10976
- function(_272) {
10977
- return _272.streetAddressLabel;
10668
+ function(_256) {
10669
+ return _256.streetAddressLabel;
10978
10670
  }
10979
10671
  ]) + " *",
10980
10672
  helpertext: _optionalChain([
10981
10673
  errors,
10982
10674
  "access",
10983
- function(_273) {
10984
- return _273.streetAddress;
10675
+ function(_257) {
10676
+ return _257.streetAddress;
10985
10677
  },
10986
10678
  "optionalAccess",
10987
- function(_274) {
10988
- return _274.message;
10679
+ function(_258) {
10680
+ return _258.message;
10989
10681
  }
10990
10682
  ])
10991
10683
  }, field), {
@@ -11003,12 +10695,12 @@ var CheckoutForm = function(props) {
11003
10695
  required: _optionalChain([
11004
10696
  props,
11005
10697
  "access",
11006
- function(_275) {
11007
- return _275.texts;
10698
+ function(_259) {
10699
+ return _259.texts;
11008
10700
  },
11009
10701
  "optionalAccess",
11010
- function(_276) {
11011
- return _276.required;
10702
+ function(_260) {
10703
+ return _260.required;
11012
10704
  }
11013
10705
  ])
11014
10706
  },
@@ -11020,23 +10712,23 @@ var CheckoutForm = function(props) {
11020
10712
  label: _optionalChain([
11021
10713
  props,
11022
10714
  "access",
11023
- function(_277) {
11024
- return _277.texts;
10715
+ function(_261) {
10716
+ return _261.texts;
11025
10717
  },
11026
10718
  "optionalAccess",
11027
- function(_278) {
11028
- return _278.stateLabel;
10719
+ function(_262) {
10720
+ return _262.stateLabel;
11029
10721
  }
11030
10722
  ]) + " *",
11031
10723
  helpertext: _optionalChain([
11032
10724
  errors,
11033
10725
  "access",
11034
- function(_279) {
11035
- return _279.province;
10726
+ function(_263) {
10727
+ return _263.province;
11036
10728
  },
11037
10729
  "optionalAccess",
11038
- function(_280) {
11039
- return _280.message;
10730
+ function(_264) {
10731
+ return _264.message;
11040
10732
  }
11041
10733
  ])
11042
10734
  }, field), {
@@ -11056,12 +10748,12 @@ var CheckoutForm = function(props) {
11056
10748
  required: _optionalChain([
11057
10749
  props,
11058
10750
  "access",
11059
- function(_281) {
11060
- return _281.texts;
10751
+ function(_265) {
10752
+ return _265.texts;
11061
10753
  },
11062
10754
  "optionalAccess",
11063
- function(_282) {
11064
- return _282.required;
10755
+ function(_266) {
10756
+ return _266.required;
11065
10757
  }
11066
10758
  ])
11067
10759
  },
@@ -11073,23 +10765,23 @@ var CheckoutForm = function(props) {
11073
10765
  label: _optionalChain([
11074
10766
  props,
11075
10767
  "access",
11076
- function(_283) {
11077
- return _283.texts;
10768
+ function(_267) {
10769
+ return _267.texts;
11078
10770
  },
11079
10771
  "optionalAccess",
11080
- function(_284) {
11081
- return _284.cityLabel;
10772
+ function(_268) {
10773
+ return _268.cityLabel;
11082
10774
  }
11083
10775
  ]) + " *",
11084
10776
  helpertext: _optionalChain([
11085
10777
  errors,
11086
10778
  "access",
11087
- function(_285) {
11088
- return _285.city;
10779
+ function(_269) {
10780
+ return _269.city;
11089
10781
  },
11090
10782
  "optionalAccess",
11091
- function(_286) {
11092
- return _286.message;
10783
+ function(_270) {
10784
+ return _270.message;
11093
10785
  }
11094
10786
  ])
11095
10787
  }, field), {
@@ -11107,12 +10799,12 @@ var CheckoutForm = function(props) {
11107
10799
  required: _optionalChain([
11108
10800
  props,
11109
10801
  "access",
11110
- function(_287) {
11111
- return _287.texts;
10802
+ function(_271) {
10803
+ return _271.texts;
11112
10804
  },
11113
10805
  "optionalAccess",
11114
- function(_288) {
11115
- return _288.required;
10806
+ function(_272) {
10807
+ return _272.required;
11116
10808
  }
11117
10809
  ])
11118
10810
  },
@@ -11124,23 +10816,23 @@ var CheckoutForm = function(props) {
11124
10816
  label: _optionalChain([
11125
10817
  props,
11126
10818
  "access",
11127
- function(_289) {
11128
- return _289.texts;
10819
+ function(_273) {
10820
+ return _273.texts;
11129
10821
  },
11130
10822
  "optionalAccess",
11131
- function(_290) {
11132
- return _290.buildingNumberLabel;
10823
+ function(_274) {
10824
+ return _274.buildingNumberLabel;
11133
10825
  }
11134
10826
  ]) + " *",
11135
10827
  helpertext: _optionalChain([
11136
10828
  errors,
11137
10829
  "access",
11138
- function(_291) {
11139
- return _291.buildingNumber;
10830
+ function(_275) {
10831
+ return _275.buildingNumber;
11140
10832
  },
11141
10833
  "optionalAccess",
11142
- function(_292) {
11143
- return _292.message;
10834
+ function(_276) {
10835
+ return _276.message;
11144
10836
  }
11145
10837
  ])
11146
10838
  }, field), {
@@ -11160,12 +10852,12 @@ var CheckoutForm = function(props) {
11160
10852
  required: _optionalChain([
11161
10853
  props,
11162
10854
  "access",
11163
- function(_293) {
11164
- return _293.texts;
10855
+ function(_277) {
10856
+ return _277.texts;
11165
10857
  },
11166
10858
  "optionalAccess",
11167
- function(_294) {
11168
- return _294.required;
10859
+ function(_278) {
10860
+ return _278.required;
11169
10861
  }
11170
10862
  ])
11171
10863
  },
@@ -11177,23 +10869,23 @@ var CheckoutForm = function(props) {
11177
10869
  label: _optionalChain([
11178
10870
  props,
11179
10871
  "access",
11180
- function(_295) {
11181
- return _295.texts;
10872
+ function(_279) {
10873
+ return _279.texts;
11182
10874
  },
11183
10875
  "optionalAccess",
11184
- function(_296) {
11185
- return _296.zipCodeLabel;
10876
+ function(_280) {
10877
+ return _280.zipCodeLabel;
11186
10878
  }
11187
10879
  ]) + " *",
11188
10880
  helpertext: _optionalChain([
11189
10881
  errors,
11190
10882
  "access",
11191
- function(_297) {
11192
- return _297.zipCode;
10883
+ function(_281) {
10884
+ return _281.zipCode;
11193
10885
  },
11194
10886
  "optionalAccess",
11195
- function(_298) {
11196
- return _298.message;
10887
+ function(_282) {
10888
+ return _282.message;
11197
10889
  }
11198
10890
  ])
11199
10891
  }, field), {
@@ -11211,12 +10903,12 @@ var CheckoutForm = function(props) {
11211
10903
  required: _optionalChain([
11212
10904
  props,
11213
10905
  "access",
11214
- function(_299) {
11215
- return _299.texts;
10906
+ function(_283) {
10907
+ return _283.texts;
11216
10908
  },
11217
10909
  "optionalAccess",
11218
- function(_300) {
11219
- return _300.required;
10910
+ function(_284) {
10911
+ return _284.required;
11220
10912
  }
11221
10913
  ])
11222
10914
  },
@@ -11227,23 +10919,23 @@ var CheckoutForm = function(props) {
11227
10919
  label: _optionalChain([
11228
10920
  props,
11229
10921
  "access",
11230
- function(_301) {
11231
- return _301.texts;
10922
+ function(_285) {
10923
+ return _285.texts;
11232
10924
  },
11233
10925
  "optionalAccess",
11234
- function(_302) {
11235
- return _302.countryLabel;
10926
+ function(_286) {
10927
+ return _286.countryLabel;
11236
10928
  }
11237
10929
  ]) + " *",
11238
10930
  helperText: _optionalChain([
11239
10931
  errors,
11240
10932
  "access",
11241
- function(_303) {
11242
- return _303.country;
10933
+ function(_287) {
10934
+ return _287.country;
11243
10935
  },
11244
10936
  "optionalAccess",
11245
- function(_304) {
11246
- return _304.message;
10937
+ function(_288) {
10938
+ return _288.message;
11247
10939
  }
11248
10940
  ]),
11249
10941
  options: countries_default,
@@ -11403,16 +11095,16 @@ var ComparingPlans = function(props) {
11403
11095
  })), _optionalChain([
11404
11096
  props,
11405
11097
  "access",
11406
- function(_305) {
11407
- return _305.plans;
11098
+ function(_289) {
11099
+ return _289.plans;
11408
11100
  },
11409
11101
  "optionalAccess",
11410
- function(_306) {
11411
- return _306.map;
11102
+ function(_290) {
11103
+ return _290.map;
11412
11104
  },
11413
11105
  "call",
11414
- function(_307) {
11415
- return _307(function(plan) {
11106
+ function(_291) {
11107
+ return _291(function(plan) {
11416
11108
  return plan.features.map(function(feature) {
11417
11109
  return /* @__PURE__ */ React6.default.createElement("div", {
11418
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"
@@ -11785,8 +11477,8 @@ var NotFound = function(param) {
11785
11477
  }, _nullishCoalesce(_optionalChain([
11786
11478
  texts,
11787
11479
  "optionalAccess",
11788
- function(_308) {
11789
- return _308.pageNotFound;
11480
+ function(_292) {
11481
+ return _292.pageNotFound;
11790
11482
  }
11791
11483
  ]), function() {
11792
11484
  return "Page Not Found";
@@ -11795,8 +11487,8 @@ var NotFound = function(param) {
11795
11487
  }, _nullishCoalesce(_optionalChain([
11796
11488
  texts,
11797
11489
  "optionalAccess",
11798
- function(_309) {
11799
- return _309.ifLost;
11490
+ function(_293) {
11491
+ return _293.ifLost;
11800
11492
  }
11801
11493
  ]), function() {
11802
11494
  return /* @__PURE__ */ React6.default.createElement(React6.default.Fragment, null, "If you're lost please contact us", " ", /* @__PURE__ */ React6.default.createElement("span", {
@@ -11807,8 +11499,8 @@ var NotFound = function(param) {
11807
11499
  }, _nullishCoalesce(_optionalChain([
11808
11500
  texts,
11809
11501
  "optionalAccess",
11810
- function(_310) {
11811
- return _310.home;
11502
+ function(_294) {
11503
+ return _294.home;
11812
11504
  }
11813
11505
  ]), function() {
11814
11506
  return "Home";
@@ -11837,8 +11529,8 @@ var EmptyState = function(param) {
11837
11529
  }, _nullishCoalesce(_optionalChain([
11838
11530
  texts,
11839
11531
  "optionalAccess",
11840
- function(_311) {
11841
- return _311.youreCaughtUp;
11532
+ function(_295) {
11533
+ return _295.youreCaughtUp;
11842
11534
  }
11843
11535
  ]), function() {
11844
11536
  return "You're all caught up";
@@ -11850,8 +11542,8 @@ var EmptyState = function(param) {
11850
11542
  }, _nullishCoalesce(_optionalChain([
11851
11543
  texts,
11852
11544
  "optionalAccess",
11853
- function(_312) {
11854
- return _312.actionText;
11545
+ function(_296) {
11546
+ return _296.actionText;
11855
11547
  }
11856
11548
  ]), function() {
11857
11549
  return "Go Home";
@@ -11891,14 +11583,14 @@ var LeadGenerator = function(param) {
11891
11583
  return /* @__PURE__ */ React6.default.createElement(Card, null, /* @__PURE__ */ React6.default.createElement(CardHeader, null, /* @__PURE__ */ React6.default.createElement(CardTitle, null, _optionalChain([
11892
11584
  texts,
11893
11585
  "optionalAccess",
11894
- function(_313) {
11895
- return _313.title;
11586
+ function(_297) {
11587
+ return _297.title;
11896
11588
  }
11897
11589
  ])), /* @__PURE__ */ React6.default.createElement(CardDescription, null, _optionalChain([
11898
11590
  texts,
11899
11591
  "optionalAccess",
11900
- function(_314) {
11901
- return _314.subtitle;
11592
+ function(_298) {
11593
+ return _298.subtitle;
11902
11594
  }
11903
11595
  ]))), /* @__PURE__ */ React6.default.createElement(CardContent, null, /* @__PURE__ */ React6.default.createElement("form", {
11904
11596
  className: "flex flex-row gap-2",
@@ -11913,8 +11605,8 @@ var LeadGenerator = function(param) {
11913
11605
  }), /* @__PURE__ */ React6.default.createElement(Button, null, _nullishCoalesce(_optionalChain([
11914
11606
  texts,
11915
11607
  "optionalAccess",
11916
- function(_315) {
11917
- return _315.submit;
11608
+ function(_299) {
11609
+ return _299.submit;
11918
11610
  }
11919
11611
  ]), function() {
11920
11612
  return "Submit";
@@ -11964,16 +11656,16 @@ var NoPermission = function(param) {
11964
11656
  }, _nullishCoalesce(_optionalChain([
11965
11657
  texts,
11966
11658
  "optionalAccess",
11967
- function(_316) {
11968
- return _316.title;
11659
+ function(_300) {
11660
+ return _300.title;
11969
11661
  }
11970
11662
  ]), function() {
11971
11663
  return "You don't have permission";
11972
11664
  })), /* @__PURE__ */ React6.default.createElement("div", null, _nullishCoalesce(_optionalChain([
11973
11665
  texts,
11974
11666
  "optionalAccess",
11975
- function(_317) {
11976
- return _317.subtitle;
11667
+ function(_301) {
11668
+ return _301.subtitle;
11977
11669
  }
11978
11670
  ]), function() {
11979
11671
  return "If you think this is a problem please contact your administrator or our customer support";
@@ -12033,7 +11725,6 @@ exports.HawaColorPicker = HawaColorPicker;
12033
11725
  exports.HawaContainer = HawaContainer;
12034
11726
  exports.HawaCopyrights = HawaCopyrights;
12035
11727
  exports.HawaDatepicker = HawaDatepicker;
12036
- exports.HawaDropdownMenu = HawaDropdownMenu;
12037
11728
  exports.HawaGrid = HawaGrid;
12038
11729
  exports.HawaIconCount = HawaIconCount;
12039
11730
  exports.HawaInlineCode = HawaInlineCode;
@@ -12058,7 +11749,6 @@ exports.HawaStoreButtons = HawaStoreButtons;
12058
11749
  exports.HawaTable = HawaTable;
12059
11750
  exports.HawaTabs = HawaTabs;
12060
11751
  exports.HawaTextField = HawaTextField;
12061
- exports.HawaTooltip = HawaTooltip;
12062
11752
  exports.HawaTypography = HawaTypography;
12063
11753
  exports.HorizontalPricing = HorizontalPricing;
12064
11754
  exports.Input = Input;
@@ -12077,7 +11767,7 @@ exports.ReferralSettlement = ReferralSettlement;
12077
11767
  exports.ReferralStats = ReferralStats;
12078
11768
  exports.ResetPasswordForm = ResetPasswordForm;
12079
11769
  exports.SelectPayment = SelectPayment;
12080
- exports.Separator = Separator3;
11770
+ exports.Separator = Separator2;
12081
11771
  exports.SidebarGroup = SidebarGroup;
12082
11772
  exports.SidebarItem = SidebarItem;
12083
11773
  exports.SignInBlock = SignInBlock;