@bigbinary/neeto-atoms 1.0.46 → 1.0.47

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.
@@ -4318,7 +4318,7 @@ const DataTable = ({
4318
4318
  {
4319
4319
  className: cn(
4320
4320
  isSelCell && "!pe-2",
4321
- isPinned && "sticky z-10 bg-background group-hover:bg-muted/50 group-data-[state=selected]:bg-info",
4321
+ isPinned && "sticky z-10 bg-background group-hover:bg-muted group-data-[state=selected]:bg-info",
4322
4322
  cell.column.id === lastLeftPinnedId && "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",
4323
4323
  cell.column.id === firstRightPinnedId && "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"
4324
4324
  ),
@@ -4357,4 +4357,4 @@ const DataTable = ({
4357
4357
  };
4358
4358
 
4359
4359
  export { DataTable as D, useColumnPinning as a, useColumnVisibility as b, useTablePagination as c, useTableSelection as d, useTableSort as e, useColumnOrdering as u };
4360
- //# sourceMappingURL=DataTable-zlEvl0ny.js.map
4360
+ //# sourceMappingURL=DataTable-DX5y8WcM.js.map