@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.
@@ -1,23 +1,7 @@
1
1
  declare const _default: {
2
2
  components: {
3
3
  styleOverrides: {
4
- root: {
5
- '&.MuiContainer-root': {
6
- padding: number;
7
- };
8
- '@media (min-width: 1200px)': {
9
- maxWidth: string;
10
- };
11
- '@media (min-width: 1440px)': {
12
- maxWidth: string;
13
- };
14
- '@media (min-width: 1536px)': {
15
- maxWidth: string;
16
- };
17
- '@media (min-width: 1920px)': {
18
- maxWidth: string;
19
- };
20
- };
4
+ root: {};
21
5
  };
22
6
  };
23
7
  };
@@ -5047,22 +5047,22 @@ var RabexContainer = {
5047
5047
  components: {
5048
5048
  styleOverrides: {
5049
5049
  root: {
5050
- '&.MuiContainer-root': {
5051
- padding: 0
5052
- },
5053
- // These styles will apply to all containers
5054
- '@media (min-width: 1200px)': {
5055
- maxWidth: '928px'
5056
- },
5057
- '@media (min-width: 1440px)': {
5058
- maxWidth: '1168px'
5059
- },
5060
- '@media (min-width: 1536px)': {
5061
- maxWidth: '1264px'
5062
- },
5063
- '@media (min-width: 1920px)': {
5064
- maxWidth: '1376px'
5065
- }
5050
+ // '&.MuiContainer-root': {
5051
+ // padding: 0,
5052
+ // },
5053
+ // // These styles will apply to all containers
5054
+ // '@media (min-width: 1200px)': {
5055
+ // maxWidth: '1105px',
5056
+ // },
5057
+ // '@media (min-width: 1440px)': {
5058
+ // maxWidth: '1168px',
5059
+ // },
5060
+ // '@media (min-width: 1536px)': {
5061
+ // maxWidth: '1264px',
5062
+ // },
5063
+ // '@media (min-width: 1920px)': {
5064
+ // maxWidth: '1376px',
5065
+ // },
5066
5066
  }
5067
5067
  }
5068
5068
  }
@@ -5186,7 +5186,7 @@ var components$a = {
5186
5186
  ownerState = _ref.ownerState;
5187
5187
  return _extends({
5188
5188
  backgroundColor: theme.palette.secondary[500]
5189
- }, ownerState.variant === 'rectangular' && {
5189
+ }, ownerState.variant === 'rounded' && {
5190
5190
  borderRadius: '8px'
5191
5191
  }, {
5192
5192
  '&::after': {