@rabex-kit/rabex-ui 0.2.0 → 0.2.1

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.
@@ -4813,6 +4813,19 @@ var RabexContainer = {
4813
4813
  root: {
4814
4814
  '&.MuiContainer-root': {
4815
4815
  padding: 0
4816
+ },
4817
+ // These styles will apply to all containers
4818
+ '@media (min-width: 1200px)': {
4819
+ maxWidth: '928px'
4820
+ },
4821
+ '@media (min-width: 1440px)': {
4822
+ maxWidth: '1168px'
4823
+ },
4824
+ '@media (min-width: 1536px)': {
4825
+ maxWidth: '1264px'
4826
+ },
4827
+ '@media (min-width: 1920px)': {
4828
+ maxWidth: '1376px'
4816
4829
  }
4817
4830
  }
4818
4831
  }
@@ -5089,7 +5102,7 @@ var Collapse = function Collapse(_ref) {
5089
5102
  * You can read Material-UI Container Documentation [here](https://mui.com/material-ui/api/Container/).
5090
5103
  *
5091
5104
  * ```typescript
5092
- * import { Container } from '@rabex-kit/core';
5105
+ * import { Container } from '@rabex-kit/rabex-ui';
5093
5106
  * ```
5094
5107
  *
5095
5108
  *