@rabex-kit/rabex-ui 0.2.0 → 0.2.2

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.
@@ -3163,6 +3163,9 @@ var RabexTabs = {
3163
3163
  /// remove the separation border
3164
3164
  '& .MuiTab-root::after': {
3165
3165
  display: 'none'
3166
+ },
3167
+ '& .MuiTabs-flexContainer': {
3168
+ height: '100%'
3166
3169
  }
3167
3170
  };
3168
3171
  // Mode-specific styles
@@ -4813,6 +4816,19 @@ var RabexContainer = {
4813
4816
  root: {
4814
4817
  '&.MuiContainer-root': {
4815
4818
  padding: 0
4819
+ },
4820
+ // These styles will apply to all containers
4821
+ '@media (min-width: 1200px)': {
4822
+ maxWidth: '928px'
4823
+ },
4824
+ '@media (min-width: 1440px)': {
4825
+ maxWidth: '1168px'
4826
+ },
4827
+ '@media (min-width: 1536px)': {
4828
+ maxWidth: '1264px'
4829
+ },
4830
+ '@media (min-width: 1920px)': {
4831
+ maxWidth: '1376px'
4816
4832
  }
4817
4833
  }
4818
4834
  }
@@ -5089,7 +5105,7 @@ var Collapse = function Collapse(_ref) {
5089
5105
  * You can read Material-UI Container Documentation [here](https://mui.com/material-ui/api/Container/).
5090
5106
  *
5091
5107
  * ```typescript
5092
- * import { Container } from '@rabex-kit/core';
5108
+ * import { Container } from '@rabex-kit/rabex-ui';
5093
5109
  * ```
5094
5110
  *
5095
5111
  *