@rabex-kit/rabex-ui 0.1.30 → 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.
- package/dist/Skeleton/index.d.ts +1 -1
- package/dist/rabex-ui.cjs.development.js +18 -4
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +18 -4
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/Skeleton/index.d.ts
CHANGED
@@ -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/
|
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/
|
1776
|
+
* import { Skeleton } from '@rabex-kit/rabex-ui';
|
1777
1777
|
* ```
|
1778
1778
|
*
|
1779
1779
|
*
|
@@ -3902,6 +3902,7 @@ var components$3 = {
|
|
3902
3902
|
style: function style(_ref3) {
|
3903
3903
|
var theme = _ref3.theme;
|
3904
3904
|
return {
|
3905
|
+
height: '32px',
|
3905
3906
|
fontSize: '14px',
|
3906
3907
|
lineHeight: '24px',
|
3907
3908
|
padding: theme.spacing(1, 3)
|
@@ -3914,6 +3915,7 @@ var components$3 = {
|
|
3914
3915
|
style: function style(_ref4) {
|
3915
3916
|
var theme = _ref4.theme;
|
3916
3917
|
return {
|
3918
|
+
height: '40px',
|
3917
3919
|
fontSize: '14px',
|
3918
3920
|
lineHeight: '24px',
|
3919
3921
|
padding: theme.spacing(2, 3)
|
@@ -3926,6 +3928,7 @@ var components$3 = {
|
|
3926
3928
|
style: function style(_ref5) {
|
3927
3929
|
var theme = _ref5.theme;
|
3928
3930
|
return {
|
3931
|
+
height: '48px',
|
3929
3932
|
fontSize: '14px',
|
3930
3933
|
lineHeight: '24px',
|
3931
3934
|
padding: theme.spacing(3)
|
@@ -3938,6 +3941,7 @@ var components$3 = {
|
|
3938
3941
|
style: function style(_ref6) {
|
3939
3942
|
var theme = _ref6.theme;
|
3940
3943
|
return {
|
3944
|
+
height: '48px',
|
3941
3945
|
fontSize: '16px',
|
3942
3946
|
lineHeight: '24px',
|
3943
3947
|
padding: theme.spacing(3)
|
@@ -5788,6 +5792,13 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
|
|
5788
5792
|
minHeight: 'unset',
|
5789
5793
|
display: 'flex',
|
5790
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
|
+
},
|
5791
5802
|
'& .MuiTabs-flexContainer': {
|
5792
5803
|
gap: theme.spacing(1)
|
5793
5804
|
}
|
@@ -5801,7 +5812,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
|
|
5801
5812
|
},
|
5802
5813
|
'&.MuiTab-root.Mui-selected': {
|
5803
5814
|
color: 'inherit',
|
5804
|
-
borderRadius: theme.spacing(1)
|
5815
|
+
borderRadius: theme.spacing(1),
|
5816
|
+
height: theme.spacing(6)
|
5805
5817
|
}
|
5806
5818
|
}, ownerState.size === 'md' && {
|
5807
5819
|
height: theme.spacing(12),
|
@@ -5813,7 +5825,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
|
|
5813
5825
|
},
|
5814
5826
|
'& .MuiTab-root.Mui-selected': {
|
5815
5827
|
color: 'inherit',
|
5816
|
-
borderRadius: theme.spacing(2)
|
5828
|
+
borderRadius: theme.spacing(2),
|
5829
|
+
height: theme.spacing(10)
|
5817
5830
|
}
|
5818
5831
|
}, ownerState.size === 'lg' && {
|
5819
5832
|
height: theme.spacing(14),
|
@@ -5825,7 +5838,8 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
|
|
5825
5838
|
},
|
5826
5839
|
'& .MuiTab-root.Mui-selected': {
|
5827
5840
|
color: 'inherit',
|
5828
|
-
borderRadius: theme.spacing(2)
|
5841
|
+
borderRadius: theme.spacing(2),
|
5842
|
+
height: theme.spacing(12)
|
5829
5843
|
}
|
5830
5844
|
}, ownerState.variant === 'fullWidth' && {
|
5831
5845
|
width: '100%'
|