@m4l/components 9.3.19-BE101025-beta.1 → 9.3.19-BE101025-beta.2

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.
@@ -253,8 +253,8 @@ function GridItem(props) {
253
253
  }
254
254
  let { w: newW, h: newH } = calcWH(
255
255
  getPositionParams(),
256
- size.width,
257
- size.height,
256
+ size.width / transformScale,
257
+ size.height / transformScale,
258
258
  refProps.current.x,
259
259
  refProps.current.y
260
260
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.3.19-BE101025-beta.1",
3
+ "version": "9.3.19-BE101025-beta.2",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {