@m4l/styles 0.0.31 → 0.0.33

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.
Files changed (65) hide show
  1. package/index.js +37 -37
  2. package/package.json +1 -1
  3. package/theme/defaultThemeOptions.8a0a9552.js +27 -0
  4. package/theme/index.34d0fdea.js +1 -0
  5. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +249 -29
  6. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +412 -62
  7. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
  8. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +718 -549
  9. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +117 -57
  10. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
  11. package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
  12. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +60 -57
  13. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
  14. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +21 -8
  15. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +107 -90
  16. package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
  17. package/theme/overrides/M4LExtendedComponents/M4LImageButton.d.ts +115 -0
  18. package/theme/overrides/M4LExtendedComponents/M4LMFLoader.d.ts +2 -1
  19. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +11 -2
  20. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
  21. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +2 -4
  22. package/theme/overrides/M4LExtendedComponents/M4LPDFViewer.d.ts +17 -0
  23. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
  24. package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
  25. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +455 -31
  26. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +102 -0
  27. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1 -1
  28. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +189 -1
  29. package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
  30. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +103 -48
  31. package/theme/overrides/M4LExtendedComponents/M4LStack.d.ts +1 -0
  32. package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
  33. package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
  34. package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +19 -0
  35. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +79 -0
  36. package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
  37. package/theme/overrides/M4LExtendedComponents/M4LanguagePopover.d.ts +16 -1
  38. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +350 -20
  39. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +1 -4
  40. package/theme/overrides/M4LExtendedComponents/{index.1cd7b9f2.js → index.7ce8c9f6.js} +1544 -827
  41. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +101 -4
  42. package/theme/overrides/M4LRHFComponents/M4LRHFCheckbox.d.ts +178 -0
  43. package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
  44. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +160 -9
  45. package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
  46. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +9 -8
  47. package/theme/overrides/M4LRHFComponents/{index.2dbe138a.js → index.d7a80536.js} +303 -58
  48. package/theme/overrides/MUIComponents/Input.d.ts +5 -5
  49. package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.b3f5b7a7.js} +61 -140
  50. package/theme/overrides/index.c6df0378.js +106 -0
  51. package/theme/{palette.76ca123c.js → palette.c010be01.js} +91 -49
  52. package/theme/palette.d.ts +16 -6
  53. package/theme/{shadows.1c46a94e.js → shadows.f7e9f204.js} +26 -26
  54. package/theme/typography.b14a8e35.js +122 -0
  55. package/theme/typography.d.ts +19 -13
  56. package/types/augmentations.d.ts +1 -1
  57. package/utils/{getColorPresets.5bb0236e.js → getColorPresets.fd669756.js} +1 -1
  58. package/utils/getColorState.5e26c43a.js +239 -0
  59. package/utils/getColorState.d.ts +5 -0
  60. package/theme/defaultThemeOptions.85da8657.js +0 -30
  61. package/theme/index.4dffae0a.js +0 -7
  62. package/theme/overrides/MUIComponents/Tabs.d.ts +0 -903
  63. package/theme/overrides/index.a465322b.js +0 -104
  64. package/theme/typography.89adddae.js +0 -124
  65. package/utils/getColorState.42ed5268.js +0 -208
@@ -3,74 +3,502 @@ export declare const M4LPeriod: (theme: Theme) => {
3
3
  M4LPeriod: {
4
4
  styleOverrides: {
5
5
  '&.M4LPeriod-root': {
6
+ [x: string]: string | {
7
+ backgroundColor?: undefined;
8
+ padding?: undefined;
9
+ minHeight?: undefined;
10
+ minWidth?: undefined;
11
+ borderLeft?: undefined;
12
+ borderColor?: undefined;
13
+ width?: undefined;
14
+ height?: undefined;
15
+ display?: undefined;
16
+ '& .MuiAutocomplete-root'?: undefined;
17
+ "& .MuiFormControl-root"?: undefined;
18
+ '& .MuiTextField-root'?: undefined;
19
+ '&:hover'?: undefined;
20
+ boxShadow?: undefined;
21
+ "&.M4LPeriod-stateError:hover"?: undefined;
22
+ "& .MuiTextField-root:hover"?: undefined;
23
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
24
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
25
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
26
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
27
+ } | {
28
+ backgroundColor: string;
29
+ padding?: undefined;
30
+ minHeight?: undefined;
31
+ minWidth?: undefined;
32
+ borderLeft?: undefined;
33
+ borderColor?: undefined;
34
+ width?: undefined;
35
+ height?: undefined;
36
+ display?: undefined;
37
+ '& .MuiAutocomplete-root'?: undefined;
38
+ "& .MuiFormControl-root"?: undefined;
39
+ '& .MuiTextField-root'?: undefined;
40
+ '&:hover'?: undefined;
41
+ boxShadow?: undefined;
42
+ "&.M4LPeriod-stateError:hover"?: undefined;
43
+ "& .MuiTextField-root:hover"?: undefined;
44
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
45
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
46
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
47
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
48
+ } | {
49
+ padding: string;
50
+ minHeight: string;
51
+ minWidth: string;
52
+ borderLeft: string;
53
+ borderColor: string;
54
+ backgroundColor?: undefined;
55
+ width?: undefined;
56
+ height?: undefined;
57
+ display?: undefined;
58
+ '& .MuiAutocomplete-root'?: undefined;
59
+ "& .MuiFormControl-root"?: undefined;
60
+ '& .MuiTextField-root'?: undefined;
61
+ '&:hover'?: undefined;
62
+ boxShadow?: undefined;
63
+ "&.M4LPeriod-stateError:hover"?: undefined;
64
+ "& .MuiTextField-root:hover"?: undefined;
65
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
66
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
67
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
68
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
69
+ } | {
70
+ width: string;
71
+ height: string;
72
+ padding: string;
73
+ backgroundColor?: undefined;
74
+ minHeight?: undefined;
75
+ minWidth?: undefined;
76
+ borderLeft?: undefined;
77
+ borderColor?: undefined;
78
+ display?: undefined;
79
+ '& .MuiAutocomplete-root'?: undefined;
80
+ "& .MuiFormControl-root"?: undefined;
81
+ '& .MuiTextField-root'?: undefined;
82
+ '&:hover'?: undefined;
83
+ boxShadow?: undefined;
84
+ "&.M4LPeriod-stateError:hover"?: undefined;
85
+ "& .MuiTextField-root:hover"?: undefined;
86
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
87
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
88
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
89
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
90
+ } | {
91
+ display: string;
92
+ width: string;
93
+ padding: string;
94
+ backgroundColor?: undefined;
95
+ minHeight?: undefined;
96
+ minWidth?: undefined;
97
+ borderLeft?: undefined;
98
+ borderColor?: undefined;
99
+ height?: undefined;
100
+ '& .MuiAutocomplete-root'?: undefined;
101
+ "& .MuiFormControl-root"?: undefined;
102
+ '& .MuiTextField-root'?: undefined;
103
+ '&:hover'?: undefined;
104
+ boxShadow?: undefined;
105
+ "&.M4LPeriod-stateError:hover"?: undefined;
106
+ "& .MuiTextField-root:hover"?: undefined;
107
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
108
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
109
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
110
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
111
+ } | {
112
+ width: string;
113
+ height: string;
114
+ '& .MuiAutocomplete-root': {
115
+ width: string;
116
+ height: string;
117
+ borderColor: string;
118
+ "& .MuiFormControl-root": {
119
+ height: string;
120
+ minHeight: string;
121
+ width: string;
122
+ borderRight: string;
123
+ borderColor: string;
124
+ '& .MuiInputBase-root': {
125
+ height: string;
126
+ width: string;
127
+ gap: string;
128
+ padding: string;
129
+ background: string;
130
+ "& .MuiInputBase-input": {
131
+ padding: string;
132
+ height: string;
133
+ };
134
+ '& .MuiAutocomplete-endAdornment': {
135
+ position: string;
136
+ minHeight: string;
137
+ height: string;
138
+ '& .MuiButtonBase-root': {
139
+ padding: string;
140
+ display: string;
141
+ margin: string;
142
+ height: string;
143
+ '& .MuiSvgIcon-root': {
144
+ height: string;
145
+ width: string;
146
+ };
147
+ };
148
+ };
149
+ };
150
+ };
151
+ };
152
+ "& .MuiFormControl-root": {
153
+ height: string;
154
+ minHeight: string;
155
+ width: string;
156
+ '& .MuiInputBase-root': {
157
+ height: string;
158
+ width: string;
159
+ gap: string;
160
+ padding: string;
161
+ background: string;
162
+ "& .MuiInputBase-input": {
163
+ padding: string;
164
+ height: string;
165
+ };
166
+ };
167
+ };
168
+ '& .MuiTextField-root': {
169
+ width: string;
170
+ minHeight: string;
171
+ height: string;
172
+ '& .MuiInputBase-root': {
173
+ minHeight: string;
174
+ padding: string;
175
+ background: string;
176
+ };
177
+ '& .MuiInputBase-root.Mui-focused': {
178
+ paddingLeft: string;
179
+ borderColor: string;
180
+ };
181
+ '& .MuiInputBase-root:hover': {
182
+ paddingLeft: string;
183
+ background: string;
184
+ padding: string;
185
+ };
186
+ };
187
+ "&:hover": {
188
+ borderColor: string;
189
+ '& .MuiAutocomplete-root': {
190
+ borderColor: string;
191
+ };
192
+ };
193
+ backgroundColor?: undefined;
194
+ padding?: undefined;
195
+ minHeight?: undefined;
196
+ minWidth?: undefined;
197
+ borderLeft?: undefined;
198
+ borderColor?: undefined;
199
+ display?: undefined;
200
+ boxShadow?: undefined;
201
+ "&.M4LPeriod-stateError:hover"?: undefined;
202
+ "& .MuiTextField-root:hover"?: undefined;
203
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
204
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
205
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
206
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
207
+ } | {
208
+ borderColor: string;
209
+ boxShadow: string;
210
+ "&.M4LPeriod-stateError:hover": {
211
+ borderColor: string;
212
+ background: string;
213
+ boxShadow: string;
214
+ };
215
+ "& .MuiTextField-root:hover": {
216
+ width: string;
217
+ background: string;
218
+ '& .MuiInputBase-root:hover': {
219
+ paddingLeft: string;
220
+ background: string | undefined;
221
+ height: string;
222
+ };
223
+ };
224
+ backgroundColor?: undefined;
225
+ padding?: undefined;
226
+ minHeight?: undefined;
227
+ minWidth?: undefined;
228
+ borderLeft?: undefined;
229
+ width?: undefined;
230
+ height?: undefined;
231
+ display?: undefined;
232
+ '& .MuiAutocomplete-root'?: undefined;
233
+ "& .MuiFormControl-root"?: undefined;
234
+ '& .MuiTextField-root'?: undefined;
235
+ '&:hover'?: undefined;
236
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
237
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
238
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
239
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
240
+ } | {
241
+ borderColor: string;
242
+ boxShadow: string;
243
+ '&.M4LPeriod-stateWarning:hover': {
244
+ borderColor: string;
245
+ boxShadow: string;
246
+ background: string;
247
+ "& .MuiTextField-root:hover": {
248
+ background: string;
249
+ '& .MuiInputBase-root:hover': {
250
+ background: string | undefined;
251
+ paddingLeft: string;
252
+ };
253
+ };
254
+ };
255
+ backgroundColor?: undefined;
256
+ padding?: undefined;
257
+ minHeight?: undefined;
258
+ minWidth?: undefined;
259
+ borderLeft?: undefined;
260
+ width?: undefined;
261
+ height?: undefined;
262
+ display?: undefined;
263
+ '& .MuiAutocomplete-root'?: undefined;
264
+ "& .MuiFormControl-root"?: undefined;
265
+ '& .MuiTextField-root'?: undefined;
266
+ '&:hover'?: undefined;
267
+ "&.M4LPeriod-stateError:hover"?: undefined;
268
+ "& .MuiTextField-root:hover"?: undefined;
269
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
270
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
271
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
272
+ } | {
273
+ borderColor: string;
274
+ boxShadow: string;
275
+ '&.M4LPeriod-stateSuccess:hover': {
276
+ borderColor: string;
277
+ boxShadow: string;
278
+ background: string;
279
+ "& .MuiTextField-root:hover": {
280
+ background: string;
281
+ '& .MuiInputBase-root:hover': {
282
+ background: string | undefined;
283
+ paddingLeft: string;
284
+ };
285
+ };
286
+ };
287
+ backgroundColor?: undefined;
288
+ padding?: undefined;
289
+ minHeight?: undefined;
290
+ minWidth?: undefined;
291
+ borderLeft?: undefined;
292
+ width?: undefined;
293
+ height?: undefined;
294
+ display?: undefined;
295
+ '& .MuiAutocomplete-root'?: undefined;
296
+ "& .MuiFormControl-root"?: undefined;
297
+ '& .MuiTextField-root'?: undefined;
298
+ '&:hover'?: undefined;
299
+ "&.M4LPeriod-stateError:hover"?: undefined;
300
+ "& .MuiTextField-root:hover"?: undefined;
301
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
302
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
303
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
304
+ } | {
305
+ borderColor: string;
306
+ boxShadow: string;
307
+ '&.M4LPeriod-stateInfo:hover': {
308
+ borderColor: string;
309
+ background: string;
310
+ boxShadow: string;
311
+ "& .MuiTextField-root:hover": {
312
+ background: string;
313
+ '& .MuiInputBase-root:hover': {
314
+ paddingLeft: string;
315
+ background: string | undefined;
316
+ };
317
+ };
318
+ };
319
+ backgroundColor?: undefined;
320
+ padding?: undefined;
321
+ minHeight?: undefined;
322
+ minWidth?: undefined;
323
+ borderLeft?: undefined;
324
+ width?: undefined;
325
+ height?: undefined;
326
+ display?: undefined;
327
+ '& .MuiAutocomplete-root'?: undefined;
328
+ "& .MuiFormControl-root"?: undefined;
329
+ '& .MuiTextField-root'?: undefined;
330
+ '&:hover'?: undefined;
331
+ "&.M4LPeriod-stateError:hover"?: undefined;
332
+ "& .MuiTextField-root:hover"?: undefined;
333
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
334
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
335
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod'?: undefined;
336
+ } | {
337
+ minHeight: string;
338
+ height: string;
339
+ '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod': {
340
+ height: string;
341
+ minHeight: string;
342
+ '& .MuiAutocomplete-root': {
343
+ height: string;
344
+ minHeight: string;
345
+ "& .MuiFormControl-root": {
346
+ height: string;
347
+ minHeight: string;
348
+ '& .MuiInputBase-root': {
349
+ height: string;
350
+ minHeight: string;
351
+ "& .MuiInputBase-input": {
352
+ minHeight: string;
353
+ height: string;
354
+ };
355
+ '& .MuiAutocomplete-endAdornment': {
356
+ minHeight: string;
357
+ height: string;
358
+ '& .MuiButtonBase-root': {
359
+ minHeight: string;
360
+ minWidth: string;
361
+ height: string;
362
+ '& .MuiSvgIcon-root': {
363
+ minHeight: string;
364
+ minWidth: string;
365
+ height: string;
366
+ };
367
+ };
368
+ };
369
+ };
370
+ };
371
+ };
372
+ "& .MuiFormControl-root": {
373
+ height: string;
374
+ minHeight: string;
375
+ '& .MuiInputBase-root': {
376
+ height: string;
377
+ minHeight: string;
378
+ "& .MuiInputBase-input": {
379
+ height: string;
380
+ minHeight: string;
381
+ };
382
+ };
383
+ };
384
+ };
385
+ backgroundColor?: undefined;
386
+ padding?: undefined;
387
+ minWidth?: undefined;
388
+ borderLeft?: undefined;
389
+ borderColor?: undefined;
390
+ width?: undefined;
391
+ display?: undefined;
392
+ '& .MuiAutocomplete-root'?: undefined;
393
+ "& .MuiFormControl-root"?: undefined;
394
+ '& .MuiTextField-root'?: undefined;
395
+ '&:hover'?: undefined;
396
+ boxShadow?: undefined;
397
+ "&.M4LPeriod-stateError:hover"?: undefined;
398
+ "& .MuiTextField-root:hover"?: undefined;
399
+ '&.M4LPeriod-stateWarning:hover'?: undefined;
400
+ '&.M4LPeriod-stateSuccess:hover'?: undefined;
401
+ '&.M4LPeriod-stateInfo:hover'?: undefined;
402
+ };
6
403
  border: string;
7
404
  borderColor: string;
8
405
  display: string;
9
406
  width: string;
10
- gap: string;
407
+ minHeight: string;
408
+ height: string;
11
409
  borderRadius: string;
12
- padding: string;
13
410
  '& .M4LPeriod-stateReadOnly': {};
14
411
  '& .M4LPeriod-gap': {
15
412
  backgroundColor: string;
16
413
  };
17
414
  '& .M4LIcon-root': {
18
- margin: string;
415
+ padding: string;
416
+ minHeight: string;
417
+ minWidth: string;
418
+ borderLeft: string;
419
+ borderColor: string;
19
420
  };
20
421
  '& .M4LPeriod-containerDateLabel': {
21
422
  width: string;
22
- borderRadius: string;
23
- border: string;
24
- borderColor: string;
423
+ height: string;
25
424
  padding: string;
26
425
  };
27
426
  '& .M4LPeriod-containerDateValue': {
28
427
  display: string;
29
428
  width: string;
30
- borderRadius: string;
31
- border: string;
32
- borderColor: string;
33
429
  padding: string;
34
430
  };
35
431
  '&:not(.M4LPeriod-stateReadOnly).M4LPeriod-variantMonoperiod': {
36
432
  width: string;
433
+ height: string;
37
434
  '& .MuiAutocomplete-root': {
38
435
  width: string;
39
- borderRadius: string;
436
+ height: string;
40
437
  borderColor: string;
41
438
  "& .MuiFormControl-root": {
439
+ height: string;
440
+ minHeight: string;
42
441
  width: string;
43
- border: string;
442
+ borderRight: string;
44
443
  borderColor: string;
444
+ '& .MuiInputBase-root': {
445
+ height: string;
446
+ width: string;
447
+ gap: string;
448
+ padding: string;
449
+ background: string;
450
+ "& .MuiInputBase-input": {
451
+ padding: string;
452
+ height: string;
453
+ };
454
+ '& .MuiAutocomplete-endAdornment': {
455
+ position: string;
456
+ minHeight: string;
457
+ height: string;
458
+ '& .MuiButtonBase-root': {
459
+ padding: string;
460
+ display: string;
461
+ margin: string;
462
+ height: string;
463
+ '& .MuiSvgIcon-root': {
464
+ height: string;
465
+ width: string;
466
+ };
467
+ };
468
+ };
469
+ };
45
470
  };
471
+ };
472
+ "& .MuiFormControl-root": {
473
+ height: string;
474
+ minHeight: string;
475
+ width: string;
46
476
  '& .MuiInputBase-root': {
477
+ height: string;
47
478
  width: string;
48
- borderRadius: string;
49
- paddingLeft: string;
479
+ gap: string;
480
+ padding: string;
50
481
  background: string;
51
482
  "& .MuiInputBase-input": {
52
483
  padding: string;
484
+ height: string;
53
485
  };
54
486
  };
55
487
  };
56
488
  '& .MuiTextField-root': {
57
489
  width: string;
58
- borderRadius: string;
59
- border: string;
60
- borderColor: string;
490
+ minHeight: string;
491
+ height: string;
61
492
  '& .MuiInputBase-root': {
62
- borderRadius: string;
63
- paddingLeft: string;
493
+ minHeight: string;
494
+ padding: string;
64
495
  background: string;
65
496
  };
66
497
  '& .MuiInputBase-root.Mui-focused': {
67
- borderRadius: string;
68
498
  paddingLeft: string;
69
499
  borderColor: string;
70
500
  };
71
501
  '& .MuiInputBase-root:hover': {
72
- height: string;
73
- borderRadius: string;
74
502
  paddingLeft: string;
75
503
  background: string;
76
504
  padding: string;
@@ -95,9 +523,8 @@ export declare const M4LPeriod: (theme: Theme) => {
95
523
  width: string;
96
524
  background: string;
97
525
  '& .MuiInputBase-root:hover': {
98
- borderRadius: string;
99
526
  paddingLeft: string;
100
- background: string;
527
+ background: string | undefined;
101
528
  height: string;
102
529
  };
103
530
  };
@@ -107,14 +534,13 @@ export declare const M4LPeriod: (theme: Theme) => {
107
534
  boxShadow: string;
108
535
  '&.M4LPeriod-stateWarning:hover': {
109
536
  borderColor: string;
110
- background: string;
111
537
  boxShadow: string;
538
+ background: string;
112
539
  "& .MuiTextField-root:hover": {
113
540
  background: string;
114
541
  '& .MuiInputBase-root:hover': {
115
- borderRadius: string;
542
+ background: string | undefined;
116
543
  paddingLeft: string;
117
- background: string;
118
544
  };
119
545
  };
120
546
  };
@@ -124,14 +550,13 @@ export declare const M4LPeriod: (theme: Theme) => {
124
550
  boxShadow: string;
125
551
  '&.M4LPeriod-stateSuccess:hover': {
126
552
  borderColor: string;
127
- background: string;
128
553
  boxShadow: string;
554
+ background: string;
129
555
  "& .MuiTextField-root:hover": {
130
556
  background: string;
131
557
  '& .MuiInputBase-root:hover': {
132
- borderRadius: string;
558
+ background: string | undefined;
133
559
  paddingLeft: string;
134
- background: string;
135
560
  };
136
561
  };
137
562
  };
@@ -146,9 +571,8 @@ export declare const M4LPeriod: (theme: Theme) => {
146
571
  "& .MuiTextField-root:hover": {
147
572
  background: string;
148
573
  '& .MuiInputBase-root:hover': {
149
- borderRadius: string;
150
574
  paddingLeft: string;
151
- background: string;
575
+ background: string | undefined;
152
576
  };
153
577
  };
154
578
  };