publ-echo-test 0.0.241 → 0.0.242

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.
@@ -225,7 +225,8 @@ var GridItem = function (_a) {
225
225
  var _g = calcWH(getPositionParams(), {
226
226
  width: minWidth,
227
227
  height: minHeight + insetTop + insetBottom,
228
- }, x, y, 'e', props.w, props.h, false), w = _g.w, h = _g.h;
228
+ }, x, y, 'e', props.w, props.h, true), w = _g.w, h = _g.h;
229
+ console.log('newH, newW', h, w);
229
230
  var prevW = props.w;
230
231
  var prevH = props.h;
231
232
  if (prevW > w) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",