datastake-daf 0.6.447 → 0.6.449

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.
@@ -14595,7 +14595,7 @@ function PdfView(_ref2) {
14595
14595
  } = sectionsConfig[k];
14596
14596
  ref.current.style.marginBottom = '0px';
14597
14597
  ref.current.style.marginTop = '0px';
14598
- ref.current.style.pageBreakInside = 'auto';
14598
+ ref.current.style.pageBreakInside = 'inherit';
14599
14599
  });
14600
14600
  let currentPageHeight = 0;
14601
14601
  keys.forEach((k, i) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.447",
3
+ "version": "0.6.449",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -61,7 +61,7 @@ export default function PdfView({
61
61
  const { ref } = sectionsConfig[k];
62
62
  ref.current.style.marginBottom = '0px';
63
63
  ref.current.style.marginTop = '0px';
64
- ref.current.style.pageBreakInside = 'auto';
64
+ ref.current.style.pageBreakInside = 'inherit';
65
65
  });
66
66
 
67
67
  let currentPageHeight = 0;