profinansy-ui-lib 3.2.3 → 3.2.4

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.
@@ -9,8 +9,7 @@ interface IProps {
9
9
  isLmsMirror: boolean;
10
10
  isIdvMirror: boolean;
11
11
  isClubMirror: boolean;
12
- isConfirmPartner: boolean;
13
12
  handleRouteChange: (val: string, target?: boolean) => void;
14
13
  }
15
- declare const HeaderCenter: ({ apiSettings, hostname, hostnameLenta, userRole, leaderBoardPermission, isLmsMirror, isClubMirror, isIdvMirror, isConfirmPartner, handleRouteChange }: IProps) => JSX.Element;
14
+ declare const HeaderCenter: ({ apiSettings, hostname, hostnameLenta, userRole, leaderBoardPermission, isLmsMirror, isClubMirror, isIdvMirror, handleRouteChange }: IProps) => JSX.Element;
16
15
  export { HeaderCenter };
@@ -2,6 +2,6 @@ export declare const Border: import("styled-components").StyledComponent<"div",
2
2
  active?: boolean;
3
3
  }, never>;
4
4
  export declare const Container: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
5
- export declare const HeaderLink: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
5
+ export declare const HeaderLink: import("styled-components").StyledComponent<({ tag, className, children, variant, title, ...props }: import("../../../../uikit/Typography/Typography.typed").ITypographyProps & import("react").CSSProperties) => JSX.Element, import("styled-components").DefaultTheme, {
6
6
  active?: boolean;
7
7
  }, never>;
@@ -1,2 +1,2 @@
1
1
  import { HeaderLinkType, UserRole } from '../../../../common.types';
2
- export declare const getMainLinks: (hostname: string, hostnameLenta: string, isLmsMirror: boolean, isClubMirror: boolean, leaderBoardPermission: boolean, isConfirmPartner: boolean, userRole: UserRole) => HeaderLinkType[];
2
+ export declare const getMainLinks: (hostname: string, hostnameLenta: string, isLmsMirror: boolean, isClubMirror: boolean, leaderBoardPermission: boolean, userRole: UserRole) => HeaderLinkType[];