sass-template-common 0.1.68 → 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.
|
@@ -1355,6 +1355,8 @@ declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
|
|
|
1355
1355
|
'--section-card-image-box-shadow'?: string;
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
|
+
export declare const NewsDescriptionComponent: FC<NewsDescriptionProps>;
|
|
1359
|
+
|
|
1358
1360
|
declare interface NewsDescriptionCSS extends SectionCardChipCSS {
|
|
1359
1361
|
'--news-description-title-size-desk'?: string;
|
|
1360
1362
|
'--news-description-title-line-height-desk'?: string;
|
|
@@ -14210,6 +14210,7 @@ export {
|
|
|
14210
14210
|
Ts as NewsArticle,
|
|
14211
14211
|
f9 as NewsComponent,
|
|
14212
14212
|
sa as NewsContent,
|
|
14213
|
+
Tt as NewsDescriptionComponent,
|
|
14213
14214
|
vn as NextPrev,
|
|
14214
14215
|
Is as OrgList,
|
|
14215
14216
|
Da as PreloadImages,
|