@overmap-ai/blocks 1.0.26-component-forms.0 → 1.0.26-table-row-loading.1

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.
@@ -3431,29 +3431,22 @@
3431
3431
  }
3432
3432
  const $e698a72e93240346$export$be92b6f5f03c0fe9 = $e698a72e93240346$export$48513f6b9f8ce62d;
3433
3433
  const $e698a72e93240346$export$adb584737d712b70 = $e698a72e93240346$export$59aad738f51d1c05;
3434
- const checkbox = "_checkbox_yl8iy_5";
3435
- const checkboxIndicator = "_checkboxIndicator_yl8iy_22";
3436
- const checkboxLabel = "_checkboxLabel_yl8iy_33";
3437
- const noTextHighlight = "_noTextHighlight_yl8iy_37";
3438
- const checkboxHidden = "_checkboxHidden_yl8iy_46";
3434
+ const checkboxContainer = "_checkboxContainer_pb9za_5";
3435
+ const checkbox = "_checkbox_pb9za_5";
3436
+ const checkboxIndicator = "_checkboxIndicator_pb9za_27";
3437
+ const checkboxLabel = "_checkboxLabel_pb9za_38";
3438
+ const noTextHighlight = "_noTextHighlight_pb9za_42";
3439
+ const checkboxHidden = "_checkboxHidden_pb9za_51";
3439
3440
  const styles$2 = {
3441
+ checkboxContainer,
3440
3442
  checkbox,
3441
3443
  checkboxIndicator,
3442
3444
  checkboxLabel,
3443
3445
  noTextHighlight,
3444
3446
  checkboxHidden
3445
3447
  };
3446
- const _Checkbox = React.forwardRef(function Checkbox2({
3447
- className,
3448
- labelClassName,
3449
- label,
3450
- checked,
3451
- onCheckedChange,
3452
- checkboxPosition = "center",
3453
- alwaysShow = true,
3454
- ...rest
3455
- }, ref) {
3456
- return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { align: checkboxPosition, ...props, children: [
3448
+ const _Checkbox = React.forwardRef(function Checkbox2({ className, labelClassName, label, checked, onCheckedChange, alwaysShow = true, ...rest }, ref) {
3449
+ return /* @__PURE__ */ jsxRuntime.jsx(HoverUtility, { children: ({ isHovered, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(themes.Flex, { className: styles$2.checkboxContainer, ...props, children: [
3457
3450
  /* @__PURE__ */ jsxRuntime.jsx(
3458
3451
  $e698a72e93240346$export$be92b6f5f03c0fe9,
3459
3452
  {
@@ -3553,24 +3546,24 @@
3553
3546
  childrenWithProps
3554
3547
  ] });
3555
3548
  });
3556
- const disabled = "_disabled_5i91d_1";
3557
- const outerTableContainer = "_outerTableContainer_5i91d_5";
3558
- const headerContainer = "_headerContainer_5i91d_17";
3559
- const tableTopContainer = "_tableTopContainer_5i91d_21";
3560
- const tableContainer = "_tableContainer_5i91d_25";
3561
- const searchContainer = "_searchContainer_5i91d_30";
3562
- const columnFilterSelect = "_columnFilterSelect_5i91d_40";
3563
- const table = "_table_5i91d_21";
3564
- const tableHeaderCell = "_tableHeaderCell_5i91d_58";
3565
- const showSortIcon = "_showSortIcon_5i91d_74";
3566
- const tableRow = "_tableRow_5i91d_78";
3567
- const tableCell = "_tableCell_5i91d_93";
3568
- const noDataTextContainer = "_noDataTextContainer_5i91d_103";
3569
- const tableBottomContainer = "_tableBottomContainer_5i91d_109";
3570
- const rowsPerPageContainer = "_rowsPerPageContainer_5i91d_113";
3571
- const rowsPerPageText = "_rowsPerPageText_5i91d_123";
3572
- const pageText = "_pageText_5i91d_128";
3573
- const descriptionSecondLine = "_descriptionSecondLine_5i91d_132";
3549
+ const disabled = "_disabled_ybi8a_1";
3550
+ const outerTableContainer = "_outerTableContainer_ybi8a_5";
3551
+ const headerContainer = "_headerContainer_ybi8a_17";
3552
+ const tableTopContainer = "_tableTopContainer_ybi8a_21";
3553
+ const tableContainer = "_tableContainer_ybi8a_25";
3554
+ const searchContainer = "_searchContainer_ybi8a_30";
3555
+ const columnFilterSelect = "_columnFilterSelect_ybi8a_40";
3556
+ const table = "_table_ybi8a_21";
3557
+ const tableHeaderCell = "_tableHeaderCell_ybi8a_59";
3558
+ const showSortIcon = "_showSortIcon_ybi8a_75";
3559
+ const tableRow = "_tableRow_ybi8a_79";
3560
+ const tableCell = "_tableCell_ybi8a_94";
3561
+ const noDataTextContainer = "_noDataTextContainer_ybi8a_104";
3562
+ const tableBottomContainer = "_tableBottomContainer_ybi8a_110";
3563
+ const rowsPerPageContainer = "_rowsPerPageContainer_ybi8a_114";
3564
+ const rowsPerPageText = "_rowsPerPageText_ybi8a_124";
3565
+ const pageText = "_pageText_ybi8a_129";
3566
+ const descriptionSecondLine = "_descriptionSecondLine_ybi8a_133";
3574
3567
  const styles$1 = {
3575
3568
  disabled,
3576
3569
  outerTableContainer,
@@ -3990,7 +3983,7 @@
3990
3983
  className: classNames(styles$1.tableRow, rowClassName, row.className, {
3991
3984
  [styles$1.disabled]: row.disabled
3992
3985
  }),
3993
- onClick: !row.disabled && row.onClick,
3986
+ onClick: !row.loading && !row.disabled && row.onClick,
3994
3987
  children: row.loading ? /* @__PURE__ */ jsxRuntime.jsx(
3995
3988
  table_js.Cell,
3996
3989
  {