maz-ui 4.1.3 → 4.1.5

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.1.3",
4
+ "version": "4.1.5",
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",
@@ -197,7 +197,7 @@
197
197
  "@floating-ui/vue": "^1.1.8",
198
198
  "@maz-ui/cli": "4.1.3",
199
199
  "@maz-ui/icons": "4.1.3",
200
- "@maz-ui/themes": "4.1.3",
200
+ "@maz-ui/themes": "4.1.5",
201
201
  "@maz-ui/translations": "4.1.3",
202
202
  "@maz-ui/utils": "4.1.3",
203
203
  "chart.js": "^4.5.0",
@@ -249,5 +249,5 @@
249
249
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
250
250
  "*.{vue,css,scss,postcss,pcss}": "stylelint --fix --allow-empty-input"
251
251
  },
252
- "gitHead": "09f62e1bb3a3faaaa1dc48ea6434f8da80a23d76"
252
+ "gitHead": "37294d421e5683b80ddc8f8fd062ecafe240d9ed"
253
253
  }