@m4l/styles 0.0.30 → 0.0.32

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 (69) hide show
  1. package/index.js +37 -37
  2. package/package.json +1 -1
  3. package/theme/defaultThemeOptions.b25c825e.js +27 -0
  4. package/theme/index.34d0fdea.js +1 -0
  5. package/theme/index.d.ts +1 -0
  6. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
  7. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -76
  8. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
  9. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +6834 -13145
  10. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +171 -977
  11. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
  12. package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
  13. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
  14. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
  15. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +41 -30
  16. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -85
  17. package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
  18. package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
  19. package/theme/overrides/M4LExtendedComponents/{M4LToolkitPage.d.ts → M4LMFLoader.d.ts} +6 -7
  20. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
  21. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
  22. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +4 -48
  23. package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
  24. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
  25. package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
  26. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
  27. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
  28. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
  29. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +140 -2
  30. package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
  31. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -48
  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 +16 -0
  35. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
  36. package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
  37. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
  38. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +881 -0
  39. package/theme/overrides/M4LExtendedComponents/{index.e875a5e1.js → index.15f2650a.js} +1539 -1080
  40. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
  41. package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
  42. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +20 -1
  43. package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
  44. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
  45. package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.e6262889.js} +270 -38
  46. package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
  47. package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
  48. package/theme/overrides/MUIComponents/Input.d.ts +68 -34
  49. package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
  50. package/theme/overrides/MUIComponents/Table.d.ts +136 -68
  51. package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
  52. package/theme/overrides/index.158187f3.js +105 -0
  53. package/theme/{palette.104051a7.js → palette.31d770bc.js} +90 -47
  54. package/theme/palette.d.ts +18 -8
  55. package/theme/{shadows.b036a684.js → shadows.9800d84c.js} +24 -24
  56. package/theme/typography.b14a8e35.js +122 -0
  57. package/theme/typography.d.ts +20 -13
  58. package/types/augmentations.d.ts +1 -1
  59. package/utils/{getColorPresets.2693301f.js → getColorPresets.9fec9cc2.js} +1 -1
  60. package/utils/getColorState.4350ccb4.js +239 -0
  61. package/utils/getColorState.d.ts +5 -0
  62. package/theme/defaultThemeOptions.a8de2e18.js +0 -30
  63. package/theme/index.b0919dac.js +0 -7
  64. package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
  65. package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
  66. package/theme/overrides/MUIComponents/Tabs.d.ts +0 -886
  67. package/theme/overrides/index.cbe0dea7.js +0 -103
  68. package/theme/typography.7591a12b.js +0 -124
  69. package/utils/getColorState.32c050bf.js +0 -208
@@ -24,6 +24,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
24
24
  '& .M4LAreasViewer-windowRoot': {
25
25
  background: string;
26
26
  border: string;
27
+ borderTop: string;
27
28
  borderColor: string;
28
29
  boxShadow: string;
29
30
  borderRadius: string;
@@ -48,47 +49,13 @@ export declare const M4LAreasViewer: (theme: Theme) => {
48
49
  overflow: string;
49
50
  };
50
51
  '& .M4LAreasViewer-windowHeader': {
51
- [x: string]: string | {
52
- height: string;
53
- display?: undefined;
54
- width?: undefined;
55
- alignItems?: undefined;
56
- '& .M4LAreasViewer-windowHeaderTitle'?: undefined;
57
- } | {
58
- display: string;
59
- width: string;
60
- height: string;
61
- alignItems: string;
62
- '& .M4LAreasViewer-windowHeaderTitle': {
63
- display: string;
64
- alignItems: string;
65
- overflow: string;
66
- width: string;
67
- padding: string;
68
- height: string;
69
- '& .MuiTypography-root': {
70
- whiteSpace: string;
71
- overflow: string;
72
- textOverflow: string;
73
- width: string;
74
- };
75
- };
76
- } | {
77
- color: string;
78
- overflow: string;
79
- height?: undefined;
80
- display?: undefined;
81
- width?: undefined;
82
- alignItems?: undefined;
83
- '& .M4LAreasViewer-windowHeaderTitle'?: undefined;
84
- };
52
+ borderTop: string;
53
+ borderColor: string;
85
54
  display: string;
86
55
  flexDirection: string;
87
56
  background: string;
88
57
  padding: string;
89
- border: string;
90
58
  boxShadow: string;
91
- height: string;
92
59
  '& .M4LAreasViewer-windowHeaderContent': {
93
60
  display: string;
94
61
  width: string;
@@ -106,6 +73,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
106
73
  overflow: string;
107
74
  textOverflow: string;
108
75
  width: string;
76
+ color: string;
109
77
  };
110
78
  };
111
79
  };
@@ -239,9 +207,32 @@ export declare const M4LAreasViewer: (theme: Theme) => {
239
207
  '& .M4LAreasViewer-windowContent': {
240
208
  [x: string]: string | {
241
209
  padding: string;
210
+ display?: undefined;
242
211
  width?: undefined;
243
212
  height?: undefined;
213
+ overflow?: undefined;
214
+ position?: undefined;
215
+ margin?: undefined;
216
+ alignItems?: undefined;
217
+ '& .MuiLinearProgress-root'?: undefined;
218
+ } | {
219
+ display: string;
220
+ width: string;
221
+ height: string;
222
+ overflow: string;
223
+ padding?: undefined;
224
+ position?: undefined;
225
+ margin?: undefined;
226
+ alignItems?: undefined;
227
+ '& .MuiLinearProgress-root'?: undefined;
228
+ } | {
229
+ position: string;
230
+ margin: string;
231
+ padding?: undefined;
244
232
  display?: undefined;
233
+ width?: undefined;
234
+ height?: undefined;
235
+ overflow?: undefined;
245
236
  alignItems?: undefined;
246
237
  '& .MuiLinearProgress-root'?: undefined;
247
238
  } | {
@@ -253,6 +244,9 @@ export declare const M4LAreasViewer: (theme: Theme) => {
253
244
  '& .MuiLinearProgress-root': {
254
245
  background: string;
255
246
  };
247
+ overflow?: undefined;
248
+ position?: undefined;
249
+ margin?: undefined;
256
250
  };
257
251
  padding: string;
258
252
  background: string;
@@ -263,6 +257,22 @@ export declare const M4LAreasViewer: (theme: Theme) => {
263
257
  width: string;
264
258
  flex: string;
265
259
  overflow: string;
260
+ '& .M4LAreasViewer-containerComponent': {
261
+ display: string;
262
+ width: string;
263
+ height: string;
264
+ overflow: string;
265
+ };
266
+ '& .M4LAreasViewer-loaderContainer': {
267
+ width: string;
268
+ height: string;
269
+ overflow: string;
270
+ display: string;
271
+ };
272
+ '& .M4LPrintingSystem-root': {
273
+ position: string;
274
+ margin: string;
275
+ };
266
276
  '& .M4LAreasViewer-containerLinearProgress': {
267
277
  width: string;
268
278
  height: string;
@@ -276,10 +286,13 @@ export declare const M4LAreasViewer: (theme: Theme) => {
276
286
  };
277
287
  '&.M4LAreasViewer-selectedWindow': {
278
288
  border: string;
289
+ borderTop: string;
279
290
  borderColor: string;
280
- boxShadow: string | undefined;
291
+ boxShadow: string;
281
292
  backdropFilter: string;
282
293
  '& .M4LAreasViewer-windowHeader': {
294
+ borderTop: string;
295
+ borderColor: string;
283
296
  display: string;
284
297
  flexDirection: string;
285
298
  background: string;
@@ -291,7 +304,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
291
304
  overflow: string;
292
305
  cursor: string;
293
306
  '& .M4LTypography-root .MuiTypography-root': {
294
- [x: string]: any;
307
+ color: string;
295
308
  };
296
309
  '& .MuiButtonBase-root': {
297
310
  '& .M4LIcon-icon': {
@@ -312,6 +325,12 @@ export declare const M4LAreasViewer: (theme: Theme) => {
312
325
  };
313
326
  };
314
327
  '&.M4LGridLayout-root .M4LGridLayout-maximizeMe': {
328
+ borderTop: string;
329
+ borderLeft: string;
330
+ borderRight: string;
331
+ borderBottom: string;
332
+ borderColor: string;
333
+ borderRadius: string;
315
334
  '& .M4LAreasViewer-windowContent': {
316
335
  padding: string;
317
336
  };
@@ -333,11 +352,9 @@ export declare const M4LAreasViewer: (theme: Theme) => {
333
352
  };
334
353
  '& .M4LAreasViewer-windowPopupRoot': {
335
354
  boxShadow: string;
336
- padding: string;
355
+ border: string;
337
356
  background: string;
338
357
  borderRadius: string;
339
- border: string;
340
- borderColor: string;
341
358
  backdropFilter: string;
342
359
  '& .M4LIcon-root.custom-handle': {
343
360
  '& .M4LIcon-icon': {
@@ -354,9 +371,16 @@ export declare const M4LAreasViewer: (theme: Theme) => {
354
371
  '& .M4LAreasViewer-windowRootContainer': {
355
372
  background: string;
356
373
  borderRadius: string;
374
+ border: string;
375
+ borderColor: string;
357
376
  '& .M4LAreasViewer-windowHeader': {
358
377
  boxShadow: string;
378
+ borderTopLeftRadius: string;
379
+ borderTopRightRadius: string;
359
380
  background: string;
381
+ border: string;
382
+ height: string;
383
+ minHeight: string;
360
384
  '& .M4LIcon-root': {
361
385
  '& .M4LIcon-icon': {
362
386
  width: string;
@@ -371,6 +395,9 @@ export declare const M4LAreasViewer: (theme: Theme) => {
371
395
  overflow: string;
372
396
  };
373
397
  };
398
+ '& .M4LAreasViewer-windowContent': {
399
+ background: string;
400
+ };
374
401
  };
375
402
  '& .M4LAreasViewer-windowRoot': {
376
403
  padding: string;
@@ -412,13 +439,17 @@ export declare const M4LAreasViewer: (theme: Theme) => {
412
439
  [x: string]: string | {
413
440
  padding: string;
414
441
  boxShadow?: undefined;
442
+ border?: undefined;
443
+ borderColor?: undefined;
415
444
  '& .M4LAreasViewer-windowHeader'?: undefined;
416
445
  } | {
417
446
  boxShadow: string;
447
+ border: string;
448
+ borderColor: string;
418
449
  '& .M4LAreasViewer-windowHeader': {
419
- background: import("../..").StateSkeleton;
420
- borderRadius: string;
421
- boxShadow: string;
450
+ background: string;
451
+ borderTopLeftRadius: string;
452
+ borderTopRightRadius: string;
422
453
  '& .M4LIcon-root': {
423
454
  '& .M4LIcon-icon': {
424
455
  backgroundColor: string;
@@ -432,16 +463,16 @@ export declare const M4LAreasViewer: (theme: Theme) => {
432
463
  padding?: undefined;
433
464
  };
434
465
  border: string;
435
- borderColor: string;
436
466
  background: string;
437
467
  boxShadow: string;
438
- padding: string;
439
468
  '& .M4LAreasViewer-windowRootContainer': {
440
469
  boxShadow: string;
470
+ border: string;
471
+ borderColor: string;
441
472
  '& .M4LAreasViewer-windowHeader': {
442
- background: import("../..").StateSkeleton;
443
- borderRadius: string;
444
- boxShadow: string;
473
+ background: string;
474
+ borderTopLeftRadius: string;
475
+ borderTopRightRadius: string;
445
476
  '& .M4LIcon-root': {
446
477
  '& .M4LIcon-icon': {
447
478
  backgroundColor: string;
@@ -458,11 +489,12 @@ export declare const M4LAreasViewer: (theme: Theme) => {
458
489
  };
459
490
  '& .M4LAreasViewer-panelWindowsRoot': {
460
491
  background: string;
461
- boxShadow: string;
462
492
  display: string;
463
493
  alignItems: string;
464
494
  padding: string;
465
495
  gap: string;
496
+ borderLeft: string;
497
+ borderColor: string;
466
498
  '& .M4LAreasViewer-panelWindowsButtonContainer': {
467
499
  borderRadius: string;
468
500
  background: string;
@@ -479,6 +511,35 @@ export declare const M4LAreasViewer: (theme: Theme) => {
479
511
  };
480
512
  };
481
513
  };
514
+ };
515
+ };
516
+ };
517
+ M4LAreasViewerModal: {
518
+ styleOverrides: {
519
+ '&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot': {
520
+ borderRadius: string;
521
+ boxShadow: string;
522
+ background: string;
523
+ border: string;
524
+ borderColor: string;
525
+ '& .M4LAreasViewer-windowContent': {
526
+ borderRadius: string;
527
+ background: string;
528
+ };
529
+ '& .M4LAreasViewer-windowHeaderTitle': {
530
+ display: string;
531
+ alignItems: string;
532
+ overflow: string;
533
+ width: string;
534
+ padding: string;
535
+ height: string;
536
+ '& .MuiTypography-root': {
537
+ whiteSpace: string;
538
+ overflow: string;
539
+ textOverflow: string;
540
+ width: string;
541
+ };
542
+ };
482
543
  '& .M4LAreasViewer-areasLoadingErrorRoot': {
483
544
  display: string;
484
545
  flexDirection: string;
@@ -525,6 +586,8 @@ export declare const M4LAreasViewer: (theme: Theme) => {
525
586
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
526
587
  animationName?: import("csstype").Property.AnimationName | undefined;
527
588
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
589
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
590
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
528
591
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
529
592
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
530
593
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -645,6 +708,10 @@ export declare const M4LAreasViewer: (theme: Theme) => {
645
708
  fontStretch?: import("csstype").Property.FontStretch | undefined;
646
709
  fontStyle?: import("csstype").Property.FontStyle | undefined;
647
710
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
711
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
712
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
713
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
714
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
648
715
  fontVariant?: import("csstype").Property.FontVariant | undefined;
649
716
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
650
717
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -718,6 +785,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
718
785
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
719
786
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
720
787
  maskType?: import("csstype").Property.MaskType | undefined;
788
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
721
789
  mathDepth?: import("csstype").Property.MathDepth | undefined;
722
790
  mathShift?: import("csstype").Property.MathShift | undefined;
723
791
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -757,6 +825,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
757
825
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
758
826
  overflowX?: import("csstype").Property.OverflowX | undefined;
759
827
  overflowY?: import("csstype").Property.OverflowY | undefined;
828
+ overlay?: import("csstype").Property.Overlay | undefined;
760
829
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
761
830
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
762
831
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -844,12 +913,15 @@ export declare const M4LAreasViewer: (theme: Theme) => {
844
913
  textTransform?: import("csstype").Property.TextTransform | undefined;
845
914
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
846
915
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
916
+ textWrap?: import("csstype").Property.TextWrap | undefined;
917
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
847
918
  top?: import("csstype").Property.Top<string | number> | undefined;
848
919
  touchAction?: import("csstype").Property.TouchAction | undefined;
849
920
  transform?: import("csstype").Property.Transform | undefined;
850
921
  transformBox?: import("csstype").Property.TransformBox | undefined;
851
922
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
852
923
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
924
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
853
925
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
854
926
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
855
927
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -858,9 +930,14 @@ export declare const M4LAreasViewer: (theme: Theme) => {
858
930
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
859
931
  userSelect?: import("csstype").Property.UserSelect | undefined;
860
932
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
933
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
934
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
935
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
861
936
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
862
937
  visibility?: import("csstype").Property.Visibility | undefined;
863
938
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
939
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
940
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
864
941
  widows?: import("csstype").Property.Widows | undefined;
865
942
  width?: import("csstype").Property.Width<string | number> | undefined;
866
943
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -872,6 +949,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
872
949
  zoom?: import("csstype").Property.Zoom | undefined;
873
950
  all?: import("csstype").Globals | undefined;
874
951
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
952
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
875
953
  background?: import("csstype").Property.Background<string | number> | undefined;
876
954
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
877
955
  border?: import("csstype").Property.Border<string | number> | undefined;
@@ -936,6 +1014,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
936
1014
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
937
1015
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
938
1016
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1017
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
939
1018
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
940
1019
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
941
1020
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -945,7 +1024,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
945
1024
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
946
1025
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
947
1026
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
948
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
949
1027
  MozBinding?: import("csstype").Property.MozBinding | undefined;
950
1028
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
951
1029
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -972,20 +1050,16 @@ export declare const M4LAreasViewer: (theme: Theme) => {
972
1050
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
973
1051
  MozOrient?: import("csstype").Property.MozOrient | undefined;
974
1052
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1053
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1054
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1055
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1056
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
975
1057
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
976
1058
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
977
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
978
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
979
1059
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
980
1060
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
981
1061
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
982
1062
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
983
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
984
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
985
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
986
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
987
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
988
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
989
1063
  MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
990
1064
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
991
1065
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
@@ -1165,7 +1239,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1165
1239
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1166
1240
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1167
1241
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1168
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1242
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1169
1243
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1170
1244
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1171
1245
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1223,6 +1297,7 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1223
1297
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1224
1298
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1225
1299
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1300
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1226
1301
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1227
1302
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1228
1303
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -1244,17 +1319,22 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1244
1319
  MozOpacity?: import("csstype").Property.Opacity | undefined;
1245
1320
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1246
1321
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1247
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1248
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1249
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1250
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1251
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1252
1322
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1253
1323
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1324
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1325
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1254
1326
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1255
1327
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1256
1328
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1257
1329
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1330
+ MozTransform?: import("csstype").Property.Transform | undefined;
1331
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1332
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1333
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1334
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1335
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1336
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1337
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1258
1338
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1259
1339
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1260
1340
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1287,8 +1367,6 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1287
1367
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1288
1368
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1289
1369
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1290
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1291
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1292
1370
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1293
1371
  baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1294
1372
  clipRule?: import("csstype").Property.ClipRule | undefined;
@@ -1336,929 +1414,45 @@ export declare const M4LAreasViewer: (theme: Theme) => {
1336
1414
  };
1337
1415
  };
1338
1416
  };
1339
- };
1340
- };
1341
- };
1342
- M4LAreasViewerModal: {
1343
- styleOverrides: {
1344
- '&.M4LAreasViewer-windowModalRoot .M4LAreasViewer-windowRoot': {
1345
- borderRadius: string;
1346
- boxShadow: string;
1347
- background: string;
1348
- '& .M4LAreasViewer-windowContent': {
1349
- borderRadius: string;
1350
- boxShadow: string;
1417
+ '& .MuiBackdrop-root': {
1351
1418
  background: string;
1352
1419
  };
1353
- '& .M4LAreasViewer-windowHeaderTitle': {
1354
- display: string;
1355
- alignItems: string;
1356
- overflow: string;
1357
- width: string;
1358
- padding: string;
1359
- height: string;
1360
- '& .MuiTypography-root': {
1361
- whiteSpace: string;
1362
- overflow: string;
1363
- textOverflow: string;
1364
- width: string;
1420
+ '&:not(.M4LAreasViewer-loading)': {
1421
+ '& .M4LinearProgressIndeterminate-root': {
1422
+ opacity: number;
1365
1423
  };
1366
1424
  };
1367
- '& .M4LAreasViewer-areasLoadingErrorRoot': {
1425
+ '& .react-resizable-handle': {
1426
+ backgroundColor: string;
1427
+ };
1428
+ '& .M4LAreasViewer-windowRootContainer': {
1368
1429
  display: string;
1369
1430
  flexDirection: string;
1370
- justifyContent: string;
1371
- alignItems: string;
1372
- position: string;
1373
- inset: string;
1374
- overflow: string;
1375
- width: string;
1376
1431
  height: string;
1377
- '& .M4LAreasViewer-areasLoadingError': {
1432
+ background: string;
1433
+ borderRadius: string;
1434
+ boxShadow: string;
1435
+ overflow: string;
1436
+ '& .M4LAreasViewer-windowHeader': {
1437
+ cursor: string;
1378
1438
  display: string;
1379
- padding: string;
1380
1439
  flexDirection: string;
1381
- justifyContent: string;
1382
- alignItems: string;
1383
- gap: string;
1384
- position: string;
1385
- inset: string;
1386
- '& .M4LIcon-root': {
1440
+ padding: string;
1441
+ borderRadius: string;
1442
+ border: string;
1443
+ background: string;
1444
+ '& .M4LTypography-root .MuiTypography-root': {
1445
+ color: string;
1446
+ overflow: string;
1447
+ };
1448
+ '& .M4LAreasViewer-windowHeaderContent': {
1387
1449
  display: string;
1388
- padding: string;
1389
- marginBottom: string;
1390
- ' .M4LIcon-icon': {
1391
- width: string;
1392
- height: string;
1393
- backgroundColor: string;
1394
- };
1395
- };
1396
- '& .M4LAreasViewer-areasLoadingErrorTitle': {
1397
- [x: string]: unknown;
1398
- color: string;
1399
- '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[] | undefined;
1400
- accentColor?: import("csstype").Property.AccentColor | undefined;
1401
- alignContent?: import("csstype").Property.AlignContent | undefined;
1402
- alignItems?: import("csstype").Property.AlignItems | undefined;
1403
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
1404
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
1405
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1406
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1407
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1408
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1409
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1410
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1411
- animationName?: import("csstype").Property.AnimationName | undefined;
1412
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1413
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1414
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1415
- appearance?: import("csstype").Property.Appearance | undefined;
1416
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1417
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1418
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1419
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1420
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1421
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1422
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1423
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1424
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1425
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1426
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1427
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1428
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1429
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
1430
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1431
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1432
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1433
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1434
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1435
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1436
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1437
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1438
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1439
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1440
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1441
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1442
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1443
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1444
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1445
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1446
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1447
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1448
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1449
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1450
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1451
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1452
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1453
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1454
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1455
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1456
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1457
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1458
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1459
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1460
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1461
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1462
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1463
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1464
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1465
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1466
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1467
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1468
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1469
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1470
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1471
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1472
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1473
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1474
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1475
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1476
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
1477
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1478
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
1479
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
1480
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
1481
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
1482
- breakInside?: import("csstype").Property.BreakInside | undefined;
1483
- captionSide?: import("csstype").Property.CaptionSide | undefined;
1484
- caretColor?: import("csstype").Property.CaretColor | undefined;
1485
- caretShape?: import("csstype").Property.CaretShape | undefined;
1486
- clear?: import("csstype").Property.Clear | undefined;
1487
- clipPath?: import("csstype").Property.ClipPath | undefined;
1488
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1489
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
1490
- columnCount?: import("csstype").Property.ColumnCount | undefined;
1491
- columnFill?: import("csstype").Property.ColumnFill | undefined;
1492
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1493
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1494
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1495
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1496
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1497
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1498
- contain?: import("csstype").Property.Contain | undefined;
1499
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1500
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1501
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1502
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1503
- containerName?: import("csstype").Property.ContainerName | undefined;
1504
- containerType?: import("csstype").Property.ContainerType | undefined;
1505
- content?: import("csstype").Property.Content | undefined;
1506
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1507
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1508
- counterReset?: import("csstype").Property.CounterReset | undefined;
1509
- counterSet?: import("csstype").Property.CounterSet | undefined;
1510
- cursor?: import("csstype").Property.Cursor | undefined;
1511
- direction?: import("csstype").Property.Direction | undefined;
1512
- display?: import("csstype").Property.Display | undefined;
1513
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1514
- filter?: import("csstype").Property.Filter | undefined;
1515
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1516
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
1517
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1518
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1519
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1520
- float?: import("csstype").Property.Float | undefined;
1521
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1522
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1523
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1524
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1525
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1526
- fontPalette?: import("csstype").Property.FontPalette | undefined;
1527
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1528
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1529
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1530
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1531
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1532
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1533
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1534
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1535
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1536
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1537
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1538
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1539
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1540
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1541
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1542
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1543
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1544
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1545
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1546
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1547
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1548
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1549
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1550
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1551
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1552
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1553
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1554
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1555
- height?: import("csstype").Property.Height<string | number> | undefined;
1556
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1557
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1558
- hyphens?: import("csstype").Property.Hyphens | undefined;
1559
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1560
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1561
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1562
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1563
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1564
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1565
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1566
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1567
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1568
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1569
- isolation?: import("csstype").Property.Isolation | undefined;
1570
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1571
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1572
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1573
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1574
- left?: import("csstype").Property.Left<string | number> | undefined;
1575
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1576
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1577
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1578
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1579
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1580
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1581
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1582
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1583
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1584
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1585
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1586
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1587
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1588
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1589
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1590
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
1591
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1592
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1593
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1594
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1595
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1596
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1597
- maskClip?: import("csstype").Property.MaskClip | undefined;
1598
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1599
- maskImage?: import("csstype").Property.MaskImage | undefined;
1600
- maskMode?: import("csstype").Property.MaskMode | undefined;
1601
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1602
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1603
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1604
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1605
- maskType?: import("csstype").Property.MaskType | undefined;
1606
- mathDepth?: import("csstype").Property.MathDepth | undefined;
1607
- mathShift?: import("csstype").Property.MathShift | undefined;
1608
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1609
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1610
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1611
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1612
- maxLines?: import("csstype").Property.MaxLines | undefined;
1613
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1614
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1615
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1616
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1617
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1618
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1619
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1620
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1621
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1622
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1623
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1624
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1625
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1626
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1627
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1628
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1629
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1630
- opacity?: import("csstype").Property.Opacity | undefined;
1631
- order?: import("csstype").Property.Order | undefined;
1632
- orphans?: import("csstype").Property.Orphans | undefined;
1633
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1634
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1635
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1636
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1637
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1638
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1639
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1640
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1641
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1642
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1643
- overflowX?: import("csstype").Property.OverflowX | undefined;
1644
- overflowY?: import("csstype").Property.OverflowY | undefined;
1645
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1646
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1647
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1648
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1649
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1650
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1651
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1652
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1653
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1654
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1655
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1656
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1657
- page?: import("csstype").Property.Page | undefined;
1658
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1659
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1660
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1661
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1662
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1663
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1664
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1665
- position?: import("csstype").Property.Position | undefined;
1666
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1667
- quotes?: import("csstype").Property.Quotes | undefined;
1668
- resize?: import("csstype").Property.Resize | undefined;
1669
- right?: import("csstype").Property.Right<string | number> | undefined;
1670
- rotate?: import("csstype").Property.Rotate | undefined;
1671
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1672
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1673
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1674
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1675
- scale?: import("csstype").Property.Scale | undefined;
1676
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1677
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1678
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1679
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1680
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1681
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1682
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1683
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1684
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1685
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1686
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1687
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1688
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1689
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1690
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1691
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1692
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1693
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1694
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1695
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1696
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1697
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1698
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1699
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1700
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1701
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1702
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1703
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1704
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1705
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1706
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1707
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1708
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1709
- tableLayout?: import("csstype").Property.TableLayout | undefined;
1710
- textAlign?: import("csstype").Property.TextAlign | undefined;
1711
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1712
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1713
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1714
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1715
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1716
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1717
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1718
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1719
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1720
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1721
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1722
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1723
- textJustify?: import("csstype").Property.TextJustify | undefined;
1724
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
1725
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
1726
- textRendering?: import("csstype").Property.TextRendering | undefined;
1727
- textShadow?: import("csstype").Property.TextShadow | undefined;
1728
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1729
- textTransform?: import("csstype").Property.TextTransform | undefined;
1730
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1731
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1732
- top?: import("csstype").Property.Top<string | number> | undefined;
1733
- touchAction?: import("csstype").Property.TouchAction | undefined;
1734
- transform?: import("csstype").Property.Transform | undefined;
1735
- transformBox?: import("csstype").Property.TransformBox | undefined;
1736
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1737
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
1738
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1739
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1740
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1741
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1742
- translate?: import("csstype").Property.Translate<string | number> | undefined;
1743
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1744
- userSelect?: import("csstype").Property.UserSelect | undefined;
1745
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1746
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1747
- visibility?: import("csstype").Property.Visibility | undefined;
1748
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1749
- widows?: import("csstype").Property.Widows | undefined;
1750
- width?: import("csstype").Property.Width<string | number> | undefined;
1751
- willChange?: import("csstype").Property.WillChange | undefined;
1752
- wordBreak?: import("csstype").Property.WordBreak | undefined;
1753
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1754
- wordWrap?: import("csstype").Property.WordWrap | undefined;
1755
- writingMode?: import("csstype").Property.WritingMode | undefined;
1756
- zIndex?: import("csstype").Property.ZIndex | undefined;
1757
- zoom?: import("csstype").Property.Zoom | undefined;
1758
- all?: import("csstype").Globals | undefined;
1759
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
1760
- background?: import("csstype").Property.Background<string | number> | undefined;
1761
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1762
- border?: import("csstype").Property.Border<string | number> | undefined;
1763
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1764
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1765
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1766
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1767
- borderColor?: import("csstype").Property.BorderColor | undefined;
1768
- borderImage?: import("csstype").Property.BorderImage | undefined;
1769
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1770
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1771
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1772
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1773
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1774
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1775
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
1776
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1777
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1778
- caret?: import("csstype").Property.Caret | undefined;
1779
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1780
- columns?: import("csstype").Property.Columns<string | number> | undefined;
1781
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1782
- container?: import("csstype").Property.Container | undefined;
1783
- flex?: import("csstype").Property.Flex<string | number> | undefined;
1784
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
1785
- font?: import("csstype").Property.Font | undefined;
1786
- gap?: import("csstype").Property.Gap<string | number> | undefined;
1787
- grid?: import("csstype").Property.Grid | undefined;
1788
- gridArea?: import("csstype").Property.GridArea | undefined;
1789
- gridColumn?: import("csstype").Property.GridColumn | undefined;
1790
- gridRow?: import("csstype").Property.GridRow | undefined;
1791
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1792
- inset?: import("csstype").Property.Inset<string | number> | undefined;
1793
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1794
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1795
- lineClamp?: import("csstype").Property.LineClamp | undefined;
1796
- listStyle?: import("csstype").Property.ListStyle | undefined;
1797
- margin?: import("csstype").Property.Margin<string | number> | undefined;
1798
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1799
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1800
- mask?: import("csstype").Property.Mask<string | number> | undefined;
1801
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
1802
- motion?: import("csstype").Property.Offset<string | number> | undefined;
1803
- offset?: import("csstype").Property.Offset<string | number> | undefined;
1804
- outline?: import("csstype").Property.Outline<string | number> | undefined;
1805
- overflow?: import("csstype").Property.Overflow | undefined;
1806
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1807
- padding?: import("csstype").Property.Padding<string | number> | undefined;
1808
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1809
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1810
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1811
- placeItems?: import("csstype").Property.PlaceItems | undefined;
1812
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1813
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1814
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1815
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1816
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1817
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1818
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1819
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1820
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1821
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1822
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1823
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
1824
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1825
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1826
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1827
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1828
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1829
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1830
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1831
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1832
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1833
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1834
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1835
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1836
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1837
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1838
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1839
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1840
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1841
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1842
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1843
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1844
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1845
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1846
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1847
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1848
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1849
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1850
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1851
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1852
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1853
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1854
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
1855
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1856
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1857
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1858
- MozOrient?: import("csstype").Property.MozOrient | undefined;
1859
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1860
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1861
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1862
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1863
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1864
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1865
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1866
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1867
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1868
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1869
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1870
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1871
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1872
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1873
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1874
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1875
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1876
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1877
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1878
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1879
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1880
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1881
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1882
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1883
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1884
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1885
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1886
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1887
- msFilter?: import("csstype").Property.MsFilter | undefined;
1888
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1889
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1890
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1891
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1892
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1893
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1894
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1895
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1896
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1897
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1898
- msHyphens?: import("csstype").Property.Hyphens | undefined;
1899
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1900
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
1901
- msOrder?: import("csstype").Property.Order | undefined;
1902
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1903
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
1904
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
1905
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1906
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1907
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1908
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1909
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1910
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1911
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1912
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1913
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1914
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1915
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1916
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1917
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1918
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1919
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1920
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1921
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1922
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1923
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1924
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1925
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1926
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
1927
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1928
- msTransform?: import("csstype").Property.Transform | undefined;
1929
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1930
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1931
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1932
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1933
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1934
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1935
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
1936
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1937
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1938
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1939
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
1940
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1941
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1942
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1943
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1944
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1945
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1946
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1947
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1948
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1949
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1950
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1951
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1952
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1953
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1954
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1955
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1956
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1957
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1958
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1959
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1960
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1961
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1962
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1963
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1964
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1965
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1966
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1967
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1968
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1969
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1970
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1971
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1972
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1973
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1974
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1975
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1976
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1977
- WebkitFilter?: import("csstype").Property.Filter | undefined;
1978
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1979
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1980
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1981
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1982
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1983
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1984
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1985
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1986
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1987
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1988
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1989
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1990
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1991
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1992
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1993
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1994
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1995
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1996
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1997
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1998
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1999
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2000
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2001
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2002
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2003
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2004
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2005
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2006
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2007
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2008
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2009
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2010
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2011
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2012
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2013
- WebkitOrder?: import("csstype").Property.Order | undefined;
2014
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2015
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2016
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2017
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2018
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2019
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2020
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2021
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2022
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2023
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2024
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2025
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2026
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2027
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2028
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2029
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2030
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2031
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2032
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2033
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2034
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2035
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2036
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2037
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2038
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2039
- WebkitTransform?: import("csstype").Property.Transform | undefined;
2040
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2041
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2042
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2043
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2044
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2045
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2046
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2047
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
2048
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2049
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2050
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2051
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2052
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2053
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2054
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2055
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2056
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
2057
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2058
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2059
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2060
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2061
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2062
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2063
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2064
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2065
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2066
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
2067
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
2068
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2069
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
2070
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2071
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2072
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2073
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2074
- azimuth?: import("csstype").Property.Azimuth | undefined;
2075
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
2076
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
2077
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
2078
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2079
- boxLines?: import("csstype").Property.BoxLines | undefined;
2080
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2081
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
2082
- boxPack?: import("csstype").Property.BoxPack | undefined;
2083
- clip?: import("csstype").Property.Clip | undefined;
2084
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2085
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2086
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2087
- imeMode?: import("csstype").Property.ImeMode | undefined;
2088
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2089
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2090
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2091
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2092
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2093
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2094
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2095
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2096
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2097
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2098
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2099
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2100
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2101
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2102
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2103
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2104
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2105
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2106
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2107
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2108
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2109
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2110
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2111
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2112
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
2113
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2114
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2115
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2116
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2117
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2118
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2119
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2120
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2121
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2122
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2123
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2124
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2125
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2126
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2127
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2128
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2129
- MozOpacity?: import("csstype").Property.Opacity | undefined;
2130
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2131
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2132
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2133
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2134
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2135
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2136
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2137
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2138
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2139
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2140
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2141
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2142
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2143
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2144
- msImeMode?: import("csstype").Property.ImeMode | undefined;
2145
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2146
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2147
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2148
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2149
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2150
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2151
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
2152
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2153
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2154
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2155
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
2156
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2157
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2158
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2159
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2160
- OTransform?: import("csstype").Property.Transform | undefined;
2161
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2162
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2163
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2164
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2165
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2166
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2167
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2168
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2169
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2170
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2171
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2172
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2173
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2174
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2175
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2176
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2177
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
2178
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
2179
- clipRule?: import("csstype").Property.ClipRule | undefined;
2180
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2181
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
2182
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
2183
- fill?: import("csstype").Property.Fill | undefined;
2184
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
2185
- fillRule?: import("csstype").Property.FillRule | undefined;
2186
- floodColor?: import("csstype").Property.FloodColor | undefined;
2187
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
2188
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2189
- lightingColor?: import("csstype").Property.LightingColor | undefined;
2190
- marker?: import("csstype").Property.Marker | undefined;
2191
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2192
- markerMid?: import("csstype").Property.MarkerMid | undefined;
2193
- markerStart?: import("csstype").Property.MarkerStart | undefined;
2194
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2195
- stopColor?: import("csstype").Property.StopColor | undefined;
2196
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2197
- stroke?: import("csstype").Property.Stroke | undefined;
2198
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2199
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2200
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2201
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2202
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2203
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2204
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2205
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
2206
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2207
- };
2208
- '& .M4LAreasViewer-areasLoadingErrorDescription': {
2209
- color: string;
2210
- };
2211
- '& .M4LAreasViewer-areasLoadingErrorDivider': {
2212
- width: string;
2213
- height: string;
2214
- background: string;
2215
- };
2216
- '& .MuiTypography-paragraph': {
2217
- color: string;
2218
- };
2219
- '& .MuiButtonBase-root': {
2220
- marginTop: string;
2221
- };
2222
- };
2223
- };
2224
- '& .MuiBackdrop-root': {
2225
- background: string;
2226
- };
2227
- '&:not(.M4LAreasViewer-loading)': {
2228
- '& .M4LinearProgressIndeterminate-root': {
2229
- opacity: number;
2230
- };
2231
- };
2232
- '& .react-resizable-handle': {
2233
- backgroundColor: string;
2234
- };
2235
- '& .M4LAreasViewer-windowRootContainer': {
2236
- display: string;
2237
- flexDirection: string;
2238
- height: string;
2239
- background: string;
2240
- borderRadius: string;
2241
- boxShadow: string;
2242
- overflow: string;
2243
- '& .M4LAreasViewer-windowHeader': {
2244
- cursor: string;
2245
- display: string;
2246
- flexDirection: string;
2247
- padding: string;
2248
- borderRadius: string;
2249
- border: string;
2250
- '& .M4LTypography-root .MuiTypography-root': {
2251
- color: string;
2252
- overflow: string;
2253
- };
2254
- '& .M4LAreasViewer-windowHeaderContent': {
2255
- display: string;
2256
- alignItems: string;
2257
- height: string;
1450
+ alignItems: string;
1451
+ height: string;
2258
1452
  };
2259
1453
  };
2260
1454
  '& .M4LAreasViewer-windowContent': {
2261
- margin: string;
1455
+ padding: string;
2262
1456
  background: string;
2263
1457
  borderRadius: string;
2264
1458
  display: string;