@rabex-kit/rabex-ui 0.2.56 → 0.2.58
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 +5 -6
- 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 +5 -6
- 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"
|
|
@@ -5500,11 +5500,10 @@ var components$5 = {
|
|
|
5500
5500
|
};
|
|
5501
5501
|
},
|
|
5502
5502
|
filled: function filled(_ref5) {
|
|
5503
|
-
var _palette$ownerState$c;
|
|
5504
5503
|
var palette = _ref5.theme.palette,
|
|
5505
5504
|
ownerState = _ref5.ownerState;
|
|
5506
5505
|
return {
|
|
5507
|
-
backgroundColor:
|
|
5506
|
+
backgroundColor: palette.mode === 'light' ? palette[ownerState.color][50] : colorManipulator_js.alpha(palette[ownerState.color][50], 0.5)
|
|
5508
5507
|
};
|
|
5509
5508
|
},
|
|
5510
5509
|
outlined: function outlined(_ref6) {
|
|
@@ -5649,7 +5648,7 @@ var components$6 = {
|
|
|
5649
5648
|
/* Chrome / Safari */
|
|
5650
5649
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
5651
5650
|
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
5652
|
-
|
|
5651
|
+
caretColor: palette.textColor[900] + " !important",
|
|
5653
5652
|
// transition: 'background-color 9999s ease-out 0s',
|
|
5654
5653
|
// Paint over Chrome's yellow with your surface color:
|
|
5655
5654
|
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
@@ -5659,7 +5658,7 @@ var components$6 = {
|
|
|
5659
5658
|
/* Firefox */
|
|
5660
5659
|
'&:-moz-autofill': {
|
|
5661
5660
|
// color: 'inherit',
|
|
5662
|
-
|
|
5661
|
+
caretColor: palette.textColor[900] + " !important",
|
|
5663
5662
|
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5664
5663
|
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5665
5664
|
WebkitTextFillColor: palette.textColor[900] + " !important"
|