profinansy-ui-lib 4.0.19 → 4.0.21
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.
- package/dist/components/banners/Banner/Banner.typed.d.ts +2 -2
- package/dist/components/blocks/headerV2/components/header-link-item/components/MoreItemsV2/MoreItemsV2.styled.d.ts +3 -1
- package/dist/components/blocks/headerV2/contstants/linksV2.d.ts +1 -0
- package/dist/localization/translations/urls.d.ts +0 -2
- package/dist/profinansy-ui-lib.cjs.js +950 -950
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +5710 -5692
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/productsV2/about/about.d.ts +4 -0
- package/dist/urls/productsV2/budget/budget.d.ts +4 -0
- package/dist/urls/productsV2/calculators/calculators.d.ts +4 -0
- package/dist/urls/productsV2/club/club.d.ts +4 -0
- package/dist/urls/productsV2/courses/courses.d.ts +4 -0
- package/dist/urls/productsV2/feed/feed.d.ts +4 -0
- package/dist/urls/productsV2/goals/goals.d.ts +4 -0
- package/dist/urls/productsV2/idv/idv.d.ts +4 -0
- package/dist/urls/productsV2/investments/investments.d.ts +4 -0
- package/dist/urls/productsV2/method/method.d.ts +4 -0
- package/dist/urls/productsV2/portfolios/portfolios.d.ts +4 -0
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@ export declare const getAboutHeader: (hostname: string, isGuest: boolean) => {
|
|
|
18
18
|
}[];
|
|
19
19
|
image?: undefined;
|
|
20
20
|
href?: undefined;
|
|
21
|
+
bannerCode?: undefined;
|
|
21
22
|
} | {
|
|
22
23
|
type: "second";
|
|
23
24
|
items: {
|
|
@@ -31,6 +32,7 @@ export declare const getAboutHeader: (hostname: string, isGuest: boolean) => {
|
|
|
31
32
|
}[];
|
|
32
33
|
image?: undefined;
|
|
33
34
|
href?: undefined;
|
|
35
|
+
bannerCode?: undefined;
|
|
34
36
|
} | {
|
|
35
37
|
type: "third";
|
|
36
38
|
items: {
|
|
@@ -41,10 +43,12 @@ export declare const getAboutHeader: (hostname: string, isGuest: boolean) => {
|
|
|
41
43
|
}[];
|
|
42
44
|
image?: undefined;
|
|
43
45
|
href?: undefined;
|
|
46
|
+
bannerCode?: undefined;
|
|
44
47
|
} | {
|
|
45
48
|
type: "fourth";
|
|
46
49
|
image: string;
|
|
47
50
|
href: string;
|
|
51
|
+
bannerCode: string;
|
|
48
52
|
items?: undefined;
|
|
49
53
|
})[];
|
|
50
54
|
subPages: ({
|
|
@@ -17,6 +17,7 @@ export declare const getBudgetHeader: (hostname: string, isGuest: boolean) => {
|
|
|
17
17
|
};
|
|
18
18
|
}[];
|
|
19
19
|
image?: undefined;
|
|
20
|
+
bannerCode?: undefined;
|
|
20
21
|
} | {
|
|
21
22
|
type: "second";
|
|
22
23
|
items: {
|
|
@@ -29,6 +30,7 @@ export declare const getBudgetHeader: (hostname: string, isGuest: boolean) => {
|
|
|
29
30
|
};
|
|
30
31
|
}[];
|
|
31
32
|
image?: undefined;
|
|
33
|
+
bannerCode?: undefined;
|
|
32
34
|
} | {
|
|
33
35
|
type: "third";
|
|
34
36
|
items: {
|
|
@@ -38,9 +40,11 @@ export declare const getBudgetHeader: (hostname: string, isGuest: boolean) => {
|
|
|
38
40
|
isFill: boolean;
|
|
39
41
|
}[];
|
|
40
42
|
image?: undefined;
|
|
43
|
+
bannerCode?: undefined;
|
|
41
44
|
} | {
|
|
42
45
|
type: "fourth";
|
|
43
46
|
image: string;
|
|
47
|
+
bannerCode: string;
|
|
44
48
|
items?: undefined;
|
|
45
49
|
})[];
|
|
46
50
|
subPages: {
|
|
@@ -30,6 +30,7 @@ export declare const getCalculatorsHeader: (hostname: string) => {
|
|
|
30
30
|
href?: undefined;
|
|
31
31
|
icon?: undefined;
|
|
32
32
|
image?: undefined;
|
|
33
|
+
bannerCode?: undefined;
|
|
33
34
|
} | {
|
|
34
35
|
type: "second";
|
|
35
36
|
items: {
|
|
@@ -46,6 +47,7 @@ export declare const getCalculatorsHeader: (hostname: string) => {
|
|
|
46
47
|
href?: undefined;
|
|
47
48
|
icon?: undefined;
|
|
48
49
|
image?: undefined;
|
|
50
|
+
bannerCode?: undefined;
|
|
49
51
|
} | {
|
|
50
52
|
type: "third";
|
|
51
53
|
items: {
|
|
@@ -59,10 +61,12 @@ export declare const getCalculatorsHeader: (hostname: string) => {
|
|
|
59
61
|
href: string;
|
|
60
62
|
icon: ComponentType<void>;
|
|
61
63
|
image?: undefined;
|
|
64
|
+
bannerCode?: undefined;
|
|
62
65
|
} | {
|
|
63
66
|
type: "fourth";
|
|
64
67
|
image: string;
|
|
65
68
|
href: string;
|
|
69
|
+
bannerCode: string;
|
|
66
70
|
items?: undefined;
|
|
67
71
|
hasViewAllButton?: undefined;
|
|
68
72
|
viewAllButtonText?: undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getClubHeader: (hostname: string) => {
|
|
|
27
27
|
};
|
|
28
28
|
})[];
|
|
29
29
|
image?: undefined;
|
|
30
|
+
bannerCode?: undefined;
|
|
30
31
|
} | {
|
|
31
32
|
type: "second";
|
|
32
33
|
items: ({
|
|
@@ -49,6 +50,7 @@ export declare const getClubHeader: (hostname: string) => {
|
|
|
49
50
|
textWidth?: undefined;
|
|
50
51
|
})[];
|
|
51
52
|
image?: undefined;
|
|
53
|
+
bannerCode?: undefined;
|
|
52
54
|
} | {
|
|
53
55
|
type: "third";
|
|
54
56
|
items: ({
|
|
@@ -63,9 +65,11 @@ export declare const getClubHeader: (hostname: string) => {
|
|
|
63
65
|
isFill?: undefined;
|
|
64
66
|
})[];
|
|
65
67
|
image?: undefined;
|
|
68
|
+
bannerCode?: undefined;
|
|
66
69
|
} | {
|
|
67
70
|
type: "fourth";
|
|
68
71
|
image: string;
|
|
72
|
+
bannerCode: string;
|
|
69
73
|
items?: undefined;
|
|
70
74
|
})[];
|
|
71
75
|
subPages: ({
|
|
@@ -31,6 +31,7 @@ export declare const getCoursesHeader: (hostname: string, hostnameLenta: string,
|
|
|
31
31
|
})[];
|
|
32
32
|
image?: undefined;
|
|
33
33
|
href?: undefined;
|
|
34
|
+
bannerCode?: undefined;
|
|
34
35
|
} | {
|
|
35
36
|
type: "second";
|
|
36
37
|
items: ({
|
|
@@ -54,6 +55,7 @@ export declare const getCoursesHeader: (hostname: string, hostnameLenta: string,
|
|
|
54
55
|
})[];
|
|
55
56
|
image?: undefined;
|
|
56
57
|
href?: undefined;
|
|
58
|
+
bannerCode?: undefined;
|
|
57
59
|
} | {
|
|
58
60
|
type: "third";
|
|
59
61
|
items: ({
|
|
@@ -71,10 +73,12 @@ export declare const getCoursesHeader: (hostname: string, hostnameLenta: string,
|
|
|
71
73
|
})[];
|
|
72
74
|
image?: undefined;
|
|
73
75
|
href?: undefined;
|
|
76
|
+
bannerCode?: undefined;
|
|
74
77
|
} | {
|
|
75
78
|
type: "fourth";
|
|
76
79
|
image: string;
|
|
77
80
|
href: string;
|
|
81
|
+
bannerCode: string;
|
|
78
82
|
items?: undefined;
|
|
79
83
|
})[];
|
|
80
84
|
subPages: ({
|
|
@@ -17,6 +17,7 @@ export declare const getFeedHeader: (hostnameLenta: string) => {
|
|
|
17
17
|
}[];
|
|
18
18
|
image?: undefined;
|
|
19
19
|
href?: undefined;
|
|
20
|
+
bannerCode?: undefined;
|
|
20
21
|
} | {
|
|
21
22
|
type: "second";
|
|
22
23
|
items: {
|
|
@@ -30,6 +31,7 @@ export declare const getFeedHeader: (hostnameLenta: string) => {
|
|
|
30
31
|
}[];
|
|
31
32
|
image?: undefined;
|
|
32
33
|
href?: undefined;
|
|
34
|
+
bannerCode?: undefined;
|
|
33
35
|
} | {
|
|
34
36
|
type: "third";
|
|
35
37
|
items: {
|
|
@@ -40,10 +42,12 @@ export declare const getFeedHeader: (hostnameLenta: string) => {
|
|
|
40
42
|
}[];
|
|
41
43
|
image?: undefined;
|
|
42
44
|
href?: undefined;
|
|
45
|
+
bannerCode?: undefined;
|
|
43
46
|
} | {
|
|
44
47
|
type: "fourth";
|
|
45
48
|
image: string;
|
|
46
49
|
href: string;
|
|
50
|
+
bannerCode: string;
|
|
47
51
|
items?: undefined;
|
|
48
52
|
})[];
|
|
49
53
|
subPages: {
|
|
@@ -16,6 +16,7 @@ export declare const getGoalsHeader: (hostname: string, isGuest: boolean) => {
|
|
|
16
16
|
};
|
|
17
17
|
}[];
|
|
18
18
|
image?: undefined;
|
|
19
|
+
bannerCode?: undefined;
|
|
19
20
|
} | {
|
|
20
21
|
type: "second";
|
|
21
22
|
items: {
|
|
@@ -28,6 +29,7 @@ export declare const getGoalsHeader: (hostname: string, isGuest: boolean) => {
|
|
|
28
29
|
};
|
|
29
30
|
}[];
|
|
30
31
|
image?: undefined;
|
|
32
|
+
bannerCode?: undefined;
|
|
31
33
|
} | {
|
|
32
34
|
type: "third";
|
|
33
35
|
items: {
|
|
@@ -37,9 +39,11 @@ export declare const getGoalsHeader: (hostname: string, isGuest: boolean) => {
|
|
|
37
39
|
isFill: boolean;
|
|
38
40
|
}[];
|
|
39
41
|
image?: undefined;
|
|
42
|
+
bannerCode?: undefined;
|
|
40
43
|
} | {
|
|
41
44
|
type: "fourth";
|
|
42
45
|
image: string;
|
|
46
|
+
bannerCode: string;
|
|
43
47
|
items?: undefined;
|
|
44
48
|
})[];
|
|
45
49
|
subPages: {
|
|
@@ -30,6 +30,7 @@ export declare const getIdvHeader: (hostname: string, isPaid: boolean) => {
|
|
|
30
30
|
})[];
|
|
31
31
|
image?: undefined;
|
|
32
32
|
href?: undefined;
|
|
33
|
+
bannerCode?: undefined;
|
|
33
34
|
} | {
|
|
34
35
|
type: "second";
|
|
35
36
|
items: ({
|
|
@@ -57,6 +58,7 @@ export declare const getIdvHeader: (hostname: string, isPaid: boolean) => {
|
|
|
57
58
|
})[];
|
|
58
59
|
image?: undefined;
|
|
59
60
|
href?: undefined;
|
|
61
|
+
bannerCode?: undefined;
|
|
60
62
|
} | {
|
|
61
63
|
type: "third";
|
|
62
64
|
items: {
|
|
@@ -67,10 +69,12 @@ export declare const getIdvHeader: (hostname: string, isPaid: boolean) => {
|
|
|
67
69
|
}[];
|
|
68
70
|
image?: undefined;
|
|
69
71
|
href?: undefined;
|
|
72
|
+
bannerCode?: undefined;
|
|
70
73
|
} | {
|
|
71
74
|
type: "fourth";
|
|
72
75
|
image: string;
|
|
73
76
|
href: string;
|
|
77
|
+
bannerCode: string;
|
|
74
78
|
items?: undefined;
|
|
75
79
|
})[];
|
|
76
80
|
subPages: ({
|
|
@@ -28,6 +28,7 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
28
28
|
};
|
|
29
29
|
})[];
|
|
30
30
|
image?: undefined;
|
|
31
|
+
bannerCode?: undefined;
|
|
31
32
|
} | {
|
|
32
33
|
type: "second";
|
|
33
34
|
items: ({
|
|
@@ -58,6 +59,7 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
58
59
|
locked?: undefined;
|
|
59
60
|
})[];
|
|
60
61
|
image?: undefined;
|
|
62
|
+
bannerCode?: undefined;
|
|
61
63
|
} | {
|
|
62
64
|
type: "third";
|
|
63
65
|
items: ({
|
|
@@ -92,9 +94,11 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
92
94
|
imagePlugMob?: undefined;
|
|
93
95
|
})[];
|
|
94
96
|
image?: undefined;
|
|
97
|
+
bannerCode?: undefined;
|
|
95
98
|
} | {
|
|
96
99
|
type: "fourth";
|
|
97
100
|
image: string;
|
|
101
|
+
bannerCode: string;
|
|
98
102
|
items?: undefined;
|
|
99
103
|
})[];
|
|
100
104
|
subPages: ({
|
|
@@ -29,6 +29,7 @@ export declare const getMethodHeader: (hostname: string, isPaid: boolean) => {
|
|
|
29
29
|
})[];
|
|
30
30
|
image?: undefined;
|
|
31
31
|
href?: undefined;
|
|
32
|
+
bannerCode?: undefined;
|
|
32
33
|
} | {
|
|
33
34
|
type: "second";
|
|
34
35
|
items: {
|
|
@@ -42,6 +43,7 @@ export declare const getMethodHeader: (hostname: string, isPaid: boolean) => {
|
|
|
42
43
|
}[];
|
|
43
44
|
image?: undefined;
|
|
44
45
|
href?: undefined;
|
|
46
|
+
bannerCode?: undefined;
|
|
45
47
|
} | {
|
|
46
48
|
type: "third";
|
|
47
49
|
items: ({
|
|
@@ -61,10 +63,12 @@ export declare const getMethodHeader: (hostname: string, isPaid: boolean) => {
|
|
|
61
63
|
})[];
|
|
62
64
|
image?: undefined;
|
|
63
65
|
href?: undefined;
|
|
66
|
+
bannerCode?: undefined;
|
|
64
67
|
} | {
|
|
65
68
|
type: "fourth";
|
|
66
69
|
image: string;
|
|
67
70
|
href: string;
|
|
71
|
+
bannerCode: string;
|
|
68
72
|
items?: undefined;
|
|
69
73
|
})[];
|
|
70
74
|
subPages: ({
|
|
@@ -21,6 +21,7 @@ export declare const getPortfoliosHeader: (hostname: string, isGuest: boolean, i
|
|
|
21
21
|
imagePlugMob: string;
|
|
22
22
|
}[];
|
|
23
23
|
image?: undefined;
|
|
24
|
+
bannerCode?: undefined;
|
|
24
25
|
} | {
|
|
25
26
|
type: "second";
|
|
26
27
|
items: ({
|
|
@@ -45,6 +46,7 @@ export declare const getPortfoliosHeader: (hostname: string, isGuest: boolean, i
|
|
|
45
46
|
};
|
|
46
47
|
})[];
|
|
47
48
|
image?: undefined;
|
|
49
|
+
bannerCode?: undefined;
|
|
48
50
|
} | {
|
|
49
51
|
type: "third";
|
|
50
52
|
items: {
|
|
@@ -59,9 +61,11 @@ export declare const getPortfoliosHeader: (hostname: string, isGuest: boolean, i
|
|
|
59
61
|
imagePlugMob: string;
|
|
60
62
|
}[];
|
|
61
63
|
image?: undefined;
|
|
64
|
+
bannerCode?: undefined;
|
|
62
65
|
} | {
|
|
63
66
|
type: "fourth";
|
|
64
67
|
image: string;
|
|
68
|
+
bannerCode: string;
|
|
65
69
|
items?: undefined;
|
|
66
70
|
})[];
|
|
67
71
|
subPages: ({
|