@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.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
14723
|
-
), [sidebarProps.
|
|
14722
|
+
sidebarProps.items
|
|
14723
|
+
), [sidebarProps.items, toNavigationItems]);
|
|
14724
14724
|
return /* @__PURE__ */ jsxs24(
|
|
14725
14725
|
"div",
|
|
14726
14726
|
{
|