@momo-webplatform/mobase 0.2.71 → 0.2.72
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 +13 -13
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +15 -15
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.d.cts
CHANGED
|
@@ -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
|
*/
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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
|
*/
|