ninegrid2 6.1416.0 → 6.1418.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.
@@ -10814,7 +10814,7 @@ class nxAlertPopup extends HTMLElement
10814
10814
  }
10815
10815
 
10816
10816
  if (!customElements.get('nx-confirm-popup')) {
10817
- customElements.define('nx-confirm-popup', NxConfirmPopup);
10817
+ customElements.define('nx-confirm-popup', nxConfirmPopup);
10818
10818
  }
10819
10819
 
10820
10820
  if (!customElements.get('nx-alert-popup')) {
@@ -10810,7 +10810,7 @@ class nxAlertPopup extends HTMLElement
10810
10810
  }
10811
10811
 
10812
10812
  if (!customElements.get('nx-confirm-popup')) {
10813
- customElements.define('nx-confirm-popup', NxConfirmPopup);
10813
+ customElements.define('nx-confirm-popup', nxConfirmPopup);
10814
10814
  }
10815
10815
 
10816
10816
  if (!customElements.get('nx-alert-popup')) {
@@ -104,7 +104,7 @@ export class nxAlertPopup extends HTMLElement
104
104
  }
105
105
 
106
106
  if (!customElements.get('nx-confirm-popup')) {
107
- customElements.define('nx-confirm-popup', NxConfirmPopup);
107
+ customElements.define('nx-confirm-popup', nxConfirmPopup);
108
108
  }
109
109
 
110
110
  if (!customElements.get('nx-alert-popup')) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1416.0",
4
+ "version": "6.1418.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -104,7 +104,7 @@ export class nxAlertPopup extends HTMLElement
104
104
  }
105
105
 
106
106
  if (!customElements.get('nx-confirm-popup')) {
107
- customElements.define('nx-confirm-popup', NxConfirmPopup);
107
+ customElements.define('nx-confirm-popup', nxConfirmPopup);
108
108
  }
109
109
 
110
110
  if (!customElements.get('nx-alert-popup')) {