publ-echo 0.0.131 → 0.0.132

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.
@@ -837,8 +837,8 @@ var ReactGridLayout = function (_a) {
837
837
  };
838
838
  function getIsHeightVariable(block, device) {
839
839
  var heightVariable = device === "DESKTOP"
840
- ? block.isHeightVariableDesktop
841
- : block.isHeightVariableMobile;
840
+ ? block === null || block === void 0 ? void 0 : block.isHeightVariableDesktop
841
+ : block === null || block === void 0 ? void 0 : block.isHeightVariableMobile;
842
842
  if (heightVariable === undefined || heightVariable === null) {
843
843
  return true;
844
844
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",