maz-ui 4.3.0 → 4.3.1-beta.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.
|
@@ -10,10 +10,10 @@ function getDefaultExportFromCjs(x) {
|
|
|
10
10
|
}
|
|
11
11
|
var createPlugin$1 = {}, createPlugin = {}, hasRequiredCreatePlugin$1;
|
|
12
12
|
function requireCreatePlugin$1() {
|
|
13
|
-
return hasRequiredCreatePlugin$1 || (hasRequiredCreatePlugin$1 = 1, (function(exports) {
|
|
14
|
-
Object.defineProperty(exports, "__esModule", {
|
|
13
|
+
return hasRequiredCreatePlugin$1 || (hasRequiredCreatePlugin$1 = 1, (function(exports$1) {
|
|
14
|
+
Object.defineProperty(exports$1, "__esModule", {
|
|
15
15
|
value: !0
|
|
16
|
-
}), Object.defineProperty(exports, "default", {
|
|
16
|
+
}), Object.defineProperty(exports$1, "default", {
|
|
17
17
|
enumerable: !0,
|
|
18
18
|
get: function() {
|
|
19
19
|
return _default;
|
|
@@ -40,10 +40,10 @@ function requireCreatePlugin$1() {
|
|
|
40
40
|
}
|
|
41
41
|
var hasRequiredCreatePlugin;
|
|
42
42
|
function requireCreatePlugin() {
|
|
43
|
-
return hasRequiredCreatePlugin || (hasRequiredCreatePlugin = 1, (function(exports) {
|
|
44
|
-
Object.defineProperty(exports, "__esModule", {
|
|
43
|
+
return hasRequiredCreatePlugin || (hasRequiredCreatePlugin = 1, (function(exports$1) {
|
|
44
|
+
Object.defineProperty(exports$1, "__esModule", {
|
|
45
45
|
value: !0
|
|
46
|
-
}), Object.defineProperty(exports, "default", {
|
|
46
|
+
}), Object.defineProperty(exports$1, "default", {
|
|
47
47
|
enumerable: !0,
|
|
48
48
|
get: function() {
|
|
49
49
|
return _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.3.0",
|
|
4
|
+
"version": "4.3.1-beta.0",
|
|
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",
|
|
@@ -175,32 +175,32 @@
|
|
|
175
175
|
"@floating-ui/vue": "^1.1.9",
|
|
176
176
|
"chart.js": "^4.5.1",
|
|
177
177
|
"dayjs": "^1.11.19",
|
|
178
|
-
"libphonenumber-js": "^1.12.
|
|
178
|
+
"libphonenumber-js": "^1.12.26",
|
|
179
179
|
"valibot": "^1.1.0",
|
|
180
180
|
"vue-chartjs": "^5.3.3",
|
|
181
|
-
"@maz-ui/cli": "4.
|
|
182
|
-
"@maz-ui/themes": "4.3.0",
|
|
181
|
+
"@maz-ui/cli": "4.3.1-beta.0",
|
|
183
182
|
"@maz-ui/icons": "4.3.0",
|
|
184
183
|
"@maz-ui/translations": "4.3.0",
|
|
185
|
-
"@maz-ui/utils": "4.3.0"
|
|
184
|
+
"@maz-ui/utils": "4.3.0",
|
|
185
|
+
"@maz-ui/themes": "4.3.0"
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
188
188
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
189
|
-
"@vue/compiler-sfc": "^3.5.
|
|
189
|
+
"@vue/compiler-sfc": "^3.5.24",
|
|
190
190
|
"@vue/test-utils": "^2.4.6",
|
|
191
191
|
"@vue/tsconfig": "^0.8.1",
|
|
192
|
-
"autoprefixer": "^10.4.
|
|
192
|
+
"autoprefixer": "^10.4.22",
|
|
193
193
|
"glob": "^11.0.3",
|
|
194
|
-
"jsdom": "^27.
|
|
194
|
+
"jsdom": "^27.2.0",
|
|
195
195
|
"lightningcss": "^1.30.2",
|
|
196
|
-
"nuxt": "^4.2.
|
|
196
|
+
"nuxt": "^4.2.1",
|
|
197
197
|
"postcss": "^8.5.6",
|
|
198
198
|
"postcss-html": "^1.8.0",
|
|
199
199
|
"postcss-import": "^16.1.1",
|
|
200
200
|
"postcss-nested": "^7.0.2",
|
|
201
201
|
"postcss-replace": "^2.0.1",
|
|
202
202
|
"postcss-url": "^10.1.3",
|
|
203
|
-
"sass": "^1.
|
|
203
|
+
"sass": "^1.94.0",
|
|
204
204
|
"stylelint": "^16.25.0",
|
|
205
205
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
206
206
|
"stylelint-config-standard": "^39.0.1",
|
|
@@ -210,15 +210,15 @@
|
|
|
210
210
|
"tailwindcss": "^3.4.16",
|
|
211
211
|
"unplugin-auto-import": "^20.2.0",
|
|
212
212
|
"unplugin-vue-components": "^30.0.0",
|
|
213
|
-
"vite": "^7.
|
|
213
|
+
"vite": "^7.2.2",
|
|
214
214
|
"vite-plugin-dts": "^4.5.4",
|
|
215
215
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
216
216
|
"vite-svg-loader": "^5.1.0",
|
|
217
|
-
"vue": "^3.5.
|
|
217
|
+
"vue": "^3.5.24",
|
|
218
218
|
"vue-router": "^4.6.3",
|
|
219
219
|
"vue-tsc": "^3.1.3",
|
|
220
|
-
"@maz-ui/eslint-config": "4.3.0",
|
|
221
|
-
"@maz-ui/node": "4.
|
|
220
|
+
"@maz-ui/eslint-config": "4.3.1-beta.0",
|
|
221
|
+
"@maz-ui/node": "4.3.1-beta.0"
|
|
222
222
|
},
|
|
223
223
|
"lint-staged": {
|
|
224
224
|
"*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
|