@shoplflow/base 0.43.0 → 0.43.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.
package/dist/index.cjs CHANGED
@@ -1060,7 +1060,7 @@ var ModalBody = ({
1060
1060
  return 0;
1061
1061
  };
1062
1062
  const setContentHeightMax = () => {
1063
- let autoHeightMax = setAutoHeightMax();
1063
+ let autoHeightMax = setAutoHeightMax() - 24;
1064
1064
  if (padding) {
1065
1065
  return autoHeightMax;
1066
1066
  }
package/dist/index.js CHANGED
@@ -1033,7 +1033,7 @@ var ModalBody = ({
1033
1033
  return 0;
1034
1034
  };
1035
1035
  const setContentHeightMax = () => {
1036
- let autoHeightMax = setAutoHeightMax();
1036
+ let autoHeightMax = setAutoHeightMax() - 24;
1037
1037
  if (padding) {
1038
1038
  return autoHeightMax;
1039
1039
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -90,8 +90,8 @@
90
90
  "react-datepicker": "^7.3.0",
91
91
  "react-dom": "^18.2.0",
92
92
  "simplebar-react": "^3.2.6",
93
- "@shoplflow/shopl-assets": "^0.12.26",
94
93
  "@shoplflow/hada-assets": "^0.1.8",
94
+ "@shoplflow/shopl-assets": "^0.12.26",
95
95
  "@shoplflow/utils": "^0.7.0"
96
96
  },
97
97
  "scripts": {