diy-template-components 0.0.57 → 0.0.58

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
@@ -5571,8 +5571,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
5571
5571
  backgroundColor: theme?.palette?.background?.default,
5572
5572
  boxShadow: theme?.shadows?.secondary,
5573
5573
  borderRadius: theme?.shape?.borderRadius?.regular,
5574
- margin: '60px',
5575
- width: '891.5px',
5574
+ margin: '60px 10%',
5576
5575
  padding: '40px 80px',
5577
5576
  position: 'relative'
5578
5577
  },
@@ -5639,8 +5638,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
5639
5638
  },
5640
5639
  sectionContainer: {
5641
5640
  margin: '26px 16px',
5642
- padding: '32px 16px',
5643
- width: 'auto'
5641
+ padding: '32px 16px'
5644
5642
  },
5645
5643
  partialBackground: {
5646
5644
  height: '150px'
@@ -5947,7 +5945,7 @@ const useSectionStyles = createUseStyles(theme => ({
5947
5945
  backgroundColor: theme?.palette?.background?.default,
5948
5946
  boxShadow: theme?.shadows?.secondary,
5949
5947
  borderRadius: theme?.shape?.borderRadius?.regular,
5950
- margin: '60px 10%',
5948
+ margin: '60px',
5951
5949
  padding: '40px 80px',
5952
5950
  position: 'relative'
5953
5951
  },