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