mayak-common-library-payload 0.1.14 → 0.1.16

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
@@ -161,8 +161,8 @@ declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFul
161
161
 
162
162
  interface BannerBlockProps {
163
163
  videoLink?: string;
164
- bigText?: string;
165
- smallText?: string;
164
+ title?: string | null;
165
+ subTitle?: ReactNode;
166
166
  className?: string;
167
167
  imgLink?: string;
168
168
  view?: 'column' | 'row';
package/dist/index.d.ts CHANGED
@@ -161,8 +161,8 @@ declare function ArticlesFull({ title, className, totalArticles, }: IArticlesFul
161
161
 
162
162
  interface BannerBlockProps {
163
163
  videoLink?: string;
164
- bigText?: string;
165
- smallText?: string;
164
+ title?: string | null;
165
+ subTitle?: ReactNode;
166
166
  className?: string;
167
167
  imgLink?: string;
168
168
  view?: 'column' | 'row';