wj-elements 0.0.27 → 0.0.28

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.
Files changed (2) hide show
  1. package/dist/wj-popup.js +1 -1
  2. package/package.json +1 -1
package/dist/wj-popup.js CHANGED
@@ -1444,7 +1444,7 @@ class Popup extends WJElement {
1444
1444
  hide() {
1445
1445
  event.dispatchCustomEvent(this, "wj-popup:hide");
1446
1446
  this.native.classList.remove("popup-active");
1447
- this.cleanup();
1447
+ this.cleanup;
1448
1448
  this.cleanup = void 0;
1449
1449
  }
1450
1450
  onHide() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wj-elements",
3
3
  "private": false,
4
- "version": "0.0.27",
4
+ "version": "0.0.28",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "./dist"