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.js
CHANGED
|
@@ -2474,8 +2474,9 @@ function PageRenderer$1({
|
|
|
2474
2474
|
isCustomWebsite,
|
|
2475
2475
|
_id,
|
|
2476
2476
|
countryCode,
|
|
2477
|
-
currencySymbol
|
|
2478
|
-
|
|
2477
|
+
currencySymbol,
|
|
2478
|
+
pageData
|
|
2479
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
2479
2480
|
const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2480
2481
|
const Wrapper = SectionWrapper || React.Fragment;
|
|
2481
2482
|
return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {
|
|
@@ -10153,7 +10154,7 @@ const TimerAndCall = ({
|
|
|
10153
10154
|
pageData
|
|
10154
10155
|
} = React.useContext(PageContext);
|
|
10155
10156
|
const [nodeData] = sectionData?.components;
|
|
10156
|
-
console.log('sid
|
|
10157
|
+
console.log('sid sectionData1', sectionData, extraProps, pageData);
|
|
10157
10158
|
const classes = useTimerCallPageStyles({
|
|
10158
10159
|
isMobile
|
|
10159
10160
|
});
|
|
@@ -10285,8 +10286,9 @@ function PageRenderer({
|
|
|
10285
10286
|
isCustomWebsite,
|
|
10286
10287
|
_id,
|
|
10287
10288
|
countryCode,
|
|
10288
|
-
currencySymbol
|
|
10289
|
-
|
|
10289
|
+
currencySymbol,
|
|
10290
|
+
pageData
|
|
10291
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
10290
10292
|
const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
10291
10293
|
const Wrapper = SectionWrapper || React.Fragment;
|
|
10292
10294
|
return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {
|