diy-template-components 0.3.1 → 0.3.3

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
@@ -2262,7 +2262,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2262
2262
  alignItems: 'center',
2263
2263
  maxWidth: '100%',
2264
2264
  gap: '72px',
2265
- justifyContent: "space-between"
2265
+ justifyContent: 'space-between'
2266
2266
  },
2267
2267
  textContainer: {
2268
2268
  textAlign: 'left',
@@ -2270,7 +2270,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2270
2270
  maxWidth: '50%'
2271
2271
  },
2272
2272
  imageContainer: {
2273
- width: '100%',
2273
+ width: '50%',
2274
2274
  position: 'relative',
2275
2275
  paddingBottom: ({
2276
2276
  isCustomWebsite
@@ -2285,7 +2285,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2285
2285
  fontSize: theme.typography.fontSize.subHead,
2286
2286
  color: theme?.palette?.font?.default,
2287
2287
  wordBreak: 'break-word',
2288
- maxWidth: '50%'
2288
+ maxWidth: '100%'
2289
2289
  },
2290
2290
  heading: {
2291
2291
  margin: '0',
@@ -2328,13 +2328,15 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2328
2328
  gap: '24px'
2329
2329
  },
2330
2330
  textContainer: {
2331
- textAlign: 'center'
2331
+ textAlign: 'center',
2332
+ maxWidth: "100%"
2332
2333
  },
2333
2334
  linkButton: {
2334
2335
  padding: '12px 16px'
2335
2336
  },
2336
2337
  imageContainer: {
2337
2338
  height: 'undefined',
2339
+ width: "100%",
2338
2340
  paddingBottom: ({
2339
2341
  isCustomWebsite
2340
2342
  }) => isCustomWebsite ? '100%' : 'unset'