sass-template-common 0.9.114 → 0.9.115
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.
|
@@ -681,7 +681,6 @@ declare type DestacadoVideos_2 = {
|
|
|
681
681
|
'--block-head-subtitle-line-clamp'?: string;
|
|
682
682
|
'--block-head-title-line-clamp'?: string;
|
|
683
683
|
'--block-head-subtitle-display'?: string;
|
|
684
|
-
'--button-color'?: 'black';
|
|
685
684
|
} & SectionCardCSS & SectionCSS & OutstandingNewsCSS & ButtonCSS;
|
|
686
685
|
|
|
687
686
|
declare interface DestacadoVideosProps extends Omit<ImageProps_2, 'preview'>, Omit<SectionProps, 'children'> {
|
|
@@ -1141,8 +1140,7 @@ export declare type IDestacadoNoticias = {
|
|
|
1141
1140
|
'--block-head-subtitle-line-clamp'?: string;
|
|
1142
1141
|
'--block-head-title-line-clamp'?: string;
|
|
1143
1142
|
'--block-head-subtitle-display'?: string;
|
|
1144
|
-
|
|
1145
|
-
} & OutstandingNewsCSS & SectionCardCSS & SectionCSS;
|
|
1143
|
+
} & OutstandingNewsCSS & SectionCardCSS & SectionCSS & ButtonCSS;
|
|
1146
1144
|
|
|
1147
1145
|
export declare const IframeHeader: ({ newsformated, internal, commonServices, }: {
|
|
1148
1146
|
newsformated: NewListResponseData;
|