@rabex-kit/rabex-ui 0.2.54 → 0.2.55

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.
@@ -2090,10 +2090,10 @@ var StyledIconButton = /*#__PURE__*/styled(MuiIconButton, {
2090
2090
  backgroundColor: 'transparent'
2091
2091
  }
2092
2092
  }, hasBg && {
2093
- backgroundColor: bgColor || theme.palette.secondary.A100,
2093
+ backgroundColor: bgColor || theme.palette.secondary[500],
2094
2094
  '&:hover': {
2095
2095
  backgroundColor: bgColor ? bgColor + "CC" // Add opacity to custom color
2096
- : theme.palette.secondary.A60
2096
+ : theme.palette.secondary[400]
2097
2097
  }
2098
2098
  });
2099
2099
  });
@@ -4934,8 +4934,8 @@ var components$3 = {
4934
4934
  /* Chrome / Safari */
4935
4935
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
4936
4936
  WebkitTextFillColor: palette.textColor[900] + " !important",
4937
- caretColor: 'inherit',
4938
- transition: 'background-color 9999s ease-out 0s',
4937
+ // caretColor: 'inherit',
4938
+ // transition: 'background-color 9999s ease-out 0s',
4939
4939
  // Paint over Chrome's yellow with your surface color:
4940
4940
  // WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
4941
4941
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
@@ -4943,8 +4943,8 @@ var components$3 = {
4943
4943
  },
4944
4944
  /* Firefox */
4945
4945
  '&:-moz-autofill': {
4946
- color: 'inherit',
4947
- caretColor: 'inherit',
4946
+ // color: 'inherit',
4947
+ // caretColor: 'inherit',
4948
4948
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4949
4949
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4950
4950
  WebkitTextFillColor: palette.textColor[900] + " !important"
@@ -5647,8 +5647,8 @@ var components$6 = {
5647
5647
  /* Chrome / Safari */
5648
5648
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
5649
5649
  WebkitTextFillColor: palette.textColor[900] + " !important",
5650
- caretColor: 'inherit',
5651
- transition: 'background-color 9999s ease-out 0s',
5650
+ // caretColor: 'inherit',
5651
+ // transition: 'background-color 9999s ease-out 0s',
5652
5652
  // Paint over Chrome's yellow with your surface color:
5653
5653
  // WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
5654
5654
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
@@ -5656,8 +5656,8 @@ var components$6 = {
5656
5656
  },
5657
5657
  /* Firefox */
5658
5658
  '&:-moz-autofill': {
5659
- color: 'inherit',
5660
- caretColor: 'inherit',
5659
+ // color: 'inherit',
5660
+ // caretColor: 'inherit',
5661
5661
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
5662
5662
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
5663
5663
  WebkitTextFillColor: palette.textColor[900] + " !important"