publ-echo-test 0.0.150 → 0.0.151

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.
@@ -579,9 +579,9 @@ var ReactGridLayout = function (_a) {
579
579
  return zIndexMap.ROOT + z;
580
580
  }
581
581
  if (!editable) {
582
- return 0;
582
+ return z;
583
583
  }
584
- return 0;
584
+ return z;
585
585
  })();
586
586
  var outsideOfEditingGroup = !editingGroupAllChildren.includes(l.i);
587
587
  var zIndex = editorMode === 'EDIT' ? editorZIndex : z;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",