datastake-daf 0.6.459 → 0.6.460

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.
@@ -14630,7 +14630,7 @@ function PdfView(_ref2) {
14630
14630
  });
14631
14631
  setPages(_pages);
14632
14632
  }
14633
- }, [sectionsConfig, isEvaluation, config === null || config === void 0 ? void 0 : config.length]);
14633
+ }, [sectionsConfig, customMarginBottom, config === null || config === void 0 ? void 0 : config.length]);
14634
14634
  React.useEffect(() => {
14635
14635
  doSizing();
14636
14636
  }, [doSizing]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.459",
3
+ "version": "0.6.460",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -98,7 +98,7 @@ export default function PdfView({
98
98
  })
99
99
  setPages(_pages);
100
100
  }
101
- }, [sectionsConfig, isEvaluation, config?.length]);
101
+ }, [sectionsConfig, customMarginBottom, config?.length]);
102
102
 
103
103
  useEffect(() => {
104
104
  doSizing();