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.es.js
CHANGED
|
@@ -98,10 +98,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
98
98
|
pointerEvents: 'auto',
|
|
99
99
|
cursor: 'default',
|
|
100
100
|
position: 'relative',
|
|
101
|
-
height: '55px'
|
|
102
|
-
width: ({
|
|
103
|
-
isCustomWebsite
|
|
104
|
-
} = {}) => isCustomWebsite ? '100%' : ''
|
|
101
|
+
height: '55px'
|
|
105
102
|
},
|
|
106
103
|
optionsContainer: {
|
|
107
104
|
display: 'flex',
|
|
@@ -144,10 +141,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
144
141
|
display: 'flex',
|
|
145
142
|
position: 'relative',
|
|
146
143
|
maxHeight: '55px',
|
|
147
|
-
alignItems: 'center'
|
|
148
|
-
width: ({
|
|
149
|
-
isCustomWebsite
|
|
150
|
-
} = {}) => isCustomWebsite ? '30%' : ''
|
|
144
|
+
alignItems: 'center'
|
|
151
145
|
},
|
|
152
146
|
imageDivImageMobile: {},
|
|
153
147
|
imageDivImageNext: {
|
|
@@ -4434,7 +4428,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
|
|
|
4434
4428
|
gap: '16px'
|
|
4435
4429
|
},
|
|
4436
4430
|
videoDetailsHeading: {
|
|
4437
|
-
lineHeight: '
|
|
4431
|
+
lineHeight: 'normal'
|
|
4438
4432
|
},
|
|
4439
4433
|
videoTestimonialTitle: {
|
|
4440
4434
|
lineHeight: '36px',
|