@homebound/beam 2.356.0 → 2.356.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.
@@ -326,6 +326,7 @@ function renderDiv(style, id, columns, visibleDataRows, keptSelectedRows, firstR
326
326
  function renderTable(style, id, columns, visibleDataRows, keptSelectedRows, firstRowMessage, stickyHeader, xss, _virtuosoRef, tableHeadRows, stickyOffset, _infiniteScroll) {
327
327
  return ((0, jsx_runtime_1.jsxs)("table", { css: {
328
328
  ...Css_1.Css.w100.add("borderCollapse", "separate").add("borderSpacing", "0").$,
329
+ ...Css_1.Css.addIn("& tr ", { pageBreakAfter: "auto", pageBreakInside: "avoid" }).$,
329
330
  ...Css_1.Css.addIn("& > tbody > tr > * ", style.betweenRowsCss || {})
330
331
  // removes border between header and second row
331
332
  .addIn("& > tbody > tr:first-of-type", style.firstNonHeaderRowCss || {}).$,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.356.0",
3
+ "version": "2.356.1",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",