@dxos/react-ui 0.3.5-main.74ef61a → 0.3.5-main.772acab

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.
@@ -1536,6 +1536,9 @@ var MainSidebar = /* @__PURE__ */ forwardRef16(({ classNames, children, swipeToD
1536
1536
  [side === "inline-end" ? "inlineEndSidebarOpen" : "inlineStartSidebarOpen"]: open,
1537
1537
  side
1538
1538
  }, classNames),
1539
+ ...!open && {
1540
+ inert: "true"
1541
+ },
1539
1542
  ref
1540
1543
  }, /* @__PURE__ */ React20.createElement(ElevationProvider, {
1541
1544
  elevation: "group"