@momo-webplatform/mobase 0.2.71 → 0.2.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.
@@ -1524,7 +1524,7 @@ interface FeatureSectionProps extends SectionBlockProps {
1524
1524
  /**
1525
1525
  * The template of the feature section.
1526
1526
  */
1527
- template?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
1527
+ template?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
1528
1528
  /**
1529
1529
  * The data heading of the feature section.
1530
1530
  */
@@ -1567,7 +1567,7 @@ interface TestimonialData {
1567
1567
  */
1568
1568
  description?: string;
1569
1569
  /**
1570
- * Rating of the testimonial. value from 0 to 5. If value is 0, rating will be hidden.
1570
+ * Rating of the testimonial. value from 1 to 5. Default is 5.
1571
1571
  */
1572
1572
  rating?: number;
1573
1573
  /**
@@ -1579,7 +1579,7 @@ interface TestimonialSectionProps extends SectionBlockProps {
1579
1579
  /**
1580
1580
  * The template of the section.
1581
1581
  */
1582
- template?: 1 | 2;
1582
+ template?: 1 | 2 | 3;
1583
1583
  /**
1584
1584
  * The data heading of the section.
1585
1585
  */
@@ -1593,6 +1593,7 @@ interface TestimonialSectionProps extends SectionBlockProps {
1593
1593
  */
1594
1594
  dataButtons?: ButtonsBlockProps;
1595
1595
  }
1596
+
1596
1597
  declare const TestimonialSection: ({ template, background, className, idSection, dataHeading, dataTestimonials, dataButtons, }: TestimonialSectionProps) => react_jsx_runtime.JSX.Element;
1597
1598
 
1598
1599
  interface ContentsProps {
@@ -1524,7 +1524,7 @@ interface FeatureSectionProps extends SectionBlockProps {
1524
1524
  /**
1525
1525
  * The template of the feature section.
1526
1526
  */
1527
- template?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
1527
+ template?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
1528
1528
  /**
1529
1529
  * The data heading of the feature section.
1530
1530
  */
@@ -1567,7 +1567,7 @@ interface TestimonialData {
1567
1567
  */
1568
1568
  description?: string;
1569
1569
  /**
1570
- * Rating of the testimonial. value from 0 to 5. If value is 0, rating will be hidden.
1570
+ * Rating of the testimonial. value from 1 to 5. Default is 5.
1571
1571
  */
1572
1572
  rating?: number;
1573
1573
  /**
@@ -1579,7 +1579,7 @@ interface TestimonialSectionProps extends SectionBlockProps {
1579
1579
  /**
1580
1580
  * The template of the section.
1581
1581
  */
1582
- template?: 1 | 2;
1582
+ template?: 1 | 2 | 3;
1583
1583
  /**
1584
1584
  * The data heading of the section.
1585
1585
  */
@@ -1593,6 +1593,7 @@ interface TestimonialSectionProps extends SectionBlockProps {
1593
1593
  */
1594
1594
  dataButtons?: ButtonsBlockProps;
1595
1595
  }
1596
+
1596
1597
  declare const TestimonialSection: ({ template, background, className, idSection, dataHeading, dataTestimonials, dataButtons, }: TestimonialSectionProps) => react_jsx_runtime.JSX.Element;
1597
1598
 
1598
1599
  interface ContentsProps {