profinansy-ui-lib 4.0.17 → 4.0.19

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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  export declare const Chevron: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<any, {
3
3
  $isOpen: boolean;
4
- $isActive: boolean;
4
+ $isActive?: boolean;
5
5
  }>> & string & ({} | Omit<ComponentType<void>, keyof React.Component<any, {}, any>>);
6
6
  interface IProps {
7
7
  isOpen: boolean;
@@ -1,6 +1,6 @@
1
- import { THeaderLinksV2 } from '../../../../contstants/linksV2';
1
+ import { THeaderLinkSubPage } from '../../../../../../../common.types';
2
2
  interface IProps {
3
- data: THeaderLinksV2;
3
+ data: THeaderLinkSubPage;
4
4
  setShowQuiz: (val: {
5
5
  name: string;
6
6
  description: string;
@@ -5,7 +5,6 @@ export declare const Button: import("styled-components/dist/types").IStyledCompo
5
5
  }>> & string;
6
6
  export declare const TextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
7
7
  isActive: boolean;
8
- isLocked: boolean;
9
8
  }>> & string;
10
9
  export declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
11
10
  isActive: boolean;
@@ -4,7 +4,6 @@ export declare const HeaderLink: import("styled-components/dist/types").IStyledC
4
4
  }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../uikit/Typography/Typography.typed").ITypographyProps & import("react").CSSProperties & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
5
5
  export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
6
6
  $isHover: boolean;
7
- $isActive: boolean;
8
7
  $isIdv: boolean;
9
8
  }>> & string;
10
9
  export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -39,8 +39,6 @@ export type HeaderDropdownConfig = {
39
39
  subPages?: THeaderLinkSubPage[];
40
40
  Icon?: React.FC<IconsInterface>;
41
41
  isFill?: boolean;
42
- innerPages?: string[];
43
- locked?: boolean;
44
42
  };
45
43
  export type THeaderLinksV2 = {
46
44
  name: string;