@homebound/beam 3.58.0 → 3.58.1

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.cjs CHANGED
@@ -6875,7 +6875,7 @@ function getTableRefWidthStyles(isVirtual, inDocumentScrollLayout = false) {
6875
6875
  if (inDocumentScrollLayout) {
6876
6876
  return {
6877
6877
  width: ["w_var", {
6878
- "--width": (0, import_runtime12.maybeCssVar)(__maybeInc4(documentScrollChromeWidth()))
6878
+ "--width": (0, import_runtime12.maybeCssVar)(__maybeInc4(`min(100%, ${documentScrollChromeWidth()})`))
6879
6879
  }]
6880
6880
  };
6881
6881
  }
@@ -21673,7 +21673,7 @@ function GridTableLayoutComponent(props) {
21673
21673
  "--left": (0, import_runtime88.maybeCssVar)(__maybeInc16(documentScrollChromeLeft()))
21674
21674
  }],
21675
21675
  width: ["w_var", {
21676
- "--width": (0, import_runtime88.maybeCssVar)(__maybeInc16(documentScrollChromeWidth()))
21676
+ "--width": (0, import_runtime88.maybeCssVar)(__maybeInc16(`min(100%, ${documentScrollChromeWidth()})`))
21677
21677
  }],
21678
21678
  zIndex: ["z_var", {
21679
21679
  "--zIndex": (0, import_runtime88.maybeCssVar)(zIndices.tableActions)