diy-template-components 2.0.60 → 2.0.62
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 +4 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -2476,7 +2476,7 @@ function PageRenderer$1({
|
|
|
2476
2476
|
countryCode,
|
|
2477
2477
|
currencySymbol,
|
|
2478
2478
|
pageData
|
|
2479
|
-
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol]);
|
|
2479
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
|
|
2480
2480
|
const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2481
2481
|
const Wrapper = SectionWrapper || React.Fragment;
|
|
2482
2482
|
return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {
|
|
@@ -10286,8 +10286,9 @@ function PageRenderer({
|
|
|
10286
10286
|
isCustomWebsite,
|
|
10287
10287
|
_id,
|
|
10288
10288
|
countryCode,
|
|
10289
|
-
currencySymbol
|
|
10290
|
-
|
|
10289
|
+
currencySymbol,
|
|
10290
|
+
pageData
|
|
10291
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
|
|
10291
10292
|
const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
10292
10293
|
const Wrapper = SectionWrapper || React.Fragment;
|
|
10293
10294
|
return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {
|