1mpacto-react-ui 0.0.105 → 0.0.106

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.
package/dist/index.mjs CHANGED
@@ -12692,16 +12692,16 @@ const DE = (e, t) => {
12692
12692
  return e && (n = { position: "sticky", top: 0, zIndex: 2 }), (r = t.column.columnDef.meta) != null && r.styleTh && (n = { ...n, ...(i = t.column.columnDef.meta) == null ? void 0 : i.styleTh(t.column.columnDef) }), n;
12693
12693
  }, Ul = (e, t = !1) => {
12694
12694
  const n = e.getIsPinned(), r = n === "left" && e.getIsLastColumn("left"), i = n === "right" && e.getIsFirstColumn("right");
12695
- return {
12695
+ return n ? {
12696
12696
  boxShadow: r ? "-4px 0 4px -4px gray inset" : i ? "4px 0 4px -4px gray inset" : void 0,
12697
12697
  left: n === "left" ? `${e.getStart("left")}px` : void 0,
12698
12698
  right: n === "right" ? `${e.getAfter("right")}px` : void 0,
12699
- opacity: n ? 0.95 : 1,
12700
- position: n ? "sticky" : "relative",
12699
+ opacity: 0.95,
12700
+ position: "sticky",
12701
12701
  width: e.getSize(),
12702
- zIndex: n ? 1 : 0,
12703
- background: n && t ? "white" : ""
12704
- };
12702
+ zIndex: 1,
12703
+ background: t ? "white" : ""
12704
+ } : {};
12705
12705
  }, Nb = (e) => {
12706
12706
  const t = e.columnPinning.left || [], n = e.columnPinning.right || [], r = e.rowPinning.top || [], i = e.rowPinning.bottom || [];
12707
12707
  return {