diy-template-components 0.2.54 → 0.2.55
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/build/index.es.js +1 -0
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -3008,6 +3008,7 @@ function BannerCarouselCenter({
|
|
|
3008
3008
|
className: classes.bannerCarouselCenterSection
|
|
3009
3009
|
}, /*#__PURE__*/React__default["default"].createElement(Wrapper, wrapperProps, bannerCarousel.components.map((node, idx) => /*#__PURE__*/React__default["default"].createElement(Section$3, {
|
|
3010
3010
|
nodeData: node,
|
|
3011
|
+
isCustomWebsite: isCustomWebsite,
|
|
3011
3012
|
key: idx /* or some other unique property */,
|
|
3012
3013
|
sectionIndex: sectionIndex
|
|
3013
3014
|
}))));
|