diy-template-components 1.0.27 → 1.0.29

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
@@ -179,7 +179,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
179
179
  cursor: 'default',
180
180
  width: ({
181
181
  isCustomWebsite
182
- } = {}) => isCustomWebsite ? "100%" : "",
182
+ } = {}) => isCustomWebsite ? '100%' : '',
183
183
  maxWidth: '85px',
184
184
  cursor: 'default',
185
185
  height: '46px',
@@ -4452,10 +4452,10 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4452
4452
  gap: '16px'
4453
4453
  },
4454
4454
  videoDetailsHeading: {
4455
- lineHeight: '20px'
4455
+ lineHeight: 'normal'
4456
4456
  },
4457
4457
  videoTestimonialTitle: {
4458
- lineHeight: '36px',
4458
+ lineHeight: 'normal',
4459
4459
  letterSpacing: '-1px'
4460
4460
  }
4461
4461
  }