@touchtech/web-navigation-menu 0.0.1-alpha.3 → 0.0.1-alpha.5

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.
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ import { IconButton } from "@touchtech/baselayer-ui";
3
+ type IconButtonProps = React.ComponentProps<typeof IconButton>;
4
+ type Props = Partial<IconButtonProps> & {
5
+ navigationContainer?: Element | DocumentFragment;
6
+ };
7
+ declare function NavigationButton({ size, alt, src, transparent, navigationContainer, ...props }: Props): JSX.Element;
8
+ export default NavigationButton;
@@ -1 +1,2 @@
1
1
  export { default as Navigation } from "./Navigation";
2
+ export { default as NavigationButton } from "./NavigationButton";
@@ -6,6 +6,5 @@ export declare const AppPaths: {
6
6
  USER_MANAGEMENT: string;
7
7
  TENANTS: string;
8
8
  };
9
- export declare const EXPANDED_NAVIGATION_WIDTH = 592;
10
9
  export declare const TENANTS_TIER_WIDTH = 296;
11
10
  export declare const APPLICATIONS_TIER_WIDTH = 296;