diy-template-components 1.0.40 → 1.0.41

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
@@ -3150,7 +3150,7 @@ const useSectionStyles$6 = createUseStyles(theme => {
3150
3150
  isCustomWebsite
3151
3151
  }) => isCustomWebsite ? '100%' : 'unset',
3152
3152
  position: 'relative',
3153
- height: '34rem',
3153
+ height: '40rem',
3154
3154
  minHeight: '200px',
3155
3155
  paddingBottom: '0'
3156
3156
  },
@@ -9519,8 +9519,6 @@ const inverseComponentParser = compObj => {
9519
9519
  }
9520
9520
  };
9521
9521
 
9522
- ___$insertStyle("@import url(\"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap\");\n* {\n font-family: \"Sora\" !important;\n}");
9523
-
9524
9522
  exports.Icon = Icon;
9525
9523
  exports.PageRenderer = PageRenderer$1;
9526
9524
  exports.PageRendererStatic = PageRenderer;