@rabex-kit/rabex-ui 0.2.42 → 0.2.44

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
  };
@@ -2170,6 +2170,9 @@ var Tab = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2170
2170
  var size = _ref.size,
2171
2171
  props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
2172
2172
  return React__default.createElement(MuiTab, Object.assign({
2173
+ disableRipple: true,
2174
+ disableFocusRipple: true,
2175
+ disableTouchRipple: true,
2173
2176
  ref: ref,
2174
2177
  classes: {
2175
2178
  root: size
@@ -3353,7 +3356,7 @@ var RabexTabs = {
3353
3356
  // Mode-specific styles
3354
3357
  var modeStyles = mode === 'underline' ? {
3355
3358
  '& .MuiTab-root.Mui-selected': {
3356
- borderRadius: 4,
3359
+ // borderRadius: 4,
3357
3360
  color: theme.palette.primary[500]
3358
3361
  },
3359
3362
  backgroundColor: 'unset'
@@ -5047,22 +5050,22 @@ var RabexContainer = {
5047
5050
  components: {
5048
5051
  styleOverrides: {
5049
5052
  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
- }
5053
+ // '&.MuiContainer-root': {
5054
+ // padding: 0,
5055
+ // },
5056
+ // // These styles will apply to all containers
5057
+ // '@media (min-width: 1200px)': {
5058
+ // maxWidth: '1105px',
5059
+ // },
5060
+ // '@media (min-width: 1440px)': {
5061
+ // maxWidth: '1168px',
5062
+ // },
5063
+ // '@media (min-width: 1536px)': {
5064
+ // maxWidth: '1264px',
5065
+ // },
5066
+ // '@media (min-width: 1920px)': {
5067
+ // maxWidth: '1376px',
5068
+ // },
5066
5069
  }
5067
5070
  }
5068
5071
  }