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.
@@ -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").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
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;
@@ -28,6 +28,7 @@ export type HeaderDropdownColumn = {
28
28
  viewAllButtonText?: string;
29
29
  href?: string;
30
30
  icon?: React.FC<React.SVGProps<SVGSVGElement>> | string;
31
+ bannerCode?: string;
31
32
  };
32
33
  export type HeaderDropdownConfig = {
33
34
  title: string;
@@ -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;