diy-template-components 2.0.59 → 2.0.61
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 +7 -5
- package/build/index.es.js.map +1 -1
- package/build/index.js +7 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2458,8 +2458,9 @@ function PageRenderer$1({
|
|
|
2458
2458
|
isCustomWebsite,
|
|
2459
2459
|
_id,
|
|
2460
2460
|
countryCode,
|
|
2461
|
-
currencySymbol
|
|
2462
|
-
|
|
2461
|
+
currencySymbol,
|
|
2462
|
+
pageData
|
|
2463
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
2463
2464
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2464
2465
|
const Wrapper = SectionWrapper || Fragment;
|
|
2465
2466
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|
|
@@ -10137,7 +10138,7 @@ const TimerAndCall = ({
|
|
|
10137
10138
|
pageData
|
|
10138
10139
|
} = useContext(PageContext);
|
|
10139
10140
|
const [nodeData] = sectionData?.components;
|
|
10140
|
-
console.log('sid
|
|
10141
|
+
console.log('sid sectionData1', sectionData, extraProps, pageData);
|
|
10141
10142
|
const classes = useTimerCallPageStyles({
|
|
10142
10143
|
isMobile
|
|
10143
10144
|
});
|
|
@@ -10269,8 +10270,9 @@ function PageRenderer({
|
|
|
10269
10270
|
isCustomWebsite,
|
|
10270
10271
|
_id,
|
|
10271
10272
|
countryCode,
|
|
10272
|
-
currencySymbol
|
|
10273
|
-
|
|
10273
|
+
currencySymbol,
|
|
10274
|
+
pageData
|
|
10275
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
10274
10276
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
10275
10277
|
const Wrapper = SectionWrapper || Fragment;
|
|
10276
10278
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|