@helpwave/hightide 0.12.1 → 0.12.2

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/index.mjs CHANGED
@@ -14719,8 +14719,8 @@ var AppPage = ({ children, headerActions, sidebarProps, ...props }) => {
14719
14719
  })) ?? void 0;
14720
14720
  }, []);
14721
14721
  const navigationItems = useMemo22(() => toNavigationItems(
14722
- sidebarProps.navigationItems
14723
- ), [sidebarProps.navigationItems, toNavigationItems]);
14722
+ sidebarProps.items
14723
+ ), [sidebarProps.items, toNavigationItems]);
14724
14724
  return /* @__PURE__ */ jsxs24(
14725
14725
  "div",
14726
14726
  {