csstype-extra 0.1.10 → 0.1.11
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/package.json +1 -1
- package/src/index.d.ts +103 -103
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -662,38 +662,38 @@ export namespace Property {
|
|
|
662
662
|
export type BackgroundRepeat = TRepeatStyle | Globals | (string & {})
|
|
663
663
|
export type BackgroundSize = TBgSize | Globals | (string & {})
|
|
664
664
|
export type BaselineShift = TLengthPercentage | "sub" | "super" | "baseline" | Globals | (string & {})
|
|
665
|
-
export type BlockSize = Width | Globals | (string & {})
|
|
666
|
-
export type BorderBlockColor = BorderTopColor | Globals | (string & {})
|
|
667
|
-
export type BorderBlockEndColor = BorderTopColor | Globals | (string & {})
|
|
668
|
-
export type BorderBlockEndStyle = BorderTopStyle | Globals | (string & {})
|
|
669
|
-
export type BorderBlockEndWidth = BorderTopWidth | Globals | (string & {})
|
|
670
|
-
export type BorderBlockStartColor = BorderTopColor | Globals | (string & {})
|
|
671
|
-
export type BorderBlockStartStyle = BorderTopStyle | Globals | (string & {})
|
|
672
|
-
export type BorderBlockStartWidth = BorderTopWidth | Globals | (string & {})
|
|
673
|
-
export type BorderBlockStyle = BorderTopStyle | Globals | (string & {})
|
|
674
|
-
export type BorderBlockWidth = BorderTopWidth | Globals | (string & {})
|
|
675
|
-
export type BorderBottomColor = BorderTopColor | Globals | (string & {})
|
|
665
|
+
export type BlockSize = Property.Width | Globals | (string & {})
|
|
666
|
+
export type BorderBlockColor = Property.BorderTopColor | Globals | (string & {})
|
|
667
|
+
export type BorderBlockEndColor = Property.BorderTopColor | Globals | (string & {})
|
|
668
|
+
export type BorderBlockEndStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
669
|
+
export type BorderBlockEndWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
670
|
+
export type BorderBlockStartColor = Property.BorderTopColor | Globals | (string & {})
|
|
671
|
+
export type BorderBlockStartStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
672
|
+
export type BorderBlockStartWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
673
|
+
export type BorderBlockStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
674
|
+
export type BorderBlockWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
675
|
+
export type BorderBottomColor = Property.BorderTopColor | Globals | (string & {})
|
|
676
676
|
export type BorderBottomLeftRadius = TLengthPercentage | Globals | (string & {})
|
|
677
677
|
export type BorderBottomRightRadius = TLengthPercentage | Globals | (string & {})
|
|
678
678
|
export type BorderBottomStyle = TLineStyle | Globals | (string & {})
|
|
679
679
|
export type BorderBottomWidth = TLineWidth | Globals | (string & {})
|
|
680
680
|
export type BorderCollapse = "separate" | "collapse" | Globals | (string & {})
|
|
681
|
-
export type BorderEndEndRadius = BorderTopLeftRadius | Globals | (string & {})
|
|
682
|
-
export type BorderEndStartRadius = BorderTopLeftRadius | Globals | (string & {})
|
|
681
|
+
export type BorderEndEndRadius = Property.BorderTopLeftRadius | Globals | (string & {})
|
|
682
|
+
export type BorderEndStartRadius = Property.BorderTopLeftRadius | Globals | (string & {})
|
|
683
683
|
export type BorderImageOutset = number | Globals | (string & {})
|
|
684
684
|
export type BorderImageRepeat = "stretch" | "repeat" | "round" | "space" | Globals | (string & {})
|
|
685
685
|
export type BorderImageSlice = number | "fill" | Globals | (string & {})
|
|
686
686
|
export type BorderImageSource = "none" | TImage | Globals | (string & {})
|
|
687
687
|
export type BorderImageWidth = TLengthPercentage | number | "auto" | Globals | (string & {})
|
|
688
|
-
export type BorderInlineColor = BorderTopColor | Globals | (string & {})
|
|
689
|
-
export type BorderInlineEndColor = BorderTopColor | Globals | (string & {})
|
|
690
|
-
export type BorderInlineEndStyle = BorderTopStyle | Globals | (string & {})
|
|
691
|
-
export type BorderInlineEndWidth = BorderTopWidth | Globals | (string & {})
|
|
692
|
-
export type BorderInlineStartColor = BorderTopColor | Globals | (string & {})
|
|
693
|
-
export type BorderInlineStartStyle = BorderTopStyle | Globals | (string & {})
|
|
694
|
-
export type BorderInlineStartWidth = BorderTopWidth | Globals | (string & {})
|
|
695
|
-
export type BorderInlineStyle = BorderTopStyle | Globals | (string & {})
|
|
696
|
-
export type BorderInlineWidth = BorderTopWidth | Globals | (string & {})
|
|
688
|
+
export type BorderInlineColor = Property.BorderTopColor | Globals | (string & {})
|
|
689
|
+
export type BorderInlineEndColor = Property.BorderTopColor | Globals | (string & {})
|
|
690
|
+
export type BorderInlineEndStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
691
|
+
export type BorderInlineEndWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
692
|
+
export type BorderInlineStartColor = Property.BorderTopColor | Globals | (string & {})
|
|
693
|
+
export type BorderInlineStartStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
694
|
+
export type BorderInlineStartWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
695
|
+
export type BorderInlineStyle = Property.BorderTopStyle | Globals | (string & {})
|
|
696
|
+
export type BorderInlineWidth = Property.BorderTopWidth | Globals | (string & {})
|
|
697
697
|
export type BorderLeftColor = TColor | Globals | (string & {})
|
|
698
698
|
export type BorderLeftStyle = TLineStyle | Globals | (string & {})
|
|
699
699
|
export type BorderLeftWidth = TLineWidth | Globals | (string & {})
|
|
@@ -701,8 +701,8 @@ export namespace Property {
|
|
|
701
701
|
export type BorderRightStyle = TLineStyle | Globals | (string & {})
|
|
702
702
|
export type BorderRightWidth = TLineWidth | Globals | (string & {})
|
|
703
703
|
export type BorderSpacing = (string & {}) | Globals | (string & {})
|
|
704
|
-
export type BorderStartEndRadius = BorderTopLeftRadius | Globals | (string & {})
|
|
705
|
-
export type BorderStartStartRadius = BorderTopLeftRadius | Globals | (string & {})
|
|
704
|
+
export type BorderStartEndRadius = Property.BorderTopLeftRadius | Globals | (string & {})
|
|
705
|
+
export type BorderStartStartRadius = Property.BorderTopLeftRadius | Globals | (string & {})
|
|
706
706
|
export type BorderTopColor = TColor | Globals | (string & {})
|
|
707
707
|
export type BorderTopLeftRadius = TLengthPercentage | Globals | (string & {})
|
|
708
708
|
export type BorderTopRightRadius = TLengthPercentage | Globals | (string & {})
|
|
@@ -737,8 +737,8 @@ export namespace Property {
|
|
|
737
737
|
export type ColumnFill = "auto" | "balance" | Globals | (string & {})
|
|
738
738
|
export type ColumnGap = "normal" | TLengthPercentage | Globals | (string & {})
|
|
739
739
|
export type ColumnRuleColor = TColor | Globals | (string & {})
|
|
740
|
-
export type ColumnRuleStyle = BorderStyle | Globals | (string & {})
|
|
741
|
-
export type ColumnRuleWidth = BorderWidth | Globals | (string & {})
|
|
740
|
+
export type ColumnRuleStyle = Property.BorderStyle | Globals | (string & {})
|
|
741
|
+
export type ColumnRuleWidth = Property.BorderWidth | Globals | (string & {})
|
|
742
742
|
export type ColumnSpan = "none" | "all" | Globals | (string & {})
|
|
743
743
|
export type ColumnWidth = "auto" | Globals | (string & {})
|
|
744
744
|
export type Contain = "none" | "strict" | "content" | "size" | "inline-size" | "layout" | "style" | "paint" | Globals | (string & {})
|
|
@@ -763,17 +763,17 @@ export namespace Property {
|
|
|
763
763
|
export type EmptyCells = "show" | "hide" | Globals | (string & {})
|
|
764
764
|
export type FieldSizing = "content" | "fixed" | Globals | (string & {})
|
|
765
765
|
export type Fill = TPaint | Globals | (string & {})
|
|
766
|
-
export type FillOpacity = Opacity | Globals | (string & {})
|
|
766
|
+
export type FillOpacity = Property.Opacity | Globals | (string & {})
|
|
767
767
|
export type FillRule = "nonzero" | "evenodd" | Globals | (string & {})
|
|
768
768
|
export type Filter = "none" | TFilterValueList | Globals | (string & {})
|
|
769
|
-
export type FlexBasis = "content" | Width | Globals | (string & {})
|
|
769
|
+
export type FlexBasis = "content" | Property.Width | Globals | (string & {})
|
|
770
770
|
export type FlexDirection = "row" | "row-reverse" | "column" | "column-reverse" | Globals | (string & {})
|
|
771
771
|
export type FlexGrow = number | Globals | (string & {})
|
|
772
772
|
export type FlexShrink = number | Globals | (string & {})
|
|
773
773
|
export type FlexWrap = "nowrap" | "wrap" | "wrap-reverse" | Globals | (string & {})
|
|
774
774
|
export type Float = "left" | "right" | "none" | "inline-start" | "inline-end" | Globals | (string & {})
|
|
775
775
|
export type FloodColor = TColor | Globals | (string & {})
|
|
776
|
-
export type FloodOpacity = Opacity | Globals | (string & {})
|
|
776
|
+
export type FloodOpacity = Property.Opacity | Globals | (string & {})
|
|
777
777
|
export type FontFamily = TFamilyName | TGenericFamily | Globals | (string & {})
|
|
778
778
|
export type FontFeatureSettings = "normal" | TFeatureTagValue | Globals | (string & {})
|
|
779
779
|
export type FontKerning = "auto" | "normal" | "none" | Globals | (string & {})
|
|
@@ -825,11 +825,11 @@ export namespace Property {
|
|
|
825
825
|
export type ImeMode = "auto" | "normal" | "active" | "inactive" | "disabled" | Globals | (string & {})
|
|
826
826
|
export type InitialLetter = "normal" | number | Globals | (string & {})
|
|
827
827
|
export type InitialLetterAlign = "auto" | "alphabetic" | "hanging" | "ideographic" | Globals | (string & {})
|
|
828
|
-
export type InlineSize = Width | Globals | (string & {})
|
|
829
|
-
export type InsetBlockEnd = Top | Globals | (string & {})
|
|
830
|
-
export type InsetBlockStart = Top | Globals | (string & {})
|
|
831
|
-
export type InsetInlineEnd = Top | Globals | (string & {})
|
|
832
|
-
export type InsetInlineStart = Top | Globals | (string & {})
|
|
828
|
+
export type InlineSize = Property.Width | Globals | (string & {})
|
|
829
|
+
export type InsetBlockEnd = Property.Top | Globals | (string & {})
|
|
830
|
+
export type InsetBlockStart = Property.Top | Globals | (string & {})
|
|
831
|
+
export type InsetInlineEnd = Property.Top | Globals | (string & {})
|
|
832
|
+
export type InsetInlineStart = Property.Top | Globals | (string & {})
|
|
833
833
|
export type InterpolateSize = "numeric-only" | "allow-keywords" | Globals | (string & {})
|
|
834
834
|
export type Isolation = "auto" | "isolate" | Globals | (string & {})
|
|
835
835
|
export type JustifyContent = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right" | Globals | (string & {})
|
|
@@ -846,11 +846,11 @@ export namespace Property {
|
|
|
846
846
|
export type ListStyleImage = TImage | "none" | Globals | (string & {})
|
|
847
847
|
export type ListStylePosition = "inside" | "outside" | Globals | (string & {})
|
|
848
848
|
export type ListStyleType = TCounterStyle | (string & {}) | "none" | Globals | (string & {})
|
|
849
|
-
export type MarginBlockEnd = MarginTop | Globals | (string & {})
|
|
850
|
-
export type MarginBlockStart = MarginTop | Globals | (string & {})
|
|
849
|
+
export type MarginBlockEnd = Property.MarginTop | Globals | (string & {})
|
|
850
|
+
export type MarginBlockStart = Property.MarginTop | Globals | (string & {})
|
|
851
851
|
export type MarginBottom = TLengthPercentage | "auto" | Globals | (string & {})
|
|
852
|
-
export type MarginInlineEnd = MarginTop | Globals | (string & {})
|
|
853
|
-
export type MarginInlineStart = MarginTop | Globals | (string & {})
|
|
852
|
+
export type MarginInlineEnd = Property.MarginTop | Globals | (string & {})
|
|
853
|
+
export type MarginInlineStart = Property.MarginTop | Globals | (string & {})
|
|
854
854
|
export type MarginLeft = TLengthPercentage | "auto" | Globals | (string & {})
|
|
855
855
|
export type MarginRight = TLengthPercentage | "auto" | Globals | (string & {})
|
|
856
856
|
export type MarginTop = TLengthPercentage | "auto" | Globals | (string & {})
|
|
@@ -878,14 +878,14 @@ export namespace Property {
|
|
|
878
878
|
export type MathDepth = "auto-add" | number | Globals | (string & {})
|
|
879
879
|
export type MathShift = "normal" | "compact" | Globals | (string & {})
|
|
880
880
|
export type MathStyle = "normal" | "compact" | Globals | (string & {})
|
|
881
|
-
export type MaxBlockSize = MaxWidth | Globals | (string & {})
|
|
881
|
+
export type MaxBlockSize = Property.MaxWidth | Globals | (string & {})
|
|
882
882
|
export type MaxHeight = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
883
|
-
export type MaxInlineSize = MaxWidth | Globals | (string & {})
|
|
883
|
+
export type MaxInlineSize = Property.MaxWidth | Globals | (string & {})
|
|
884
884
|
export type MaxLines = "none" | number | Globals | (string & {})
|
|
885
885
|
export type MaxWidth = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
886
|
-
export type MinBlockSize = MinWidth | Globals | (string & {})
|
|
886
|
+
export type MinBlockSize = Property.MinWidth | Globals | (string & {})
|
|
887
887
|
export type MinHeight = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
888
|
-
export type MinInlineSize = MinWidth | Globals | (string & {})
|
|
888
|
+
export type MinInlineSize = Property.MinWidth | Globals | (string & {})
|
|
889
889
|
export type MinWidth = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
890
890
|
export type MixBlendMode = TBlendMode | "plus-darker" | "plus-lighter" | Globals | (string & {})
|
|
891
891
|
export type ObjectFit = "fill" | "contain" | "cover" | "none" | "scale-down" | Globals | (string & {})
|
|
@@ -916,11 +916,11 @@ export namespace Property {
|
|
|
916
916
|
export type OverscrollBehaviorInline = "contain" | "none" | "auto" | Globals | (string & {})
|
|
917
917
|
export type OverscrollBehaviorX = "contain" | "none" | "auto" | Globals | (string & {})
|
|
918
918
|
export type OverscrollBehaviorY = "contain" | "none" | "auto" | Globals | (string & {})
|
|
919
|
-
export type PaddingBlockEnd = PaddingTop | Globals | (string & {})
|
|
920
|
-
export type PaddingBlockStart = PaddingTop | Globals | (string & {})
|
|
919
|
+
export type PaddingBlockEnd = Property.PaddingTop | Globals | (string & {})
|
|
920
|
+
export type PaddingBlockStart = Property.PaddingTop | Globals | (string & {})
|
|
921
921
|
export type PaddingBottom = TLengthPercentage | Globals | (string & {})
|
|
922
|
-
export type PaddingInlineEnd = PaddingTop | Globals | (string & {})
|
|
923
|
-
export type PaddingInlineStart = PaddingTop | Globals | (string & {})
|
|
922
|
+
export type PaddingInlineEnd = Property.PaddingTop | Globals | (string & {})
|
|
923
|
+
export type PaddingInlineStart = Property.PaddingTop | Globals | (string & {})
|
|
924
924
|
export type PaddingLeft = TLengthPercentage | Globals | (string & {})
|
|
925
925
|
export type PaddingRight = TLengthPercentage | Globals | (string & {})
|
|
926
926
|
export type PaddingTop = TLengthPercentage | Globals | (string & {})
|
|
@@ -935,7 +935,7 @@ export namespace Property {
|
|
|
935
935
|
export type Position = "static" | "relative" | "absolute" | "sticky" | "fixed" | Globals | (string & {})
|
|
936
936
|
export type PositionAnchor = "auto" | TAnchorName | Globals | (string & {})
|
|
937
937
|
export type PositionArea = "none" | TPositionArea | Globals | (string & {})
|
|
938
|
-
export type PositionTryFallbacks = "none" | (string & {}) | TTryTactic | PositionArea | Globals | (string & {})
|
|
938
|
+
export type PositionTryFallbacks = "none" | (string & {}) | TTryTactic | Property.PositionArea | Globals | (string & {})
|
|
939
939
|
export type PositionTryOrder = "normal" | TTrySize | Globals | (string & {})
|
|
940
940
|
export type PositionVisibility = "always" | "anchors-valid" | "anchors-visible" | "no-overflow" | Globals | (string & {})
|
|
941
941
|
export type PrintColorAdjust = "economy" | "exact" | Globals | (string & {})
|
|
@@ -989,8 +989,8 @@ export namespace Property {
|
|
|
989
989
|
export type ShapeOutside = "none" | TShapeBox | TBasicShape | TImage | Globals | (string & {})
|
|
990
990
|
export type ShapeRendering = "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | Globals | (string & {})
|
|
991
991
|
export type SpeakAs = "normal" | "spell-out" | "digits" | "literal-punctuation" | "no-punctuation" | Globals | (string & {})
|
|
992
|
-
export type StopColor = Color | Globals | (string & {})
|
|
993
|
-
export type StopOpacity = Opacity | Globals | (string & {})
|
|
992
|
+
export type StopColor = Property.Color | Globals | (string & {})
|
|
993
|
+
export type StopOpacity = Property.Opacity | Globals | (string & {})
|
|
994
994
|
export type Stroke = TPaint | Globals | (string & {})
|
|
995
995
|
export type StrokeColor = TColor | Globals | (string & {})
|
|
996
996
|
export type StrokeDasharray = "none" | TDasharray | Globals | (string & {})
|
|
@@ -998,7 +998,7 @@ export namespace Property {
|
|
|
998
998
|
export type StrokeLinecap = "butt" | "round" | "square" | Globals | (string & {})
|
|
999
999
|
export type StrokeLinejoin = "miter" | "miter-clip" | "round" | "bevel" | "arcs" | Globals | (string & {})
|
|
1000
1000
|
export type StrokeMiterlimit = number | Globals | (string & {})
|
|
1001
|
-
export type StrokeOpacity = Opacity | Globals | (string & {})
|
|
1001
|
+
export type StrokeOpacity = Property.Opacity | Globals | (string & {})
|
|
1002
1002
|
export type StrokeWidth = TLengthPercentage | number | Globals | (string & {})
|
|
1003
1003
|
export type TabSize = number | Globals | (string & {})
|
|
1004
1004
|
export type TableLayout = "auto" | "fixed" | Globals | (string & {})
|
|
@@ -1006,7 +1006,7 @@ export namespace Property {
|
|
|
1006
1006
|
export type TextAlignLast = "auto" | "start" | "end" | "left" | "right" | "center" | "justify" | Globals | (string & {})
|
|
1007
1007
|
export type TextAnchor = "start" | "middle" | "end" | Globals | (string & {})
|
|
1008
1008
|
export type TextAutospace = "normal" | "auto" | Globals | (string & {})
|
|
1009
|
-
export type TextBox = "normal" | TextBoxTrim | TextBoxEdge | Globals | (string & {})
|
|
1009
|
+
export type TextBox = "normal" | Property.TextBoxTrim | Property.TextBoxEdge | Globals | (string & {})
|
|
1010
1010
|
export type TextBoxEdge = "auto" | TTextEdge | Globals | (string & {})
|
|
1011
1011
|
export type TextBoxTrim = "none" | "trim-start" | "trim-end" | "trim-both" | Globals | (string & {})
|
|
1012
1012
|
export type TextCombineUpright = "none" | "all" | "digits" | number | Globals | (string & {})
|
|
@@ -1055,7 +1055,7 @@ export namespace Property {
|
|
|
1055
1055
|
export type ViewTransitionClass = "none" | (string & {}) | Globals | (string & {})
|
|
1056
1056
|
export type ViewTransitionName = "none" | (string & {}) | "match-element" | Globals | (string & {})
|
|
1057
1057
|
export type Visibility = "visible" | "hidden" | "collapse" | Globals | (string & {})
|
|
1058
|
-
export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | WhiteSpaceCollapse | TextWrapMode | Globals | (string & {})
|
|
1058
|
+
export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | Property.WhiteSpaceCollapse | Property.TextWrapMode | Globals | (string & {})
|
|
1059
1059
|
export type WhiteSpaceCollapse = "collapse" | "preserve" | "preserve-breaks" | "preserve-spaces" | "break-spaces" | Globals | (string & {})
|
|
1060
1060
|
export type Widows = number | Globals | (string & {})
|
|
1061
1061
|
export type Width = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
@@ -1069,72 +1069,72 @@ export namespace Property {
|
|
|
1069
1069
|
export type ZIndex = "auto" | number | Globals | (string & {})
|
|
1070
1070
|
export type Zoom = "normal" | "reset" | number | Globals | (string & {})
|
|
1071
1071
|
export type Animation = TSingleAnimation | Globals | (string & {})
|
|
1072
|
-
export type AnimationRange = AnimationRangeStart | AnimationRangeEnd | Globals | (string & {})
|
|
1072
|
+
export type AnimationRange = Property.AnimationRangeStart | Property.AnimationRangeEnd | Globals | (string & {})
|
|
1073
1073
|
export type Background = TBgLayer | TFinalBgLayer | Globals | (string & {})
|
|
1074
1074
|
export type BackgroundPosition = TBgPosition | Globals | (string & {})
|
|
1075
1075
|
export type Border = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
1076
|
-
export type BorderBlock = BorderBlockStart | Globals | (string & {})
|
|
1077
|
-
export type BorderBlockEnd = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
|
|
1078
|
-
export type BorderBlockStart = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
|
|
1076
|
+
export type BorderBlock = Property.BorderBlockStart | Globals | (string & {})
|
|
1077
|
+
export type BorderBlockEnd = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
|
|
1078
|
+
export type BorderBlockStart = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
|
|
1079
1079
|
export type BorderBottom = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
1080
1080
|
export type BorderColor = TColor | Globals | (string & {})
|
|
1081
|
-
export type BorderImage = BorderImageSource | BorderImageSlice | BorderImageWidth | BorderImageWidth | BorderImageOutset | BorderImageRepeat | Globals | (string & {})
|
|
1082
|
-
export type BorderInline = BorderBlockStart | Globals | (string & {})
|
|
1083
|
-
export type BorderInlineEnd = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
|
|
1084
|
-
export type BorderInlineStart = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
|
|
1081
|
+
export type BorderImage = Property.BorderImageSource | Property.BorderImageSlice | Property.BorderImageWidth | Property.BorderImageWidth | Property.BorderImageOutset | Property.BorderImageRepeat | Globals | (string & {})
|
|
1082
|
+
export type BorderInline = Property.BorderBlockStart | Globals | (string & {})
|
|
1083
|
+
export type BorderInlineEnd = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
|
|
1084
|
+
export type BorderInlineStart = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
|
|
1085
1085
|
export type BorderLeft = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
1086
1086
|
export type BorderRadius = TLengthPercentage | Globals | (string & {})
|
|
1087
1087
|
export type BorderRight = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
1088
1088
|
export type BorderStyle = TLineStyle | Globals | (string & {})
|
|
1089
1089
|
export type BorderTop = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
1090
1090
|
export type BorderWidth = TLineWidth | Globals | (string & {})
|
|
1091
|
-
export type Caret = CaretColor | CaretShape | Globals | (string & {})
|
|
1092
|
-
export type ColumnRule = ColumnRuleWidth | ColumnRuleStyle | ColumnRuleColor | Globals | (string & {})
|
|
1093
|
-
export type Columns = ColumnWidth | ColumnCount | Globals | (string & {})
|
|
1091
|
+
export type Caret = Property.CaretColor | Property.CaretShape | Globals | (string & {})
|
|
1092
|
+
export type ColumnRule = Property.ColumnRuleWidth | Property.ColumnRuleStyle | Property.ColumnRuleColor | Globals | (string & {})
|
|
1093
|
+
export type Columns = Property.ColumnWidth | Property.ColumnCount | Globals | (string & {})
|
|
1094
1094
|
export type ContainIntrinsicSize = "auto" | "none" | Globals | (string & {})
|
|
1095
|
-
export type Container = ContainerName | ContainerType | Globals | (string & {})
|
|
1096
|
-
export type Flex = "none" | FlexGrow | FlexShrink | FlexBasis | Globals | (string & {})
|
|
1097
|
-
export type FlexFlow = FlexDirection | FlexWrap | Globals | (string & {})
|
|
1098
|
-
export type Font = FontStyle | TFontVariantCss2 | FontWeight | TFontWidthCss3 | FontSize | LineHeight | FontFamily | TSystemFamilyName | Globals | (string & {})
|
|
1099
|
-
export type Gap = RowGap | ColumnGap | Globals | (string & {})
|
|
1100
|
-
export type Grid = GridTemplate | GridTemplateRows | "auto-flow" | "dense" | GridAutoColumns | "auto-flow" | "dense" | GridAutoRows | GridTemplateColumns | Globals | (string & {})
|
|
1095
|
+
export type Container = Property.ContainerName | Property.ContainerType | Globals | (string & {})
|
|
1096
|
+
export type Flex = "none" | Property.FlexGrow | Property.FlexShrink | Property.FlexBasis | Globals | (string & {})
|
|
1097
|
+
export type FlexFlow = Property.FlexDirection | Property.FlexWrap | Globals | (string & {})
|
|
1098
|
+
export type Font = Property.FontStyle | TFontVariantCss2 | Property.FontWeight | TFontWidthCss3 | Property.FontSize | Property.LineHeight | Property.FontFamily | TSystemFamilyName | Globals | (string & {})
|
|
1099
|
+
export type Gap = Property.RowGap | Property.ColumnGap | Globals | (string & {})
|
|
1100
|
+
export type Grid = Property.GridTemplate | Property.GridTemplateRows | "auto-flow" | "dense" | Property.GridAutoColumns | "auto-flow" | "dense" | Property.GridAutoRows | Property.GridTemplateColumns | Globals | (string & {})
|
|
1101
1101
|
export type GridArea = TGridLine | Globals | (string & {})
|
|
1102
1102
|
export type GridColumn = TGridLine | Globals | (string & {})
|
|
1103
|
-
export type GridGap = GridRowGap | GridColumnGap | Globals | (string & {})
|
|
1103
|
+
export type GridGap = Property.GridRowGap | Property.GridColumnGap | Globals | (string & {})
|
|
1104
1104
|
export type GridRow = TGridLine | Globals | (string & {})
|
|
1105
|
-
export type GridTemplate = "none" | GridTemplateRows | GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList | Globals | (string & {})
|
|
1106
|
-
export type Inset = Top | Globals | (string & {})
|
|
1107
|
-
export type InsetBlock = Top | Globals | (string & {})
|
|
1108
|
-
export type InsetInline = Top | Globals | (string & {})
|
|
1109
|
-
export type ListStyle = ListStyleType | ListStylePosition | ListStyleImage | Globals | (string & {})
|
|
1110
|
-
export type Margin = MarginTop | Globals | (string & {})
|
|
1111
|
-
export type MarginBlock = MarginTop | Globals | (string & {})
|
|
1112
|
-
export type MarginInline = MarginTop | Globals | (string & {})
|
|
1105
|
+
export type GridTemplate = "none" | Property.GridTemplateRows | Property.GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList | Globals | (string & {})
|
|
1106
|
+
export type Inset = Property.Top | Globals | (string & {})
|
|
1107
|
+
export type InsetBlock = Property.Top | Globals | (string & {})
|
|
1108
|
+
export type InsetInline = Property.Top | Globals | (string & {})
|
|
1109
|
+
export type ListStyle = Property.ListStyleType | Property.ListStylePosition | Property.ListStyleImage | Globals | (string & {})
|
|
1110
|
+
export type Margin = Property.MarginTop | Globals | (string & {})
|
|
1111
|
+
export type MarginBlock = Property.MarginTop | Globals | (string & {})
|
|
1112
|
+
export type MarginInline = Property.MarginTop | Globals | (string & {})
|
|
1113
1113
|
export type Mask = TMaskLayer | Globals | (string & {})
|
|
1114
|
-
export type MaskBorder = MaskBorderSource | MaskBorderSlice | MaskBorderWidth | MaskBorderOutset | MaskBorderRepeat | MaskBorderMode | Globals | (string & {})
|
|
1115
|
-
export type Offset = OffsetPosition | OffsetPath | OffsetDistance | OffsetRotate | OffsetAnchor | Globals | (string & {})
|
|
1116
|
-
export type Outline = OutlineWidth | OutlineStyle | OutlineColor | Globals | (string & {})
|
|
1114
|
+
export type MaskBorder = Property.MaskBorderSource | Property.MaskBorderSlice | Property.MaskBorderWidth | Property.MaskBorderOutset | Property.MaskBorderRepeat | Property.MaskBorderMode | Globals | (string & {})
|
|
1115
|
+
export type Offset = Property.OffsetPosition | Property.OffsetPath | Property.OffsetDistance | Property.OffsetRotate | Property.OffsetAnchor | Globals | (string & {})
|
|
1116
|
+
export type Outline = Property.OutlineWidth | Property.OutlineStyle | Property.OutlineColor | Globals | (string & {})
|
|
1117
1117
|
export type Overflow = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
|
|
1118
1118
|
export type OverscrollBehavior = "contain" | "none" | "auto" | Globals | (string & {})
|
|
1119
|
-
export type Padding = PaddingTop | Globals | (string & {})
|
|
1120
|
-
export type PaddingBlock = PaddingTop | Globals | (string & {})
|
|
1121
|
-
export type PaddingInline = PaddingTop | Globals | (string & {})
|
|
1122
|
-
export type PlaceContent = AlignContent | JustifyContent | Globals | (string & {})
|
|
1123
|
-
export type PlaceItems = AlignItems | JustifyItems | Globals | (string & {})
|
|
1124
|
-
export type PlaceSelf = AlignSelf | JustifySelf | Globals | (string & {})
|
|
1125
|
-
export type PositionTry = PositionTryOrder | PositionTryFallbacks | Globals | (string & {})
|
|
1119
|
+
export type Padding = Property.PaddingTop | Globals | (string & {})
|
|
1120
|
+
export type PaddingBlock = Property.PaddingTop | Globals | (string & {})
|
|
1121
|
+
export type PaddingInline = Property.PaddingTop | Globals | (string & {})
|
|
1122
|
+
export type PlaceContent = Property.AlignContent | Property.JustifyContent | Globals | (string & {})
|
|
1123
|
+
export type PlaceItems = Property.AlignItems | Property.JustifyItems | Globals | (string & {})
|
|
1124
|
+
export type PlaceSelf = Property.AlignSelf | Property.JustifySelf | Globals | (string & {})
|
|
1125
|
+
export type PositionTry = Property.PositionTryOrder | Property.PositionTryFallbacks | Globals | (string & {})
|
|
1126
1126
|
export type ScrollMargin = (string & {}) | Globals | (string & {})
|
|
1127
1127
|
export type ScrollMarginBlock = (string & {}) | Globals | (string & {})
|
|
1128
1128
|
export type ScrollMarginInline = (string & {}) | Globals | (string & {})
|
|
1129
1129
|
export type ScrollPadding = "auto" | TLengthPercentage | Globals | (string & {})
|
|
1130
1130
|
export type ScrollPaddingBlock = "auto" | TLengthPercentage | Globals | (string & {})
|
|
1131
1131
|
export type ScrollPaddingInline = "auto" | TLengthPercentage | Globals | (string & {})
|
|
1132
|
-
export type ScrollTimeline = ScrollTimelineName | ScrollTimelineAxis | Globals | (string & {})
|
|
1133
|
-
export type TextDecoration = TextDecorationLine | TextDecorationStyle | TextDecorationColor | TextDecorationThickness | Globals | (string & {})
|
|
1134
|
-
export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor | Globals | (string & {})
|
|
1135
|
-
export type TextWrap = TextWrapMode | TextWrapStyle | Globals | (string & {})
|
|
1132
|
+
export type ScrollTimeline = Property.ScrollTimelineName | Property.ScrollTimelineAxis | Globals | (string & {})
|
|
1133
|
+
export type TextDecoration = Property.TextDecorationLine | Property.TextDecorationStyle | Property.TextDecorationColor | Property.TextDecorationThickness | Globals | (string & {})
|
|
1134
|
+
export type TextEmphasis = Property.TextEmphasisStyle | Property.TextEmphasisColor | Globals | (string & {})
|
|
1135
|
+
export type TextWrap = Property.TextWrapMode | Property.TextWrapStyle | Globals | (string & {})
|
|
1136
1136
|
export type Transition = TSingleTransition | Globals | (string & {})
|
|
1137
|
-
export type ViewTimeline = ViewTimelineName | ViewTimelineAxis | ViewTimelineInset | Globals | (string & {})
|
|
1137
|
+
export type ViewTimeline = Property.ViewTimelineName | Property.ViewTimelineAxis | Property.ViewTimelineInset | Globals | (string & {})
|
|
1138
1138
|
export type MsAccelerator = "false" | "true" | Globals | (string & {})
|
|
1139
1139
|
export type MsBlockProgression = "tb" | "rl" | "bt" | "lr" | Globals | (string & {})
|
|
1140
1140
|
export type MsContentZoomChaining = "none" | "chained" | Globals | (string & {})
|
|
@@ -1201,8 +1201,8 @@ export namespace Property {
|
|
|
1201
1201
|
export type MozWindowShadow = "default" | "menu" | "tooltip" | "sheet" | "none" | Globals | (string & {})
|
|
1202
1202
|
export type WebkitAppearance = "none" | "button" | "button-bevel" | "caret" | "checkbox" | "default-button" | "inner-spin-button" | "listbox" | "listitem" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "menulist" | "menulist-button" | "menulist-text" | "menulist-textfield" | "meter" | "progress-bar" | "progress-bar-value" | "push-button" | "radio" | "searchfield" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-horizontal" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | "square-button" | "textarea" | "textfield" | "-apple-pay-button" | Globals | (string & {})
|
|
1203
1203
|
export type WebkitBorderBeforeColor = TColor | Globals | (string & {})
|
|
1204
|
-
export type WebkitBorderBeforeStyle = BorderStyle | Globals | (string & {})
|
|
1205
|
-
export type WebkitBorderBeforeWidth = BorderWidth | Globals | (string & {})
|
|
1204
|
+
export type WebkitBorderBeforeStyle = Property.BorderStyle | Globals | (string & {})
|
|
1205
|
+
export type WebkitBorderBeforeWidth = Property.BorderWidth | Globals | (string & {})
|
|
1206
1206
|
export type WebkitBoxReflect = "above" | "below" | "right" | "left" | TImage | Globals | (string & {})
|
|
1207
1207
|
export type WebkitLineClamp = "none" | number | Globals | (string & {})
|
|
1208
1208
|
export type WebkitMaskAttachment = TAttachment | Globals | (string & {})
|
|
@@ -1225,13 +1225,13 @@ export namespace Property {
|
|
|
1225
1225
|
export type WebkitTouchCallout = "default" | "none" | Globals | (string & {})
|
|
1226
1226
|
export type WebkitUserModify = "read-only" | "read-write" | "read-write-plaintext-only" | Globals | (string & {})
|
|
1227
1227
|
export type WebkitUserSelect = "auto" | "text" | "none" | "all" | Globals | (string & {})
|
|
1228
|
-
export type MsContentZoomLimit = MsContentZoomLimitMin | MsContentZoomLimitMax | Globals | (string & {})
|
|
1229
|
-
export type MsContentZoomSnap = MsContentZoomSnapType | MsContentZoomSnapPoints | Globals | (string & {})
|
|
1230
|
-
export type MsScrollLimit = MsScrollLimitXMin | MsScrollLimitYMin | MsScrollLimitXMax | MsScrollLimitYMax | Globals | (string & {})
|
|
1231
|
-
export type MsScrollSnapX = MsScrollSnapType | MsScrollSnapPointsX | Globals | (string & {})
|
|
1232
|
-
export type MsScrollSnapY = MsScrollSnapType | MsScrollSnapPointsY | Globals | (string & {})
|
|
1228
|
+
export type MsContentZoomLimit = Property.MsContentZoomLimitMin | Property.MsContentZoomLimitMax | Globals | (string & {})
|
|
1229
|
+
export type MsContentZoomSnap = Property.MsContentZoomSnapType | Property.MsContentZoomSnapPoints | Globals | (string & {})
|
|
1230
|
+
export type MsScrollLimit = Property.MsScrollLimitXMin | Property.MsScrollLimitYMin | Property.MsScrollLimitXMax | Property.MsScrollLimitYMax | Globals | (string & {})
|
|
1231
|
+
export type MsScrollSnapX = Property.MsScrollSnapType | Property.MsScrollSnapPointsX | Globals | (string & {})
|
|
1232
|
+
export type MsScrollSnapY = Property.MsScrollSnapType | Property.MsScrollSnapPointsY | Globals | (string & {})
|
|
1233
1233
|
export type MozOutlineRadius = TOutlineRadius | Globals | (string & {})
|
|
1234
|
-
export type WebkitBorderBefore = BorderWidth | BorderStyle | TColor | Globals | (string & {})
|
|
1234
|
+
export type WebkitBorderBefore = Property.BorderWidth | Property.BorderStyle | TColor | Globals | (string & {})
|
|
1235
1235
|
export type WebkitMask = TMaskReference | TPosition | TBgSize | TRepeatStyle | TVisualBox | "border" | "padding" | "content" | "text" | TVisualBox | "border" | "padding" | "content" | Globals | (string & {})
|
|
1236
1236
|
export type WebkitTextStroke = TColor | Globals | (string & {})
|
|
1237
1237
|
}
|
|
@@ -1331,7 +1331,7 @@ export type TFeatureValueDeclarationList = TFeatureValueDeclaration;
|
|
|
1331
1331
|
export type TFeatureValueName = (string & {});
|
|
1332
1332
|
export type TFilterFunction = (string & {});
|
|
1333
1333
|
export type TFilterValueList = TFilterFunction;
|
|
1334
|
-
export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | BackgroundColor;
|
|
1334
|
+
export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | Property.BackgroundColor;
|
|
1335
1335
|
export type TFixedBreadth = TLengthPercentage;
|
|
1336
1336
|
export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames;
|
|
1337
1337
|
export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth;
|
|
@@ -1454,7 +1454,7 @@ export type TShapeBox = TVisualBox | "margin-box";
|
|
|
1454
1454
|
export type TSideOrCorner = "left" | "right" | "top" | "bottom";
|
|
1455
1455
|
export type TSignedInteger = (string & {});
|
|
1456
1456
|
export type TSignlessInteger = (string & {});
|
|
1457
|
-
export type TSingleAnimation = AnimationDuration | TEasingFunction | AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
|
|
1457
|
+
export type TSingleAnimation = Property.AnimationDuration | TEasingFunction | Property.AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
|
|
1458
1458
|
export type TSingleAnimationComposition = "replace" | "add" | "accumulate";
|
|
1459
1459
|
export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse";
|
|
1460
1460
|
export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both";
|