@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
@@ -36,6 +36,8 @@ export default function Input(theme: Theme): {
36
36
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
37
37
  animationName?: import("csstype").Property.AnimationName | undefined;
38
38
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
39
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
40
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
39
41
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
40
42
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
41
43
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -157,6 +159,10 @@ export default function Input(theme: Theme): {
157
159
  fontStretch?: import("csstype").Property.FontStretch | undefined;
158
160
  fontStyle?: import("csstype").Property.FontStyle | undefined;
159
161
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
162
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
163
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
164
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
165
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
160
166
  fontVariant?: import("csstype").Property.FontVariant | undefined;
161
167
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
162
168
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -230,6 +236,7 @@ export default function Input(theme: Theme): {
230
236
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
231
237
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
232
238
  maskType?: import("csstype").Property.MaskType | undefined;
239
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
233
240
  mathDepth?: import("csstype").Property.MathDepth | undefined;
234
241
  mathShift?: import("csstype").Property.MathShift | undefined;
235
242
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -269,6 +276,7 @@ export default function Input(theme: Theme): {
269
276
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
270
277
  overflowX?: import("csstype").Property.OverflowX | undefined;
271
278
  overflowY?: import("csstype").Property.OverflowY | undefined;
279
+ overlay?: import("csstype").Property.Overlay | undefined;
272
280
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
273
281
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
274
282
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -355,12 +363,15 @@ export default function Input(theme: Theme): {
355
363
  textTransform?: import("csstype").Property.TextTransform | undefined;
356
364
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
357
365
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
366
+ textWrap?: import("csstype").Property.TextWrap | undefined;
367
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
358
368
  top?: import("csstype").Property.Top<string | number> | undefined;
359
369
  touchAction?: import("csstype").Property.TouchAction | undefined;
360
370
  transform?: import("csstype").Property.Transform | undefined;
361
371
  transformBox?: import("csstype").Property.TransformBox | undefined;
362
372
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
363
373
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
374
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
364
375
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
365
376
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
366
377
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -369,9 +380,14 @@ export default function Input(theme: Theme): {
369
380
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
370
381
  userSelect?: import("csstype").Property.UserSelect | undefined;
371
382
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
383
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
384
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
385
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
372
386
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
373
387
  visibility?: import("csstype").Property.Visibility | undefined;
374
388
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
389
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
390
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
375
391
  widows?: import("csstype").Property.Widows | undefined;
376
392
  width?: import("csstype").Property.Width<string | number> | undefined;
377
393
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -383,6 +399,7 @@ export default function Input(theme: Theme): {
383
399
  zoom?: import("csstype").Property.Zoom | undefined;
384
400
  all?: import("csstype").Globals | undefined;
385
401
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
402
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
386
403
  background?: import("csstype").Property.Background<string | number> | undefined;
387
404
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
388
405
  border?: import("csstype").Property.Border<string | number> | undefined;
@@ -445,6 +462,7 @@ export default function Input(theme: Theme): {
445
462
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
446
463
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
447
464
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
465
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
448
466
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
449
467
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
450
468
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -454,7 +472,6 @@ export default function Input(theme: Theme): {
454
472
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
455
473
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
456
474
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
457
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
458
475
  MozBinding?: import("csstype").Property.MozBinding | undefined;
459
476
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
460
477
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -481,20 +498,16 @@ export default function Input(theme: Theme): {
481
498
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
482
499
  MozOrient?: import("csstype").Property.MozOrient | undefined;
483
500
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
501
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
502
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
503
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
504
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
484
505
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
485
506
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
486
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
487
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
488
507
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
489
508
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
490
509
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
491
510
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
492
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
493
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
494
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
495
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
496
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
497
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
498
511
  MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
499
512
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
500
513
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
@@ -674,7 +687,7 @@ export default function Input(theme: Theme): {
674
687
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
675
688
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
676
689
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
677
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
690
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
678
691
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
679
692
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
680
693
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -732,6 +745,7 @@ export default function Input(theme: Theme): {
732
745
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
733
746
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
734
747
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
748
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
735
749
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
736
750
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
737
751
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -753,17 +767,22 @@ export default function Input(theme: Theme): {
753
767
  MozOpacity?: import("csstype").Property.Opacity | undefined;
754
768
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
755
769
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
756
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
757
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
758
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
759
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
760
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
761
770
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
762
771
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
772
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
773
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
763
774
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
764
775
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
765
776
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
766
777
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
778
+ MozTransform?: import("csstype").Property.Transform | undefined;
779
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
780
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
781
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
782
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
783
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
784
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
785
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
767
786
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
768
787
  msImeMode?: import("csstype").Property.ImeMode | undefined;
769
788
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -796,8 +815,6 @@ export default function Input(theme: Theme): {
796
815
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
797
816
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
798
817
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
799
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
800
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
801
818
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
802
819
  baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
803
820
  clipRule?: import("csstype").Property.ClipRule | undefined;
@@ -908,6 +925,8 @@ export default function Input(theme: Theme): {
908
925
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
909
926
  animationName?: import("csstype").Property.AnimationName | undefined;
910
927
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
928
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
929
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
911
930
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
912
931
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
913
932
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -1028,6 +1047,10 @@ export default function Input(theme: Theme): {
1028
1047
  fontStretch?: import("csstype").Property.FontStretch | undefined;
1029
1048
  fontStyle?: import("csstype").Property.FontStyle | undefined;
1030
1049
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1050
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1051
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1052
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1053
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1031
1054
  fontVariant?: import("csstype").Property.FontVariant | undefined;
1032
1055
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1033
1056
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -1101,6 +1124,7 @@ export default function Input(theme: Theme): {
1101
1124
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1102
1125
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1103
1126
  maskType?: import("csstype").Property.MaskType | undefined;
1127
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1104
1128
  mathDepth?: import("csstype").Property.MathDepth | undefined;
1105
1129
  mathShift?: import("csstype").Property.MathShift | undefined;
1106
1130
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -1140,6 +1164,7 @@ export default function Input(theme: Theme): {
1140
1164
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1141
1165
  overflowX?: import("csstype").Property.OverflowX | undefined;
1142
1166
  overflowY?: import("csstype").Property.OverflowY | undefined;
1167
+ overlay?: import("csstype").Property.Overlay | undefined;
1143
1168
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1144
1169
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1145
1170
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -1227,12 +1252,15 @@ export default function Input(theme: Theme): {
1227
1252
  textTransform?: import("csstype").Property.TextTransform | undefined;
1228
1253
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1229
1254
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1255
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1256
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1230
1257
  top?: import("csstype").Property.Top<string | number> | undefined;
1231
1258
  touchAction?: import("csstype").Property.TouchAction | undefined;
1232
1259
  transform?: import("csstype").Property.Transform | undefined;
1233
1260
  transformBox?: import("csstype").Property.TransformBox | undefined;
1234
1261
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1235
1262
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
1263
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1236
1264
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1237
1265
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1238
1266
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -1241,9 +1269,14 @@ export default function Input(theme: Theme): {
1241
1269
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1242
1270
  userSelect?: import("csstype").Property.UserSelect | undefined;
1243
1271
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1272
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1273
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1274
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1244
1275
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1245
1276
  visibility?: import("csstype").Property.Visibility | undefined;
1246
1277
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1278
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1279
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1247
1280
  widows?: import("csstype").Property.Widows | undefined;
1248
1281
  width?: import("csstype").Property.Width<string | number> | undefined;
1249
1282
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -1255,6 +1288,7 @@ export default function Input(theme: Theme): {
1255
1288
  zoom?: import("csstype").Property.Zoom | undefined;
1256
1289
  all?: import("csstype").Globals | undefined;
1257
1290
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
1291
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1258
1292
  background?: import("csstype").Property.Background<string | number> | undefined;
1259
1293
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1260
1294
  border?: import("csstype").Property.Border<string | number> | undefined;
@@ -1319,6 +1353,7 @@ export default function Input(theme: Theme): {
1319
1353
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1320
1354
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1321
1355
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1356
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1322
1357
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1323
1358
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1324
1359
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -1328,7 +1363,6 @@ export default function Input(theme: Theme): {
1328
1363
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1329
1364
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1330
1365
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1331
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1332
1366
  MozBinding?: import("csstype").Property.MozBinding | undefined;
1333
1367
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1334
1368
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -1355,20 +1389,16 @@ export default function Input(theme: Theme): {
1355
1389
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1356
1390
  MozOrient?: import("csstype").Property.MozOrient | undefined;
1357
1391
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1392
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1393
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1394
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1395
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1358
1396
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1359
1397
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1360
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1361
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1362
1398
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1363
1399
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1364
1400
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1365
1401
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1366
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1367
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1368
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1369
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1370
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1371
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1372
1402
  MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1373
1403
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1374
1404
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
@@ -1548,7 +1578,7 @@ export default function Input(theme: Theme): {
1548
1578
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1549
1579
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1550
1580
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1551
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1581
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1552
1582
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1553
1583
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1554
1584
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1606,6 +1636,7 @@ export default function Input(theme: Theme): {
1606
1636
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1607
1637
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1608
1638
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1639
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1609
1640
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1610
1641
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1611
1642
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -1627,17 +1658,22 @@ export default function Input(theme: Theme): {
1627
1658
  MozOpacity?: import("csstype").Property.Opacity | undefined;
1628
1659
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1629
1660
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1630
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1631
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1632
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1633
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1634
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1635
1661
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1636
1662
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1663
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1664
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1637
1665
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1638
1666
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1639
1667
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1640
1668
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1669
+ MozTransform?: import("csstype").Property.Transform | undefined;
1670
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1671
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1672
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1673
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1674
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1675
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1676
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1641
1677
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1642
1678
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1643
1679
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1670,8 +1706,6 @@ export default function Input(theme: Theme): {
1670
1706
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1671
1707
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1672
1708
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1673
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1674
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1675
1709
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1676
1710
  baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1677
1711
  clipRule?: import("csstype").Property.ClipRule | undefined;
@@ -21,6 +21,8 @@ export default function LoadingButton(theme: Theme): {
21
21
  animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
22
22
  animationName?: import("csstype").Property.AnimationName | undefined;
23
23
  animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
24
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
25
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
24
26
  animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
25
27
  animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
26
28
  appearance?: import("csstype").Property.Appearance | undefined;
@@ -142,6 +144,10 @@ export default function LoadingButton(theme: Theme): {
142
144
  fontStretch?: import("csstype").Property.FontStretch | undefined;
143
145
  fontStyle?: import("csstype").Property.FontStyle | undefined;
144
146
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
147
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
148
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
149
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
150
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
145
151
  fontVariant?: import("csstype").Property.FontVariant | undefined;
146
152
  fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
147
153
  fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
@@ -215,6 +221,7 @@ export default function LoadingButton(theme: Theme): {
215
221
  maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
216
222
  maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
217
223
  maskType?: import("csstype").Property.MaskType | undefined;
224
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
218
225
  mathDepth?: import("csstype").Property.MathDepth | undefined;
219
226
  mathShift?: import("csstype").Property.MathShift | undefined;
220
227
  mathStyle?: import("csstype").Property.MathStyle | undefined;
@@ -254,6 +261,7 @@ export default function LoadingButton(theme: Theme): {
254
261
  overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
255
262
  overflowX?: import("csstype").Property.OverflowX | undefined;
256
263
  overflowY?: import("csstype").Property.OverflowY | undefined;
264
+ overlay?: import("csstype").Property.Overlay | undefined;
257
265
  overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
258
266
  overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
259
267
  overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
@@ -341,12 +349,15 @@ export default function LoadingButton(theme: Theme): {
341
349
  textTransform?: import("csstype").Property.TextTransform | undefined;
342
350
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
343
351
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
352
+ textWrap?: import("csstype").Property.TextWrap | undefined;
353
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
344
354
  top?: import("csstype").Property.Top<string | number> | undefined;
345
355
  touchAction?: import("csstype").Property.TouchAction | undefined;
346
356
  transform?: import("csstype").Property.Transform | undefined;
347
357
  transformBox?: import("csstype").Property.TransformBox | undefined;
348
358
  transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
349
359
  transformStyle?: import("csstype").Property.TransformStyle | undefined;
360
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
350
361
  transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
351
362
  transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
352
363
  transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
@@ -355,9 +366,14 @@ export default function LoadingButton(theme: Theme): {
355
366
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
356
367
  userSelect?: import("csstype").Property.UserSelect | undefined;
357
368
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
369
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
370
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
371
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
358
372
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
359
373
  visibility?: import("csstype").Property.Visibility | undefined;
360
374
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
375
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
376
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
361
377
  widows?: import("csstype").Property.Widows | undefined;
362
378
  width?: import("csstype").Property.Width<string | number> | undefined;
363
379
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -369,6 +385,7 @@ export default function LoadingButton(theme: Theme): {
369
385
  zoom?: import("csstype").Property.Zoom | undefined;
370
386
  all?: import("csstype").Globals | undefined;
371
387
  animation?: import("csstype").Property.Animation<string & {}> | undefined;
388
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
372
389
  background?: import("csstype").Property.Background<string | number> | undefined;
373
390
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
374
391
  border?: import("csstype").Property.Border<string | number> | undefined;
@@ -433,6 +450,7 @@ export default function LoadingButton(theme: Theme): {
433
450
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
434
451
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
435
452
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
453
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
436
454
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
437
455
  MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
438
456
  MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
@@ -442,7 +460,6 @@ export default function LoadingButton(theme: Theme): {
442
460
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
443
461
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
444
462
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
445
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
446
463
  MozBinding?: import("csstype").Property.MozBinding | undefined;
447
464
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
448
465
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -469,20 +486,16 @@ export default function LoadingButton(theme: Theme): {
469
486
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
470
487
  MozOrient?: import("csstype").Property.MozOrient | undefined;
471
488
  MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
489
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
490
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
491
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
492
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
472
493
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
473
494
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
474
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
475
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
476
495
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
477
496
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
478
497
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
479
498
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
480
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
481
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
482
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
483
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
484
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
485
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
486
499
  MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
487
500
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
488
501
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
@@ -662,7 +675,7 @@ export default function LoadingButton(theme: Theme): {
662
675
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
663
676
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
664
677
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
665
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
678
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
666
679
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
667
680
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
668
681
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -720,6 +733,7 @@ export default function LoadingButton(theme: Theme): {
720
733
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
721
734
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
722
735
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
736
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
723
737
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
724
738
  MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
725
739
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
@@ -741,17 +755,22 @@ export default function LoadingButton(theme: Theme): {
741
755
  MozOpacity?: import("csstype").Property.Opacity | undefined;
742
756
  MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
743
757
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
744
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
745
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
746
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
747
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
748
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
749
758
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
750
759
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
760
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
761
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
751
762
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
752
763
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
753
764
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
754
765
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
766
+ MozTransform?: import("csstype").Property.Transform | undefined;
767
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
768
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
769
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
770
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
771
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
772
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
773
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
755
774
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
756
775
  msImeMode?: import("csstype").Property.ImeMode | undefined;
757
776
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -784,8 +803,6 @@ export default function LoadingButton(theme: Theme): {
784
803
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
785
804
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
786
805
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
787
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
788
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
789
806
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
790
807
  baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
791
808
  clipRule?: import("csstype").Property.ClipRule | undefined;