diy-template-components 2.0.78 → 2.0.79
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 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -3668,7 +3668,6 @@ const Section$3 = ({
|
|
|
3668
3668
|
sectionIndex,
|
|
3669
3669
|
extraProps
|
|
3670
3670
|
}) => {
|
|
3671
|
-
console.log('extraProps in center', extraProps);
|
|
3672
3671
|
const {
|
|
3673
3672
|
layout: {
|
|
3674
3673
|
containerWidth
|
|
@@ -3719,6 +3718,7 @@ const Section$3 = ({
|
|
|
3719
3718
|
}) : null, nodeData?.cta?.validations?.isEmptyAllowed && nodeData?.cta?.metadata?.value === '' ? null : /*#__PURE__*/React.createElement("div", {
|
|
3720
3719
|
className: classes.buttonClass
|
|
3721
3720
|
}, nodeData?.cta?.metadata?.default === true ? /*#__PURE__*/React.createElement(Button, {
|
|
3721
|
+
data: nodeData.cta.metadata,
|
|
3722
3722
|
ref: nodeData?.cta?.refSetter,
|
|
3723
3723
|
type: nodeData?.cta?.metadata?.type,
|
|
3724
3724
|
size: isMobile ? 'small' : 'medium',
|