publ-echo-test 0.0.354 → 0.0.355

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.
@@ -230,6 +230,7 @@ var ReactGridLayout = function (_a) {
230
230
  z: l.z,
231
231
  placeholder: true,
232
232
  i: i,
233
+ heightFitContent: l.heightFitContent,
233
234
  };
234
235
  var isUserAction = true;
235
236
  var newLayout = isGroup
@@ -440,6 +441,7 @@ var ReactGridLayout = function (_a) {
440
441
  z: l.z,
441
442
  static: true,
442
443
  i: i,
444
+ heightFitContent: l.heightFitContent,
443
445
  };
444
446
  props.onResize &&
445
447
  props.onResize({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.354",
3
+ "version": "0.0.355",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",