sass-template-common 0.1.67 → 0.1.69

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.
@@ -835,6 +835,8 @@ export { Image_2 as Image }
835
835
 
836
836
  export declare const ImageOffline: FC<ImageProps_3>;
837
837
 
838
+ export declare const ImageOnline: FC<ImageProps_2>;
839
+
838
840
  declare interface ImageProps {
839
841
  copyright: boolean;
840
842
  description: string | false;
@@ -1019,6 +1021,8 @@ export declare interface Link {
1019
1021
  redirect: boolean;
1020
1022
  }
1021
1023
 
1024
+ export declare function LinkComponent(props: any): JSX.Element;
1025
+
1022
1026
  export declare const LiveBlogHeader: FC<Props_42>;
1023
1027
 
1024
1028
  declare const Location_2: FC<Props_22>;
@@ -1351,6 +1355,8 @@ declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1351
1355
  '--section-card-image-box-shadow'?: string;
1352
1356
  }
1353
1357
 
1358
+ export declare const NewsDescriptionComponent: FC<NewsDescriptionProps>;
1359
+
1354
1360
  declare interface NewsDescriptionCSS extends SectionCardChipCSS {
1355
1361
  '--news-description-title-size-desk'?: string;
1356
1362
  '--news-description-title-line-height-desk'?: string;
@@ -14185,12 +14185,14 @@ export {
14185
14185
  F3 as GenerateHead,
14186
14186
  r9 as Header,
14187
14187
  nl as ImageOffline,
14188
+ ke as ImageOnline,
14188
14189
  H3 as IssuuServices,
14189
14190
  xs as ItemListSchema,
14190
14191
  vm as JournalistArticule2,
14191
14192
  Tm as JournalistGroup,
14192
14193
  vo as LayoutNewsComponent,
14193
14194
  C9 as LazyLoader,
14195
+ q as LinkComponent,
14194
14196
  M1 as LiveBlogHeader,
14195
14197
  $3 as Location,
14196
14198
  N3 as MainComponentServices,
@@ -14208,6 +14210,7 @@ export {
14208
14210
  Ts as NewsArticle,
14209
14211
  f9 as NewsComponent,
14210
14212
  sa as NewsContent,
14213
+ Tt as NewsDescriptionComponent,
14211
14214
  vn as NextPrev,
14212
14215
  Is as OrgList,
14213
14216
  Da as PreloadImages,