@rabex-kit/rabex-ui 0.2.43 → 0.2.45

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'
@@ -3387,7 +3390,7 @@ var RabexTabs = {
3387
3390
  marginBottom: theme.spacing(2)
3388
3391
  },
3389
3392
  height: theme.spacing(8),
3390
- borderRadius: theme.spacing(2)
3393
+ borderRadius: theme.spacing(0)
3391
3394
  },
3392
3395
  md: {
3393
3396
  '& .MuiTabs-fixed': {
@@ -3398,7 +3401,7 @@ var RabexTabs = {
3398
3401
  marginBottom: theme.spacing(2)
3399
3402
  },
3400
3403
  height: theme.spacing(10),
3401
- borderRadius: theme.spacing(2)
3404
+ borderRadius: theme.spacing(0)
3402
3405
  },
3403
3406
  lg: {
3404
3407
  '& .MuiTabs-fixed': {
@@ -3409,7 +3412,7 @@ var RabexTabs = {
3409
3412
  marginBottom: theme.spacing(3)
3410
3413
  },
3411
3414
  height: theme.spacing(12),
3412
- borderRadius: theme.spacing(3)
3415
+ borderRadius: theme.spacing(0)
3413
3416
  }
3414
3417
  } : {
3415
3418
  sm: {