@neowit/orbit-vue 0.8.0 → 0.8.1

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
@@ -6981,7 +6981,7 @@ const ud = /* @__PURE__ */ A({
6981
6981
  }), Be(() => {
6982
6982
  document.removeEventListener("keydown", D);
6983
6983
  }), He(St, {
6984
- collapsed: s(() => u.value),
6984
+ collapsed: s(() => b.value ? !1 : u.value),
6985
6985
  width: s(() => n.width),
6986
6986
  collapsedWidth: s(() => n.collapsedWidth),
6987
6987
  toggleCollapsed: k,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neowit/orbit-vue",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Orbit Design System - Vue 3 Components",
5
5
  "type": "module",
6
6
  "main": "./dist/orbit.cjs",