@maz-ui/nuxt 4.0.0 → 4.1.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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "4.0.0",
7
+ "version": "4.1.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.0"
package/dist/module.mjs CHANGED
@@ -83,7 +83,8 @@ const mazUiComposables = {
83
83
  useDropzone: true,
84
84
  useInstanceUniqId: true,
85
85
  useMountComponent: true,
86
- useSwipe: true
86
+ useSwipe: true,
87
+ useMutationObserver: true
87
88
  };
88
89
  const defaults = {
89
90
  general: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/nuxt",
3
3
  "type": "module",
4
- "version": "4.0.0",
4
+ "version": "4.1.0",
5
5
  "description": "Nuxt module for Maz-UI",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -55,11 +55,11 @@
55
55
  "nuxt": ">=3.4.0 <5.0.0"
56
56
  },
57
57
  "dependencies": {
58
- "@maz-ui/themes": "4.0.0",
58
+ "@maz-ui/themes": "4.1.0",
59
59
  "@maz-ui/translations": "4.0.0",
60
60
  "@nuxt/kit": "^4.0.3",
61
61
  "defu": "^6.1.4",
62
- "maz-ui": "4.0.0"
62
+ "maz-ui": "4.1.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@nuxt/devtools": "^2.6.2",
@@ -73,5 +73,5 @@
73
73
  "lint-staged": {
74
74
  "*.{js,ts,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
75
75
  },
76
- "gitHead": "b2e03a043ad3334ed5ce456c7f0e67c728c09524"
76
+ "gitHead": "2f2ef4e0c3db8e64b814aa3c7c5a409e06af48af"
77
77
  }