@m4l/styles 0.0.17 → 0.0.18

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.
@@ -3,7 +3,6 @@ export declare const M4LPaperForm: (theme: Theme) => {
3
3
  M4LPaperForm: {
4
4
  styleOverrides: {
5
5
  '&.M4LPaperForm-root': {
6
- test: string;
7
6
  margin: string;
8
7
  padding: string;
9
8
  borderRadius: string;
@@ -5,6 +5,7 @@ export declare const M4LPeriod: (theme: Theme) => {
5
5
  '&.M4LPeriod-root': {
6
6
  border: string;
7
7
  borderColor: string;
8
+ boxShadow: string;
8
9
  display: string;
9
10
  width: string;
10
11
  gap: string;
@@ -73,10 +74,14 @@ export declare const M4LPeriod: (theme: Theme) => {
73
74
  };
74
75
  '&.M4LPeriod-stateError': {
75
76
  borderColor: string;
77
+ boxShadow: string;
76
78
  "&.M4LPeriod-stateError:hover": {
77
79
  borderColor: string;
80
+ background: string;
81
+ boxShadow: string;
78
82
  };
79
- "& .MuiTextField-root": {
83
+ "& .MuiTextField-root:hover": {
84
+ background: string;
80
85
  '& .MuiInputBase-root:hover': {
81
86
  borderRadius: string;
82
87
  paddingLeft: string;
@@ -86,12 +91,54 @@ export declare const M4LPeriod: (theme: Theme) => {
86
91
  };
87
92
  '&.M4LPeriod-stateWarning': {
88
93
  borderColor: string;
94
+ boxShadow: string;
95
+ '&.M4LPeriod-stateWarning:hover': {
96
+ borderColor: string;
97
+ background: string;
98
+ boxShadow: string;
99
+ "& .MuiTextField-root:hover": {
100
+ background: string;
101
+ '& .MuiInputBase-root:hover': {
102
+ borderRadius: string;
103
+ paddingLeft: string;
104
+ background: string;
105
+ };
106
+ };
107
+ };
89
108
  };
90
109
  '&.M4LPeriod-stateSuccess': {
91
110
  borderColor: string;
111
+ boxShadow: string;
112
+ '&.M4LPeriod-stateSuccess:hover': {
113
+ borderColor: string;
114
+ background: string;
115
+ boxShadow: string;
116
+ "& .MuiTextField-root:hover": {
117
+ background: string;
118
+ '& .MuiInputBase-root:hover': {
119
+ borderRadius: string;
120
+ paddingLeft: string;
121
+ background: string;
122
+ };
123
+ };
124
+ };
92
125
  };
93
126
  '&.M4LPeriod-stateInfo': {
94
127
  borderColor: string;
128
+ boxShadow: string;
129
+ '&.M4LPeriod-stateInfo:hover': {
130
+ borderColor: string;
131
+ background: string;
132
+ boxShadow: string;
133
+ "& .MuiTextField-root:hover": {
134
+ background: string;
135
+ '& .MuiInputBase-root:hover': {
136
+ borderRadius: string;
137
+ paddingLeft: string;
138
+ background: string;
139
+ };
140
+ };
141
+ };
95
142
  };
96
143
  };
97
144
  };
@@ -109,9 +109,14 @@ export declare const M4LoadingButton: (theme: Theme) => {
109
109
  '&.M4LoadingButton-variantContained': {
110
110
  '& .MuiButtonBase-root': {
111
111
  backgroundColor: string;
112
- color: string;
113
- boxShadow: string;
112
+ color: string | undefined;
113
+ boxShadow: string | undefined;
114
114
  position: string;
115
+ '& .M4LTypography-root': {
116
+ 'MuiTypography-root': {
117
+ color: string;
118
+ };
119
+ };
115
120
  '& .M4LIcon-icon': {
116
121
  backgroundColor: string;
117
122
  };
@@ -121,7 +126,7 @@ export declare const M4LoadingButton: (theme: Theme) => {
121
126
  backgroundColor: string | undefined;
122
127
  };
123
128
  '& .MuiTypography-root': {
124
- color: string | undefined;
129
+ color: string;
125
130
  };
126
131
  };
127
132
  '&:active': {