sass-template-common 0.9.71 → 0.9.72

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.
@@ -1384,6 +1384,7 @@ export declare interface MainBlock1Props extends SectionCardProps, NewDescriptio
1384
1384
  textPosition?: 'center' | 'start';
1385
1385
  heightImageOverwrite?: string;
1386
1386
  heightImageOverwriteMobile?: string;
1387
+ speculationPrerenderClass?: string;
1387
1388
  }
1388
1389
 
1389
1390
  export declare class MainComponentServices {
@@ -1529,6 +1530,10 @@ declare interface Modulo3ColumnasProps {
1529
1530
  showVideoTime?: boolean;
1530
1531
  showVideosubtitle?: boolean;
1531
1532
  showVideoAuthor?: boolean;
1533
+ speculationPrerender?: {
1534
+ class: string;
1535
+ length?: number;
1536
+ };
1532
1537
  }
1533
1538
 
1534
1539
  export declare const ModuloNewsletter: FC<ModuloNewsletterProps>;
@@ -1566,6 +1571,7 @@ declare interface NewDescriptionBlockProps {
1566
1571
  itemReverseOrder?: boolean;
1567
1572
  customNewsDescriptionStyles?: CSSProperties;
1568
1573
  paths: RoutePathConfig;
1574
+ speculationPrerenderClass?: string;
1569
1575
  }
1570
1576
 
1571
1577
  export declare interface NewListResponse {
@@ -1743,6 +1749,7 @@ declare type NewsDescriptionProps = {
1743
1749
  paths: RoutePathConfig;
1744
1750
  useNewHeaderFormat?: boolean;
1745
1751
  newsDescriptionSectionTag?: 'span' | 'h3';
1752
+ speculationPrerenderClass?: string;
1746
1753
  } & NewListResponseData;
1747
1754
 
1748
1755
  export declare interface NewsResponse {
@@ -1983,6 +1990,7 @@ declare type Props_16 = {
1983
1990
  item: NewListResponseData;
1984
1991
  autorIcon: ReactNode;
1985
1992
  paths: RoutePathConfig;
1993
+ speculationPrerenderClass?: string;
1986
1994
  };
1987
1995
 
1988
1996
  declare type Props_17 = {
@@ -2335,6 +2343,10 @@ declare type Props_8 = {
2335
2343
  [key: string]: string;
2336
2344
  };
2337
2345
  paths: RoutePathConfig;
2346
+ speculationPrerender?: {
2347
+ class: string;
2348
+ length?: number;
2349
+ };
2338
2350
  };
2339
2351
 
2340
2352
  declare type Props_9 = {
@@ -2482,6 +2494,7 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
2482
2494
  isLarge?: boolean;
2483
2495
  sectionCardNewsDescClass?: string;
2484
2496
  customSectionCardStyles?: CSSProperties;
2497
+ speculationPrerenderClass?: string;
2485
2498
  }
2486
2499
 
2487
2500
  declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview'>, ImageProps_2 {