publ-echo-test 0.0.53 → 0.0.54

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.
@@ -234,7 +234,7 @@ var Resizable = function (_a) {
234
234
  left = left - deltaX;
235
235
  }
236
236
  _b = checkConstraints(width, height), width = _b[0], height = _b[1];
237
- if (autoResize && extendedHeightRef.current === height) {
237
+ if (autoResize && minHeight.current === height) {
238
238
  handleAxis = removeNorthHandle(handleAxis);
239
239
  }
240
240
  _c = checkTopLeft(deltaX, deltaY, top, left, width, height, handleAxis), top = _c[0], left = _c[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",