diy-template-components 0.2.29 → 0.2.30

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
@@ -1534,6 +1534,7 @@ function Footer({
1534
1534
  }) {
1535
1535
  const theme = useTheme();
1536
1536
  const classes = useSectionStyles$9();
1537
+ console.log(data, 'this is data');
1537
1538
  return /*#__PURE__*/React__default["default"].createElement("footer", {
1538
1539
  className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
1539
1540
  }, /*#__PURE__*/React__default["default"].createElement("div", {