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.es.js CHANGED
@@ -2247,7 +2247,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2247
2247
  alignItems: 'center',
2248
2248
  maxWidth: '100%',
2249
2249
  gap: '72px',
2250
- justifyContent: "space-between"
2250
+ justifyContent: 'space-between'
2251
2251
  },
2252
2252
  textContainer: {
2253
2253
  textAlign: 'left',
@@ -2255,7 +2255,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2255
2255
  maxWidth: '50%'
2256
2256
  },
2257
2257
  imageContainer: {
2258
- width: '100%',
2258
+ width: '50%',
2259
2259
  position: 'relative',
2260
2260
  paddingBottom: ({
2261
2261
  isCustomWebsite
@@ -2270,7 +2270,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2270
2270
  fontSize: theme.typography.fontSize.subHead,
2271
2271
  color: theme?.palette?.font?.default,
2272
2272
  wordBreak: 'break-word',
2273
- maxWidth: '50%'
2273
+ maxWidth: '100%'
2274
2274
  },
2275
2275
  heading: {
2276
2276
  margin: '0',
@@ -2313,13 +2313,15 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2313
2313
  gap: '24px'
2314
2314
  },
2315
2315
  textContainer: {
2316
- textAlign: 'center'
2316
+ textAlign: 'center',
2317
+ maxWidth: "100%"
2317
2318
  },
2318
2319
  linkButton: {
2319
2320
  padding: '12px 16px'
2320
2321
  },
2321
2322
  imageContainer: {
2322
2323
  height: 'undefined',
2324
+ width: "100%",
2323
2325
  paddingBottom: ({
2324
2326
  isCustomWebsite
2325
2327
  }) => isCustomWebsite ? '100%' : 'unset'