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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CSSProperties } from 'react';
|
|
2
|
-
type BannerSize = '324x140' | '328x134' | '452x172' | '688x334' | '688x452' | '912x128' | '1052x688' | '1160x128' | '1300x1052';
|
|
2
|
+
type BannerSize = '236x340' | '324x140' | '328x134' | '452x172' | '688x334' | '688x452' | '912x128' | '1052x688' | '1160x128' | '1300x1052';
|
|
3
3
|
export interface IBannerProps {
|
|
4
4
|
/** Код баннера */
|
|
5
5
|
bannerCode: string;
|
|
6
|
-
/** Размер,
|
|
6
|
+
/** Размер, если нужен конкретный */
|
|
7
7
|
size?: BannerSize;
|
|
8
8
|
/** Отступ сверху */
|
|
9
9
|
mt?: number;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").
|
|
2
|
+
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
+
$isOpen: boolean;
|
|
4
|
+
}>> & string;
|
|
3
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>, {
|
|
4
6
|
$isOpen: boolean;
|
|
5
7
|
$height: number;
|
|
@@ -192,7 +192,6 @@ export declare const Urls_translations: {
|
|
|
192
192
|
econom_cycles: string;
|
|
193
193
|
investideas: string;
|
|
194
194
|
club_about_full: string;
|
|
195
|
-
site_guide: string;
|
|
196
195
|
idv_achievements_short: string;
|
|
197
196
|
all_calculators: string;
|
|
198
197
|
referral_program: string;
|
|
@@ -395,7 +394,6 @@ export declare const Urls_translations: {
|
|
|
395
394
|
econom_cycles: string;
|
|
396
395
|
investideas: string;
|
|
397
396
|
club_about_full: string;
|
|
398
|
-
site_guide: string;
|
|
399
397
|
idv_achievements_short: string;
|
|
400
398
|
all_calculators: string;
|
|
401
399
|
referral_program: string;
|