@rabex-kit/rabex-ui 0.1.31 → 0.1.32

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.
@@ -1768,7 +1768,7 @@ var SelectItem = function SelectItem(props) {
1768
1768
  * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/skeleton/).
1769
1769
  *
1770
1770
  * ```typescript
1771
- * import { Skeleton } from '@rabex-kit/core';
1771
+ * import { Skeleton } from '@rabex-kit/rabex-ui';
1772
1772
  * ```
1773
1773
  *
1774
1774
  *
@@ -5787,6 +5787,13 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
5787
5787
  minHeight: 'unset',
5788
5788
  display: 'flex',
5789
5789
  backgroundColor: theme.palette.backgroundColor[200],
5790
+ // padding: theme.spacing(1),
5791
+ // '& .MuiTabs-root': {
5792
+ // padding: theme.spacing(1),
5793
+ // },
5794
+ '& .MuiTabs-fixed': {
5795
+ padding: theme.spacing(1)
5796
+ },
5790
5797
  '& .MuiTabs-flexContainer': {
5791
5798
  gap: theme.spacing(1)
5792
5799
  }
@@ -5800,7 +5807,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
5800
5807
  },
5801
5808
  '&.MuiTab-root.Mui-selected': {
5802
5809
  color: 'inherit',
5803
- borderRadius: theme.spacing(1)
5810
+ borderRadius: theme.spacing(1),
5811
+ height: theme.spacing(6)
5804
5812
  }
5805
5813
  }, ownerState.size === 'md' && {
5806
5814
  height: theme.spacing(12),
@@ -5812,7 +5820,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
5812
5820
  },
5813
5821
  '& .MuiTab-root.Mui-selected': {
5814
5822
  color: 'inherit',
5815
- borderRadius: theme.spacing(2)
5823
+ borderRadius: theme.spacing(2),
5824
+ height: theme.spacing(10)
5816
5825
  }
5817
5826
  }, ownerState.size === 'lg' && {
5818
5827
  height: theme.spacing(14),
@@ -5824,7 +5833,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
5824
5833
  },
5825
5834
  '& .MuiTab-root.Mui-selected': {
5826
5835
  color: 'inherit',
5827
- borderRadius: theme.spacing(2)
5836
+ borderRadius: theme.spacing(2),
5837
+ height: theme.spacing(12)
5828
5838
  }
5829
5839
  }, ownerState.variant === 'fullWidth' && {
5830
5840
  width: '100%'