profinansy-ui-lib 3.3.101 → 3.3.103

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,7 +1,7 @@
1
1
  import { ImageSize } from '../../../utils/getImageFormat';
2
2
  export interface ICompanyInfo {
3
3
  /** Ссылка на изображение */
4
- logo?: string;
4
+ logo?: string | string[];
5
5
  /** Тиккер компании */
6
6
  firstLine?: string;
7
7
  /** Ссылка на страницу компании */
@@ -1,3 +1,6 @@
1
+ export declare const LogoArrayWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
2
+ logoSize: number;
3
+ }, never>;
1
4
  export declare const Logo: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {
2
5
  logoSize: number;
3
6
  }, never>;
@@ -1,7 +1,7 @@
1
1
  import { ImageSize } from '../../../utils/getImageFormat';
2
2
  export interface IAvatarCompany {
3
3
  /** Ссылка на изображение */
4
- logo?: string;
4
+ logo?: string | string[];
5
5
  /** Размер изображения. По умолчанию 28px */
6
6
  logoSize?: number;
7
7
  /** Формат сжатия изображения. */