maz-ui 3.44.4-beta.11 → 3.44.4-beta.12
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/nuxt/index.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.44.4-beta.
|
|
4
|
+
"version": "3.44.4-beta.12",
|
|
5
5
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
172
172
|
"stylelint-config-tailwindcss": "^0.0.7",
|
|
173
173
|
"tailwindcss": "^3.4.7",
|
|
174
|
+
"unplugin-auto-import": "^0.18.2",
|
|
174
175
|
"unplugin-vue-components": "^0.27.3",
|
|
175
176
|
"valibot": "^0.37.0",
|
|
176
177
|
"vite": "^5.3.5",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export declare function UnpluginModulesResolver():
|
|
1
|
+
import type { ResolverFunction } from 'unplugin-auto-import/types';
|
|
2
|
+
export declare function UnpluginModulesResolver(): ResolverFunction;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export declare function UnpluginModulesResolver():
|
|
1
|
+
import type { ResolverFunction } from 'unplugin-auto-import/types';
|
|
2
|
+
export declare function UnpluginModulesResolver(): ResolverFunction;
|