sass-template-common 0.0.71 → 0.0.73

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.
@@ -64,11 +64,11 @@ export declare interface Author {
64
64
  internaluser: boolean;
65
65
  }
66
66
 
67
- export declare const AutorComponent: FC<Props_13>;
67
+ export declare const AutorComponent: FC<Props_12>;
68
68
 
69
- export declare const AutorHeader1: FC<Props_44>;
69
+ export declare const AutorHeader1: FC<Props_43>;
70
70
 
71
- export declare const AutorHeader2: FC<Props_45>;
71
+ export declare const AutorHeader2: FC<Props_44>;
72
72
 
73
73
  export declare interface AutorInfo {
74
74
  info: {
@@ -106,9 +106,9 @@ export declare interface AutorInfo {
106
106
  };
107
107
  }
108
108
 
109
- export declare const BannerAdvertising: ({ banners, name }: Props_27) => false | JSX.Element | null | undefined;
109
+ export declare const BannerAdvertising: ({ banners, name }: Props_26) => false | JSX.Element | null | undefined;
110
110
 
111
- export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_26) => JSX.Element | null;
111
+ export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_25) => JSX.Element | null;
112
112
 
113
113
  export declare interface BannerResponse {
114
114
  key: string;
@@ -353,17 +353,17 @@ export declare type ConfigMain = {
353
353
  };
354
354
  };
355
355
 
356
- export declare const ContactInfoServer: FC<Props_9>;
356
+ export declare const ContactInfoServer: FC<Props_8>;
357
357
 
358
- export declare const ContactInput: FC<Props_39>;
358
+ export declare const ContactInput: FC<Props_38>;
359
359
 
360
- export declare const ContactSelect: FC<Props_40>;
360
+ export declare const ContactSelect: FC<Props_39>;
361
361
 
362
- export declare const ContactTextarea: FC<Props_41>;
362
+ export declare const ContactTextarea: FC<Props_40>;
363
363
 
364
- export declare const ContentLayout1: FC<Props_23>;
364
+ export declare const ContentLayout1: FC<Props_22>;
365
365
 
366
- export declare const ContentLayoutTema: FC<Props_37>;
366
+ export declare const ContentLayoutTema: FC<Props_36>;
367
367
 
368
368
  export declare const cutString: (text: string, length?: number) => string;
369
369
 
@@ -396,7 +396,7 @@ declare interface Date_2 {
396
396
  }
397
397
  export { Date_2 as Date }
398
398
 
399
- export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_21) => JSX.Element | null;
399
+ export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_20) => JSX.Element | null;
400
400
 
401
401
  declare type DestacadoDiario = {
402
402
  customSectionCardStyles: SectionCardCSS;
@@ -462,11 +462,11 @@ export declare class DynamicBlockServices extends CommonServices {
462
462
  }>;
463
463
  }
464
464
 
465
- export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, }: Props_20) => JSX.Element[];
465
+ export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, }: Props_19) => JSX.Element[];
466
466
 
467
- export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_19) => JSX.Element;
467
+ export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_18) => JSX.Element;
468
468
 
469
- export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_17): JSX.Element | undefined;
469
+ export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_16): JSX.Element | undefined;
470
470
 
471
471
  export declare const EditorialBlock: FC<Props_6>;
472
472
 
@@ -497,7 +497,7 @@ export declare interface Entity {
497
497
  };
498
498
  }
499
499
 
500
- export declare const ErrorComponent: FC<Props_38>;
500
+ export declare const ErrorComponent: FC<Props_37>;
501
501
 
502
502
  declare interface External_2 {
503
503
  httpstream: boolean;
@@ -510,7 +510,7 @@ export declare const Font: ({ config }: {
510
510
  config: Config;
511
511
  }) => JSX.Element;
512
512
 
513
- export declare const Footer: FC<Props_32>;
513
+ export declare const Footer: FC<Props_31>;
514
514
 
515
515
  export declare const FormatAfterScripts: (props: {
516
516
  name: string;
@@ -781,7 +781,28 @@ export declare type headConfig = {
781
781
  schemas_WebsiteList: boolean;
782
782
  };
783
783
 
784
- export declare const HeaderComponent: FC<Props_7>;
784
+ export declare const Header: default_2.FC<HeaderProps>;
785
+
786
+ declare type HeaderProps = {
787
+ menuText: string;
788
+ editionText: string;
789
+ menu: Array<MenuResponse>;
790
+ alertZone?: NewListResponse;
791
+ children: default_2.ReactNode;
792
+ sidebar: Array<MenuResponse>;
793
+ cintillo?: Array<MenuResponse>;
794
+ socialIcons: boolean;
795
+ tapeTitle?: string;
796
+ icon: ReactNode;
797
+ socials: Socials;
798
+ rightZone?: ReactNode;
799
+ sidebarExtra?: ReactNode;
800
+ copyrigth?: string;
801
+ searchKeyWord: string;
802
+ showAlertPop?: boolean;
803
+ showOnlyStickyHeader?: boolean;
804
+ searchLink?: string;
805
+ };
785
806
 
786
807
  declare interface ICommonServices {
787
808
  config?: Config;
@@ -909,7 +930,7 @@ declare interface ItemListSchemaProps {
909
930
  ROUTE: MetadataDefaultsKeys;
910
931
  }
911
932
 
912
- export declare const LayoutNewsComponent: FC<Props_46>;
933
+ export declare const LayoutNewsComponent: FC<Props_45>;
913
934
 
914
935
  export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, COGNITO_AUTH_PREFIX, captchaVars, }: LazyLoaderProps) => JSX.Element;
915
936
 
@@ -966,9 +987,9 @@ export declare interface Link {
966
987
  redirect: boolean;
967
988
  }
968
989
 
969
- export declare const LiveBlogHeader: FC<Props_42>;
990
+ export declare const LiveBlogHeader: FC<Props_41>;
970
991
 
971
- declare const Location_2: FC<Props_22>;
992
+ declare const Location_2: FC<Props_21>;
972
993
  export { Location_2 as Location }
973
994
 
974
995
  export declare type Logo = {
@@ -1055,7 +1076,7 @@ export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'a
1055
1076
 
1056
1077
  export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
1057
1078
 
1058
- export declare const MiddleSection: FC<Props_25>;
1079
+ export declare const MiddleSection: FC<Props_24>;
1059
1080
 
1060
1081
  export declare const Modulo1x3: FC<Modulo1x3Props>;
1061
1082
 
@@ -1287,9 +1308,9 @@ declare interface NewsArticleProps {
1287
1308
  axiosApi: AxiosInstance;
1288
1309
  }
1289
1310
 
1290
- export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
1311
+ export declare const NewsComponent: (props: Props_9) => Promise<JSX.Element | undefined>;
1291
1312
 
1292
- export declare const NewsContent: FC<Props_36>;
1313
+ export declare const NewsContent: FC<Props_35>;
1293
1314
 
1294
1315
  declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1295
1316
  '--news-description-block-padding-main'?: string;
@@ -1333,7 +1354,7 @@ export declare interface NewsResponse {
1333
1354
  data: DataNews[];
1334
1355
  }
1335
1356
 
1336
- export declare const NextPrev: FC<Props_35>;
1357
+ export declare const NextPrev: FC<Props_34>;
1337
1358
 
1338
1359
  export declare type NoteShare = {
1339
1360
  variant: 'outline' | 'container';
@@ -1457,37 +1478,6 @@ export declare type Props = {
1457
1478
  };
1458
1479
 
1459
1480
  declare type Props_10 = {
1460
- ranking?: NewListResponseData[];
1461
- banners: BannerResponse[];
1462
- news?: NewListResponseData[];
1463
- autor?: AutorInfo[];
1464
- newsRelatedResponses?: (NewListResponseData[] | undefined)[];
1465
- itemList?: ItemList[];
1466
- slug: string;
1467
- socials: any;
1468
- getVideos: {
1469
- iframe: Function;
1470
- schema: Function;
1471
- };
1472
- autorIcon: ReactNode;
1473
- shareOnlyWhatsApp?: boolean;
1474
- noteShare?: NoteShare;
1475
- stylesConfig: {
1476
- [key: string]: any;
1477
- };
1478
- relatedNewsList: any;
1479
- texts: textsType;
1480
- paths: RoutePathConfig;
1481
- internalPath: string;
1482
- showComments?: boolean;
1483
- COGNITO_AUTH_PREFIX?: string;
1484
- captchaVars?: {
1485
- CAPTCHA_KEY_V2: string;
1486
- CAPTCHA_KEY: string;
1487
- };
1488
- };
1489
-
1490
- declare type Props_11 = {
1491
1481
  option: string;
1492
1482
  entity?: Entity;
1493
1483
  sectionPadding?: string;
@@ -1496,13 +1486,13 @@ declare type Props_11 = {
1496
1486
  textColor?: string;
1497
1487
  };
1498
1488
 
1499
- declare type Props_12 = {
1489
+ declare type Props_11 = {
1500
1490
  query: string;
1501
1491
  hasContent: boolean;
1502
1492
  texts: textsType;
1503
1493
  };
1504
1494
 
1505
- declare type Props_13 = {
1495
+ declare type Props_12 = {
1506
1496
  option: string;
1507
1497
  autor: Array<AutorInfo>;
1508
1498
  data: Array<NewListResponseData>;
@@ -1521,52 +1511,45 @@ declare type Props_13 = {
1521
1511
  paths: RoutePathConfig;
1522
1512
  };
1523
1513
 
1524
- declare type Props_14 = {
1514
+ declare type Props_13 = {
1525
1515
  option: string;
1526
1516
  data: Array<VideoResponseData>;
1527
1517
  };
1528
1518
 
1529
- declare type Props_15 = {
1519
+ declare type Props_14 = {
1530
1520
  option: string;
1531
1521
  item: NewListResponseData;
1532
1522
  autorIcon: ReactNode;
1533
1523
  paths: RoutePathConfig;
1534
1524
  };
1535
1525
 
1536
- declare type Props_16 = {
1526
+ declare type Props_15 = {
1537
1527
  containerId: string;
1538
1528
  containerId2: string;
1539
1529
  };
1540
1530
 
1541
- declare type Props_17 = {
1531
+ declare type Props_16 = {
1542
1532
  component: string;
1543
1533
  slot_id: string;
1544
1534
  data: any;
1545
1535
  banners: BannerResponse[];
1546
1536
  };
1547
1537
 
1548
- declare type Props_18 = {
1538
+ declare type Props_17 = {
1549
1539
  children: ReactNode;
1550
1540
  stylesConfigEntry: {
1551
1541
  [key: string]: any;
1552
1542
  };
1553
1543
  };
1554
1544
 
1555
- declare type Props_19 = {
1545
+ declare type Props_18 = {
1556
1546
  component: string;
1557
1547
  data: any;
1558
1548
  banners: BannerResponse[];
1559
1549
  rightOnlyBanner?: boolean;
1560
1550
  };
1561
1551
 
1562
- declare type Props_2 = {
1563
- id?: string;
1564
- dimensionValues?: {
1565
- [key: string]: string;
1566
- };
1567
- };
1568
-
1569
- declare type Props_20 = {
1552
+ declare type Props_19 = {
1570
1553
  slots: any;
1571
1554
  DYNAMIC_SLOT_SUBINDEXES: number;
1572
1555
  stylesConfig: ConfigDynamic;
@@ -1575,51 +1558,58 @@ declare type Props_20 = {
1575
1558
  banners: BannerResponse[];
1576
1559
  };
1577
1560
 
1578
- declare type Props_21 = {
1561
+ declare type Props_2 = {
1562
+ id?: string;
1563
+ dimensionValues?: {
1564
+ [key: string]: string;
1565
+ };
1566
+ };
1567
+
1568
+ declare type Props_20 = {
1579
1569
  mainBlock: any;
1580
1570
  StylesConfigMain: ConfigMain;
1581
1571
  config: Config;
1582
1572
  banners: BannerResponse[];
1583
1573
  };
1584
1574
 
1585
- declare type Props_22 = {
1575
+ declare type Props_21 = {
1586
1576
  place: string;
1587
1577
  };
1588
1578
 
1589
- declare type Props_23 = {
1579
+ declare type Props_22 = {
1590
1580
  children: ReactNode;
1591
1581
  desktopWidth?: string;
1592
1582
  className?: string;
1593
1583
  };
1594
1584
 
1595
- declare type Props_24 = {
1585
+ declare type Props_23 = {
1596
1586
  children: ReactNode;
1597
1587
  show: boolean;
1598
1588
  order?: number;
1599
1589
  };
1600
1590
 
1601
- declare type Props_25 = {
1591
+ declare type Props_24 = {
1602
1592
  children: ReactNode;
1603
1593
  };
1604
1594
 
1605
- declare type Props_26 = {
1595
+ declare type Props_25 = {
1606
1596
  banners: Array<BannerResponse>;
1607
1597
  index: string | number;
1608
1598
  };
1609
1599
 
1610
- declare type Props_27 = {
1600
+ declare type Props_26 = {
1611
1601
  banners: Array<BannerResponse>;
1612
1602
  name: string;
1613
1603
  };
1614
1604
 
1615
- declare type Props_28 = {
1605
+ declare type Props_27 = {
1616
1606
  title?: string;
1617
1607
  content: Array<NewListResponseData>;
1618
1608
  customNewsDescriptionStyles?: CSSProperties;
1619
1609
  paths: RoutePathConfig;
1620
1610
  };
1621
1611
 
1622
- declare type Props_29 = {
1612
+ declare type Props_28 = {
1623
1613
  title: string;
1624
1614
  sibtitle: string;
1625
1615
  image: ReactNode;
@@ -1627,6 +1617,13 @@ declare type Props_29 = {
1627
1617
  className?: string;
1628
1618
  };
1629
1619
 
1620
+ declare type Props_29 = {
1621
+ title: string;
1622
+ sibtitle: string;
1623
+ image: ReactNode;
1624
+ texts: textsType;
1625
+ };
1626
+
1630
1627
  declare type Props_3 = {
1631
1628
  axiosApi: AxiosInstance;
1632
1629
  banners: BannerResponse[];
@@ -1658,18 +1655,11 @@ declare type Props_3 = {
1658
1655
  };
1659
1656
 
1660
1657
  declare type Props_30 = {
1661
- title: string;
1662
- sibtitle: string;
1663
- image: ReactNode;
1664
- texts: textsType;
1665
- };
1666
-
1667
- declare type Props_31 = {
1668
1658
  whatsappLink: string;
1669
1659
  terms: string;
1670
1660
  };
1671
1661
 
1672
- declare type Props_32 = {
1662
+ declare type Props_31 = {
1673
1663
  socials: any;
1674
1664
  socialNetworks: any;
1675
1665
  freeZone: Array<MenuResponse>;
@@ -1679,17 +1669,17 @@ declare type Props_32 = {
1679
1669
  customBlock?: ReactNode;
1680
1670
  };
1681
1671
 
1682
- declare type Props_33 = {
1672
+ declare type Props_32 = {
1683
1673
  noteShare?: NoteShare;
1684
1674
  url?: string;
1685
1675
  };
1686
1676
 
1687
- declare type Props_34 = {
1677
+ declare type Props_33 = {
1688
1678
  video: VideoResponseData;
1689
1679
  type: string;
1690
1680
  };
1691
1681
 
1692
- declare type Props_35 = {
1682
+ declare type Props_34 = {
1693
1683
  currentPage: number;
1694
1684
  showNext: boolean;
1695
1685
  maxPages: number;
@@ -1700,19 +1690,19 @@ declare type Props_35 = {
1700
1690
  };
1701
1691
  };
1702
1692
 
1703
- declare type Props_36 = {
1693
+ declare type Props_35 = {
1704
1694
  children: ReactNode;
1705
1695
  paginatorComponent?: ReactNode;
1706
1696
  grid?: 3 | 4;
1707
1697
  className?: string;
1708
1698
  };
1709
1699
 
1710
- declare type Props_37 = {
1700
+ declare type Props_36 = {
1711
1701
  children: ReactNode;
1712
1702
  className?: string;
1713
1703
  };
1714
1704
 
1715
- declare type Props_38 = {
1705
+ declare type Props_37 = {
1716
1706
  title: string;
1717
1707
  description: string;
1718
1708
  buttonText?: string;
@@ -1720,10 +1710,15 @@ declare type Props_38 = {
1720
1710
  backgroundImgURL?: string;
1721
1711
  };
1722
1712
 
1723
- declare type Props_39 = {
1713
+ declare type Props_38 = {
1724
1714
  label: string;
1725
1715
  } & InputHTMLAttributes<HTMLInputElement>;
1726
1716
 
1717
+ declare type Props_39 = {
1718
+ label: string;
1719
+ options: Array<SelectItem>;
1720
+ } & InputHTMLAttributes<HTMLSelectElement>;
1721
+
1727
1722
  declare type Props_4 = {
1728
1723
  children: ReactNode;
1729
1724
  defaultRouteName: MetadataDefaultsKeys;
@@ -1749,36 +1744,31 @@ declare type Props_4 = {
1749
1744
  body_custom_elements?: any;
1750
1745
  };
1751
1746
 
1752
- declare type Props_40 = {
1753
- label: string;
1754
- options: Array<SelectItem>;
1755
- } & InputHTMLAttributes<HTMLSelectElement>;
1756
-
1757
- declare interface Props_41 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1747
+ declare interface Props_40 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1758
1748
  label: string;
1759
1749
  }
1760
1750
 
1761
- declare type Props_42 = {
1751
+ declare type Props_41 = {
1762
1752
  fontSizeSubTitle?: string;
1763
1753
  lineHeightSubTitle?: string;
1764
1754
  } & NewListResponseData;
1765
1755
 
1766
- declare type Props_43 = {
1756
+ declare type Props_42 = {
1767
1757
  itemList: Array<ItemList>;
1768
1758
  };
1769
1759
 
1770
- declare type Props_44 = {
1760
+ declare type Props_43 = {
1771
1761
  autor: AutorInfo;
1772
1762
  autorIcon: any;
1773
1763
  className?: string;
1774
1764
  };
1775
1765
 
1776
- declare type Props_45 = {
1766
+ declare type Props_44 = {
1777
1767
  autor: AutorInfo;
1778
1768
  autorIcon: any;
1779
1769
  };
1780
1770
 
1781
- declare type Props_46 = {
1771
+ declare type Props_45 = {
1782
1772
  children: ReactNode;
1783
1773
  banner: ReactNode;
1784
1774
  bannerTop: ReactNode;
@@ -1787,7 +1777,7 @@ declare type Props_46 = {
1787
1777
  paths: RoutePathConfig;
1788
1778
  };
1789
1779
 
1790
- declare type Props_47 = {
1780
+ declare type Props_46 = {
1791
1781
  video: VideoResponseData;
1792
1782
  videoList: Array<VideoResponseData>;
1793
1783
  type: string;
@@ -1814,25 +1804,6 @@ declare type Props_6 = {
1814
1804
  } & NewsDescriptionProps;
1815
1805
 
1816
1806
  declare type Props_7 = {
1817
- option: string;
1818
- menu: Array<MenuResponse>;
1819
- sidebar: Array<MenuResponse>;
1820
- alertZone?: NewListResponse;
1821
- cintillo?: Array<MenuResponse>;
1822
- socialIcons?: boolean;
1823
- children: ReactNode;
1824
- tapeTitle?: string;
1825
- icon: ReactNode;
1826
- socials: Socials;
1827
- copyrigth?: string;
1828
- rightZone?: ReactNode;
1829
- sidebarExtra?: ReactNode;
1830
- showAlertPop?: boolean;
1831
- texts: textsType;
1832
- searchLink?: string;
1833
- };
1834
-
1835
- declare type Props_8 = {
1836
1807
  option: string;
1837
1808
  slug: string;
1838
1809
  currentPage: number;
@@ -1849,11 +1820,42 @@ declare type Props_8 = {
1849
1820
  paths: RoutePathConfig;
1850
1821
  };
1851
1822
 
1852
- declare type Props_9 = {
1823
+ declare type Props_8 = {
1853
1824
  data: FreeZoneResponse[];
1854
1825
  };
1855
1826
 
1856
- export declare const Readest: FC<Props_28>;
1827
+ declare type Props_9 = {
1828
+ ranking?: NewListResponseData[];
1829
+ banners: BannerResponse[];
1830
+ news?: NewListResponseData[];
1831
+ autor?: AutorInfo[];
1832
+ newsRelatedResponses?: (NewListResponseData[] | undefined)[];
1833
+ itemList?: ItemList[];
1834
+ slug: string;
1835
+ socials: any;
1836
+ getVideos: {
1837
+ iframe: Function;
1838
+ schema: Function;
1839
+ };
1840
+ autorIcon: ReactNode;
1841
+ shareOnlyWhatsApp?: boolean;
1842
+ noteShare?: NoteShare;
1843
+ stylesConfig: {
1844
+ [key: string]: any;
1845
+ };
1846
+ relatedNewsList: any;
1847
+ texts: textsType;
1848
+ paths: RoutePathConfig;
1849
+ internalPath: string;
1850
+ showComments?: boolean;
1851
+ COGNITO_AUTH_PREFIX?: string;
1852
+ captchaVars?: {
1853
+ CAPTCHA_KEY_V2: string;
1854
+ CAPTCHA_KEY: string;
1855
+ };
1856
+ };
1857
+
1858
+ export declare const Readest: FC<Props_27>;
1857
1859
 
1858
1860
  declare interface Related {
1859
1861
  automatic: boolean;
@@ -1926,9 +1928,9 @@ export declare interface RoutePathConfig {
1926
1928
  'ultimas-noticias': string | 'ultimas-noticias';
1927
1929
  }
1928
1930
 
1929
- export declare function ScriptHydrator({ containerId, containerId2 }: Props_16): null;
1931
+ export declare function ScriptHydrator({ containerId, containerId2 }: Props_15): null;
1930
1932
 
1931
- export declare const SearchSection: FC<Props_12>;
1933
+ export declare const SearchSection: FC<Props_11>;
1932
1934
 
1933
1935
  export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttributes<HTMLDivElement>>;
1934
1936
 
@@ -1977,7 +1979,7 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
1977
1979
  customSectionCardStyles?: CSSProperties;
1978
1980
  }
1979
1981
 
1980
- export declare const SectionCardServerComponent: FC<Props_15>;
1982
+ export declare const SectionCardServerComponent: FC<Props_14>;
1981
1983
 
1982
1984
  declare interface SectionCSS {
1983
1985
  '--section-title-color'?: string;
@@ -2015,16 +2017,16 @@ declare interface SectionProps {
2015
2017
  isTitle?: boolean;
2016
2018
  }
2017
2019
 
2018
- export declare const SectionServerComponent: FC<Props_8>;
2020
+ export declare const SectionServerComponent: FC<Props_7>;
2019
2021
 
2020
2022
  declare type SelectItem = {
2021
2023
  label: string;
2022
2024
  value: string | number;
2023
2025
  };
2024
2026
 
2025
- export declare function shareButtons({ noteShare }: Props_33): JSX.Element | null;
2027
+ export declare function shareButtons({ noteShare }: Props_32): JSX.Element | null;
2026
2028
 
2027
- export declare const ShowSection: FC<Props_24>;
2029
+ export declare const ShowSection: FC<Props_23>;
2028
2030
 
2029
2031
  declare interface Size {
2030
2032
  size: string;
@@ -2112,13 +2114,13 @@ export declare const speculationRulesHome: {
2112
2114
  }[];
2113
2115
  };
2114
2116
 
2115
- export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_18): JSX.Element;
2117
+ export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_17): JSX.Element;
2116
2118
 
2117
- export declare const SubscribeColumn: (props: Props_29) => JSX.Element;
2119
+ export declare const SubscribeColumn: (props: Props_28) => JSX.Element;
2118
2120
 
2119
- export declare const SubscribeRow: FC<Props_30>;
2121
+ export declare const SubscribeRow: FC<Props_29>;
2120
2122
 
2121
- export declare const SubscribeWhatsAppColumn: FC<Props_31>;
2123
+ export declare const SubscribeWhatsAppColumn: FC<Props_30>;
2122
2124
 
2123
2125
  declare interface Subtitle {
2124
2126
  rendered: string;
@@ -2159,7 +2161,7 @@ export declare interface Tag {
2159
2161
  info: boolean;
2160
2162
  }
2161
2163
 
2162
- export declare const TagComponent: FC<Props_11>;
2164
+ export declare const TagComponent: FC<Props_10>;
2163
2165
 
2164
2166
  export declare type textsType = {
2165
2167
  menuText: string;
@@ -2180,7 +2182,7 @@ export declare type textsType = {
2180
2182
  [key: string]: string;
2181
2183
  };
2182
2184
 
2183
- export declare const TimeLine: FC<Props_43>;
2185
+ export declare const TimeLine: FC<Props_42>;
2184
2186
 
2185
2187
  declare interface Title {
2186
2188
  home: string;
@@ -2215,9 +2217,9 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2215
2217
  captchaAction: captchaActionType;
2216
2218
  }) => Promise<number>;
2217
2219
 
2218
- export declare const VideoBlock3: FC<Props_34>;
2220
+ export declare const VideoBlock3: FC<Props_33>;
2219
2221
 
2220
- export declare const VideoBlock4: FC<Props_47>;
2222
+ export declare const VideoBlock4: FC<Props_46>;
2221
2223
 
2222
2224
  export declare interface VideoResponseData {
2223
2225
  config: {
@@ -2263,7 +2265,7 @@ declare interface VideoSchemasProps {
2263
2265
  axiosApi: AxiosInstance;
2264
2266
  }
2265
2267
 
2266
- export declare const VideoSection: FC<Props_14>;
2268
+ export declare const VideoSection: FC<Props_13>;
2267
2269
 
2268
2270
  export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
2269
2271