@memberstack/dom 1.9.17 → 1.9.19

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.
@@ -141,6 +141,7 @@ exports.openModal = function (type, params) {
141
141
  });
142
142
  };
143
143
  exports.hideModal = function () {
144
+ console.log("hide modal called");
144
145
  modal === null || modal === void 0 ? void 0 : modal.$destroy();
145
146
  exports.hideLoader();
146
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberstack/dom",
3
- "version": "1.9.17",
3
+ "version": "1.9.19",
4
4
  "main": "./lib/index.js",
5
5
  "files": [
6
6
  "lib/**/*"