@burh/nuxt-core 1.0.368 → 1.0.369

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.
@@ -247,7 +247,7 @@ export default {
247
247
  toast: true,
248
248
  position: 'top-end',
249
249
  showConfirmButton: false,
250
- timer: 30000,
250
+ timer: 3000,
251
251
  });
252
252
 
253
253
  Toast.fire({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.368",
3
+ "version": "1.0.369",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {