@rabex-kit/rabex-ui 0.2.41 → 0.2.43

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.
@@ -5043,22 +5043,22 @@ var RabexContainer = {
5043
5043
  components: {
5044
5044
  styleOverrides: {
5045
5045
  root: {
5046
- '&.MuiContainer-root': {
5047
- padding: 0
5048
- },
5049
- // These styles will apply to all containers
5050
- '@media (min-width: 1200px)': {
5051
- maxWidth: '928px'
5052
- },
5053
- '@media (min-width: 1440px)': {
5054
- maxWidth: '1168px'
5055
- },
5056
- '@media (min-width: 1536px)': {
5057
- maxWidth: '1264px'
5058
- },
5059
- '@media (min-width: 1920px)': {
5060
- maxWidth: '1376px'
5061
- }
5046
+ // '&.MuiContainer-root': {
5047
+ // padding: 0,
5048
+ // },
5049
+ // // These styles will apply to all containers
5050
+ // '@media (min-width: 1200px)': {
5051
+ // maxWidth: '1105px',
5052
+ // },
5053
+ // '@media (min-width: 1440px)': {
5054
+ // maxWidth: '1168px',
5055
+ // },
5056
+ // '@media (min-width: 1536px)': {
5057
+ // maxWidth: '1264px',
5058
+ // },
5059
+ // '@media (min-width: 1920px)': {
5060
+ // maxWidth: '1376px',
5061
+ // },
5062
5062
  }
5063
5063
  }
5064
5064
  }
@@ -5182,7 +5182,7 @@ var components$a = {
5182
5182
  ownerState = _ref.ownerState;
5183
5183
  return _extends({
5184
5184
  backgroundColor: theme.palette.secondary[500]
5185
- }, ownerState.variant === 'rectangular' && {
5185
+ }, ownerState.variant === 'rounded' && {
5186
5186
  borderRadius: '8px'
5187
5187
  }, {
5188
5188
  '&::after': {