ninegrid2 6.899.0 → 6.901.0

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.
@@ -119403,7 +119403,7 @@ class nxDialog extends HTMLElement
119403
119403
  setTimeout(() => { this.close(); }, 300);
119404
119404
  });
119405
119405
 
119406
- $(".close,.close2", this).on("click", e => {
119406
+ $(".close2", this).on("click", e => {
119407
119407
  this.close();
119408
119408
  });
119409
119409
 
@@ -119399,7 +119399,7 @@ class nxDialog extends HTMLElement
119399
119399
  setTimeout(() => { this.close(); }, 300);
119400
119400
  });
119401
119401
 
119402
- $(".close,.close2", this).on("click", e => {
119402
+ $(".close2", this).on("click", e => {
119403
119403
  this.close();
119404
119404
  });
119405
119405
 
@@ -90,7 +90,7 @@ class nxDialog extends HTMLElement
90
90
  setTimeout(() => { this.close(); }, 300);
91
91
  });
92
92
 
93
- $(".close,.close2", this).on("click", e => {
93
+ $(".close2", this).on("click", e => {
94
94
  this.close();
95
95
  });
96
96
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.899.0",
4
+ "version": "6.901.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -90,7 +90,7 @@ class nxDialog extends HTMLElement
90
90
  setTimeout(() => { this.close(); }, 300);
91
91
  });
92
92
 
93
- $(".close,.close2", this).on("click", e => {
93
+ $(".close2", this).on("click", e => {
94
94
  this.close();
95
95
  });
96
96