@luizleon/sf.prefeiturasp.vuecomponents 4.1.29 → 4.1.30
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/sf.prefeiturasp.vuecomponents.js +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/drawer/Drawer.vue.d.ts +2 -2
- package/dist/types/components/drawer/Drawer.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -564,7 +564,7 @@ const qs = ["disabled", "tabindex"], Ys = ["data-color"], Xs = /* @__PURE__ */ G
|
|
|
564
564
|
window.document.removeEventListener("keydown", f, !0), l.value = !1;
|
|
565
565
|
}
|
|
566
566
|
function $() {
|
|
567
|
-
return new st("sf-mask sf-mask-overlay").AddClass("right", n.position === "right").AddClass("bottom", n.position === "bottom").AddClass("full", n.position === "full").AddClass("sf-mask-overlay-enter", n.visible === !0).Build();
|
|
567
|
+
return new st("sf-mask sf-mask-overlay").AddClass("right", n.position === "right").AddClass("bottom", n.position === "bottom").AddClass("center", n.position === "center").AddClass("full", n.position === "full").AddClass("sf-mask-overlay-enter", n.visible === !0).Build();
|
|
568
568
|
}
|
|
569
569
|
return hr(
|
|
570
570
|
() => n.visible,
|