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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/utils/ninegrid.js +1 -1
- package/package.json +1 -1
- package/src/utils/ninegrid.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -11368,7 +11368,7 @@ class ninegrid {
|
|
|
11368
11368
|
}
|
|
11369
11369
|
|
|
11370
11370
|
static alert = (v) => {
|
|
11371
|
-
|
|
11371
|
+
alert(v);
|
|
11372
11372
|
}
|
|
11373
11373
|
|
|
11374
11374
|
static j = {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -11366,7 +11366,7 @@ class ninegrid {
|
|
|
11366
11366
|
}
|
|
11367
11367
|
|
|
11368
11368
|
static alert = (v) => {
|
|
11369
|
-
|
|
11369
|
+
alert(v);
|
|
11370
11370
|
}
|
|
11371
11371
|
|
|
11372
11372
|
static j = {
|
package/dist/utils/ninegrid.js
CHANGED
package/package.json
CHANGED