@wwtdev/bsds-components-vue3 2.9.2 → 2.9.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.
@@ -4367,7 +4367,7 @@ const ln = {
4367
4367
  setup(e, { emit: a }) {
4368
4368
  const t = e, l = a, { transition: n } = Ee(t);
4369
4369
  return j(n, (o) => {
4370
- o ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
4370
+ o ? document == null || document.body.setAttribute("data-scroll", "false") : document == null || document.body.removeAttribute("data-scroll");
4371
4371
  }, { immediate: !0 }), (o, s) => (u(), O(De, {
4372
4372
  name: "bs-overlay",
4373
4373
  shown: c(n),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-components-vue3",
3
3
  "type": "module",
4
- "version": "2.9.2",
4
+ "version": "2.9.3",
5
5
  "description": "BSDS Vue3 Components",
6
6
  "files": [
7
7
  "lib"