sass-template-common 0.10.22 → 0.10.23
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.
- package/dist/ficha-video.css +1 -1
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +9 -0
- package/dist/sass-template-common.js +2957 -2910
- package/dist/sass-template-common.umd.cjs +33 -33
- package/dist/ui/components/common/cards/section-card-1/cards-section-card-1.css +1 -1
- package/dist/ui/components/common/news-description/news-description.css +1 -1
- package/package.json +1 -1
|
@@ -371,6 +371,7 @@ declare interface CarruselCardProps extends Omit<CarrouselProps, 'slot_id'> {
|
|
|
371
371
|
slot_id: string;
|
|
372
372
|
isHome?: boolean;
|
|
373
373
|
paths: RoutePathConfig;
|
|
374
|
+
speculationPrerenderClass?: string;
|
|
374
375
|
}
|
|
375
376
|
|
|
376
377
|
export declare const CarruselOpinion: FC<SectionCardCarouselProps>;
|
|
@@ -1011,6 +1012,7 @@ declare interface DestacadoNoticiasProps extends Omit<ImageProps_2, 'preview'>,
|
|
|
1011
1012
|
banner?: ReactNode;
|
|
1012
1013
|
customVariables?: CSSProperties;
|
|
1013
1014
|
paths: RoutePathConfig;
|
|
1015
|
+
speculationPrerenderClass?: string;
|
|
1014
1016
|
}
|
|
1015
1017
|
|
|
1016
1018
|
export declare const DestacadoVideos: FC<DestacadoVideosProps>;
|
|
@@ -1046,6 +1048,7 @@ declare interface DestacadoVideosProps extends Omit<ImageProps_2, 'preview'>, Om
|
|
|
1046
1048
|
isHome?: boolean;
|
|
1047
1049
|
banner?: ReactNode;
|
|
1048
1050
|
paths: RoutePathConfig;
|
|
1051
|
+
speculationPrerenderClass?: string;
|
|
1049
1052
|
}
|
|
1050
1053
|
|
|
1051
1054
|
export declare class DynamicBlockServices extends CommonServices {
|
|
@@ -2161,6 +2164,7 @@ declare interface Modulo1x3CardProps {
|
|
|
2161
2164
|
isHome?: boolean;
|
|
2162
2165
|
showNewsLikeTitle?: boolean;
|
|
2163
2166
|
paths: RoutePathConfig;
|
|
2167
|
+
speculationPrerenderClass?: string;
|
|
2164
2168
|
}
|
|
2165
2169
|
|
|
2166
2170
|
declare interface Modulo1x3Props extends Modulo3ColumnasProps, Omit<SectionProps, 'children'> {
|
|
@@ -2179,6 +2183,7 @@ declare interface Modulo1x4Props {
|
|
|
2179
2183
|
isHome?: boolean;
|
|
2180
2184
|
hasLines?: boolean;
|
|
2181
2185
|
paths: RoutePathConfig;
|
|
2186
|
+
speculationPrerenderClass?: string;
|
|
2182
2187
|
}
|
|
2183
2188
|
|
|
2184
2189
|
export declare const Modulo1x5: FC<Modulo1x5Props>;
|
|
@@ -2194,6 +2199,7 @@ declare interface Modulo1x5Props {
|
|
|
2194
2199
|
isHome?: boolean;
|
|
2195
2200
|
hasLines?: boolean;
|
|
2196
2201
|
paths: RoutePathConfig;
|
|
2202
|
+
speculationPrerenderClass?: string;
|
|
2197
2203
|
}
|
|
2198
2204
|
|
|
2199
2205
|
export declare type Modulo1XN = {
|
|
@@ -2998,6 +3004,7 @@ declare type Props_29 = {
|
|
|
2998
3004
|
customNewsDescriptionStyles?: CSSProperties;
|
|
2999
3005
|
isHome?: boolean;
|
|
3000
3006
|
paths: RoutePathConfig;
|
|
3007
|
+
speculationPrerenderClass?: string;
|
|
3001
3008
|
};
|
|
3002
3009
|
|
|
3003
3010
|
declare type Props_3 = {
|
|
@@ -3522,6 +3529,7 @@ declare interface SectionCardCarouselProps extends Omit<SectionProps, 'children'
|
|
|
3522
3529
|
isHome?: boolean;
|
|
3523
3530
|
autorIcon: ReactNode;
|
|
3524
3531
|
paths: RoutePathConfig;
|
|
3532
|
+
speculationPrerenderClass?: string;
|
|
3525
3533
|
}
|
|
3526
3534
|
|
|
3527
3535
|
declare interface SectionCardChipCSS {
|
|
@@ -3565,6 +3573,7 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
|
|
|
3565
3573
|
declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview'>, ImageProps_2 {
|
|
3566
3574
|
titleGradient?: boolean;
|
|
3567
3575
|
heightImageOverwrite?: string;
|
|
3576
|
+
speculationPrerenderClass?: string;
|
|
3568
3577
|
}
|
|
3569
3578
|
|
|
3570
3579
|
declare interface SectionCardProps_3 extends Omit<{
|