publ-echo 0.0.100 → 0.0.102

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.
@@ -47,6 +47,7 @@ var ReactGridLayout = function (_a) {
47
47
  } : _w, // TODO fix
48
48
  _x = props.resizeHandles, // TODO fix
49
49
  resizeHandles = _x === void 0 ? ["se"] : _x, _y = props.width, width = _y === void 0 ? 0 : _y, resizeHandle = props.resizeHandle, _z = props.isHiddenVisibility, isHiddenVisibility = _z === void 0 ? true : _z, innerRef = props.innerRef, minNbRow = props.minNbRow, customColWidth = props.customColWidth;
50
+ console.log('transformScale: ', transformScale);
50
51
  var _0 = useState(), activeDrag = _0[0], setActiveDrag = _0[1];
51
52
  var _1 = useState(), oldDragItem = _1[0], setOldDragItem = _1[1];
52
53
  var _2 = useState(), oldLayout = _2[0], setOldLayout = _2[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",