ninegrid2 6.384.0 → 6.385.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.
@@ -10996,7 +10996,7 @@ class ninegrid {
10996
10996
  },
10997
10997
  alert : {
10998
10998
  "class" : "classic",
10999
- "animation" : "zoom", //run, reverseRun, moveUp, moveDown, zoom, fade
10999
+ "animation" : "run", //run, reverseRun, moveUp, moveDown, zoom, fade
11000
11000
  },
11001
11001
  };
11002
11002
 
@@ -10994,7 +10994,7 @@ class ninegrid {
10994
10994
  },
10995
10995
  alert : {
10996
10996
  "class" : "classic",
10997
- "animation" : "zoom", //run, reverseRun, moveUp, moveDown, zoom, fade
10997
+ "animation" : "run", //run, reverseRun, moveUp, moveDown, zoom, fade
10998
10998
  },
10999
10999
  };
11000
11000
 
@@ -188,7 +188,7 @@ export class ninegrid {
188
188
  },
189
189
  alert : {
190
190
  "class" : "classic",
191
- "animation" : "zoom", //run, reverseRun, moveUp, moveDown, zoom, fade
191
+ "animation" : "run", //run, reverseRun, moveUp, moveDown, zoom, fade
192
192
  },
193
193
  };
194
194
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.384.0",
4
+ "version": "6.385.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -188,7 +188,7 @@ export class ninegrid {
188
188
  },
189
189
  alert : {
190
190
  "class" : "classic",
191
- "animation" : "zoom", //run, reverseRun, moveUp, moveDown, zoom, fade
191
+ "animation" : "run", //run, reverseRun, moveUp, moveDown, zoom, fade
192
192
  },
193
193
  };
194
194