sass-template-common 0.1.28 → 0.1.30

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.
@@ -59,11 +59,11 @@ export declare interface Author {
59
59
  internaluser: boolean;
60
60
  }
61
61
 
62
- export declare const AutorComponent: FC<Props_12>;
62
+ export declare const AutorComponent: FC<Props_13>;
63
63
 
64
- export declare const AutorHeader1: FC<Props_43>;
64
+ export declare const AutorHeader1: FC<Props_44>;
65
65
 
66
- export declare const AutorHeader2: FC<Props_44>;
66
+ export declare const AutorHeader2: FC<Props_45>;
67
67
 
68
68
  export declare interface AutorInfo {
69
69
  info: {
@@ -101,9 +101,9 @@ export declare interface AutorInfo {
101
101
  };
102
102
  }
103
103
 
104
- export declare const BannerAdvertising: ({ banners, name }: Props_26) => false | JSX.Element | null | undefined;
104
+ export declare const BannerAdvertising: ({ banners, name }: Props_27) => false | JSX.Element | null | undefined;
105
105
 
106
- export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_25) => JSX.Element | null;
106
+ export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_26) => JSX.Element | null;
107
107
 
108
108
  export declare interface BannerResponse {
109
109
  key: string;
@@ -357,17 +357,17 @@ export declare type ConfigMain = {
357
357
  };
358
358
  };
359
359
 
360
- export declare const ContactInfoServer: FC<Props_8>;
360
+ export declare const ContactInfoServer: FC<Props_9>;
361
361
 
362
- export declare const ContactInput: FC<Props_38>;
362
+ export declare const ContactInput: FC<Props_39>;
363
363
 
364
- export declare const ContactSelect: FC<Props_39>;
364
+ export declare const ContactSelect: FC<Props_40>;
365
365
 
366
- export declare const ContactTextarea: FC<Props_40>;
366
+ export declare const ContactTextarea: FC<Props_41>;
367
367
 
368
- export declare const ContentLayout1: FC<Props_22>;
368
+ export declare const ContentLayout1: FC<Props_23>;
369
369
 
370
- export declare const ContentLayoutTema: FC<Props_36>;
370
+ export declare const ContentLayoutTema: FC<Props_37>;
371
371
 
372
372
  export declare const cutString: (text: string, length?: number) => string;
373
373
 
@@ -400,7 +400,7 @@ declare interface Date_2 {
400
400
  }
401
401
  export { Date_2 as Date }
402
402
 
403
- export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_20) => JSX.Element | null;
403
+ export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_21) => JSX.Element | null;
404
404
 
405
405
  declare type DestacadoDiario = {
406
406
  customSectionCardStyles: SectionCardCSS;
@@ -466,13 +466,13 @@ export declare class DynamicBlockServices extends CommonServices {
466
466
  }>;
467
467
  }
468
468
 
469
- export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, }: Props_19) => JSX.Element[];
469
+ export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, }: Props_20) => JSX.Element[];
470
470
 
471
- export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_18) => JSX.Element;
471
+ export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_19) => JSX.Element;
472
472
 
473
- export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_16): JSX.Element | undefined;
473
+ export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_17): JSX.Element | undefined;
474
474
 
475
- export declare const EditorialBlock: FC<Props_6>;
475
+ export declare const EditorialBlock: FC<Props_7>;
476
476
 
477
477
  export declare type EmailParams = {
478
478
  sendto: string;
@@ -501,7 +501,7 @@ export declare interface Entity {
501
501
  };
502
502
  }
503
503
 
504
- export declare const ErrorComponent: FC<Props_37>;
504
+ export declare const ErrorComponent: FC<Props_38>;
505
505
 
506
506
  declare interface External_2 {
507
507
  httpstream: boolean;
@@ -514,7 +514,7 @@ export declare const Font: ({ config }: {
514
514
  config: Config;
515
515
  }) => JSX.Element;
516
516
 
517
- export declare const Footer: FC<Props_31>;
517
+ export declare const Footer: FC<Props_32>;
518
518
 
519
519
  export declare const FormatAfterScripts: (props: {
520
520
  name: string;
@@ -660,9 +660,9 @@ export declare const generalGetData: (promiseArray: PromiseArray) => Promise<{
660
660
  [key: string]: any;
661
661
  }>;
662
662
 
663
- export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_4) => JSX.Element;
663
+ export declare const GenerateBody: ({ children, defaultRouteName, banners, pathname, slug, config, internalPath, currentNew, tagsParsed, scriptReplaces, body_custom_elements, }: Props_5) => JSX.Element;
664
664
 
665
- export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, currentNew, banners, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_3): Promise<ReactNode>;
665
+ export declare function GenerateHead({ axiosApi, headConfig, meta, imgSizes, defaultMetadataName, pathname, slug, texts, query, currentNew, banners, internalPath, config, socials, speculationType, preloadImageUrl, custom_Speculation, custom_metadata, custom_scriptReplaces, head_custom_elements, }: Props_4): Promise<ReactNode>;
666
666
 
667
667
  /**
668
668
  * Helper para conseguir el recaptcha token usando grecaptcha.enterprise
@@ -701,7 +701,7 @@ export declare const getEnvironmentUrl: () => string | undefined;
701
701
 
702
702
  export declare const getEnvironmentUrlFront: () => string | undefined;
703
703
 
704
- export declare const getHydratorPath: () => string;
704
+ export declare const getHydratorPath: (props: Props_3) => string;
705
705
 
706
706
  export declare const getImageUrl: (imageUrl: string) => Promise<string>;
707
707
 
@@ -724,7 +724,7 @@ data: Array<ItemList>;
724
724
  }, any, {}>>;
725
725
 
726
726
  export declare const getScriptReplaces: {
727
- [key in MetadataDefaultsKeys]: (props: Props_5) => replaces | undefined;
727
+ [key in MetadataDefaultsKeys]: (props: Props_6) => replaces | undefined;
728
728
  };
729
729
 
730
730
  export declare const getSlugs: {
@@ -934,11 +934,11 @@ declare interface ItemListSchemaProps {
934
934
  ROUTE: MetadataDefaultsKeys;
935
935
  }
936
936
 
937
- export declare const JournalistArticule2: FC<Props_47>;
937
+ export declare const JournalistArticule2: FC<Props_48>;
938
938
 
939
- export declare const JournalistGroup: FC<Props_48>;
939
+ export declare const JournalistGroup: FC<Props_49>;
940
940
 
941
- export declare const LayoutNewsComponent: FC<Props_45>;
941
+ export declare const LayoutNewsComponent: FC<Props_46>;
942
942
 
943
943
  export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, isVisibleDefault }: LazyLoaderProps) => JSX.Element;
944
944
 
@@ -1004,9 +1004,6 @@ export declare type LibraryConfig = {
1004
1004
  CAPTCHA_KEY?: string;
1005
1005
  COMMENTS_CAPTCHA_API_KEY?: string;
1006
1006
  CAPTCHA_KEY_V2?: string;
1007
- ASSETS_PREFIX?: string;
1008
- ASSETS_PATH?: string;
1009
- DEV?: boolean;
1010
1007
  };
1011
1008
 
1012
1009
  export declare interface Link {
@@ -1017,9 +1014,9 @@ export declare interface Link {
1017
1014
  redirect: boolean;
1018
1015
  }
1019
1016
 
1020
- export declare const LiveBlogHeader: FC<Props_41>;
1017
+ export declare const LiveBlogHeader: FC<Props_42>;
1021
1018
 
1022
- declare const Location_2: FC<Props_21>;
1019
+ declare const Location_2: FC<Props_22>;
1023
1020
  export { Location_2 as Location }
1024
1021
 
1025
1022
  export declare type Logo = {
@@ -1105,7 +1102,7 @@ export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'a
1105
1102
 
1106
1103
  export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
1107
1104
 
1108
- export declare const MiddleSection: FC<Props_24>;
1105
+ export declare const MiddleSection: FC<Props_25>;
1109
1106
 
1110
1107
  export declare const Modulo1x3: FC<Modulo1x3Props>;
1111
1108
 
@@ -1337,9 +1334,9 @@ declare interface NewsArticleProps {
1337
1334
  axiosApi: AxiosInstance;
1338
1335
  }
1339
1336
 
1340
- export declare const NewsComponent: (props: Props_9) => Promise<JSX.Element | undefined>;
1337
+ export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
1341
1338
 
1342
- export declare const NewsContent: FC<Props_35>;
1339
+ export declare const NewsContent: FC<Props_36>;
1343
1340
 
1344
1341
  declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1345
1342
  '--news-description-block-padding-main'?: string;
@@ -1384,7 +1381,7 @@ export declare interface NewsResponse {
1384
1381
  data: DataNews[];
1385
1382
  }
1386
1383
 
1387
- export declare const NextPrev: FC<Props_34>;
1384
+ export declare const NextPrev: FC<Props_35>;
1388
1385
 
1389
1386
  export declare type NoteShare = {
1390
1387
  variant: 'outline' | 'container';
@@ -1508,6 +1505,32 @@ export declare type Props = {
1508
1505
  };
1509
1506
 
1510
1507
  declare type Props_10 = {
1508
+ custom_complement?: any;
1509
+ ranking?: NewListResponseData[];
1510
+ banners: BannerResponse[];
1511
+ news?: NewListResponseData[];
1512
+ autor?: AutorInfo[];
1513
+ newsRelatedResponses?: (NewListResponseData[] | undefined)[];
1514
+ itemList?: ItemList[];
1515
+ slug: string;
1516
+ socials: any;
1517
+ getVideos: {
1518
+ iframe: () => void;
1519
+ schema: () => void;
1520
+ };
1521
+ autorIcon: ReactNode;
1522
+ noteShare?: NoteShare;
1523
+ stylesConfig: {
1524
+ [key: string]: any;
1525
+ };
1526
+ relatedNewsList: any;
1527
+ texts: textsType;
1528
+ paths: RoutePathConfig;
1529
+ internalPath: string;
1530
+ showComments?: boolean;
1531
+ };
1532
+
1533
+ declare type Props_11 = {
1511
1534
  option: string;
1512
1535
  entity?: Entity;
1513
1536
  sectionPadding?: string;
@@ -1516,13 +1539,13 @@ declare type Props_10 = {
1516
1539
  textColor?: string;
1517
1540
  };
1518
1541
 
1519
- declare type Props_11 = {
1542
+ declare type Props_12 = {
1520
1543
  query: string;
1521
1544
  hasContent: boolean;
1522
1545
  texts: textsType;
1523
1546
  };
1524
1547
 
1525
- declare type Props_12 = {
1548
+ declare type Props_13 = {
1526
1549
  option: string;
1527
1550
  autor: Array<AutorInfo>;
1528
1551
  data: Array<NewListResponseData>;
@@ -1541,53 +1564,44 @@ declare type Props_12 = {
1541
1564
  paths: RoutePathConfig;
1542
1565
  };
1543
1566
 
1544
- declare type Props_13 = {
1567
+ declare type Props_14 = {
1545
1568
  option: string;
1546
1569
  data: Array<VideoResponseData>;
1547
1570
  };
1548
1571
 
1549
- declare type Props_14 = {
1572
+ declare type Props_15 = {
1550
1573
  option: string;
1551
1574
  item: NewListResponseData;
1552
1575
  autorIcon: ReactNode;
1553
1576
  paths: RoutePathConfig;
1554
1577
  };
1555
1578
 
1556
- declare type Props_15 = {
1579
+ declare type Props_16 = {
1557
1580
  containerId: string;
1558
1581
  containerId2: string;
1559
1582
  };
1560
1583
 
1561
- declare type Props_16 = {
1584
+ declare type Props_17 = {
1562
1585
  component: string;
1563
1586
  slot_id: string;
1564
1587
  data: any;
1565
1588
  banners: BannerResponse[];
1566
1589
  };
1567
1590
 
1568
- declare type Props_17 = {
1591
+ declare type Props_18 = {
1569
1592
  children: ReactNode;
1570
1593
  stylesConfigEntry: {
1571
1594
  [key: string]: any;
1572
1595
  };
1573
1596
  };
1574
1597
 
1575
- declare type Props_18 = {
1598
+ declare type Props_19 = {
1576
1599
  component: string;
1577
1600
  data: any;
1578
1601
  banners: BannerResponse[];
1579
1602
  rightOnlyBanner?: boolean;
1580
1603
  };
1581
1604
 
1582
- declare type Props_19 = {
1583
- slots: any;
1584
- DYNAMIC_SLOT_SUBINDEXES: number;
1585
- stylesConfig: ConfigDynamic;
1586
- AutorIcon: any;
1587
- config: Config;
1588
- banners: BannerResponse[];
1589
- };
1590
-
1591
1605
  declare type Props_2 = {
1592
1606
  id?: string;
1593
1607
  dimensionValues?: {
@@ -1596,50 +1610,59 @@ declare type Props_2 = {
1596
1610
  };
1597
1611
 
1598
1612
  declare type Props_20 = {
1613
+ slots: any;
1614
+ DYNAMIC_SLOT_SUBINDEXES: number;
1615
+ stylesConfig: ConfigDynamic;
1616
+ AutorIcon: any;
1617
+ config: Config;
1618
+ banners: BannerResponse[];
1619
+ };
1620
+
1621
+ declare type Props_21 = {
1599
1622
  mainBlock: any;
1600
1623
  StylesConfigMain: ConfigMain;
1601
1624
  config: Config;
1602
1625
  banners: BannerResponse[];
1603
1626
  };
1604
1627
 
1605
- declare type Props_21 = {
1628
+ declare type Props_22 = {
1606
1629
  place: string;
1607
1630
  };
1608
1631
 
1609
- declare type Props_22 = {
1632
+ declare type Props_23 = {
1610
1633
  children: ReactNode;
1611
1634
  desktopWidth?: string;
1612
1635
  className?: string;
1613
1636
  };
1614
1637
 
1615
- declare type Props_23 = {
1638
+ declare type Props_24 = {
1616
1639
  children: ReactNode;
1617
1640
  show: boolean;
1618
1641
  order?: number;
1619
1642
  };
1620
1643
 
1621
- declare type Props_24 = {
1644
+ declare type Props_25 = {
1622
1645
  children: ReactNode;
1623
1646
  };
1624
1647
 
1625
- declare type Props_25 = {
1648
+ declare type Props_26 = {
1626
1649
  banners: Array<BannerResponse>;
1627
1650
  index: string | number;
1628
1651
  };
1629
1652
 
1630
- declare type Props_26 = {
1653
+ declare type Props_27 = {
1631
1654
  banners: Array<BannerResponse>;
1632
1655
  name: string;
1633
1656
  };
1634
1657
 
1635
- declare type Props_27 = {
1658
+ declare type Props_28 = {
1636
1659
  title?: string;
1637
1660
  content: Array<NewListResponseData>;
1638
1661
  customNewsDescriptionStyles?: CSSProperties;
1639
1662
  paths: RoutePathConfig;
1640
1663
  };
1641
1664
 
1642
- declare type Props_28 = {
1665
+ declare type Props_29 = {
1643
1666
  title: string;
1644
1667
  sibtitle: string;
1645
1668
  image: ReactNode;
@@ -1647,49 +1670,25 @@ declare type Props_28 = {
1647
1670
  className?: string;
1648
1671
  };
1649
1672
 
1650
- declare type Props_29 = {
1673
+ declare type Props_3 = {
1674
+ AssetsPrefix: string | Record<string, string>;
1675
+ AssetsPath: string;
1676
+ isDev: boolean;
1677
+ };
1678
+
1679
+ declare type Props_30 = {
1651
1680
  title: string;
1652
1681
  sibtitle: string;
1653
1682
  image: ReactNode;
1654
1683
  texts: textsType;
1655
1684
  };
1656
1685
 
1657
- declare type Props_3 = {
1658
- axiosApi: AxiosInstance;
1659
- banners: BannerResponse[];
1660
- config: Config;
1661
- socials: Socials;
1662
- defaultMetadataName: MetadataDefaultsKeys;
1663
- meta: any;
1664
- imgSizes?: any;
1665
- texts?: {
1666
- [key: string]: string;
1667
- };
1668
- pathname: string;
1669
- slug?: string;
1670
- query?: string;
1671
- internalPath?: string;
1672
- speculationType?: 'Common' | 'Home';
1673
- preloadImageUrl?: PreloadImage[];
1674
- currentNew?: NewListResponseData;
1675
- custom_metadata?: Metadata;
1676
- custom_scriptReplaces?: {
1677
- '[author_replace]': string;
1678
- '[section_replace]': string;
1679
- '[tag_replace]': string;
1680
- '[url_replace]': string;
1681
- };
1682
- custom_Speculation?: string;
1683
- headConfig?: headConfig;
1684
- head_custom_elements?: any;
1685
- };
1686
-
1687
- declare type Props_30 = {
1686
+ declare type Props_31 = {
1688
1687
  whatsappLink: string;
1689
1688
  terms: string;
1690
1689
  };
1691
1690
 
1692
- declare type Props_31 = {
1691
+ declare type Props_32 = {
1693
1692
  socials: any;
1694
1693
  socialNetworks: any;
1695
1694
  freeZone: Array<MenuResponse>;
@@ -1699,17 +1698,17 @@ declare type Props_31 = {
1699
1698
  customBlock?: ReactNode;
1700
1699
  };
1701
1700
 
1702
- declare type Props_32 = {
1701
+ declare type Props_33 = {
1703
1702
  noteShare?: NoteShare;
1704
1703
  url?: string;
1705
1704
  };
1706
1705
 
1707
- declare type Props_33 = {
1706
+ declare type Props_34 = {
1708
1707
  video: VideoResponseData;
1709
1708
  type: string;
1710
1709
  };
1711
1710
 
1712
- declare type Props_34 = {
1711
+ declare type Props_35 = {
1713
1712
  currentPage: number;
1714
1713
  showNext: boolean;
1715
1714
  maxPages: number;
@@ -1720,19 +1719,19 @@ declare type Props_34 = {
1720
1719
  };
1721
1720
  };
1722
1721
 
1723
- declare type Props_35 = {
1722
+ declare type Props_36 = {
1724
1723
  children: ReactNode;
1725
1724
  paginatorComponent?: ReactNode;
1726
1725
  grid?: 3 | 4;
1727
1726
  className?: string;
1728
1727
  };
1729
1728
 
1730
- declare type Props_36 = {
1729
+ declare type Props_37 = {
1731
1730
  children: ReactNode;
1732
1731
  className?: string;
1733
1732
  };
1734
1733
 
1735
- declare type Props_37 = {
1734
+ declare type Props_38 = {
1736
1735
  title: string;
1737
1736
  description: string;
1738
1737
  buttonText?: string;
@@ -1740,64 +1739,70 @@ declare type Props_37 = {
1740
1739
  backgroundImgURL?: string;
1741
1740
  };
1742
1741
 
1743
- declare type Props_38 = {
1744
- label: string;
1745
- } & InputHTMLAttributes<HTMLInputElement>;
1746
-
1747
1742
  declare type Props_39 = {
1748
1743
  label: string;
1749
- options: Array<SelectItem>;
1750
- } & InputHTMLAttributes<HTMLSelectElement>;
1744
+ } & InputHTMLAttributes<HTMLInputElement>;
1751
1745
 
1752
1746
  declare type Props_4 = {
1753
- children: ReactNode;
1754
- defaultRouteName: MetadataDefaultsKeys;
1747
+ axiosApi: AxiosInstance;
1755
1748
  banners: BannerResponse[];
1756
- pathname: string;
1757
1749
  config: Config;
1750
+ socials: Socials;
1751
+ defaultMetadataName: MetadataDefaultsKeys;
1752
+ meta: any;
1753
+ imgSizes?: any;
1754
+ texts?: {
1755
+ [key: string]: string;
1756
+ };
1757
+ pathname: string;
1758
1758
  slug?: string;
1759
+ query?: string;
1759
1760
  internalPath?: string;
1761
+ speculationType?: 'Common' | 'Home';
1762
+ preloadImageUrl?: PreloadImage[];
1760
1763
  currentNew?: NewListResponseData;
1761
- tagsParsed?: string;
1762
- scriptReplaces: {
1763
- [key in 'before' | 'after']: {
1764
- active: boolean;
1765
- customData: {
1766
- '[author_replace]': string;
1767
- '[section_replace]': string;
1768
- '[tag_replace]': string;
1769
- '[url_replace]': string;
1770
- } | undefined;
1771
- };
1764
+ custom_metadata?: Metadata;
1765
+ custom_scriptReplaces?: {
1766
+ '[author_replace]': string;
1767
+ '[section_replace]': string;
1768
+ '[tag_replace]': string;
1769
+ '[url_replace]': string;
1772
1770
  };
1773
- body_custom_elements?: any;
1771
+ custom_Speculation?: string;
1772
+ headConfig?: headConfig;
1773
+ head_custom_elements?: any;
1774
1774
  };
1775
1775
 
1776
- declare interface Props_40 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1776
+ declare type Props_40 = {
1777
+ label: string;
1778
+ options: Array<SelectItem>;
1779
+ } & InputHTMLAttributes<HTMLSelectElement>;
1780
+
1781
+ declare interface Props_41 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1777
1782
  label: string;
1778
1783
  }
1779
1784
 
1780
- declare type Props_41 = {
1785
+ declare type Props_42 = {
1781
1786
  fontSizeSubTitle?: string;
1782
1787
  lineHeightSubTitle?: string;
1783
1788
  } & NewListResponseData;
1784
1789
 
1785
- declare type Props_42 = {
1790
+ declare type Props_43 = {
1786
1791
  itemList: Array<ItemList>;
1787
1792
  };
1788
1793
 
1789
- declare type Props_43 = {
1794
+ declare type Props_44 = {
1790
1795
  autor: AutorInfo;
1791
1796
  autorIcon: any;
1792
1797
  className?: string;
1793
1798
  };
1794
1799
 
1795
- declare type Props_44 = {
1800
+ declare type Props_45 = {
1796
1801
  autor: AutorInfo;
1797
1802
  autorIcon: any;
1798
1803
  };
1799
1804
 
1800
- declare type Props_45 = {
1805
+ declare type Props_46 = {
1801
1806
  children: ReactNode;
1802
1807
  banner: ReactNode;
1803
1808
  bannerTop: ReactNode;
@@ -1806,7 +1811,7 @@ declare type Props_45 = {
1806
1811
  paths: RoutePathConfig;
1807
1812
  };
1808
1813
 
1809
- declare type Props_46 = {
1814
+ declare type Props_47 = {
1810
1815
  video: VideoResponseData;
1811
1816
  videoList: Array<VideoResponseData>;
1812
1817
  type: string;
@@ -1820,7 +1825,7 @@ declare type Props_46 = {
1820
1825
  };
1821
1826
  };
1822
1827
 
1823
- declare interface Props_47 {
1828
+ declare interface Props_48 {
1824
1829
  autor: AutorInfo;
1825
1830
  autorIcon: any;
1826
1831
  texts: {
@@ -1829,7 +1834,7 @@ declare interface Props_47 {
1829
1834
  paths: RoutePathConfig;
1830
1835
  }
1831
1836
 
1832
- declare type Props_48 = {
1837
+ declare type Props_49 = {
1833
1838
  news: NewListResponseData;
1834
1839
  autorIcon: ReactNode;
1835
1840
  texts: textsType;
@@ -1837,6 +1842,30 @@ declare type Props_48 = {
1837
1842
  };
1838
1843
 
1839
1844
  declare type Props_5 = {
1845
+ children: ReactNode;
1846
+ defaultRouteName: MetadataDefaultsKeys;
1847
+ banners: BannerResponse[];
1848
+ pathname: string;
1849
+ config: Config;
1850
+ slug?: string;
1851
+ internalPath?: string;
1852
+ currentNew?: NewListResponseData;
1853
+ tagsParsed?: string;
1854
+ scriptReplaces: {
1855
+ [key in 'before' | 'after']: {
1856
+ active: boolean;
1857
+ customData: {
1858
+ '[author_replace]': string;
1859
+ '[section_replace]': string;
1860
+ '[tag_replace]': string;
1861
+ '[url_replace]': string;
1862
+ } | undefined;
1863
+ };
1864
+ };
1865
+ body_custom_elements?: any;
1866
+ };
1867
+
1868
+ declare type Props_6 = {
1840
1869
  pathname?: string;
1841
1870
  slug?: string;
1842
1871
  config?: Config;
@@ -1844,11 +1873,11 @@ declare type Props_5 = {
1844
1873
  internalPath?: string;
1845
1874
  };
1846
1875
 
1847
- declare type Props_6 = {
1876
+ declare type Props_7 = {
1848
1877
  showTitle?: boolean;
1849
1878
  } & NewsDescriptionProps;
1850
1879
 
1851
- declare type Props_7 = {
1880
+ declare type Props_8 = {
1852
1881
  option: string;
1853
1882
  slug: string;
1854
1883
  currentPage: number;
@@ -1865,37 +1894,11 @@ declare type Props_7 = {
1865
1894
  paths: RoutePathConfig;
1866
1895
  };
1867
1896
 
1868
- declare type Props_8 = {
1869
- data: FreeZoneResponse[];
1870
- };
1871
-
1872
1897
  declare type Props_9 = {
1873
- custom_complement?: any;
1874
- ranking?: NewListResponseData[];
1875
- banners: BannerResponse[];
1876
- news?: NewListResponseData[];
1877
- autor?: AutorInfo[];
1878
- newsRelatedResponses?: (NewListResponseData[] | undefined)[];
1879
- itemList?: ItemList[];
1880
- slug: string;
1881
- socials: any;
1882
- getVideos: {
1883
- iframe: () => void;
1884
- schema: () => void;
1885
- };
1886
- autorIcon: ReactNode;
1887
- noteShare?: NoteShare;
1888
- stylesConfig: {
1889
- [key: string]: any;
1890
- };
1891
- relatedNewsList: any;
1892
- texts: textsType;
1893
- paths: RoutePathConfig;
1894
- internalPath: string;
1895
- showComments?: boolean;
1898
+ data: FreeZoneResponse[];
1896
1899
  };
1897
1900
 
1898
- export declare const Readest: FC<Props_27>;
1901
+ export declare const Readest: FC<Props_28>;
1899
1902
 
1900
1903
  declare interface Related {
1901
1904
  automatic: boolean;
@@ -1963,9 +1966,9 @@ export declare interface RoutePathConfig {
1963
1966
  'ultimas-noticias': string | 'ultimas-noticias';
1964
1967
  }
1965
1968
 
1966
- export declare function ScriptHydrator({ containerId, containerId2 }: Props_15): null;
1969
+ export declare function ScriptHydrator({ containerId, containerId2 }: Props_16): null;
1967
1970
 
1968
- export declare const SearchSection: FC<Props_11>;
1971
+ export declare const SearchSection: FC<Props_12>;
1969
1972
 
1970
1973
  export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttributes<HTMLDivElement>>;
1971
1974
 
@@ -2021,7 +2024,7 @@ declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview
2021
2024
  heightImageOverwrite?: string;
2022
2025
  }
2023
2026
 
2024
- export declare const SectionCardServerComponent: FC<Props_14>;
2027
+ export declare const SectionCardServerComponent: FC<Props_15>;
2025
2028
 
2026
2029
  declare interface SectionCSS {
2027
2030
  '--section-title-color'?: string;
@@ -2059,16 +2062,16 @@ declare interface SectionProps {
2059
2062
  isTitle?: boolean;
2060
2063
  }
2061
2064
 
2062
- export declare const SectionServerComponent: FC<Props_7>;
2065
+ export declare const SectionServerComponent: FC<Props_8>;
2063
2066
 
2064
2067
  declare type SelectItem = {
2065
2068
  label: string;
2066
2069
  value: string | number;
2067
2070
  };
2068
2071
 
2069
- export declare function shareButtons({ noteShare }: Props_32): JSX.Element | null;
2072
+ export declare function shareButtons({ noteShare }: Props_33): JSX.Element | null;
2070
2073
 
2071
- export declare const ShowSection: FC<Props_23>;
2074
+ export declare const ShowSection: FC<Props_24>;
2072
2075
 
2073
2076
  declare interface Size {
2074
2077
  size: string;
@@ -2156,13 +2159,13 @@ export declare const speculationRulesHome: {
2156
2159
  }[];
2157
2160
  };
2158
2161
 
2159
- export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_17): JSX.Element;
2162
+ export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_18): JSX.Element;
2160
2163
 
2161
- export declare const SubscribeColumn: (props: Props_28) => JSX.Element;
2164
+ export declare const SubscribeColumn: (props: Props_29) => JSX.Element;
2162
2165
 
2163
- export declare const SubscribeRow: FC<Props_29>;
2166
+ export declare const SubscribeRow: FC<Props_30>;
2164
2167
 
2165
- export declare const SubscribeWhatsAppColumn: FC<Props_30>;
2168
+ export declare const SubscribeWhatsAppColumn: FC<Props_31>;
2166
2169
 
2167
2170
  declare interface Subtitle {
2168
2171
  rendered: string;
@@ -2203,7 +2206,7 @@ export declare interface Tag {
2203
2206
  info: boolean;
2204
2207
  }
2205
2208
 
2206
- export declare const TagComponent: FC<Props_10>;
2209
+ export declare const TagComponent: FC<Props_11>;
2207
2210
 
2208
2211
  export declare const TagSection: FC<TagSectionProps>;
2209
2212
 
@@ -2232,7 +2235,7 @@ export declare type textsType = {
2232
2235
  [key: string]: string;
2233
2236
  };
2234
2237
 
2235
- export declare const TimeLine: FC<Props_42>;
2238
+ export declare const TimeLine: FC<Props_43>;
2236
2239
 
2237
2240
  declare interface Title {
2238
2241
  home: string;
@@ -2267,9 +2270,9 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2267
2270
  captchaAction: captchaActionType;
2268
2271
  }) => Promise<number>;
2269
2272
 
2270
- export declare const VideoBlock3: FC<Props_33>;
2273
+ export declare const VideoBlock3: FC<Props_34>;
2271
2274
 
2272
- export declare const VideoBlock4: FC<Props_46>;
2275
+ export declare const VideoBlock4: FC<Props_47>;
2273
2276
 
2274
2277
  export declare interface VideoResponseData {
2275
2278
  config: {
@@ -2315,7 +2318,7 @@ declare interface VideoSchemasProps {
2315
2318
  axiosApi: AxiosInstance;
2316
2319
  }
2317
2320
 
2318
- export declare const VideoSection: FC<Props_13>;
2321
+ export declare const VideoSection: FC<Props_14>;
2319
2322
 
2320
2323
  export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
2321
2324