diy-template-components 1.0.27 → 1.0.28

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
@@ -114,10 +114,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
114
114
  pointerEvents: 'auto',
115
115
  cursor: 'default',
116
116
  position: 'relative',
117
- height: '55px',
118
- width: ({
119
- isCustomWebsite
120
- } = {}) => isCustomWebsite ? '100%' : ''
117
+ height: '55px'
121
118
  },
122
119
  optionsContainer: {
123
120
  display: 'flex',
@@ -160,10 +157,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
160
157
  display: 'flex',
161
158
  position: 'relative',
162
159
  maxHeight: '55px',
163
- alignItems: 'center',
164
- width: ({
165
- isCustomWebsite
166
- } = {}) => isCustomWebsite ? '30%' : ''
160
+ alignItems: 'center'
167
161
  },
168
162
  imageDivImageMobile: {},
169
163
  imageDivImageNext: {
@@ -177,9 +171,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
177
171
  imageAnchorMobile: {
178
172
  pointerEvents: 'auto',
179
173
  cursor: 'default',
180
- width: ({
181
- isCustomWebsite
182
- } = {}) => isCustomWebsite ? "100%" : "",
174
+ // width: '100%',
183
175
  maxWidth: '85px',
184
176
  cursor: 'default',
185
177
  height: '46px',
@@ -4452,7 +4444,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4452
4444
  gap: '16px'
4453
4445
  },
4454
4446
  videoDetailsHeading: {
4455
- lineHeight: '20px'
4447
+ lineHeight: 'normal'
4456
4448
  },
4457
4449
  videoTestimonialTitle: {
4458
4450
  lineHeight: '36px',