@rabex-kit/rabex-ui 0.2.54 → 0.2.56
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/rabex-ui.cjs.development.js +15 -13
- 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 +15 -13
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -2090,10 +2090,10 @@ var StyledIconButton = /*#__PURE__*/styled(MuiIconButton, {
|
|
|
2090
2090
|
backgroundColor: 'transparent'
|
|
2091
2091
|
}
|
|
2092
2092
|
}, hasBg && {
|
|
2093
|
-
backgroundColor: bgColor || theme.palette.secondary
|
|
2093
|
+
backgroundColor: bgColor || theme.palette.secondary[500],
|
|
2094
2094
|
'&:hover': {
|
|
2095
2095
|
backgroundColor: bgColor ? bgColor + "CC" // Add opacity to custom color
|
|
2096
|
-
: theme.palette.secondary
|
|
2096
|
+
: theme.palette.secondary[400]
|
|
2097
2097
|
}
|
|
2098
2098
|
});
|
|
2099
2099
|
});
|
|
@@ -4921,21 +4921,22 @@ var components$3 = {
|
|
|
4921
4921
|
palette = _ref2$theme.palette,
|
|
4922
4922
|
spacing = _ref2$theme.spacing;
|
|
4923
4923
|
return {
|
|
4924
|
-
color: palette.textColor
|
|
4924
|
+
color: palette.textColor[900],
|
|
4925
4925
|
padding: spacing(0),
|
|
4926
4926
|
'&.Mui-disabled': {
|
|
4927
|
-
textFillColor: palette.textColor
|
|
4927
|
+
textFillColor: palette.textColor[200]
|
|
4928
4928
|
},
|
|
4929
4929
|
'&::.placeholder': {
|
|
4930
4930
|
opacity: 1,
|
|
4931
|
-
color: palette.textColor
|
|
4931
|
+
color: palette.textColor[200]
|
|
4932
4932
|
},
|
|
4933
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4933
4934
|
'&:-webkit-autofill': {},
|
|
4934
4935
|
/* Chrome / Safari */
|
|
4935
4936
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
4936
4937
|
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4937
|
-
caretColor: 'inherit',
|
|
4938
|
-
transition: 'background-color 9999s ease-out 0s',
|
|
4938
|
+
// caretColor: 'inherit',
|
|
4939
|
+
// transition: 'background-color 9999s ease-out 0s',
|
|
4939
4940
|
// Paint over Chrome's yellow with your surface color:
|
|
4940
4941
|
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
4941
4942
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
@@ -4943,8 +4944,8 @@ var components$3 = {
|
|
|
4943
4944
|
},
|
|
4944
4945
|
/* Firefox */
|
|
4945
4946
|
'&:-moz-autofill': {
|
|
4946
|
-
color: 'inherit',
|
|
4947
|
-
caretColor: 'inherit',
|
|
4947
|
+
// color: 'inherit',
|
|
4948
|
+
// caretColor: 'inherit',
|
|
4948
4949
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4949
4950
|
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4950
4951
|
WebkitTextFillColor: palette.textColor[900] + " !important"
|
|
@@ -5644,11 +5645,12 @@ var components$6 = {
|
|
|
5644
5645
|
opacity: 1,
|
|
5645
5646
|
color: palette.textColor[200]
|
|
5646
5647
|
},
|
|
5648
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
5647
5649
|
/* Chrome / Safari */
|
|
5648
5650
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
5649
5651
|
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
5650
|
-
caretColor: 'inherit',
|
|
5651
|
-
transition: 'background-color 9999s ease-out 0s',
|
|
5652
|
+
// caretColor: 'inherit',
|
|
5653
|
+
// transition: 'background-color 9999s ease-out 0s',
|
|
5652
5654
|
// Paint over Chrome's yellow with your surface color:
|
|
5653
5655
|
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
5654
5656
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
@@ -5656,8 +5658,8 @@ var components$6 = {
|
|
|
5656
5658
|
},
|
|
5657
5659
|
/* Firefox */
|
|
5658
5660
|
'&:-moz-autofill': {
|
|
5659
|
-
color: 'inherit',
|
|
5660
|
-
caretColor: 'inherit',
|
|
5661
|
+
// color: 'inherit',
|
|
5662
|
+
// caretColor: 'inherit',
|
|
5661
5663
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5662
5664
|
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5663
5665
|
WebkitTextFillColor: palette.textColor[900] + " !important"
|