@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
|
@@ -65,6 +65,8 @@ export default function Table(theme: Theme): {
|
|
|
65
65
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
66
66
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
67
67
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
68
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
69
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
68
70
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
69
71
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
70
72
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -186,6 +188,10 @@ export default function Table(theme: Theme): {
|
|
|
186
188
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
187
189
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
188
190
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
191
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
192
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
193
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
194
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
189
195
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
190
196
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
191
197
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -259,6 +265,7 @@ export default function Table(theme: Theme): {
|
|
|
259
265
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
260
266
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
261
267
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
268
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
262
269
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
263
270
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
264
271
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -298,6 +305,7 @@ export default function Table(theme: Theme): {
|
|
|
298
305
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
299
306
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
300
307
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
308
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
301
309
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
302
310
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
303
311
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -385,12 +393,15 @@ export default function Table(theme: Theme): {
|
|
|
385
393
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
386
394
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
387
395
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
396
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
397
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
388
398
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
389
399
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
390
400
|
transform?: import("csstype").Property.Transform | undefined;
|
|
391
401
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
392
402
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
393
403
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
404
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
394
405
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
395
406
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
396
407
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -399,9 +410,14 @@ export default function Table(theme: Theme): {
|
|
|
399
410
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
400
411
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
401
412
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
413
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
414
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
415
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
402
416
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
403
417
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
404
418
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
419
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
420
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
405
421
|
widows?: import("csstype").Property.Widows | undefined;
|
|
406
422
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
407
423
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -413,6 +429,7 @@ export default function Table(theme: Theme): {
|
|
|
413
429
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
414
430
|
all?: import("csstype").Globals | undefined;
|
|
415
431
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
432
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
416
433
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
417
434
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
418
435
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -477,6 +494,7 @@ export default function Table(theme: Theme): {
|
|
|
477
494
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
478
495
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
479
496
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
497
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
480
498
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
481
499
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
482
500
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -486,7 +504,6 @@ export default function Table(theme: Theme): {
|
|
|
486
504
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
487
505
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
488
506
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
489
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
490
507
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
491
508
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
492
509
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -513,20 +530,16 @@ export default function Table(theme: Theme): {
|
|
|
513
530
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
514
531
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
515
532
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
533
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
534
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
535
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
536
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
516
537
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
517
538
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
518
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
519
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
520
539
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
521
540
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
522
541
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
523
542
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
524
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
525
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
526
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
527
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
528
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
529
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
530
543
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
531
544
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
532
545
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -706,7 +719,7 @@ export default function Table(theme: Theme): {
|
|
|
706
719
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
707
720
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
708
721
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
709
|
-
|
|
722
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
710
723
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
711
724
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
712
725
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -764,6 +777,7 @@ export default function Table(theme: Theme): {
|
|
|
764
777
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
765
778
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
766
779
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
780
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
767
781
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
768
782
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
769
783
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -785,17 +799,22 @@ export default function Table(theme: Theme): {
|
|
|
785
799
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
786
800
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
787
801
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
788
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
789
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
790
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
791
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
792
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
793
802
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
794
803
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
804
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
805
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
795
806
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
796
807
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
797
808
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
798
809
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
810
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
811
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
812
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
813
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
814
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
815
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
816
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
817
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
799
818
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
800
819
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
801
820
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -828,8 +847,6 @@ export default function Table(theme: Theme): {
|
|
|
828
847
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
829
848
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
830
849
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
831
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
832
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
833
850
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
834
851
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
835
852
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -877,6 +894,8 @@ export default function Table(theme: Theme): {
|
|
|
877
894
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
878
895
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
879
896
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
897
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
898
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
880
899
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
881
900
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
882
901
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -998,6 +1017,10 @@ export default function Table(theme: Theme): {
|
|
|
998
1017
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
999
1018
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1000
1019
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1020
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1021
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1022
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1023
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1001
1024
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1002
1025
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1003
1026
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1071,6 +1094,7 @@ export default function Table(theme: Theme): {
|
|
|
1071
1094
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1072
1095
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1073
1096
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1097
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1074
1098
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1075
1099
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1076
1100
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1110,6 +1134,7 @@ export default function Table(theme: Theme): {
|
|
|
1110
1134
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1111
1135
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1112
1136
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1137
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1113
1138
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1114
1139
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1115
1140
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -1197,12 +1222,15 @@ export default function Table(theme: Theme): {
|
|
|
1197
1222
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
1198
1223
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
1199
1224
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
1225
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
1226
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
1200
1227
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
1201
1228
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
1202
1229
|
transform?: import("csstype").Property.Transform | undefined;
|
|
1203
1230
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
1204
1231
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1205
1232
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1233
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
1206
1234
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1207
1235
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1208
1236
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -1211,9 +1239,14 @@ export default function Table(theme: Theme): {
|
|
|
1211
1239
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1212
1240
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1213
1241
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1242
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
1243
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
1244
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
1214
1245
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1215
1246
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1216
1247
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1248
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
1249
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
1217
1250
|
widows?: import("csstype").Property.Widows | undefined;
|
|
1218
1251
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
1219
1252
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -1225,6 +1258,7 @@ export default function Table(theme: Theme): {
|
|
|
1225
1258
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
1226
1259
|
all?: import("csstype").Globals | undefined;
|
|
1227
1260
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1261
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
1228
1262
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
1229
1263
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
1230
1264
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -1289,6 +1323,7 @@ export default function Table(theme: Theme): {
|
|
|
1289
1323
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1290
1324
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1291
1325
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1326
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
1292
1327
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1293
1328
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1294
1329
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1298,7 +1333,6 @@ export default function Table(theme: Theme): {
|
|
|
1298
1333
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1299
1334
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1300
1335
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1301
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1302
1336
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1303
1337
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1304
1338
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -1325,20 +1359,16 @@ export default function Table(theme: Theme): {
|
|
|
1325
1359
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1326
1360
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
1327
1361
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
1362
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1363
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1364
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1365
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1328
1366
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1329
1367
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1330
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1331
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1332
1368
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
1333
1369
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
1334
1370
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
1335
1371
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
1336
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1337
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1338
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1339
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1340
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1341
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1342
1372
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
1343
1373
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
1344
1374
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -1518,7 +1548,7 @@ export default function Table(theme: Theme): {
|
|
|
1518
1548
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
1519
1549
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1520
1550
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1521
|
-
|
|
1551
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1522
1552
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
1523
1553
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
1524
1554
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -1576,6 +1606,7 @@ export default function Table(theme: Theme): {
|
|
|
1576
1606
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1577
1607
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1578
1608
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1609
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1579
1610
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
1580
1611
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1581
1612
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -1597,17 +1628,22 @@ export default function Table(theme: Theme): {
|
|
|
1597
1628
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
1598
1629
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
1599
1630
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
1600
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
1601
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1602
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1603
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1604
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1605
1631
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
1606
1632
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
1633
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1634
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1607
1635
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
1608
1636
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
1609
1637
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
1610
1638
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1639
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
1640
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
1641
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
1642
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
1643
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
1644
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
1645
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
1646
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
1611
1647
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1612
1648
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1613
1649
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -1640,8 +1676,6 @@ export default function Table(theme: Theme): {
|
|
|
1640
1676
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
1641
1677
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
1642
1678
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
1643
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
1644
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1645
1679
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
1646
1680
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
1647
1681
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -1694,6 +1728,8 @@ export default function Table(theme: Theme): {
|
|
|
1694
1728
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
1695
1729
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
1696
1730
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
1731
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
1732
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
1697
1733
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
1698
1734
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1699
1735
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -1815,6 +1851,10 @@ export default function Table(theme: Theme): {
|
|
|
1815
1851
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
1816
1852
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
1817
1853
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
1854
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
1855
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
1856
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
1857
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
1818
1858
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
1819
1859
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1820
1860
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -1888,6 +1928,7 @@ export default function Table(theme: Theme): {
|
|
|
1888
1928
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1889
1929
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1890
1930
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1931
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
1891
1932
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1892
1933
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1893
1934
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -1927,6 +1968,7 @@ export default function Table(theme: Theme): {
|
|
|
1927
1968
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
1928
1969
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
1929
1970
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
1971
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
1930
1972
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
1931
1973
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1932
1974
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -2014,12 +2056,15 @@ export default function Table(theme: Theme): {
|
|
|
2014
2056
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
2015
2057
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
2016
2058
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2059
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2060
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2017
2061
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
2018
2062
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2019
2063
|
transform?: import("csstype").Property.Transform | undefined;
|
|
2020
2064
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
2021
2065
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2022
2066
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2067
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
2023
2068
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2024
2069
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2025
2070
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -2028,9 +2073,14 @@ export default function Table(theme: Theme): {
|
|
|
2028
2073
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2029
2074
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2030
2075
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2076
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2077
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
2078
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2031
2079
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2032
2080
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2033
2081
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2082
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2083
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2034
2084
|
widows?: import("csstype").Property.Widows | undefined;
|
|
2035
2085
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
2036
2086
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -2042,6 +2092,7 @@ export default function Table(theme: Theme): {
|
|
|
2042
2092
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2043
2093
|
all?: import("csstype").Globals | undefined;
|
|
2044
2094
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2095
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
2045
2096
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
2046
2097
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
2047
2098
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -2106,6 +2157,7 @@ export default function Table(theme: Theme): {
|
|
|
2106
2157
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2107
2158
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2108
2159
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2160
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2109
2161
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2110
2162
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2111
2163
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -2115,7 +2167,6 @@ export default function Table(theme: Theme): {
|
|
|
2115
2167
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2116
2168
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2117
2169
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2118
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2119
2170
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2120
2171
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2121
2172
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -2142,20 +2193,16 @@ export default function Table(theme: Theme): {
|
|
|
2142
2193
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2143
2194
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
2144
2195
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
2196
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2197
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2198
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2199
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2145
2200
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2146
2201
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2147
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2148
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2149
2202
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2150
2203
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2151
2204
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2152
2205
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2153
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2154
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2155
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2156
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2157
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2158
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2159
2206
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2160
2207
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2161
2208
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -2335,7 +2382,7 @@ export default function Table(theme: Theme): {
|
|
|
2335
2382
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
2336
2383
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2337
2384
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2338
|
-
|
|
2385
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
2339
2386
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
2340
2387
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
2341
2388
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -2393,6 +2440,7 @@ export default function Table(theme: Theme): {
|
|
|
2393
2440
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2394
2441
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2395
2442
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2443
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2396
2444
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
2397
2445
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2398
2446
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -2414,17 +2462,22 @@ export default function Table(theme: Theme): {
|
|
|
2414
2462
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
2415
2463
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
2416
2464
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
2417
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
2418
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
2419
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
2420
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
2421
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2422
2465
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
2423
2466
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
2467
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2468
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2424
2469
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
2425
2470
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
2426
2471
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
2427
2472
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2473
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
2474
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2475
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2476
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2477
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2478
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2479
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2480
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2428
2481
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2429
2482
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2430
2483
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -2457,8 +2510,6 @@ export default function Table(theme: Theme): {
|
|
|
2457
2510
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
2458
2511
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
2459
2512
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
2460
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
2461
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
2462
2513
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
2463
2514
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
2464
2515
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -2507,6 +2558,8 @@ export default function Table(theme: Theme): {
|
|
|
2507
2558
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
2508
2559
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
2509
2560
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2561
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
2562
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
2510
2563
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
2511
2564
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2512
2565
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -2628,6 +2681,10 @@ export default function Table(theme: Theme): {
|
|
|
2628
2681
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
2629
2682
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
2630
2683
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
2684
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
2685
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
2686
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
2687
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
2631
2688
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
2632
2689
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
2633
2690
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
@@ -2701,6 +2758,7 @@ export default function Table(theme: Theme): {
|
|
|
2701
2758
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
2702
2759
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
2703
2760
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
2761
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
2704
2762
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
2705
2763
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
2706
2764
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -2740,6 +2798,7 @@ export default function Table(theme: Theme): {
|
|
|
2740
2798
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
2741
2799
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
2742
2800
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
2801
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
2743
2802
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
2744
2803
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
2745
2804
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
@@ -2827,12 +2886,15 @@ export default function Table(theme: Theme): {
|
|
|
2827
2886
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
2828
2887
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
2829
2888
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
2889
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
2890
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
2830
2891
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
2831
2892
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
2832
2893
|
transform?: import("csstype").Property.Transform | undefined;
|
|
2833
2894
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
2834
2895
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2835
2896
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2897
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
2836
2898
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2837
2899
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2838
2900
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -2841,9 +2903,14 @@ export default function Table(theme: Theme): {
|
|
|
2841
2903
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2842
2904
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2843
2905
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2906
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
2907
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
2908
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
2844
2909
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2845
2910
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2846
2911
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2912
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
2913
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
2847
2914
|
widows?: import("csstype").Property.Widows | undefined;
|
|
2848
2915
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
2849
2916
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -2855,6 +2922,7 @@ export default function Table(theme: Theme): {
|
|
|
2855
2922
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
2856
2923
|
all?: import("csstype").Globals | undefined;
|
|
2857
2924
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2925
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
2858
2926
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
2859
2927
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
2860
2928
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -2919,6 +2987,7 @@ export default function Table(theme: Theme): {
|
|
|
2919
2987
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2920
2988
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2921
2989
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
2990
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
2922
2991
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2923
2992
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2924
2993
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -2928,7 +2997,6 @@ export default function Table(theme: Theme): {
|
|
|
2928
2997
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
2929
2998
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2930
2999
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2931
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2932
3000
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2933
3001
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2934
3002
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -2955,20 +3023,16 @@ export default function Table(theme: Theme): {
|
|
|
2955
3023
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2956
3024
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
2957
3025
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
3026
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
3027
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
3028
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
3029
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
2958
3030
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2959
3031
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2960
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2961
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2962
3032
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
2963
3033
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
2964
3034
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
2965
3035
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
2966
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
2967
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
2968
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
2969
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
2970
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
2971
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
2972
3036
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
2973
3037
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
2974
3038
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -3148,7 +3212,7 @@ export default function Table(theme: Theme): {
|
|
|
3148
3212
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
3149
3213
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
3150
3214
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
3151
|
-
|
|
3215
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
3152
3216
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
3153
3217
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
3154
3218
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -3206,6 +3270,7 @@ export default function Table(theme: Theme): {
|
|
|
3206
3270
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
3207
3271
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
3208
3272
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
3273
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
3209
3274
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
3210
3275
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
3211
3276
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
@@ -3227,17 +3292,22 @@ export default function Table(theme: Theme): {
|
|
|
3227
3292
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
3228
3293
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
3229
3294
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
3230
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
3231
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
3232
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
3233
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
3234
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
3235
3295
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
3236
3296
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
3297
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
3298
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
3237
3299
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
3238
3300
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
3239
3301
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
3240
3302
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
3303
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
3304
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
3305
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
3306
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
3307
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
3308
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
3309
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
3310
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
3241
3311
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
3242
3312
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
3243
3313
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -3270,8 +3340,6 @@ export default function Table(theme: Theme): {
|
|
|
3270
3340
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
3271
3341
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
3272
3342
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
3273
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
3274
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
3275
3343
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
3276
3344
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
3277
3345
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|