mayak-common-library 0.0.619 → 0.0.621

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/index.d.mts CHANGED
@@ -188,6 +188,7 @@ interface BannerBlockProps {
188
188
  smallText?: string;
189
189
  classes?: string;
190
190
  imgLink?: string;
191
+ view?: 'column' | 'row';
191
192
  }
192
193
  declare const BannerBlock: FC<PropsWithChildren & BannerBlockProps>;
193
194
 
package/dist/index.d.ts CHANGED
@@ -188,6 +188,7 @@ interface BannerBlockProps {
188
188
  smallText?: string;
189
189
  classes?: string;
190
190
  imgLink?: string;
191
+ view?: 'column' | 'row';
191
192
  }
192
193
  declare const BannerBlock: FC<PropsWithChildren & BannerBlockProps>;
193
194