profinansy-ui-lib 3.3.12 → 3.3.14

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.
@@ -30,21 +30,6 @@ export declare const getEducationLinks: (hostname: string, hostnameLenta: string
30
30
  locked: boolean;
31
31
  innerPages: string[];
32
32
  subPages?: undefined;
33
- } | {
34
- name: string;
35
- Icon: any;
36
- href: string;
37
- subPages: ({
38
- name: string;
39
- href: string;
40
- locked?: undefined;
41
- } | {
42
- name: string;
43
- href: string;
44
- locked: boolean;
45
- })[];
46
- locked?: undefined;
47
- innerPages?: undefined;
48
33
  } | {
49
34
  name: string;
50
35
  Icon: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.3.12",
3
+ "version": "3.3.14",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -1,5 +0,0 @@
1
- interface IProps {
2
- profinansyHostname: string;
3
- }
4
- declare const CourseBanner: ({ profinansyHostname }: IProps) => JSX.Element;
5
- export { CourseBanner };
@@ -1,5 +0,0 @@
1
- export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
- export declare const Text: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const Bold: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
4
- export declare const Name: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
5
- export declare const TextButton: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import { UserRole } from '../../../../common.types';
3
- interface IProps {
4
- userRole: UserRole;
5
- isPossibleTrial: boolean;
6
- isProfinansy: boolean;
7
- }
8
- declare const useOffer: ({ userRole, isPossibleTrial, isProfinansy }: IProps) => {
9
- offer: boolean;
10
- setOffer: import("react").Dispatch<import("react").SetStateAction<boolean>>;
11
- };
12
- export { useOffer };
@@ -1,6 +0,0 @@
1
- interface IProps {
2
- isOpen: boolean;
3
- setOffer: (val: boolean) => void;
4
- }
5
- declare const PersonalOfferModal: ({ isOpen, setOffer }: IProps) => JSX.Element;
6
- export { PersonalOfferModal };
@@ -1,3 +0,0 @@
1
- export declare const Image: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
2
- export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const TextBlock: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;