@bigbinary/neeto-atoms 1.0.27 → 1.0.28

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.
@@ -3798,7 +3798,7 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3798
3798
  const isPinned = cell.column.getIsPinned();
3799
3799
  const isSelCell = cell.column.id === "_selection";
3800
3800
  return (jsx(TableCell, { className: cn(isSelCell && "!pe-2", isPinned &&
3801
- "sticky z-10 bg-background group-data-[state=selected]:bg-info", isPinned === "left" &&
3801
+ "sticky z-10 bg-background group-hover:bg-muted/50 group-data-[state=selected]:bg-info", isPinned === "left" &&
3802
3802
  "after:pointer-events-none after:absolute after:inset-y-0 after:-right-2 after:w-2 after:bg-gradient-to-r after:from-black/6 after:to-transparent after:opacity-0 after:transition-opacity after:duration-200 after:content-[''] group-data-[scrolled-start]/scroll:after:opacity-100 dark:after:from-white/6", isPinned === "right" &&
3803
3803
  "before:pointer-events-none before:absolute before:inset-y-0 before:-left-2 before:w-2 before:bg-gradient-to-l before:from-black/6 before:to-transparent before:opacity-0 before:transition-opacity before:duration-200 before:content-[''] group-data-[scrolled-end]/scroll:before:opacity-100 dark:before:from-white/6"), style: {
3804
3804
  width: selectionColumn && isSelCell
@@ -3822,4 +3822,4 @@ const DataTable = ({ columns, data, getRowId: getRowIdProp, sorting: sortingProp
3822
3822
  };
3823
3823
 
3824
3824
  export { DataTable as D, useColumnPinning as a, useColumnVisibility as b, useTablePagination as c, useTableSelection as d, useTableSort as e, useColumnOrdering as u };
3825
- //# sourceMappingURL=DataTable-DbSFUmLd.js.map
3825
+ //# sourceMappingURL=DataTable-pZm7R5rm.js.map