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 CHANGED
@@ -2993,6 +2993,7 @@ function BannerCarouselCenter({
2993
2993
  className: classes.bannerCarouselCenterSection
2994
2994
  }, /*#__PURE__*/React.createElement(Wrapper, wrapperProps, bannerCarousel.components.map((node, idx) => /*#__PURE__*/React.createElement(Section$3, {
2995
2995
  nodeData: node,
2996
+ isCustomWebsite: isCustomWebsite,
2996
2997
  key: idx /* or some other unique property */,
2997
2998
  sectionIndex: sectionIndex
2998
2999
  }))));