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