@rabex-kit/rabex-ui 0.2.43 → 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.
@@ -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'