@touchtech/web-navigation-menu 0.0.1-alpha.17 → 0.0.1-alpha.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.
Files changed (133) hide show
  1. package/dist/06cea64a3496fbd9984a.ttf +0 -0
  2. package/dist/4d727e888a46c0fbe479.woff +0 -0
  3. package/dist/9e6846502344d86a3f50.woff2 +0 -0
  4. package/dist/aadb65ac45347ff46699.ttf +0 -0
  5. package/dist/components/Nav/BrandsLevel/BrandsLevel.d.ts +5 -0
  6. package/dist/components/Nav/BrandsLevel/index.d.ts +1 -0
  7. package/dist/components/Nav/Button/Button.d.ts +7 -0
  8. package/dist/components/Nav/Button/index.d.ts +1 -0
  9. package/dist/components/Nav/Drawer/Drawer.d.ts +16 -0
  10. package/dist/components/Nav/Drawer/index.d.ts +2 -0
  11. package/dist/components/Nav/Level/Level.d.ts +10 -0
  12. package/dist/components/Nav/Level/index.d.ts +1 -0
  13. package/dist/components/Nav/Logo/Logo.d.ts +7 -0
  14. package/dist/components/Nav/Logo/index.d.ts +1 -0
  15. package/dist/components/Nav/Navigation.d.ts +6 -0
  16. package/dist/components/Nav/NavigationButton/NavigationButton.d.ts +5 -0
  17. package/dist/components/Nav/NavigationButton/index.d.ts +1 -0
  18. package/dist/components/Nav/Navigation_old.d.ts +6 -0
  19. package/dist/components/Nav/PrimaryLevel/PrimaryLevel.d.ts +7 -0
  20. package/dist/components/Nav/PrimaryLevel/index.d.ts +1 -0
  21. package/dist/components/Nav/TenantsLevel/TenantsLevel.d.ts +6 -0
  22. package/dist/components/Nav/TenantsLevel/index.d.ts +1 -0
  23. package/dist/components/Nav/index.d.ts +1 -0
  24. package/dist/components/NavTest1/Drawer/Drawer.d.ts +16 -0
  25. package/dist/components/NavTest1/Drawer/index.d.ts +2 -0
  26. package/dist/components/NavTest1/Logo/Logo.d.ts +7 -0
  27. package/dist/components/NavTest1/Logo/index.d.ts +1 -0
  28. package/dist/components/NavTest1/Navigation.d.ts +2 -0
  29. package/dist/components/NavTest1/index.d.ts +1 -0
  30. package/dist/components/NavTest2/BrandsLevel/BrandsLevel.d.ts +5 -0
  31. package/dist/components/NavTest2/BrandsLevel/index.d.ts +1 -0
  32. package/dist/components/NavTest2/Drawer/Drawer.d.ts +16 -0
  33. package/dist/components/NavTest2/Drawer/index.d.ts +2 -0
  34. package/dist/components/NavTest2/Level/Level.d.ts +10 -0
  35. package/dist/components/NavTest2/Level/index.d.ts +1 -0
  36. package/dist/components/NavTest2/Logo/Logo.d.ts +7 -0
  37. package/dist/components/NavTest2/Logo/index.d.ts +1 -0
  38. package/dist/components/NavTest2/Navigation.d.ts +6 -0
  39. package/dist/components/NavTest2/NavigationButton/NavigationButton.d.ts +5 -0
  40. package/dist/components/NavTest2/NavigationButton/index.d.ts +1 -0
  41. package/dist/components/NavTest2/Navigation_old.d.ts +6 -0
  42. package/dist/components/NavTest2/PrimaryLevel/PrimaryLevel.d.ts +7 -0
  43. package/dist/components/NavTest2/PrimaryLevel/index.d.ts +1 -0
  44. package/dist/components/NavTest2/TenantsLevel/TenantsLevel.d.ts +6 -0
  45. package/dist/components/NavTest2/TenantsLevel/index.d.ts +1 -0
  46. package/dist/components/NavTest2/index.d.ts +1 -0
  47. package/dist/components/Navigation/AppsNavigation/AppsNavigation.d.ts +8 -0
  48. package/dist/components/Navigation/AppsNavigation/NavigationLink/NavigationLink.d.ts +7 -0
  49. package/dist/components/Navigation/AppsNavigation/NavigationLink/index.d.ts +1 -0
  50. package/dist/components/Navigation/AppsNavigation/index.d.ts +1 -0
  51. package/dist/components/Navigation/Base.d.ts +7 -0
  52. package/dist/components/Navigation/Context.d.ts +9 -13
  53. package/dist/components/Navigation/DefaultNavigation/DefaultNavigation.d.ts +7 -0
  54. package/dist/components/Navigation/DefaultNavigation/PrimaryLevel.d.ts +10 -0
  55. package/dist/components/Navigation/DefaultNavigation/index.d.ts +1 -0
  56. package/dist/components/Navigation/DefaultNavigationView/DefaultNavigation.d.ts +7 -0
  57. package/dist/components/Navigation/DefaultNavigationView/DefaultNavigationView.d.ts +7 -0
  58. package/dist/components/Navigation/DefaultNavigationView/index.d.ts +1 -0
  59. package/dist/components/Navigation/Drawer/Drawer.d.ts +16 -0
  60. package/dist/components/Navigation/Drawer/index.d.ts +2 -0
  61. package/dist/components/Navigation/Level/Level.d.ts +10 -0
  62. package/dist/components/Navigation/Level/index.d.ts +1 -0
  63. package/dist/components/Navigation/Logo/Logo.d.ts +1 -1
  64. package/dist/components/Navigation/Navigation.d.ts +1 -5
  65. package/dist/components/Navigation/NavigationButton/NavigationButton.d.ts +7 -0
  66. package/dist/components/Navigation/NavigationButton/NavigationLink.d.ts +7 -0
  67. package/dist/components/Navigation/NavigationButton/index.d.ts +1 -0
  68. package/dist/components/Navigation/NavigationLevel/Level.d.ts +10 -0
  69. package/dist/components/Navigation/NavigationLevel/index.d.ts +1 -0
  70. package/dist/components/Navigation/NavigationLink/NavigationLink.d.ts +7 -0
  71. package/dist/components/Navigation/NavigationLink/index.d.ts +1 -0
  72. package/dist/components/Navigation/NavigationView/NavigationView.d.ts +10 -0
  73. package/dist/components/Navigation/NavigationView/index.d.ts +1 -0
  74. package/dist/components/Navigation/PrimaryLevel/PrimaryLevel.d.ts +7 -0
  75. package/dist/components/Navigation/PrimaryLevel/index.d.ts +1 -0
  76. package/dist/components/Navigation/PrimaryNavigation/PrimaryLevel.d.ts +10 -0
  77. package/dist/components/Navigation/PrimaryNavigation/index.d.ts +1 -0
  78. package/dist/components/Navigation/TenantsLevel/TenantsLevel.d.ts +6 -0
  79. package/dist/components/Navigation/TenantsLevel/index.d.ts +1 -0
  80. package/dist/components/Navigation/TenantsNavigation/ModalCreateTenant/ModalCreateTenant.d.ts +5 -0
  81. package/dist/components/Navigation/TenantsNavigation/ModalCreateTenant/index.d.ts +1 -0
  82. package/dist/components/Navigation/TenantsNavigation/TenantButton/TenantButton.d.ts +6 -0
  83. package/dist/components/Navigation/TenantsNavigation/TenantButton/index.d.ts +1 -0
  84. package/dist/components/Navigation/TenantsNavigation/TenantsLevel.d.ts +6 -0
  85. package/dist/components/Navigation/TenantsNavigation/TenantsNavigation.d.ts +7 -0
  86. package/dist/components/Navigation/TenantsNavigation/index.d.ts +1 -0
  87. package/dist/components/Navigation/Tiers/Tenants/TenantButton/TenantButton.d.ts +1 -1
  88. package/dist/components/Navigation/Tiers/Tier/Tier.d.ts +1 -2
  89. package/dist/components/Navigation/index.d.ts +1 -2
  90. package/dist/components/Navigation2/Applications/ApplicationLink/ApplicationLink.d.ts +7 -0
  91. package/dist/components/Navigation2/Applications/ApplicationLink/NavigationLink.d.ts +7 -0
  92. package/dist/components/Navigation2/Applications/ApplicationLink/index.d.ts +1 -0
  93. package/dist/components/Navigation2/Applications/Applications.d.ts +6 -0
  94. package/dist/components/Navigation2/Applications/NavigationLink/NavigationLink.d.ts +7 -0
  95. package/dist/components/Navigation2/Applications/NavigationLink/index.d.ts +1 -0
  96. package/dist/components/Navigation2/Applications/index.d.ts +1 -0
  97. package/dist/components/Navigation2/Base.d.ts +6 -0
  98. package/dist/components/Navigation2/Context.d.ts +27 -0
  99. package/dist/components/Navigation2/Logo/Logo.d.ts +7 -0
  100. package/dist/components/Navigation2/Logo/index.d.ts +1 -0
  101. package/dist/components/Navigation2/Navigation.d.ts +2 -0
  102. package/dist/components/Navigation2/Tenants/ModalCreateTenant/ModalCreateTenant.d.ts +5 -0
  103. package/dist/components/Navigation2/Tenants/ModalCreateTenant/index.d.ts +1 -0
  104. package/dist/components/Navigation2/Tenants/TenantButton/TenantButton.d.ts +6 -0
  105. package/dist/components/Navigation2/Tenants/TenantButton/index.d.ts +1 -0
  106. package/dist/components/Navigation2/Tenants/Tenants.d.ts +5 -0
  107. package/dist/components/Navigation2/Tenants/index.d.ts +1 -0
  108. package/dist/components/Navigation2/Tier/Tier.d.ts +10 -0
  109. package/dist/components/Navigation2/Tier/index.d.ts +1 -0
  110. package/dist/components/Navigation2/Tiers/Applications/ApplicationLink/ApplicationLink.d.ts +7 -0
  111. package/dist/components/Navigation2/Tiers/Applications/ApplicationLink/index.d.ts +1 -0
  112. package/dist/components/Navigation2/Tiers/Applications/Applications.d.ts +2 -0
  113. package/dist/components/Navigation2/Tiers/Applications/index.d.ts +1 -0
  114. package/dist/components/Navigation2/Tiers/Tenants/ModalCreateTenant/ModalCreateTenant.d.ts +5 -0
  115. package/dist/components/Navigation2/Tiers/Tenants/ModalCreateTenant/index.d.ts +1 -0
  116. package/dist/components/Navigation2/Tiers/Tenants/TenantButton/TenantButton.d.ts +6 -0
  117. package/dist/components/Navigation2/Tiers/Tenants/TenantButton/index.d.ts +1 -0
  118. package/dist/components/Navigation2/Tiers/Tenants/Tenants.d.ts +2 -0
  119. package/dist/components/Navigation2/Tiers/Tenants/index.d.ts +1 -0
  120. package/dist/components/Navigation2/Tiers/Tier/Tier.d.ts +10 -0
  121. package/dist/components/Navigation2/Tiers/Tier/index.d.ts +1 -0
  122. package/dist/components/Navigation2/Tiers/Tiers.d.ts +2 -0
  123. package/dist/components/Navigation2/Tiers/index.d.ts +3 -0
  124. package/dist/components/Navigation2/index.d.ts +1 -0
  125. package/dist/components/TestComponent/TestComponent.d.ts +2 -0
  126. package/dist/components/TestComponent/index.d.ts +1 -0
  127. package/dist/constants/index.d.ts +2 -4
  128. package/dist/hooks/useTenants.d.ts +9 -7
  129. package/dist/index.js +2 -2
  130. package/dist/styles.css +118 -125
  131. package/dist/types/application.d.ts +5 -0
  132. package/package.json +2 -2
  133. package/dist/components/Navigation/NavigationButton.d.ts +0 -8
@@ -2,10 +2,9 @@ import React from "react";
2
2
  type Props = {
3
3
  children?: React.ReactNode;
4
4
  header?: React.ReactNode;
5
- showHeaderBorder?: boolean;
6
5
  footer?: React.ReactNode;
7
6
  className?: string;
8
7
  width?: number;
9
8
  };
10
- declare function Tier({ children, header, footer, className, width, showHeaderBorder, }: Props): JSX.Element;
9
+ declare function Tier({ children, header, footer, className, width }: Props): JSX.Element;
11
10
  export default Tier;
@@ -1,2 +1 @@
1
- export { default as Navigation } from "./Navigation";
2
- export { default as NavigationButton } from "./NavigationButton";
1
+ export { default as Navigation } from "./Base";
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ children: string;
3
+ to: string;
4
+ hidden?: boolean;
5
+ };
6
+ declare function ApplicationLink({ children, to, hidden }: Props): JSX.Element | null;
7
+ export default ApplicationLink;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ children: string;
3
+ to: string;
4
+ hidden?: boolean;
5
+ };
6
+ declare function NavigationLink({ children, to, hidden }: Props): JSX.Element | null;
7
+ export default NavigationLink;
@@ -0,0 +1 @@
1
+ export { default } from "./ApplicationLink";
@@ -0,0 +1,6 @@
1
+ type Props = {
2
+ width?: number;
3
+ onClose: () => void;
4
+ };
5
+ declare function Applications({ onClose, width }: Props): JSX.Element;
6
+ export default Applications;
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ children: string;
3
+ to: string;
4
+ hidden?: boolean;
5
+ };
6
+ declare function NavigationLink({ children, to, hidden }: Props): JSX.Element | null;
7
+ export default NavigationLink;
@@ -0,0 +1 @@
1
+ export { default } from "./NavigationLink";
@@ -0,0 +1 @@
1
+ export { default } from "./Applications";
@@ -0,0 +1,6 @@
1
+ type Props = {
2
+ open: boolean;
3
+ onClose: () => void;
4
+ };
5
+ declare function Base({ open, onClose }: Props): JSX.Element;
6
+ export default Base;
@@ -0,0 +1,27 @@
1
+ import React from "react";
2
+ type Props = {
3
+ children: React.ReactNode;
4
+ open: boolean;
5
+ onNavigationClose?: () => void;
6
+ };
7
+ type NavigationViewState = {
8
+ selectedTenantId: string;
9
+ isTenantsOpen: boolean;
10
+ isNavigationOpen: boolean;
11
+ };
12
+ type NavigationContextValue = {
13
+ hasMarketingAccess: boolean;
14
+ hasShowroomAccess: boolean;
15
+ hasSendoutAccess: boolean;
16
+ hasSendoutCmsAccess: boolean;
17
+ hasManageUsersAccess: boolean;
18
+ viewState: NavigationViewState;
19
+ updateViewState: (viewStateUpdate: Partial<NavigationViewState>) => void;
20
+ signOut: () => void;
21
+ toggleTenants: () => void;
22
+ onNavigationClose: () => void;
23
+ };
24
+ export declare const NavigationContext: React.Context<NavigationContextValue>;
25
+ export declare function useNavigationContext(): NavigationContextValue;
26
+ export declare function NavigationContextProvider({ children, open, onNavigationClose, }: Props): JSX.Element;
27
+ export {};
@@ -0,0 +1,7 @@
1
+ import { ImageProps } from "@touchtech/baselayer-ui";
2
+ type Props = {
3
+ layout?: ImageProps["layout"];
4
+ onClick?: () => void;
5
+ };
6
+ declare function Logo({ layout }: Props): JSX.Element;
7
+ export default Logo;
@@ -0,0 +1 @@
1
+ export { default } from "./Logo";
@@ -0,0 +1,2 @@
1
+ declare function Navigation(): JSX.Element;
2
+ export default Navigation;
@@ -0,0 +1,5 @@
1
+ type Props = {
2
+ onClose: () => void;
3
+ };
4
+ declare function ModalCreateTenant({ onClose }: Props): JSX.Element;
5
+ export default ModalCreateTenant;
@@ -0,0 +1 @@
1
+ export { default } from "./ModalCreateTenant";
@@ -0,0 +1,6 @@
1
+ import { Tenant } from "../../../../types";
2
+ type Props = {
3
+ tenant: Tenant;
4
+ };
5
+ declare function TenantButton({ tenant }: Props): JSX.Element;
6
+ export default TenantButton;
@@ -0,0 +1 @@
1
+ export { default } from "./TenantButton";
@@ -0,0 +1,5 @@
1
+ type Props = {
2
+ width?: number;
3
+ };
4
+ declare function Tenants({ width }: Props): JSX.Element;
5
+ export default Tenants;
@@ -0,0 +1 @@
1
+ export { default } from "./Tenants";
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ type Props = {
3
+ children?: React.ReactNode;
4
+ header?: React.ReactNode;
5
+ footer?: React.ReactNode;
6
+ className?: string;
7
+ width?: number;
8
+ };
9
+ declare function Tier({ children, header, footer, className, width }: Props): JSX.Element;
10
+ export default Tier;
@@ -0,0 +1 @@
1
+ export { default } from "./Tier";
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ children: string;
3
+ to: string;
4
+ hidden?: boolean;
5
+ };
6
+ declare function ApplicationLink({ children, to, hidden }: Props): JSX.Element | null;
7
+ export default ApplicationLink;
@@ -0,0 +1 @@
1
+ export { default } from "./ApplicationLink";
@@ -0,0 +1,2 @@
1
+ declare function Applications(): JSX.Element;
2
+ export default Applications;
@@ -0,0 +1 @@
1
+ export { default } from "./Applications";
@@ -0,0 +1,5 @@
1
+ type Props = {
2
+ onClose: () => void;
3
+ };
4
+ declare function ModalCreateTenant({ onClose }: Props): JSX.Element;
5
+ export default ModalCreateTenant;
@@ -0,0 +1 @@
1
+ export { default } from "./ModalCreateTenant";
@@ -0,0 +1,6 @@
1
+ import { Tenant } from "../../../../../types";
2
+ type Props = {
3
+ tenant: Tenant;
4
+ };
5
+ declare function TenantButton({ tenant }: Props): JSX.Element;
6
+ export default TenantButton;
@@ -0,0 +1 @@
1
+ export { default } from "./TenantButton";
@@ -0,0 +1,2 @@
1
+ declare function Tenants(): JSX.Element;
2
+ export default Tenants;
@@ -0,0 +1 @@
1
+ export { default } from "./Tenants";
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ type Props = {
3
+ children?: React.ReactNode;
4
+ header?: React.ReactNode;
5
+ footer?: React.ReactNode;
6
+ className?: string;
7
+ width?: number;
8
+ };
9
+ declare function Tier({ children, header, footer, className, width }: Props): JSX.Element;
10
+ export default Tier;
@@ -0,0 +1 @@
1
+ export { default } from "./Tier";
@@ -0,0 +1,2 @@
1
+ declare function Tiers(): JSX.Element;
2
+ export default Tiers;
@@ -0,0 +1,3 @@
1
+ export { default as Applications } from "./Applications";
2
+ export { default as Tenants } from "./Tenants";
3
+ export { default } from "./Tiers";
@@ -0,0 +1 @@
1
+ export { default as Navigation } from "./Base";
@@ -0,0 +1,2 @@
1
+ declare const TestComponent: () => JSX.Element;
2
+ export default TestComponent;
@@ -0,0 +1 @@
1
+ export { default as TestComponent } from './TestComponent';
@@ -5,8 +5,6 @@ export declare const AppPaths: {
5
5
  MARKETING_ENGINE: string;
6
6
  USER_MANAGEMENT: string;
7
7
  TENANTS: string;
8
- DASHBOARD: string;
9
- DASHBOARD_CREATE_WORKSPACE_MODAL: string;
10
8
  };
11
- export declare const TENANTS_TIER_WIDTH = 300;
12
- export declare const APPLICATIONS_TIER_WIDTH = 300;
9
+ export declare const TENANTS_TIER_WIDTH = 296;
10
+ export declare const APPLICATIONS_TIER_WIDTH = 296;
@@ -1,12 +1,14 @@
1
- export declare function createTenantsViewUrl(): string;
2
- export type Tenant = {
3
- id: string;
4
- label: string;
5
- logoUrl: string;
1
+ import { Invite, Tenant } from "../types";
2
+ type SelfViewData = {
3
+ tenants: Array<Tenant>;
4
+ invites: Array<Invite>;
5
+ userName: string;
6
6
  };
7
- export type State = {
7
+ type State = {
8
8
  isLoading: boolean;
9
9
  error?: Error;
10
- tenants: Array<Tenant>;
10
+ data: SelfViewData;
11
11
  };
12
+ export declare function createTenantsViewSelfUrl(): string;
12
13
  export default function useTenants(): State;
14
+ export {};