@visns-studio/visns-components 4.2.7 → 4.2.8

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.
@@ -2461,7 +2461,7 @@ const DataGrid = forwardRef(
2461
2461
  const minHeight = getMinimumHeight();
2462
2462
  setGridStyle((prevState) => ({ ...prevState, minHeight }));
2463
2463
 
2464
- if (ajaxSetting?.take > 50) {
2464
+ if (ajaxSetting?.take >= 35) {
2465
2465
  setLimit(ajaxSetting.take);
2466
2466
  } else {
2467
2467
  const calculateRows = (height) =>
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "axios": "^1.7.2",
14
14
  "dayjs": "^1.11.11",
15
15
  "file-saver": "^2.0.5",
16
- "framer-motion": "^11.2.11",
16
+ "framer-motion": "^11.2.12",
17
17
  "html-react-parser": "^5.1.10",
18
18
  "lodash": "^4.17.21",
19
19
  "lodash.debounce": "^4.0.8",
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^17.0.1"
58
58
  },
59
59
  "name": "@visns-studio/visns-components",
60
- "version": "4.2.7",
60
+ "version": "4.2.8",
61
61
  "description": "Various packages to assist in the development of our Custom Applications.",
62
62
  "main": "index.js",
63
63
  "scripts": {