@sikka/hawa 0.1.93 → 0.1.95

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
@@ -388,7 +388,7 @@ var HawaTextField = function(_param) {
388
388
  }))), props.iconInside && /* @__PURE__ */ React6.default.createElement("div", {
389
389
  className: "absolute right-1 top-[41px] -translate-y-1/2"
390
390
  }, props.iconInside), props.helpertext ? /* @__PURE__ */ React6.default.createElement("p", {
391
- className: "mb-0 mt-1 text-xs text-red-600 dark:text-red-500"
391
+ className: "mb-0 mt-0 text-xs text-red-600 dark:text-red-500"
392
392
  }, props.helpertext) : null));
393
393
  };
394
394
  // src/elements/HawaColorPicker.tsx
@@ -561,7 +561,7 @@ var HawaRadio = function(_param) {
561
561
  disabled: opt.disabled
562
562
  }), /* @__PURE__ */ React6.default.createElement("label", {
563
563
  htmlFor: opt.value.toString(),
564
- className: cn("inline-flex h-full w-full items-center justify-between rounded-lg border border-gray-200 bg-white p-5 text-gray-500 peer-checked:border-blue-600 peer-checked:text-blue-600 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:peer-checked:text-primary", opt.disabled ? "opacity-50" : "cursor-pointer hover:bg-gray-100 dark:hover:bg-gray-700 dark:hover:text-gray-300 hover:text-gray-600")
564
+ className: cn("inline-flex h-full w-full items-center justify-between rounded-lg border border-gray-200 bg-white p-5 text-gray-500 peer-checked:border-blue-600 peer-checked:text-blue-600 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:peer-checked:text-primary", opt.disabled ? "opacity-50" : "cursor-pointer hover:bg-gray-100 hover:text-gray-600 dark:hover:bg-gray-700 dark:hover:text-gray-300")
565
565
  }, /* @__PURE__ */ React6.default.createElement("div", {
566
566
  className: "block h-full w-full"
567
567
  }, /* @__PURE__ */ React6.default.createElement("div", {
@@ -640,15 +640,13 @@ var Option = function(_param) /* @__PURE__ */ {
640
640
  ]);
641
641
  return React6.default.createElement("div", _object_spread({
642
642
  ref: innerRef,
643
- className: "flex flex-row items-center justify-between rounded-inner p-1 px-2 hover:text-primary-foreground hover:bg-primary"
643
+ className: "flex cursor-pointer select-none flex-row items-center justify-between rounded-inner p-1 px-2 hover:bg-primary hover:text-primary-foreground"
644
644
  }, innerProps), children);
645
645
  };
646
646
  var HawaSelect = function(props) {
647
647
  return /* @__PURE__ */ React6.default.createElement("div", {
648
- className: " w-full"
649
- }, props.label && /* @__PURE__ */ React6.default.createElement("div", {
650
- className: "mb-2 block text-sm font-medium text-gray-900 dark:text-gray-300"
651
- }, props.label), !props.isCreatable && /* @__PURE__ */ React6.default.createElement(_reactselect2.default, {
648
+ className: " flex w-full flex-col gap-2"
649
+ }, props.label && /* @__PURE__ */ React6.default.createElement(Label, null, props.label), !props.isCreatable && /* @__PURE__ */ React6.default.createElement(_reactselect2.default, {
652
650
  classNames: {
653
651
  // control: () => "bg-blue-500 w-full",
654
652
  // container: () => "bg-red-500 w-full",
@@ -1123,7 +1121,7 @@ var DropdownMenuSubTrigger = React19.forwardRef(function(_param, ref) /* @__PURE
1123
1121
  ]);
1124
1122
  return React19.createElement(DropdownMenuPrimitive.SubTrigger, _object_spread({
1125
1123
  ref: ref,
1126
- className: cn("flex cursor-default select-none items-center justify-between rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent", inset && "pl-8", className)
1124
+ className: cn("flex cursor-default select-none items-center justify-between rounded-sm px-2 py-3 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent", inset && "pl-8", className)
1127
1125
  }, props), /* @__PURE__ */ React19.createElement("div", {
1128
1126
  className: "flex flex-row items-center gap-2"
1129
1127
  }, children), " ", /* @__PURE__ */ React19.createElement("svg", {
@@ -1171,9 +1169,9 @@ var DropdownMenuItem = React19.forwardRef(function(_param, ref) /* @__PURE__ */
1171
1169
  return React19.createElement(DropdownMenuPrimitive.Item, _object_spread({
1172
1170
  disabled: props.disabled,
1173
1171
  ref: ref,
1174
- className: cn("relative flex cursor-pointer select-none items-center justify-between rounded-sm px-2 py-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", inset && "pl-8", className)
1172
+ className: cn("relative flex cursor-pointer select-none items-center justify-between rounded-sm text-sm outline-none transition-colors focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", inset && "pl-8", className)
1175
1173
  }, props), /* @__PURE__ */ React19.createElement("div", {
1176
- className: "flex flex-row items-center gap-2"
1174
+ className: "flex flex-row items-center gap-2 "
1177
1175
  }, props.children), props.end && props.end);
1178
1176
  });
1179
1177
  DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
@@ -1284,10 +1282,10 @@ var DropdownMenu = function(param) {
1284
1282
  key: index
1285
1283
  }, /* @__PURE__ */ React19.createElement(DropdownMenuSubTrigger, {
1286
1284
  dir: direction
1287
- }, item.icon && item.icon, item.label), /* @__PURE__ */ React19.createElement(DropdownMenuPortal, null, /* @__PURE__ */ React19.createElement(DropdownMenuSubContent, null, item.subitems.map(function(subitem, subIndex) {
1285
+ }, item.icon && item.icon, item.label && item.label), /* @__PURE__ */ React19.createElement(DropdownMenuPortal, null, /* @__PURE__ */ React19.createElement(DropdownMenuSubContent, null, item.subitems.map(function(subitem, subIndex) {
1288
1286
  return /* @__PURE__ */ React19.createElement(DropdownMenuItem, {
1289
1287
  disabled: subitem.disabled,
1290
- className: "flex flex-row gap-2",
1288
+ className: "px-2 py-3",
1291
1289
  onSelect: function() {
1292
1290
  subitem.action();
1293
1291
  if (selectCallback) {
@@ -1295,10 +1293,9 @@ var DropdownMenu = function(param) {
1295
1293
  }
1296
1294
  },
1297
1295
  key: subIndex
1298
- }, subitem.icon && subitem.icon, subitem.label);
1296
+ }, subitem.icon && subitem.icon, subitem.label && subitem.label);
1299
1297
  })))) : /* @__PURE__ */ React19.createElement(DropdownMenuItem, {
1300
1298
  disabled: item.disabled,
1301
- className: "flex flex-row gap-2",
1302
1299
  key: index,
1303
1300
  onSelect: function(e) {
1304
1301
  if (item.presist) {
@@ -1315,8 +1312,9 @@ var DropdownMenu = function(param) {
1315
1312
  }
1316
1313
  }
1317
1314
  },
1318
- end: item.end
1319
- }, item.icon && item.icon, item.label);
1315
+ end: item.end,
1316
+ className: !item.icon && !item.label ? "px-0 py-0 focus:bg-transparent " : "px-2 py-3 focus:bg-accent "
1317
+ }, item.icon && item.icon, item.label && item.label);
1320
1318
  }))));
1321
1319
  };
1322
1320
  // src/elements/HawaTable.tsx
@@ -1391,60 +1389,8 @@ var HawaTable = function(_param) {
1391
1389
  }, /* @__PURE__ */ React6.default.createElement("div", {
1392
1390
  className: "overflow-x-auto rounded bg-".concat(headerColor)
1393
1391
  }, props.headerTools && /* @__PURE__ */ React6.default.createElement("div", {
1394
- className: "flex flex-row items-center justify-between gap-2 border bg-background px-4 py-2"
1395
- }, /* @__PURE__ */ React6.default.createElement(HawaTextField, {
1396
- icon: /* @__PURE__ */ React6.default.createElement("svg", {
1397
- "aria-label": "Search Icon",
1398
- stroke: "currentColor",
1399
- fill: "gray",
1400
- strokeWidth: "0",
1401
- viewBox: "0 0 512 512",
1402
- height: "1em",
1403
- width: "1em"
1404
- }, /* @__PURE__ */ React6.default.createElement("path", {
1405
- d: "M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
1406
- })),
1407
- placeholder: "Search",
1408
- width: "full",
1409
- margin: "none"
1410
- }), /* @__PURE__ */ React6.default.createElement("div", {
1411
- className: "flex flex-row items-center justify-between gap-2"
1412
- }, /* @__PURE__ */ React6.default.createElement(Button, {
1413
- className: "flex flex-row gap-2"
1414
- }, /* @__PURE__ */ React6.default.createElement("svg", {
1415
- "aria-label": "Filter Icon",
1416
- stroke: "currentColor",
1417
- fill: "currentColor",
1418
- strokeWidth: "0",
1419
- viewBox: "0 0 16 16",
1420
- height: "1em",
1421
- width: "1em"
1422
- }, /* @__PURE__ */ React6.default.createElement("path", {
1423
- d: "M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"
1424
- })), _nullishCoalesce(_optionalChain([
1425
- props,
1426
- "access",
1427
- function(_17) {
1428
- return _17.texts;
1429
- },
1430
- "optionalAccess",
1431
- function(_18) {
1432
- return _18.filter;
1433
- }
1434
- ]), function() {
1435
- return "Filter";
1436
- }), /* @__PURE__ */ React6.default.createElement("svg", {
1437
- "aria-label": "Chevron Right Icon",
1438
- stroke: "currentColor",
1439
- fill: "currentColor",
1440
- strokeWidth: "0",
1441
- viewBox: "0 0 16 16",
1442
- height: "1em",
1443
- width: "1em"
1444
- }, /* @__PURE__ */ React6.default.createElement("path", {
1445
- fillRule: "evenodd",
1446
- 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"
1447
- }))))), /* @__PURE__ */ React6.default.createElement("table", {
1392
+ className: "flex flex-row items-center justify-between gap-2 border bg-background px-2 py-2"
1393
+ }, props.headerTools), /* @__PURE__ */ React6.default.createElement("table", {
1448
1394
  className: _clsx2.default.call(void 0, borders === "outer" || borders === "all" ? "outline outline-[".concat(bordersWidth, "px] -outline-offset-1 outline-gray-300 dark:outline-gray-700") : "", "w-full rounded text-left text-sm text-gray-500 dark:text-gray-400", "bg-".concat(headerColor))
1449
1395
  }, /* @__PURE__ */ React6.default.createElement("thead", {
1450
1396
  className: _clsx2.default.call(void 0, "text-xs uppercase text-gray-700 dark:bg-gray-700 dark:text-gray-400", borders === "rows" || borders === "all" || borders === "inner" ? "border-b " : "")
@@ -1468,12 +1414,12 @@ var HawaTable = function(_param) {
1468
1414
  }, _nullishCoalesce(_optionalChain([
1469
1415
  props,
1470
1416
  "access",
1471
- function(_19) {
1472
- return _19.texts;
1417
+ function(_17) {
1418
+ return _17.texts;
1473
1419
  },
1474
1420
  "optionalAccess",
1475
- function(_20) {
1476
- return _20.actions;
1421
+ function(_18) {
1422
+ return _18.actions;
1477
1423
  }
1478
1424
  ]), function() {
1479
1425
  return "Actions";
@@ -1482,17 +1428,17 @@ var HawaTable = function(_param) {
1482
1428
  }, sortedRows ? _optionalChain([
1483
1429
  slice,
1484
1430
  "optionalAccess",
1485
- function(_21) {
1486
- return _21.map;
1431
+ function(_19) {
1432
+ return _19.map;
1487
1433
  },
1488
1434
  "call",
1489
- function(_22) {
1490
- return _22(function(singleRow, rowIndex) {
1435
+ function(_20) {
1436
+ return _20(function(singleRow, rowIndex) {
1491
1437
  var lastRow = rowIndex == _optionalChain([
1492
1438
  slice,
1493
1439
  "optionalAccess",
1494
- function(_23) {
1495
- return _23.length;
1440
+ function(_21) {
1441
+ return _21.length;
1496
1442
  }
1497
1443
  ]) - 1;
1498
1444
  return /* @__PURE__ */ React6.default.createElement("tr", {
@@ -1501,18 +1447,18 @@ var HawaTable = function(_param) {
1501
1447
  }, _optionalChain([
1502
1448
  singleRow,
1503
1449
  "optionalAccess",
1504
- function(_24) {
1505
- return _24.map;
1450
+ function(_22) {
1451
+ return _22.map;
1506
1452
  },
1507
1453
  "call",
1508
- function(_25) {
1509
- return _25(function(r, i) {
1454
+ function(_23) {
1455
+ return _23(function(r, i) {
1510
1456
  var firstCell = i === 0;
1511
1457
  var lastCell = i === _optionalChain([
1512
1458
  singleRow,
1513
1459
  "optionalAccess",
1514
- function(_26) {
1515
- return _26.length;
1460
+ function(_24) {
1461
+ return _24.length;
1516
1462
  }
1517
1463
  ]) - 1;
1518
1464
  var isRTLLastCell = isRTL && lastRow && lastCell && !props.actions;
@@ -1571,12 +1517,12 @@ var HawaTable = function(_param) {
1571
1517
  }, _nullishCoalesce(_optionalChain([
1572
1518
  props,
1573
1519
  "access",
1574
- function(_27) {
1575
- return _27.texts;
1520
+ function(_25) {
1521
+ return _25.texts;
1576
1522
  },
1577
1523
  "optionalAccess",
1578
- function(_28) {
1579
- return _28.noData;
1524
+ function(_26) {
1525
+ return _26.noData;
1580
1526
  }
1581
1527
  ]), function() {
1582
1528
  return "No Data";
@@ -1604,8 +1550,8 @@ var HawaTable = function(_param) {
1604
1550
  }), _optionalChain([
1605
1551
  range,
1606
1552
  "optionalAccess",
1607
- function(_29) {
1608
- return _29.length;
1553
+ function(_27) {
1554
+ return _27.length;
1609
1555
  }
1610
1556
  ]) > 6 && /* @__PURE__ */ React6.default.createElement("input", {
1611
1557
  type: "text",
@@ -1624,8 +1570,8 @@ var HawaTable = function(_param) {
1624
1570
  }), _optionalChain([
1625
1571
  range,
1626
1572
  "optionalAccess",
1627
- function(_30) {
1628
- return _30.length;
1573
+ function(_28) {
1574
+ return _28.length;
1629
1575
  }
1630
1576
  ]) > 6 && range.map(function(el, index) {
1631
1577
  if (index >= range.length - 1) {
@@ -1640,8 +1586,8 @@ var HawaTable = function(_param) {
1640
1586
  }), _optionalChain([
1641
1587
  range,
1642
1588
  "optionalAccess",
1643
- function(_31) {
1644
- return _31.length;
1589
+ function(_29) {
1590
+ return _29.length;
1645
1591
  }
1646
1592
  ]) <= 6 && range.map(function(el, index) {
1647
1593
  return /* @__PURE__ */ React6.default.createElement("button", {
@@ -1668,12 +1614,12 @@ var HawaTable = function(_param) {
1668
1614
  }, props.rows.length, " ", _nullishCoalesce(_optionalChain([
1669
1615
  props,
1670
1616
  "access",
1671
- function(_32) {
1672
- return _32.texts;
1617
+ function(_30) {
1618
+ return _30.texts;
1673
1619
  },
1674
1620
  "optionalAccess",
1675
- function(_33) {
1676
- return _33.items;
1621
+ function(_31) {
1622
+ return _31.items;
1677
1623
  }
1678
1624
  ]), function() {
1679
1625
  return "Items";
@@ -1691,12 +1637,12 @@ var HawaTable = function(_param) {
1691
1637
  }, "10 / ", _nullishCoalesce(_optionalChain([
1692
1638
  props,
1693
1639
  "access",
1694
- function(_34) {
1695
- return _34.texts;
1640
+ function(_32) {
1641
+ return _32.texts;
1696
1642
  },
1697
1643
  "optionalAccess",
1698
- function(_35) {
1699
- return _35.page;
1644
+ function(_33) {
1645
+ return _33.page;
1700
1646
  }
1701
1647
  ]), function() {
1702
1648
  return "Page";
@@ -1708,12 +1654,12 @@ var HawaTable = function(_param) {
1708
1654
  }, "20 / ", _nullishCoalesce(_optionalChain([
1709
1655
  props,
1710
1656
  "access",
1711
- function(_36) {
1712
- return _36.texts;
1657
+ function(_34) {
1658
+ return _34.texts;
1713
1659
  },
1714
1660
  "optionalAccess",
1715
- function(_37) {
1716
- return _37.page;
1661
+ function(_35) {
1662
+ return _35.page;
1717
1663
  }
1718
1664
  ]), function() {
1719
1665
  return "Page";
@@ -1725,12 +1671,12 @@ var HawaTable = function(_param) {
1725
1671
  }, "30 / ", _nullishCoalesce(_optionalChain([
1726
1672
  props,
1727
1673
  "access",
1728
- function(_38) {
1729
- return _38.texts;
1674
+ function(_36) {
1675
+ return _36.texts;
1730
1676
  },
1731
1677
  "optionalAccess",
1732
- function(_39) {
1733
- return _39.page;
1678
+ function(_37) {
1679
+ return _37.page;
1734
1680
  }
1735
1681
  ]), function() {
1736
1682
  return "Page";
@@ -1742,12 +1688,12 @@ var HawaTable = function(_param) {
1742
1688
  }, "50 / ", _nullishCoalesce(_optionalChain([
1743
1689
  props,
1744
1690
  "access",
1745
- function(_40) {
1746
- return _40.texts;
1691
+ function(_38) {
1692
+ return _38.texts;
1747
1693
  },
1748
1694
  "optionalAccess",
1749
- function(_41) {
1750
- return _41.page;
1695
+ function(_39) {
1696
+ return _39.page;
1751
1697
  }
1752
1698
  ]), function() {
1753
1699
  return "Page";
@@ -1759,12 +1705,12 @@ var HawaTable = function(_param) {
1759
1705
  }, "100 / ", _nullishCoalesce(_optionalChain([
1760
1706
  props,
1761
1707
  "access",
1762
- function(_42) {
1763
- return _42.texts;
1708
+ function(_40) {
1709
+ return _40.texts;
1764
1710
  },
1765
1711
  "optionalAccess",
1766
- function(_43) {
1767
- return _43.page;
1712
+ function(_41) {
1713
+ return _41.page;
1768
1714
  }
1769
1715
  ]), function() {
1770
1716
  return "Page";
@@ -3630,77 +3576,77 @@ var HawaTooltip = function(param) {
3630
3576
  setTooltipHeight(_optionalChain([
3631
3577
  tooltipRef,
3632
3578
  "access",
3633
- function(_44) {
3634
- return _44.current;
3579
+ function(_42) {
3580
+ return _42.current;
3635
3581
  },
3636
3582
  "optionalAccess",
3637
- function(_45) {
3638
- return _45.getBoundingClientRect;
3583
+ function(_43) {
3584
+ return _43.getBoundingClientRect;
3639
3585
  },
3640
3586
  "call",
3641
- function(_46) {
3642
- return _46();
3587
+ function(_44) {
3588
+ return _44();
3643
3589
  },
3644
3590
  "access",
3645
- function(_47) {
3646
- return _47.height;
3591
+ function(_45) {
3592
+ return _45.height;
3647
3593
  }
3648
3594
  ]));
3649
3595
  setTooltipWidth(_optionalChain([
3650
3596
  tooltipRef,
3651
3597
  "access",
3652
- function(_48) {
3653
- return _48.current;
3598
+ function(_46) {
3599
+ return _46.current;
3654
3600
  },
3655
3601
  "optionalAccess",
3656
- function(_49) {
3657
- return _49.getBoundingClientRect;
3602
+ function(_47) {
3603
+ return _47.getBoundingClientRect;
3658
3604
  },
3659
3605
  "call",
3660
- function(_50) {
3661
- return _50();
3606
+ function(_48) {
3607
+ return _48();
3662
3608
  },
3663
3609
  "access",
3664
- function(_51) {
3665
- return _51.width;
3610
+ function(_49) {
3611
+ return _49.width;
3666
3612
  }
3667
3613
  ]));
3668
3614
  setChildrenHeight(_optionalChain([
3669
3615
  childrenRef,
3670
3616
  "access",
3671
- function(_52) {
3672
- return _52.current;
3617
+ function(_50) {
3618
+ return _50.current;
3673
3619
  },
3674
3620
  "optionalAccess",
3675
- function(_53) {
3676
- return _53.getBoundingClientRect;
3621
+ function(_51) {
3622
+ return _51.getBoundingClientRect;
3677
3623
  },
3678
3624
  "call",
3679
- function(_54) {
3680
- return _54();
3625
+ function(_52) {
3626
+ return _52();
3681
3627
  },
3682
3628
  "access",
3683
- function(_55) {
3684
- return _55.height;
3629
+ function(_53) {
3630
+ return _53.height;
3685
3631
  }
3686
3632
  ]));
3687
3633
  setChildrenWidth(_optionalChain([
3688
3634
  childrenRef,
3689
3635
  "access",
3690
- function(_56) {
3691
- return _56.current;
3636
+ function(_54) {
3637
+ return _54.current;
3692
3638
  },
3693
3639
  "optionalAccess",
3694
- function(_57) {
3695
- return _57.getBoundingClientRect;
3640
+ function(_55) {
3641
+ return _55.getBoundingClientRect;
3696
3642
  },
3697
3643
  "call",
3698
- function(_58) {
3699
- return _58();
3644
+ function(_56) {
3645
+ return _56();
3700
3646
  },
3701
3647
  "access",
3702
- function(_59) {
3703
- return _59.width;
3648
+ function(_57) {
3649
+ return _57.width;
3704
3650
  }
3705
3651
  ]));
3706
3652
  });
@@ -3774,16 +3720,16 @@ var HawaTabs = function(_param) {
3774
3720
  var _react_useState_call = _sliced_to_array(_react.useState.call(void 0, _optionalChain([
3775
3721
  props,
3776
3722
  "access",
3777
- function(_60) {
3778
- return _60.options;
3723
+ function(_58) {
3724
+ return _58.options;
3779
3725
  },
3780
3726
  "access",
3781
- function(_61) {
3782
- return _61[0];
3727
+ function(_59) {
3728
+ return _59[0];
3783
3729
  },
3784
3730
  "optionalAccess",
3785
- function(_62) {
3786
- return _62.value;
3731
+ function(_60) {
3732
+ return _60.value;
3787
3733
  }
3788
3734
  ])), 2), selectedOption = _react_useState_call[0], setSelectedOption = _react_useState_call[1];
3789
3735
  var activeTabStyle = {
@@ -3829,16 +3775,16 @@ var HawaTabs = function(_param) {
3829
3775
  }, _optionalChain([
3830
3776
  props,
3831
3777
  "access",
3832
- function(_63) {
3833
- return _63.options;
3778
+ function(_61) {
3779
+ return _61.options;
3834
3780
  },
3835
3781
  "optionalAccess",
3836
- function(_64) {
3837
- return _64.map;
3782
+ function(_62) {
3783
+ return _62.map;
3838
3784
  },
3839
3785
  "call",
3840
- function(_65) {
3841
- return _65(function(opt, o) {
3786
+ function(_63) {
3787
+ return _63(function(opt, o) {
3842
3788
  return /* @__PURE__ */ React6.default.createElement("button", {
3843
3789
  key: o,
3844
3790
  "aria-current": "page",
@@ -3847,12 +3793,12 @@ var HawaTabs = function(_param) {
3847
3793
  _optionalChain([
3848
3794
  props,
3849
3795
  "optionalAccess",
3850
- function(_66) {
3851
- return _66.onChangeTab;
3796
+ function(_64) {
3797
+ return _64.onChangeTab;
3852
3798
  },
3853
3799
  "call",
3854
- function(_67) {
3855
- return _67(opt);
3800
+ function(_65) {
3801
+ return _65(opt);
3856
3802
  }
3857
3803
  ]);
3858
3804
  },
@@ -3944,77 +3890,77 @@ var HawaMenu = function(param) {
3944
3890
  setMenuHeight(_optionalChain([
3945
3891
  menuRef,
3946
3892
  "access",
3947
- function(_68) {
3948
- return _68.current;
3893
+ function(_66) {
3894
+ return _66.current;
3949
3895
  },
3950
3896
  "optionalAccess",
3951
- function(_69) {
3952
- return _69.getBoundingClientRect;
3897
+ function(_67) {
3898
+ return _67.getBoundingClientRect;
3953
3899
  },
3954
3900
  "call",
3955
- function(_70) {
3956
- return _70();
3901
+ function(_68) {
3902
+ return _68();
3957
3903
  },
3958
3904
  "access",
3959
- function(_71) {
3960
- return _71.height;
3905
+ function(_69) {
3906
+ return _69.height;
3961
3907
  }
3962
3908
  ]));
3963
3909
  setMenuWidth(_optionalChain([
3964
3910
  menuRef,
3965
3911
  "access",
3966
- function(_72) {
3967
- return _72.current;
3912
+ function(_70) {
3913
+ return _70.current;
3968
3914
  },
3969
3915
  "optionalAccess",
3970
- function(_73) {
3971
- return _73.getBoundingClientRect;
3916
+ function(_71) {
3917
+ return _71.getBoundingClientRect;
3972
3918
  },
3973
3919
  "call",
3974
- function(_74) {
3975
- return _74();
3920
+ function(_72) {
3921
+ return _72();
3976
3922
  },
3977
3923
  "access",
3978
- function(_75) {
3979
- return _75.width;
3924
+ function(_73) {
3925
+ return _73.width;
3980
3926
  }
3981
3927
  ]));
3982
3928
  setChildrenHeight(_optionalChain([
3983
3929
  childrenRef,
3984
3930
  "access",
3985
- function(_76) {
3986
- return _76.current;
3931
+ function(_74) {
3932
+ return _74.current;
3987
3933
  },
3988
3934
  "optionalAccess",
3989
- function(_77) {
3990
- return _77.getBoundingClientRect;
3935
+ function(_75) {
3936
+ return _75.getBoundingClientRect;
3991
3937
  },
3992
3938
  "call",
3993
- function(_78) {
3994
- return _78();
3939
+ function(_76) {
3940
+ return _76();
3995
3941
  },
3996
3942
  "access",
3997
- function(_79) {
3998
- return _79.height;
3943
+ function(_77) {
3944
+ return _77.height;
3999
3945
  }
4000
3946
  ]));
4001
3947
  setChildrenWidth(_optionalChain([
4002
3948
  childrenRef,
4003
3949
  "access",
4004
- function(_80) {
4005
- return _80.current;
3950
+ function(_78) {
3951
+ return _78.current;
4006
3952
  },
4007
3953
  "optionalAccess",
4008
- function(_81) {
4009
- return _81.getBoundingClientRect;
3954
+ function(_79) {
3955
+ return _79.getBoundingClientRect;
4010
3956
  },
4011
3957
  "call",
4012
- function(_82) {
4013
- return _82();
3958
+ function(_80) {
3959
+ return _80();
4014
3960
  },
4015
3961
  "access",
4016
- function(_83) {
4017
- return _83.width;
3962
+ function(_81) {
3963
+ return _81.width;
4018
3964
  }
4019
3965
  ]));
4020
3966
  var handleClickOutside = function(event) {
@@ -4089,24 +4035,24 @@ var HawaMenu = function(param) {
4089
4035
  }, headerSubtitle)), _optionalChain([
4090
4036
  menuItems,
4091
4037
  "optionalAccess",
4092
- function(_84) {
4093
- return _84.map;
4038
+ function(_82) {
4039
+ return _82.map;
4094
4040
  },
4095
4041
  "call",
4096
- function(_85) {
4097
- return _85(function(group, o) {
4042
+ function(_83) {
4043
+ return _83(function(group, o) {
4098
4044
  return /* @__PURE__ */ React6.default.createElement("ul", {
4099
4045
  key: o,
4100
4046
  className: "bg-layout-1200 flex flex-col gap-1 p-1 text-gray-700 dark:text-gray-200"
4101
4047
  }, _optionalChain([
4102
4048
  group,
4103
4049
  "optionalAccess",
4104
- function(_86) {
4105
- return _86.map;
4050
+ function(_84) {
4051
+ return _84.map;
4106
4052
  },
4107
4053
  "call",
4108
- function(_87) {
4109
- return _87(function(item, indx) {
4054
+ function(_85) {
4055
+ return _85(function(item, indx) {
4110
4056
  return item.element ? /* @__PURE__ */ React6.default.createElement("li", {
4111
4057
  key: indx,
4112
4058
  className: "cursor-pointer items-center rounded hover:bg-gray-200 rtl:flex-row-reverse dark:hover:bg-gray-600 dark:hover:text-white"
@@ -4119,12 +4065,12 @@ var HawaMenu = function(param) {
4119
4065
  _optionalChain([
4120
4066
  item,
4121
4067
  "optionalAccess",
4122
- function(_88) {
4123
- return _88.action;
4068
+ function(_86) {
4069
+ return _86.action;
4124
4070
  },
4125
4071
  "call",
4126
- function(_89) {
4127
- return _89(actionedItem);
4072
+ function(_87) {
4073
+ return _87(actionedItem);
4128
4074
  }
4129
4075
  ]);
4130
4076
  }
@@ -4602,12 +4548,12 @@ var DragDropImages = function(param) {
4602
4548
  _optionalChain([
4603
4549
  files,
4604
4550
  "optionalAccess",
4605
- function(_90) {
4606
- return _90.forEach;
4551
+ function(_88) {
4552
+ return _88.forEach;
4607
4553
  },
4608
4554
  "call",
4609
- function(_91) {
4610
- return _91(function(file) {
4555
+ function(_89) {
4556
+ return _89(function(file) {
4611
4557
  URL.revokeObjectURL(file.preview);
4612
4558
  });
4613
4559
  }
@@ -4682,12 +4628,12 @@ var DragDropImages = function(param) {
4682
4628
  var thumbs = _optionalChain([
4683
4629
  files,
4684
4630
  "optionalAccess",
4685
- function(_92) {
4686
- return _92.map;
4631
+ function(_90) {
4632
+ return _90.map;
4687
4633
  },
4688
4634
  "call",
4689
- function(_93) {
4690
- return _93(function(file, index) {
4635
+ function(_91) {
4636
+ return _91(function(file, index) {
4691
4637
  return /* @__PURE__ */ React6.default.createElement("div", {
4692
4638
  className: "relative rounded"
4693
4639
  }, /* @__PURE__ */ React6.default.createElement("button", {
@@ -4782,20 +4728,20 @@ var DragDropImages = function(param) {
4782
4728
  }, _optionalChain([
4783
4729
  fileRejections,
4784
4730
  "access",
4785
- function(_94) {
4786
- return _94[0];
4731
+ function(_92) {
4732
+ return _92[0];
4787
4733
  },
4788
4734
  "optionalAccess",
4789
- function(_95) {
4790
- return _95.errors;
4735
+ function(_93) {
4736
+ return _93.errors;
4791
4737
  },
4792
4738
  "access",
4793
- function(_96) {
4794
- return _96[0];
4739
+ function(_94) {
4740
+ return _94[0];
4795
4741
  },
4796
4742
  "optionalAccess",
4797
- function(_97) {
4798
- return _97.code;
4743
+ function(_95) {
4744
+ return _95.code;
4799
4745
  }
4800
4746
  ]) && errs)), disclaimer && /* @__PURE__ */ React6.default.createElement("div", {
4801
4747
  className: "mt-2 text-sm text-muted-foreground/50"
@@ -4990,16 +4936,16 @@ var InvoiceAccordion = function(_param) {
4990
4936
  }, props.invoiceDescription), _optionalChain([
4991
4937
  props,
4992
4938
  "access",
4993
- function(_98) {
4994
- return _98.products;
4939
+ function(_96) {
4940
+ return _96.products;
4995
4941
  },
4996
4942
  "optionalAccess",
4997
- function(_99) {
4998
- return _99.map;
4943
+ function(_97) {
4944
+ return _97.map;
4999
4945
  },
5000
4946
  "call",
5001
- function(_100) {
5002
- return _100(function(product, i) {
4947
+ function(_98) {
4948
+ return _98(function(product, i) {
5003
4949
  return /* @__PURE__ */ React6.default.createElement("div", {
5004
4950
  key: i,
5005
4951
  className: "flex flex-row border-b pb-4"
@@ -6026,7 +5972,6 @@ var FloatingCommentSlate = function() {
6026
5972
  // src/elements/FloatingCommentExec.tsx
6027
5973
  var _server = require("react-dom/server");
6028
5974
  var _server2 = _interopRequireDefault(_server);
6029
- var _ai = require("react-icons/ai");
6030
5975
  var base64 = "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";
6031
5976
  var Property3 = function(props) {
6032
5977
  return /* @__PURE__ */ React6.default.createElement("div", {
@@ -6041,7 +5986,17 @@ var Image = function(props) {
6041
5986
  src: "data:image/pngg;charset=utf-8;base64,".concat(base64)
6042
5987
  }), /* @__PURE__ */ React6.default.createElement("div", {
6043
5988
  className: "absolute right-0 top-0 text-red-900 opacity-0 transition-all hover:opacity-50 group-hover:opacity-100"
6044
- }, /* @__PURE__ */ React6.default.createElement(_ai.AiOutlineClose, null)));
5989
+ }, /* @__PURE__ */ React6.default.createElement("svg", {
5990
+ "aria-label": "Close Icon",
5991
+ "aria-hidden": "true",
5992
+ className: "h-4 w-4",
5993
+ fill: "currentColor",
5994
+ viewBox: "0 0 20 20"
5995
+ }, /* @__PURE__ */ React6.default.createElement("path", {
5996
+ fillRule: "evenodd",
5997
+ 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",
5998
+ clipRule: "evenodd"
5999
+ }))));
6045
6000
  };
6046
6001
  var styles2 = {
6047
6002
  bold: "B",
@@ -6134,20 +6089,20 @@ var BackToTop = function(_param) {
6134
6089
  _optionalChain([
6135
6090
  props,
6136
6091
  "access",
6137
- function(_101) {
6138
- return _101.anchor;
6092
+ function(_99) {
6093
+ return _99.anchor;
6139
6094
  },
6140
6095
  "access",
6141
- function(_102) {
6142
- return _102.current;
6096
+ function(_100) {
6097
+ return _100.current;
6143
6098
  },
6144
6099
  "optionalAccess",
6145
- function(_103) {
6146
- return _103.removeEventListener;
6100
+ function(_101) {
6101
+ return _101.removeEventListener;
6147
6102
  },
6148
6103
  "call",
6149
- function(_104) {
6150
- return _104("scroll", onScroll);
6104
+ function(_102) {
6105
+ return _102("scroll", onScroll);
6151
6106
  }
6152
6107
  ]);
6153
6108
  clearInterval(interval);
@@ -6226,12 +6181,12 @@ var HawaPinInput = function(_param) {
6226
6181
  _optionalChain([
6227
6182
  previousInput,
6228
6183
  "optionalAccess",
6229
- function(_105) {
6230
- return _105.focus;
6184
+ function(_103) {
6185
+ return _103.focus;
6231
6186
  },
6232
6187
  "call",
6233
- function(_106) {
6234
- return _106();
6188
+ function(_104) {
6189
+ return _104();
6235
6190
  }
6236
6191
  ]);
6237
6192
  }
@@ -6257,12 +6212,12 @@ var HawaPinInput = function(_param) {
6257
6212
  _optionalChain([
6258
6213
  nextInput,
6259
6214
  "optionalAccess",
6260
- function(_107) {
6261
- return _107.focus;
6215
+ function(_105) {
6216
+ return _105.focus;
6262
6217
  },
6263
6218
  "call",
6264
- function(_108) {
6265
- return _108();
6219
+ function(_106) {
6220
+ return _106();
6266
6221
  }
6267
6222
  ]);
6268
6223
  } else if (e.target.value.length === 0) {
@@ -6270,12 +6225,12 @@ var HawaPinInput = function(_param) {
6270
6225
  _optionalChain([
6271
6226
  previousInput,
6272
6227
  "optionalAccess",
6273
- function(_109) {
6274
- return _109.focus;
6228
+ function(_107) {
6229
+ return _107.focus;
6275
6230
  },
6276
6231
  "call",
6277
- function(_110) {
6278
- return _110();
6232
+ function(_108) {
6233
+ return _108();
6279
6234
  }
6280
6235
  ]);
6281
6236
  }
@@ -6421,16 +6376,16 @@ var HawaPricingCard = function(_param) {
6421
6376
  }, _optionalChain([
6422
6377
  props,
6423
6378
  "access",
6424
- function(_111) {
6425
- return _111.features;
6379
+ function(_109) {
6380
+ return _109.features;
6426
6381
  },
6427
6382
  "optionalAccess",
6428
- function(_112) {
6429
- return _112.map;
6383
+ function(_110) {
6384
+ return _110.map;
6430
6385
  },
6431
6386
  "call",
6432
- function(_113) {
6433
- return _113(function(feature, o) {
6387
+ function(_111) {
6388
+ return _111(function(feature, o) {
6434
6389
  return /* @__PURE__ */ React6.default.createElement("li", {
6435
6390
  key: o,
6436
6391
  className: "flex "
@@ -6535,29 +6490,41 @@ var HawaLandingCard = function(_param) {
6535
6490
  }, props), _optionalChain([
6536
6491
  props,
6537
6492
  "access",
6538
- function(_114) {
6539
- return _114.texts;
6493
+ function(_112) {
6494
+ return _112.texts;
6540
6495
  },
6541
6496
  "optionalAccess",
6542
- function(_115) {
6543
- return _115.titleTip;
6497
+ function(_113) {
6498
+ return _113.titleTip;
6544
6499
  }
6545
6500
  ]) && /* @__PURE__ */ React6.default.createElement("div", {
6546
6501
  className: "text-sm text-red-600"
6547
6502
  }, _optionalChain([
6548
6503
  props,
6549
6504
  "access",
6550
- function(_116) {
6551
- return _116.texts;
6505
+ function(_114) {
6506
+ return _114.texts;
6552
6507
  },
6553
6508
  "optionalAccess",
6554
- function(_117) {
6555
- return _117.titleTip;
6509
+ function(_115) {
6510
+ return _115.titleTip;
6556
6511
  }
6557
6512
  ])), props.imageURL && /* @__PURE__ */ React6.default.createElement("img", {
6558
6513
  className: "absolute -bottom-10 -right-10 h-40 w-auto ",
6559
6514
  src: props.imageURL
6560
6515
  }), _optionalChain([
6516
+ props,
6517
+ "access",
6518
+ function(_116) {
6519
+ return _116.texts;
6520
+ },
6521
+ "optionalAccess",
6522
+ function(_117) {
6523
+ return _117.title;
6524
+ }
6525
+ ]) && /* @__PURE__ */ React6.default.createElement("div", {
6526
+ className: "mt-2 text-lg font-medium"
6527
+ }, _optionalChain([
6561
6528
  props,
6562
6529
  "access",
6563
6530
  function(_118) {
@@ -6567,9 +6534,7 @@ var HawaLandingCard = function(_param) {
6567
6534
  function(_119) {
6568
6535
  return _119.title;
6569
6536
  }
6570
- ]) && /* @__PURE__ */ React6.default.createElement("div", {
6571
- className: "mt-2 text-lg font-medium"
6572
- }, _optionalChain([
6537
+ ]), " "), _optionalChain([
6573
6538
  props,
6574
6539
  "access",
6575
6540
  function(_120) {
@@ -6577,9 +6542,11 @@ var HawaLandingCard = function(_param) {
6577
6542
  },
6578
6543
  "optionalAccess",
6579
6544
  function(_121) {
6580
- return _121.title;
6545
+ return _121.description;
6581
6546
  }
6582
- ]), " "), _optionalChain([
6547
+ ]) && /* @__PURE__ */ React6.default.createElement("div", {
6548
+ className: "z-10 mt-4 text-sm"
6549
+ }, _optionalChain([
6583
6550
  props,
6584
6551
  "access",
6585
6552
  function(_122) {
@@ -6589,9 +6556,7 @@ var HawaLandingCard = function(_param) {
6589
6556
  function(_123) {
6590
6557
  return _123.description;
6591
6558
  }
6592
- ]) && /* @__PURE__ */ React6.default.createElement("div", {
6593
- className: "z-10 mt-4 text-sm"
6594
- }, _optionalChain([
6559
+ ])), _optionalChain([
6595
6560
  props,
6596
6561
  "access",
6597
6562
  function(_124) {
@@ -6599,9 +6564,11 @@ var HawaLandingCard = function(_param) {
6599
6564
  },
6600
6565
  "optionalAccess",
6601
6566
  function(_125) {
6602
- return _125.description;
6567
+ return _125.linkText;
6603
6568
  }
6604
- ])), _optionalChain([
6569
+ ]) && /* @__PURE__ */ React6.default.createElement("div", {
6570
+ className: "z-10 mt-6 text-sm underline underline-offset-8"
6571
+ }, _optionalChain([
6605
6572
  props,
6606
6573
  "access",
6607
6574
  function(_126) {
@@ -6611,18 +6578,6 @@ var HawaLandingCard = function(_param) {
6611
6578
  function(_127) {
6612
6579
  return _127.linkText;
6613
6580
  }
6614
- ]) && /* @__PURE__ */ React6.default.createElement("div", {
6615
- className: "z-10 mt-6 text-sm underline underline-offset-8"
6616
- }, _optionalChain([
6617
- props,
6618
- "access",
6619
- function(_128) {
6620
- return _128.texts;
6621
- },
6622
- "optionalAccess",
6623
- function(_129) {
6624
- return _129.linkText;
6625
- }
6626
6581
  ])));
6627
6582
  };
6628
6583
  // src/elements/HawaButton.tsx
@@ -7616,16 +7571,16 @@ var useBreakpoint = function() {
7616
7571
  var _react_useState_call = _sliced_to_array(_react.useState.call(void 0, _optionalChain([
7617
7572
  window,
7618
7573
  "optionalAccess",
7619
- function(_130) {
7620
- return _130.innerWidth;
7574
+ function(_128) {
7575
+ return _128.innerWidth;
7621
7576
  }
7622
7577
  ])), 2), breakpoint = _react_useState_call[0], setBreakpoint = _react_useState_call[1];
7623
7578
  var resize = function() {
7624
7579
  setBreakpoint(_optionalChain([
7625
7580
  window,
7626
7581
  "optionalAccess",
7627
- function(_131) {
7628
- return _131.innerWidth;
7582
+ function(_129) {
7583
+ return _129.innerWidth;
7629
7584
  }
7630
7585
  ]));
7631
7586
  };
@@ -7634,24 +7589,24 @@ var useBreakpoint = function() {
7634
7589
  _optionalChain([
7635
7590
  window,
7636
7591
  "optionalAccess",
7637
- function(_132) {
7638
- return _132.addEventListener;
7592
+ function(_130) {
7593
+ return _130.addEventListener;
7639
7594
  },
7640
7595
  "call",
7641
- function(_133) {
7642
- return _133("resize", resize);
7596
+ function(_131) {
7597
+ return _131("resize", resize);
7643
7598
  }
7644
7599
  ]);
7645
7600
  return function() {
7646
7601
  _optionalChain([
7647
7602
  window,
7648
7603
  "optionalAccess",
7649
- function(_134) {
7650
- return _134.removeEventListener;
7604
+ function(_132) {
7605
+ return _132.removeEventListener;
7651
7606
  },
7652
7607
  "call",
7653
- function(_135) {
7654
- return _135("resize", resize);
7608
+ function(_133) {
7609
+ return _133("resize", resize);
7655
7610
  }
7656
7611
  ]);
7657
7612
  };
@@ -7718,16 +7673,16 @@ var HawaSiteLayout = function(_param) {
7718
7673
  }, _optionalChain([
7719
7674
  props,
7720
7675
  "access",
7721
- function(_136) {
7722
- return _136.navItems;
7676
+ function(_134) {
7677
+ return _134.navItems;
7723
7678
  },
7724
7679
  "optionalAccess",
7725
- function(_137) {
7726
- return _137.map;
7680
+ function(_135) {
7681
+ return _135.map;
7727
7682
  },
7728
7683
  "call",
7729
- function(_138) {
7730
- return _138(function(param, i) {
7684
+ function(_136) {
7685
+ return _136(function(param, i) {
7731
7686
  var label = param.label;
7732
7687
  return /* @__PURE__ */ React6.default.createElement("div", {
7733
7688
  onClick: function() {
@@ -8084,22 +8039,22 @@ var AppLayout = function(_param) {
8084
8039
  content: keepOpen ? _optionalChain([
8085
8040
  props,
8086
8041
  "access",
8087
- function(_139) {
8088
- return _139.texts;
8042
+ function(_137) {
8043
+ return _137.texts;
8089
8044
  },
8090
8045
  "optionalAccess",
8091
- function(_140) {
8092
- return _140.collapseSidebar;
8046
+ function(_138) {
8047
+ return _138.collapseSidebar;
8093
8048
  }
8094
8049
  ]) || "Collapse Sidebar" : _optionalChain([
8095
8050
  props,
8096
8051
  "access",
8097
- function(_141) {
8098
- return _141.texts;
8052
+ function(_139) {
8053
+ return _139.texts;
8099
8054
  },
8100
8055
  "optionalAccess",
8101
- function(_142) {
8102
- return _142.expandSidebar;
8056
+ function(_140) {
8057
+ return _140.expandSidebar;
8103
8058
  }
8104
8059
  ]) || "Expand Sidebar"
8105
8060
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8283,28 +8238,28 @@ var HawaAppLayout = function(_param) {
8283
8238
  }, _optionalChain([
8284
8239
  props,
8285
8240
  "access",
8286
- function(_143) {
8287
- return _143.drawerItems;
8241
+ function(_141) {
8242
+ return _141.drawerItems;
8288
8243
  },
8289
8244
  "optionalAccess",
8290
- function(_144) {
8291
- return _144.map;
8245
+ function(_142) {
8246
+ return _142.map;
8292
8247
  },
8293
8248
  "call",
8294
- function(_145) {
8295
- return _145(function(dSection, dIndex) {
8249
+ function(_143) {
8250
+ return _143(function(dSection, dIndex) {
8296
8251
  return /* @__PURE__ */ React6.default.createElement("div", {
8297
8252
  key: dIndex,
8298
8253
  className: _clsx2.default.call(void 0, "flex flex-col items-stretch justify-center")
8299
8254
  }, _optionalChain([
8300
8255
  dSection,
8301
8256
  "optionalAccess",
8302
- function(_146) {
8303
- return _146.map;
8257
+ function(_144) {
8258
+ return _144.map;
8304
8259
  },
8305
8260
  "call",
8306
- function(_147) {
8307
- return _147(function(dItem, i) {
8261
+ function(_145) {
8262
+ return _145(function(dItem, i) {
8308
8263
  return /* @__PURE__ */ React6.default.createElement("div", {
8309
8264
  key: i,
8310
8265
  id: "test",
@@ -8320,16 +8275,16 @@ var HawaAppLayout = function(_param) {
8320
8275
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8321
8276
  dItem,
8322
8277
  "access",
8323
- function(_148) {
8324
- return _148.subItems;
8278
+ function(_146) {
8279
+ return _146.subItems;
8325
8280
  },
8326
8281
  "optionalAccess",
8327
- function(_149) {
8328
- return _149.find;
8282
+ function(_147) {
8283
+ return _147.find;
8329
8284
  },
8330
8285
  "call",
8331
- function(_150) {
8332
- return _150(function(e) {
8286
+ function(_148) {
8287
+ return _148(function(e) {
8333
8288
  return e.slug === props.currentPage;
8334
8289
  });
8335
8290
  }
@@ -8351,28 +8306,28 @@ var HawaAppLayout = function(_param) {
8351
8306
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 33 * _optionalChain([
8352
8307
  dItem,
8353
8308
  "access",
8354
- function(_151) {
8355
- return _151.subItems;
8309
+ function(_149) {
8310
+ return _149.subItems;
8356
8311
  },
8357
8312
  "optionalAccess",
8358
- function(_152) {
8359
- return _152.length;
8313
+ function(_150) {
8314
+ return _150.length;
8360
8315
  }
8361
8316
  ]) : 0
8362
8317
  }
8363
8318
  }, _optionalChain([
8364
8319
  dItem,
8365
8320
  "access",
8366
- function(_153) {
8367
- return _153.subItems;
8321
+ function(_151) {
8322
+ return _151.subItems;
8368
8323
  },
8369
8324
  "optionalAccess",
8370
- function(_154) {
8371
- return _154.map;
8325
+ function(_152) {
8326
+ return _152.map;
8372
8327
  },
8373
8328
  "call",
8374
- function(_155) {
8375
- return _155(function(subIt, s) {
8329
+ function(_153) {
8330
+ return _153(function(subIt, s) {
8376
8331
  return /* @__PURE__ */ React6.default.createElement("div", {
8377
8332
  key: s,
8378
8333
  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"),
@@ -8599,28 +8554,28 @@ var HawaAppLayoutSimplified = function(_param) {
8599
8554
  }, _optionalChain([
8600
8555
  props,
8601
8556
  "access",
8602
- function(_156) {
8603
- return _156.drawerItems;
8557
+ function(_154) {
8558
+ return _154.drawerItems;
8604
8559
  },
8605
8560
  "optionalAccess",
8606
- function(_157) {
8607
- return _157.map;
8561
+ function(_155) {
8562
+ return _155.map;
8608
8563
  },
8609
8564
  "call",
8610
- function(_158) {
8611
- return _158(function(dSection, dIndex) {
8565
+ function(_156) {
8566
+ return _156(function(dSection, dIndex) {
8612
8567
  return /* @__PURE__ */ React6.default.createElement("div", {
8613
8568
  key: dIndex,
8614
8569
  className: _clsx2.default.call(void 0, "flex select-none flex-col items-stretch justify-center transition-all")
8615
8570
  }, _optionalChain([
8616
8571
  dSection,
8617
8572
  "optionalAccess",
8618
- function(_159) {
8619
- return _159.map;
8573
+ function(_157) {
8574
+ return _157.map;
8620
8575
  },
8621
8576
  "call",
8622
- function(_160) {
8623
- return _160(function(dItem, i) {
8577
+ function(_158) {
8578
+ return _158(function(dItem, i) {
8624
8579
  return /* @__PURE__ */ React6.default.createElement("div", {
8625
8580
  key: i,
8626
8581
  id: "test",
@@ -8636,16 +8591,16 @@ var HawaAppLayoutSimplified = function(_param) {
8636
8591
  className: _clsx2.default.call(void 0, props.currentPage === dItem.slug || _optionalChain([
8637
8592
  dItem,
8638
8593
  "access",
8639
- function(_161) {
8640
- return _161.subItems;
8594
+ function(_159) {
8595
+ return _159.subItems;
8641
8596
  },
8642
8597
  "optionalAccess",
8643
- function(_162) {
8644
- return _162.find;
8598
+ function(_160) {
8599
+ return _160.find;
8645
8600
  },
8646
8601
  "call",
8647
- function(_163) {
8648
- return _163(function(e) {
8602
+ function(_161) {
8603
+ return _161(function(e) {
8649
8604
  return e.slug === props.currentPage;
8650
8605
  });
8651
8606
  }
@@ -8665,28 +8620,28 @@ var HawaAppLayoutSimplified = function(_param) {
8665
8620
  height: openSubItem == dItem.slug && openSideMenu ? 6 + 35 * _optionalChain([
8666
8621
  dItem,
8667
8622
  "access",
8668
- function(_164) {
8669
- return _164.subItems;
8623
+ function(_162) {
8624
+ return _162.subItems;
8670
8625
  },
8671
8626
  "optionalAccess",
8672
- function(_165) {
8673
- return _165.length;
8627
+ function(_163) {
8628
+ return _163.length;
8674
8629
  }
8675
8630
  ]) : 0
8676
8631
  }
8677
8632
  }, _optionalChain([
8678
8633
  dItem,
8679
8634
  "access",
8680
- function(_166) {
8681
- return _166.subItems;
8635
+ function(_164) {
8636
+ return _164.subItems;
8682
8637
  },
8683
8638
  "optionalAccess",
8684
- function(_167) {
8685
- return _167.map;
8639
+ function(_165) {
8640
+ return _165.map;
8686
8641
  },
8687
8642
  "call",
8688
- function(_168) {
8689
- return _168(function(subIt, s) {
8643
+ function(_166) {
8644
+ return _166(function(subIt, s) {
8690
8645
  return /* @__PURE__ */ React6.default.createElement("div", {
8691
8646
  key: s,
8692
8647
  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 "),
@@ -8720,22 +8675,22 @@ var HawaAppLayoutSimplified = function(_param) {
8720
8675
  content: keepOpen ? _optionalChain([
8721
8676
  props,
8722
8677
  "access",
8723
- function(_169) {
8724
- return _169.texts;
8678
+ function(_167) {
8679
+ return _167.texts;
8725
8680
  },
8726
8681
  "optionalAccess",
8727
- function(_170) {
8728
- return _170.collapseSidebar;
8682
+ function(_168) {
8683
+ return _168.collapseSidebar;
8729
8684
  }
8730
8685
  ]) || "Collapse Sidebar" : _optionalChain([
8731
8686
  props,
8732
8687
  "access",
8733
- function(_171) {
8734
- return _171.texts;
8688
+ function(_169) {
8689
+ return _169.texts;
8735
8690
  },
8736
8691
  "optionalAccess",
8737
- function(_172) {
8738
- return _172.expandSidebar;
8692
+ function(_170) {
8693
+ return _170.expandSidebar;
8739
8694
  }
8740
8695
  ]) || "Expand Sidebar"
8741
8696
  }, /* @__PURE__ */ React6.default.createElement(Button, {
@@ -8890,16 +8845,16 @@ var Footer = function(_param) {
8890
8845
  }, "\xa9 ", props.copyRights, " ", /* @__PURE__ */ new Date().getFullYear()), _optionalChain([
8891
8846
  props,
8892
8847
  "access",
8893
- function(_173) {
8894
- return _173.footerLinks;
8848
+ function(_171) {
8849
+ return _171.footerLinks;
8895
8850
  },
8896
8851
  "optionalAccess",
8897
- function(_174) {
8898
- return _174.map;
8852
+ function(_172) {
8853
+ return _172.map;
8899
8854
  },
8900
8855
  "call",
8901
- function(_175) {
8902
- return _175(function(pagesSection) {
8856
+ function(_173) {
8857
+ return _173(function(pagesSection) {
8903
8858
  return /* @__PURE__ */ React.createElement("div", {
8904
8859
  className: "flex w-32 flex-col gap-2"
8905
8860
  }, /* @__PURE__ */ React.createElement("div", {
@@ -9011,12 +8966,12 @@ var UserProfileForm = function(props) {
9011
8966
  helpertext: _optionalChain([
9012
8967
  errors,
9013
8968
  "access",
9014
- function(_176) {
9015
- return _176.fullName;
8969
+ function(_174) {
8970
+ return _174.fullName;
9016
8971
  },
9017
8972
  "optionalAccess",
9018
- function(_177) {
9019
- return _177.message;
8973
+ function(_175) {
8974
+ return _175.message;
9020
8975
  }
9021
8976
  ])
9022
8977
  }, field), {
@@ -9046,12 +9001,12 @@ var UserProfileForm = function(props) {
9046
9001
  helpertext: _optionalChain([
9047
9002
  errors,
9048
9003
  "access",
9049
- function(_178) {
9050
- return _178.email;
9004
+ function(_176) {
9005
+ return _176.email;
9051
9006
  },
9052
9007
  "optionalAccess",
9053
- function(_179) {
9054
- return _179.message;
9008
+ function(_177) {
9009
+ return _177.message;
9055
9010
  }
9056
9011
  ]),
9057
9012
  placeholder: props.texts.emailPlaceholder
@@ -9081,12 +9036,12 @@ var UserProfileForm = function(props) {
9081
9036
  helpertext: _optionalChain([
9082
9037
  errors,
9083
9038
  "access",
9084
- function(_180) {
9085
- return _180.password;
9039
+ function(_178) {
9040
+ return _178.password;
9086
9041
  },
9087
9042
  "optionalAccess",
9088
- function(_181) {
9089
- return _181.message;
9043
+ function(_179) {
9044
+ return _179.message;
9090
9045
  }
9091
9046
  ])
9092
9047
  }, field), {
@@ -9111,12 +9066,12 @@ var UserProfileForm = function(props) {
9111
9066
  helpertext: _optionalChain([
9112
9067
  errors,
9113
9068
  "access",
9114
- function(_182) {
9115
- return _182.confirmPassword;
9069
+ function(_180) {
9070
+ return _180.confirmPassword;
9116
9071
  },
9117
9072
  "optionalAccess",
9118
- function(_183) {
9119
- return _183.message;
9073
+ function(_181) {
9074
+ return _181.message;
9120
9075
  }
9121
9076
  ])
9122
9077
  }, field), {
@@ -9223,6 +9178,7 @@ var Icons = {
9223
9178
  xmlns: "http://www.w3.org/2000/svg",
9224
9179
  viewBox: "0 0 20 20"
9225
9180
  }, props), /* @__PURE__ */ React.createElement("path", {
9181
+ fill: "currentColor",
9226
9182
  d: "M7.462 0H0v7.19h7.462V0zM16 0H8.538v7.19H16V0zM7.462 8.211H0V16h7.462V8.211zm8.538 0H8.538V16H16V8.211z"
9227
9183
  }));
9228
9184
  },
@@ -9357,12 +9313,12 @@ var AppLanding = function(props) {
9357
9313
  }), _nullishCoalesce(_optionalChain([
9358
9314
  props,
9359
9315
  "access",
9360
- function(_184) {
9361
- return _184.texts;
9316
+ function(_182) {
9317
+ return _182.texts;
9362
9318
  },
9363
9319
  "optionalAccess",
9364
- function(_185) {
9365
- return _185.continueWithGoogle;
9320
+ function(_183) {
9321
+ return _183.continueWithGoogle;
9366
9322
  }
9367
9323
  ]), function() {
9368
9324
  return "Continue With Google";
@@ -9375,12 +9331,12 @@ var AppLanding = function(props) {
9375
9331
  }), _nullishCoalesce(_optionalChain([
9376
9332
  props,
9377
9333
  "access",
9378
- function(_186) {
9379
- return _186.texts;
9334
+ function(_184) {
9335
+ return _184.texts;
9380
9336
  },
9381
9337
  "optionalAccess",
9382
- function(_187) {
9383
- return _187.continueWithGithub;
9338
+ function(_185) {
9339
+ return _185.continueWithGithub;
9384
9340
  }
9385
9341
  ]), function() {
9386
9342
  return "Continue With Github";
@@ -9393,12 +9349,12 @@ var AppLanding = function(props) {
9393
9349
  }), _nullishCoalesce(_optionalChain([
9394
9350
  props,
9395
9351
  "access",
9396
- function(_188) {
9397
- return _188.texts;
9352
+ function(_186) {
9353
+ return _186.texts;
9398
9354
  },
9399
9355
  "optionalAccess",
9400
- function(_189) {
9401
- return _189.continueWithTwitter;
9356
+ function(_187) {
9357
+ return _187.continueWithTwitter;
9402
9358
  }
9403
9359
  ]), function() {
9404
9360
  return "Continue With Twitter";
@@ -9411,12 +9367,12 @@ var AppLanding = function(props) {
9411
9367
  }), _nullishCoalesce(_optionalChain([
9412
9368
  props,
9413
9369
  "access",
9414
- function(_190) {
9415
- return _190.texts;
9370
+ function(_188) {
9371
+ return _188.texts;
9416
9372
  },
9417
9373
  "optionalAccess",
9418
- function(_191) {
9419
- return _191.continueWithApple;
9374
+ function(_189) {
9375
+ return _189.continueWithApple;
9420
9376
  }
9421
9377
  ]), function() {
9422
9378
  return "Continue With Apple";
@@ -9429,12 +9385,12 @@ var AppLanding = function(props) {
9429
9385
  }), _nullishCoalesce(_optionalChain([
9430
9386
  props,
9431
9387
  "access",
9432
- function(_192) {
9433
- return _192.texts;
9388
+ function(_190) {
9389
+ return _190.texts;
9434
9390
  },
9435
9391
  "optionalAccess",
9436
- function(_193) {
9437
- return _193.continueWithMicrosoft;
9392
+ function(_191) {
9393
+ return _191.continueWithMicrosoft;
9438
9394
  }
9439
9395
  ]), function() {
9440
9396
  return "Continue With Microsoft";
@@ -9447,12 +9403,12 @@ var AppLanding = function(props) {
9447
9403
  }), _nullishCoalesce(_optionalChain([
9448
9404
  props,
9449
9405
  "access",
9450
- function(_194) {
9451
- return _194.texts;
9406
+ function(_192) {
9407
+ return _192.texts;
9452
9408
  },
9453
9409
  "optionalAccess",
9454
- function(_195) {
9455
- return _195.continueWithEmail;
9410
+ function(_193) {
9411
+ return _193.continueWithEmail;
9456
9412
  }
9457
9413
  ]), function() {
9458
9414
  return "Continue With Email";
@@ -9465,18 +9421,18 @@ var AppLanding = function(props) {
9465
9421
  }), _nullishCoalesce(_optionalChain([
9466
9422
  props,
9467
9423
  "access",
9468
- function(_196) {
9469
- return _196.texts;
9424
+ function(_194) {
9425
+ return _194.texts;
9470
9426
  },
9471
9427
  "optionalAccess",
9472
- function(_197) {
9473
- return _197.continueWithPhone;
9428
+ function(_195) {
9429
+ return _195.continueWithPhone;
9474
9430
  }
9475
9431
  ]), function() {
9476
9432
  return "Continue With Phone";
9477
9433
  })), !props.withoutSignUp && /* @__PURE__ */ React6.default.createElement("div", {
9478
9434
  className: "p-3 text-center text-sm font-normal dark:text-gray-300"
9479
- }, props.texts.newUserText, " ", /* @__PURE__ */ React6.default.createElement("span", {
9435
+ }, props.texts.newUserText, /* @__PURE__ */ React6.default.createElement("span", {
9480
9436
  onClick: props.handleRouteToSignUp,
9481
9437
  className: "clickable-link"
9482
9438
  }, props.texts.createAccount)))), /* @__PURE__ */ React6.default.createElement("div", {
@@ -9602,12 +9558,12 @@ var SignInForm = function(props) {
9602
9558
  helpertext: _optionalChain([
9603
9559
  errors,
9604
9560
  "access",
9605
- function(_198) {
9606
- return _198.email;
9561
+ function(_196) {
9562
+ return _196.email;
9607
9563
  },
9608
9564
  "optionalAccess",
9609
- function(_199) {
9610
- return _199.message;
9565
+ function(_197) {
9566
+ return _197.message;
9611
9567
  }
9612
9568
  ]),
9613
9569
  placeholder: props.texts.emailPlaceholder,
@@ -9637,12 +9593,12 @@ var SignInForm = function(props) {
9637
9593
  helpertext: _optionalChain([
9638
9594
  errors,
9639
9595
  "access",
9640
- function(_200) {
9641
- return _200.username;
9596
+ function(_198) {
9597
+ return _198.username;
9642
9598
  },
9643
9599
  "optionalAccess",
9644
- function(_201) {
9645
- return _201.message;
9600
+ function(_199) {
9601
+ return _199.message;
9646
9602
  }
9647
9603
  ]),
9648
9604
  placeholder: props.texts.usernamePlaceholder,
@@ -9681,12 +9637,12 @@ var SignInForm = function(props) {
9681
9637
  helpertext: _optionalChain([
9682
9638
  errors,
9683
9639
  "access",
9684
- function(_202) {
9685
- return _202.password;
9640
+ function(_200) {
9641
+ return _200.password;
9686
9642
  },
9687
9643
  "optionalAccess",
9688
- function(_203) {
9689
- return _203.message;
9644
+ function(_201) {
9645
+ return _201.message;
9690
9646
  }
9691
9647
  ]),
9692
9648
  onChange: field.onChange,
@@ -9818,12 +9774,12 @@ var SignUpForm = function(props) {
9818
9774
  helpertext: _optionalChain([
9819
9775
  errors,
9820
9776
  "access",
9821
- function(_204) {
9822
- return _204.fullName;
9777
+ function(_202) {
9778
+ return _202.fullName;
9823
9779
  },
9824
9780
  "optionalAccess",
9825
- function(_205) {
9826
- return _205.message;
9781
+ function(_203) {
9782
+ return _203.message;
9827
9783
  }
9828
9784
  ]),
9829
9785
  onChange: field.onChange,
@@ -9852,12 +9808,12 @@ var SignUpForm = function(props) {
9852
9808
  helpertext: _optionalChain([
9853
9809
  errors,
9854
9810
  "access",
9855
- function(_206) {
9856
- return _206.email;
9811
+ function(_204) {
9812
+ return _204.email;
9857
9813
  },
9858
9814
  "optionalAccess",
9859
- function(_207) {
9860
- return _207.message;
9815
+ function(_205) {
9816
+ return _205.message;
9861
9817
  }
9862
9818
  ]),
9863
9819
  placeholder: props.texts.emailPlaceholder,
@@ -9891,12 +9847,12 @@ var SignUpForm = function(props) {
9891
9847
  helpertext: _optionalChain([
9892
9848
  errors,
9893
9849
  "access",
9894
- function(_208) {
9895
- return _208.username;
9850
+ function(_206) {
9851
+ return _206.username;
9896
9852
  },
9897
9853
  "optionalAccess",
9898
- function(_209) {
9899
- return _209.message;
9854
+ function(_207) {
9855
+ return _207.message;
9900
9856
  }
9901
9857
  ]),
9902
9858
  placeholder: props.texts.usernamePlaceholder,
@@ -9925,12 +9881,12 @@ var SignUpForm = function(props) {
9925
9881
  helpertext: _optionalChain([
9926
9882
  errors,
9927
9883
  "access",
9928
- function(_210) {
9929
- return _210.password;
9884
+ function(_208) {
9885
+ return _208.password;
9930
9886
  },
9931
9887
  "optionalAccess",
9932
- function(_211) {
9933
- return _211.message;
9888
+ function(_209) {
9889
+ return _209.message;
9934
9890
  }
9935
9891
  ]),
9936
9892
  onChange: field.onChange,
@@ -9956,12 +9912,12 @@ var SignUpForm = function(props) {
9956
9912
  helpertext: _optionalChain([
9957
9913
  errors,
9958
9914
  "access",
9959
- function(_212) {
9960
- return _212.confirm_password;
9915
+ function(_210) {
9916
+ return _210.confirm_password;
9961
9917
  },
9962
9918
  "optionalAccess",
9963
- function(_213) {
9964
- return _213.message;
9919
+ function(_211) {
9920
+ return _211.message;
9965
9921
  }
9966
9922
  ]),
9967
9923
  onChange: field.onChange,
@@ -9986,12 +9942,12 @@ var SignUpForm = function(props) {
9986
9942
  helpertext: _optionalChain([
9987
9943
  errors,
9988
9944
  "access",
9989
- function(_214) {
9990
- return _214.password;
9945
+ function(_212) {
9946
+ return _212.password;
9991
9947
  },
9992
9948
  "optionalAccess",
9993
- function(_215) {
9994
- return _215.message;
9949
+ function(_213) {
9950
+ return _213.message;
9995
9951
  }
9996
9952
  ]),
9997
9953
  value: _nullishCoalesce(field.value, function() {
@@ -10040,12 +9996,12 @@ var SignUpForm = function(props) {
10040
9996
  helperText: _optionalChain([
10041
9997
  errors,
10042
9998
  "access",
10043
- function(_216) {
10044
- return _216.terms_accepted;
9999
+ function(_214) {
10000
+ return _214.terms_accepted;
10045
10001
  },
10046
10002
  "optionalAccess",
10047
- function(_217) {
10048
- return _217.message;
10003
+ function(_215) {
10004
+ return _215.message;
10049
10005
  }
10050
10006
  ]),
10051
10007
  onChange: function(e) {
@@ -10141,12 +10097,12 @@ var NewPasswordForm = function(props) {
10141
10097
  helpertext: _optionalChain([
10142
10098
  errors,
10143
10099
  "access",
10144
- function(_218) {
10145
- return _218.password;
10100
+ function(_216) {
10101
+ return _216.password;
10146
10102
  },
10147
10103
  "optionalAccess",
10148
- function(_219) {
10149
- return _219.message;
10104
+ function(_217) {
10105
+ return _217.message;
10150
10106
  }
10151
10107
  ])
10152
10108
  }, field), {
@@ -10172,12 +10128,12 @@ var NewPasswordForm = function(props) {
10172
10128
  helpertext: _optionalChain([
10173
10129
  errors,
10174
10130
  "access",
10175
- function(_220) {
10176
- return _220.confirmPassword;
10131
+ function(_218) {
10132
+ return _218.confirmPassword;
10177
10133
  },
10178
10134
  "optionalAccess",
10179
- function(_221) {
10180
- return _221.message;
10135
+ function(_219) {
10136
+ return _219.message;
10181
10137
  }
10182
10138
  ])
10183
10139
  }, field), {
@@ -10215,34 +10171,34 @@ var ResetPasswordForm = function(props) {
10215
10171
  label: _optionalChain([
10216
10172
  props,
10217
10173
  "access",
10218
- function(_222) {
10219
- return _222.texts;
10174
+ function(_220) {
10175
+ return _220.texts;
10220
10176
  },
10221
10177
  "optionalAccess",
10222
- function(_223) {
10223
- return _223.emailLabel;
10178
+ function(_221) {
10179
+ return _221.emailLabel;
10224
10180
  }
10225
10181
  ]),
10226
10182
  helpertext: _optionalChain([
10227
10183
  errors,
10228
10184
  "access",
10229
- function(_224) {
10230
- return _224.email;
10185
+ function(_222) {
10186
+ return _222.email;
10231
10187
  },
10232
10188
  "optionalAccess",
10233
- function(_225) {
10234
- return _225.message;
10189
+ function(_223) {
10190
+ return _223.message;
10235
10191
  }
10236
10192
  ]),
10237
10193
  placeholder: _optionalChain([
10238
10194
  props,
10239
10195
  "access",
10240
- function(_226) {
10241
- return _226.texts;
10196
+ function(_224) {
10197
+ return _224.texts;
10242
10198
  },
10243
10199
  "optionalAccess",
10244
- function(_227) {
10245
- return _227.emailPlaceholder;
10200
+ function(_225) {
10201
+ return _225.emailPlaceholder;
10246
10202
  }
10247
10203
  ])
10248
10204
  }, field), {
@@ -10255,12 +10211,12 @@ var ResetPasswordForm = function(props) {
10255
10211
  required: _optionalChain([
10256
10212
  props,
10257
10213
  "access",
10258
- function(_228) {
10259
- return _228.texts;
10214
+ function(_226) {
10215
+ return _226.texts;
10260
10216
  },
10261
10217
  "optionalAccess",
10262
- function(_229) {
10263
- return _229.emailRequiredText;
10218
+ function(_227) {
10219
+ return _227.emailRequiredText;
10264
10220
  }
10265
10221
  ]),
10266
10222
  pattern: {
@@ -10268,12 +10224,12 @@ var ResetPasswordForm = function(props) {
10268
10224
  message: _optionalChain([
10269
10225
  props,
10270
10226
  "access",
10271
- function(_230) {
10272
- return _230.texts;
10227
+ function(_228) {
10228
+ return _228.texts;
10273
10229
  },
10274
10230
  "optionalAccess",
10275
- function(_231) {
10276
- return _231.emailInvalidText;
10231
+ function(_229) {
10232
+ return _229.emailInvalidText;
10277
10233
  }
10278
10234
  ])
10279
10235
  }
@@ -10283,12 +10239,12 @@ var ResetPasswordForm = function(props) {
10283
10239
  }, _nullishCoalesce(_optionalChain([
10284
10240
  props,
10285
10241
  "access",
10286
- function(_232) {
10287
- return _232.texts;
10242
+ function(_230) {
10243
+ return _230.texts;
10288
10244
  },
10289
10245
  "optionalAccess",
10290
- function(_233) {
10291
- return _233.dontHaveAccount;
10246
+ function(_231) {
10247
+ return _231.dontHaveAccount;
10292
10248
  }
10293
10249
  ]), function() {
10294
10250
  return "Don't have an account? ";
@@ -10298,12 +10254,12 @@ var ResetPasswordForm = function(props) {
10298
10254
  }, _nullishCoalesce(_optionalChain([
10299
10255
  props,
10300
10256
  "access",
10301
- function(_234) {
10302
- return _234.texts;
10257
+ function(_232) {
10258
+ return _232.texts;
10303
10259
  },
10304
10260
  "optionalAccess",
10305
- function(_235) {
10306
- return _235.signUpText;
10261
+ function(_233) {
10262
+ return _233.signUpText;
10307
10263
  }
10308
10264
  ]), function() {
10309
10265
  return "Sign Up";
@@ -10313,12 +10269,12 @@ var ResetPasswordForm = function(props) {
10313
10269
  }, _optionalChain([
10314
10270
  props,
10315
10271
  "access",
10316
- function(_236) {
10317
- return _236.texts;
10272
+ function(_234) {
10273
+ return _234.texts;
10318
10274
  },
10319
10275
  "optionalAccess",
10320
- function(_237) {
10321
- return _237.resetPassword;
10276
+ function(_235) {
10277
+ return _235.resetPassword;
10322
10278
  }
10323
10279
  ]))))) : /* @__PURE__ */ React6.default.createElement(CardContent, {
10324
10280
  headless: true
@@ -10327,12 +10283,12 @@ var ResetPasswordForm = function(props) {
10327
10283
  }, _optionalChain([
10328
10284
  props,
10329
10285
  "access",
10330
- function(_238) {
10331
- return _238.texts;
10286
+ function(_236) {
10287
+ return _236.texts;
10332
10288
  },
10333
10289
  "optionalAccess",
10334
- function(_239) {
10335
- return _239.emailSentText;
10290
+ function(_237) {
10291
+ return _237.emailSentText;
10336
10292
  }
10337
10293
  ]))));
10338
10294
  };
@@ -10414,8 +10370,8 @@ var CheckEmail = function(param) {
10414
10370
  }, _nullishCoalesce(_optionalChain([
10415
10371
  texts,
10416
10372
  "optionalAccess",
10417
- function(_240) {
10418
- return _240.checkEmail;
10373
+ function(_238) {
10374
+ return _238.checkEmail;
10419
10375
  }
10420
10376
  ]), function() {
10421
10377
  return "Check you email";
@@ -10424,8 +10380,8 @@ var CheckEmail = function(param) {
10424
10380
  }, _nullishCoalesce(_optionalChain([
10425
10381
  texts,
10426
10382
  "optionalAccess",
10427
- function(_241) {
10428
- return _241.pleaseVerify;
10383
+ function(_239) {
10384
+ return _239.pleaseVerify;
10429
10385
  }
10430
10386
  ]), function() {
10431
10387
  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.";
@@ -10437,8 +10393,8 @@ var CheckEmail = function(param) {
10437
10393
  }, _nullishCoalesce(_optionalChain([
10438
10394
  texts,
10439
10395
  "optionalAccess",
10440
- function(_242) {
10441
- return _242.resendEmail;
10396
+ function(_240) {
10397
+ return _240.resendEmail;
10442
10398
  }
10443
10399
  ]), function() {
10444
10400
  return "Resend Email";
@@ -10605,12 +10561,12 @@ var CreditCardForm = function(props) {
10605
10561
  helpertext: _optionalChain([
10606
10562
  errors,
10607
10563
  "access",
10608
- function(_243) {
10609
- return _243.password;
10564
+ function(_241) {
10565
+ return _241.password;
10610
10566
  },
10611
10567
  "optionalAccess",
10612
- function(_244) {
10613
- return _244.message;
10568
+ function(_242) {
10569
+ return _242.message;
10614
10570
  }
10615
10571
  ]),
10616
10572
  iconInside: /* @__PURE__ */ React6.default.createElement("img", {
@@ -10641,12 +10597,12 @@ var CreditCardForm = function(props) {
10641
10597
  helpertext: _optionalChain([
10642
10598
  errors,
10643
10599
  "access",
10644
- function(_245) {
10645
- return _245.password;
10600
+ function(_243) {
10601
+ return _243.password;
10646
10602
  },
10647
10603
  "optionalAccess",
10648
- function(_246) {
10649
- return _246.message;
10604
+ function(_244) {
10605
+ return _244.message;
10650
10606
  }
10651
10607
  ])
10652
10608
  });
@@ -10668,12 +10624,12 @@ var CreditCardForm = function(props) {
10668
10624
  helpertext: _optionalChain([
10669
10625
  errors,
10670
10626
  "access",
10671
- function(_247) {
10672
- return _247.password;
10627
+ function(_245) {
10628
+ return _245.password;
10673
10629
  },
10674
10630
  "optionalAccess",
10675
- function(_248) {
10676
- return _248.message;
10631
+ function(_246) {
10632
+ return _246.message;
10677
10633
  }
10678
10634
  ])
10679
10635
  });
@@ -10694,12 +10650,12 @@ var CreditCardForm = function(props) {
10694
10650
  helpertext: _optionalChain([
10695
10651
  errors,
10696
10652
  "access",
10697
- function(_249) {
10698
- return _249.password;
10653
+ function(_247) {
10654
+ return _247.password;
10699
10655
  },
10700
10656
  "optionalAccess",
10701
- function(_250) {
10702
- return _250.message;
10657
+ function(_248) {
10658
+ return _248.message;
10703
10659
  }
10704
10660
  ])
10705
10661
  });
@@ -10806,12 +10762,12 @@ var CheckoutForm = function(props) {
10806
10762
  required: _optionalChain([
10807
10763
  props,
10808
10764
  "access",
10809
- function(_251) {
10810
- return _251.texts;
10765
+ function(_249) {
10766
+ return _249.texts;
10811
10767
  },
10812
10768
  "optionalAccess",
10813
- function(_252) {
10814
- return _252.required;
10769
+ function(_250) {
10770
+ return _250.required;
10815
10771
  }
10816
10772
  ])
10817
10773
  },
@@ -10822,23 +10778,23 @@ var CheckoutForm = function(props) {
10822
10778
  label: _optionalChain([
10823
10779
  props,
10824
10780
  "access",
10825
- function(_253) {
10826
- return _253.texts;
10781
+ function(_251) {
10782
+ return _251.texts;
10827
10783
  },
10828
10784
  "optionalAccess",
10829
- function(_254) {
10830
- return _254.firstNameLabel;
10785
+ function(_252) {
10786
+ return _252.firstNameLabel;
10831
10787
  }
10832
10788
  ]) + " *",
10833
10789
  helpertext: _optionalChain([
10834
10790
  errors,
10835
10791
  "access",
10836
- function(_255) {
10837
- return _255.firstName;
10792
+ function(_253) {
10793
+ return _253.firstName;
10838
10794
  },
10839
10795
  "optionalAccess",
10840
- function(_256) {
10841
- return _256.message;
10796
+ function(_254) {
10797
+ return _254.message;
10842
10798
  }
10843
10799
  ])
10844
10800
  }, field), {
@@ -10858,12 +10814,12 @@ var CheckoutForm = function(props) {
10858
10814
  required: _optionalChain([
10859
10815
  props,
10860
10816
  "access",
10861
- function(_257) {
10862
- return _257.texts;
10817
+ function(_255) {
10818
+ return _255.texts;
10863
10819
  },
10864
10820
  "optionalAccess",
10865
- function(_258) {
10866
- return _258.required;
10821
+ function(_256) {
10822
+ return _256.required;
10867
10823
  }
10868
10824
  ])
10869
10825
  },
@@ -10875,23 +10831,23 @@ var CheckoutForm = function(props) {
10875
10831
  label: _optionalChain([
10876
10832
  props,
10877
10833
  "access",
10878
- function(_259) {
10879
- return _259.texts;
10834
+ function(_257) {
10835
+ return _257.texts;
10880
10836
  },
10881
10837
  "optionalAccess",
10882
- function(_260) {
10883
- return _260.lastNameLabel;
10838
+ function(_258) {
10839
+ return _258.lastNameLabel;
10884
10840
  }
10885
10841
  ]) + " *",
10886
10842
  helpertext: _optionalChain([
10887
10843
  errors,
10888
10844
  "access",
10889
- function(_261) {
10890
- return _261.lastName;
10845
+ function(_259) {
10846
+ return _259.lastName;
10891
10847
  },
10892
10848
  "optionalAccess",
10893
- function(_262) {
10894
- return _262.message;
10849
+ function(_260) {
10850
+ return _260.message;
10895
10851
  }
10896
10852
  ])
10897
10853
  }, field), {
@@ -10911,23 +10867,23 @@ var CheckoutForm = function(props) {
10911
10867
  label: _optionalChain([
10912
10868
  props,
10913
10869
  "access",
10914
- function(_263) {
10915
- return _263.texts;
10870
+ function(_261) {
10871
+ return _261.texts;
10916
10872
  },
10917
10873
  "optionalAccess",
10918
- function(_264) {
10919
- return _264.emailLabel;
10874
+ function(_262) {
10875
+ return _262.emailLabel;
10920
10876
  }
10921
10877
  ]) + " *",
10922
10878
  helpertext: _optionalChain([
10923
10879
  errors,
10924
10880
  "access",
10925
- function(_265) {
10926
- return _265.email;
10881
+ function(_263) {
10882
+ return _263.email;
10927
10883
  },
10928
10884
  "optionalAccess",
10929
- function(_266) {
10930
- return _266.message;
10885
+ function(_264) {
10886
+ return _264.message;
10931
10887
  }
10932
10888
  ])
10933
10889
  }, field), {
@@ -10940,12 +10896,12 @@ var CheckoutForm = function(props) {
10940
10896
  required: _optionalChain([
10941
10897
  props,
10942
10898
  "access",
10943
- function(_267) {
10944
- return _267.texts;
10899
+ function(_265) {
10900
+ return _265.texts;
10945
10901
  },
10946
10902
  "optionalAccess",
10947
- function(_268) {
10948
- return _268.emailRequiredText;
10903
+ function(_266) {
10904
+ return _266.emailRequiredText;
10949
10905
  }
10950
10906
  ]),
10951
10907
  pattern: {
@@ -10953,12 +10909,12 @@ var CheckoutForm = function(props) {
10953
10909
  message: _optionalChain([
10954
10910
  props,
10955
10911
  "access",
10956
- function(_269) {
10957
- return _269.texts;
10912
+ function(_267) {
10913
+ return _267.texts;
10958
10914
  },
10959
10915
  "optionalAccess",
10960
- function(_270) {
10961
- return _270.emailInvalidText;
10916
+ function(_268) {
10917
+ return _268.emailInvalidText;
10962
10918
  }
10963
10919
  ])
10964
10920
  }
@@ -10972,12 +10928,12 @@ var CheckoutForm = function(props) {
10972
10928
  required: _optionalChain([
10973
10929
  props,
10974
10930
  "access",
10975
- function(_271) {
10976
- return _271.texts;
10931
+ function(_269) {
10932
+ return _269.texts;
10977
10933
  },
10978
10934
  "optionalAccess",
10979
- function(_272) {
10980
- return _272.required;
10935
+ function(_270) {
10936
+ return _270.required;
10981
10937
  }
10982
10938
  ])
10983
10939
  },
@@ -10989,23 +10945,23 @@ var CheckoutForm = function(props) {
10989
10945
  label: _optionalChain([
10990
10946
  props,
10991
10947
  "access",
10992
- function(_273) {
10993
- return _273.texts;
10948
+ function(_271) {
10949
+ return _271.texts;
10994
10950
  },
10995
10951
  "optionalAccess",
10996
- function(_274) {
10997
- return _274.streetAddressLabel;
10952
+ function(_272) {
10953
+ return _272.streetAddressLabel;
10998
10954
  }
10999
10955
  ]) + " *",
11000
10956
  helpertext: _optionalChain([
11001
10957
  errors,
11002
10958
  "access",
11003
- function(_275) {
11004
- return _275.streetAddress;
10959
+ function(_273) {
10960
+ return _273.streetAddress;
11005
10961
  },
11006
10962
  "optionalAccess",
11007
- function(_276) {
11008
- return _276.message;
10963
+ function(_274) {
10964
+ return _274.message;
11009
10965
  }
11010
10966
  ])
11011
10967
  }, field), {
@@ -11023,12 +10979,12 @@ var CheckoutForm = function(props) {
11023
10979
  required: _optionalChain([
11024
10980
  props,
11025
10981
  "access",
11026
- function(_277) {
11027
- return _277.texts;
10982
+ function(_275) {
10983
+ return _275.texts;
11028
10984
  },
11029
10985
  "optionalAccess",
11030
- function(_278) {
11031
- return _278.required;
10986
+ function(_276) {
10987
+ return _276.required;
11032
10988
  }
11033
10989
  ])
11034
10990
  },
@@ -11040,23 +10996,23 @@ var CheckoutForm = function(props) {
11040
10996
  label: _optionalChain([
11041
10997
  props,
11042
10998
  "access",
11043
- function(_279) {
11044
- return _279.texts;
10999
+ function(_277) {
11000
+ return _277.texts;
11045
11001
  },
11046
11002
  "optionalAccess",
11047
- function(_280) {
11048
- return _280.stateLabel;
11003
+ function(_278) {
11004
+ return _278.stateLabel;
11049
11005
  }
11050
11006
  ]) + " *",
11051
11007
  helpertext: _optionalChain([
11052
11008
  errors,
11053
11009
  "access",
11054
- function(_281) {
11055
- return _281.province;
11010
+ function(_279) {
11011
+ return _279.province;
11056
11012
  },
11057
11013
  "optionalAccess",
11058
- function(_282) {
11059
- return _282.message;
11014
+ function(_280) {
11015
+ return _280.message;
11060
11016
  }
11061
11017
  ])
11062
11018
  }, field), {
@@ -11076,12 +11032,12 @@ var CheckoutForm = function(props) {
11076
11032
  required: _optionalChain([
11077
11033
  props,
11078
11034
  "access",
11079
- function(_283) {
11080
- return _283.texts;
11035
+ function(_281) {
11036
+ return _281.texts;
11081
11037
  },
11082
11038
  "optionalAccess",
11083
- function(_284) {
11084
- return _284.required;
11039
+ function(_282) {
11040
+ return _282.required;
11085
11041
  }
11086
11042
  ])
11087
11043
  },
@@ -11093,23 +11049,23 @@ var CheckoutForm = function(props) {
11093
11049
  label: _optionalChain([
11094
11050
  props,
11095
11051
  "access",
11096
- function(_285) {
11097
- return _285.texts;
11052
+ function(_283) {
11053
+ return _283.texts;
11098
11054
  },
11099
11055
  "optionalAccess",
11100
- function(_286) {
11101
- return _286.cityLabel;
11056
+ function(_284) {
11057
+ return _284.cityLabel;
11102
11058
  }
11103
11059
  ]) + " *",
11104
11060
  helpertext: _optionalChain([
11105
11061
  errors,
11106
11062
  "access",
11107
- function(_287) {
11108
- return _287.city;
11063
+ function(_285) {
11064
+ return _285.city;
11109
11065
  },
11110
11066
  "optionalAccess",
11111
- function(_288) {
11112
- return _288.message;
11067
+ function(_286) {
11068
+ return _286.message;
11113
11069
  }
11114
11070
  ])
11115
11071
  }, field), {
@@ -11127,12 +11083,12 @@ var CheckoutForm = function(props) {
11127
11083
  required: _optionalChain([
11128
11084
  props,
11129
11085
  "access",
11130
- function(_289) {
11131
- return _289.texts;
11086
+ function(_287) {
11087
+ return _287.texts;
11132
11088
  },
11133
11089
  "optionalAccess",
11134
- function(_290) {
11135
- return _290.required;
11090
+ function(_288) {
11091
+ return _288.required;
11136
11092
  }
11137
11093
  ])
11138
11094
  },
@@ -11144,23 +11100,23 @@ var CheckoutForm = function(props) {
11144
11100
  label: _optionalChain([
11145
11101
  props,
11146
11102
  "access",
11147
- function(_291) {
11148
- return _291.texts;
11103
+ function(_289) {
11104
+ return _289.texts;
11149
11105
  },
11150
11106
  "optionalAccess",
11151
- function(_292) {
11152
- return _292.buildingNumberLabel;
11107
+ function(_290) {
11108
+ return _290.buildingNumberLabel;
11153
11109
  }
11154
11110
  ]) + " *",
11155
11111
  helpertext: _optionalChain([
11156
11112
  errors,
11157
11113
  "access",
11158
- function(_293) {
11159
- return _293.buildingNumber;
11114
+ function(_291) {
11115
+ return _291.buildingNumber;
11160
11116
  },
11161
11117
  "optionalAccess",
11162
- function(_294) {
11163
- return _294.message;
11118
+ function(_292) {
11119
+ return _292.message;
11164
11120
  }
11165
11121
  ])
11166
11122
  }, field), {
@@ -11180,12 +11136,12 @@ var CheckoutForm = function(props) {
11180
11136
  required: _optionalChain([
11181
11137
  props,
11182
11138
  "access",
11183
- function(_295) {
11184
- return _295.texts;
11139
+ function(_293) {
11140
+ return _293.texts;
11185
11141
  },
11186
11142
  "optionalAccess",
11187
- function(_296) {
11188
- return _296.required;
11143
+ function(_294) {
11144
+ return _294.required;
11189
11145
  }
11190
11146
  ])
11191
11147
  },
@@ -11197,23 +11153,23 @@ var CheckoutForm = function(props) {
11197
11153
  label: _optionalChain([
11198
11154
  props,
11199
11155
  "access",
11200
- function(_297) {
11201
- return _297.texts;
11156
+ function(_295) {
11157
+ return _295.texts;
11202
11158
  },
11203
11159
  "optionalAccess",
11204
- function(_298) {
11205
- return _298.zipCodeLabel;
11160
+ function(_296) {
11161
+ return _296.zipCodeLabel;
11206
11162
  }
11207
11163
  ]) + " *",
11208
11164
  helpertext: _optionalChain([
11209
11165
  errors,
11210
11166
  "access",
11211
- function(_299) {
11212
- return _299.zipCode;
11167
+ function(_297) {
11168
+ return _297.zipCode;
11213
11169
  },
11214
11170
  "optionalAccess",
11215
- function(_300) {
11216
- return _300.message;
11171
+ function(_298) {
11172
+ return _298.message;
11217
11173
  }
11218
11174
  ])
11219
11175
  }, field), {
@@ -11231,12 +11187,12 @@ var CheckoutForm = function(props) {
11231
11187
  required: _optionalChain([
11232
11188
  props,
11233
11189
  "access",
11234
- function(_301) {
11235
- return _301.texts;
11190
+ function(_299) {
11191
+ return _299.texts;
11236
11192
  },
11237
11193
  "optionalAccess",
11238
- function(_302) {
11239
- return _302.required;
11194
+ function(_300) {
11195
+ return _300.required;
11240
11196
  }
11241
11197
  ])
11242
11198
  },
@@ -11247,23 +11203,23 @@ var CheckoutForm = function(props) {
11247
11203
  label: _optionalChain([
11248
11204
  props,
11249
11205
  "access",
11250
- function(_303) {
11251
- return _303.texts;
11206
+ function(_301) {
11207
+ return _301.texts;
11252
11208
  },
11253
11209
  "optionalAccess",
11254
- function(_304) {
11255
- return _304.countryLabel;
11210
+ function(_302) {
11211
+ return _302.countryLabel;
11256
11212
  }
11257
11213
  ]) + " *",
11258
11214
  helperText: _optionalChain([
11259
11215
  errors,
11260
11216
  "access",
11261
- function(_305) {
11262
- return _305.country;
11217
+ function(_303) {
11218
+ return _303.country;
11263
11219
  },
11264
11220
  "optionalAccess",
11265
- function(_306) {
11266
- return _306.message;
11221
+ function(_304) {
11222
+ return _304.message;
11267
11223
  }
11268
11224
  ]),
11269
11225
  options: countries_default,
@@ -11423,16 +11379,16 @@ var ComparingPlans = function(props) {
11423
11379
  })), _optionalChain([
11424
11380
  props,
11425
11381
  "access",
11426
- function(_307) {
11427
- return _307.plans;
11382
+ function(_305) {
11383
+ return _305.plans;
11428
11384
  },
11429
11385
  "optionalAccess",
11430
- function(_308) {
11431
- return _308.map;
11386
+ function(_306) {
11387
+ return _306.map;
11432
11388
  },
11433
11389
  "call",
11434
- function(_309) {
11435
- return _309(function(plan) {
11390
+ function(_307) {
11391
+ return _307(function(plan) {
11436
11392
  return plan.features.map(function(feature) {
11437
11393
  return /* @__PURE__ */ React6.default.createElement("div", {
11438
11394
  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"
@@ -11805,8 +11761,8 @@ var NotFound = function(param) {
11805
11761
  }, _nullishCoalesce(_optionalChain([
11806
11762
  texts,
11807
11763
  "optionalAccess",
11808
- function(_310) {
11809
- return _310.pageNotFound;
11764
+ function(_308) {
11765
+ return _308.pageNotFound;
11810
11766
  }
11811
11767
  ]), function() {
11812
11768
  return "Page Not Found";
@@ -11815,8 +11771,8 @@ var NotFound = function(param) {
11815
11771
  }, _nullishCoalesce(_optionalChain([
11816
11772
  texts,
11817
11773
  "optionalAccess",
11818
- function(_311) {
11819
- return _311.ifLost;
11774
+ function(_309) {
11775
+ return _309.ifLost;
11820
11776
  }
11821
11777
  ]), function() {
11822
11778
  return /* @__PURE__ */ React6.default.createElement(React6.default.Fragment, null, "If you're lost please contact us", " ", /* @__PURE__ */ React6.default.createElement("span", {
@@ -11827,8 +11783,8 @@ var NotFound = function(param) {
11827
11783
  }, _nullishCoalesce(_optionalChain([
11828
11784
  texts,
11829
11785
  "optionalAccess",
11830
- function(_312) {
11831
- return _312.home;
11786
+ function(_310) {
11787
+ return _310.home;
11832
11788
  }
11833
11789
  ]), function() {
11834
11790
  return "Home";
@@ -11857,8 +11813,8 @@ var EmptyState = function(param) {
11857
11813
  }, _nullishCoalesce(_optionalChain([
11858
11814
  texts,
11859
11815
  "optionalAccess",
11860
- function(_313) {
11861
- return _313.youreCaughtUp;
11816
+ function(_311) {
11817
+ return _311.youreCaughtUp;
11862
11818
  }
11863
11819
  ]), function() {
11864
11820
  return "You're all caught up";
@@ -11870,8 +11826,8 @@ var EmptyState = function(param) {
11870
11826
  }, _nullishCoalesce(_optionalChain([
11871
11827
  texts,
11872
11828
  "optionalAccess",
11873
- function(_314) {
11874
- return _314.actionText;
11829
+ function(_312) {
11830
+ return _312.actionText;
11875
11831
  }
11876
11832
  ]), function() {
11877
11833
  return "Go Home";
@@ -11911,14 +11867,14 @@ var LeadGenerator = function(param) {
11911
11867
  return /* @__PURE__ */ React6.default.createElement(Card, null, /* @__PURE__ */ React6.default.createElement(CardHeader, null, /* @__PURE__ */ React6.default.createElement(CardTitle, null, _optionalChain([
11912
11868
  texts,
11913
11869
  "optionalAccess",
11914
- function(_315) {
11915
- return _315.title;
11870
+ function(_313) {
11871
+ return _313.title;
11916
11872
  }
11917
11873
  ])), /* @__PURE__ */ React6.default.createElement(CardDescription, null, _optionalChain([
11918
11874
  texts,
11919
11875
  "optionalAccess",
11920
- function(_316) {
11921
- return _316.subtitle;
11876
+ function(_314) {
11877
+ return _314.subtitle;
11922
11878
  }
11923
11879
  ]))), /* @__PURE__ */ React6.default.createElement(CardContent, null, /* @__PURE__ */ React6.default.createElement("form", {
11924
11880
  className: "flex flex-row gap-2",
@@ -11933,8 +11889,8 @@ var LeadGenerator = function(param) {
11933
11889
  }), /* @__PURE__ */ React6.default.createElement(Button, null, _nullishCoalesce(_optionalChain([
11934
11890
  texts,
11935
11891
  "optionalAccess",
11936
- function(_317) {
11937
- return _317.submit;
11892
+ function(_315) {
11893
+ return _315.submit;
11938
11894
  }
11939
11895
  ]), function() {
11940
11896
  return "Submit";
@@ -11984,16 +11940,16 @@ var NoPermission = function(param) {
11984
11940
  }, _nullishCoalesce(_optionalChain([
11985
11941
  texts,
11986
11942
  "optionalAccess",
11987
- function(_318) {
11988
- return _318.title;
11943
+ function(_316) {
11944
+ return _316.title;
11989
11945
  }
11990
11946
  ]), function() {
11991
11947
  return "You don't have permission";
11992
11948
  })), /* @__PURE__ */ React6.default.createElement("div", null, _nullishCoalesce(_optionalChain([
11993
11949
  texts,
11994
11950
  "optionalAccess",
11995
- function(_319) {
11996
- return _319.subtitle;
11951
+ function(_317) {
11952
+ return _317.subtitle;
11997
11953
  }
11998
11954
  ]), function() {
11999
11955
  return "If you think this is a problem please contact your administrator or our customer support";