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.es.js CHANGED
@@ -163,7 +163,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
163
163
  cursor: 'default',
164
164
  width: ({
165
165
  isCustomWebsite
166
- } = {}) => isCustomWebsite ? "100%" : "",
166
+ } = {}) => isCustomWebsite ? '100%' : '',
167
167
  maxWidth: '85px',
168
168
  cursor: 'default',
169
169
  height: '46px',
@@ -4436,10 +4436,10 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4436
4436
  gap: '16px'
4437
4437
  },
4438
4438
  videoDetailsHeading: {
4439
- lineHeight: '20px'
4439
+ lineHeight: 'normal'
4440
4440
  },
4441
4441
  videoTestimonialTitle: {
4442
- lineHeight: '36px',
4442
+ lineHeight: 'normal',
4443
4443
  letterSpacing: '-1px'
4444
4444
  }
4445
4445
  }