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.js CHANGED
@@ -3684,7 +3684,6 @@ const Section$3 = ({
3684
3684
  sectionIndex,
3685
3685
  extraProps
3686
3686
  }) => {
3687
- console.log('extraProps in center', extraProps);
3688
3687
  const {
3689
3688
  layout: {
3690
3689
  containerWidth
@@ -3735,6 +3734,7 @@ const Section$3 = ({
3735
3734
  }) : null, nodeData?.cta?.validations?.isEmptyAllowed && nodeData?.cta?.metadata?.value === '' ? null : /*#__PURE__*/React__default["default"].createElement("div", {
3736
3735
  className: classes.buttonClass
3737
3736
  }, nodeData?.cta?.metadata?.default === true ? /*#__PURE__*/React__default["default"].createElement(Button, {
3737
+ data: nodeData.cta.metadata,
3738
3738
  ref: nodeData?.cta?.refSetter,
3739
3739
  type: nodeData?.cta?.metadata?.type,
3740
3740
  size: isMobile ? 'small' : 'medium',