@wwtdev/bsds-components-vue3 2.40.1 → 2.40.2
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/lib/bsds-components.js
CHANGED
|
@@ -9074,7 +9074,7 @@ const ld = /* @__PURE__ */ Lt(Ls, [["render", Ns]]), qs = ["data-variant"], sd =
|
|
|
9074
9074
|
}), Z(() => t.mobileOpen, (b) => {
|
|
9075
9075
|
b ? (document.body.style.overflow = "hidden", d.value.style.setProperty("visibility", "visible"), d.value.style.setProperty("pointer-events", "auto"), setTimeout(() => {
|
|
9076
9076
|
d.value.style.setProperty("opacity", "1");
|
|
9077
|
-
}, 0)) : (document.body.style.overflow = "", d.value.style.removeProperty("opacity"), d.value.style.
|
|
9077
|
+
}, 0)) : (document.body.style.overflow = "", d.value.style.removeProperty("opacity"), d.value.style.removeProperty("pointer-events"), setTimeout(() => {
|
|
9078
9078
|
d.value.style.removeProperty("visibility");
|
|
9079
9079
|
}, 200));
|
|
9080
9080
|
});
|