@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.
- package/index.js +37 -37
- package/package.json +1 -1
- package/theme/defaultThemeOptions.b25c825e.js +27 -0
- package/theme/index.34d0fdea.js +1 -0
- package/theme/index.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
- package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -76
- package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
- package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +6834 -13145
- package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +171 -977
- package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
- package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
- package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +41 -30
- package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -85
- package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
- package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
- package/theme/overrides/M4LExtendedComponents/{M4LToolkitPage.d.ts → M4LMFLoader.d.ts} +6 -7
- package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
- package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
- package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +4 -48
- package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
- package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
- package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
- package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
- package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
- package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +140 -2
- package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -48
- package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
- package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +16 -0
- package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
- package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
- package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
- package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +881 -0
- package/theme/overrides/M4LExtendedComponents/{index.e875a5e1.js → index.15f2650a.js} +1539 -1080
- package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
- package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +20 -1
- package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
- package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
- package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.e6262889.js} +270 -38
- package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
- package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
- package/theme/overrides/MUIComponents/Input.d.ts +68 -34
- package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
- package/theme/overrides/MUIComponents/Table.d.ts +136 -68
- package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
- package/theme/overrides/index.158187f3.js +105 -0
- package/theme/{palette.104051a7.js → palette.31d770bc.js} +90 -47
- package/theme/palette.d.ts +18 -8
- package/theme/{shadows.b036a684.js → shadows.9800d84c.js} +24 -24
- package/theme/typography.b14a8e35.js +122 -0
- package/theme/typography.d.ts +20 -13
- package/types/augmentations.d.ts +1 -1
- package/utils/{getColorPresets.2693301f.js → getColorPresets.9fec9cc2.js} +1 -1
- package/utils/getColorState.4350ccb4.js +239 -0
- package/utils/getColorState.d.ts +5 -0
- package/theme/defaultThemeOptions.a8de2e18.js +0 -30
- package/theme/index.b0919dac.js +0 -7
- package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
- package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
- package/theme/overrides/MUIComponents/Tabs.d.ts +0 -886
- package/theme/overrides/index.cbe0dea7.js +0 -103
- package/theme/typography.7591a12b.js +0 -124
- package/utils/getColorState.32c050bf.js +0 -208
|
@@ -81,6 +81,8 @@ export default function Accordion(theme: Theme): {
|
|
|
81
81
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
82
82
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
83
83
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
84
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
85
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
84
86
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
85
87
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
86
88
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -202,6 +204,10 @@ export default function Accordion(theme: Theme): {
|
|
|
202
204
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
203
205
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
204
206
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
207
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
208
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
209
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
210
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
205
211
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
206
212
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
207
213
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -275,6 +281,7 @@ export default function Accordion(theme: Theme): {
|
|
|
275
281
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
276
282
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
277
283
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
284
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
278
285
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
279
286
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
280
287
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -314,6 +321,7 @@ export default function Accordion(theme: Theme): {
|
|
|
314
321
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
315
322
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
316
323
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
324
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
317
325
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
318
326
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
319
327
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -401,12 +409,15 @@ export default function Accordion(theme: Theme): {
|
|
|
401
409
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
402
410
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
403
411
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
412
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
413
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
404
414
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
405
415
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
406
416
|
transform?: import("csstype").Property.Transform | undefined;
|
|
407
417
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
408
418
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
409
419
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
420
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
410
421
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
411
422
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
412
423
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -415,9 +426,14 @@ export default function Accordion(theme: Theme): {
|
|
|
415
426
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
416
427
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
417
428
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
429
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
430
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
431
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
418
432
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
419
433
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
420
434
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
435
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
436
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
421
437
|
widows?: import("csstype").Property.Widows | undefined;
|
|
422
438
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
423
439
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -429,6 +445,7 @@ export default function Accordion(theme: Theme): {
|
|
|
429
445
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
430
446
|
all?: import("csstype").Globals | undefined;
|
|
431
447
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
448
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
432
449
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
433
450
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
434
451
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -492,6 +509,7 @@ export default function Accordion(theme: Theme): {
|
|
|
492
509
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
493
510
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
494
511
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
512
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
495
513
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
496
514
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
497
515
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -501,7 +519,6 @@ export default function Accordion(theme: Theme): {
|
|
|
501
519
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
502
520
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
503
521
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
504
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
505
522
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
506
523
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
507
524
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -528,20 +545,16 @@ export default function Accordion(theme: Theme): {
|
|
|
528
545
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
529
546
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
530
547
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
548
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
549
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
550
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
551
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
531
552
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
532
553
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
533
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
534
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
535
554
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
536
555
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
537
556
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
538
557
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
539
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
540
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
541
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
542
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
543
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
544
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
545
558
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
546
559
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
547
560
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -721,7 +734,7 @@ export default function Accordion(theme: Theme): {
|
|
|
721
734
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
722
735
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
723
736
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
724
|
-
|
|
737
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
725
738
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
726
739
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
727
740
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -779,6 +792,7 @@ export default function Accordion(theme: Theme): {
|
|
|
779
792
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
780
793
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
781
794
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
795
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
782
796
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
783
797
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
784
798
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -800,17 +814,22 @@ export default function Accordion(theme: Theme): {
|
|
|
800
814
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
801
815
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
802
816
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
803
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
804
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
805
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
806
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
807
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
808
817
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
809
818
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
819
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
820
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
810
821
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
811
822
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
812
823
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
813
824
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
825
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
826
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
827
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
828
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
829
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
830
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
831
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
832
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
814
833
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
815
834
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
816
835
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -843,8 +862,6 @@ export default function Accordion(theme: Theme): {
|
|
|
843
862
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
844
863
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
845
864
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
846
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
847
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
848
865
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
849
866
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
850
867
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -18,6 +18,8 @@ export default function ControlLabel(theme: Theme): {
|
|
|
18
18
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
19
19
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
20
20
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
21
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
22
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
21
23
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
22
24
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
23
25
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -139,6 +141,10 @@ export default function ControlLabel(theme: Theme): {
|
|
|
139
141
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
140
142
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
141
143
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
144
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
145
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
146
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
147
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
142
148
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
143
149
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
144
150
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -212,6 +218,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
212
218
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
213
219
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
214
220
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
221
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
215
222
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
216
223
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
217
224
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -251,6 +258,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
251
258
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
252
259
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
253
260
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
261
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
254
262
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
255
263
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
256
264
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -338,12 +346,15 @@ export default function ControlLabel(theme: Theme): {
|
|
|
338
346
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
339
347
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
340
348
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
349
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
350
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
341
351
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
342
352
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
343
353
|
transform?: import("csstype").Property.Transform | undefined;
|
|
344
354
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
345
355
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
346
356
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
357
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
347
358
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
348
359
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
349
360
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -352,9 +363,14 @@ export default function ControlLabel(theme: Theme): {
|
|
|
352
363
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
353
364
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
354
365
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
366
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
367
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
368
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
355
369
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
356
370
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
357
371
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
372
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
373
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
358
374
|
widows?: import("csstype").Property.Widows | undefined;
|
|
359
375
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
360
376
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -366,6 +382,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
366
382
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
367
383
|
all?: import("csstype").Globals | undefined;
|
|
368
384
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
385
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
369
386
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
370
387
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
371
388
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -430,6 +447,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
430
447
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
431
448
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
432
449
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
450
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
433
451
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
434
452
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
435
453
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -439,7 +457,6 @@ export default function ControlLabel(theme: Theme): {
|
|
|
439
457
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
440
458
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
441
459
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
442
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
443
460
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
444
461
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
445
462
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -466,20 +483,16 @@ export default function ControlLabel(theme: Theme): {
|
|
|
466
483
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
467
484
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
468
485
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
486
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
487
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
488
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
489
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
469
490
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
470
491
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
471
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
472
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
473
492
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
474
493
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
475
494
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
476
495
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
477
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
478
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
479
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
480
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
481
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
482
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
483
496
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
484
497
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
485
498
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -659,7 +672,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
659
672
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
660
673
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
661
674
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
662
|
-
|
|
675
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
663
676
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
664
677
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
665
678
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -717,6 +730,7 @@ export default function ControlLabel(theme: Theme): {
|
|
|
717
730
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
718
731
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
719
732
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
733
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
720
734
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
721
735
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
722
736
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -738,17 +752,22 @@ export default function ControlLabel(theme: Theme): {
|
|
|
738
752
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
739
753
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
740
754
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
741
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
742
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
743
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
744
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
745
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
746
755
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
747
756
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
757
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
758
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
748
759
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
749
760
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
750
761
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
751
762
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
763
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
764
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
765
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
766
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
767
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
768
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
769
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
770
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
752
771
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
753
772
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
754
773
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -781,8 +800,6 @@ export default function ControlLabel(theme: Theme): {
|
|
|
781
800
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
782
801
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
783
802
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
784
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
785
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
786
803
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
787
804
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
788
805
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|