@momo-webplatform/mobase 0.2.72 → 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.
- package/dist/cjs/index.cjs +18 -38
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +3 -2
- package/dist/esm/index.d.ts +3 -2
- package/dist/esm/index.js +18 -38
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -2
package/dist/cjs/index.d.cts
CHANGED
|
@@ -1567,7 +1567,7 @@ interface TestimonialData {
|
|
|
1567
1567
|
*/
|
|
1568
1568
|
description?: string;
|
|
1569
1569
|
/**
|
|
1570
|
-
* Rating of the testimonial. value from
|
|
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 {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1567,7 +1567,7 @@ interface TestimonialData {
|
|
|
1567
1567
|
*/
|
|
1568
1568
|
description?: string;
|
|
1569
1569
|
/**
|
|
1570
|
-
* Rating of the testimonial. value from
|
|
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 {
|