maz-ui 3.21.2 → 3.21.3

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.
@@ -1,4 +1,4 @@
1
- import { a } from "./chunks/MazDropdown-465a44d6.mjs";
1
+ import { a } from "./chunks/MazDropdown-6f4482d7.mjs";
2
2
  export {
3
3
  a as default
4
4
  };
@@ -45,7 +45,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
45
45
  noElevation: { type: Boolean, default: false }
46
46
  },
47
47
  setup(__props) {
48
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-fe43d800.mjs"));
48
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-e92bd359.mjs"));
49
49
  const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
50
50
  const { href, to } = useAttrs();
51
51
  const slots = useSlots();
@@ -210,7 +210,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
210
210
  id: { default: "maz-dropdown" },
211
211
  trigger: { default: "both" },
212
212
  color: { default: "transparent" },
213
- position: { default: "bottom right" },
213
+ position: { default: "bottom left" },
214
214
  noCloseOnClick: { type: Boolean },
215
215
  disabled: { type: Boolean }
216
216
  },
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazSpinner.css";
2
2
  import { defineComponent, openBlock, createElementBlock, normalizeClass, pushScopeId, popScopeId, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazDropdown-465a44d6.mjs";
3
+ import { _ as _export_sfc } from "./MazDropdown-6f4482d7.mjs";
4
4
  const _withScopeId = (n) => (pushScopeId("data-v-c67298ec"), n = n(), popScopeId(), n);
5
5
  const _hoisted_1 = ["width", "height"];
6
6
  const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode(
package/nuxt/index.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "3.21.2"
7
+ "version": "3.21.3"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maz-ui",
3
- "version": "3.21.2",
3
+ "version": "3.21.3",
4
4
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
5
5
  "author": "Louis Mazel <me@loicmazuel.com>",
6
6
  "main": "./modules/index.mjs",