@stenajs-webui/grid 18.6.0 → 18.7.0

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.es.js CHANGED
@@ -1908,6 +1908,7 @@ const Xe = T.createContext({}), br = ({
1908
1908
  top: c,
1909
1909
  boxShadow: k.sticky && k.isFirstColumnInLastGroup && s ? "var(--swui-sticky-header-shadow-and-left)" : k.sticky && k.isFirstColumnInLastGroup ? "var(--swui-sticky-column-shadow-left)" : s && k.sticky ? "var(--swui-sticky-header-shadow-and-right)" : s ? "var(--swui-sticky-header-shadow)" : k.sticky ? "var(--swui-sticky-column-shadow-right)" : void 0,
1910
1910
  zIndex: s && k.sticky ? "var(--swui-sticky-header-in-sticky-column-z-index)" : s ? "var(--swui-sticky-header-z-index)" : k.sticky ? "var(--swui-sticky-group-header-z-index)" : p,
1911
+ height: 0,
1911
1912
  width: m,
1912
1913
  minWidth: C
1913
1914
  },
@@ -1921,7 +1922,7 @@ const Xe = T.createContext({}), br = ({
1921
1922
  alignRight: l === "flex-end",
1922
1923
  sortOrderIconVariant: f != null ? f : w,
1923
1924
  selected: S,
1924
- height: "var(--current-row-height)"
1925
+ height: "100%"
1925
1926
  })
1926
1927
  });
1927
1928
  }), Zo = (e, t, n, o) => {