@momo-webplatform/mobase 0.2.87 → 0.2.89

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.
@@ -680,7 +680,7 @@ interface GuideSectionProps extends SectionBlockProps {
680
680
  isStep?: boolean;
681
681
  }
682
682
 
683
- declare const GuideSection: ({ dataHeading, dataGuide, dataHorizontalScroll, dataButtons, className, background, template, mockup, isStep, }: GuideSectionProps) => react_jsx_runtime.JSX.Element;
683
+ declare const GuideSection: ({ idSection, dataHeading, dataGuide, dataHorizontalScroll, dataButtons, className, background, template, mockup, isStep, }: GuideSectionProps) => react_jsx_runtime.JSX.Element;
684
684
 
685
685
  interface HeadingGroupProps {
686
686
  /**
@@ -1442,6 +1442,10 @@ interface HeroContentMediaProps {
1442
1442
 
1443
1443
  declare const HeroSection: ({ template, idSection, dataHeading, dataButtons, dataFeatures, dataStats, dataMedia, className, background, advancedComponent, }: HeroContentProps) => react_jsx_runtime.JSX.Element;
1444
1444
 
1445
+ declare const SectionBlock: ({ idSection, className, background, children }: SectionBlockProps) => react_jsx_runtime.JSX.Element;
1446
+ declare const HeadingBlock: ({ align, tagline, title, description, tagHeading, colorScheme, sizeHeading, className, }: HeadingBlockProps) => react_jsx_runtime.JSX.Element | null;
1447
+ declare const ButtonsBlock: ({ align, isFullInMobile, buttons, className }: ButtonsBlockProps) => react_jsx_runtime.JSX.Element | null;
1448
+
1445
1449
  interface BrandData {
1446
1450
  /**
1447
1451
  * Brand name.
@@ -1464,7 +1468,7 @@ interface SocialProofSectionProps extends SectionBlockProps {
1464
1468
  /**
1465
1469
  * The template of the section.
1466
1470
  */
1467
- template?: 1 | 2;
1471
+ template?: 1 | 2 | 3 | 4;
1468
1472
  /**
1469
1473
  * The data heading of the section.
1470
1474
  */
@@ -1480,12 +1484,13 @@ interface SocialProofSectionProps extends SectionBlockProps {
1480
1484
  /**
1481
1485
  * The space between brands in Desktop. Default value "20px". In mobile, it will be value "20px". SpaceX use only for template 1.
1482
1486
  */
1483
- spaceX?: "20px" | "28px" | "36px";
1487
+ spaceX?: "20px" | "28px" | "36px" | "40px" | "48px" | "56px" | "64px" | "80px";
1484
1488
  /**
1485
- * Enable scroll snap on mobile.
1489
+ * Enables scroll snap on mobile. This prop is supported only in Template 1 and Template 2.
1486
1490
  */
1487
1491
  isScrollSnap?: boolean;
1488
1492
  }
1493
+
1489
1494
  declare const SocialProofSection: ({ template, background, className, idSection, dataHeading, dataBrands, dataButtons, spaceX, isScrollSnap, }: SocialProofSectionProps) => react_jsx_runtime.JSX.Element;
1490
1495
 
1491
1496
  interface BannerData {
@@ -1748,7 +1753,7 @@ interface NewsSectionProps extends SectionBlockProps {
1748
1753
  onClickLoadMore?: (tabIndex: number) => void;
1749
1754
  }
1750
1755
 
1751
- declare const NewsSection: ({ dataHeading, dataHorizontalScroll, dataNews, className, background, template, onClickModal, onClickLoadMore, }: NewsSectionProps) => react_jsx_runtime.JSX.Element;
1756
+ declare const NewsSection: ({ idSection, dataHeading, dataHorizontalScroll, dataNews, className, background, template, onClickModal, onClickLoadMore, }: NewsSectionProps) => react_jsx_runtime.JSX.Element;
1752
1757
 
1753
1758
  interface CTAMedia {
1754
1759
  /**
@@ -1818,11 +1823,7 @@ interface MetricsSectionProps extends SectionBlockProps {
1818
1823
  dataButtons?: ButtonsBlockProps;
1819
1824
  }
1820
1825
 
1821
- declare const MetricsSection: ({ dataHeading, dataMetrics, dataButtons, background, className, template, }: MetricsSectionProps) => react_jsx_runtime.JSX.Element;
1822
-
1823
- declare const SectionBlock: ({ idSection, className, background, children }: SectionBlockProps) => react_jsx_runtime.JSX.Element;
1824
- declare const HeadingBlock: ({ align, tagline, title, description, tagHeading, colorScheme, sizeHeading, className, }: HeadingBlockProps) => react_jsx_runtime.JSX.Element | null;
1825
- declare const ButtonsBlock: ({ align, isFullInMobile, buttons, className }: ButtonsBlockProps) => react_jsx_runtime.JSX.Element | null;
1826
+ declare const MetricsSection: ({ idSection, dataHeading, dataMetrics, dataButtons, background, className, template, }: MetricsSectionProps) => react_jsx_runtime.JSX.Element;
1826
1827
 
1827
1828
  interface PaymentInvoiceProps {
1828
1829
  title?: string;
@@ -680,7 +680,7 @@ interface GuideSectionProps extends SectionBlockProps {
680
680
  isStep?: boolean;
681
681
  }
682
682
 
683
- declare const GuideSection: ({ dataHeading, dataGuide, dataHorizontalScroll, dataButtons, className, background, template, mockup, isStep, }: GuideSectionProps) => react_jsx_runtime.JSX.Element;
683
+ declare const GuideSection: ({ idSection, dataHeading, dataGuide, dataHorizontalScroll, dataButtons, className, background, template, mockup, isStep, }: GuideSectionProps) => react_jsx_runtime.JSX.Element;
684
684
 
685
685
  interface HeadingGroupProps {
686
686
  /**
@@ -1442,6 +1442,10 @@ interface HeroContentMediaProps {
1442
1442
 
1443
1443
  declare const HeroSection: ({ template, idSection, dataHeading, dataButtons, dataFeatures, dataStats, dataMedia, className, background, advancedComponent, }: HeroContentProps) => react_jsx_runtime.JSX.Element;
1444
1444
 
1445
+ declare const SectionBlock: ({ idSection, className, background, children }: SectionBlockProps) => react_jsx_runtime.JSX.Element;
1446
+ declare const HeadingBlock: ({ align, tagline, title, description, tagHeading, colorScheme, sizeHeading, className, }: HeadingBlockProps) => react_jsx_runtime.JSX.Element | null;
1447
+ declare const ButtonsBlock: ({ align, isFullInMobile, buttons, className }: ButtonsBlockProps) => react_jsx_runtime.JSX.Element | null;
1448
+
1445
1449
  interface BrandData {
1446
1450
  /**
1447
1451
  * Brand name.
@@ -1464,7 +1468,7 @@ interface SocialProofSectionProps extends SectionBlockProps {
1464
1468
  /**
1465
1469
  * The template of the section.
1466
1470
  */
1467
- template?: 1 | 2;
1471
+ template?: 1 | 2 | 3 | 4;
1468
1472
  /**
1469
1473
  * The data heading of the section.
1470
1474
  */
@@ -1480,12 +1484,13 @@ interface SocialProofSectionProps extends SectionBlockProps {
1480
1484
  /**
1481
1485
  * The space between brands in Desktop. Default value "20px". In mobile, it will be value "20px". SpaceX use only for template 1.
1482
1486
  */
1483
- spaceX?: "20px" | "28px" | "36px";
1487
+ spaceX?: "20px" | "28px" | "36px" | "40px" | "48px" | "56px" | "64px" | "80px";
1484
1488
  /**
1485
- * Enable scroll snap on mobile.
1489
+ * Enables scroll snap on mobile. This prop is supported only in Template 1 and Template 2.
1486
1490
  */
1487
1491
  isScrollSnap?: boolean;
1488
1492
  }
1493
+
1489
1494
  declare const SocialProofSection: ({ template, background, className, idSection, dataHeading, dataBrands, dataButtons, spaceX, isScrollSnap, }: SocialProofSectionProps) => react_jsx_runtime.JSX.Element;
1490
1495
 
1491
1496
  interface BannerData {
@@ -1748,7 +1753,7 @@ interface NewsSectionProps extends SectionBlockProps {
1748
1753
  onClickLoadMore?: (tabIndex: number) => void;
1749
1754
  }
1750
1755
 
1751
- declare const NewsSection: ({ dataHeading, dataHorizontalScroll, dataNews, className, background, template, onClickModal, onClickLoadMore, }: NewsSectionProps) => react_jsx_runtime.JSX.Element;
1756
+ declare const NewsSection: ({ idSection, dataHeading, dataHorizontalScroll, dataNews, className, background, template, onClickModal, onClickLoadMore, }: NewsSectionProps) => react_jsx_runtime.JSX.Element;
1752
1757
 
1753
1758
  interface CTAMedia {
1754
1759
  /**
@@ -1818,11 +1823,7 @@ interface MetricsSectionProps extends SectionBlockProps {
1818
1823
  dataButtons?: ButtonsBlockProps;
1819
1824
  }
1820
1825
 
1821
- declare const MetricsSection: ({ dataHeading, dataMetrics, dataButtons, background, className, template, }: MetricsSectionProps) => react_jsx_runtime.JSX.Element;
1822
-
1823
- declare const SectionBlock: ({ idSection, className, background, children }: SectionBlockProps) => react_jsx_runtime.JSX.Element;
1824
- declare const HeadingBlock: ({ align, tagline, title, description, tagHeading, colorScheme, sizeHeading, className, }: HeadingBlockProps) => react_jsx_runtime.JSX.Element | null;
1825
- declare const ButtonsBlock: ({ align, isFullInMobile, buttons, className }: ButtonsBlockProps) => react_jsx_runtime.JSX.Element | null;
1826
+ declare const MetricsSection: ({ idSection, dataHeading, dataMetrics, dataButtons, background, className, template, }: MetricsSectionProps) => react_jsx_runtime.JSX.Element;
1826
1827
 
1827
1828
  interface PaymentInvoiceProps {
1828
1829
  title?: string;