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.es.js +4 -12
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -12
- 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: {
|
|
@@ -161,9 +155,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
161
155
|
imageAnchorMobile: {
|
|
162
156
|
pointerEvents: 'auto',
|
|
163
157
|
cursor: 'default',
|
|
164
|
-
width:
|
|
165
|
-
isCustomWebsite
|
|
166
|
-
} = {}) => isCustomWebsite ? "100%" : "",
|
|
158
|
+
// width: '100%',
|
|
167
159
|
maxWidth: '85px',
|
|
168
160
|
cursor: 'default',
|
|
169
161
|
height: '46px',
|
|
@@ -4436,7 +4428,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
|
|
|
4436
4428
|
gap: '16px'
|
|
4437
4429
|
},
|
|
4438
4430
|
videoDetailsHeading: {
|
|
4439
|
-
lineHeight: '
|
|
4431
|
+
lineHeight: 'normal'
|
|
4440
4432
|
},
|
|
4441
4433
|
videoTestimonialTitle: {
|
|
4442
4434
|
lineHeight: '36px',
|