@rabex-kit/rabex-ui 0.2.56 → 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.
@@ -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: 'inherit',
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: 'inherit',
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"
@@ -5649,7 +5649,7 @@ var components$6 = {
5649
5649
  /* Chrome / Safari */
5650
5650
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
5651
5651
  WebkitTextFillColor: palette.textColor[900] + " !important",
5652
- // caretColor: 'inherit',
5652
+ caretColor: palette.textColor[900] + " !important",
5653
5653
  // transition: 'background-color 9999s ease-out 0s',
5654
5654
  // Paint over Chrome's yellow with your surface color:
5655
5655
  // WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
@@ -5659,7 +5659,7 @@ var components$6 = {
5659
5659
  /* Firefox */
5660
5660
  '&:-moz-autofill': {
5661
5661
  // color: 'inherit',
5662
- // caretColor: 'inherit',
5662
+ caretColor: palette.textColor[900] + " !important",
5663
5663
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
5664
5664
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
5665
5665
  WebkitTextFillColor: palette.textColor[900] + " !important"