@gem-sdk/core 2.0.0-staging.847 → 2.0.0-staging.866
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/dist/types/index.d.ts +204 -102
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -38576,6 +38576,8 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38576
38576
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
38577
38577
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
38578
38578
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
38579
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
38580
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
38579
38581
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
38580
38582
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
38581
38583
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -38697,6 +38699,10 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38697
38699
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
38698
38700
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
38699
38701
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
38702
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
38703
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
38704
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
38705
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
38700
38706
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
38701
38707
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
38702
38708
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -38770,6 +38776,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38770
38776
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
38771
38777
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
38772
38778
|
maskType?: csstype.Property.MaskType | undefined;
|
|
38779
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
38773
38780
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
38774
38781
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
38775
38782
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -38809,6 +38816,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38809
38816
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
38810
38817
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
38811
38818
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
38819
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
38812
38820
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
38813
38821
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
38814
38822
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -38896,12 +38904,15 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38896
38904
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
38897
38905
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
38898
38906
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
38907
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
38908
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
38899
38909
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
38900
38910
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
38901
38911
|
transform?: csstype.Property.Transform | undefined;
|
|
38902
38912
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
38903
38913
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
38904
38914
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
38915
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
38905
38916
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
38906
38917
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
38907
38918
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -38910,9 +38921,14 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38910
38921
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
38911
38922
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
38912
38923
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
38924
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
38925
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
38926
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
38913
38927
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
38914
38928
|
visibility?: csstype.Property.Visibility | undefined;
|
|
38915
38929
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
38930
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
38931
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
38916
38932
|
widows?: csstype.Property.Widows | undefined;
|
|
38917
38933
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
38918
38934
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -38924,6 +38940,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38924
38940
|
zoom?: csstype.Property.Zoom | undefined;
|
|
38925
38941
|
all?: csstype.Globals | undefined;
|
|
38926
38942
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
38943
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
38927
38944
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
38928
38945
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
38929
38946
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -38988,6 +39005,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38988
39005
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
38989
39006
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
38990
39007
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
39008
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
38991
39009
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
38992
39010
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
38993
39011
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -38997,7 +39015,6 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38997
39015
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
38998
39016
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
38999
39017
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
39000
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
39001
39018
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
39002
39019
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
39003
39020
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -39024,20 +39041,16 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
39024
39041
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
39025
39042
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
39026
39043
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
39044
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
39045
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
39046
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
39047
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
39027
39048
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
39028
39049
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
39029
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
39030
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
39031
39050
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
39032
39051
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
39033
39052
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
39034
39053
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
39035
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
39036
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
39037
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
39038
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
39039
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
39040
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
39041
39054
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
39042
39055
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
39043
39056
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -39217,7 +39230,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
39217
39230
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
39218
39231
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
39219
39232
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
39220
|
-
|
|
39233
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
39221
39234
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
39222
39235
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
39223
39236
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -39275,6 +39288,7 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
39275
39288
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
39276
39289
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
39277
39290
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
39291
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
39278
39292
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
39279
39293
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
39280
39294
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -39296,17 +39310,22 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
39296
39310
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
39297
39311
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
39298
39312
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
39299
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
39300
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
39301
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
39302
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
39303
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
39304
39313
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
39305
39314
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
39315
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
39316
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
39306
39317
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
39307
39318
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
39308
39319
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
39309
39320
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
39321
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
39322
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
39323
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
39324
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
39325
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
39326
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
39327
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
39328
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
39310
39329
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
39311
39330
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
39312
39331
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -39339,8 +39358,6 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
39339
39358
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
39340
39359
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
39341
39360
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
39342
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
39343
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
39344
39361
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
39345
39362
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
39346
39363
|
clipRule?: csstype.Property.ClipRule | undefined;
|
|
@@ -40197,6 +40214,8 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40197
40214
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
40198
40215
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
40199
40216
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
40217
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
40218
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
40200
40219
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
40201
40220
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
40202
40221
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -40318,6 +40337,10 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40318
40337
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
40319
40338
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
40320
40339
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
40340
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
40341
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
40342
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
40343
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
40321
40344
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
40322
40345
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
40323
40346
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -40391,6 +40414,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40391
40414
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
40392
40415
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
40393
40416
|
maskType?: csstype.Property.MaskType | undefined;
|
|
40417
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
40394
40418
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
40395
40419
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
40396
40420
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -40430,6 +40454,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40430
40454
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
40431
40455
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
40432
40456
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
40457
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
40433
40458
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
40434
40459
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
40435
40460
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -40517,12 +40542,15 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40517
40542
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
40518
40543
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
40519
40544
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
40545
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
40546
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
40520
40547
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
40521
40548
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
40522
40549
|
transform?: csstype.Property.Transform | undefined;
|
|
40523
40550
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
40524
40551
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
40525
40552
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
40553
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
40526
40554
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
40527
40555
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
40528
40556
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -40531,9 +40559,14 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40531
40559
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
40532
40560
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
40533
40561
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
40562
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
40563
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
40564
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
40534
40565
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
40535
40566
|
visibility?: csstype.Property.Visibility | undefined;
|
|
40536
40567
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
40568
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
40569
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
40537
40570
|
widows?: csstype.Property.Widows | undefined;
|
|
40538
40571
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
40539
40572
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -40545,6 +40578,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40545
40578
|
zoom?: csstype.Property.Zoom | undefined;
|
|
40546
40579
|
all?: csstype.Globals | undefined;
|
|
40547
40580
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
40581
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
40548
40582
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
40549
40583
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
40550
40584
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -40609,6 +40643,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40609
40643
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
40610
40644
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
40611
40645
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
40646
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
40612
40647
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
40613
40648
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
40614
40649
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -40618,7 +40653,6 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40618
40653
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
40619
40654
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
40620
40655
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
40621
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
40622
40656
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
40623
40657
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
40624
40658
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -40645,20 +40679,16 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40645
40679
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
40646
40680
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
40647
40681
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
40682
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
40683
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
40684
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
40685
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
40648
40686
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
40649
40687
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
40650
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
40651
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
40652
40688
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
40653
40689
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
40654
40690
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
40655
40691
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
40656
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
40657
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
40658
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
40659
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
40660
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
40661
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
40662
40692
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
40663
40693
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
40664
40694
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -40838,7 +40868,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40838
40868
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
40839
40869
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
40840
40870
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
40841
|
-
|
|
40871
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
40842
40872
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
40843
40873
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
40844
40874
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -40896,6 +40926,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40896
40926
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
40897
40927
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
40898
40928
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
40929
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
40899
40930
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
40900
40931
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
40901
40932
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -40917,17 +40948,22 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40917
40948
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
40918
40949
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
40919
40950
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
40920
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
40921
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
40922
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
40923
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
40924
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
40925
40951
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
40926
40952
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
40953
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
40954
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
40927
40955
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
40928
40956
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
40929
40957
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
40930
40958
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
40959
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
40960
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
40961
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
40962
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
40963
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
40964
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
40965
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
40966
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
40931
40967
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
40932
40968
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
40933
40969
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -40960,8 +40996,6 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40960
40996
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
40961
40997
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
40962
40998
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
40963
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
40964
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
40965
40999
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
40966
41000
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
40967
41001
|
clipRule?: csstype.Property.ClipRule | undefined;
|
|
@@ -41819,6 +41853,8 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
41819
41853
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
41820
41854
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
41821
41855
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
41856
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
41857
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
41822
41858
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
41823
41859
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
41824
41860
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -41940,6 +41976,10 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
41940
41976
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
41941
41977
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
41942
41978
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
41979
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
41980
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
41981
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
41982
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
41943
41983
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
41944
41984
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
41945
41985
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -42013,6 +42053,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42013
42053
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
42014
42054
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
42015
42055
|
maskType?: csstype.Property.MaskType | undefined;
|
|
42056
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
42016
42057
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
42017
42058
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
42018
42059
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -42052,6 +42093,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42052
42093
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
42053
42094
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
42054
42095
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
42096
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
42055
42097
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
42056
42098
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
42057
42099
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -42139,12 +42181,15 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42139
42181
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
42140
42182
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
42141
42183
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
42184
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
42185
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
42142
42186
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
42143
42187
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
42144
42188
|
transform?: csstype.Property.Transform | undefined;
|
|
42145
42189
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
42146
42190
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
42147
42191
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
42192
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
42148
42193
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
42149
42194
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
42150
42195
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -42153,9 +42198,14 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42153
42198
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
42154
42199
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
42155
42200
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
42201
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
42202
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
42203
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
42156
42204
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
42157
42205
|
visibility?: csstype.Property.Visibility | undefined;
|
|
42158
42206
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
42207
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
42208
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
42159
42209
|
widows?: csstype.Property.Widows | undefined;
|
|
42160
42210
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
42161
42211
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -42167,6 +42217,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42167
42217
|
zoom?: csstype.Property.Zoom | undefined;
|
|
42168
42218
|
all?: csstype.Globals | undefined;
|
|
42169
42219
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
42220
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
42170
42221
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
42171
42222
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
42172
42223
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -42231,6 +42282,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42231
42282
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
42232
42283
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
42233
42284
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
42285
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
42234
42286
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
42235
42287
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
42236
42288
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -42240,7 +42292,6 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42240
42292
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
42241
42293
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
42242
42294
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
42243
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
42244
42295
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
42245
42296
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
42246
42297
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -42267,20 +42318,16 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42267
42318
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
42268
42319
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
42269
42320
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
42321
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
42322
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
42323
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
42324
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
42270
42325
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
42271
42326
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
42272
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
42273
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
42274
42327
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
42275
42328
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
42276
42329
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
42277
42330
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
42278
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
42279
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
42280
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
42281
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
42282
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
42283
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
42284
42331
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
42285
42332
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
42286
42333
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -42460,7 +42507,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42460
42507
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
42461
42508
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
42462
42509
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
42463
|
-
|
|
42510
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
42464
42511
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
42465
42512
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
42466
42513
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -42518,6 +42565,7 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42518
42565
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
42519
42566
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
42520
42567
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
42568
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
42521
42569
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
42522
42570
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
42523
42571
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -42539,17 +42587,22 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42539
42587
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
42540
42588
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
42541
42589
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
42542
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
42543
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
42544
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
42545
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
42546
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
42547
42590
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
42548
42591
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
42592
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
42593
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
42549
42594
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
42550
42595
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
42551
42596
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
42552
42597
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
42598
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
42599
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
42600
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
42601
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
42602
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
42603
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
42604
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
42605
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
42553
42606
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
42554
42607
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
42555
42608
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -42582,8 +42635,6 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
42582
42635
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
42583
42636
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
42584
42637
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
42585
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
42586
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
42587
42638
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
42588
42639
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
42589
42640
|
clipRule?: csstype.Property.ClipRule | undefined;
|
|
@@ -43543,6 +43594,8 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43543
43594
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
43544
43595
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
43545
43596
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
43597
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
43598
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
43546
43599
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
43547
43600
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
43548
43601
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -43664,6 +43717,10 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43664
43717
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
43665
43718
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
43666
43719
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
43720
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
43721
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
43722
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
43723
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
43667
43724
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
43668
43725
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
43669
43726
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -43737,6 +43794,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43737
43794
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
43738
43795
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
43739
43796
|
maskType?: csstype.Property.MaskType | undefined;
|
|
43797
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
43740
43798
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
43741
43799
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
43742
43800
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -43776,6 +43834,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43776
43834
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
43777
43835
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
43778
43836
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
43837
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
43779
43838
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
43780
43839
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
43781
43840
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -43863,12 +43922,15 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43863
43922
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
43864
43923
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
43865
43924
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
43925
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
43926
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
43866
43927
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
43867
43928
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
43868
43929
|
transform?: csstype.Property.Transform | undefined;
|
|
43869
43930
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
43870
43931
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
43871
43932
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
43933
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
43872
43934
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
43873
43935
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
43874
43936
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -43877,9 +43939,14 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43877
43939
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
43878
43940
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
43879
43941
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
43942
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
43943
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
43944
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
43880
43945
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
43881
43946
|
visibility?: csstype.Property.Visibility | undefined;
|
|
43882
43947
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
43948
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
43949
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
43883
43950
|
widows?: csstype.Property.Widows | undefined;
|
|
43884
43951
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
43885
43952
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -43891,6 +43958,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43891
43958
|
zoom?: csstype.Property.Zoom | undefined;
|
|
43892
43959
|
all?: csstype.Globals | undefined;
|
|
43893
43960
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
43961
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
43894
43962
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
43895
43963
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
43896
43964
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -43955,6 +44023,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43955
44023
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
43956
44024
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
43957
44025
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
44026
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
43958
44027
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
43959
44028
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
43960
44029
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -43964,7 +44033,6 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43964
44033
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
43965
44034
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
43966
44035
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
43967
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
43968
44036
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
43969
44037
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
43970
44038
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -43991,20 +44059,16 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43991
44059
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
43992
44060
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
43993
44061
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
44062
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
44063
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
44064
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
44065
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
43994
44066
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
43995
44067
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
43996
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
43997
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
43998
44068
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
43999
44069
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
44000
44070
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
44001
44071
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
44002
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
44003
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
44004
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
44005
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
44006
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
44007
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
44008
44072
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
44009
44073
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
44010
44074
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -44184,7 +44248,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
44184
44248
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
44185
44249
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
44186
44250
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
44187
|
-
|
|
44251
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
44188
44252
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
44189
44253
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
44190
44254
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -44242,6 +44306,7 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
44242
44306
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
44243
44307
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
44244
44308
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
44309
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
44245
44310
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
44246
44311
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
44247
44312
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -44263,17 +44328,22 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
44263
44328
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
44264
44329
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
44265
44330
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
44266
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
44267
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
44268
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
44269
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
44270
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
44271
44331
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
44272
44332
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
44333
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
44334
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
44273
44335
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
44274
44336
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
44275
44337
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
44276
44338
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
44339
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
44340
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
44341
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
44342
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
44343
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
44344
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
44345
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
44346
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
44277
44347
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
44278
44348
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
44279
44349
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -44306,8 +44376,6 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
44306
44376
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
44307
44377
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
44308
44378
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
44309
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
44310
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
44311
44379
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
44312
44380
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
44313
44381
|
clipRule?: csstype.Property.ClipRule | undefined;
|
|
@@ -45167,6 +45235,8 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45167
45235
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
45168
45236
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
45169
45237
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
45238
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
45239
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
45170
45240
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
45171
45241
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
45172
45242
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -45288,6 +45358,10 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45288
45358
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
45289
45359
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
45290
45360
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
45361
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
45362
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
45363
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
45364
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
45291
45365
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
45292
45366
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
45293
45367
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -45361,6 +45435,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45361
45435
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
45362
45436
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
45363
45437
|
maskType?: csstype.Property.MaskType | undefined;
|
|
45438
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
45364
45439
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
45365
45440
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
45366
45441
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -45400,6 +45475,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45400
45475
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
45401
45476
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
45402
45477
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
45478
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
45403
45479
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
45404
45480
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
45405
45481
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -45487,12 +45563,15 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45487
45563
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
45488
45564
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
45489
45565
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
45566
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
45567
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
45490
45568
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
45491
45569
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
45492
45570
|
transform?: csstype.Property.Transform | undefined;
|
|
45493
45571
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
45494
45572
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
45495
45573
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
45574
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
45496
45575
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
45497
45576
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
45498
45577
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -45501,9 +45580,14 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45501
45580
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
45502
45581
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
45503
45582
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
45583
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
45584
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
45585
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
45504
45586
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
45505
45587
|
visibility?: csstype.Property.Visibility | undefined;
|
|
45506
45588
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
45589
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
45590
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
45507
45591
|
widows?: csstype.Property.Widows | undefined;
|
|
45508
45592
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
45509
45593
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -45515,6 +45599,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45515
45599
|
zoom?: csstype.Property.Zoom | undefined;
|
|
45516
45600
|
all?: csstype.Globals | undefined;
|
|
45517
45601
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
45602
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
45518
45603
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
45519
45604
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
45520
45605
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -45579,6 +45664,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45579
45664
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
45580
45665
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
45581
45666
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
45667
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
45582
45668
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
45583
45669
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
45584
45670
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -45588,7 +45674,6 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45588
45674
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
45589
45675
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
45590
45676
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
45591
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
45592
45677
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
45593
45678
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
45594
45679
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -45615,20 +45700,16 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45615
45700
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
45616
45701
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
45617
45702
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
45703
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
45704
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
45705
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
45706
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
45618
45707
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
45619
45708
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
45620
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
45621
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
45622
45709
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
45623
45710
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
45624
45711
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
45625
45712
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
45626
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
45627
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
45628
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
45629
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
45630
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
45631
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
45632
45713
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
45633
45714
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
45634
45715
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -45808,7 +45889,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45808
45889
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
45809
45890
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
45810
45891
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
45811
|
-
|
|
45892
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
45812
45893
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
45813
45894
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
45814
45895
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -45866,6 +45947,7 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45866
45947
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
45867
45948
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
45868
45949
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
45950
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
45869
45951
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
45870
45952
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
45871
45953
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -45887,17 +45969,22 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45887
45969
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
45888
45970
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
45889
45971
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
45890
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
45891
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
45892
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
45893
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
45894
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
45895
45972
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
45896
45973
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
45974
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
45975
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
45897
45976
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
45898
45977
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
45899
45978
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
45900
45979
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
45980
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
45981
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
45982
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
45983
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
45984
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
45985
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
45986
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
45987
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
45901
45988
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
45902
45989
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
45903
45990
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -45930,8 +46017,6 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45930
46017
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
45931
46018
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
45932
46019
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
45933
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
45934
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
45935
46020
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
45936
46021
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
45937
46022
|
clipRule?: csstype.Property.ClipRule | undefined;
|
|
@@ -46846,6 +46931,8 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
46846
46931
|
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
46847
46932
|
animationName?: csstype.Property.AnimationName | undefined;
|
|
46848
46933
|
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
46934
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
46935
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
46849
46936
|
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
46850
46937
|
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
46851
46938
|
appearance?: csstype.Property.Appearance | undefined;
|
|
@@ -46967,6 +47054,10 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
46967
47054
|
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
46968
47055
|
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
46969
47056
|
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
47057
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
47058
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
47059
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
47060
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
46970
47061
|
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
46971
47062
|
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
46972
47063
|
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
@@ -47040,6 +47131,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47040
47131
|
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
47041
47132
|
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
47042
47133
|
maskType?: csstype.Property.MaskType | undefined;
|
|
47134
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
47043
47135
|
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
47044
47136
|
mathShift?: csstype.Property.MathShift | undefined;
|
|
47045
47137
|
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
@@ -47079,6 +47171,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47079
47171
|
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
47080
47172
|
overflowX?: csstype.Property.OverflowX | undefined;
|
|
47081
47173
|
overflowY?: csstype.Property.OverflowY | undefined;
|
|
47174
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
47082
47175
|
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
47083
47176
|
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
47084
47177
|
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
@@ -47166,12 +47259,15 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47166
47259
|
textTransform?: csstype.Property.TextTransform | undefined;
|
|
47167
47260
|
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
47168
47261
|
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
47262
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
47263
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
47169
47264
|
top?: csstype.Property.Top<string | number> | undefined;
|
|
47170
47265
|
touchAction?: csstype.Property.TouchAction | undefined;
|
|
47171
47266
|
transform?: csstype.Property.Transform | undefined;
|
|
47172
47267
|
transformBox?: csstype.Property.TransformBox | undefined;
|
|
47173
47268
|
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
47174
47269
|
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
47270
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
47175
47271
|
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
47176
47272
|
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
47177
47273
|
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
@@ -47180,9 +47276,14 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47180
47276
|
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
47181
47277
|
userSelect?: csstype.Property.UserSelect | undefined;
|
|
47182
47278
|
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
47279
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
47280
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
47281
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
47183
47282
|
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
47184
47283
|
visibility?: csstype.Property.Visibility | undefined;
|
|
47185
47284
|
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
47285
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
47286
|
+
whiteSpaceTrim?: csstype.Property.WhiteSpaceTrim | undefined;
|
|
47186
47287
|
widows?: csstype.Property.Widows | undefined;
|
|
47187
47288
|
width?: csstype.Property.Width<string | number> | undefined;
|
|
47188
47289
|
willChange?: csstype.Property.WillChange | undefined;
|
|
@@ -47194,6 +47295,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47194
47295
|
zoom?: csstype.Property.Zoom | undefined;
|
|
47195
47296
|
all?: csstype.Globals | undefined;
|
|
47196
47297
|
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
47298
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
47197
47299
|
background?: csstype.Property.Background<string | number> | undefined;
|
|
47198
47300
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
47199
47301
|
border?: csstype.Property.Border<string | number> | undefined;
|
|
@@ -47258,6 +47360,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47258
47360
|
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
47259
47361
|
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
47260
47362
|
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
47363
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
47261
47364
|
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
47262
47365
|
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
47263
47366
|
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -47267,7 +47370,6 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47267
47370
|
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
47268
47371
|
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
47269
47372
|
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
47270
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
47271
47373
|
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
47272
47374
|
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
47273
47375
|
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
@@ -47294,20 +47396,16 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47294
47396
|
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
47295
47397
|
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
47296
47398
|
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
47399
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
47400
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
47401
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
47402
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
47297
47403
|
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
47298
47404
|
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
47299
|
-
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
47300
|
-
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
47301
47405
|
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
47302
47406
|
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
47303
47407
|
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
47304
47408
|
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
47305
|
-
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
47306
|
-
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
47307
|
-
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
47308
|
-
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
47309
|
-
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
47310
|
-
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
47311
47409
|
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
47312
47410
|
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
47313
47411
|
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
@@ -47487,7 +47585,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47487
47585
|
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
47488
47586
|
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
47489
47587
|
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
47490
|
-
|
|
47588
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
47491
47589
|
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
47492
47590
|
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
47493
47591
|
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
@@ -47545,6 +47643,7 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47545
47643
|
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
47546
47644
|
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
47547
47645
|
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
47646
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
47548
47647
|
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
47549
47648
|
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
|
|
47550
47649
|
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
@@ -47566,17 +47665,22 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47566
47665
|
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
47567
47666
|
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
47568
47667
|
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
47569
|
-
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
47570
|
-
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
47571
|
-
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
47572
|
-
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
47573
|
-
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
47574
47668
|
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
47575
47669
|
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
47670
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
47671
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
47576
47672
|
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
47577
47673
|
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
47578
47674
|
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
47579
47675
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
47676
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
47677
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
47678
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
47679
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
47680
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
47681
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
47682
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
47683
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
47580
47684
|
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
47581
47685
|
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
47582
47686
|
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
@@ -47609,8 +47713,6 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
47609
47713
|
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
47610
47714
|
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
47611
47715
|
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
47612
|
-
WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
47613
|
-
WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
47614
47716
|
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
47615
47717
|
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
47616
47718
|
clipRule?: csstype.Property.ClipRule | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "2.0.0-staging.
|
|
3
|
+
"version": "2.0.0-staging.866",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"zustand": "4.3.9"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"react": "^
|
|
45
|
-
"react-dom": "^
|
|
44
|
+
"react": "^18",
|
|
45
|
+
"react-dom": "^18"
|
|
46
46
|
},
|
|
47
47
|
"module": "dist/esm/index.js",
|
|
48
48
|
"types": "dist/types/index.d.ts",
|