diy-template-components 1.0.26 → 1.0.27

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
@@ -161,7 +161,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
161
161
  imageAnchorMobile: {
162
162
  pointerEvents: 'auto',
163
163
  cursor: 'default',
164
- // width: '100%',
164
+ width: ({
165
+ isCustomWebsite
166
+ } = {}) => isCustomWebsite ? "100%" : "",
165
167
  maxWidth: '85px',
166
168
  cursor: 'default',
167
169
  height: '46px',