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