profinansy-ui-lib 3.5.33 → 3.5.35
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.
|
@@ -153,6 +153,7 @@ export declare const palette: {
|
|
|
153
153
|
secondary: string;
|
|
154
154
|
secondaryHover: string;
|
|
155
155
|
buttonBackground: string;
|
|
156
|
+
buttonBackgroundHover: string;
|
|
156
157
|
green: string;
|
|
157
158
|
primaryGradient: string;
|
|
158
159
|
secondaryGradient: string;
|
|
@@ -312,6 +313,7 @@ export declare const palette: {
|
|
|
312
313
|
secondary: string;
|
|
313
314
|
secondaryHover: string;
|
|
314
315
|
buttonBackground: string;
|
|
316
|
+
buttonBackgroundHover: string;
|
|
315
317
|
green: string;
|
|
316
318
|
primaryGradient: string;
|
|
317
319
|
secondaryGradient: string;
|
|
@@ -13,6 +13,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
13
13
|
description: string;
|
|
14
14
|
subPages?: undefined;
|
|
15
15
|
isHit?: undefined;
|
|
16
|
+
isNew?: undefined;
|
|
16
17
|
} | {
|
|
17
18
|
name: string;
|
|
18
19
|
Icon: any;
|
|
@@ -23,6 +24,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
23
24
|
description?: undefined;
|
|
24
25
|
subPages?: undefined;
|
|
25
26
|
isHit?: undefined;
|
|
27
|
+
isNew?: undefined;
|
|
26
28
|
} | {
|
|
27
29
|
name: string;
|
|
28
30
|
href: string;
|
|
@@ -43,6 +45,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
43
45
|
innerPages?: undefined;
|
|
44
46
|
description?: undefined;
|
|
45
47
|
isHit?: undefined;
|
|
48
|
+
isNew?: undefined;
|
|
46
49
|
} | {
|
|
47
50
|
name: string;
|
|
48
51
|
href: string;
|
|
@@ -53,6 +56,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
53
56
|
innerPages?: undefined;
|
|
54
57
|
subPages?: undefined;
|
|
55
58
|
isHit?: undefined;
|
|
59
|
+
isNew?: undefined;
|
|
56
60
|
} | {
|
|
57
61
|
name: string;
|
|
58
62
|
Icon: any;
|
|
@@ -68,6 +72,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
68
72
|
unavailable: boolean;
|
|
69
73
|
}[];
|
|
70
74
|
isHit?: undefined;
|
|
75
|
+
isNew?: undefined;
|
|
71
76
|
} | {
|
|
72
77
|
name: string;
|
|
73
78
|
Icon: any;
|
|
@@ -90,6 +95,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
90
95
|
unavailable: boolean;
|
|
91
96
|
isHit?: undefined;
|
|
92
97
|
})[];
|
|
98
|
+
isNew?: undefined;
|
|
93
99
|
} | {
|
|
94
100
|
name: string;
|
|
95
101
|
Icon: any;
|
|
@@ -100,5 +106,17 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
100
106
|
description?: undefined;
|
|
101
107
|
subPages?: undefined;
|
|
102
108
|
isHit?: undefined;
|
|
109
|
+
isNew?: undefined;
|
|
110
|
+
} | {
|
|
111
|
+
name: string;
|
|
112
|
+
href: string;
|
|
113
|
+
Icon: any;
|
|
114
|
+
locked: boolean;
|
|
115
|
+
unavailable: boolean;
|
|
116
|
+
isNew: boolean;
|
|
117
|
+
description: string;
|
|
118
|
+
innerPages?: undefined;
|
|
119
|
+
subPages?: undefined;
|
|
120
|
+
isHit?: undefined;
|
|
103
121
|
})[];
|
|
104
122
|
};
|