datastake-daf 0.6.451 → 0.6.453

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