diy-template-components 2.0.55 → 2.0.56
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 +5 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +5 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -8732,7 +8732,7 @@ var index$5 = /*#__PURE__*/Object.freeze({
|
|
|
8732
8732
|
'default': CoursePromotionPage
|
|
8733
8733
|
});
|
|
8734
8734
|
|
|
8735
|
-
const useFormPageStyles = createUseStyles(theme => ({
|
|
8735
|
+
const useFormPageStyles$1 = createUseStyles(theme => ({
|
|
8736
8736
|
formPageSection: {
|
|
8737
8737
|
padding: ({
|
|
8738
8738
|
isMobile
|
|
@@ -8898,7 +8898,7 @@ const FormPage = ({
|
|
|
8898
8898
|
isMobile,
|
|
8899
8899
|
countryCode
|
|
8900
8900
|
} = useContext(PageContext);
|
|
8901
|
-
const classes = useFormPageStyles({
|
|
8901
|
+
const classes = useFormPageStyles$1({
|
|
8902
8902
|
isMobile
|
|
8903
8903
|
});
|
|
8904
8904
|
const handleSubmit = async e => {
|
|
@@ -10095,6 +10095,9 @@ const TimerAndCall = ({
|
|
|
10095
10095
|
}) => {
|
|
10096
10096
|
console.log('sid sectionData', sectionData, extraProps);
|
|
10097
10097
|
const [nodeData] = sectionData?.components;
|
|
10098
|
+
const classes = useFormPageStyles({
|
|
10099
|
+
isMobile
|
|
10100
|
+
});
|
|
10098
10101
|
return /*#__PURE__*/React.createElement("section", {
|
|
10099
10102
|
className: classes.timerAndCallSection
|
|
10100
10103
|
}, /*#__PURE__*/React.createElement("div", {
|