@m4l/styles 1.0.1 → 1.0.3

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.
@@ -1,5 +1,5 @@
1
1
  import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export default function Input(theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme): {
2
+ export default function Input(theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme): {
3
3
  MuiFormControl: {
4
4
  styleOverrides: {
5
5
  root: {
@@ -908,9 +908,6 @@ export default function Input(theme: Omit<Theme, "palette" | "applyStyles"> & Cs
908
908
  borderColor: string;
909
909
  };
910
910
  };
911
- '& .MuiOutlinedInput-input:-webkit-autofill': {
912
- WebkitBoxShadow: string;
913
- };
914
911
  '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[] | undefined;
915
912
  accentColor?: import("csstype").Property.AccentColor | undefined;
916
913
  alignContent?: import("csstype").Property.AlignContent | undefined;