sass-template-common 0.0.70 → 0.0.71

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_14>;
67
+ export declare const AutorComponent: FC<Props_13>;
68
68
 
69
- export declare const AutorHeader1: FC<Props_46>;
69
+ export declare const AutorHeader1: FC<Props_44>;
70
70
 
71
- export declare const AutorHeader2: FC<Props_47>;
71
+ export declare const AutorHeader2: FC<Props_45>;
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_28) => false | JSX.Element | null | undefined;
109
+ export declare const BannerAdvertising: ({ banners, name }: Props_27) => false | JSX.Element | null | undefined;
110
110
 
111
- export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_27) => JSX.Element | null;
111
+ export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_26) => 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_10>;
356
+ export declare const ContactInfoServer: FC<Props_9>;
357
357
 
358
- export declare const ContactInput: FC<Props_41>;
358
+ export declare const ContactInput: FC<Props_39>;
359
359
 
360
- export declare const ContactSelect: FC<Props_42>;
360
+ export declare const ContactSelect: FC<Props_40>;
361
361
 
362
- export declare const ContactTextarea: FC<Props_43>;
362
+ export declare const ContactTextarea: FC<Props_41>;
363
363
 
364
- export declare const ContentLayout1: FC<Props_24>;
364
+ export declare const ContentLayout1: FC<Props_23>;
365
365
 
366
- export declare const ContentLayoutTema: FC<Props_39>;
366
+ export declare const ContentLayoutTema: FC<Props_37>;
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_22) => JSX.Element | null;
399
+ export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_21) => 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_21) => JSX.Element[];
465
+ export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, }: Props_20) => JSX.Element[];
466
466
 
467
- export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_20) => JSX.Element;
467
+ export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_19) => JSX.Element;
468
468
 
469
- export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_18): JSX.Element | undefined;
469
+ export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_17): 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_40>;
500
+ export declare const ErrorComponent: FC<Props_38>;
501
501
 
502
502
  declare interface External_2 {
503
503
  httpstream: boolean;
@@ -510,11 +510,7 @@ export declare const Font: ({ config }: {
510
510
  config: Config;
511
511
  }) => JSX.Element;
512
512
 
513
- export declare const Footer1: FC<Props_33>;
514
-
515
- export declare const Footer2: FC<Props_35>;
516
-
517
- export declare const FooterComponent: FC<Props_8>;
513
+ export declare const Footer: FC<Props_32>;
518
514
 
519
515
  export declare const FormatAfterScripts: (props: {
520
516
  name: string;
@@ -913,7 +909,7 @@ declare interface ItemListSchemaProps {
913
909
  ROUTE: MetadataDefaultsKeys;
914
910
  }
915
911
 
916
- export declare const LayoutNewsComponent: FC<Props_48>;
912
+ export declare const LayoutNewsComponent: FC<Props_46>;
917
913
 
918
914
  export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, COGNITO_AUTH_PREFIX, captchaVars, }: LazyLoaderProps) => JSX.Element;
919
915
 
@@ -970,9 +966,9 @@ export declare interface Link {
970
966
  redirect: boolean;
971
967
  }
972
968
 
973
- export declare const LiveBlogHeader: FC<Props_44>;
969
+ export declare const LiveBlogHeader: FC<Props_42>;
974
970
 
975
- declare const Location_2: FC<Props_23>;
971
+ declare const Location_2: FC<Props_22>;
976
972
  export { Location_2 as Location }
977
973
 
978
974
  export declare type Logo = {
@@ -1059,7 +1055,7 @@ export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'a
1059
1055
 
1060
1056
  export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
1061
1057
 
1062
- export declare const MiddleSection: FC<Props_26>;
1058
+ export declare const MiddleSection: FC<Props_25>;
1063
1059
 
1064
1060
  export declare const Modulo1x3: FC<Modulo1x3Props>;
1065
1061
 
@@ -1291,9 +1287,9 @@ declare interface NewsArticleProps {
1291
1287
  axiosApi: AxiosInstance;
1292
1288
  }
1293
1289
 
1294
- export declare const NewsComponent: (props: Props_11) => Promise<JSX.Element | undefined>;
1290
+ export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
1295
1291
 
1296
- export declare const NewsContent: FC<Props_38>;
1292
+ export declare const NewsContent: FC<Props_36>;
1297
1293
 
1298
1294
  declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1299
1295
  '--news-description-block-padding-main'?: string;
@@ -1337,7 +1333,7 @@ export declare interface NewsResponse {
1337
1333
  data: DataNews[];
1338
1334
  }
1339
1335
 
1340
- export declare const NextPrev: FC<Props_37>;
1336
+ export declare const NextPrev: FC<Props_35>;
1341
1337
 
1342
1338
  export declare type NoteShare = {
1343
1339
  variant: 'outline' | 'container';
@@ -1461,10 +1457,6 @@ export declare type Props = {
1461
1457
  };
1462
1458
 
1463
1459
  declare type Props_10 = {
1464
- data: FreeZoneResponse[];
1465
- };
1466
-
1467
- declare type Props_11 = {
1468
1460
  ranking?: NewListResponseData[];
1469
1461
  banners: BannerResponse[];
1470
1462
  news?: NewListResponseData[];
@@ -1495,7 +1487,7 @@ declare type Props_11 = {
1495
1487
  };
1496
1488
  };
1497
1489
 
1498
- declare type Props_12 = {
1490
+ declare type Props_11 = {
1499
1491
  option: string;
1500
1492
  entity?: Entity;
1501
1493
  sectionPadding?: string;
@@ -1504,13 +1496,13 @@ declare type Props_12 = {
1504
1496
  textColor?: string;
1505
1497
  };
1506
1498
 
1507
- declare type Props_13 = {
1499
+ declare type Props_12 = {
1508
1500
  query: string;
1509
1501
  hasContent: boolean;
1510
1502
  texts: textsType;
1511
1503
  };
1512
1504
 
1513
- declare type Props_14 = {
1505
+ declare type Props_13 = {
1514
1506
  option: string;
1515
1507
  autor: Array<AutorInfo>;
1516
1508
  data: Array<NewListResponseData>;
@@ -1529,37 +1521,44 @@ declare type Props_14 = {
1529
1521
  paths: RoutePathConfig;
1530
1522
  };
1531
1523
 
1532
- declare type Props_15 = {
1524
+ declare type Props_14 = {
1533
1525
  option: string;
1534
1526
  data: Array<VideoResponseData>;
1535
1527
  };
1536
1528
 
1537
- declare type Props_16 = {
1529
+ declare type Props_15 = {
1538
1530
  option: string;
1539
1531
  item: NewListResponseData;
1540
1532
  autorIcon: ReactNode;
1541
1533
  paths: RoutePathConfig;
1542
1534
  };
1543
1535
 
1544
- declare type Props_17 = {
1536
+ declare type Props_16 = {
1545
1537
  containerId: string;
1546
1538
  containerId2: string;
1547
1539
  };
1548
1540
 
1549
- declare type Props_18 = {
1541
+ declare type Props_17 = {
1550
1542
  component: string;
1551
1543
  slot_id: string;
1552
1544
  data: any;
1553
1545
  banners: BannerResponse[];
1554
1546
  };
1555
1547
 
1556
- declare type Props_19 = {
1548
+ declare type Props_18 = {
1557
1549
  children: ReactNode;
1558
1550
  stylesConfigEntry: {
1559
1551
  [key: string]: any;
1560
1552
  };
1561
1553
  };
1562
1554
 
1555
+ declare type Props_19 = {
1556
+ component: string;
1557
+ data: any;
1558
+ banners: BannerResponse[];
1559
+ rightOnlyBanner?: boolean;
1560
+ };
1561
+
1563
1562
  declare type Props_2 = {
1564
1563
  id?: string;
1565
1564
  dimensionValues?: {
@@ -1568,13 +1567,6 @@ declare type Props_2 = {
1568
1567
  };
1569
1568
 
1570
1569
  declare type Props_20 = {
1571
- component: string;
1572
- data: any;
1573
- banners: BannerResponse[];
1574
- rightOnlyBanner?: boolean;
1575
- };
1576
-
1577
- declare type Props_21 = {
1578
1570
  slots: any;
1579
1571
  DYNAMIC_SLOT_SUBINDEXES: number;
1580
1572
  stylesConfig: ConfigDynamic;
@@ -1583,50 +1575,58 @@ declare type Props_21 = {
1583
1575
  banners: BannerResponse[];
1584
1576
  };
1585
1577
 
1586
- declare type Props_22 = {
1578
+ declare type Props_21 = {
1587
1579
  mainBlock: any;
1588
1580
  StylesConfigMain: ConfigMain;
1589
1581
  config: Config;
1590
1582
  banners: BannerResponse[];
1591
1583
  };
1592
1584
 
1593
- declare type Props_23 = {
1585
+ declare type Props_22 = {
1594
1586
  place: string;
1595
1587
  };
1596
1588
 
1597
- declare type Props_24 = {
1589
+ declare type Props_23 = {
1598
1590
  children: ReactNode;
1599
1591
  desktopWidth?: string;
1600
1592
  className?: string;
1601
1593
  };
1602
1594
 
1603
- declare type Props_25 = {
1595
+ declare type Props_24 = {
1604
1596
  children: ReactNode;
1605
1597
  show: boolean;
1606
1598
  order?: number;
1607
1599
  };
1608
1600
 
1609
- declare type Props_26 = {
1601
+ declare type Props_25 = {
1610
1602
  children: ReactNode;
1611
1603
  };
1612
1604
 
1613
- declare type Props_27 = {
1605
+ declare type Props_26 = {
1614
1606
  banners: Array<BannerResponse>;
1615
1607
  index: string | number;
1616
1608
  };
1617
1609
 
1618
- declare type Props_28 = {
1610
+ declare type Props_27 = {
1619
1611
  banners: Array<BannerResponse>;
1620
1612
  name: string;
1621
1613
  };
1622
1614
 
1623
- declare type Props_29 = {
1615
+ declare type Props_28 = {
1624
1616
  title?: string;
1625
1617
  content: Array<NewListResponseData>;
1626
1618
  customNewsDescriptionStyles?: CSSProperties;
1627
1619
  paths: RoutePathConfig;
1628
1620
  };
1629
1621
 
1622
+ declare type Props_29 = {
1623
+ title: string;
1624
+ sibtitle: string;
1625
+ image: ReactNode;
1626
+ texts: textsType;
1627
+ className?: string;
1628
+ };
1629
+
1630
1630
  declare type Props_3 = {
1631
1631
  axiosApi: AxiosInstance;
1632
1632
  banners: BannerResponse[];
@@ -1662,33 +1662,14 @@ declare type Props_30 = {
1662
1662
  sibtitle: string;
1663
1663
  image: ReactNode;
1664
1664
  texts: textsType;
1665
- className?: string;
1666
1665
  };
1667
1666
 
1668
1667
  declare type Props_31 = {
1669
- title: string;
1670
- sibtitle: string;
1671
- image: ReactNode;
1672
- texts: textsType;
1673
- };
1674
-
1675
- declare type Props_32 = {
1676
1668
  whatsappLink: string;
1677
1669
  terms: string;
1678
1670
  };
1679
1671
 
1680
- declare type Props_33 = {
1681
- socials: any;
1682
- socialNetworks: any;
1683
- freeZone: Array<MenuResponse>;
1684
- };
1685
-
1686
- declare type Props_34 = {
1687
- noteShare?: NoteShare;
1688
- url?: string;
1689
- };
1690
-
1691
- declare type Props_35 = {
1672
+ declare type Props_32 = {
1692
1673
  socials: any;
1693
1674
  socialNetworks: any;
1694
1675
  freeZone: Array<MenuResponse>;
@@ -1698,12 +1679,17 @@ declare type Props_35 = {
1698
1679
  customBlock?: ReactNode;
1699
1680
  };
1700
1681
 
1701
- declare type Props_36 = {
1682
+ declare type Props_33 = {
1683
+ noteShare?: NoteShare;
1684
+ url?: string;
1685
+ };
1686
+
1687
+ declare type Props_34 = {
1702
1688
  video: VideoResponseData;
1703
1689
  type: string;
1704
1690
  };
1705
1691
 
1706
- declare type Props_37 = {
1692
+ declare type Props_35 = {
1707
1693
  currentPage: number;
1708
1694
  showNext: boolean;
1709
1695
  maxPages: number;
@@ -1714,18 +1700,30 @@ declare type Props_37 = {
1714
1700
  };
1715
1701
  };
1716
1702
 
1717
- declare type Props_38 = {
1703
+ declare type Props_36 = {
1718
1704
  children: ReactNode;
1719
1705
  paginatorComponent?: ReactNode;
1720
1706
  grid?: 3 | 4;
1721
1707
  className?: string;
1722
1708
  };
1723
1709
 
1724
- declare type Props_39 = {
1710
+ declare type Props_37 = {
1725
1711
  children: ReactNode;
1726
1712
  className?: string;
1727
1713
  };
1728
1714
 
1715
+ declare type Props_38 = {
1716
+ title: string;
1717
+ description: string;
1718
+ buttonText?: string;
1719
+ logo: any;
1720
+ backgroundImgURL?: string;
1721
+ };
1722
+
1723
+ declare type Props_39 = {
1724
+ label: string;
1725
+ } & InputHTMLAttributes<HTMLInputElement>;
1726
+
1729
1727
  declare type Props_4 = {
1730
1728
  children: ReactNode;
1731
1729
  defaultRouteName: MetadataDefaultsKeys;
@@ -1752,47 +1750,35 @@ declare type Props_4 = {
1752
1750
  };
1753
1751
 
1754
1752
  declare type Props_40 = {
1755
- title: string;
1756
- description: string;
1757
- buttonText?: string;
1758
- logo: any;
1759
- backgroundImgURL?: string;
1760
- };
1761
-
1762
- declare type Props_41 = {
1763
- label: string;
1764
- } & InputHTMLAttributes<HTMLInputElement>;
1765
-
1766
- declare type Props_42 = {
1767
1753
  label: string;
1768
1754
  options: Array<SelectItem>;
1769
1755
  } & InputHTMLAttributes<HTMLSelectElement>;
1770
1756
 
1771
- declare interface Props_43 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1757
+ declare interface Props_41 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
1772
1758
  label: string;
1773
1759
  }
1774
1760
 
1775
- declare type Props_44 = {
1761
+ declare type Props_42 = {
1776
1762
  fontSizeSubTitle?: string;
1777
1763
  lineHeightSubTitle?: string;
1778
1764
  } & NewListResponseData;
1779
1765
 
1780
- declare type Props_45 = {
1766
+ declare type Props_43 = {
1781
1767
  itemList: Array<ItemList>;
1782
1768
  };
1783
1769
 
1784
- declare type Props_46 = {
1770
+ declare type Props_44 = {
1785
1771
  autor: AutorInfo;
1786
1772
  autorIcon: any;
1787
1773
  className?: string;
1788
1774
  };
1789
1775
 
1790
- declare type Props_47 = {
1776
+ declare type Props_45 = {
1791
1777
  autor: AutorInfo;
1792
1778
  autorIcon: any;
1793
1779
  };
1794
1780
 
1795
- declare type Props_48 = {
1781
+ declare type Props_46 = {
1796
1782
  children: ReactNode;
1797
1783
  banner: ReactNode;
1798
1784
  bannerTop: ReactNode;
@@ -1801,7 +1787,7 @@ declare type Props_48 = {
1801
1787
  paths: RoutePathConfig;
1802
1788
  };
1803
1789
 
1804
- declare type Props_49 = {
1790
+ declare type Props_47 = {
1805
1791
  video: VideoResponseData;
1806
1792
  videoList: Array<VideoResponseData>;
1807
1793
  type: string;
@@ -1847,17 +1833,6 @@ declare type Props_7 = {
1847
1833
  };
1848
1834
 
1849
1835
  declare type Props_8 = {
1850
- socials: any;
1851
- socialNetworks: any;
1852
- option: string;
1853
- menu: Array<MenuResponse>;
1854
- freeZone: Array<MenuResponse>;
1855
- logo: ReactNode;
1856
- copyrigth?: string;
1857
- customBlock?: ReactNode;
1858
- };
1859
-
1860
- declare type Props_9 = {
1861
1836
  option: string;
1862
1837
  slug: string;
1863
1838
  currentPage: number;
@@ -1874,7 +1849,11 @@ declare type Props_9 = {
1874
1849
  paths: RoutePathConfig;
1875
1850
  };
1876
1851
 
1877
- export declare const Readest: FC<Props_29>;
1852
+ declare type Props_9 = {
1853
+ data: FreeZoneResponse[];
1854
+ };
1855
+
1856
+ export declare const Readest: FC<Props_28>;
1878
1857
 
1879
1858
  declare interface Related {
1880
1859
  automatic: boolean;
@@ -1947,9 +1926,9 @@ export declare interface RoutePathConfig {
1947
1926
  'ultimas-noticias': string | 'ultimas-noticias';
1948
1927
  }
1949
1928
 
1950
- export declare function ScriptHydrator({ containerId, containerId2 }: Props_17): null;
1929
+ export declare function ScriptHydrator({ containerId, containerId2 }: Props_16): null;
1951
1930
 
1952
- export declare const SearchSection: FC<Props_13>;
1931
+ export declare const SearchSection: FC<Props_12>;
1953
1932
 
1954
1933
  export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttributes<HTMLDivElement>>;
1955
1934
 
@@ -1998,7 +1977,7 @@ declare interface SectionCardProps extends Omit<NewsDescriptionProps, 'preview'>
1998
1977
  customSectionCardStyles?: CSSProperties;
1999
1978
  }
2000
1979
 
2001
- export declare const SectionCardServerComponent: FC<Props_16>;
1980
+ export declare const SectionCardServerComponent: FC<Props_15>;
2002
1981
 
2003
1982
  declare interface SectionCSS {
2004
1983
  '--section-title-color'?: string;
@@ -2036,16 +2015,16 @@ declare interface SectionProps {
2036
2015
  isTitle?: boolean;
2037
2016
  }
2038
2017
 
2039
- export declare const SectionServerComponent: FC<Props_9>;
2018
+ export declare const SectionServerComponent: FC<Props_8>;
2040
2019
 
2041
2020
  declare type SelectItem = {
2042
2021
  label: string;
2043
2022
  value: string | number;
2044
2023
  };
2045
2024
 
2046
- export declare function shareButtons({ noteShare }: Props_34): JSX.Element | null;
2025
+ export declare function shareButtons({ noteShare }: Props_33): JSX.Element | null;
2047
2026
 
2048
- export declare const ShowSection: FC<Props_25>;
2027
+ export declare const ShowSection: FC<Props_24>;
2049
2028
 
2050
2029
  declare interface Size {
2051
2030
  size: string;
@@ -2133,13 +2112,13 @@ export declare const speculationRulesHome: {
2133
2112
  }[];
2134
2113
  };
2135
2114
 
2136
- export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_19): JSX.Element;
2115
+ export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_18): JSX.Element;
2137
2116
 
2138
- export declare const SubscribeColumn: (props: Props_30) => JSX.Element;
2117
+ export declare const SubscribeColumn: (props: Props_29) => JSX.Element;
2139
2118
 
2140
- export declare const SubscribeRow: FC<Props_31>;
2119
+ export declare const SubscribeRow: FC<Props_30>;
2141
2120
 
2142
- export declare const SubscribeWhatsAppColumn: FC<Props_32>;
2121
+ export declare const SubscribeWhatsAppColumn: FC<Props_31>;
2143
2122
 
2144
2123
  declare interface Subtitle {
2145
2124
  rendered: string;
@@ -2180,7 +2159,7 @@ export declare interface Tag {
2180
2159
  info: boolean;
2181
2160
  }
2182
2161
 
2183
- export declare const TagComponent: FC<Props_12>;
2162
+ export declare const TagComponent: FC<Props_11>;
2184
2163
 
2185
2164
  export declare type textsType = {
2186
2165
  menuText: string;
@@ -2201,7 +2180,7 @@ export declare type textsType = {
2201
2180
  [key: string]: string;
2202
2181
  };
2203
2182
 
2204
- export declare const TimeLine: FC<Props_45>;
2183
+ export declare const TimeLine: FC<Props_43>;
2205
2184
 
2206
2185
  declare interface Title {
2207
2186
  home: string;
@@ -2236,9 +2215,9 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2236
2215
  captchaAction: captchaActionType;
2237
2216
  }) => Promise<number>;
2238
2217
 
2239
- export declare const VideoBlock3: FC<Props_36>;
2218
+ export declare const VideoBlock3: FC<Props_34>;
2240
2219
 
2241
- export declare const VideoBlock4: FC<Props_49>;
2220
+ export declare const VideoBlock4: FC<Props_47>;
2242
2221
 
2243
2222
  export declare interface VideoResponseData {
2244
2223
  config: {
@@ -2284,7 +2263,7 @@ declare interface VideoSchemasProps {
2284
2263
  axiosApi: AxiosInstance;
2285
2264
  }
2286
2265
 
2287
- export declare const VideoSection: FC<Props_15>;
2266
+ export declare const VideoSection: FC<Props_14>;
2288
2267
 
2289
2268
  export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
2290
2269