profinansy-ui-lib 4.1.35 → 4.1.37
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/blocks/footerNew/components/AppPromotion/AppPromotion.const.d.ts +12 -0
- package/dist/components/blocks/footerNew/components/Legal/Legal.const.d.ts +3 -1
- package/dist/components/blocks/footerNew/components/Legal/Legal.styled.d.ts +1 -0
- package/dist/components/blocks/footerNew/components/Legal/Legal.typed.d.ts +3 -0
- package/dist/components/blocks/footerNew/components/Navigation/Navigation.const.d.ts +1 -0
- package/dist/components/blocks/footerNew/components/Navigation/Navigation.styled.d.ts +4 -1
- package/dist/components/blocks/footerNew/components/SocialAndSupport/SocialAndSupport.const.d.ts +2 -0
- package/dist/components/blocks/footerNew/components/SocialAndSupport/SocialAndSupport.typed.d.ts +1 -1
- package/dist/components/blocks/footerNew/footerGrid.const.d.ts +9 -0
- package/dist/components/blocks/footerNew/footerGrid.styled.d.ts +9 -0
- package/dist/components/blocks/footerNew/footerNew.styled.d.ts +4 -0
- package/dist/localization/translations/footer.d.ts +4 -0
- package/dist/profinansy-ui-lib.cjs +1783 -1653
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +9370 -9857
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,12 +2,24 @@
|
|
|
2
2
|
export declare const APP_BANNER_TABLET_BREAKPOINT = 1000;
|
|
3
3
|
/** Насколько баннер выступает над футером (desktop / tablet / mobile) */
|
|
4
4
|
export declare const APP_BANNER_OVERHANG = 158;
|
|
5
|
+
/** Отступ контента над футером (без учёта выступа баннера) */
|
|
6
|
+
export declare const FOOTER_CONTENT_PADDING_BOTTOM = 80;
|
|
5
7
|
/** Размеры по макету — один объект вместо десятков отдельных констант */
|
|
6
8
|
export declare const APP_PROMOTION_LAYOUT: {
|
|
7
9
|
readonly fluidBreakpoint: 1440;
|
|
8
10
|
readonly container: {
|
|
9
11
|
readonly paddingX: 12;
|
|
10
12
|
};
|
|
13
|
+
readonly card: {
|
|
14
|
+
readonly borderRadius: 16;
|
|
15
|
+
readonly borderWidth: 1;
|
|
16
|
+
readonly background: "rgba(255, 255, 255, 0.04)";
|
|
17
|
+
readonly borderGradient: {
|
|
18
|
+
readonly angle: "135deg";
|
|
19
|
+
readonly start: "rgba(183, 174, 255, 0.05)";
|
|
20
|
+
readonly end: "rgba(98, 79, 254, 0.41)";
|
|
21
|
+
};
|
|
22
|
+
};
|
|
11
23
|
readonly desktop: {
|
|
12
24
|
readonly panel: {
|
|
13
25
|
readonly maxWidth: 1416;
|
|
@@ -4,6 +4,7 @@ export declare const LEGAL_LAYOUT: {
|
|
|
4
4
|
readonly breakpoints: {
|
|
5
5
|
readonly stack: 960;
|
|
6
6
|
readonly compact: 600;
|
|
7
|
+
readonly addressNarrowMax: 880;
|
|
7
8
|
readonly themeToggleHideMax: 1000;
|
|
8
9
|
readonly themeToggleDesktopMin: number;
|
|
9
10
|
};
|
|
@@ -27,7 +28,7 @@ export declare const LEGAL_LAYOUT: {
|
|
|
27
28
|
readonly sidebarMax: 400;
|
|
28
29
|
};
|
|
29
30
|
readonly companyName: {
|
|
30
|
-
readonly fontSize:
|
|
31
|
+
readonly fontSize: 17;
|
|
31
32
|
readonly fontWeight: 500;
|
|
32
33
|
readonly lineHeight: 22;
|
|
33
34
|
readonly marginBottom: 12;
|
|
@@ -80,6 +81,7 @@ export declare const LEGAL_LAYOUT: {
|
|
|
80
81
|
};
|
|
81
82
|
readonly address: {
|
|
82
83
|
readonly maxWidth: "none";
|
|
84
|
+
readonly fontSize: 13;
|
|
83
85
|
};
|
|
84
86
|
readonly requisites: {
|
|
85
87
|
readonly marginBottom: 24;
|
|
@@ -8,6 +8,7 @@ export declare const CompanyName: import("styled-components/dist/types").IStyled
|
|
|
8
8
|
export declare const Address: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
9
|
$isMAFK: boolean;
|
|
10
10
|
}>> & string;
|
|
11
|
+
export declare const AddressLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
11
12
|
export declare const CompanyDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
13
|
export declare const EmailLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
|
|
13
14
|
export declare const DocumentText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
@@ -19,7 +19,10 @@ export declare const AccordionTitle: import("styled-components/dist/types").ISty
|
|
|
19
19
|
export declare const AccordionArrow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
20
20
|
$isOpen: boolean;
|
|
21
21
|
}>> & string;
|
|
22
|
-
export declare const AccordionContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<
|
|
22
|
+
export declare const AccordionContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
23
|
+
$isOpen: boolean;
|
|
24
|
+
}>> & string;
|
|
25
|
+
export declare const AccordionContentList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
|
|
23
26
|
$isOpen: boolean;
|
|
24
27
|
}>> & string;
|
|
25
28
|
export declare const AccordionSubLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
package/dist/components/blocks/footerNew/components/SocialAndSupport/SocialAndSupport.const.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare const SOCIAL_SUPPORT_LAYOUT: {
|
|
|
9
9
|
readonly tabletNarrow: 940;
|
|
10
10
|
readonly preMobile: 675;
|
|
11
11
|
readonly desktopNarrow: 1280;
|
|
12
|
+
readonly hideDzenMax: 710;
|
|
12
13
|
};
|
|
13
14
|
readonly desktop: {
|
|
14
15
|
readonly section: {
|
|
@@ -43,6 +44,7 @@ export declare const SOCIAL_SUPPORT_LAYOUT: {
|
|
|
43
44
|
readonly grid: {
|
|
44
45
|
readonly rowGap: 32;
|
|
45
46
|
readonly columnGap: 24;
|
|
47
|
+
readonly columnBorderPadding: 12;
|
|
46
48
|
};
|
|
47
49
|
readonly linksBlockGap: 12;
|
|
48
50
|
};
|
package/dist/components/blocks/footerNew/components/SocialAndSupport/SocialAndSupport.typed.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export interface IContactColumn {
|
|
|
17
17
|
id: string;
|
|
18
18
|
variant?: TContactColumnVariant;
|
|
19
19
|
titleKey: TFooterTranslationKey;
|
|
20
|
-
/** Принудительный перенос заголовка на
|
|
20
|
+
/** Принудительный перенос заголовка на tablet (601–1000px) */
|
|
21
21
|
titleLineKeys?: [TFooterTranslationKey, TFooterTranslationKey];
|
|
22
22
|
icons?: IContactIcon[];
|
|
23
23
|
linksTitleKey?: TFooterTranslationKey;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** Единая сетка футера на desktop — синхрон с Navigation */
|
|
2
|
+
export declare const FOOTER_DESKTOP_GRID_MIN_WIDTH: number;
|
|
3
|
+
export declare const FOOTER_DESKTOP_GRID: {
|
|
4
|
+
readonly columns: 4;
|
|
5
|
+
readonly columnGap: 60;
|
|
6
|
+
readonly narrowColumnGap: 20;
|
|
7
|
+
readonly narrowMaxWidth: 1200;
|
|
8
|
+
readonly columnPadding: 12;
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** 4-колоночная сетка на FooterContentContainer */
|
|
2
|
+
export declare const footerDesktopGridContainer: import("styled-components").RuleSet<object>;
|
|
3
|
+
/** Строка секции, наследующая колонки родителя */
|
|
4
|
+
export declare const footerDesktopSubgridRow: import("styled-components").RuleSet<object>;
|
|
5
|
+
/** Убирает собственный column-gap — расстояние задаёт контейнер */
|
|
6
|
+
export declare const footerDesktopSubgridGapReset: import("styled-components").RuleSet<object>;
|
|
7
|
+
/** Отступ справа внутри колонки subgrid */
|
|
8
|
+
export declare const footerDesktopSubgridColumn: import("styled-components").RuleSet<object>;
|
|
9
|
+
export declare const footerDesktopSubgridColumnLast: import("styled-components").RuleSet<object>;
|
|
@@ -4,3 +4,7 @@ export declare const FooterSurface: import("styled-components/dist/types").IStyl
|
|
|
4
4
|
$withBanner: boolean;
|
|
5
5
|
$bannerInset: number | null;
|
|
6
6
|
}>> & string;
|
|
7
|
+
/** Внешняя обёртка — те же боковые отступы, что у баннера */
|
|
8
|
+
export declare const FooterContentShell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
/** Центрированный контейнер — та же max-width, что у Panel баннера */
|
|
10
|
+
export declare const FooterContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -13,6 +13,8 @@ export declare const footer_translation: {
|
|
|
13
13
|
gogaladze_social_title_line2: string;
|
|
14
14
|
support_title: string;
|
|
15
15
|
premium_managers_title: string;
|
|
16
|
+
premium_managers_title_line1: string;
|
|
17
|
+
premium_managers_title_line2: string;
|
|
16
18
|
club_managers_title: string;
|
|
17
19
|
club_managers_title_line1: string;
|
|
18
20
|
club_managers_title_line2: string;
|
|
@@ -41,6 +43,8 @@ export declare const footer_translation: {
|
|
|
41
43
|
gogaladze_social_title_line2: string;
|
|
42
44
|
support_title: string;
|
|
43
45
|
premium_managers_title: string;
|
|
46
|
+
premium_managers_title_line1: string;
|
|
47
|
+
premium_managers_title_line2: string;
|
|
44
48
|
club_managers_title: string;
|
|
45
49
|
club_managers_title_line1: string;
|
|
46
50
|
club_managers_title_line2: string;
|