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.js CHANGED
@@ -8748,7 +8748,7 @@ var index$5 = /*#__PURE__*/Object.freeze({
8748
8748
  'default': CoursePromotionPage
8749
8749
  });
8750
8750
 
8751
- const useFormPageStyles = createUseStyles(theme => ({
8751
+ const useFormPageStyles$1 = createUseStyles(theme => ({
8752
8752
  formPageSection: {
8753
8753
  padding: ({
8754
8754
  isMobile
@@ -8914,7 +8914,7 @@ const FormPage = ({
8914
8914
  isMobile,
8915
8915
  countryCode
8916
8916
  } = React.useContext(PageContext);
8917
- const classes = useFormPageStyles({
8917
+ const classes = useFormPageStyles$1({
8918
8918
  isMobile
8919
8919
  });
8920
8920
  const handleSubmit = async e => {
@@ -10111,6 +10111,9 @@ const TimerAndCall = ({
10111
10111
  }) => {
10112
10112
  console.log('sid sectionData', sectionData, extraProps);
10113
10113
  const [nodeData] = sectionData?.components;
10114
+ const classes = useFormPageStyles({
10115
+ isMobile
10116
+ });
10114
10117
  return /*#__PURE__*/React__default["default"].createElement("section", {
10115
10118
  className: classes.timerAndCallSection
10116
10119
  }, /*#__PURE__*/React__default["default"].createElement("div", {