sass-template-common 0.12.11 → 0.12.13

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.
@@ -1911,6 +1911,8 @@ declare interface ItemListSchemaProps {
1911
1911
 
1912
1912
  export declare const JournalistArticule2: FC<Props_49>;
1913
1913
 
1914
+ export declare const JournalistArticule5: FC<Props_53>;
1915
+
1914
1916
  export declare const JournalistGroup: FC<Props_50>;
1915
1917
 
1916
1918
  /**
@@ -3473,6 +3475,15 @@ declare type Props_52 = {
3473
3475
  text: textsType;
3474
3476
  };
3475
3477
 
3478
+ declare type Props_53 = {
3479
+ news: NewListResponseData;
3480
+ socials: any;
3481
+ autorIcon: ReactNode;
3482
+ noteShare?: NoteShare;
3483
+ texts: textsType;
3484
+ paths: RoutePathConfig;
3485
+ };
3486
+
3476
3487
  declare type Props_6 = {
3477
3488
  pathname?: string;
3478
3489
  slug?: string;