@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.
@@ -4895,7 +4895,7 @@ var components$3 = {
4895
4895
  /* Chrome / Safari */
4896
4896
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
4897
4897
  WebkitTextFillColor: palette.textColor[900] + " !important",
4898
- caretColor: 'inherit',
4898
+ caretColor: palette.textColor[900] + " !important",
4899
4899
  transition: 'background-color 9999s ease-out 0s',
4900
4900
  // Paint over Chrome's yellow with your surface color:
4901
4901
  // WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
@@ -4905,7 +4905,7 @@ var components$3 = {
4905
4905
  /* Firefox */
4906
4906
  '&:-moz-autofill': {
4907
4907
  color: 'inherit',
4908
- caretColor: 'inherit',
4908
+ caretColor: palette.textColor[900] + " !important",
4909
4909
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4910
4910
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4911
4911
  WebkitTextFillColor: palette.textColor[900] + " !important"
@@ -4917,15 +4917,16 @@ var components$3 = {
4917
4917
  palette = _ref2$theme.palette,
4918
4918
  spacing = _ref2$theme.spacing;
4919
4919
  return {
4920
- color: palette.textColor.A80,
4920
+ color: palette.textColor[900],
4921
4921
  padding: spacing(0),
4922
4922
  '&.Mui-disabled': {
4923
- textFillColor: palette.textColor.A40
4923
+ textFillColor: palette.textColor[200]
4924
4924
  },
4925
4925
  '&::.placeholder': {
4926
4926
  opacity: 1,
4927
- color: palette.textColor.A40
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': {
@@ -5640,10 +5641,11 @@ 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',
5648
+ caretColor: palette.textColor[900] + " !important",
5647
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`,
@@ -5653,7 +5655,7 @@ var components$6 = {
5653
5655
  /* Firefox */
5654
5656
  '&:-moz-autofill': {
5655
5657
  // color: 'inherit',
5656
- // caretColor: 'inherit',
5658
+ caretColor: palette.textColor[900] + " !important",
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"