@astral/ui 4.9.0 → 4.10.0

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.
@@ -11,6 +11,6 @@ export const StyledTextField = styled(TextField) `
11
11
  &:not(:empty) {
12
12
  margin: ${({ theme }) => theme.spacing(1, 0, 0)};
13
13
  }
14
- }
14
+ }
15
15
  }
16
16
  `;
@@ -46,6 +46,9 @@ export const MuiOutlinedInput = {
46
46
  paddingLeft: isStartAdornmentString
47
47
  ? theme.spacing(1)
48
48
  : theme.spacing(3),
49
+ '&:autofill': {
50
+ boxShadow: '0 0 0 1000px white inset',
51
+ },
49
52
  '&::placeholder': {
50
53
  opacity: 1,
51
54
  color: theme.palette.grey[400],
@@ -14,6 +14,6 @@ exports.StyledTextField = (0, styles_1.styled)(material_1.TextField) `
14
14
  &:not(:empty) {
15
15
  margin: ${({ theme }) => theme.spacing(1, 0, 0)};
16
16
  }
17
- }
17
+ }
18
18
  }
19
19
  `;
@@ -49,6 +49,9 @@ exports.MuiOutlinedInput = {
49
49
  paddingLeft: isStartAdornmentString
50
50
  ? theme.spacing(1)
51
51
  : theme.spacing(3),
52
+ '&:autofill': {
53
+ boxShadow: '0 0 0 1000px white inset',
54
+ },
52
55
  '&::placeholder': {
53
56
  opacity: 1,
54
57
  color: theme.palette.grey[400],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {