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 +3 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -2474,7 +2474,8 @@ function PageRenderer$1({
|
|
|
2474
2474
|
isCustomWebsite,
|
|
2475
2475
|
_id,
|
|
2476
2476
|
countryCode,
|
|
2477
|
-
currencySymbol
|
|
2477
|
+
currencySymbol,
|
|
2478
|
+
pageData
|
|
2478
2479
|
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol]);
|
|
2479
2480
|
const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2480
2481
|
const Wrapper = SectionWrapper || React.Fragment;
|
|
@@ -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
|
});
|