diy-template-components 0.2.54 → 0.2.56
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 +2 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -1141,7 +1141,7 @@ const NextImageRenderer = ({
|
|
|
1141
1141
|
refSetter,
|
|
1142
1142
|
className
|
|
1143
1143
|
} = props;
|
|
1144
|
-
if (isCustomWebsite
|
|
1144
|
+
if (isCustomWebsite) {
|
|
1145
1145
|
const classes = nextImageRendererStyles();
|
|
1146
1146
|
const imageLoader = ({
|
|
1147
1147
|
src,
|
|
@@ -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
|
}))));
|