csstype-extra 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +316 -316
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "csstype-extra",
3
3
  "type": "module",
4
- "version": "0.1.11",
4
+ "version": "0.1.12",
5
5
  "description": "Strict TypeScript types for style based on MDN data",
6
6
  "repository": "https://github.com/dev-five-git/csstypes",
7
7
  "author": "devfive",
package/src/index.d.ts CHANGED
@@ -633,10 +633,10 @@ export namespace Property {
633
633
  export type AlignTracks = "normal" | TBaselinePosition | TContentDistribution | TOverflowPosition | TContentPosition | Globals | (string & {})
634
634
  export type AlignmentBaseline = "baseline" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "text-before-edge" | "text-after-edge" | Globals | (string & {})
635
635
  export type All = "initial" | "inherit" | "unset" | "revert" | "revert-layer" | Globals | (string & {})
636
- export type AnchorName = "none" | (string & {}) | Globals | (string & {})
637
- export type AnchorScope = "none" | "all" | (string & {}) | Globals | (string & {})
636
+ export type AnchorName = "none" | Globals | (string & {})
637
+ export type AnchorScope = "none" | "all" | Globals | (string & {})
638
638
  export type AnimationComposition = TSingleAnimationComposition | Globals | (string & {})
639
- export type AnimationDelay = (string & {}) | Globals | (string & {})
639
+ export type AnimationDelay = Globals | (string & {})
640
640
  export type AnimationDirection = TSingleAnimationDirection | Globals | (string & {})
641
641
  export type AnimationDuration = "auto" | Globals | (string & {})
642
642
  export type AnimationFillMode = TSingleAnimationFillMode | Globals | (string & {})
@@ -700,7 +700,7 @@ export namespace Property {
700
700
  export type BorderRightColor = TColor | Globals | (string & {})
701
701
  export type BorderRightStyle = TLineStyle | Globals | (string & {})
702
702
  export type BorderRightWidth = TLineWidth | Globals | (string & {})
703
- export type BorderSpacing = (string & {}) | Globals | (string & {})
703
+ export type BorderSpacing = number | Globals | (string & {})
704
704
  export type BorderStartEndRadius = Property.BorderTopLeftRadius | Globals | (string & {})
705
705
  export type BorderStartStartRadius = Property.BorderTopLeftRadius | Globals | (string & {})
706
706
  export type BorderTopColor = TColor | Globals | (string & {})
@@ -732,7 +732,7 @@ export namespace Property {
732
732
  export type ClipRule = "nonzero" | "evenodd" | Globals | (string & {})
733
733
  export type Color = TColor | Globals | (string & {})
734
734
  export type ColorInterpolationFilters = "auto" | "sRGB" | "linearRGB" | Globals | (string & {})
735
- export type ColorScheme = "normal" | "light" | "dark" | (string & {}) | "only" | Globals | (string & {})
735
+ export type ColorScheme = "normal" | "light" | "dark" | "only" | Globals | (string & {})
736
736
  export type ColumnCount = number | "auto" | Globals | (string & {})
737
737
  export type ColumnFill = "auto" | "balance" | Globals | (string & {})
738
738
  export type ColumnGap = "normal" | TLengthPercentage | Globals | (string & {})
@@ -740,13 +740,13 @@ export namespace Property {
740
740
  export type ColumnRuleStyle = Property.BorderStyle | Globals | (string & {})
741
741
  export type ColumnRuleWidth = Property.BorderWidth | Globals | (string & {})
742
742
  export type ColumnSpan = "none" | "all" | Globals | (string & {})
743
- export type ColumnWidth = "auto" | Globals | (string & {})
743
+ export type ColumnWidth = number | "auto" | Globals | (string & {})
744
744
  export type Contain = "none" | "strict" | "content" | "size" | "inline-size" | "layout" | "style" | "paint" | Globals | (string & {})
745
- export type ContainIntrinsicBlockSize = "auto" | "none" | Globals | (string & {})
746
- export type ContainIntrinsicHeight = "auto" | "none" | Globals | (string & {})
747
- export type ContainIntrinsicInlineSize = "auto" | "none" | Globals | (string & {})
748
- export type ContainIntrinsicWidth = "auto" | "none" | Globals | (string & {})
749
- export type ContainerName = "none" | (string & {}) | Globals | (string & {})
745
+ export type ContainIntrinsicBlockSize = "auto" | "none" | number | Globals | (string & {})
746
+ export type ContainIntrinsicHeight = "auto" | "none" | number | Globals | (string & {})
747
+ export type ContainIntrinsicInlineSize = "auto" | "none" | number | Globals | (string & {})
748
+ export type ContainIntrinsicWidth = "auto" | "none" | number | Globals | (string & {})
749
+ export type ContainerName = "none" | Globals | (string & {})
750
750
  export type ContainerType = "normal" | "size" | "inline-size" | "scroll-state" | Globals | (string & {})
751
751
  export type Content = "normal" | "none" | TContentReplacement | TContentList | (string & {}) | TCounter | Globals | (string & {})
752
752
  export type ContentVisibility = "visible" | "auto" | "hidden" | Globals | (string & {})
@@ -782,7 +782,7 @@ export namespace Property {
782
782
  export type FontPalette = "normal" | "light" | "dark" | TPaletteIdentifier | Globals | (string & {})
783
783
  export type FontSize = TAbsoluteSize | TRelativeSize | TLengthPercentage | "math" | Globals | (string & {})
784
784
  export type FontSizeAdjust = "none" | "ex-height" | "cap-height" | "ch-width" | "ic-width" | "ic-height" | "from-font" | number | Globals | (string & {})
785
- export type FontSmooth = "auto" | "never" | "always" | TAbsoluteSize | Globals | (string & {})
785
+ export type FontSmooth = "auto" | "never" | "always" | TAbsoluteSize | number | Globals | (string & {})
786
786
  export type FontStretch = TFontStretchAbsolute | Globals | (string & {})
787
787
  export type FontStyle = "normal" | "italic" | "oblique" | Globals | (string & {})
788
788
  export type FontSynthesis = "none" | "weight" | "style" | "small-caps" | "position" | Globals | (string & {})
@@ -837,12 +837,12 @@ export namespace Property {
837
837
  export type JustifySelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "anchor-center" | Globals | (string & {})
838
838
  export type JustifyTracks = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right" | Globals | (string & {})
839
839
  export type Left = "auto" | TLengthPercentage | Globals | (string & {})
840
- export type LetterSpacing = "normal" | Globals | (string & {})
840
+ export type LetterSpacing = "normal" | number | Globals | (string & {})
841
841
  export type LightingColor = TColor | Globals | (string & {})
842
842
  export type LineBreak = "auto" | "loose" | "normal" | "strict" | "anywhere" | Globals | (string & {})
843
843
  export type LineClamp = "none" | number | Globals | (string & {})
844
844
  export type LineHeight = "normal" | number | Globals | (string & {})
845
- export type LineHeightStep = (string & {}) | Globals | (string & {})
845
+ export type LineHeightStep = number | Globals | (string & {})
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 & {})
@@ -900,13 +900,13 @@ export namespace Property {
900
900
  export type Order = number | Globals | (string & {})
901
901
  export type Orphans = number | Globals | (string & {})
902
902
  export type OutlineColor = "auto" | TColor | Globals | (string & {})
903
- export type OutlineOffset = (string & {}) | Globals | (string & {})
903
+ export type OutlineOffset = number | Globals | (string & {})
904
904
  export type OutlineStyle = "auto" | TOutlineLineStyle | Globals | (string & {})
905
905
  export type OutlineWidth = TLineWidth | Globals | (string & {})
906
906
  export type OverflowAnchor = "auto" | "none" | Globals | (string & {})
907
907
  export type OverflowBlock = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
908
908
  export type OverflowClipBox = "padding-box" | "content-box" | Globals | (string & {})
909
- export type OverflowClipMargin = TVisualBox | Globals | (string & {})
909
+ export type OverflowClipMargin = TVisualBox | number | Globals | (string & {})
910
910
  export type OverflowInline = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
911
911
  export type OverflowWrap = "normal" | "break-word" | "anywhere" | Globals | (string & {})
912
912
  export type OverflowX = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
@@ -924,18 +924,18 @@ export namespace Property {
924
924
  export type PaddingLeft = TLengthPercentage | Globals | (string & {})
925
925
  export type PaddingRight = TLengthPercentage | Globals | (string & {})
926
926
  export type PaddingTop = TLengthPercentage | Globals | (string & {})
927
- export type Page = "auto" | (string & {}) | Globals | (string & {})
927
+ export type Page = "auto" | Globals | (string & {})
928
928
  export type PageBreakAfter = "auto" | "always" | "avoid" | "left" | "right" | "recto" | "verso" | Globals | (string & {})
929
929
  export type PageBreakBefore = "auto" | "always" | "avoid" | "left" | "right" | "recto" | "verso" | Globals | (string & {})
930
930
  export type PageBreakInside = "auto" | "avoid" | Globals | (string & {})
931
931
  export type PaintOrder = "normal" | "fill" | "stroke" | "markers" | Globals | (string & {})
932
- export type Perspective = "none" | Globals | (string & {})
932
+ export type Perspective = "none" | number | Globals | (string & {})
933
933
  export type PerspectiveOrigin = TPosition | Globals | (string & {})
934
934
  export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "fill" | "stroke" | "all" | "inherit" | Globals | (string & {})
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 | Property.PositionArea | Globals | (string & {})
938
+ export type PositionTryFallbacks = "none" | 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 & {})
@@ -954,14 +954,14 @@ export namespace Property {
954
954
  export type Scale = "none" | number | Globals | (string & {})
955
955
  export type ScrollBehavior = "auto" | "smooth" | Globals | (string & {})
956
956
  export type ScrollInitialTarget = "none" | "nearest" | Globals | (string & {})
957
- export type ScrollMarginBlockEnd = (string & {}) | Globals | (string & {})
958
- export type ScrollMarginBlockStart = (string & {}) | Globals | (string & {})
959
- export type ScrollMarginBottom = (string & {}) | Globals | (string & {})
960
- export type ScrollMarginInlineEnd = (string & {}) | Globals | (string & {})
961
- export type ScrollMarginInlineStart = (string & {}) | Globals | (string & {})
962
- export type ScrollMarginLeft = (string & {}) | Globals | (string & {})
963
- export type ScrollMarginRight = (string & {}) | Globals | (string & {})
964
- export type ScrollMarginTop = (string & {}) | Globals | (string & {})
957
+ export type ScrollMarginBlockEnd = number | Globals | (string & {})
958
+ export type ScrollMarginBlockStart = number | Globals | (string & {})
959
+ export type ScrollMarginBottom = number | Globals | (string & {})
960
+ export type ScrollMarginInlineEnd = number | Globals | (string & {})
961
+ export type ScrollMarginInlineStart = number | Globals | (string & {})
962
+ export type ScrollMarginLeft = number | Globals | (string & {})
963
+ export type ScrollMarginRight = number | Globals | (string & {})
964
+ export type ScrollMarginTop = number | Globals | (string & {})
965
965
  export type ScrollPaddingBlockEnd = "auto" | TLengthPercentage | Globals | (string & {})
966
966
  export type ScrollPaddingBlockStart = "auto" | TLengthPercentage | Globals | (string & {})
967
967
  export type ScrollPaddingBottom = "auto" | TLengthPercentage | Globals | (string & {})
@@ -980,7 +980,7 @@ export namespace Property {
980
980
  export type ScrollSnapTypeX = "none" | "mandatory" | "proximity" | Globals | (string & {})
981
981
  export type ScrollSnapTypeY = "none" | "mandatory" | "proximity" | Globals | (string & {})
982
982
  export type ScrollTimelineAxis = "block" | "inline" | "x" | "y" | Globals | (string & {})
983
- export type ScrollTimelineName = "none" | (string & {}) | Globals | (string & {})
983
+ export type ScrollTimelineName = "none" | Globals | (string & {})
984
984
  export type ScrollbarColor = "auto" | TColor | Globals | (string & {})
985
985
  export type ScrollbarGutter = "auto" | "stable" | "both-edges" | Globals | (string & {})
986
986
  export type ScrollbarWidth = "auto" | "thin" | "none" | Globals | (string & {})
@@ -1032,28 +1032,28 @@ export namespace Property {
1032
1032
  export type TextUnderlinePosition = "auto" | "from-font" | "under" | "left" | "right" | Globals | (string & {})
1033
1033
  export type TextWrapMode = "wrap" | "nowrap" | Globals | (string & {})
1034
1034
  export type TextWrapStyle = "auto" | "balance" | "stable" | "pretty" | Globals | (string & {})
1035
- export type TimelineScope = "none" | (string & {}) | Globals | (string & {})
1035
+ export type TimelineScope = "none" | Globals | (string & {})
1036
1036
  export type Top = "auto" | TLengthPercentage | Globals | (string & {})
1037
1037
  export type TouchAction = "auto" | "none" | "pan-x" | "pan-left" | "pan-right" | "pan-y" | "pan-up" | "pan-down" | "pinch-zoom" | "manipulation" | Globals | (string & {})
1038
1038
  export type Transform = "none" | TTransformList | Globals | (string & {})
1039
1039
  export type TransformBox = "content-box" | "border-box" | "fill-box" | "stroke-box" | "view-box" | Globals | (string & {})
1040
- export type TransformOrigin = TLengthPercentage | "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | Globals | (string & {})
1040
+ export type TransformOrigin = TLengthPercentage | "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | number | Globals | (string & {})
1041
1041
  export type TransformStyle = "flat" | "preserve-3d" | Globals | (string & {})
1042
1042
  export type TransitionBehavior = TTransitionBehaviorValue | Globals | (string & {})
1043
- export type TransitionDelay = (string & {}) | Globals | (string & {})
1044
- export type TransitionDuration = (string & {}) | Globals | (string & {})
1043
+ export type TransitionDelay = Globals | (string & {})
1044
+ export type TransitionDuration = Globals | (string & {})
1045
1045
  export type TransitionProperty = "none" | TSingleTransitionProperty | Globals | (string & {})
1046
1046
  export type TransitionTimingFunction = TEasingFunction | Globals | (string & {})
1047
- export type Translate = "none" | TLengthPercentage | Globals | (string & {})
1047
+ export type Translate = "none" | TLengthPercentage | TLengthPercentage | number | Globals | (string & {})
1048
1048
  export type UnicodeBidi = "normal" | "embed" | "isolate" | "bidi-override" | "isolate-override" | "plaintext" | Globals | (string & {})
1049
1049
  export type UserSelect = "auto" | "text" | "none" | "all" | Globals | (string & {})
1050
1050
  export type VectorEffect = "none" | "non-scaling-stroke" | "non-scaling-size" | "non-rotation" | "fixed-position" | Globals | (string & {})
1051
1051
  export type VerticalAlign = "baseline" | "sub" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom" | number | Globals | (string & {})
1052
1052
  export type ViewTimelineAxis = "block" | "inline" | "x" | "y" | Globals | (string & {})
1053
1053
  export type ViewTimelineInset = "auto" | TLengthPercentage | Globals | (string & {})
1054
- export type ViewTimelineName = "none" | (string & {}) | Globals | (string & {})
1055
- export type ViewTransitionClass = "none" | (string & {}) | Globals | (string & {})
1056
- export type ViewTransitionName = "none" | (string & {}) | "match-element" | Globals | (string & {})
1054
+ export type ViewTimelineName = "none" | Globals | (string & {})
1055
+ export type ViewTransitionClass = "none" | Globals | (string & {})
1056
+ export type ViewTransitionName = "none" | "match-element" | Globals | (string & {})
1057
1057
  export type Visibility = "visible" | "hidden" | "collapse" | Globals | (string & {})
1058
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 & {})
@@ -1061,7 +1061,7 @@ export namespace Property {
1061
1061
  export type Width = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
1062
1062
  export type WillChange = "auto" | TAnimateableFeature | Globals | (string & {})
1063
1063
  export type WordBreak = "normal" | "break-all" | "keep-all" | "break-word" | "auto-phrase" | Globals | (string & {})
1064
- export type WordSpacing = "normal" | Globals | (string & {})
1064
+ export type WordSpacing = "normal" | number | Globals | (string & {})
1065
1065
  export type WordWrap = "normal" | "break-word" | Globals | (string & {})
1066
1066
  export type WritingMode = "horizontal-tb" | "vertical-rl" | "vertical-lr" | "sideways-rl" | "sideways-lr" | Globals | (string & {})
1067
1067
  export type X = number | Globals | (string & {})
@@ -1091,7 +1091,7 @@ export namespace Property {
1091
1091
  export type Caret = Property.CaretColor | Property.CaretShape | Globals | (string & {})
1092
1092
  export type ColumnRule = Property.ColumnRuleWidth | Property.ColumnRuleStyle | Property.ColumnRuleColor | Globals | (string & {})
1093
1093
  export type Columns = Property.ColumnWidth | Property.ColumnCount | Globals | (string & {})
1094
- export type ContainIntrinsicSize = "auto" | "none" | Globals | (string & {})
1094
+ export type ContainIntrinsicSize = "auto" | "none" | number | Globals | (string & {})
1095
1095
  export type Container = Property.ContainerName | Property.ContainerType | Globals | (string & {})
1096
1096
  export type Flex = "none" | Property.FlexGrow | Property.FlexShrink | Property.FlexBasis | Globals | (string & {})
1097
1097
  export type FlexFlow = Property.FlexDirection | Property.FlexWrap | Globals | (string & {})
@@ -1123,9 +1123,9 @@ export namespace Property {
1123
1123
  export type PlaceItems = Property.AlignItems | Property.JustifyItems | Globals | (string & {})
1124
1124
  export type PlaceSelf = Property.AlignSelf | Property.JustifySelf | Globals | (string & {})
1125
1125
  export type PositionTry = Property.PositionTryOrder | Property.PositionTryFallbacks | Globals | (string & {})
1126
- export type ScrollMargin = (string & {}) | Globals | (string & {})
1127
- export type ScrollMarginBlock = (string & {}) | Globals | (string & {})
1128
- export type ScrollMarginInline = (string & {}) | Globals | (string & {})
1126
+ export type ScrollMargin = number | Globals | (string & {})
1127
+ export type ScrollMarginBlock = number | Globals | (string & {})
1128
+ export type ScrollMarginInline = number | 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 & {})
@@ -1144,8 +1144,8 @@ export namespace Property {
1144
1144
  export type MsContentZoomSnapType = "none" | "proximity" | "mandatory" | Globals | (string & {})
1145
1145
  export type MsContentZooming = "none" | "zoom" | Globals | (string & {})
1146
1146
  export type MsFilter = (string & {}) | Globals | (string & {})
1147
- export type MsFlowFrom = "none" | (string & {}) | Globals | (string & {})
1148
- export type MsFlowInto = "none" | (string & {}) | Globals | (string & {})
1147
+ export type MsFlowFrom = "none" | Globals | (string & {})
1148
+ export type MsFlowInto = "none" | Globals | (string & {})
1149
1149
  export type MsGridColumns = "none" | TTrackList | TAutoTrackList | Globals | (string & {})
1150
1150
  export type MsGridRows = "none" | TTrackList | TAutoTrackList | Globals | (string & {})
1151
1151
  export type MsHighContrastAdjust = "auto" | "none" | Globals | (string & {})
@@ -1155,10 +1155,10 @@ export namespace Property {
1155
1155
  export type MsImeAlign = "auto" | "after" | Globals | (string & {})
1156
1156
  export type MsOverflowStyle = "auto" | "none" | "scrollbar" | "-ms-autohiding-scrollbar" | Globals | (string & {})
1157
1157
  export type MsScrollChaining = "chained" | "none" | Globals | (string & {})
1158
- export type MsScrollLimitXMax = "auto" | Globals | (string & {})
1159
- export type MsScrollLimitXMin = (string & {}) | Globals | (string & {})
1160
- export type MsScrollLimitYMax = "auto" | Globals | (string & {})
1161
- export type MsScrollLimitYMin = (string & {}) | Globals | (string & {})
1158
+ export type MsScrollLimitXMax = "auto" | number | Globals | (string & {})
1159
+ export type MsScrollLimitXMin = number | Globals | (string & {})
1160
+ export type MsScrollLimitYMax = "auto" | number | Globals | (string & {})
1161
+ export type MsScrollLimitYMin = number | Globals | (string & {})
1162
1162
  export type MsScrollRails = "none" | "railed" | Globals | (string & {})
1163
1163
  export type MsScrollSnapPointsX = TLengthPercentage | Globals | (string & {})
1164
1164
  export type MsScrollSnapPointsY = TLengthPercentage | Globals | (string & {})
@@ -1176,7 +1176,7 @@ export namespace Property {
1176
1176
  export type MsTouchSelect = "grippers" | "none" | Globals | (string & {})
1177
1177
  export type MsUserSelect = "none" | "element" | "text" | Globals | (string & {})
1178
1178
  export type MsWrapFlow = "auto" | "both" | "start" | "end" | "maximum" | "clear" | Globals | (string & {})
1179
- export type MsWrapMargin = (string & {}) | Globals | (string & {})
1179
+ export type MsWrapMargin = number | Globals | (string & {})
1180
1180
  export type MsWrapThrough = "wrap" | "none" | Globals | (string & {})
1181
1181
  export type MozAppearance = "none" | "button" | "button-arrow-down" | "button-arrow-next" | "button-arrow-previous" | "button-arrow-up" | "button-bevel" | "button-focus" | "caret" | "checkbox" | "checkbox-container" | "checkbox-label" | "checkmenuitem" | "dualbutton" | "groupbox" | "listbox" | "listitem" | "menuarrow" | "menubar" | "menucheckbox" | "menuimage" | "menuitem" | "menuitemtext" | "menulist" | "menulist-button" | "menulist-text" | "menulist-textfield" | "menupopup" | "menuradio" | "menuseparator" | "meterbar" | "meterchunk" | "progressbar" | "progressbar-vertical" | "progresschunk" | "progresschunk-vertical" | "radio" | "radio-container" | "radio-label" | "radiomenuitem" | "range" | "range-thumb" | "resizer" | "resizerpanel" | "scale-horizontal" | "scalethumbend" | "scalethumb-horizontal" | "scalethumbstart" | "scalethumbtick" | "scalethumb-vertical" | "scale-vertical" | "scrollbarbutton-down" | "scrollbarbutton-left" | "scrollbarbutton-right" | "scrollbarbutton-up" | "scrollbarthumb-horizontal" | "scrollbarthumb-vertical" | "scrollbartrack-horizontal" | "scrollbartrack-vertical" | "searchfield" | "separator" | "sheet" | "spinner" | "spinner-downbutton" | "spinner-textfield" | "spinner-upbutton" | "splitter" | "statusbar" | "statusbarpanel" | "tab" | "tabpanel" | "tabpanels" | "tab-scroll-arrow-back" | "tab-scroll-arrow-forward" | "textfield" | "textfield-multiline" | "toolbar" | "toolbarbutton" | "toolbarbutton-dropdown" | "toolbargripper" | "toolbox" | "tooltip" | "treeheader" | "treeheadercell" | "treeheadersortarrow" | "treeitem" | "treeline" | "treetwisty" | "treetwistyopen" | "treeview" | "-moz-mac-unified-toolbar" | "-moz-win-borderless-glass" | "-moz-win-browsertabbar-toolbox" | "-moz-win-communicationstext" | "-moz-win-communications-toolbox" | "-moz-win-exclude-glass" | "-moz-win-glass" | "-moz-win-mediatext" | "-moz-win-media-toolbox" | "-moz-window-button-box" | "-moz-window-button-box-maximized" | "-moz-window-button-close" | "-moz-window-button-maximize" | "-moz-window-button-minimize" | "-moz-window-button-restore" | "-moz-window-frame-bottom" | "-moz-window-frame-left" | "-moz-window-frame-right" | "-moz-window-titlebar" | "-moz-window-titlebar-maximized" | Globals | (string & {})
1182
1182
  export type MozBinding = "none" | Globals | (string & {})
@@ -1203,7 +1203,7 @@ export namespace Property {
1203
1203
  export type WebkitBorderBeforeColor = TColor | Globals | (string & {})
1204
1204
  export type WebkitBorderBeforeStyle = Property.BorderStyle | Globals | (string & {})
1205
1205
  export type WebkitBorderBeforeWidth = Property.BorderWidth | Globals | (string & {})
1206
- export type WebkitBoxReflect = "above" | "below" | "right" | "left" | TImage | Globals | (string & {})
1206
+ export type WebkitBoxReflect = "above" | "below" | "right" | "left" | number | TImage | Globals | (string & {})
1207
1207
  export type WebkitLineClamp = "none" | number | Globals | (string & {})
1208
1208
  export type WebkitMaskAttachment = TAttachment | Globals | (string & {})
1209
1209
  export type WebkitMaskClip = TCoordBox | "no-clip" | "border" | "padding" | "content" | "text" | Globals | (string & {})
@@ -1221,7 +1221,7 @@ export namespace Property {
1221
1221
  export type WebkitTapHighlightColor = TColor | Globals | (string & {})
1222
1222
  export type WebkitTextFillColor = TColor | Globals | (string & {})
1223
1223
  export type WebkitTextStrokeColor = TColor | Globals | (string & {})
1224
- export type WebkitTextStrokeWidth = (string & {}) | Globals | (string & {})
1224
+ export type WebkitTextStrokeWidth = number | Globals | (string & {})
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 & {})
@@ -1233,270 +1233,270 @@ export namespace Property {
1233
1233
  export type MozOutlineRadius = TOutlineRadius | Globals | (string & {})
1234
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
- export type WebkitTextStroke = TColor | Globals | (string & {})
1236
+ export type WebkitTextStroke = number | TColor | Globals | (string & {})
1237
1237
  }
1238
- export type TAbsoluteSize = "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large" | "xx-large" | "xxx-large";
1239
- export type TAlphaValue = number;
1240
- export type TAnchorName = (string & {});
1241
- export type TAnchorSide = "inside" | "outside" | "top" | "left" | "right" | "bottom" | "start" | "end" | "self-start" | "self-end" | number | "center";
1242
- export type TAnchorSize = "width" | "height" | "block" | "inline" | "self-block" | "self-inline";
1243
- export type TAnglePercentage = number;
1244
- export type TAngularColorHint = TAnglePercentage;
1245
- export type TAngularColorStop = TColor | TColorStopAngle;
1246
- export type TAngularColorStopList = TAngularColorStop | TAngularColorHint | TAngularColorStop;
1247
- export type TAnimateableFeature = "scroll-position" | "contents" | (string & {});
1248
- export type TAttachment = "scroll" | "fixed" | "local";
1249
- export type TAttrMatcher = "'~'" | "'|'" | "'^'" | "'$'" | "'*'" | "'='";
1250
- export type TAttrModifier = "i" | "s";
1251
- export type TAttrType = "raw-string" | "number";
1252
- export type TAttributeSelector = "'['" | TWqName | "']'" | "'['" | TWqName | TAttrMatcher | TAttrModifier | "']'";
1253
- export type TAutoRepeat = "auto-fill" | "auto-fit" | TLineNames | TFixedSize | TLineNames;
1254
- export type TAutoTrackList = TLineNames | TFixedSize | TFixedRepeat | TLineNames | TAutoRepeat;
1255
- export type TAxis = "block" | "inline" | "x" | "y";
1256
- export type TBaselinePosition = "first" | "last" | "baseline";
1257
- export type TBasicShape = (string & {});
1258
- export type TBasicShapeRect = (string & {});
1259
- export type TBgClip = TVisualBox | "border-area" | "text";
1260
- export type TBgImage = TImage | "none";
1261
- export type TBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox;
1262
- export type TBgPosition = "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "center" | "left" | "right" | TLengthPercentage | "center" | "top" | "bottom" | TLengthPercentage;
1263
- export type TBgSize = TLengthPercentage | "auto" | "cover" | "contain";
1264
- export type TBlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity";
1265
- export type TCalcConstant = "e" | "pi" | "infinity" | "-infinity" | "NaN";
1266
- export type TCalcProduct = TCalcValue | "'*'" | TCalcValue | "'/'" | number;
1267
- export type TCalcSizeBasis = "any" | TCalcSum;
1268
- export type TCalcSum = TCalcProduct | "'+'" | "'-'" | TCalcProduct;
1269
- export type TCalcValue = number | TCalcConstant | TCalcSum;
1270
- export type TCfFinalImage = TImage | TColor;
1271
- export type TCfMixingImage = number | TImage;
1272
- export type TClassSelector = "'.'";
1273
- export type TClipSource = (string & {});
1274
- export type TColor = TColorBase | "currentColor" | TSystemColor | TDeprecatedSystemColor | keyof CustomColors;
1275
- export type TColorBase = TColorFunction | TNamedColor | "transparent";
1276
- export type TColorFunction = (string & {});
1277
- export type TColorInterpolationMethod = "in" | TRectangularColorSpace | TPolarColorSpace | THueInterpolationMethod | TCustomColorSpace;
1278
- export type TColorStop = TColorStopLength | TColorStopAngle;
1279
- export type TColorStopAngle = TAnglePercentage;
1280
- export type TColorStopLength = TLengthPercentage;
1281
- export type TColorStopList = TLinearColorStop | TLinearColorHint | TLinearColorStop;
1282
- export type TColorspaceParams = TCustomParams | TPredefinedRgbParams | TXyzParams;
1283
- export type TCombinator = "'>'" | "'+'" | "'~'" | "'||'";
1284
- export type TCommonLigValues = "common-ligatures" | "no-common-ligatures";
1285
- export type TCompatAuto = "searchfield" | "textarea" | "checkbox" | "radio" | "menulist" | "listbox" | "meter" | "progress-bar" | "button";
1286
- export type TCompatSpecial = "textfield" | "menulist-button";
1287
- export type TComplexSelector = TCompoundSelector | TCombinator | TCompoundSelector;
1288
- export type TComplexSelectorList = TComplexSelector;
1289
- export type TCompositeStyle = "clear" | "copy" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "xor";
1290
- export type TCompositingOperator = "add" | "subtract" | "intersect" | "exclude";
1291
- export type TCompoundSelector = TTypeSelector | TSubclassSelector | TPseudoElementSelector | TPseudoClassSelector;
1292
- export type TCompoundSelectorList = TCompoundSelector;
1293
- export type TConicGradientSyntax = "from" | "at" | TPosition | TColorInterpolationMethod | TAngularColorStopList;
1294
- export type TContainerCondition = TContainerName | TContainerQuery;
1295
- export type TContainerName = (string & {});
1296
- export type TContainerQuery = "not" | TQueryInParens | TQueryInParens | "and" | TQueryInParens | "or" | TQueryInParens;
1297
- export type TContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
1298
- export type TContentList = (string & {}) | TImage | TQuote | TCounter;
1299
- export type TContentPosition = "center" | "start" | "end" | "flex-start" | "flex-end";
1300
- export type TContentReplacement = TImage;
1301
- export type TContextualAltValues = "contextual" | "no-contextual";
1302
- export type TCoordBox = TPaintBox | "view-box";
1303
- export type TCounter = (string & {});
1304
- export type TCounterName = (string & {});
1305
- export type TCounterStyle = TCounterStyleName;
1306
- export type TCounterStyleName = (string & {});
1307
- export type TCubicBezierEasingFunction = "ease" | "ease-in" | "ease-out" | "ease-in-out";
1308
- export type TCursorPredefined = "auto" | "default" | "none" | "context-menu" | "help" | "pointer" | "progress" | "wait" | "cell" | "crosshair" | "text" | "vertical-text" | "alias" | "copy" | "move" | "no-drop" | "not-allowed" | "e-resize" | "n-resize" | "ne-resize" | "nw-resize" | "s-resize" | "se-resize" | "sw-resize" | "w-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "col-resize" | "row-resize" | "all-scroll" | "zoom-in" | "zoom-out" | "grab" | "grabbing";
1309
- export type TCustomColorSpace = (string & {});
1310
- export type TCustomParams = (string & {}) | number | "none";
1311
- export type TDasharray = TLengthPercentage | number;
1312
- export type TDashndashdigitIdent = (string & {});
1313
- export type TDeprecatedSystemColor = "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText";
1314
- export type TDiscretionaryLigValues = "discretionary-ligatures" | "no-discretionary-ligatures";
1315
- export type TDisplayBox = "contents" | "none";
1316
- export type TDisplayInside = "flow" | "flow-root" | "table" | "flex" | "grid" | "ruby";
1317
- export type TDisplayInternal = "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-cell" | "table-column-group" | "table-column" | "table-caption" | "ruby-base" | "ruby-text" | "ruby-base-container" | "ruby-text-container";
1318
- export type TDisplayLegacy = "inline-block" | "inline-list-item" | "inline-table" | "inline-flex" | "inline-grid";
1319
- export type TDisplayListitem = TDisplayOutside | "flow" | "flow-root" | "list-item";
1320
- export type TDisplayOutside = "block" | "inline" | "run-in";
1321
- export type TEasingFunction = TLinearEasingFunction | TCubicBezierEasingFunction | TStepEasingFunction;
1322
- export type TEastAsianVariantValues = "jis78" | "jis83" | "jis90" | "jis04" | "simplified" | "traditional";
1323
- export type TEastAsianWidthValues = "full-width" | "proportional-width";
1324
- export type TExplicitTrackList = TLineNames | TTrackSize | TLineNames;
1325
- export type TFamilyName = (string & {});
1326
- export type TFeatureTagValue = (string & {}) | number | "on" | "off";
1327
- export type TFeatureValueBlock = TFeatureType | "'{'" | TFeatureValueDeclarationList | "'}'";
1328
- export type TFeatureValueBlockList = TFeatureValueBlock;
1329
- export type TFeatureValueDeclaration = (string & {}) | number;
1330
- export type TFeatureValueDeclarationList = TFeatureValueDeclaration;
1331
- export type TFeatureValueName = (string & {});
1332
- export type TFilterFunction = (string & {});
1333
- export type TFilterValueList = TFilterFunction;
1334
- export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | Property.BackgroundColor;
1335
- export type TFixedBreadth = TLengthPercentage;
1336
- export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames;
1337
- export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth;
1338
- export type TFontStretchAbsolute = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | number;
1339
- export type TFontVariantCss2 = "normal" | "small-caps";
1340
- export type TFontWeightAbsolute = "normal" | "bold" | number;
1341
- export type TFontWidthCss3 = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded";
1342
- export type TFormControlIdentifier = "select";
1343
- export type TFrequencyPercentage = number;
1344
- export type TGenericComplete = "serif" | "sans-serif" | "system-ui" | "cursive" | "fantasy" | "math" | "monospace";
1345
- export type TGeneralEnclosed = (string & {});
1346
- export type TGenericFamily = TGenericComplete | TGenericIncomplete | "emoji" | "fangsong";
1347
- export type TGenericIncomplete = "ui-serif" | "ui-sans-serif" | "ui-monospace" | "ui-rounded";
1348
- export type TGeometryBox = TShapeBox | "fill-box" | "stroke-box" | "view-box";
1349
- export type TGradient = (string & {});
1350
- export type TGridLine = "auto" | (string & {}) | number | (string & {}) | "span" | number | (string & {});
1351
- export type THistoricalLigValues = "historical-ligatures" | "no-historical-ligatures";
1352
- export type THue = number;
1353
- export type THueInterpolationMethod = "shorter" | "longer" | "increasing" | "decreasing" | "hue";
1354
- export type TIdSelector = (string & {});
1355
- export type TImage = TGradient;
1356
- export type TImageSetOption = TImage | (string & {}) | (string & {});
1357
- export type TImageSrc = (string & {});
1358
- export type TImageTags = "ltr" | "rtl";
1359
- export type TInflexibleBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1360
- export type TKeyframeBlock = TKeyframeSelector;
1361
- export type TKeyframeSelector = "from" | "to" | number | TTimelineRangeName | number;
1362
- export type TKeyframesName = (string & {});
1363
- export type TLayerName = "'.'";
1364
- export type TLeaderType = "dotted" | "solid" | "space" | (string & {});
1365
- export type TLengthPercentage = number;
1366
- export type TLineNameList = TLineNames | TNameRepeat;
1367
- export type TLineNames = "'['" | (string & {}) | "']'";
1368
- export type TLineStyle = "none" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1369
- export type TLineWidth = "thin" | "medium" | "thick";
1370
- export type TLinearColorHint = TLengthPercentage;
1371
- export type TLinearColorStop = TColor | TColorStopLength;
1372
- export type TLinearEasingFunction = "linear";
1373
- export type TLinearGradientSyntax = "to" | TSideOrCorner | TColorInterpolationMethod | TColorStopList;
1374
- export type TMaskLayer = TMaskReference | TPosition | TBgSize | TRepeatStyle | TGeometryBox | TGeometryBox | "no-clip" | TCompositingOperator | TMaskingMode;
1375
- export type TMaskPosition = TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom";
1376
- export type TMaskReference = "none" | TImage | TMaskSource;
1377
- export type TMaskSource = (string & {});
1378
- export type TMaskingMode = "alpha" | "luminance" | "match-source";
1379
- export type TMediaAnd = TMediaInParens | "and" | TMediaInParens;
1380
- export type TMediaCondition = TMediaNot | TMediaAnd | TMediaOr | TMediaInParens;
1381
- export type TMediaConditionWithoutOr = TMediaNot | TMediaAnd | TMediaInParens;
1382
- export type TMediaFeature = TMfPlain | TMfBoolean | TMfRange;
1383
- export type TMediaInParens = TMediaCondition | TMediaFeature | TGeneralEnclosed;
1384
- export type TMediaNot = "not" | TMediaInParens;
1385
- export type TMediaOr = TMediaInParens | "or" | TMediaInParens;
1386
- export type TMediaQuery = TMediaCondition | "not" | "only" | TMediaType | "and" | TMediaConditionWithoutOr;
1387
- export type TMediaQueryList = TMediaQuery;
1388
- export type TMediaType = (string & {});
1389
- export type TMfBoolean = TMfName;
1390
- export type TMfName = (string & {});
1391
- export type TMfPlain = TMfName | TMfValue;
1392
- export type TMfRange = TMfName | "'<'" | "'>'" | "'='" | TMfValue | TMfValue | "'<'" | "'>'" | "'='" | TMfName | TMfValue | "'<'" | "'='" | TMfName | TMfValue | "'>'" | "'='" | TMfName;
1393
- export type TMfValue = number | TRatio;
1394
- export type TNDimension = (string & {});
1395
- export type TNameRepeat = number | "auto-fill" | TLineNames;
1396
- export type TNamedColor = "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen";
1397
- export type TNamespacePrefix = (string & {});
1398
- export type TNdashDimension = (string & {});
1399
- export type TNdashdigitDimension = (string & {});
1400
- export type TNdashdigitIdent = (string & {});
1401
- export type TNsPrefix = "'*'" | "'|'";
1402
- export type TNumberPercentage = number;
1403
- export type TNumericFigureValues = "lining-nums" | "oldstyle-nums";
1404
- export type TNumericFractionValues = "diagonal-fractions" | "stacked-fractions";
1405
- export type TNumericSpacingValues = "proportional-nums" | "tabular-nums";
1406
- export type TOffsetPath = TBasicShape;
1407
- export type TOpacityValue = number;
1408
- export type TOutlineLineStyle = "none" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1409
- export type TOutlineRadius = number;
1410
- export type TOverflowPosition = "unsafe" | "safe";
1411
- export type TPageBody = TPageBody | TPageMarginBox | TPageBody;
1412
- export type TPageMarginBox = TPageMarginBoxType | "'{'" | "'}'";
1413
- export type TPageSelector = TPseudoPage;
1414
- export type TPageSelectorList = TPageSelector;
1415
- export type TPageSize = "A5" | "A4" | "A3" | "B5" | "B4" | "JIS-B5" | "JIS-B4" | "letter" | "legal" | "ledger";
1416
- export type TPaint = "none" | TColor | "none" | TColor | "context-fill" | "context-stroke";
1417
- export type TPaintBox = TVisualBox | "fill-box" | "stroke-box";
1418
- export type TPaletteIdentifier = (string & {});
1419
- export type TPolarColorSpace = "hsl" | "hwb" | "lch" | "oklch";
1420
- export type TPosition = "left" | "center" | "right" | "top" | "center" | "bottom" | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "left" | "right" | TLengthPercentage | "top" | "bottom" | TLengthPercentage;
1421
- export type TPositionArea = "left" | "center" | "right" | "span-left" | "span-right" | "x-start" | "x-end" | "span-x-start" | "span-x-end" | "x-self-start" | "x-self-end" | "span-x-self-start" | "span-x-self-end" | "span-all" | "top" | "center" | "bottom" | "span-top" | "span-bottom" | "y-start" | "y-end" | "span-y-start" | "span-y-end" | "y-self-start" | "y-self-end" | "span-y-self-start" | "span-y-self-end" | "span-all" | "block-start" | "center" | "block-end" | "span-block-start" | "span-block-end" | "span-all" | "inline-start" | "center" | "inline-end" | "span-inline-start" | "span-inline-end" | "span-all" | "self-block-start" | "center" | "self-block-end" | "span-self-block-start" | "span-self-block-end" | "span-all" | "self-inline-start" | "center" | "self-inline-end" | "span-self-inline-start" | "span-self-inline-end" | "span-all" | "start" | "center" | "end" | "span-start" | "span-end" | "span-all" | "self-start" | "center" | "self-end" | "span-self-start" | "span-self-end" | "span-all";
1422
- export type TPredefinedRgb = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020";
1423
- export type TPredefinedRgbParams = TPredefinedRgb | number | "none";
1424
- export type TPseudoClassSelector = "':'" | "':'" | "')'";
1425
- export type TPseudoElementSelector = "':'" | TPseudoClassSelector;
1426
- export type TPseudoPage = "left" | "right" | "first" | "blank";
1427
- export type TQueryInParens = TContainerQuery | TSizeFeature | TStyleQuery | TScrollStateQuery | TGeneralEnclosed;
1428
- export type TQuote = "open-quote" | "close-quote" | "no-open-quote" | "no-close-quote";
1429
- export type TRadialExtent = "closest-corner" | "closest-side" | "farthest-corner" | "farthest-side";
1430
- export type TRadialGradientSyntax = TRadialShape | TRadialSize | "at" | TPosition | TColorInterpolationMethod | TColorStopList;
1431
- export type TRadialShape = "circle" | "ellipse";
1432
- export type TRadialSize = TRadialExtent | TLengthPercentage;
1433
- export type TRatio = number;
1434
- export type TRaySize = "closest-side" | "closest-corner" | "farthest-side" | "farthest-corner" | "sides";
1435
- export type TRectangularColorSpace = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020" | "lab" | "oklab" | "xyz" | "xyz-d50" | "xyz-d65";
1436
- export type TRelativeSelector = TCombinator | TComplexSelector;
1437
- export type TRelativeSelectorList = TRelativeSelector;
1438
- export type TRelativeSize = "larger" | "smaller";
1439
- export type TRepeatStyle = "repeat-x" | "repeat-y" | "repeat" | "space" | "round" | "no-repeat";
1440
- export type TReversedCounterName = TCounterName;
1441
- export type TRoundingStrategy = "nearest" | "up" | "down" | "to-zero";
1442
- export type TScopeEnd = TSelectorList;
1443
- export type TScopeStart = TSelectorList;
1444
- export type TScroller = "root" | "nearest" | "self";
1445
- export type TScrollStateFeature = TMediaQueryList;
1446
- export type TScrollStateInParens = TScrollStateQuery | TScrollStateFeature | TGeneralEnclosed;
1447
- export type TScrollStateQuery = "not" | TScrollStateInParens | TScrollStateInParens | "and" | TScrollStateInParens | "or" | TScrollStateInParens | TScrollStateFeature;
1448
- export type TSelectorList = TComplexSelectorList;
1449
- export type TSelfPosition = "center" | "start" | "end" | "self-start" | "self-end" | "flex-start" | "flex-end";
1450
- export type TShadow = "inset" | TColor;
1451
- export type TShadowT = TColor;
1452
- export type TShape = (string & {});
1453
- export type TShapeBox = TVisualBox | "margin-box";
1454
- export type TSideOrCorner = "left" | "right" | "top" | "bottom";
1455
- export type TSignedInteger = (string & {});
1456
- export type TSignlessInteger = (string & {});
1457
- export type TSingleAnimation = Property.AnimationDuration | TEasingFunction | Property.AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
1458
- export type TSingleAnimationComposition = "replace" | "add" | "accumulate";
1459
- export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse";
1460
- export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both";
1461
- export type TSingleAnimationIterationCount = "infinite" | number;
1462
- export type TSingleAnimationPlayState = "running" | "paused";
1463
- export type TSingleAnimationTimeline = "auto" | "none" | (string & {});
1464
- export type TSingleTransition = "none" | TSingleTransitionProperty | TEasingFunction | TTransitionBehaviorValue;
1465
- export type TSingleTransitionProperty = "all" | (string & {});
1466
- export type TSize = "closest-side" | "farthest-side" | "closest-corner" | "farthest-corner" | TLengthPercentage;
1467
- export type TSizeFeature = TMediaQueryList;
1468
- export type TStepPosition = "jump-start" | "jump-end" | "jump-none" | "jump-both" | "start" | "end";
1469
- export type TStepEasingFunction = "step-start" | "step-end";
1470
- export type TStyleFeature = (string & {});
1471
- export type TStyleInParens = TStyleQuery | TStyleFeature | TGeneralEnclosed;
1472
- export type TStyleQuery = "not" | TStyleInParens | TStyleInParens | "and" | TStyleInParens | "or" | TStyleInParens | TStyleFeature;
1473
- export type TSubclassSelector = TIdSelector | TClassSelector | TAttributeSelector | TPseudoClassSelector;
1474
- export type TSupportsCondition = "not" | TSupportsInParens | TSupportsInParens | "and" | TSupportsInParens | TSupportsInParens | "or" | TSupportsInParens;
1475
- export type TSupportsDecl = (string & {});
1476
- export type TSupportsFeature = TSupportsDecl | TSupportsSelectorFn;
1477
- export type TSupportsInParens = TSupportsCondition | TSupportsFeature | TGeneralEnclosed;
1478
- export type TSupportsSelectorFn = TComplexSelector;
1479
- export type TSymbol = (string & {}) | TImage;
1480
- export type TSymbolsType = "cyclic" | "numeric" | "alphabetic" | "symbolic" | "fixed";
1481
- export type TSystemColor = "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText";
1482
- export type TSystemFamilyName = "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar";
1483
- export type TTarget = (string & {});
1484
- export type TTextEdge = "text" | "cap" | "ex" | "ideographic" | "ideographic-ink" | "text" | "alphabetic" | "ideographic" | "ideographic-ink";
1485
- export type TTimePercentage = number;
1486
- export type TTimelineRangeName = "cover" | "contain" | "entry" | "exit" | "entry-crossing" | "exit-crossing";
1487
- export type TTrackBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1488
- export type TTrackList = TLineNames | TTrackSize | TTrackRepeat | TLineNames;
1489
- export type TTrackRepeat = number | TLineNames | TTrackSize | TLineNames;
1490
- export type TTrackSize = TTrackBreadth | TInflexibleBreadth | TTrackBreadth | TLengthPercentage;
1491
- export type TTransformFunction = (string & {});
1492
- export type TTransformList = TTransformFunction;
1493
- export type TTransitionBehaviorValue = "normal" | "allow-discrete";
1494
- export type TTrySize = "most-width" | "most-height" | "most-block-size" | "most-inline-size";
1495
- export type TTryTactic = "flip-block" | "flip-inline" | "flip-start";
1496
- export type TTypeOrUnit = "string" | "color" | "url" | "integer" | "number" | "length" | "angle" | "time" | "frequency" | "cap" | "ch" | "em" | "ex" | "ic" | "lh" | "rlh" | "rem" | "vb" | "vi" | "vw" | "vh" | "vmin" | "vmax" | "mm" | "Q" | "cm" | "in" | "pt" | "pc" | "px" | "deg" | "grad" | "rad" | "turn" | "ms" | "s" | "Hz" | "kHz";
1497
- export type TTypeSelector = TWqName | TNsPrefix | "'*'";
1498
- export type TViewportLength = "auto" | TLengthPercentage;
1499
- export type TVisualBox = "content-box" | "padding-box" | "border-box";
1500
- export type TWqName = TNsPrefix;
1501
- export type TXyz = "xyz" | "xyz-d50" | "xyz-d65";
1502
- export type TXyzParams = TXyz | number | "none";
1238
+ export type TAbsoluteSize = "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large" | "xx-large" | "xxx-large" | Globals;
1239
+ export type TAlphaValue = number | Globals;
1240
+ export type TAnchorName = Globals;
1241
+ export type TAnchorSide = "inside" | "outside" | "top" | "left" | "right" | "bottom" | "start" | "end" | "self-start" | "self-end" | number | "center" | Globals;
1242
+ export type TAnchorSize = "width" | "height" | "block" | "inline" | "self-block" | "self-inline" | Globals;
1243
+ export type TAnglePercentage = number | Globals;
1244
+ export type TAngularColorHint = TAnglePercentage | Globals;
1245
+ export type TAngularColorStop = TColor | TColorStopAngle | Globals;
1246
+ export type TAngularColorStopList = TAngularColorStop | TAngularColorHint | TAngularColorStop | Globals;
1247
+ export type TAnimateableFeature = "scroll-position" | "contents" | Globals;
1248
+ export type TAttachment = "scroll" | "fixed" | "local" | Globals;
1249
+ export type TAttrMatcher = "'~'" | "'|'" | "'^'" | "'$'" | "'*'" | "'='" | Globals;
1250
+ export type TAttrModifier = "i" | "s" | Globals;
1251
+ export type TAttrType = "raw-string" | "number" | Globals;
1252
+ export type TAttributeSelector = "'['" | TWqName | "']'" | "'['" | TWqName | TAttrMatcher | TAttrModifier | "']'" | Globals;
1253
+ export type TAutoRepeat = "auto-fill" | "auto-fit" | TLineNames | TFixedSize | TLineNames | Globals;
1254
+ export type TAutoTrackList = TLineNames | TFixedSize | TFixedRepeat | TLineNames | TAutoRepeat | Globals;
1255
+ export type TAxis = "block" | "inline" | "x" | "y" | Globals;
1256
+ export type TBaselinePosition = "first" | "last" | "baseline" | Globals;
1257
+ export type TBasicShape = Globals;
1258
+ export type TBasicShapeRect = Globals;
1259
+ export type TBgClip = TVisualBox | "border-area" | "text" | Globals;
1260
+ export type TBgImage = TImage | "none" | Globals;
1261
+ export type TBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | Globals;
1262
+ export type TBgPosition = "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "center" | "left" | "right" | TLengthPercentage | "center" | "top" | "bottom" | TLengthPercentage | Globals;
1263
+ export type TBgSize = TLengthPercentage | "auto" | "cover" | "contain" | Globals;
1264
+ export type TBlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity" | Globals;
1265
+ export type TCalcConstant = "e" | "pi" | "infinity" | "-infinity" | "NaN" | Globals;
1266
+ export type TCalcProduct = TCalcValue | "'*'" | TCalcValue | "'/'" | number | Globals;
1267
+ export type TCalcSizeBasis = "any" | TCalcSum | Globals;
1268
+ export type TCalcSum = TCalcProduct | "'+'" | "'-'" | TCalcProduct | Globals;
1269
+ export type TCalcValue = number | TCalcConstant | TCalcSum | Globals;
1270
+ export type TCfFinalImage = TImage | TColor | Globals;
1271
+ export type TCfMixingImage = number | TImage | Globals;
1272
+ export type TClassSelector = "'.'" | Globals;
1273
+ export type TClipSource = Globals;
1274
+ export type TColor = TColorBase | "currentColor" | TSystemColor | TDeprecatedSystemColor | Globals | keyof CustomColors;
1275
+ export type TColorBase = TColorFunction | TNamedColor | "transparent" | Globals;
1276
+ export type TColorFunction = Globals;
1277
+ export type TColorInterpolationMethod = "in" | TRectangularColorSpace | TPolarColorSpace | THueInterpolationMethod | TCustomColorSpace | Globals;
1278
+ export type TColorStop = TColorStopLength | TColorStopAngle | Globals;
1279
+ export type TColorStopAngle = TAnglePercentage | Globals;
1280
+ export type TColorStopLength = TLengthPercentage | Globals;
1281
+ export type TColorStopList = TLinearColorStop | TLinearColorHint | TLinearColorStop | Globals;
1282
+ export type TColorspaceParams = TCustomParams | TPredefinedRgbParams | TXyzParams | Globals;
1283
+ export type TCombinator = "'>'" | "'+'" | "'~'" | "'||'" | Globals;
1284
+ export type TCommonLigValues = "common-ligatures" | "no-common-ligatures" | Globals;
1285
+ export type TCompatAuto = "searchfield" | "textarea" | "checkbox" | "radio" | "menulist" | "listbox" | "meter" | "progress-bar" | "button" | Globals;
1286
+ export type TCompatSpecial = "textfield" | "menulist-button" | Globals;
1287
+ export type TComplexSelector = TCompoundSelector | TCombinator | TCompoundSelector | Globals;
1288
+ export type TComplexSelectorList = TComplexSelector | Globals;
1289
+ export type TCompositeStyle = "clear" | "copy" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "xor" | Globals;
1290
+ export type TCompositingOperator = "add" | "subtract" | "intersect" | "exclude" | Globals;
1291
+ export type TCompoundSelector = TTypeSelector | TSubclassSelector | TPseudoElementSelector | TPseudoClassSelector | Globals;
1292
+ export type TCompoundSelectorList = TCompoundSelector | Globals;
1293
+ export type TConicGradientSyntax = "from" | "at" | TPosition | TColorInterpolationMethod | TAngularColorStopList | Globals;
1294
+ export type TContainerCondition = TContainerName | TContainerQuery | Globals;
1295
+ export type TContainerName = Globals;
1296
+ export type TContainerQuery = "not" | TQueryInParens | TQueryInParens | "and" | TQueryInParens | "or" | TQueryInParens | Globals;
1297
+ export type TContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch" | Globals;
1298
+ export type TContentList = (string & {}) | TImage | TQuote | TCounter | Globals;
1299
+ export type TContentPosition = "center" | "start" | "end" | "flex-start" | "flex-end" | Globals;
1300
+ export type TContentReplacement = TImage | Globals;
1301
+ export type TContextualAltValues = "contextual" | "no-contextual" | Globals;
1302
+ export type TCoordBox = TPaintBox | "view-box" | Globals;
1303
+ export type TCounter = Globals;
1304
+ export type TCounterName = Globals;
1305
+ export type TCounterStyle = TCounterStyleName | Globals;
1306
+ export type TCounterStyleName = Globals;
1307
+ export type TCubicBezierEasingFunction = "ease" | "ease-in" | "ease-out" | "ease-in-out" | Globals;
1308
+ export type TCursorPredefined = "auto" | "default" | "none" | "context-menu" | "help" | "pointer" | "progress" | "wait" | "cell" | "crosshair" | "text" | "vertical-text" | "alias" | "copy" | "move" | "no-drop" | "not-allowed" | "e-resize" | "n-resize" | "ne-resize" | "nw-resize" | "s-resize" | "se-resize" | "sw-resize" | "w-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "col-resize" | "row-resize" | "all-scroll" | "zoom-in" | "zoom-out" | "grab" | "grabbing" | Globals;
1309
+ export type TCustomColorSpace = Globals;
1310
+ export type TCustomParams = number | "none" | Globals;
1311
+ export type TDasharray = TLengthPercentage | number | Globals;
1312
+ export type TDashndashdigitIdent = Globals;
1313
+ export type TDeprecatedSystemColor = "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonHighlight" | "ButtonShadow" | "CaptionText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | Globals;
1314
+ export type TDiscretionaryLigValues = "discretionary-ligatures" | "no-discretionary-ligatures" | Globals;
1315
+ export type TDisplayBox = "contents" | "none" | Globals;
1316
+ export type TDisplayInside = "flow" | "flow-root" | "table" | "flex" | "grid" | "ruby" | Globals;
1317
+ export type TDisplayInternal = "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-cell" | "table-column-group" | "table-column" | "table-caption" | "ruby-base" | "ruby-text" | "ruby-base-container" | "ruby-text-container" | Globals;
1318
+ export type TDisplayLegacy = "inline-block" | "inline-list-item" | "inline-table" | "inline-flex" | "inline-grid" | Globals;
1319
+ export type TDisplayListitem = TDisplayOutside | "flow" | "flow-root" | "list-item" | Globals;
1320
+ export type TDisplayOutside = "block" | "inline" | "run-in" | Globals;
1321
+ export type TEasingFunction = TLinearEasingFunction | TCubicBezierEasingFunction | TStepEasingFunction | Globals;
1322
+ export type TEastAsianVariantValues = "jis78" | "jis83" | "jis90" | "jis04" | "simplified" | "traditional" | Globals;
1323
+ export type TEastAsianWidthValues = "full-width" | "proportional-width" | Globals;
1324
+ export type TExplicitTrackList = TLineNames | TTrackSize | TLineNames | Globals;
1325
+ export type TFamilyName = (string & {}) | Globals;
1326
+ export type TFeatureTagValue = (string & {}) | number | "on" | "off" | Globals;
1327
+ export type TFeatureValueBlock = TFeatureType | "'{'" | TFeatureValueDeclarationList | "'}'" | Globals;
1328
+ export type TFeatureValueBlockList = TFeatureValueBlock | Globals;
1329
+ export type TFeatureValueDeclaration = number | Globals;
1330
+ export type TFeatureValueDeclarationList = TFeatureValueDeclaration | Globals;
1331
+ export type TFeatureValueName = Globals;
1332
+ export type TFilterFunction = Globals;
1333
+ export type TFilterValueList = TFilterFunction | Globals;
1334
+ export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | Property.BackgroundColor | Globals;
1335
+ export type TFixedBreadth = TLengthPercentage | Globals;
1336
+ export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames | Globals;
1337
+ export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth | Globals;
1338
+ export type TFontStretchAbsolute = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | number | Globals;
1339
+ export type TFontVariantCss2 = "normal" | "small-caps" | Globals;
1340
+ export type TFontWeightAbsolute = "normal" | "bold" | number | Globals;
1341
+ export type TFontWidthCss3 = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | Globals;
1342
+ export type TFormControlIdentifier = "select" | Globals;
1343
+ export type TFrequencyPercentage = number | Globals;
1344
+ export type TGenericComplete = "serif" | "sans-serif" | "system-ui" | "cursive" | "fantasy" | "math" | "monospace" | Globals;
1345
+ export type TGeneralEnclosed = Globals;
1346
+ export type TGenericFamily = TGenericComplete | TGenericIncomplete | "emoji" | "fangsong" | Globals;
1347
+ export type TGenericIncomplete = "ui-serif" | "ui-sans-serif" | "ui-monospace" | "ui-rounded" | Globals;
1348
+ export type TGeometryBox = TShapeBox | "fill-box" | "stroke-box" | "view-box" | Globals;
1349
+ export type TGradient = Globals;
1350
+ export type TGridLine = "auto" | number | "span" | number | Globals;
1351
+ export type THistoricalLigValues = "historical-ligatures" | "no-historical-ligatures" | Globals;
1352
+ export type THue = number | Globals;
1353
+ export type THueInterpolationMethod = "shorter" | "longer" | "increasing" | "decreasing" | "hue" | Globals;
1354
+ export type TIdSelector = Globals;
1355
+ export type TImage = TGradient | Globals;
1356
+ export type TImageSetOption = TImage | (string & {}) | (string & {}) | Globals;
1357
+ export type TImageSrc = (string & {}) | Globals;
1358
+ export type TImageTags = "ltr" | "rtl" | Globals;
1359
+ export type TInflexibleBreadth = TLengthPercentage | "min-content" | "max-content" | "auto" | Globals;
1360
+ export type TKeyframeBlock = TKeyframeSelector | Globals;
1361
+ export type TKeyframeSelector = "from" | "to" | number | TTimelineRangeName | number | Globals;
1362
+ export type TKeyframesName = (string & {}) | Globals;
1363
+ export type TLayerName = "'.'" | Globals;
1364
+ export type TLeaderType = "dotted" | "solid" | "space" | (string & {}) | Globals;
1365
+ export type TLengthPercentage = number | Globals;
1366
+ export type TLineNameList = TLineNames | TNameRepeat | Globals;
1367
+ export type TLineNames = "'['" | "']'" | Globals;
1368
+ export type TLineStyle = "none" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset" | Globals;
1369
+ export type TLineWidth = number | "thin" | "medium" | "thick" | Globals;
1370
+ export type TLinearColorHint = TLengthPercentage | Globals;
1371
+ export type TLinearColorStop = TColor | TColorStopLength | Globals;
1372
+ export type TLinearEasingFunction = "linear" | Globals;
1373
+ export type TLinearGradientSyntax = "to" | TSideOrCorner | TColorInterpolationMethod | TColorStopList | Globals;
1374
+ export type TMaskLayer = TMaskReference | TPosition | TBgSize | TRepeatStyle | TGeometryBox | TGeometryBox | "no-clip" | TCompositingOperator | TMaskingMode | Globals;
1375
+ export type TMaskPosition = TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | Globals;
1376
+ export type TMaskReference = "none" | TImage | TMaskSource | Globals;
1377
+ export type TMaskSource = Globals;
1378
+ export type TMaskingMode = "alpha" | "luminance" | "match-source" | Globals;
1379
+ export type TMediaAnd = TMediaInParens | "and" | TMediaInParens | Globals;
1380
+ export type TMediaCondition = TMediaNot | TMediaAnd | TMediaOr | TMediaInParens | Globals;
1381
+ export type TMediaConditionWithoutOr = TMediaNot | TMediaAnd | TMediaInParens | Globals;
1382
+ export type TMediaFeature = TMfPlain | TMfBoolean | TMfRange | Globals;
1383
+ export type TMediaInParens = TMediaCondition | TMediaFeature | TGeneralEnclosed | Globals;
1384
+ export type TMediaNot = "not" | TMediaInParens | Globals;
1385
+ export type TMediaOr = TMediaInParens | "or" | TMediaInParens | Globals;
1386
+ export type TMediaQuery = TMediaCondition | "not" | "only" | TMediaType | "and" | TMediaConditionWithoutOr | Globals;
1387
+ export type TMediaQueryList = TMediaQuery | Globals;
1388
+ export type TMediaType = Globals;
1389
+ export type TMfBoolean = TMfName | Globals;
1390
+ export type TMfName = Globals;
1391
+ export type TMfPlain = TMfName | TMfValue | Globals;
1392
+ export type TMfRange = TMfName | "'<'" | "'>'" | "'='" | TMfValue | TMfValue | "'<'" | "'>'" | "'='" | TMfName | TMfValue | "'<'" | "'='" | TMfName | TMfValue | "'>'" | "'='" | TMfName | Globals;
1393
+ export type TMfValue = number | TRatio | Globals;
1394
+ export type TNDimension = Globals;
1395
+ export type TNameRepeat = number | "auto-fill" | TLineNames | Globals;
1396
+ export type TNamedColor = "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | Globals;
1397
+ export type TNamespacePrefix = Globals;
1398
+ export type TNdashDimension = Globals;
1399
+ export type TNdashdigitDimension = Globals;
1400
+ export type TNdashdigitIdent = Globals;
1401
+ export type TNsPrefix = "'*'" | "'|'" | Globals;
1402
+ export type TNumberPercentage = number | Globals;
1403
+ export type TNumericFigureValues = "lining-nums" | "oldstyle-nums" | Globals;
1404
+ export type TNumericFractionValues = "diagonal-fractions" | "stacked-fractions" | Globals;
1405
+ export type TNumericSpacingValues = "proportional-nums" | "tabular-nums" | Globals;
1406
+ export type TOffsetPath = TBasicShape | Globals;
1407
+ export type TOpacityValue = number | Globals;
1408
+ export type TOutlineLineStyle = "none" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset" | Globals;
1409
+ export type TOutlineRadius = number | Globals;
1410
+ export type TOverflowPosition = "unsafe" | "safe" | Globals;
1411
+ export type TPageBody = TPageBody | TPageMarginBox | TPageBody | Globals;
1412
+ export type TPageMarginBox = TPageMarginBoxType | "'{'" | "'}'" | Globals;
1413
+ export type TPageSelector = TPseudoPage | Globals;
1414
+ export type TPageSelectorList = TPageSelector | Globals;
1415
+ export type TPageSize = "A5" | "A4" | "A3" | "B5" | "B4" | "JIS-B5" | "JIS-B4" | "letter" | "legal" | "ledger" | Globals;
1416
+ export type TPaint = "none" | TColor | "none" | TColor | "context-fill" | "context-stroke" | Globals;
1417
+ export type TPaintBox = TVisualBox | "fill-box" | "stroke-box" | Globals;
1418
+ export type TPaletteIdentifier = Globals;
1419
+ export type TPolarColorSpace = "hsl" | "hwb" | "lch" | "oklch" | Globals;
1420
+ export type TPosition = "left" | "center" | "right" | "top" | "center" | "bottom" | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "left" | "right" | TLengthPercentage | "top" | "bottom" | TLengthPercentage | Globals;
1421
+ export type TPositionArea = "left" | "center" | "right" | "span-left" | "span-right" | "x-start" | "x-end" | "span-x-start" | "span-x-end" | "x-self-start" | "x-self-end" | "span-x-self-start" | "span-x-self-end" | "span-all" | "top" | "center" | "bottom" | "span-top" | "span-bottom" | "y-start" | "y-end" | "span-y-start" | "span-y-end" | "y-self-start" | "y-self-end" | "span-y-self-start" | "span-y-self-end" | "span-all" | "block-start" | "center" | "block-end" | "span-block-start" | "span-block-end" | "span-all" | "inline-start" | "center" | "inline-end" | "span-inline-start" | "span-inline-end" | "span-all" | "self-block-start" | "center" | "self-block-end" | "span-self-block-start" | "span-self-block-end" | "span-all" | "self-inline-start" | "center" | "self-inline-end" | "span-self-inline-start" | "span-self-inline-end" | "span-all" | "start" | "center" | "end" | "span-start" | "span-end" | "span-all" | "self-start" | "center" | "self-end" | "span-self-start" | "span-self-end" | "span-all" | Globals;
1422
+ export type TPredefinedRgb = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020" | Globals;
1423
+ export type TPredefinedRgbParams = TPredefinedRgb | number | "none" | Globals;
1424
+ export type TPseudoClassSelector = "':'" | "':'" | "')'" | Globals;
1425
+ export type TPseudoElementSelector = "':'" | TPseudoClassSelector | Globals;
1426
+ export type TPseudoPage = "left" | "right" | "first" | "blank" | Globals;
1427
+ export type TQueryInParens = TContainerQuery | TSizeFeature | TStyleQuery | TScrollStateQuery | TGeneralEnclosed | Globals;
1428
+ export type TQuote = "open-quote" | "close-quote" | "no-open-quote" | "no-close-quote" | Globals;
1429
+ export type TRadialExtent = "closest-corner" | "closest-side" | "farthest-corner" | "farthest-side" | Globals;
1430
+ export type TRadialGradientSyntax = TRadialShape | TRadialSize | "at" | TPosition | TColorInterpolationMethod | TColorStopList | Globals;
1431
+ export type TRadialShape = "circle" | "ellipse" | Globals;
1432
+ export type TRadialSize = TRadialExtent | number | TLengthPercentage | Globals;
1433
+ export type TRatio = number | Globals;
1434
+ export type TRaySize = "closest-side" | "closest-corner" | "farthest-side" | "farthest-corner" | "sides" | Globals;
1435
+ export type TRectangularColorSpace = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020" | "lab" | "oklab" | "xyz" | "xyz-d50" | "xyz-d65" | Globals;
1436
+ export type TRelativeSelector = TCombinator | TComplexSelector | Globals;
1437
+ export type TRelativeSelectorList = TRelativeSelector | Globals;
1438
+ export type TRelativeSize = "larger" | "smaller" | Globals;
1439
+ export type TRepeatStyle = "repeat-x" | "repeat-y" | "repeat" | "space" | "round" | "no-repeat" | Globals;
1440
+ export type TReversedCounterName = TCounterName | Globals;
1441
+ export type TRoundingStrategy = "nearest" | "up" | "down" | "to-zero" | Globals;
1442
+ export type TScopeEnd = TSelectorList | Globals;
1443
+ export type TScopeStart = TSelectorList | Globals;
1444
+ export type TScroller = "root" | "nearest" | "self" | Globals;
1445
+ export type TScrollStateFeature = TMediaQueryList | Globals;
1446
+ export type TScrollStateInParens = TScrollStateQuery | TScrollStateFeature | TGeneralEnclosed | Globals;
1447
+ export type TScrollStateQuery = "not" | TScrollStateInParens | TScrollStateInParens | "and" | TScrollStateInParens | "or" | TScrollStateInParens | TScrollStateFeature | Globals;
1448
+ export type TSelectorList = TComplexSelectorList | Globals;
1449
+ export type TSelfPosition = "center" | "start" | "end" | "self-start" | "self-end" | "flex-start" | "flex-end" | Globals;
1450
+ export type TShadow = "inset" | number | TColor | Globals;
1451
+ export type TShadowT = number | TColor | Globals;
1452
+ export type TShape = Globals;
1453
+ export type TShapeBox = TVisualBox | "margin-box" | Globals;
1454
+ export type TSideOrCorner = "left" | "right" | "top" | "bottom" | Globals;
1455
+ export type TSignedInteger = Globals;
1456
+ export type TSignlessInteger = Globals;
1457
+ export type TSingleAnimation = Property.AnimationDuration | TEasingFunction | Property.AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline | Globals;
1458
+ export type TSingleAnimationComposition = "replace" | "add" | "accumulate" | Globals;
1459
+ export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse" | Globals;
1460
+ export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both" | Globals;
1461
+ export type TSingleAnimationIterationCount = "infinite" | number | Globals;
1462
+ export type TSingleAnimationPlayState = "running" | "paused" | Globals;
1463
+ export type TSingleAnimationTimeline = "auto" | "none" | Globals;
1464
+ export type TSingleTransition = "none" | TSingleTransitionProperty | TEasingFunction | TTransitionBehaviorValue | Globals;
1465
+ export type TSingleTransitionProperty = "all" | Globals;
1466
+ export type TSize = "closest-side" | "farthest-side" | "closest-corner" | "farthest-corner" | number | TLengthPercentage | Globals;
1467
+ export type TSizeFeature = TMediaQueryList | Globals;
1468
+ export type TStepPosition = "jump-start" | "jump-end" | "jump-none" | "jump-both" | "start" | "end" | Globals;
1469
+ export type TStepEasingFunction = "step-start" | "step-end" | Globals;
1470
+ export type TStyleFeature = Globals;
1471
+ export type TStyleInParens = TStyleQuery | TStyleFeature | TGeneralEnclosed | Globals;
1472
+ export type TStyleQuery = "not" | TStyleInParens | TStyleInParens | "and" | TStyleInParens | "or" | TStyleInParens | TStyleFeature | Globals;
1473
+ export type TSubclassSelector = TIdSelector | TClassSelector | TAttributeSelector | TPseudoClassSelector | Globals;
1474
+ export type TSupportsCondition = "not" | TSupportsInParens | TSupportsInParens | "and" | TSupportsInParens | TSupportsInParens | "or" | TSupportsInParens | Globals;
1475
+ export type TSupportsDecl = Globals;
1476
+ export type TSupportsFeature = TSupportsDecl | TSupportsSelectorFn | Globals;
1477
+ export type TSupportsInParens = TSupportsCondition | TSupportsFeature | TGeneralEnclosed | Globals;
1478
+ export type TSupportsSelectorFn = TComplexSelector | Globals;
1479
+ export type TSymbol = (string & {}) | TImage | Globals;
1480
+ export type TSymbolsType = "cyclic" | "numeric" | "alphabetic" | "symbolic" | "fixed" | Globals;
1481
+ export type TSystemColor = "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText" | Globals;
1482
+ export type TSystemFamilyName = "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar" | Globals;
1483
+ export type TTarget = Globals;
1484
+ export type TTextEdge = "text" | "cap" | "ex" | "ideographic" | "ideographic-ink" | "text" | "alphabetic" | "ideographic" | "ideographic-ink" | Globals;
1485
+ export type TTimePercentage = number | Globals;
1486
+ export type TTimelineRangeName = "cover" | "contain" | "entry" | "exit" | "entry-crossing" | "exit-crossing" | Globals;
1487
+ export type TTrackBreadth = TLengthPercentage | "min-content" | "max-content" | "auto" | Globals;
1488
+ export type TTrackList = TLineNames | TTrackSize | TTrackRepeat | TLineNames | Globals;
1489
+ export type TTrackRepeat = number | TLineNames | TTrackSize | TLineNames | Globals;
1490
+ export type TTrackSize = TTrackBreadth | TInflexibleBreadth | TTrackBreadth | TLengthPercentage | Globals;
1491
+ export type TTransformFunction = Globals;
1492
+ export type TTransformList = TTransformFunction | Globals;
1493
+ export type TTransitionBehaviorValue = "normal" | "allow-discrete" | Globals;
1494
+ export type TTrySize = "most-width" | "most-height" | "most-block-size" | "most-inline-size" | Globals;
1495
+ export type TTryTactic = "flip-block" | "flip-inline" | "flip-start" | Globals;
1496
+ export type TTypeOrUnit = "string" | "color" | "url" | "integer" | "number" | "length" | "angle" | "time" | "frequency" | "cap" | "ch" | "em" | "ex" | "ic" | "lh" | "rlh" | "rem" | "vb" | "vi" | "vw" | "vh" | "vmin" | "vmax" | "mm" | "Q" | "cm" | "in" | "pt" | "pc" | "px" | "deg" | "grad" | "rad" | "turn" | "ms" | "s" | "Hz" | "kHz" | Globals;
1497
+ export type TTypeSelector = TWqName | TNsPrefix | "'*'" | Globals;
1498
+ export type TViewportLength = "auto" | TLengthPercentage | Globals;
1499
+ export type TVisualBox = "content-box" | "padding-box" | "border-box" | Globals;
1500
+ export type TWqName = TNsPrefix | Globals;
1501
+ export type TXyz = "xyz" | "xyz-d50" | "xyz-d65" | Globals;
1502
+ export type TXyzParams = TXyz | number | "none" | Globals;