@neowit/orbit-vue 0.8.3 → 0.8.4

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/orbit.js CHANGED
@@ -6837,7 +6837,7 @@ const dd = /* @__PURE__ */ L({
6837
6837
  }, [
6838
6838
  J(Xt, { name: Q.value }, {
6839
6839
  default: te(() => [
6840
- !e.destroyOnClose || e.open ? Ee((a(), l("div", {
6840
+ !e.destroyOnClose || i.value ? Ee((a(), l("div", {
6841
6841
  key: 0,
6842
6842
  class: $(P.value),
6843
6843
  style: he({ zIndex: F.value }),
@@ -6903,7 +6903,7 @@ const dd = /* @__PURE__ */ L({
6903
6903
  ])) : c("", !0)
6904
6904
  ], 46, od)
6905
6905
  ], 46, ad)), [
6906
- [xt, e.destroyOnClose ? !0 : e.open]
6906
+ [xt, e.destroyOnClose ? !0 : i.value]
6907
6907
  ]) : c("", !0)
6908
6908
  ]),
6909
6909
  _: 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neowit/orbit-vue",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Orbit Design System - Vue 3 Components",
5
5
  "type": "module",
6
6
  "main": "./dist/orbit.cjs",