@dxos/react-ui 0.3.3-main.9766dd8 → 0.3.3-main.a269dfc

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.
@@ -1596,9 +1596,9 @@ var MainOverlay = /* @__PURE__ */ forwardRef16(({ classNames, ...props }, forwar
1596
1596
  });
1597
1597
  });
1598
1598
  var Main = {
1599
+ Root: MainRoot,
1599
1600
  Content: MainContent,
1600
1601
  Overlay: MainOverlay,
1601
- Root: MainRoot,
1602
1602
  NavigationSidebar: MainNavigationSidebar,
1603
1603
  ComplementarySidebar: MainComplementarySidebar
1604
1604
  };