publ-echo 0.0.67 → 0.0.68

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.
@@ -279,6 +279,7 @@ var ReactGridLayout = function (_a) {
279
279
  return;
280
280
  }
281
281
  setLayout(newLayout);
282
+ props.onLayoutChange && props.onLayoutChange(newLayout);
282
283
  };
283
284
  var onResizeHandler = function (i, w, h, _a, x, y) {
284
285
  var e = _a.e, node = _a.node;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",