sass-template-common 0.3.89 → 0.3.90
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.
|
@@ -497,6 +497,8 @@ declare type DestacadoVideos_2 = {
|
|
|
497
497
|
'--block-head-title-font-size-mobile'?: string;
|
|
498
498
|
'--block-head-title-line-height-mobile'?: string;
|
|
499
499
|
'--image-is-large-play-margin'?: string;
|
|
500
|
+
'--block-head-subtitle-line-clamp'?: string;
|
|
501
|
+
'--block-head-title-line-clamp'?: string;
|
|
500
502
|
} & SectionCardCSS & SectionCSS & OutstandingNewsCSS & ButtonCSS;
|
|
501
503
|
|
|
502
504
|
declare interface DestacadoVideosProps extends Omit<ImageProps_2, 'preview'>, Omit<SectionProps, 'children'> {
|
|
@@ -922,6 +924,8 @@ export declare type IDestacadoNoticias = {
|
|
|
922
924
|
'--block-head-title-font-size-mobile'?: string;
|
|
923
925
|
'--block-head-title-line-height-mobile'?: string;
|
|
924
926
|
'--news-section-news-content-gap-mobile'?: string;
|
|
927
|
+
'--block-head-subtitle-line-clamp'?: string;
|
|
928
|
+
'--block-head-title-line-clamp'?: string;
|
|
925
929
|
} & OutstandingNewsCSS & SectionCardCSS & SectionCSS;
|
|
926
930
|
|
|
927
931
|
export declare const IframeHeader: ({ newsformated, internal, commonServices, }: {
|