@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.
@@ -4339,7 +4339,7 @@ const DataTable = ({
4339
4339
  {
4340
4340
  className: utils.cn(
4341
4341
  isSelCell && "!pe-2",
4342
- isPinned && "sticky z-10 bg-background group-hover:bg-muted/50 group-data-[state=selected]:bg-info",
4342
+ isPinned && "sticky z-10 bg-background group-hover:bg-muted group-data-[state=selected]:bg-info",
4343
4343
  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",
4344
4344
  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"
4345
4345
  ),
@@ -4384,4 +4384,4 @@ exports.useColumnVisibility = useColumnVisibility;
4384
4384
  exports.useTablePagination = useTablePagination;
4385
4385
  exports.useTableSelection = useTableSelection;
4386
4386
  exports.useTableSort = useTableSort;
4387
- //# sourceMappingURL=DataTable-buERtmN8.js.map
4387
+ //# sourceMappingURL=DataTable-D0VXQemF.js.map