sass-template-common 0.10.21 → 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.
@@ -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>;
@@ -718,6 +719,7 @@ export declare type Config = {
718
719
  lang: string;
719
720
  landscapeLogo: Logo;
720
721
  twitterSummaryCard: Logo;
722
+ language?: string;
721
723
  icons?: any;
722
724
  manifest?: string;
723
725
  msapplicationTileImage?: string;
@@ -1010,6 +1012,7 @@ declare interface DestacadoNoticiasProps extends Omit<ImageProps_2, 'preview'>,
1010
1012
  banner?: ReactNode;
1011
1013
  customVariables?: CSSProperties;
1012
1014
  paths: RoutePathConfig;
1015
+ speculationPrerenderClass?: string;
1013
1016
  }
1014
1017
 
1015
1018
  export declare const DestacadoVideos: FC<DestacadoVideosProps>;
@@ -1045,6 +1048,7 @@ declare interface DestacadoVideosProps extends Omit<ImageProps_2, 'preview'>, Om
1045
1048
  isHome?: boolean;
1046
1049
  banner?: ReactNode;
1047
1050
  paths: RoutePathConfig;
1051
+ speculationPrerenderClass?: string;
1048
1052
  }
1049
1053
 
1050
1054
  export declare class DynamicBlockServices extends CommonServices {
@@ -2160,6 +2164,7 @@ declare interface Modulo1x3CardProps {
2160
2164
  isHome?: boolean;
2161
2165
  showNewsLikeTitle?: boolean;
2162
2166
  paths: RoutePathConfig;
2167
+ speculationPrerenderClass?: string;
2163
2168
  }
2164
2169
 
2165
2170
  declare interface Modulo1x3Props extends Modulo3ColumnasProps, Omit<SectionProps, 'children'> {
@@ -2178,6 +2183,7 @@ declare interface Modulo1x4Props {
2178
2183
  isHome?: boolean;
2179
2184
  hasLines?: boolean;
2180
2185
  paths: RoutePathConfig;
2186
+ speculationPrerenderClass?: string;
2181
2187
  }
2182
2188
 
2183
2189
  export declare const Modulo1x5: FC<Modulo1x5Props>;
@@ -2193,6 +2199,7 @@ declare interface Modulo1x5Props {
2193
2199
  isHome?: boolean;
2194
2200
  hasLines?: boolean;
2195
2201
  paths: RoutePathConfig;
2202
+ speculationPrerenderClass?: string;
2196
2203
  }
2197
2204
 
2198
2205
  export declare type Modulo1XN = {
@@ -2997,6 +3004,7 @@ declare type Props_29 = {
2997
3004
  customNewsDescriptionStyles?: CSSProperties;
2998
3005
  isHome?: boolean;
2999
3006
  paths: RoutePathConfig;
3007
+ speculationPrerenderClass?: string;
3000
3008
  };
3001
3009
 
3002
3010
  declare type Props_3 = {
@@ -3521,6 +3529,7 @@ declare interface SectionCardCarouselProps extends Omit<SectionProps, 'children'
3521
3529
  isHome?: boolean;
3522
3530
  autorIcon: ReactNode;
3523
3531
  paths: RoutePathConfig;
3532
+ speculationPrerenderClass?: string;
3524
3533
  }
3525
3534
 
3526
3535
  declare interface SectionCardChipCSS {
@@ -3564,6 +3573,7 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
3564
3573
  declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview'>, ImageProps_2 {
3565
3574
  titleGradient?: boolean;
3566
3575
  heightImageOverwrite?: string;
3576
+ speculationPrerenderClass?: string;
3567
3577
  }
3568
3578
 
3569
3579
  declare interface SectionCardProps_3 extends Omit<{