ninegrid2 6.287.0 → 6.288.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.
@@ -11368,7 +11368,7 @@ class ninegrid {
11368
11368
  }
11369
11369
 
11370
11370
  static alert = (v) => {
11371
- this.alert(v);
11371
+ alert(v);
11372
11372
  }
11373
11373
 
11374
11374
  static j = {
@@ -11366,7 +11366,7 @@ class ninegrid {
11366
11366
  }
11367
11367
 
11368
11368
  static alert = (v) => {
11369
- this.alert(v);
11369
+ alert(v);
11370
11370
  }
11371
11371
 
11372
11372
  static j = {
@@ -667,7 +667,7 @@ export class ninegrid {
667
667
  }
668
668
 
669
669
  static alert = (v) => {
670
- this.alert(v);
670
+ alert(v);
671
671
  }
672
672
 
673
673
  static j = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.287.0",
4
+ "version": "6.288.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -667,7 +667,7 @@ export class ninegrid {
667
667
  }
668
668
 
669
669
  static alert = (v) => {
670
- this.alert(v);
670
+ alert(v);
671
671
  }
672
672
 
673
673
  static j = {