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