diy-template-components 1.0.26 → 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.es.js +3 -9
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -9
- package/build/index.js.map +1 -1
- package/package.json +1 -1
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: {
|
|
@@ -4450,7 +4444,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
|
|
|
4450
4444
|
gap: '16px'
|
|
4451
4445
|
},
|
|
4452
4446
|
videoDetailsHeading: {
|
|
4453
|
-
lineHeight: '
|
|
4447
|
+
lineHeight: 'normal'
|
|
4454
4448
|
},
|
|
4455
4449
|
videoTestimonialTitle: {
|
|
4456
4450
|
lineHeight: '36px',
|