@bigbinary/neeto-atoms 1.0.20 → 1.0.22

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.
@@ -3354,6 +3354,7 @@ const useTableSelection = ({ enableRowSelection, selectedRowKeys, onRowSelect, d
3354
3354
  ariaLabel: "Select row",
3355
3355
  }),
3356
3356
  size: 40,
3357
+ maxSize: 40,
3357
3358
  enableSorting: false,
3358
3359
  enableResizing: false,
3359
3360
  };
@@ -3703,6 +3704,7 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3703
3704
  minWidth: enableColumnResize
3704
3705
  ? header.getSize()
3705
3706
  : undefined,
3707
+ maxWidth: header.column.columnDef.maxSize,
3706
3708
  ...(isPinned === "left"
3707
3709
  ? {
3708
3710
  left: header.column.getStart("left"),
@@ -3727,6 +3729,7 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3727
3729
  minWidth: enableColumnResize
3728
3730
  ? cell.column.getSize()
3729
3731
  : undefined,
3732
+ maxWidth: cell.column.columnDef.maxSize,
3730
3733
  ...(isPinned === "left"
3731
3734
  ? {
3732
3735
  left: cell.column.getStart("left"),
@@ -3742,4 +3745,4 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3742
3745
  };
3743
3746
 
3744
3747
  export { DataTable as D, useColumnPinning as a, useColumnVisibility as b, useTablePagination as c, useTableSelection as d, useTableSort as e, useColumnOrdering as u };
3745
- //# sourceMappingURL=DataTable-DWR9gX9d.js.map
3748
+ //# sourceMappingURL=DataTable-CfcHsQuw.js.map