@rabex-kit/rabex-ui 0.2.55 → 0.2.57
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 +9 -7
- 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 +9 -7
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -4899,7 +4899,7 @@ var components$3 = {
|
|
|
4899
4899
|
/* Chrome / Safari */
|
|
4900
4900
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
4901
4901
|
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4902
|
-
caretColor:
|
|
4902
|
+
caretColor: palette.textColor[900] + " !important",
|
|
4903
4903
|
transition: 'background-color 9999s ease-out 0s',
|
|
4904
4904
|
// Paint over Chrome's yellow with your surface color:
|
|
4905
4905
|
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
@@ -4909,7 +4909,7 @@ var components$3 = {
|
|
|
4909
4909
|
/* Firefox */
|
|
4910
4910
|
'&:-moz-autofill': {
|
|
4911
4911
|
color: 'inherit',
|
|
4912
|
-
caretColor:
|
|
4912
|
+
caretColor: palette.textColor[900] + " !important",
|
|
4913
4913
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4914
4914
|
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4915
4915
|
WebkitTextFillColor: palette.textColor[900] + " !important"
|
|
@@ -4921,15 +4921,16 @@ 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': {
|
|
@@ -5644,10 +5645,11 @@ 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
|
-
|
|
5652
|
+
caretColor: palette.textColor[900] + " !important",
|
|
5651
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`,
|
|
@@ -5657,7 +5659,7 @@ var components$6 = {
|
|
|
5657
5659
|
/* Firefox */
|
|
5658
5660
|
'&:-moz-autofill': {
|
|
5659
5661
|
// color: 'inherit',
|
|
5660
|
-
|
|
5662
|
+
caretColor: palette.textColor[900] + " !important",
|
|
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"
|