diy-template-components 2.0.60 → 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 +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.es.js
CHANGED
|
@@ -2460,7 +2460,7 @@ function PageRenderer$1({
|
|
|
2460
2460
|
countryCode,
|
|
2461
2461
|
currencySymbol,
|
|
2462
2462
|
pageData
|
|
2463
|
-
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol]);
|
|
2463
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
2464
2464
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2465
2465
|
const Wrapper = SectionWrapper || Fragment;
|
|
2466
2466
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|
|
@@ -10270,8 +10270,9 @@ function PageRenderer({
|
|
|
10270
10270
|
isCustomWebsite,
|
|
10271
10271
|
_id,
|
|
10272
10272
|
countryCode,
|
|
10273
|
-
currencySymbol
|
|
10274
|
-
|
|
10273
|
+
currencySymbol,
|
|
10274
|
+
pageData
|
|
10275
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
10275
10276
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
10276
10277
|
const Wrapper = SectionWrapper || Fragment;
|
|
10277
10278
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|