@orsetra/shared-ui 1.6.1 → 1.6.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.
@@ -927,8 +927,7 @@ const SidebarMenuSubButton = React.forwardRef<
927
927
  SidebarMenuSubButton.displayName = "SidebarMenuSubButton"
928
928
 
929
929
  export {
930
- useSidebarNavigation,
931
- useInjectSidebarNavigation,
930
+
932
931
  Sidebar,
933
932
  SidebarContent,
934
933
  SidebarFooter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",