diy-template-components 2.0.59 → 2.0.60

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
@@ -2458,7 +2458,8 @@ function PageRenderer$1({
2458
2458
  isCustomWebsite,
2459
2459
  _id,
2460
2460
  countryCode,
2461
- currencySymbol
2461
+ currencySymbol,
2462
+ pageData
2462
2463
  }), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol]);
2463
2464
  const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
2464
2465
  const Wrapper = SectionWrapper || Fragment;
@@ -10137,7 +10138,7 @@ const TimerAndCall = ({
10137
10138
  pageData
10138
10139
  } = useContext(PageContext);
10139
10140
  const [nodeData] = sectionData?.components;
10140
- console.log('sid sectionData', sectionData, extraProps, pageData, PageContext);
10141
+ console.log('sid sectionData1', sectionData, extraProps, pageData);
10141
10142
  const classes = useTimerCallPageStyles({
10142
10143
  isMobile
10143
10144
  });