csstype-extra 0.1.6 → 0.1.8

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 (4) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +4 -4
  3. package/package.json +5 -3
  4. package/src/index.d.ts +3079 -1352
package/src/index.d.ts CHANGED
@@ -1,1354 +1,3081 @@
1
- /** biome-ignore-all lint/complexity/noBannedTypes: <this is a generated file> */
2
- export as namespace CSS;
3
- export interface CustomColors{}
4
- export type AccentColor = "auto" | TColor;
5
- export type AlignContent = "normal" | TBaselinePosition | TContentDistribution | TOverflowPosition | TContentPosition;
6
- export type AlignItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center";
7
- export type AlignSelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center";
8
- export type AlignmentBaseline = "baseline" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "text-before-edge" | "text-after-edge";
9
- export type All = "initial" | "inherit" | "unset" | "revert" | "revert-layer";
10
- export type Animation = TSingleAnimation;
11
- export type AnimationComposition = TSingleAnimationComposition;
12
- export type AnimationDelay = (string & {});
13
- export type AnimationDirection = TSingleAnimationDirection;
14
- export type AnimationDuration = "auto";
15
- export type AnimationFillMode = TSingleAnimationFillMode;
16
- export type AnimationIterationCount = TSingleAnimationIterationCount;
17
- export type AnimationName = "none" | TKeyframesName;
18
- export type AnimationPlayState = TSingleAnimationPlayState;
19
- export type AnimationTimingFunction = TEasingFunction;
20
- export type Appearance = "none" | "auto" | TCompatAuto | TCompatSpecial;
21
- export type AspectRatio = "auto" | TRatio;
22
- export type BackdropFilter = "none" | TFilterValueList;
23
- export type BackfaceVisibility = "visible" | "hidden";
24
- export type Background = TBgLayer | TFinalBgLayer;
25
- export type BackgroundAttachment = TAttachment;
26
- export type BackgroundBlendMode = TBlendMode;
27
- export type BackgroundClip = TBgClip;
28
- export type BackgroundColor = TColor;
29
- export type BackgroundImage = TBgImage;
30
- export type BackgroundOrigin = TVisualBox;
31
- export type BackgroundPosition = TBgPosition;
32
- export type BackgroundPositionX = "center" | "left" | "right" | "x-start" | "x-end" | TLengthPercentage;
33
- export type BackgroundPositionY = "center" | "top" | "bottom" | "y-start" | "y-end" | TLengthPercentage;
34
- export type BackgroundRepeat = TRepeatStyle;
35
- export type BackgroundSize = TBgSize;
36
- export type BaselineShift = TLengthPercentage | "sub" | "super" | "baseline";
37
- export type BlockSize = Width;
38
- export type Border = TLineWidth | TLineStyle | TColor;
39
- export type BorderBlock = BorderBlockStart;
40
- export type BorderBlockColor = BorderTopColor;
41
- export type BorderBlockEnd = BorderTopWidth | BorderTopStyle | TColor;
42
- export type BorderBlockEndColor = BorderTopColor;
43
- export type BorderBlockEndStyle = BorderTopStyle;
44
- export type BorderBlockEndWidth = BorderTopWidth;
45
- export type BorderBlockStart = BorderTopWidth | BorderTopStyle | TColor;
46
- export type BorderBlockStartColor = BorderTopColor;
47
- export type BorderBlockStartStyle = BorderTopStyle;
48
- export type BorderBlockStartWidth = BorderTopWidth;
49
- export type BorderBlockStyle = BorderTopStyle;
50
- export type BorderBlockWidth = BorderTopWidth;
51
- export type BorderBottom = TLineWidth | TLineStyle | TColor;
52
- export type BorderBottomColor = BorderTopColor;
53
- export type BorderBottomLeftRadius = TLengthPercentage;
54
- export type BorderBottomRightRadius = TLengthPercentage;
55
- export type BorderBottomStyle = TLineStyle;
56
- export type BorderBottomWidth = TLineWidth;
57
- export type BorderCollapse = "separate" | "collapse";
58
- export type BorderColor = TColor;
59
- export type BorderEndEndRadius = BorderTopLeftRadius;
60
- export type BorderEndStartRadius = BorderTopLeftRadius;
61
- export type BorderImage = BorderImageSource | BorderImageSlice | BorderImageWidth | BorderImageWidth | BorderImageOutset | BorderImageRepeat;
62
- export type BorderImageOutset = number;
63
- export type BorderImageRepeat = "stretch" | "repeat" | "round" | "space";
64
- export type BorderImageSlice = number | "fill";
65
- export type BorderImageSource = "none" | TImage;
66
- export type BorderImageWidth = TLengthPercentage | number | "auto";
67
- export type BorderInline = BorderBlockStart;
68
- export type BorderInlineColor = BorderTopColor;
69
- export type BorderInlineEnd = BorderTopWidth | BorderTopStyle | TColor;
70
- export type BorderInlineEndColor = BorderTopColor;
71
- export type BorderInlineEndStyle = BorderTopStyle;
72
- export type BorderInlineEndWidth = BorderTopWidth;
73
- export type BorderInlineStart = BorderTopWidth | BorderTopStyle | TColor;
74
- export type BorderInlineStartColor = BorderTopColor;
75
- export type BorderInlineStartStyle = BorderTopStyle;
76
- export type BorderInlineStartWidth = BorderTopWidth;
77
- export type BorderInlineStyle = BorderTopStyle;
78
- export type BorderInlineWidth = BorderTopWidth;
79
- export type BorderLeft = TLineWidth | TLineStyle | TColor;
80
- export type BorderLeftColor = TColor;
81
- export type BorderLeftStyle = TLineStyle;
82
- export type BorderLeftWidth = TLineWidth;
83
- export type BorderRadius = TLengthPercentage;
84
- export type BorderRight = TLineWidth | TLineStyle | TColor;
85
- export type BorderRightColor = TColor;
86
- export type BorderRightStyle = TLineStyle;
87
- export type BorderRightWidth = TLineWidth;
88
- export type BorderSpacing = (string & {});
89
- export type BorderStartEndRadius = BorderTopLeftRadius;
90
- export type BorderStartStartRadius = BorderTopLeftRadius;
91
- export type BorderStyle = TLineStyle;
92
- export type BorderTop = TLineWidth | TLineStyle | TColor;
93
- export type BorderTopColor = TColor;
94
- export type BorderTopLeftRadius = TLengthPercentage;
95
- export type BorderTopRightRadius = TLengthPercentage;
96
- export type BorderTopStyle = TLineStyle;
97
- export type BorderTopWidth = TLineWidth;
98
- export type BorderWidth = TLineWidth;
99
- export type Bottom = "auto" | TLengthPercentage;
100
- export type BoxDecorationBreak = "slice" | "clone";
101
- export type BoxShadow = "none" | TShadow;
102
- export type BoxSizing = "content-box" | "border-box";
103
- export type BreakAfter = "auto" | "avoid" | "always" | "all" | "avoid-page" | "page" | "left" | "right" | "recto" | "verso" | "avoid-column" | "column" | "avoid-region" | "region";
104
- export type BreakBefore = "auto" | "avoid" | "always" | "all" | "avoid-page" | "page" | "left" | "right" | "recto" | "verso" | "avoid-column" | "column" | "avoid-region" | "region";
105
- export type BreakInside = "auto" | "avoid" | "avoid-page" | "avoid-column" | "avoid-region";
106
- export type CaptionSide = "top" | "bottom";
107
- export type Caret = CaretColor | CaretShape;
108
- export type CaretColor = "auto" | TColor;
109
- export type CaretShape = "auto" | "bar" | "block" | "underscore";
110
- export type Clear = "none" | "left" | "right" | "both" | "inline-start" | "inline-end";
111
- export type ClipPath = TClipSource | TBasicShape | TGeometryBox | "none";
112
- export type ClipRule = "nonzero" | "evenodd";
113
- export type Color = TColor;
114
- export type ColorInterpolationFilters = "auto" | "sRGB" | "linearRGB";
115
- export type ColorScheme = "normal" | "light" | "dark" | (string & {}) | "only";
116
- export type ColumnCount = number | "auto";
117
- export type ColumnFill = "auto" | "balance";
118
- export type ColumnGap = "normal" | TLengthPercentage;
119
- export type ColumnRule = ColumnRuleWidth | ColumnRuleStyle | ColumnRuleColor;
120
- export type ColumnRuleColor = TColor;
121
- export type ColumnRuleStyle = BorderStyle;
122
- export type ColumnRuleWidth = BorderWidth;
123
- export type ColumnSpan = "none" | "all";
124
- export type ColumnWidth = "auto";
125
- export type Columns = ColumnWidth | ColumnCount;
126
- export type Contain = "none" | "strict" | "content" | "size" | "inline-size" | "layout" | "style" | "paint";
127
- export type ContainIntrinsicBlockSize = "auto" | "none";
128
- export type ContainIntrinsicHeight = "auto" | "none";
129
- export type ContainIntrinsicInlineSize = "auto" | "none";
130
- export type ContainIntrinsicSize = "auto" | "none";
131
- export type ContainIntrinsicWidth = "auto" | "none";
132
- export type Container = ContainerName | ContainerType;
133
- export type ContainerName = "none" | (string & {});
134
- export type ContainerType = "normal" | "size" | "inline-size" | "scroll-state";
135
- export type Content = "normal" | "none" | TContentReplacement | TContentList | (string & {}) | TCounter;
136
- export type ContentVisibility = "visible" | "auto" | "hidden";
137
- export type CounterIncrement = TCounterName | number | "none";
138
- export type CounterReset = TCounterName | number | TReversedCounterName | number | "none";
139
- export type CounterSet = TCounterName | number | "none";
140
- export type Cursor = TCursorPredefined;
141
- export type Cx = number;
142
- export type Cy = number;
143
- export type D = "none" | (string & {});
144
- export type Direction = "ltr" | "rtl";
145
- export type Display = TDisplayOutside | TDisplayInside | TDisplayListitem | TDisplayInternal | TDisplayBox | TDisplayLegacy;
146
- export type DominantBaseline = "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top";
147
- export type EmptyCells = "show" | "hide";
148
- export type Fill = TPaint;
149
- export type FillOpacity = Opacity;
150
- export type FillRule = "nonzero" | "evenodd";
151
- export type Filter = "none" | TFilterValueList;
152
- export type Flex = "none" | FlexGrow | FlexShrink | FlexBasis;
153
- export type FlexBasis = "content" | Width;
154
- export type FlexDirection = "row" | "row-reverse" | "column" | "column-reverse";
155
- export type FlexFlow = FlexDirection | FlexWrap;
156
- export type FlexGrow = number;
157
- export type FlexShrink = number;
158
- export type FlexWrap = "nowrap" | "wrap" | "wrap-reverse";
159
- export type Float = "left" | "right" | "none" | "inline-start" | "inline-end";
160
- export type FloodColor = TColor;
161
- export type FloodOpacity = Opacity;
162
- export type Font = FontStyle | TFontVariantCss2 | FontWeight | TFontWidthCss3 | FontSize | LineHeight | FontFamily | TSystemFamilyName;
163
- export type FontFamily = TFamilyName | TGenericFamily;
164
- export type FontFeatureSettings = "normal" | TFeatureTagValue;
165
- export type FontKerning = "auto" | "normal" | "none";
166
- export type FontLanguageOverride = "normal" | (string & {});
167
- export type FontOpticalSizing = "auto" | "none";
168
- export type FontPalette = "normal" | "light" | "dark" | TPaletteIdentifier;
169
- export type FontSize = TAbsoluteSize | TRelativeSize | TLengthPercentage | "math";
170
- export type FontSizeAdjust = "none" | "ex-height" | "cap-height" | "ch-width" | "ic-width" | "ic-height" | "from-font" | number;
171
- export type FontStyle = "normal" | "italic" | "oblique";
172
- export type FontSynthesis = "none" | "weight" | "style" | "small-caps" | "position";
173
- export type FontSynthesisSmallCaps = "auto" | "none";
174
- export type FontSynthesisStyle = "auto" | "none";
175
- export type FontSynthesisWeight = "auto" | "none";
176
- export type FontVariant = "normal" | "none" | TCommonLigValues | TDiscretionaryLigValues | THistoricalLigValues | TContextualAltValues | TFeatureValueName | "historical-forms" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps" | TNumericFigureValues | TNumericSpacingValues | TNumericFractionValues | "ordinal" | "slashed-zero" | TEastAsianVariantValues | TEastAsianWidthValues | "ruby";
177
- export type FontVariantAlternates = "normal" | TFeatureValueName | "historical-forms";
178
- export type FontVariantCaps = "normal" | "small-caps" | "all-small-caps" | "petite-caps" | "all-petite-caps" | "unicase" | "titling-caps";
179
- export type FontVariantEastAsian = "normal" | TEastAsianVariantValues | TEastAsianWidthValues | "ruby";
180
- export type FontVariantEmoji = "normal" | "text" | "emoji" | "unicode";
181
- export type FontVariantLigatures = "normal" | "none" | TCommonLigValues | TDiscretionaryLigValues | THistoricalLigValues | TContextualAltValues;
182
- export type FontVariantNumeric = "normal" | TNumericFigureValues | TNumericSpacingValues | TNumericFractionValues | "ordinal" | "slashed-zero";
183
- export type FontVariantPosition = "normal" | "sub" | "super";
184
- export type FontVariationSettings = "normal" | (string & {}) | number;
185
- export type FontWeight = TFontWeightAbsolute | "bolder" | "lighter";
186
- export type ForcedColorAdjust = "auto" | "none" | "preserve-parent-color";
187
- export type Gap = RowGap | ColumnGap;
188
- export type Grid = GridTemplate | GridTemplateRows | "auto-flow" | "dense" | GridAutoColumns | "auto-flow" | "dense" | GridAutoRows | GridTemplateColumns;
189
- export type GridArea = TGridLine;
190
- export type GridAutoColumns = TTrackSize;
191
- export type GridAutoFlow = "row" | "column" | "dense";
192
- export type GridAutoRows = TTrackSize;
193
- export type GridColumn = TGridLine;
194
- export type GridColumnEnd = TGridLine;
195
- export type GridColumnStart = TGridLine;
196
- export type GridRow = TGridLine;
197
- export type GridRowEnd = TGridLine;
198
- export type GridRowStart = TGridLine;
199
- export type GridTemplate = "none" | GridTemplateRows | GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList;
200
- export type GridTemplateAreas = "none" | (string & {});
201
- export type GridTemplateColumns = "none" | TTrackList | TAutoTrackList | "subgrid" | TLineNameList;
202
- export type GridTemplateRows = "none" | TTrackList | TAutoTrackList | "subgrid" | TLineNameList;
203
- export type HangingPunctuation = "none" | "first" | "force-end" | "allow-end" | "last";
204
- export type Height = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
205
- export type HyphenateCharacter = "auto" | (string & {});
206
- export type HyphenateLimitChars = "auto" | number;
207
- export type Hyphens = "none" | "manual" | "auto";
208
- export type ImageOrientation = "from-image" | "flip";
209
- export type ImageRendering = "auto" | "crisp-edges" | "pixelated" | "smooth";
210
- export type InitialLetter = "normal" | number;
211
- export type InlineSize = Width;
212
- export type Inset = Top;
213
- export type InsetBlock = Top;
214
- export type InsetBlockEnd = Top;
215
- export type InsetBlockStart = Top;
216
- export type InsetInline = Top;
217
- export type InsetInlineEnd = Top;
218
- export type InsetInlineStart = Top;
219
- export type Isolation = "auto" | "isolate";
220
- export type JustifyContent = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right";
221
- export type JustifyItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "legacy" | "legacy" | "left" | "right" | "center" | "anchor-center";
222
- export type JustifySelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "anchor-center";
223
- export type Left = "auto" | TLengthPercentage;
224
- export type LetterSpacing = "normal";
225
- export type LightingColor = TColor;
226
- export type LineBreak = "auto" | "loose" | "normal" | "strict" | "anywhere";
227
- export type LineClamp = "none" | number;
228
- export type LineHeight = "normal" | number;
229
- export type ListStyle = ListStyleType | ListStylePosition | ListStyleImage;
230
- export type ListStyleImage = TImage | "none";
231
- export type ListStylePosition = "inside" | "outside";
232
- export type ListStyleType = TCounterStyle | (string & {}) | "none";
233
- export type Margin = MarginTop;
234
- export type MarginBlock = MarginTop;
235
- export type MarginBlockEnd = MarginTop;
236
- export type MarginBlockStart = MarginTop;
237
- export type MarginBottom = TLengthPercentage | "auto";
238
- export type MarginInline = MarginTop;
239
- export type MarginInlineEnd = MarginTop;
240
- export type MarginInlineStart = MarginTop;
241
- export type MarginLeft = TLengthPercentage | "auto";
242
- export type MarginRight = TLengthPercentage | "auto";
243
- export type MarginTop = TLengthPercentage | "auto";
244
- export type Marker = "none";
245
- export type MarkerEnd = "none";
246
- export type MarkerMid = "none";
247
- export type MarkerStart = "none";
248
- export type Mask = TMaskLayer;
249
- export type MaskBorder = MaskBorderSource | MaskBorderSlice | MaskBorderWidth | MaskBorderOutset | MaskBorderRepeat | MaskBorderMode;
250
- export type MaskBorderMode = "luminance" | "alpha";
251
- export type MaskBorderOutset = number;
252
- export type MaskBorderRepeat = "stretch" | "repeat" | "round" | "space";
253
- export type MaskBorderSlice = TNumberPercentage | "fill";
254
- export type MaskBorderSource = "none" | TImage;
255
- export type MaskBorderWidth = TLengthPercentage | number | "auto";
256
- export type MaskClip = TCoordBox | "no-clip";
257
- export type MaskComposite = TCompositingOperator;
258
- export type MaskImage = TMaskReference;
259
- export type MaskMode = TMaskingMode;
260
- export type MaskOrigin = TCoordBox;
261
- export type MaskPosition = TPosition;
262
- export type MaskRepeat = TRepeatStyle;
263
- export type MaskSize = TBgSize;
264
- export type MaskType = "luminance" | "alpha";
265
- export type MathDepth = "auto-add" | number;
266
- export type MathStyle = "normal" | "compact";
267
- export type MaxBlockSize = MaxWidth;
268
- export type MaxHeight = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
269
- export type MaxInlineSize = MaxWidth;
270
- export type MaxWidth = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
271
- export type MinBlockSize = MinWidth;
272
- export type MinHeight = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
273
- export type MinInlineSize = MinWidth;
274
- export type MinWidth = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
275
- export type MixBlendMode = TBlendMode | "plus-darker" | "plus-lighter";
276
- export type ObjectFit = "fill" | "contain" | "cover" | "none" | "scale-down";
277
- export type ObjectPosition = TPosition;
278
- export type Offset = OffsetPosition | OffsetPath | OffsetDistance | OffsetRotate | OffsetAnchor;
279
- export type OffsetAnchor = "auto" | TPosition;
280
- export type OffsetDistance = TLengthPercentage;
281
- export type OffsetPath = "none" | TOffsetPath | TCoordBox;
282
- export type OffsetPosition = "normal" | "auto" | TPosition;
283
- export type OffsetRotate = "auto" | "reverse";
284
- export type Opacity = TOpacityValue;
285
- export type Order = number;
286
- export type Orphans = number;
287
- export type Outline = OutlineWidth | OutlineStyle | OutlineColor;
288
- export type OutlineColor = "auto" | TColor;
289
- export type OutlineOffset = (string & {});
290
- export type OutlineStyle = "auto" | TOutlineLineStyle;
291
- export type OutlineWidth = TLineWidth;
292
- export type Overflow = "visible" | "hidden" | "clip" | "scroll" | "auto";
293
- export type OverflowAnchor = "auto" | "none";
294
- export type OverflowBlock = "visible" | "hidden" | "clip" | "scroll" | "auto";
295
- export type OverflowClipMargin = TVisualBox;
296
- export type OverflowInline = "visible" | "hidden" | "clip" | "scroll" | "auto";
297
- export type OverflowWrap = "normal" | "break-word" | "anywhere";
298
- export type OverflowX = "visible" | "hidden" | "clip" | "scroll" | "auto";
299
- export type OverflowY = "visible" | "hidden" | "clip" | "scroll" | "auto";
300
- export type OverscrollBehavior = "contain" | "none" | "auto";
301
- export type OverscrollBehaviorBlock = "contain" | "none" | "auto";
302
- export type OverscrollBehaviorInline = "contain" | "none" | "auto";
303
- export type OverscrollBehaviorX = "contain" | "none" | "auto";
304
- export type OverscrollBehaviorY = "contain" | "none" | "auto";
305
- export type Padding = PaddingTop;
306
- export type PaddingBlock = PaddingTop;
307
- export type PaddingBlockEnd = PaddingTop;
308
- export type PaddingBlockStart = PaddingTop;
309
- export type PaddingBottom = TLengthPercentage;
310
- export type PaddingInline = PaddingTop;
311
- export type PaddingInlineEnd = PaddingTop;
312
- export type PaddingInlineStart = PaddingTop;
313
- export type PaddingLeft = TLengthPercentage;
314
- export type PaddingRight = TLengthPercentage;
315
- export type PaddingTop = TLengthPercentage;
316
- export type Page = "auto" | (string & {});
317
- export type PaintOrder = "normal" | "fill" | "stroke" | "markers";
318
- export type Perspective = "none";
319
- export type PerspectiveOrigin = TPosition;
320
- export type PlaceContent = AlignContent | JustifyContent;
321
- export type PlaceItems = AlignItems | JustifyItems;
322
- export type PlaceSelf = AlignSelf | JustifySelf;
323
- export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "fill" | "stroke" | "all" | "inherit";
324
- export type Position = "static" | "relative" | "absolute" | "sticky" | "fixed";
325
- export type PrintColorAdjust = "economy" | "exact";
326
- export type Quotes = "none" | "auto" | (string & {});
327
- export type R = number;
328
- export type Resize = "none" | "both" | "horizontal" | "vertical" | "block" | "inline";
329
- export type Right = "auto" | TLengthPercentage;
330
- export type Rotate = "none" | "x" | "y" | "z" | number;
331
- export type RowGap = "normal" | TLengthPercentage;
332
- export type RubyAlign = "start" | "center" | "space-between" | "space-around";
333
- export type RubyOverhang = "auto" | "none";
334
- export type RubyPosition = "alternate" | "over" | "under" | "inter-character";
335
- export type Rx = number;
336
- export type Ry = number;
337
- export type Scale = "none" | number;
338
- export type ScrollBehavior = "auto" | "smooth";
339
- export type ScrollMargin = (string & {});
340
- export type ScrollMarginBlock = (string & {});
341
- export type ScrollMarginBlockEnd = (string & {});
342
- export type ScrollMarginBlockStart = (string & {});
343
- export type ScrollMarginBottom = (string & {});
344
- export type ScrollMarginInline = (string & {});
345
- export type ScrollMarginInlineEnd = (string & {});
346
- export type ScrollMarginInlineStart = (string & {});
347
- export type ScrollMarginLeft = (string & {});
348
- export type ScrollMarginRight = (string & {});
349
- export type ScrollMarginTop = (string & {});
350
- export type ScrollPadding = "auto" | TLengthPercentage;
351
- export type ScrollPaddingBlock = "auto" | TLengthPercentage;
352
- export type ScrollPaddingBlockEnd = "auto" | TLengthPercentage;
353
- export type ScrollPaddingBlockStart = "auto" | TLengthPercentage;
354
- export type ScrollPaddingBottom = "auto" | TLengthPercentage;
355
- export type ScrollPaddingInline = "auto" | TLengthPercentage;
356
- export type ScrollPaddingInlineEnd = "auto" | TLengthPercentage;
357
- export type ScrollPaddingInlineStart = "auto" | TLengthPercentage;
358
- export type ScrollPaddingLeft = "auto" | TLengthPercentage;
359
- export type ScrollPaddingRight = "auto" | TLengthPercentage;
360
- export type ScrollPaddingTop = "auto" | TLengthPercentage;
361
- export type ScrollSnapAlign = "none" | "start" | "end" | "center";
362
- export type ScrollSnapStop = "normal" | "always";
363
- export type ScrollSnapType = "none" | "x" | "y" | "block" | "inline" | "both" | "mandatory" | "proximity";
364
- export type ScrollbarColor = "auto" | TColor;
365
- export type ScrollbarGutter = "auto" | "stable" | "both-edges";
366
- export type ScrollbarWidth = "auto" | "thin" | "none";
367
- export type ShapeImageThreshold = TOpacityValue;
368
- export type ShapeMargin = TLengthPercentage;
369
- export type ShapeOutside = "none" | TShapeBox | TBasicShape | TImage;
370
- export type ShapeRendering = "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision";
371
- export type StopColor = Color;
372
- export type StopOpacity = Opacity;
373
- export type Stroke = TPaint;
374
- export type StrokeDasharray = "none" | TDasharray;
375
- export type StrokeDashoffset = TLengthPercentage | number;
376
- export type StrokeLinecap = "butt" | "round" | "square";
377
- export type StrokeLinejoin = "miter" | "miter-clip" | "round" | "bevel" | "arcs";
378
- export type StrokeMiterlimit = number;
379
- export type StrokeOpacity = Opacity;
380
- export type StrokeWidth = TLengthPercentage | number;
381
- export type TabSize = number;
382
- export type TableLayout = "auto" | "fixed";
383
- export type TextAlign = "start" | "end" | "left" | "right" | "center" | "justify" | "match-parent";
384
- export type TextAlignLast = "auto" | "start" | "end" | "left" | "right" | "center" | "justify";
385
- export type TextAnchor = "start" | "middle" | "end";
386
- export type TextAutospace = "normal" | "auto";
387
- export type TextBox = "normal" | TextBoxTrim | TextBoxEdge;
388
- export type TextBoxEdge = "auto" | TTextEdge;
389
- export type TextBoxTrim = "none" | "trim-start" | "trim-end" | "trim-both";
390
- export type TextCombineUpright = "none" | "all" | "digits" | number;
391
- export type TextDecoration = TextDecorationLine | TextDecorationStyle | TextDecorationColor | TextDecorationThickness;
392
- export type TextDecorationColor = TColor;
393
- export type TextDecorationLine = "none" | "underline" | "overline" | "line-through" | "blink" | "spelling-error" | "grammar-error";
394
- export type TextDecorationSkipInk = "auto" | "all" | "none";
395
- export type TextDecorationStyle = "solid" | "double" | "dotted" | "dashed" | "wavy";
396
- export type TextDecorationThickness = "auto" | "from-font" | number;
397
- export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor;
398
- export type TextEmphasisColor = TColor;
399
- export type TextEmphasisPosition = "auto" | "over" | "under" | "right" | "left";
400
- export type TextEmphasisStyle = "none" | "filled" | "open" | "dot" | "circle" | "double-circle" | "triangle" | "sesame" | (string & {});
401
- export type TextIndent = TLengthPercentage | "hanging" | "each-line";
402
- export type TextJustify = "auto" | "inter-character" | "inter-word" | "none";
403
- export type TextOrientation = "mixed" | "upright" | "sideways";
404
- export type TextOverflow = "clip" | "ellipsis" | (string & {});
405
- export type TextRendering = "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision";
406
- export type TextShadow = "none" | TShadowT;
407
- export type TextTransform = "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana" | "math-auto";
408
- export type TextUnderlineOffset = "auto" | number;
409
- export type TextUnderlinePosition = "auto" | "from-font" | "under" | "left" | "right";
410
- export type TextWrap = TextWrapMode | TextWrapStyle;
411
- export type TextWrapMode = "wrap" | "nowrap";
412
- export type TextWrapStyle = "auto" | "balance" | "stable" | "pretty";
413
- export type Top = "auto" | TLengthPercentage;
414
- export type TouchAction = "auto" | "none" | "pan-x" | "pan-left" | "pan-right" | "pan-y" | "pan-up" | "pan-down" | "pinch-zoom" | "manipulation";
415
- export type Transform = "none" | TTransformList;
416
- export type TransformBox = "content-box" | "border-box" | "fill-box" | "stroke-box" | "view-box";
417
- export type TransformOrigin = TLengthPercentage | "left" | "center" | "right" | "top" | "bottom" | TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom";
418
- export type TransformStyle = "flat" | "preserve-3d";
419
- export type Transition = TSingleTransition;
420
- export type TransitionBehavior = TTransitionBehaviorValue;
421
- export type TransitionDelay = (string & {});
422
- export type TransitionDuration = (string & {});
423
- export type TransitionProperty = "none" | TSingleTransitionProperty;
424
- export type TransitionTimingFunction = TEasingFunction;
425
- export type Translate = "none" | TLengthPercentage;
426
- export type UnicodeBidi = "normal" | "embed" | "isolate" | "bidi-override" | "isolate-override" | "plaintext";
427
- export type UserSelect = "auto" | "text" | "none" | "all";
428
- export type VectorEffect = "none" | "non-scaling-stroke" | "non-scaling-size" | "non-rotation" | "fixed-position";
429
- export type VerticalAlign = "baseline" | "sub" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom" | number;
430
- export type ViewTransitionClass = "none" | (string & {});
431
- export type ViewTransitionName = "none" | (string & {}) | "match-element";
432
- export type Visibility = "visible" | "hidden" | "collapse";
433
- export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | WhiteSpaceCollapse | TextWrapMode;
434
- export type WhiteSpaceCollapse = "collapse" | "preserve" | "preserve-breaks" | "preserve-spaces" | "break-spaces";
435
- export type Widows = number;
436
- export type Width = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content";
437
- export type WillChange = "auto" | TAnimateableFeature;
438
- export type WordBreak = "normal" | "break-all" | "keep-all" | "break-word" | "auto-phrase";
439
- export type WordSpacing = "normal";
440
- export type WordWrap = "normal" | "break-word";
441
- export type WritingMode = "horizontal-tb" | "vertical-rl" | "vertical-lr" | "sideways-rl" | "sideways-lr";
442
- export type X = number;
443
- export type Y = number;
444
- export type ZIndex = "auto" | number;
445
- export type Zoom = "normal" | "reset" | number;
446
- export interface StandardProperties {
447
- accentColor: AccentColor
448
- alignContent: AlignContent
449
- alignItems: AlignItems
450
- alignSelf: AlignSelf
451
- alignmentBaseline: AlignmentBaseline
452
- all: All
453
- animation: Animation
454
- animationComposition: AnimationComposition
455
- animationDelay: AnimationDelay
456
- animationDirection: AnimationDirection
457
- animationDuration: AnimationDuration
458
- animationFillMode: AnimationFillMode
459
- animationIterationCount: AnimationIterationCount
460
- animationName: AnimationName
461
- animationPlayState: AnimationPlayState
462
- animationTimingFunction: AnimationTimingFunction
463
- appearance: Appearance
464
- aspectRatio: AspectRatio
465
- backdropFilter: BackdropFilter
466
- backfaceVisibility: BackfaceVisibility
467
- background: Background
468
- backgroundAttachment: BackgroundAttachment
469
- backgroundBlendMode: BackgroundBlendMode
470
- backgroundClip: BackgroundClip
471
- backgroundColor: BackgroundColor
472
- backgroundImage: BackgroundImage
473
- backgroundOrigin: BackgroundOrigin
474
- backgroundPosition: BackgroundPosition
475
- backgroundPositionX: BackgroundPositionX
476
- backgroundPositionY: BackgroundPositionY
477
- backgroundRepeat: BackgroundRepeat
478
- backgroundSize: BackgroundSize
479
- baselineShift: BaselineShift
480
- blockSize: BlockSize
481
- border: Border
482
- borderBlock: BorderBlock
483
- borderBlockColor: BorderBlockColor
484
- borderBlockEnd: BorderBlockEnd
485
- borderBlockEndColor: BorderBlockEndColor
486
- borderBlockEndStyle: BorderBlockEndStyle
487
- borderBlockEndWidth: BorderBlockEndWidth
488
- borderBlockStart: BorderBlockStart
489
- borderBlockStartColor: BorderBlockStartColor
490
- borderBlockStartStyle: BorderBlockStartStyle
491
- borderBlockStartWidth: BorderBlockStartWidth
492
- borderBlockStyle: BorderBlockStyle
493
- borderBlockWidth: BorderBlockWidth
494
- borderBottom: BorderBottom
495
- borderBottomColor: BorderBottomColor
496
- borderBottomLeftRadius: BorderBottomLeftRadius
497
- borderBottomRightRadius: BorderBottomRightRadius
498
- borderBottomStyle: BorderBottomStyle
499
- borderBottomWidth: BorderBottomWidth
500
- borderCollapse: BorderCollapse
501
- borderColor: BorderColor
502
- borderEndEndRadius: BorderEndEndRadius
503
- borderEndStartRadius: BorderEndStartRadius
504
- borderImage: BorderImage
505
- borderImageOutset: BorderImageOutset
506
- borderImageRepeat: BorderImageRepeat
507
- borderImageSlice: BorderImageSlice
508
- borderImageSource: BorderImageSource
509
- borderImageWidth: BorderImageWidth
510
- borderInline: BorderInline
511
- borderInlineColor: BorderInlineColor
512
- borderInlineEnd: BorderInlineEnd
513
- borderInlineEndColor: BorderInlineEndColor
514
- borderInlineEndStyle: BorderInlineEndStyle
515
- borderInlineEndWidth: BorderInlineEndWidth
516
- borderInlineStart: BorderInlineStart
517
- borderInlineStartColor: BorderInlineStartColor
518
- borderInlineStartStyle: BorderInlineStartStyle
519
- borderInlineStartWidth: BorderInlineStartWidth
520
- borderInlineStyle: BorderInlineStyle
521
- borderInlineWidth: BorderInlineWidth
522
- borderLeft: BorderLeft
523
- borderLeftColor: BorderLeftColor
524
- borderLeftStyle: BorderLeftStyle
525
- borderLeftWidth: BorderLeftWidth
526
- borderRadius: BorderRadius
527
- borderRight: BorderRight
528
- borderRightColor: BorderRightColor
529
- borderRightStyle: BorderRightStyle
530
- borderRightWidth: BorderRightWidth
531
- borderSpacing: BorderSpacing
532
- borderStartEndRadius: BorderStartEndRadius
533
- borderStartStartRadius: BorderStartStartRadius
534
- borderStyle: BorderStyle
535
- borderTop: BorderTop
536
- borderTopColor: BorderTopColor
537
- borderTopLeftRadius: BorderTopLeftRadius
538
- borderTopRightRadius: BorderTopRightRadius
539
- borderTopStyle: BorderTopStyle
540
- borderTopWidth: BorderTopWidth
541
- borderWidth: BorderWidth
542
- bottom: Bottom
543
- boxDecorationBreak: BoxDecorationBreak
544
- boxShadow: BoxShadow
545
- boxSizing: BoxSizing
546
- breakAfter: BreakAfter
547
- breakBefore: BreakBefore
548
- breakInside: BreakInside
549
- captionSide: CaptionSide
550
- caret: Caret
551
- caretColor: CaretColor
552
- caretShape: CaretShape
553
- clear: Clear
554
- clipPath: ClipPath
555
- clipRule: ClipRule
556
- color: Color
557
- colorInterpolationFilters: ColorInterpolationFilters
558
- colorScheme: ColorScheme
559
- columnCount: ColumnCount
560
- columnFill: ColumnFill
561
- columnGap: ColumnGap
562
- columnRule: ColumnRule
563
- columnRuleColor: ColumnRuleColor
564
- columnRuleStyle: ColumnRuleStyle
565
- columnRuleWidth: ColumnRuleWidth
566
- columnSpan: ColumnSpan
567
- columnWidth: ColumnWidth
568
- columns: Columns
569
- contain: Contain
570
- containIntrinsicBlockSize: ContainIntrinsicBlockSize
571
- containIntrinsicHeight: ContainIntrinsicHeight
572
- containIntrinsicInlineSize: ContainIntrinsicInlineSize
573
- containIntrinsicSize: ContainIntrinsicSize
574
- containIntrinsicWidth: ContainIntrinsicWidth
575
- container: Container
576
- containerName: ContainerName
577
- containerType: ContainerType
578
- content: Content
579
- contentVisibility: ContentVisibility
580
- counterIncrement: CounterIncrement
581
- counterReset: CounterReset
582
- counterSet: CounterSet
583
- cursor: Cursor
584
- cx: Cx
585
- cy: Cy
586
- d: D
587
- direction: Direction
588
- display: Display
589
- dominantBaseline: DominantBaseline
590
- emptyCells: EmptyCells
591
- fill: Fill
592
- fillOpacity: FillOpacity
593
- fillRule: FillRule
594
- filter: Filter
595
- flex: Flex
596
- flexBasis: FlexBasis
597
- flexDirection: FlexDirection
598
- flexFlow: FlexFlow
599
- flexGrow: FlexGrow
600
- flexShrink: FlexShrink
601
- flexWrap: FlexWrap
602
- float: Float
603
- floodColor: FloodColor
604
- floodOpacity: FloodOpacity
605
- font: Font
606
- fontFamily: FontFamily
607
- fontFeatureSettings: FontFeatureSettings
608
- fontKerning: FontKerning
609
- fontLanguageOverride: FontLanguageOverride
610
- fontOpticalSizing: FontOpticalSizing
611
- fontPalette: FontPalette
612
- fontSize: FontSize
613
- fontSizeAdjust: FontSizeAdjust
614
- fontStyle: FontStyle
615
- fontSynthesis: FontSynthesis
616
- fontSynthesisSmallCaps: FontSynthesisSmallCaps
617
- fontSynthesisStyle: FontSynthesisStyle
618
- fontSynthesisWeight: FontSynthesisWeight
619
- fontVariant: FontVariant
620
- fontVariantAlternates: FontVariantAlternates
621
- fontVariantCaps: FontVariantCaps
622
- fontVariantEastAsian: FontVariantEastAsian
623
- fontVariantEmoji: FontVariantEmoji
624
- fontVariantLigatures: FontVariantLigatures
625
- fontVariantNumeric: FontVariantNumeric
626
- fontVariantPosition: FontVariantPosition
627
- fontVariationSettings: FontVariationSettings
628
- fontWeight: FontWeight
629
- forcedColorAdjust: ForcedColorAdjust
630
- gap: Gap
631
- grid: Grid
632
- gridArea: GridArea
633
- gridAutoColumns: GridAutoColumns
634
- gridAutoFlow: GridAutoFlow
635
- gridAutoRows: GridAutoRows
636
- gridColumn: GridColumn
637
- gridColumnEnd: GridColumnEnd
638
- gridColumnStart: GridColumnStart
639
- gridRow: GridRow
640
- gridRowEnd: GridRowEnd
641
- gridRowStart: GridRowStart
642
- gridTemplate: GridTemplate
643
- gridTemplateAreas: GridTemplateAreas
644
- gridTemplateColumns: GridTemplateColumns
645
- gridTemplateRows: GridTemplateRows
646
- hangingPunctuation: HangingPunctuation
647
- height: Height
648
- hyphenateCharacter: HyphenateCharacter
649
- hyphenateLimitChars: HyphenateLimitChars
650
- hyphens: Hyphens
651
- imageOrientation: ImageOrientation
652
- imageRendering: ImageRendering
653
- initialLetter: InitialLetter
654
- inlineSize: InlineSize
655
- inset: Inset
656
- insetBlock: InsetBlock
657
- insetBlockEnd: InsetBlockEnd
658
- insetBlockStart: InsetBlockStart
659
- insetInline: InsetInline
660
- insetInlineEnd: InsetInlineEnd
661
- insetInlineStart: InsetInlineStart
662
- isolation: Isolation
663
- justifyContent: JustifyContent
664
- justifyItems: JustifyItems
665
- justifySelf: JustifySelf
666
- left: Left
667
- letterSpacing: LetterSpacing
668
- lightingColor: LightingColor
669
- lineBreak: LineBreak
670
- lineClamp: LineClamp
671
- lineHeight: LineHeight
672
- listStyle: ListStyle
673
- listStyleImage: ListStyleImage
674
- listStylePosition: ListStylePosition
675
- listStyleType: ListStyleType
676
- margin: Margin
677
- marginBlock: MarginBlock
678
- marginBlockEnd: MarginBlockEnd
679
- marginBlockStart: MarginBlockStart
680
- marginBottom: MarginBottom
681
- marginInline: MarginInline
682
- marginInlineEnd: MarginInlineEnd
683
- marginInlineStart: MarginInlineStart
684
- marginLeft: MarginLeft
685
- marginRight: MarginRight
686
- marginTop: MarginTop
687
- marker: Marker
688
- markerEnd: MarkerEnd
689
- markerMid: MarkerMid
690
- markerStart: MarkerStart
691
- mask: Mask
692
- maskBorder: MaskBorder
693
- maskBorderMode: MaskBorderMode
694
- maskBorderOutset: MaskBorderOutset
695
- maskBorderRepeat: MaskBorderRepeat
696
- maskBorderSlice: MaskBorderSlice
697
- maskBorderSource: MaskBorderSource
698
- maskBorderWidth: MaskBorderWidth
699
- maskClip: MaskClip
700
- maskComposite: MaskComposite
701
- maskImage: MaskImage
702
- maskMode: MaskMode
703
- maskOrigin: MaskOrigin
704
- maskPosition: MaskPosition
705
- maskRepeat: MaskRepeat
706
- maskSize: MaskSize
707
- maskType: MaskType
708
- mathDepth: MathDepth
709
- mathStyle: MathStyle
710
- maxBlockSize: MaxBlockSize
711
- maxHeight: MaxHeight
712
- maxInlineSize: MaxInlineSize
713
- maxWidth: MaxWidth
714
- minBlockSize: MinBlockSize
715
- minHeight: MinHeight
716
- minInlineSize: MinInlineSize
717
- minWidth: MinWidth
718
- mixBlendMode: MixBlendMode
719
- objectFit: ObjectFit
720
- objectPosition: ObjectPosition
721
- offset: Offset
722
- offsetAnchor: OffsetAnchor
723
- offsetDistance: OffsetDistance
724
- offsetPath: OffsetPath
725
- offsetPosition: OffsetPosition
726
- offsetRotate: OffsetRotate
727
- opacity: Opacity
728
- order: Order
729
- orphans: Orphans
730
- outline: Outline
731
- outlineColor: OutlineColor
732
- outlineOffset: OutlineOffset
733
- outlineStyle: OutlineStyle
734
- outlineWidth: OutlineWidth
735
- overflow: Overflow
736
- overflowAnchor: OverflowAnchor
737
- overflowBlock: OverflowBlock
738
- overflowClipMargin: OverflowClipMargin
739
- overflowInline: OverflowInline
740
- overflowWrap: OverflowWrap
741
- overflowX: OverflowX
742
- overflowY: OverflowY
743
- overscrollBehavior: OverscrollBehavior
744
- overscrollBehaviorBlock: OverscrollBehaviorBlock
745
- overscrollBehaviorInline: OverscrollBehaviorInline
746
- overscrollBehaviorX: OverscrollBehaviorX
747
- overscrollBehaviorY: OverscrollBehaviorY
748
- padding: Padding
749
- paddingBlock: PaddingBlock
750
- paddingBlockEnd: PaddingBlockEnd
751
- paddingBlockStart: PaddingBlockStart
752
- paddingBottom: PaddingBottom
753
- paddingInline: PaddingInline
754
- paddingInlineEnd: PaddingInlineEnd
755
- paddingInlineStart: PaddingInlineStart
756
- paddingLeft: PaddingLeft
757
- paddingRight: PaddingRight
758
- paddingTop: PaddingTop
759
- page: Page
760
- paintOrder: PaintOrder
761
- perspective: Perspective
762
- perspectiveOrigin: PerspectiveOrigin
763
- placeContent: PlaceContent
764
- placeItems: PlaceItems
765
- placeSelf: PlaceSelf
766
- pointerEvents: PointerEvents
767
- position: Position
768
- printColorAdjust: PrintColorAdjust
769
- quotes: Quotes
770
- r: R
771
- resize: Resize
772
- right: Right
773
- rotate: Rotate
774
- rowGap: RowGap
775
- rubyAlign: RubyAlign
776
- rubyOverhang: RubyOverhang
777
- rubyPosition: RubyPosition
778
- rx: Rx
779
- ry: Ry
780
- scale: Scale
781
- scrollBehavior: ScrollBehavior
782
- scrollMargin: ScrollMargin
783
- scrollMarginBlock: ScrollMarginBlock
784
- scrollMarginBlockEnd: ScrollMarginBlockEnd
785
- scrollMarginBlockStart: ScrollMarginBlockStart
786
- scrollMarginBottom: ScrollMarginBottom
787
- scrollMarginInline: ScrollMarginInline
788
- scrollMarginInlineEnd: ScrollMarginInlineEnd
789
- scrollMarginInlineStart: ScrollMarginInlineStart
790
- scrollMarginLeft: ScrollMarginLeft
791
- scrollMarginRight: ScrollMarginRight
792
- scrollMarginTop: ScrollMarginTop
793
- scrollPadding: ScrollPadding
794
- scrollPaddingBlock: ScrollPaddingBlock
795
- scrollPaddingBlockEnd: ScrollPaddingBlockEnd
796
- scrollPaddingBlockStart: ScrollPaddingBlockStart
797
- scrollPaddingBottom: ScrollPaddingBottom
798
- scrollPaddingInline: ScrollPaddingInline
799
- scrollPaddingInlineEnd: ScrollPaddingInlineEnd
800
- scrollPaddingInlineStart: ScrollPaddingInlineStart
801
- scrollPaddingLeft: ScrollPaddingLeft
802
- scrollPaddingRight: ScrollPaddingRight
803
- scrollPaddingTop: ScrollPaddingTop
804
- scrollSnapAlign: ScrollSnapAlign
805
- scrollSnapStop: ScrollSnapStop
806
- scrollSnapType: ScrollSnapType
807
- scrollbarColor: ScrollbarColor
808
- scrollbarGutter: ScrollbarGutter
809
- scrollbarWidth: ScrollbarWidth
810
- shapeImageThreshold: ShapeImageThreshold
811
- shapeMargin: ShapeMargin
812
- shapeOutside: ShapeOutside
813
- shapeRendering: ShapeRendering
814
- stopColor: StopColor
815
- stopOpacity: StopOpacity
816
- stroke: Stroke
817
- strokeDasharray: StrokeDasharray
818
- strokeDashoffset: StrokeDashoffset
819
- strokeLinecap: StrokeLinecap
820
- strokeLinejoin: StrokeLinejoin
821
- strokeMiterlimit: StrokeMiterlimit
822
- strokeOpacity: StrokeOpacity
823
- strokeWidth: StrokeWidth
824
- tabSize: TabSize
825
- tableLayout: TableLayout
826
- textAlign: TextAlign
827
- textAlignLast: TextAlignLast
828
- textAnchor: TextAnchor
829
- textAutospace: TextAutospace
830
- textBox: TextBox
831
- textBoxEdge: TextBoxEdge
832
- textBoxTrim: TextBoxTrim
833
- textCombineUpright: TextCombineUpright
834
- textDecoration: TextDecoration
835
- textDecorationColor: TextDecorationColor
836
- textDecorationLine: TextDecorationLine
837
- textDecorationSkipInk: TextDecorationSkipInk
838
- textDecorationStyle: TextDecorationStyle
839
- textDecorationThickness: TextDecorationThickness
840
- textEmphasis: TextEmphasis
841
- textEmphasisColor: TextEmphasisColor
842
- textEmphasisPosition: TextEmphasisPosition
843
- textEmphasisStyle: TextEmphasisStyle
844
- textIndent: TextIndent
845
- textJustify: TextJustify
846
- textOrientation: TextOrientation
847
- textOverflow: TextOverflow
848
- textRendering: TextRendering
849
- textShadow: TextShadow
850
- textTransform: TextTransform
851
- textUnderlineOffset: TextUnderlineOffset
852
- textUnderlinePosition: TextUnderlinePosition
853
- textWrap: TextWrap
854
- textWrapMode: TextWrapMode
855
- textWrapStyle: TextWrapStyle
856
- top: Top
857
- touchAction: TouchAction
858
- transform: Transform
859
- transformBox: TransformBox
860
- transformOrigin: TransformOrigin
861
- transformStyle: TransformStyle
862
- transition: Transition
863
- transitionBehavior: TransitionBehavior
864
- transitionDelay: TransitionDelay
865
- transitionDuration: TransitionDuration
866
- transitionProperty: TransitionProperty
867
- transitionTimingFunction: TransitionTimingFunction
868
- translate: Translate
869
- unicodeBidi: UnicodeBidi
870
- userSelect: UserSelect
871
- vectorEffect: VectorEffect
872
- verticalAlign: VerticalAlign
873
- viewTransitionClass: ViewTransitionClass
874
- viewTransitionName: ViewTransitionName
875
- visibility: Visibility
876
- whiteSpace: WhiteSpace
877
- whiteSpaceCollapse: WhiteSpaceCollapse
878
- widows: Widows
879
- width: Width
880
- willChange: WillChange
881
- wordBreak: WordBreak
882
- wordSpacing: WordSpacing
883
- wordWrap: WordWrap
884
- writingMode: WritingMode
885
- x: X
886
- y: Y
887
- zIndex: ZIndex
888
- zoom: Zoom
1
+ // biome-ignore lint/suspicious/noEmptyInterface: gen
2
+ export interface CustomColors {}
3
+ export as namespace CSS
4
+ export interface StandardLonghandProperties {
5
+ accentColor?: Property.AccentColor | undefined
6
+ alignContent?: Property.AlignContent | undefined
7
+ alignItems?: Property.AlignItems | undefined
8
+ alignSelf?: Property.AlignSelf | undefined
9
+ alignmentBaseline?: Property.AlignmentBaseline | undefined
10
+ all?: Property.All | undefined
11
+ animationComposition?: Property.AnimationComposition | undefined
12
+ animationDelay?: Property.AnimationDelay | undefined
13
+ animationDirection?: Property.AnimationDirection | undefined
14
+ animationDuration?: Property.AnimationDuration | undefined
15
+ animationFillMode?: Property.AnimationFillMode | undefined
16
+ animationIterationCount?: Property.AnimationIterationCount | undefined
17
+ animationName?: Property.AnimationName | undefined
18
+ animationPlayState?: Property.AnimationPlayState | undefined
19
+ animationTimingFunction?: Property.AnimationTimingFunction | undefined
20
+ appearance?: Property.Appearance | undefined
21
+ aspectRatio?: Property.AspectRatio | undefined
22
+ backdropFilter?: Property.BackdropFilter | undefined
23
+ backfaceVisibility?: Property.BackfaceVisibility | undefined
24
+ backgroundAttachment?: Property.BackgroundAttachment | undefined
25
+ backgroundBlendMode?: Property.BackgroundBlendMode | undefined
26
+ backgroundClip?: Property.BackgroundClip | undefined
27
+ backgroundColor?: Property.BackgroundColor | undefined
28
+ backgroundImage?: Property.BackgroundImage | undefined
29
+ backgroundOrigin?: Property.BackgroundOrigin | undefined
30
+ backgroundPositionX?: Property.BackgroundPositionX | undefined
31
+ backgroundPositionY?: Property.BackgroundPositionY | undefined
32
+ backgroundRepeat?: Property.BackgroundRepeat | undefined
33
+ backgroundSize?: Property.BackgroundSize | undefined
34
+ baselineShift?: Property.BaselineShift | undefined
35
+ blockSize?: Property.BlockSize | undefined
36
+ borderBlockColor?: Property.BorderBlockColor | undefined
37
+ borderBlockEndColor?: Property.BorderBlockEndColor | undefined
38
+ borderBlockEndStyle?: Property.BorderBlockEndStyle | undefined
39
+ borderBlockEndWidth?: Property.BorderBlockEndWidth | undefined
40
+ borderBlockStartColor?: Property.BorderBlockStartColor | undefined
41
+ borderBlockStartStyle?: Property.BorderBlockStartStyle | undefined
42
+ borderBlockStartWidth?: Property.BorderBlockStartWidth | undefined
43
+ borderBlockStyle?: Property.BorderBlockStyle | undefined
44
+ borderBlockWidth?: Property.BorderBlockWidth | undefined
45
+ borderBottomColor?: Property.BorderBottomColor | undefined
46
+ borderBottomLeftRadius?: Property.BorderBottomLeftRadius | undefined
47
+ borderBottomRightRadius?: Property.BorderBottomRightRadius | undefined
48
+ borderBottomStyle?: Property.BorderBottomStyle | undefined
49
+ borderBottomWidth?: Property.BorderBottomWidth | undefined
50
+ borderCollapse?: Property.BorderCollapse | undefined
51
+ borderEndEndRadius?: Property.BorderEndEndRadius | undefined
52
+ borderEndStartRadius?: Property.BorderEndStartRadius | undefined
53
+ borderImageOutset?: Property.BorderImageOutset | undefined
54
+ borderImageRepeat?: Property.BorderImageRepeat | undefined
55
+ borderImageSlice?: Property.BorderImageSlice | undefined
56
+ borderImageSource?: Property.BorderImageSource | undefined
57
+ borderImageWidth?: Property.BorderImageWidth | undefined
58
+ borderInlineColor?: Property.BorderInlineColor | undefined
59
+ borderInlineEndColor?: Property.BorderInlineEndColor | undefined
60
+ borderInlineEndStyle?: Property.BorderInlineEndStyle | undefined
61
+ borderInlineEndWidth?: Property.BorderInlineEndWidth | undefined
62
+ borderInlineStartColor?: Property.BorderInlineStartColor | undefined
63
+ borderInlineStartStyle?: Property.BorderInlineStartStyle | undefined
64
+ borderInlineStartWidth?: Property.BorderInlineStartWidth | undefined
65
+ borderInlineStyle?: Property.BorderInlineStyle | undefined
66
+ borderInlineWidth?: Property.BorderInlineWidth | undefined
67
+ borderLeftColor?: Property.BorderLeftColor | undefined
68
+ borderLeftStyle?: Property.BorderLeftStyle | undefined
69
+ borderLeftWidth?: Property.BorderLeftWidth | undefined
70
+ borderRightColor?: Property.BorderRightColor | undefined
71
+ borderRightStyle?: Property.BorderRightStyle | undefined
72
+ borderRightWidth?: Property.BorderRightWidth | undefined
73
+ borderSpacing?: Property.BorderSpacing | undefined
74
+ borderStartEndRadius?: Property.BorderStartEndRadius | undefined
75
+ borderStartStartRadius?: Property.BorderStartStartRadius | undefined
76
+ borderTopColor?: Property.BorderTopColor | undefined
77
+ borderTopLeftRadius?: Property.BorderTopLeftRadius | undefined
78
+ borderTopRightRadius?: Property.BorderTopRightRadius | undefined
79
+ borderTopStyle?: Property.BorderTopStyle | undefined
80
+ borderTopWidth?: Property.BorderTopWidth | undefined
81
+ bottom?: Property.Bottom | undefined
82
+ boxDecorationBreak?: Property.BoxDecorationBreak | undefined
83
+ boxShadow?: Property.BoxShadow | undefined
84
+ boxSizing?: Property.BoxSizing | undefined
85
+ breakAfter?: Property.BreakAfter | undefined
86
+ breakBefore?: Property.BreakBefore | undefined
87
+ breakInside?: Property.BreakInside | undefined
88
+ captionSide?: Property.CaptionSide | undefined
89
+ caretColor?: Property.CaretColor | undefined
90
+ caretShape?: Property.CaretShape | undefined
91
+ clear?: Property.Clear | undefined
92
+ clipPath?: Property.ClipPath | undefined
93
+ clipRule?: Property.ClipRule | undefined
94
+ color?: Property.Color | undefined
95
+ colorInterpolationFilters?: Property.ColorInterpolationFilters | undefined
96
+ colorScheme?: Property.ColorScheme | undefined
97
+ columnCount?: Property.ColumnCount | undefined
98
+ columnFill?: Property.ColumnFill | undefined
99
+ columnGap?: Property.ColumnGap | undefined
100
+ columnRuleColor?: Property.ColumnRuleColor | undefined
101
+ columnRuleStyle?: Property.ColumnRuleStyle | undefined
102
+ columnRuleWidth?: Property.ColumnRuleWidth | undefined
103
+ columnSpan?: Property.ColumnSpan | undefined
104
+ columnWidth?: Property.ColumnWidth | undefined
105
+ contain?: Property.Contain | undefined
106
+ containIntrinsicBlockSize?: Property.ContainIntrinsicBlockSize | undefined
107
+ containIntrinsicHeight?: Property.ContainIntrinsicHeight | undefined
108
+ containIntrinsicInlineSize?: Property.ContainIntrinsicInlineSize | undefined
109
+ containIntrinsicWidth?: Property.ContainIntrinsicWidth | undefined
110
+ containerName?: Property.ContainerName | undefined
111
+ containerType?: Property.ContainerType | undefined
112
+ content?: Property.Content | undefined
113
+ contentVisibility?: Property.ContentVisibility | undefined
114
+ counterIncrement?: Property.CounterIncrement | undefined
115
+ counterReset?: Property.CounterReset | undefined
116
+ counterSet?: Property.CounterSet | undefined
117
+ cursor?: Property.Cursor | undefined
118
+ cx?: Property.Cx | undefined
119
+ cy?: Property.Cy | undefined
120
+ d?: Property.D | undefined
121
+ direction?: Property.Direction | undefined
122
+ display?: Property.Display | undefined
123
+ dominantBaseline?: Property.DominantBaseline | undefined
124
+ emptyCells?: Property.EmptyCells | undefined
125
+ fill?: Property.Fill | undefined
126
+ fillOpacity?: Property.FillOpacity | undefined
127
+ fillRule?: Property.FillRule | undefined
128
+ filter?: Property.Filter | undefined
129
+ flexBasis?: Property.FlexBasis | undefined
130
+ flexDirection?: Property.FlexDirection | undefined
131
+ flexGrow?: Property.FlexGrow | undefined
132
+ flexShrink?: Property.FlexShrink | undefined
133
+ flexWrap?: Property.FlexWrap | undefined
134
+ float?: Property.Float | undefined
135
+ floodColor?: Property.FloodColor | undefined
136
+ floodOpacity?: Property.FloodOpacity | undefined
137
+ fontFamily?: Property.FontFamily | undefined
138
+ fontFeatureSettings?: Property.FontFeatureSettings | undefined
139
+ fontKerning?: Property.FontKerning | undefined
140
+ fontLanguageOverride?: Property.FontLanguageOverride | undefined
141
+ fontOpticalSizing?: Property.FontOpticalSizing | undefined
142
+ fontPalette?: Property.FontPalette | undefined
143
+ fontSize?: Property.FontSize | undefined
144
+ fontSizeAdjust?: Property.FontSizeAdjust | undefined
145
+ fontStyle?: Property.FontStyle | undefined
146
+ fontSynthesis?: Property.FontSynthesis | undefined
147
+ fontSynthesisSmallCaps?: Property.FontSynthesisSmallCaps | undefined
148
+ fontSynthesisStyle?: Property.FontSynthesisStyle | undefined
149
+ fontSynthesisWeight?: Property.FontSynthesisWeight | undefined
150
+ fontVariant?: Property.FontVariant | undefined
151
+ fontVariantAlternates?: Property.FontVariantAlternates | undefined
152
+ fontVariantCaps?: Property.FontVariantCaps | undefined
153
+ fontVariantEastAsian?: Property.FontVariantEastAsian | undefined
154
+ fontVariantEmoji?: Property.FontVariantEmoji | undefined
155
+ fontVariantLigatures?: Property.FontVariantLigatures | undefined
156
+ fontVariantNumeric?: Property.FontVariantNumeric | undefined
157
+ fontVariantPosition?: Property.FontVariantPosition | undefined
158
+ fontVariationSettings?: Property.FontVariationSettings | undefined
159
+ fontWeight?: Property.FontWeight | undefined
160
+ forcedColorAdjust?: Property.ForcedColorAdjust | undefined
161
+ gridAutoColumns?: Property.GridAutoColumns | undefined
162
+ gridAutoFlow?: Property.GridAutoFlow | undefined
163
+ gridAutoRows?: Property.GridAutoRows | undefined
164
+ gridColumnEnd?: Property.GridColumnEnd | undefined
165
+ gridColumnStart?: Property.GridColumnStart | undefined
166
+ gridRowEnd?: Property.GridRowEnd | undefined
167
+ gridRowStart?: Property.GridRowStart | undefined
168
+ gridTemplateAreas?: Property.GridTemplateAreas | undefined
169
+ gridTemplateColumns?: Property.GridTemplateColumns | undefined
170
+ gridTemplateRows?: Property.GridTemplateRows | undefined
171
+ hangingPunctuation?: Property.HangingPunctuation | undefined
172
+ height?: Property.Height | undefined
173
+ hyphenateCharacter?: Property.HyphenateCharacter | undefined
174
+ hyphenateLimitChars?: Property.HyphenateLimitChars | undefined
175
+ hyphens?: Property.Hyphens | undefined
176
+ imageOrientation?: Property.ImageOrientation | undefined
177
+ imageRendering?: Property.ImageRendering | undefined
178
+ initialLetter?: Property.InitialLetter | undefined
179
+ inlineSize?: Property.InlineSize | undefined
180
+ insetBlockEnd?: Property.InsetBlockEnd | undefined
181
+ insetBlockStart?: Property.InsetBlockStart | undefined
182
+ insetInlineEnd?: Property.InsetInlineEnd | undefined
183
+ insetInlineStart?: Property.InsetInlineStart | undefined
184
+ isolation?: Property.Isolation | undefined
185
+ justifyContent?: Property.JustifyContent | undefined
186
+ justifyItems?: Property.JustifyItems | undefined
187
+ justifySelf?: Property.JustifySelf | undefined
188
+ left?: Property.Left | undefined
189
+ letterSpacing?: Property.LetterSpacing | undefined
190
+ lightingColor?: Property.LightingColor | undefined
191
+ lineBreak?: Property.LineBreak | undefined
192
+ lineClamp?: Property.LineClamp | undefined
193
+ lineHeight?: Property.LineHeight | undefined
194
+ listStyleImage?: Property.ListStyleImage | undefined
195
+ listStylePosition?: Property.ListStylePosition | undefined
196
+ listStyleType?: Property.ListStyleType | undefined
197
+ marginBlockEnd?: Property.MarginBlockEnd | undefined
198
+ marginBlockStart?: Property.MarginBlockStart | undefined
199
+ marginBottom?: Property.MarginBottom | undefined
200
+ marginInlineEnd?: Property.MarginInlineEnd | undefined
201
+ marginInlineStart?: Property.MarginInlineStart | undefined
202
+ marginLeft?: Property.MarginLeft | undefined
203
+ marginRight?: Property.MarginRight | undefined
204
+ marginTop?: Property.MarginTop | undefined
205
+ marker?: Property.Marker | undefined
206
+ markerEnd?: Property.MarkerEnd | undefined
207
+ markerMid?: Property.MarkerMid | undefined
208
+ markerStart?: Property.MarkerStart | undefined
209
+ maskBorderMode?: Property.MaskBorderMode | undefined
210
+ maskBorderOutset?: Property.MaskBorderOutset | undefined
211
+ maskBorderRepeat?: Property.MaskBorderRepeat | undefined
212
+ maskBorderSlice?: Property.MaskBorderSlice | undefined
213
+ maskBorderSource?: Property.MaskBorderSource | undefined
214
+ maskBorderWidth?: Property.MaskBorderWidth | undefined
215
+ maskClip?: Property.MaskClip | undefined
216
+ maskComposite?: Property.MaskComposite | undefined
217
+ maskImage?: Property.MaskImage | undefined
218
+ maskMode?: Property.MaskMode | undefined
219
+ maskOrigin?: Property.MaskOrigin | undefined
220
+ maskPosition?: Property.MaskPosition | undefined
221
+ maskRepeat?: Property.MaskRepeat | undefined
222
+ maskSize?: Property.MaskSize | undefined
223
+ maskType?: Property.MaskType | undefined
224
+ mathDepth?: Property.MathDepth | undefined
225
+ mathStyle?: Property.MathStyle | undefined
226
+ maxBlockSize?: Property.MaxBlockSize | undefined
227
+ maxHeight?: Property.MaxHeight | undefined
228
+ maxInlineSize?: Property.MaxInlineSize | undefined
229
+ maxWidth?: Property.MaxWidth | undefined
230
+ minBlockSize?: Property.MinBlockSize | undefined
231
+ minHeight?: Property.MinHeight | undefined
232
+ minInlineSize?: Property.MinInlineSize | undefined
233
+ minWidth?: Property.MinWidth | undefined
234
+ mixBlendMode?: Property.MixBlendMode | undefined
235
+ objectFit?: Property.ObjectFit | undefined
236
+ objectPosition?: Property.ObjectPosition | undefined
237
+ offsetAnchor?: Property.OffsetAnchor | undefined
238
+ offsetDistance?: Property.OffsetDistance | undefined
239
+ offsetPath?: Property.OffsetPath | undefined
240
+ offsetPosition?: Property.OffsetPosition | undefined
241
+ offsetRotate?: Property.OffsetRotate | undefined
242
+ opacity?: Property.Opacity | undefined
243
+ order?: Property.Order | undefined
244
+ orphans?: Property.Orphans | undefined
245
+ outlineColor?: Property.OutlineColor | undefined
246
+ outlineOffset?: Property.OutlineOffset | undefined
247
+ outlineStyle?: Property.OutlineStyle | undefined
248
+ outlineWidth?: Property.OutlineWidth | undefined
249
+ overflowAnchor?: Property.OverflowAnchor | undefined
250
+ overflowBlock?: Property.OverflowBlock | undefined
251
+ overflowClipMargin?: Property.OverflowClipMargin | undefined
252
+ overflowInline?: Property.OverflowInline | undefined
253
+ overflowWrap?: Property.OverflowWrap | undefined
254
+ overflowX?: Property.OverflowX | undefined
255
+ overflowY?: Property.OverflowY | undefined
256
+ overscrollBehaviorBlock?: Property.OverscrollBehaviorBlock | undefined
257
+ overscrollBehaviorInline?: Property.OverscrollBehaviorInline | undefined
258
+ overscrollBehaviorX?: Property.OverscrollBehaviorX | undefined
259
+ overscrollBehaviorY?: Property.OverscrollBehaviorY | undefined
260
+ paddingBlockEnd?: Property.PaddingBlockEnd | undefined
261
+ paddingBlockStart?: Property.PaddingBlockStart | undefined
262
+ paddingBottom?: Property.PaddingBottom | undefined
263
+ paddingInlineEnd?: Property.PaddingInlineEnd | undefined
264
+ paddingInlineStart?: Property.PaddingInlineStart | undefined
265
+ paddingLeft?: Property.PaddingLeft | undefined
266
+ paddingRight?: Property.PaddingRight | undefined
267
+ paddingTop?: Property.PaddingTop | undefined
268
+ page?: Property.Page | undefined
269
+ paintOrder?: Property.PaintOrder | undefined
270
+ perspective?: Property.Perspective | undefined
271
+ perspectiveOrigin?: Property.PerspectiveOrigin | undefined
272
+ pointerEvents?: Property.PointerEvents | undefined
273
+ position?: Property.Position | undefined
274
+ printColorAdjust?: Property.PrintColorAdjust | undefined
275
+ quotes?: Property.Quotes | undefined
276
+ r?: Property.R | undefined
277
+ resize?: Property.Resize | undefined
278
+ right?: Property.Right | undefined
279
+ rotate?: Property.Rotate | undefined
280
+ rowGap?: Property.RowGap | undefined
281
+ rubyAlign?: Property.RubyAlign | undefined
282
+ rubyOverhang?: Property.RubyOverhang | undefined
283
+ rubyPosition?: Property.RubyPosition | undefined
284
+ rx?: Property.Rx | undefined
285
+ ry?: Property.Ry | undefined
286
+ scale?: Property.Scale | undefined
287
+ scrollBehavior?: Property.ScrollBehavior | undefined
288
+ scrollMarginBlockEnd?: Property.ScrollMarginBlockEnd | undefined
289
+ scrollMarginBlockStart?: Property.ScrollMarginBlockStart | undefined
290
+ scrollMarginBottom?: Property.ScrollMarginBottom | undefined
291
+ scrollMarginInlineEnd?: Property.ScrollMarginInlineEnd | undefined
292
+ scrollMarginInlineStart?: Property.ScrollMarginInlineStart | undefined
293
+ scrollMarginLeft?: Property.ScrollMarginLeft | undefined
294
+ scrollMarginRight?: Property.ScrollMarginRight | undefined
295
+ scrollMarginTop?: Property.ScrollMarginTop | undefined
296
+ scrollPaddingBlockEnd?: Property.ScrollPaddingBlockEnd | undefined
297
+ scrollPaddingBlockStart?: Property.ScrollPaddingBlockStart | undefined
298
+ scrollPaddingBottom?: Property.ScrollPaddingBottom | undefined
299
+ scrollPaddingInlineEnd?: Property.ScrollPaddingInlineEnd | undefined
300
+ scrollPaddingInlineStart?: Property.ScrollPaddingInlineStart | undefined
301
+ scrollPaddingLeft?: Property.ScrollPaddingLeft | undefined
302
+ scrollPaddingRight?: Property.ScrollPaddingRight | undefined
303
+ scrollPaddingTop?: Property.ScrollPaddingTop | undefined
304
+ scrollSnapAlign?: Property.ScrollSnapAlign | undefined
305
+ scrollSnapStop?: Property.ScrollSnapStop | undefined
306
+ scrollSnapType?: Property.ScrollSnapType | undefined
307
+ scrollbarColor?: Property.ScrollbarColor | undefined
308
+ scrollbarGutter?: Property.ScrollbarGutter | undefined
309
+ scrollbarWidth?: Property.ScrollbarWidth | undefined
310
+ shapeImageThreshold?: Property.ShapeImageThreshold | undefined
311
+ shapeMargin?: Property.ShapeMargin | undefined
312
+ shapeOutside?: Property.ShapeOutside | undefined
313
+ shapeRendering?: Property.ShapeRendering | undefined
314
+ stopColor?: Property.StopColor | undefined
315
+ stopOpacity?: Property.StopOpacity | undefined
316
+ stroke?: Property.Stroke | undefined
317
+ strokeDasharray?: Property.StrokeDasharray | undefined
318
+ strokeDashoffset?: Property.StrokeDashoffset | undefined
319
+ strokeLinecap?: Property.StrokeLinecap | undefined
320
+ strokeLinejoin?: Property.StrokeLinejoin | undefined
321
+ strokeMiterlimit?: Property.StrokeMiterlimit | undefined
322
+ strokeOpacity?: Property.StrokeOpacity | undefined
323
+ strokeWidth?: Property.StrokeWidth | undefined
324
+ tabSize?: Property.TabSize | undefined
325
+ tableLayout?: Property.TableLayout | undefined
326
+ textAlign?: Property.TextAlign | undefined
327
+ textAlignLast?: Property.TextAlignLast | undefined
328
+ textAnchor?: Property.TextAnchor | undefined
329
+ textAutospace?: Property.TextAutospace | undefined
330
+ textBox?: Property.TextBox | undefined
331
+ textBoxEdge?: Property.TextBoxEdge | undefined
332
+ textBoxTrim?: Property.TextBoxTrim | undefined
333
+ textCombineUpright?: Property.TextCombineUpright | undefined
334
+ textDecorationColor?: Property.TextDecorationColor | undefined
335
+ textDecorationLine?: Property.TextDecorationLine | undefined
336
+ textDecorationSkipInk?: Property.TextDecorationSkipInk | undefined
337
+ textDecorationStyle?: Property.TextDecorationStyle | undefined
338
+ textDecorationThickness?: Property.TextDecorationThickness | undefined
339
+ textEmphasisColor?: Property.TextEmphasisColor | undefined
340
+ textEmphasisPosition?: Property.TextEmphasisPosition | undefined
341
+ textEmphasisStyle?: Property.TextEmphasisStyle | undefined
342
+ textIndent?: Property.TextIndent | undefined
343
+ textJustify?: Property.TextJustify | undefined
344
+ textOrientation?: Property.TextOrientation | undefined
345
+ textOverflow?: Property.TextOverflow | undefined
346
+ textRendering?: Property.TextRendering | undefined
347
+ textShadow?: Property.TextShadow | undefined
348
+ textTransform?: Property.TextTransform | undefined
349
+ textUnderlineOffset?: Property.TextUnderlineOffset | undefined
350
+ textUnderlinePosition?: Property.TextUnderlinePosition | undefined
351
+ textWrapMode?: Property.TextWrapMode | undefined
352
+ textWrapStyle?: Property.TextWrapStyle | undefined
353
+ top?: Property.Top | undefined
354
+ touchAction?: Property.TouchAction | undefined
355
+ transform?: Property.Transform | undefined
356
+ transformBox?: Property.TransformBox | undefined
357
+ transformOrigin?: Property.TransformOrigin | undefined
358
+ transformStyle?: Property.TransformStyle | undefined
359
+ transitionBehavior?: Property.TransitionBehavior | undefined
360
+ transitionDelay?: Property.TransitionDelay | undefined
361
+ transitionDuration?: Property.TransitionDuration | undefined
362
+ transitionProperty?: Property.TransitionProperty | undefined
363
+ transitionTimingFunction?: Property.TransitionTimingFunction | undefined
364
+ translate?: Property.Translate | undefined
365
+ unicodeBidi?: Property.UnicodeBidi | undefined
366
+ userSelect?: Property.UserSelect | undefined
367
+ vectorEffect?: Property.VectorEffect | undefined
368
+ verticalAlign?: Property.VerticalAlign | undefined
369
+ viewTransitionClass?: Property.ViewTransitionClass | undefined
370
+ viewTransitionName?: Property.ViewTransitionName | undefined
371
+ visibility?: Property.Visibility | undefined
372
+ whiteSpace?: Property.WhiteSpace | undefined
373
+ whiteSpaceCollapse?: Property.WhiteSpaceCollapse | undefined
374
+ widows?: Property.Widows | undefined
375
+ width?: Property.Width | undefined
376
+ willChange?: Property.WillChange | undefined
377
+ wordBreak?: Property.WordBreak | undefined
378
+ wordSpacing?: Property.WordSpacing | undefined
379
+ wordWrap?: Property.WordWrap | undefined
380
+ writingMode?: Property.WritingMode | undefined
381
+ x?: Property.X | undefined
382
+ y?: Property.Y | undefined
383
+ zIndex?: Property.ZIndex | undefined
384
+ zoom?: Property.Zoom | undefined
889
385
  }
890
- export type MsAccelerator = "false" | "true";
891
- export type MsBlockProgression = "tb" | "rl" | "bt" | "lr";
892
- export type MsContentZoomChaining = "none" | "chained";
893
- export type MsContentZoomLimit = MsContentZoomLimitMin | MsContentZoomLimitMax;
894
- export type MsContentZoomLimitMax = number;
895
- export type MsContentZoomLimitMin = number;
896
- export type MsContentZoomSnap = MsContentZoomSnapType | MsContentZoomSnapPoints;
897
- export type MsContentZoomSnapPoints = number;
898
- export type MsContentZoomSnapType = "none" | "proximity" | "mandatory";
899
- export type MsContentZooming = "none" | "zoom";
900
- export type MsFilter = (string & {});
901
- export type MsFlowFrom = "none" | (string & {});
902
- export type MsFlowInto = "none" | (string & {});
903
- export type MsGridColumns = "none" | TTrackList | TAutoTrackList;
904
- export type MsGridRows = "none" | TTrackList | TAutoTrackList;
905
- export type MsHighContrastAdjust = "auto" | "none";
906
- export type MsHyphenateLimitChars = "auto" | number;
907
- export type MsHyphenateLimitLines = "no-limit" | number;
908
- export type MsHyphenateLimitZone = number;
909
- export type MsImeAlign = "auto" | "after";
910
- export type MsOverflowStyle = "auto" | "none" | "scrollbar" | "-ms-autohiding-scrollbar";
911
- export type MsScrollChaining = "chained" | "none";
912
- export type MsScrollLimit = MsScrollLimitXMin | MsScrollLimitYMin | MsScrollLimitXMax | MsScrollLimitYMax;
913
- export type MsScrollLimitXMax = "auto";
914
- export type MsScrollLimitXMin = (string & {});
915
- export type MsScrollLimitYMax = "auto";
916
- export type MsScrollLimitYMin = (string & {});
917
- export type MsScrollRails = "none" | "railed";
918
- export type MsScrollSnapPointsX = TLengthPercentage;
919
- export type MsScrollSnapPointsY = TLengthPercentage;
920
- export type MsScrollSnapType = "none" | "proximity" | "mandatory";
921
- export type MsScrollSnapX = MsScrollSnapType | MsScrollSnapPointsX;
922
- export type MsScrollSnapY = MsScrollSnapType | MsScrollSnapPointsY;
923
- export type MsScrollTranslation = "none" | "vertical-to-horizontal";
924
- export type MsScrollbar3dlightColor = TColor;
925
- export type MsScrollbarArrowColor = TColor;
926
- export type MsScrollbarBaseColor = TColor;
927
- export type MsScrollbarDarkshadowColor = TColor;
928
- export type MsScrollbarFaceColor = TColor;
929
- export type MsScrollbarHighlightColor = TColor;
930
- export type MsScrollbarShadowColor = TColor;
931
- export type MsScrollbarTrackColor = TColor;
932
- export type MsTextAutospace = "none" | "ideograph-alpha" | "ideograph-numeric" | "ideograph-parenthesis" | "ideograph-space";
933
- export type MsTouchSelect = "grippers" | "none";
934
- export type MsUserSelect = "none" | "element" | "text";
935
- export type MsWrapFlow = "auto" | "both" | "start" | "end" | "maximum" | "clear";
936
- export type MsWrapMargin = (string & {});
937
- export type MsWrapThrough = "wrap" | "none";
938
- 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";
939
- export type MozBinding = "none";
940
- export type MozBorderBottomColors = TColor | "none";
941
- export type MozBorderLeftColors = TColor | "none";
942
- export type MozBorderRightColors = TColor | "none";
943
- export type MozBorderTopColors = TColor | "none";
944
- export type MozContextProperties = "none" | "fill" | "fill-opacity" | "stroke" | "stroke-opacity";
945
- export type MozFloatEdge = "border-box" | "content-box" | "margin-box" | "padding-box";
946
- export type MozForceBrokenImageIcon = "0" | "1";
947
- export type MozOrient = "inline" | "block" | "horizontal" | "vertical";
948
- export type MozOutlineRadius = TOutlineRadius;
949
- export type MozOutlineRadiusBottomleft = TOutlineRadius;
950
- export type MozOutlineRadiusBottomright = TOutlineRadius;
951
- export type MozOutlineRadiusTopleft = TOutlineRadius;
952
- export type MozOutlineRadiusTopright = TOutlineRadius;
953
- export type MozStackSizing = "ignore" | "stretch-to-fit";
954
- export type MozTextBlink = "none" | "blink";
955
- export type MozUserFocus = "ignore" | "normal" | "select-after" | "select-before" | "select-menu" | "select-same" | "select-all" | "none";
956
- export type MozUserInput = "auto" | "none" | "enabled" | "disabled";
957
- export type MozUserModify = "read-only" | "read-write" | "write-only";
958
- export type MozWindowDragging = "drag" | "no-drag";
959
- export type MozWindowShadow = "default" | "menu" | "tooltip" | "sheet" | "none";
960
- 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";
961
- export type WebkitBorderBefore = BorderWidth | BorderStyle | TColor;
962
- export type WebkitBorderBeforeColor = TColor;
963
- export type WebkitBorderBeforeStyle = BorderStyle;
964
- export type WebkitBorderBeforeWidth = BorderWidth;
965
- export type WebkitBoxReflect = "above" | "below" | "right" | "left" | TImage;
966
- export type WebkitLineClamp = "none" | number;
967
- export type WebkitMask = TMaskReference | TPosition | TBgSize | TRepeatStyle | TVisualBox | "border" | "padding" | "content" | "text" | TVisualBox | "border" | "padding" | "content";
968
- export type WebkitMaskAttachment = TAttachment;
969
- export type WebkitMaskClip = TCoordBox | "no-clip" | "border" | "padding" | "content" | "text";
970
- export type WebkitMaskComposite = TCompositeStyle;
971
- export type WebkitMaskImage = TMaskReference;
972
- export type WebkitMaskOrigin = TCoordBox | "border" | "padding" | "content";
973
- export type WebkitMaskPosition = TPosition;
974
- export type WebkitMaskPositionX = TLengthPercentage | "left" | "center" | "right";
975
- export type WebkitMaskPositionY = TLengthPercentage | "top" | "center" | "bottom";
976
- export type WebkitMaskRepeat = TRepeatStyle;
977
- export type WebkitMaskRepeatX = "repeat" | "no-repeat" | "space" | "round";
978
- export type WebkitMaskRepeatY = "repeat" | "no-repeat" | "space" | "round";
979
- export type WebkitMaskSize = TBgSize;
980
- export type WebkitOverflowScrolling = "auto" | "touch";
981
- export type WebkitTapHighlightColor = TColor;
982
- export type WebkitTextFillColor = TColor;
983
- export type WebkitTextStroke = TColor;
984
- export type WebkitTextStrokeColor = TColor;
985
- export type WebkitTextStrokeWidth = (string & {});
986
- export type WebkitTouchCallout = "default" | "none";
987
- export type WebkitUserModify = "read-only" | "read-write" | "read-write-plaintext-only";
988
- export type WebkitUserSelect = "auto" | "text" | "none" | "all";
989
- export interface VendorProperties {
990
- MsAccelerator: MsAccelerator
991
- MsBlockProgression: MsBlockProgression
992
- MsContentZoomChaining: MsContentZoomChaining
993
- MsContentZoomLimit: MsContentZoomLimit
994
- MsContentZoomLimitMax: MsContentZoomLimitMax
995
- MsContentZoomLimitMin: MsContentZoomLimitMin
996
- MsContentZoomSnap: MsContentZoomSnap
997
- MsContentZoomSnapPoints: MsContentZoomSnapPoints
998
- MsContentZoomSnapType: MsContentZoomSnapType
999
- MsContentZooming: MsContentZooming
1000
- MsFilter: MsFilter
1001
- MsFlowFrom: MsFlowFrom
1002
- MsFlowInto: MsFlowInto
1003
- MsGridColumns: MsGridColumns
1004
- MsGridRows: MsGridRows
1005
- MsHighContrastAdjust: MsHighContrastAdjust
1006
- MsHyphenateLimitChars: MsHyphenateLimitChars
1007
- MsHyphenateLimitLines: MsHyphenateLimitLines
1008
- MsHyphenateLimitZone: MsHyphenateLimitZone
1009
- MsImeAlign: MsImeAlign
1010
- MsOverflowStyle: MsOverflowStyle
1011
- MsScrollChaining: MsScrollChaining
1012
- MsScrollLimit: MsScrollLimit
1013
- MsScrollLimitXMax: MsScrollLimitXMax
1014
- MsScrollLimitXMin: MsScrollLimitXMin
1015
- MsScrollLimitYMax: MsScrollLimitYMax
1016
- MsScrollLimitYMin: MsScrollLimitYMin
1017
- MsScrollRails: MsScrollRails
1018
- MsScrollSnapPointsX: MsScrollSnapPointsX
1019
- MsScrollSnapPointsY: MsScrollSnapPointsY
1020
- MsScrollSnapType: MsScrollSnapType
1021
- MsScrollSnapX: MsScrollSnapX
1022
- MsScrollSnapY: MsScrollSnapY
1023
- MsScrollTranslation: MsScrollTranslation
1024
- MsScrollbar3dlightColor: MsScrollbar3dlightColor
1025
- MsScrollbarArrowColor: MsScrollbarArrowColor
1026
- MsScrollbarBaseColor: MsScrollbarBaseColor
1027
- MsScrollbarDarkshadowColor: MsScrollbarDarkshadowColor
1028
- MsScrollbarFaceColor: MsScrollbarFaceColor
1029
- MsScrollbarHighlightColor: MsScrollbarHighlightColor
1030
- MsScrollbarShadowColor: MsScrollbarShadowColor
1031
- MsScrollbarTrackColor: MsScrollbarTrackColor
1032
- MsTextAutospace: MsTextAutospace
1033
- MsTouchSelect: MsTouchSelect
1034
- MsUserSelect: MsUserSelect
1035
- MsWrapFlow: MsWrapFlow
1036
- MsWrapMargin: MsWrapMargin
1037
- MsWrapThrough: MsWrapThrough
1038
- MozAppearance: MozAppearance
1039
- MozBinding: MozBinding
1040
- MozBorderBottomColors: MozBorderBottomColors
1041
- MozBorderLeftColors: MozBorderLeftColors
1042
- MozBorderRightColors: MozBorderRightColors
1043
- MozBorderTopColors: MozBorderTopColors
1044
- MozContextProperties: MozContextProperties
1045
- MozFloatEdge: MozFloatEdge
1046
- MozForceBrokenImageIcon: MozForceBrokenImageIcon
1047
- MozOrient: MozOrient
1048
- MozOutlineRadius: MozOutlineRadius
1049
- MozOutlineRadiusBottomleft: MozOutlineRadiusBottomleft
1050
- MozOutlineRadiusBottomright: MozOutlineRadiusBottomright
1051
- MozOutlineRadiusTopleft: MozOutlineRadiusTopleft
1052
- MozOutlineRadiusTopright: MozOutlineRadiusTopright
1053
- MozStackSizing: MozStackSizing
1054
- MozTextBlink: MozTextBlink
1055
- MozUserFocus: MozUserFocus
1056
- MozUserInput: MozUserInput
1057
- MozUserModify: MozUserModify
1058
- MozWindowDragging: MozWindowDragging
1059
- MozWindowShadow: MozWindowShadow
1060
- WebkitAppearance: WebkitAppearance
1061
- WebkitBorderBefore: WebkitBorderBefore
1062
- WebkitBorderBeforeColor: WebkitBorderBeforeColor
1063
- WebkitBorderBeforeStyle: WebkitBorderBeforeStyle
1064
- WebkitBorderBeforeWidth: WebkitBorderBeforeWidth
1065
- WebkitBoxReflect: WebkitBoxReflect
1066
- WebkitLineClamp: WebkitLineClamp
1067
- WebkitMask: WebkitMask
1068
- WebkitMaskAttachment: WebkitMaskAttachment
1069
- WebkitMaskClip: WebkitMaskClip
1070
- WebkitMaskComposite: WebkitMaskComposite
1071
- WebkitMaskImage: WebkitMaskImage
1072
- WebkitMaskOrigin: WebkitMaskOrigin
1073
- WebkitMaskPosition: WebkitMaskPosition
1074
- WebkitMaskPositionX: WebkitMaskPositionX
1075
- WebkitMaskPositionY: WebkitMaskPositionY
1076
- WebkitMaskRepeat: WebkitMaskRepeat
1077
- WebkitMaskRepeatX: WebkitMaskRepeatX
1078
- WebkitMaskRepeatY: WebkitMaskRepeatY
1079
- WebkitMaskSize: WebkitMaskSize
1080
- WebkitOverflowScrolling: WebkitOverflowScrolling
1081
- WebkitTapHighlightColor: WebkitTapHighlightColor
1082
- WebkitTextFillColor: WebkitTextFillColor
1083
- WebkitTextStroke: WebkitTextStroke
1084
- WebkitTextStrokeColor: WebkitTextStrokeColor
1085
- WebkitTextStrokeWidth: WebkitTextStrokeWidth
1086
- WebkitTouchCallout: WebkitTouchCallout
1087
- WebkitUserModify: WebkitUserModify
1088
- WebkitUserSelect: WebkitUserSelect
386
+ export interface StandardShorthandProperties {
387
+ animation?: Property.Animation | undefined
388
+ background?: Property.Background | undefined
389
+ backgroundPosition?: Property.BackgroundPosition | undefined
390
+ border?: Property.Border | undefined
391
+ borderBlock?: Property.BorderBlock | undefined
392
+ borderBlockEnd?: Property.BorderBlockEnd | undefined
393
+ borderBlockStart?: Property.BorderBlockStart | undefined
394
+ borderBottom?: Property.BorderBottom | undefined
395
+ borderColor?: Property.BorderColor | undefined
396
+ borderImage?: Property.BorderImage | undefined
397
+ borderInline?: Property.BorderInline | undefined
398
+ borderInlineEnd?: Property.BorderInlineEnd | undefined
399
+ borderInlineStart?: Property.BorderInlineStart | undefined
400
+ borderLeft?: Property.BorderLeft | undefined
401
+ borderRadius?: Property.BorderRadius | undefined
402
+ borderRight?: Property.BorderRight | undefined
403
+ borderStyle?: Property.BorderStyle | undefined
404
+ borderTop?: Property.BorderTop | undefined
405
+ borderWidth?: Property.BorderWidth | undefined
406
+ caret?: Property.Caret | undefined
407
+ columnRule?: Property.ColumnRule | undefined
408
+ columns?: Property.Columns | undefined
409
+ containIntrinsicSize?: Property.ContainIntrinsicSize | undefined
410
+ container?: Property.Container | undefined
411
+ flex?: Property.Flex | undefined
412
+ flexFlow?: Property.FlexFlow | undefined
413
+ font?: Property.Font | undefined
414
+ gap?: Property.Gap | undefined
415
+ grid?: Property.Grid | undefined
416
+ gridArea?: Property.GridArea | undefined
417
+ gridColumn?: Property.GridColumn | undefined
418
+ gridRow?: Property.GridRow | undefined
419
+ gridTemplate?: Property.GridTemplate | undefined
420
+ inset?: Property.Inset | undefined
421
+ insetBlock?: Property.InsetBlock | undefined
422
+ insetInline?: Property.InsetInline | undefined
423
+ listStyle?: Property.ListStyle | undefined
424
+ margin?: Property.Margin | undefined
425
+ marginBlock?: Property.MarginBlock | undefined
426
+ marginInline?: Property.MarginInline | undefined
427
+ mask?: Property.Mask | undefined
428
+ maskBorder?: Property.MaskBorder | undefined
429
+ offset?: Property.Offset | undefined
430
+ outline?: Property.Outline | undefined
431
+ overflow?: Property.Overflow | undefined
432
+ overscrollBehavior?: Property.OverscrollBehavior | undefined
433
+ padding?: Property.Padding | undefined
434
+ paddingBlock?: Property.PaddingBlock | undefined
435
+ paddingInline?: Property.PaddingInline | undefined
436
+ placeContent?: Property.PlaceContent | undefined
437
+ placeItems?: Property.PlaceItems | undefined
438
+ placeSelf?: Property.PlaceSelf | undefined
439
+ scrollMargin?: Property.ScrollMargin | undefined
440
+ scrollMarginBlock?: Property.ScrollMarginBlock | undefined
441
+ scrollMarginInline?: Property.ScrollMarginInline | undefined
442
+ scrollPadding?: Property.ScrollPadding | undefined
443
+ scrollPaddingBlock?: Property.ScrollPaddingBlock | undefined
444
+ scrollPaddingInline?: Property.ScrollPaddingInline | undefined
445
+ textDecoration?: Property.TextDecoration | undefined
446
+ textEmphasis?: Property.TextEmphasis | undefined
447
+ textWrap?: Property.TextWrap | undefined
448
+ transition?: Property.Transition | undefined
1089
449
  }
1090
- export type TAbsoluteSize = "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large" | "xx-large" | "xxx-large";
1091
- export type TAlphaValue = number;
1092
- export type TAnchorName = (string & {});
1093
- export type TAnchorSide = "inside" | "outside" | "top" | "left" | "right" | "bottom" | "start" | "end" | "self-start" | "self-end" | number | "center";
1094
- export type TAnchorSize = "width" | "height" | "block" | "inline" | "self-block" | "self-inline";
1095
- export type TAnglePercentage = number;
1096
- export type TAngularColorHint = TAnglePercentage;
1097
- export type TAngularColorStop = TColor | TColorStopAngle;
1098
- export type TAngularColorStopList = TAngularColorStop | TAngularColorHint | TAngularColorStop;
1099
- export type TAnimateableFeature = "scroll-position" | "contents" | (string & {});
1100
- export type TAttachment = "scroll" | "fixed" | "local";
1101
- export type TAttrMatcher = "'~'" | "'|'" | "'^'" | "'$'" | "'*'" | "'='";
1102
- export type TAttrModifier = "i" | "s";
1103
- export type TAttrType = "raw-string" | "number";
1104
- export type TAttributeSelector = "'['" | TWqName | "']'" | "'['" | TWqName | TAttrMatcher | TAttrModifier | "']'";
1105
- export type TAutoRepeat = "auto-fill" | "auto-fit" | TLineNames | TFixedSize | TLineNames;
1106
- export type TAutoTrackList = TLineNames | TFixedSize | TFixedRepeat | TLineNames | TAutoRepeat;
1107
- export type TAxis = "block" | "inline" | "x" | "y";
1108
- export type TBaselinePosition = "first" | "last" | "baseline";
1109
- export type TBasicShape = (string & {});
1110
- export type TBasicShapeRect = (string & {});
1111
- export type TBgClip = TVisualBox | "border-area" | "text";
1112
- export type TBgImage = TImage | "none";
1113
- export type TBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox;
1114
- 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;
1115
- export type TBgSize = TLengthPercentage | "auto" | "cover" | "contain";
1116
- export type TBlendMode = "normal" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity";
1117
- export type TCalcConstant = "e" | "pi" | "infinity" | "-infinity" | "NaN";
1118
- export type TCalcProduct = TCalcValue | "'*'" | TCalcValue | "'/'" | number;
1119
- export type TCalcSizeBasis = "any" | TCalcSum;
1120
- export type TCalcSum = TCalcProduct | "'+'" | "'-'" | TCalcProduct;
1121
- export type TCalcValue = number | TCalcConstant | TCalcSum;
1122
- export type TCfFinalImage = TImage | TColor;
1123
- export type TCfMixingImage = number | TImage;
1124
- export type TClassSelector = "'.'";
1125
- export type TClipSource = (string & {});
1126
- export type TColor = TColorBase | "currentColor" | TSystemColor | TDeprecatedSystemColor | keyof CustomColors;
1127
- export type TColorBase = TColorFunction | TNamedColor | "transparent";
1128
- export type TColorFunction = (string & {});
1129
- export type TColorInterpolationMethod = "in" | TRectangularColorSpace | TPolarColorSpace | THueInterpolationMethod | TCustomColorSpace;
1130
- export type TColorStop = TColorStopLength | TColorStopAngle;
1131
- export type TColorStopAngle = TAnglePercentage;
1132
- export type TColorStopLength = TLengthPercentage;
1133
- export type TColorStopList = TLinearColorStop | TLinearColorHint | TLinearColorStop;
1134
- export type TColorspaceParams = TCustomParams | TPredefinedRgbParams | TXyzParams;
1135
- export type TCombinator = "'>'" | "'+'" | "'~'" | "'||'";
1136
- export type TCommonLigValues = "common-ligatures" | "no-common-ligatures";
1137
- export type TCompatAuto = "searchfield" | "textarea" | "checkbox" | "radio" | "menulist" | "listbox" | "meter" | "progress-bar" | "button";
1138
- export type TCompatSpecial = "textfield" | "menulist-button";
1139
- export type TComplexSelector = TCompoundSelector | TCombinator | TCompoundSelector;
1140
- export type TComplexSelectorList = TComplexSelector;
1141
- export type TCompositeStyle = "clear" | "copy" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "xor";
1142
- export type TCompositingOperator = "add" | "subtract" | "intersect" | "exclude";
1143
- export type TCompoundSelector = TTypeSelector | TSubclassSelector | TPseudoElementSelector | TPseudoClassSelector;
1144
- export type TCompoundSelectorList = TCompoundSelector;
1145
- export type TConicGradientSyntax = "from" | "at" | TPosition | TColorInterpolationMethod | TAngularColorStopList;
1146
- export type TContainerCondition = TContainerName | TContainerQuery;
1147
- export type TContainerName = (string & {});
1148
- export type TContainerQuery = "not" | TQueryInParens | TQueryInParens | "and" | TQueryInParens | "or" | TQueryInParens;
1149
- export type TContentDistribution = "space-between" | "space-around" | "space-evenly" | "stretch";
1150
- export type TContentList = (string & {}) | TImage | TQuote | TCounter;
1151
- export type TContentPosition = "center" | "start" | "end" | "flex-start" | "flex-end";
1152
- export type TContentReplacement = TImage;
1153
- export type TContextualAltValues = "contextual" | "no-contextual";
1154
- export type TCoordBox = TPaintBox | "view-box";
1155
- export type TCounter = (string & {});
1156
- export type TCounterName = (string & {});
1157
- export type TCounterStyle = TCounterStyleName;
1158
- export type TCounterStyleName = (string & {});
1159
- export type TCubicBezierEasingFunction = "ease" | "ease-in" | "ease-out" | "ease-in-out";
1160
- 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";
1161
- export type TCustomColorSpace = (string & {});
1162
- export type TCustomParams = (string & {}) | number | "none";
1163
- export type TDasharray = TLengthPercentage | number;
1164
- export type TDashndashdigitIdent = (string & {});
1165
- 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";
1166
- export type TDiscretionaryLigValues = "discretionary-ligatures" | "no-discretionary-ligatures";
1167
- export type TDisplayBox = "contents" | "none";
1168
- export type TDisplayInside = "flow" | "flow-root" | "table" | "flex" | "grid" | "ruby";
1169
- 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";
1170
- export type TDisplayLegacy = "inline-block" | "inline-list-item" | "inline-table" | "inline-flex" | "inline-grid";
1171
- export type TDisplayListitem = TDisplayOutside | "flow" | "flow-root" | "list-item";
1172
- export type TDisplayOutside = "block" | "inline" | "run-in";
1173
- export type TEasingFunction = TLinearEasingFunction | TCubicBezierEasingFunction | TStepEasingFunction;
1174
- export type TEastAsianVariantValues = "jis78" | "jis83" | "jis90" | "jis04" | "simplified" | "traditional";
1175
- export type TEastAsianWidthValues = "full-width" | "proportional-width";
1176
- export type TExplicitTrackList = TLineNames | TTrackSize | TLineNames;
1177
- export type TFamilyName = (string & {});
1178
- export type TFeatureTagValue = (string & {}) | number | "on" | "off";
1179
- export type TFeatureValueBlock = TFeatureType | "'{'" | TFeatureValueDeclarationList | "'}'";
1180
- export type TFeatureValueBlockList = TFeatureValueBlock;
1181
- export type TFeatureValueDeclaration = (string & {}) | number;
1182
- export type TFeatureValueDeclarationList = TFeatureValueDeclaration;
1183
- export type TFeatureValueName = (string & {});
1184
- export type TFilterFunction = (string & {});
1185
- export type TFilterValueList = TFilterFunction;
1186
- export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | BackgroundColor;
1187
- export type TFixedBreadth = TLengthPercentage;
1188
- export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames;
1189
- export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth;
1190
- export type TFontStretchAbsolute = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | number;
1191
- export type TFontVariantCss2 = "normal" | "small-caps";
1192
- export type TFontWeightAbsolute = "normal" | "bold" | number;
1193
- export type TFontWidthCss3 = "normal" | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded";
1194
- export type TFormControlIdentifier = "select";
1195
- export type TFrequencyPercentage = number;
1196
- export type TGenericComplete = "serif" | "sans-serif" | "system-ui" | "cursive" | "fantasy" | "math" | "monospace";
1197
- export type TGeneralEnclosed = (string & {});
1198
- export type TGenericFamily = TGenericComplete | TGenericIncomplete | "emoji" | "fangsong";
1199
- export type TGenericIncomplete = "ui-serif" | "ui-sans-serif" | "ui-monospace" | "ui-rounded";
1200
- export type TGeometryBox = TShapeBox | "fill-box" | "stroke-box" | "view-box";
1201
- export type TGradient = (string & {});
1202
- export type TGridLine = "auto" | (string & {}) | number | (string & {}) | "span" | number | (string & {});
1203
- export type THistoricalLigValues = "historical-ligatures" | "no-historical-ligatures";
1204
- export type THue = number;
1205
- export type THueInterpolationMethod = "shorter" | "longer" | "increasing" | "decreasing" | "hue";
1206
- export type TIdSelector = (string & {});
1207
- export type TImage = TGradient;
1208
- export type TImageSetOption = TImage | (string & {}) | (string & {});
1209
- export type TImageSrc = (string & {});
1210
- export type TImageTags = "ltr" | "rtl";
1211
- export type TInflexibleBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1212
- export type TKeyframeBlock = TKeyframeSelector;
1213
- export type TKeyframeSelector = "from" | "to" | number | TTimelineRangeName | number;
1214
- export type TKeyframesName = (string & {});
1215
- export type TLayerName = "'.'";
1216
- export type TLeaderType = "dotted" | "solid" | "space" | (string & {});
1217
- export type TLengthPercentage = number;
1218
- export type TLineNameList = TLineNames | TNameRepeat;
1219
- export type TLineNames = "'['" | (string & {}) | "']'";
1220
- export type TLineStyle = "none" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1221
- export type TLineWidth = "thin" | "medium" | "thick";
1222
- export type TLinearColorHint = TLengthPercentage;
1223
- export type TLinearColorStop = TColor | TColorStopLength;
1224
- export type TLinearEasingFunction = "linear";
1225
- export type TLinearGradientSyntax = "to" | TSideOrCorner | TColorInterpolationMethod | TColorStopList;
1226
- export type TMaskLayer = TMaskReference | TPosition | TBgSize | TRepeatStyle | TGeometryBox | TGeometryBox | "no-clip" | TCompositingOperator | TMaskingMode;
1227
- export type TMaskPosition = TLengthPercentage | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom";
1228
- export type TMaskReference = "none" | TImage | TMaskSource;
1229
- export type TMaskSource = (string & {});
1230
- export type TMaskingMode = "alpha" | "luminance" | "match-source";
1231
- export type TMediaAnd = TMediaInParens | "and" | TMediaInParens;
1232
- export type TMediaCondition = TMediaNot | TMediaAnd | TMediaOr | TMediaInParens;
1233
- export type TMediaConditionWithoutOr = TMediaNot | TMediaAnd | TMediaInParens;
1234
- export type TMediaFeature = TMfPlain | TMfBoolean | TMfRange;
1235
- export type TMediaInParens = TMediaCondition | TMediaFeature | TGeneralEnclosed;
1236
- export type TMediaNot = "not" | TMediaInParens;
1237
- export type TMediaOr = TMediaInParens | "or" | TMediaInParens;
1238
- export type TMediaQuery = TMediaCondition | "not" | "only" | TMediaType | "and" | TMediaConditionWithoutOr;
1239
- export type TMediaQueryList = TMediaQuery;
1240
- export type TMediaType = (string & {});
1241
- export type TMfBoolean = TMfName;
1242
- export type TMfName = (string & {});
1243
- export type TMfPlain = TMfName | TMfValue;
1244
- export type TMfRange = TMfName | "'<'" | "'>'" | "'='" | TMfValue | TMfValue | "'<'" | "'>'" | "'='" | TMfName | TMfValue | "'<'" | "'='" | TMfName | TMfValue | "'>'" | "'='" | TMfName;
1245
- export type TMfValue = number | TRatio;
1246
- export type TNDimension = (string & {});
1247
- export type TNameRepeat = number | "auto-fill" | TLineNames;
1248
- 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";
1249
- export type TNamespacePrefix = (string & {});
1250
- export type TNdashDimension = (string & {});
1251
- export type TNdashdigitDimension = (string & {});
1252
- export type TNdashdigitIdent = (string & {});
1253
- export type TNsPrefix = "'*'" | "'|'";
1254
- export type TNumberPercentage = number;
1255
- export type TNumericFigureValues = "lining-nums" | "oldstyle-nums";
1256
- export type TNumericFractionValues = "diagonal-fractions" | "stacked-fractions";
1257
- export type TNumericSpacingValues = "proportional-nums" | "tabular-nums";
1258
- export type TOffsetPath = TBasicShape;
1259
- export type TOpacityValue = number;
1260
- export type TOutlineLineStyle = "none" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
1261
- export type TOutlineRadius = number;
1262
- export type TOverflowPosition = "unsafe" | "safe";
1263
- export type TPageBody = TPageBody | TPageMarginBox | TPageBody;
1264
- export type TPageMarginBox = TPageMarginBoxType | "'{'" | "'}'";
1265
- export type TPageSelector = TPseudoPage;
1266
- export type TPageSelectorList = TPageSelector;
1267
- export type TPageSize = "A5" | "A4" | "A3" | "B5" | "B4" | "JIS-B5" | "JIS-B4" | "letter" | "legal" | "ledger";
1268
- export type TPaint = "none" | TColor | "none" | TColor | "context-fill" | "context-stroke";
1269
- export type TPaintBox = TVisualBox | "fill-box" | "stroke-box";
1270
- export type TPaletteIdentifier = (string & {});
1271
- export type TPolarColorSpace = "hsl" | "hwb" | "lch" | "oklch";
1272
- export type TPosition = "left" | "center" | "right" | "top" | "center" | "bottom" | "left" | "center" | "right" | TLengthPercentage | "top" | "center" | "bottom" | TLengthPercentage | "left" | "right" | TLengthPercentage | "top" | "bottom" | TLengthPercentage;
1273
- 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";
1274
- export type TPredefinedRgb = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020";
1275
- export type TPredefinedRgbParams = TPredefinedRgb | number | "none";
1276
- export type TPseudoClassSelector = "':'" | "':'" | "')'";
1277
- export type TPseudoElementSelector = "':'" | TPseudoClassSelector;
1278
- export type TPseudoPage = "left" | "right" | "first" | "blank";
1279
- export type TQueryInParens = TContainerQuery | TSizeFeature | TStyleQuery | TScrollStateQuery | TGeneralEnclosed;
1280
- export type TQuote = "open-quote" | "close-quote" | "no-open-quote" | "no-close-quote";
1281
- export type TRadialExtent = "closest-corner" | "closest-side" | "farthest-corner" | "farthest-side";
1282
- export type TRadialGradientSyntax = TRadialShape | TRadialSize | "at" | TPosition | TColorInterpolationMethod | TColorStopList;
1283
- export type TRadialShape = "circle" | "ellipse";
1284
- export type TRadialSize = TRadialExtent | TLengthPercentage;
1285
- export type TRatio = number;
1286
- export type TRaySize = "closest-side" | "closest-corner" | "farthest-side" | "farthest-corner" | "sides";
1287
- export type TRectangularColorSpace = "srgb" | "srgb-linear" | "display-p3" | "a98-rgb" | "prophoto-rgb" | "rec2020" | "lab" | "oklab" | "xyz" | "xyz-d50" | "xyz-d65";
1288
- export type TRelativeSelector = TCombinator | TComplexSelector;
1289
- export type TRelativeSelectorList = TRelativeSelector;
1290
- export type TRelativeSize = "larger" | "smaller";
1291
- export type TRepeatStyle = "repeat-x" | "repeat-y" | "repeat" | "space" | "round" | "no-repeat";
1292
- export type TReversedCounterName = TCounterName;
1293
- export type TRoundingStrategy = "nearest" | "up" | "down" | "to-zero";
1294
- export type TScopeEnd = TSelectorList;
1295
- export type TScopeStart = TSelectorList;
1296
- export type TScroller = "root" | "nearest" | "self";
1297
- export type TScrollStateFeature = TMediaQueryList;
1298
- export type TScrollStateInParens = TScrollStateQuery | TScrollStateFeature | TGeneralEnclosed;
1299
- export type TScrollStateQuery = "not" | TScrollStateInParens | TScrollStateInParens | "and" | TScrollStateInParens | "or" | TScrollStateInParens | TScrollStateFeature;
1300
- export type TSelectorList = TComplexSelectorList;
1301
- export type TSelfPosition = "center" | "start" | "end" | "self-start" | "self-end" | "flex-start" | "flex-end";
1302
- export type TShadow = "inset" | TColor;
1303
- export type TShadowT = TColor;
1304
- export type TShape = (string & {});
1305
- export type TShapeBox = TVisualBox | "margin-box";
1306
- export type TSideOrCorner = "left" | "right" | "top" | "bottom";
1307
- export type TSignedInteger = (string & {});
1308
- export type TSignlessInteger = (string & {});
1309
- export type TSingleAnimation = AnimationDuration | TEasingFunction | AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
1310
- export type TSingleAnimationComposition = "replace" | "add" | "accumulate";
1311
- export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse";
1312
- export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both";
1313
- export type TSingleAnimationIterationCount = "infinite" | number;
1314
- export type TSingleAnimationPlayState = "running" | "paused";
1315
- export type TSingleAnimationTimeline = "auto" | "none" | (string & {});
1316
- export type TSingleTransition = "none" | TSingleTransitionProperty | TEasingFunction | TTransitionBehaviorValue;
1317
- export type TSingleTransitionProperty = "all" | (string & {});
1318
- export type TSize = "closest-side" | "farthest-side" | "closest-corner" | "farthest-corner" | TLengthPercentage;
1319
- export type TSizeFeature = TMediaQueryList;
1320
- export type TStepPosition = "jump-start" | "jump-end" | "jump-none" | "jump-both" | "start" | "end";
1321
- export type TStepEasingFunction = "step-start" | "step-end";
1322
- export type TStyleFeature = (string & {});
1323
- export type TStyleInParens = TStyleQuery | TStyleFeature | TGeneralEnclosed;
1324
- export type TStyleQuery = "not" | TStyleInParens | TStyleInParens | "and" | TStyleInParens | "or" | TStyleInParens | TStyleFeature;
1325
- export type TSubclassSelector = TIdSelector | TClassSelector | TAttributeSelector | TPseudoClassSelector;
1326
- export type TSupportsCondition = "not" | TSupportsInParens | TSupportsInParens | "and" | TSupportsInParens | TSupportsInParens | "or" | TSupportsInParens;
1327
- export type TSupportsDecl = (string & {});
1328
- export type TSupportsFeature = TSupportsDecl | TSupportsSelectorFn;
1329
- export type TSupportsInParens = TSupportsCondition | TSupportsFeature | TGeneralEnclosed;
1330
- export type TSupportsSelectorFn = TComplexSelector;
1331
- export type TSymbol = (string & {}) | TImage;
1332
- export type TSymbolsType = "cyclic" | "numeric" | "alphabetic" | "symbolic" | "fixed";
1333
- export type TSystemColor = "AccentColor" | "AccentColorText" | "ActiveText" | "ButtonBorder" | "ButtonFace" | "ButtonText" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "SelectedItem" | "SelectedItemText" | "VisitedText";
1334
- export type TSystemFamilyName = "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar";
1335
- export type TTarget = (string & {});
1336
- export type TTextEdge = "text" | "cap" | "ex" | "ideographic" | "ideographic-ink" | "text" | "alphabetic" | "ideographic" | "ideographic-ink";
1337
- export type TTimePercentage = number;
1338
- export type TTimelineRangeName = "cover" | "contain" | "entry" | "exit" | "entry-crossing" | "exit-crossing";
1339
- export type TTrackBreadth = TLengthPercentage | "min-content" | "max-content" | "auto";
1340
- export type TTrackList = TLineNames | TTrackSize | TTrackRepeat | TLineNames;
1341
- export type TTrackRepeat = number | TLineNames | TTrackSize | TLineNames;
1342
- export type TTrackSize = TTrackBreadth | TInflexibleBreadth | TTrackBreadth | TLengthPercentage;
1343
- export type TTransformFunction = (string & {});
1344
- export type TTransformList = TTransformFunction;
1345
- export type TTransitionBehaviorValue = "normal" | "allow-discrete";
1346
- export type TTrySize = "most-width" | "most-height" | "most-block-size" | "most-inline-size";
1347
- export type TTryTactic = "flip-block" | "flip-inline" | "flip-start";
1348
- 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";
1349
- export type TTypeSelector = TWqName | TNsPrefix | "'*'";
1350
- export type TViewportLength = "auto" | TLengthPercentage;
1351
- export type TVisualBox = "content-box" | "padding-box" | "border-box";
1352
- export type TWqName = TNsPrefix;
1353
- export type TXyz = "xyz" | "xyz-d50" | "xyz-d65";
1354
- export type TXyzParams = TXyz | number | "none";
450
+ export interface VendorLonghandProperties {
451
+ msAccelerator?: Property.MsAccelerator | undefined
452
+ msBlockProgression?: Property.MsBlockProgression | undefined
453
+ msContentZoomChaining?: Property.MsContentZoomChaining | undefined
454
+ msContentZoomLimitMax?: Property.MsContentZoomLimitMax | undefined
455
+ msContentZoomLimitMin?: Property.MsContentZoomLimitMin | undefined
456
+ msContentZoomSnapPoints?: Property.MsContentZoomSnapPoints | undefined
457
+ msContentZoomSnapType?: Property.MsContentZoomSnapType | undefined
458
+ msContentZooming?: Property.MsContentZooming | undefined
459
+ msFilter?: Property.MsFilter | undefined
460
+ msFlowFrom?: Property.MsFlowFrom | undefined
461
+ msFlowInto?: Property.MsFlowInto | undefined
462
+ msGridColumns?: Property.MsGridColumns | undefined
463
+ msGridRows?: Property.MsGridRows | undefined
464
+ msHighContrastAdjust?: Property.MsHighContrastAdjust | undefined
465
+ msHyphenateLimitChars?: Property.MsHyphenateLimitChars | undefined
466
+ msHyphenateLimitLines?: Property.MsHyphenateLimitLines | undefined
467
+ msHyphenateLimitZone?: Property.MsHyphenateLimitZone | undefined
468
+ msImeAlign?: Property.MsImeAlign | undefined
469
+ msOverflowStyle?: Property.MsOverflowStyle | undefined
470
+ msScrollChaining?: Property.MsScrollChaining | undefined
471
+ msScrollLimitXMax?: Property.MsScrollLimitXMax | undefined
472
+ msScrollLimitXMin?: Property.MsScrollLimitXMin | undefined
473
+ msScrollLimitYMax?: Property.MsScrollLimitYMax | undefined
474
+ msScrollLimitYMin?: Property.MsScrollLimitYMin | undefined
475
+ msScrollRails?: Property.MsScrollRails | undefined
476
+ msScrollSnapPointsX?: Property.MsScrollSnapPointsX | undefined
477
+ msScrollSnapPointsY?: Property.MsScrollSnapPointsY | undefined
478
+ msScrollSnapType?: Property.MsScrollSnapType | undefined
479
+ msScrollTranslation?: Property.MsScrollTranslation | undefined
480
+ msScrollbar3dlightColor?: Property.MsScrollbar3dlightColor | undefined
481
+ msScrollbarArrowColor?: Property.MsScrollbarArrowColor | undefined
482
+ msScrollbarBaseColor?: Property.MsScrollbarBaseColor | undefined
483
+ msScrollbarDarkshadowColor?: Property.MsScrollbarDarkshadowColor | undefined
484
+ msScrollbarFaceColor?: Property.MsScrollbarFaceColor | undefined
485
+ msScrollbarHighlightColor?: Property.MsScrollbarHighlightColor | undefined
486
+ msScrollbarShadowColor?: Property.MsScrollbarShadowColor | undefined
487
+ msScrollbarTrackColor?: Property.MsScrollbarTrackColor | undefined
488
+ msTextAutospace?: Property.MsTextAutospace | undefined
489
+ msTouchSelect?: Property.MsTouchSelect | undefined
490
+ msUserSelect?: Property.MsUserSelect | undefined
491
+ msWrapFlow?: Property.MsWrapFlow | undefined
492
+ msWrapMargin?: Property.MsWrapMargin | undefined
493
+ msWrapThrough?: Property.MsWrapThrough | undefined
494
+ MozAppearance?: Property.MozAppearance | undefined
495
+ MozBinding?: Property.MozBinding | undefined
496
+ MozBorderBottomColors?: Property.MozBorderBottomColors | undefined
497
+ MozBorderLeftColors?: Property.MozBorderLeftColors | undefined
498
+ MozBorderRightColors?: Property.MozBorderRightColors | undefined
499
+ MozBorderTopColors?: Property.MozBorderTopColors | undefined
500
+ MozContextProperties?: Property.MozContextProperties | undefined
501
+ MozFloatEdge?: Property.MozFloatEdge | undefined
502
+ MozForceBrokenImageIcon?: Property.MozForceBrokenImageIcon | undefined
503
+ MozOrient?: Property.MozOrient | undefined
504
+ MozOutlineRadiusBottomleft?: Property.MozOutlineRadiusBottomleft | undefined
505
+ MozOutlineRadiusBottomright?: Property.MozOutlineRadiusBottomright | undefined
506
+ MozOutlineRadiusTopleft?: Property.MozOutlineRadiusTopleft | undefined
507
+ MozOutlineRadiusTopright?: Property.MozOutlineRadiusTopright | undefined
508
+ MozStackSizing?: Property.MozStackSizing | undefined
509
+ MozTextBlink?: Property.MozTextBlink | undefined
510
+ MozUserFocus?: Property.MozUserFocus | undefined
511
+ MozUserInput?: Property.MozUserInput | undefined
512
+ MozUserModify?: Property.MozUserModify | undefined
513
+ MozWindowDragging?: Property.MozWindowDragging | undefined
514
+ MozWindowShadow?: Property.MozWindowShadow | undefined
515
+ WebkitAppearance?: Property.WebkitAppearance | undefined
516
+ WebkitBorderBeforeColor?: Property.WebkitBorderBeforeColor | undefined
517
+ WebkitBorderBeforeStyle?: Property.WebkitBorderBeforeStyle | undefined
518
+ WebkitBorderBeforeWidth?: Property.WebkitBorderBeforeWidth | undefined
519
+ WebkitBoxReflect?: Property.WebkitBoxReflect | undefined
520
+ WebkitLineClamp?: Property.WebkitLineClamp | undefined
521
+ WebkitMaskAttachment?: Property.WebkitMaskAttachment | undefined
522
+ WebkitMaskClip?: Property.WebkitMaskClip | undefined
523
+ WebkitMaskComposite?: Property.WebkitMaskComposite | undefined
524
+ WebkitMaskImage?: Property.WebkitMaskImage | undefined
525
+ WebkitMaskOrigin?: Property.WebkitMaskOrigin | undefined
526
+ WebkitMaskPosition?: Property.WebkitMaskPosition | undefined
527
+ WebkitMaskPositionX?: Property.WebkitMaskPositionX | undefined
528
+ WebkitMaskPositionY?: Property.WebkitMaskPositionY | undefined
529
+ WebkitMaskRepeat?: Property.WebkitMaskRepeat | undefined
530
+ WebkitMaskRepeatX?: Property.WebkitMaskRepeatX | undefined
531
+ WebkitMaskRepeatY?: Property.WebkitMaskRepeatY | undefined
532
+ WebkitMaskSize?: Property.WebkitMaskSize | undefined
533
+ WebkitOverflowScrolling?: Property.WebkitOverflowScrolling | undefined
534
+ WebkitTapHighlightColor?: Property.WebkitTapHighlightColor | undefined
535
+ WebkitTextFillColor?: Property.WebkitTextFillColor | undefined
536
+ WebkitTextStrokeColor?: Property.WebkitTextStrokeColor | undefined
537
+ WebkitTextStrokeWidth?: Property.WebkitTextStrokeWidth | undefined
538
+ WebkitTouchCallout?: Property.WebkitTouchCallout | undefined
539
+ WebkitUserModify?: Property.WebkitUserModify | undefined
540
+ WebkitUserSelect?: Property.WebkitUserSelect | undefined
541
+ }
542
+ export interface VendorShorthandProperties {
543
+ msContentZoomLimit?: Property.MsContentZoomLimit | undefined
544
+ msContentZoomSnap?: Property.MsContentZoomSnap | undefined
545
+ msScrollLimit?: Property.MsScrollLimit | undefined
546
+ msScrollSnapX?: Property.MsScrollSnapX | undefined
547
+ msScrollSnapY?: Property.MsScrollSnapY | undefined
548
+ MozOutlineRadius?: Property.MozOutlineRadius | undefined
549
+ WebkitBorderBefore?: Property.WebkitBorderBefore | undefined
550
+ WebkitMask?: Property.WebkitMask | undefined
551
+ WebkitTextStroke?: Property.WebkitTextStroke | undefined
552
+ }
553
+ export type AtRules =
554
+ | '@charset'
555
+ | '@counter-style'
556
+ | '@container'
557
+ | '@document'
558
+ | '@font-face'
559
+ | '@font-feature-values'
560
+ | '@font-palette-values'
561
+ | '@import'
562
+ | '@keyframes'
563
+ | '@layer'
564
+ | '@media'
565
+ | '@namespace'
566
+ | '@page'
567
+ | '@position-try'
568
+ | '@property'
569
+ | '@scope'
570
+ | '@starting-style'
571
+ | '@supports'
572
+ | '@view-transition'
573
+ export type AdvancedPseudos =
574
+ | ':active-view-transition-type()'
575
+ | ':dir()'
576
+ | ':has()'
577
+ | ':host()'
578
+ | ':host-context()'
579
+ | ':is()'
580
+ | ':lang()'
581
+ | ':not()'
582
+ | ':nth-child()'
583
+ | ':nth-last-child()'
584
+ | ':nth-last-of-type()'
585
+ | ':nth-of-type()'
586
+ | ':state()'
587
+ | ':where()'
588
+ | '::cue()'
589
+ | '::cue-region()'
590
+ | '::highlight()'
591
+ | '::part()'
592
+ | '::picker()'
593
+ | '::slotted()'
594
+ | '::view-transition-group()'
595
+ | '::view-transition-image-pair()'
596
+ | '::view-transition-new()'
597
+ | '::view-transition-old()'
598
+ export type SimplePseudos =
599
+ | 'Type selectors'
600
+ | 'Class selectors'
601
+ | 'ID selectors'
602
+ | 'Universal selectors'
603
+ | 'Attribute selectors'
604
+ | 'Nesting selector'
605
+ | 'Selector list'
606
+ | 'Next-sibling combinator'
607
+ | 'Subsequent-sibling combinator'
608
+ | 'Child combinator'
609
+ | 'Descendant combinator'
610
+ | 'Column combinator'
611
+ | 'Namespace separator'
612
+ | 'Pseudo-classes'
613
+ | 'Pseudo-elements'
614
+ | ':active'
615
+ | ':active-view-transition'
616
+ | ':any-link'
617
+ | ':autofill'
618
+ | ':blank'
619
+ | ':buffering'
620
+ | ':checked'
621
+ | ':current'
622
+ | ':default'
623
+ | ':defined'
624
+ | ':disabled'
625
+ | ':empty'
626
+ | ':enabled'
627
+ | ':first'
628
+ | ':first-child'
629
+ | ':first-of-type'
630
+ | ':focus'
631
+ | ':focus-visible'
632
+ | ':focus-within'
633
+ | ':fullscreen'
634
+ | ':future'
635
+ | ':has-slotted'
636
+ | ':host'
637
+ | ':hover'
638
+ | ':in-range'
639
+ | ':indeterminate'
640
+ | ':invalid'
641
+ | ':last-child'
642
+ | ':last-of-type'
643
+ | ':left'
644
+ | ':link'
645
+ | ':local-link'
646
+ | ':modal'
647
+ | ':muted'
648
+ | ':only-child'
649
+ | ':only-of-type'
650
+ | ':open'
651
+ | ':optional'
652
+ | ':out-of-range'
653
+ | ':past'
654
+ | ':paused'
655
+ | ':picture-in-picture'
656
+ | ':placeholder-shown'
657
+ | ':playing'
658
+ | ':popover-open'
659
+ | ':read-only'
660
+ | ':read-write'
661
+ | ':required'
662
+ | ':right'
663
+ | ':root'
664
+ | ':scope'
665
+ | ':seeking'
666
+ | ':stalled'
667
+ | ':target'
668
+ | ':target-current'
669
+ | ':target-within'
670
+ | ':user-invalid'
671
+ | ':user-valid'
672
+ | ':valid'
673
+ | ':visited'
674
+ | ':volume-locked'
675
+ | ':xr-overlay'
676
+ | '::-ms-browse'
677
+ | '::-ms-check'
678
+ | '::-ms-clear'
679
+ | '::-ms-expand'
680
+ | '::-ms-fill'
681
+ | '::-ms-fill-lower'
682
+ | '::-ms-fill-upper'
683
+ | '::-ms-reveal'
684
+ | '::-ms-thumb'
685
+ | '::-ms-ticks-after'
686
+ | '::-ms-ticks-before'
687
+ | '::-ms-tooltip'
688
+ | '::-ms-track'
689
+ | '::-ms-value'
690
+ | '::-moz-progress-bar'
691
+ | '::-moz-range-progress'
692
+ | '::-moz-range-thumb'
693
+ | '::-moz-range-track'
694
+ | '::-webkit-progress-bar'
695
+ | '::-webkit-progress-inner-value'
696
+ | '::-webkit-progress-value'
697
+ | '::-webkit-slider-runnable-track'
698
+ | '::-webkit-slider-thumb'
699
+ | '::after'
700
+ | '::backdrop'
701
+ | '::before'
702
+ | '::checkmark'
703
+ | '::cue'
704
+ | '::cue-region'
705
+ | '::details-content'
706
+ | '::file-selector-button'
707
+ | '::first-letter'
708
+ | '::first-line'
709
+ | '::grammar-error'
710
+ | '::marker'
711
+ | '::picker-icon'
712
+ | '::placeholder'
713
+ | '::scroll-marker'
714
+ | '::scroll-marker-group'
715
+ | '::selection'
716
+ | '::spelling-error'
717
+ | '::target-text'
718
+ | '::view-transition'
719
+ export type Pseudos = AdvancedPseudos | SimplePseudos
720
+ export interface StandardProperties
721
+ extends StandardLonghandProperties,
722
+ StandardShorthandProperties {}
723
+ export interface VendorProperties
724
+ extends VendorLonghandProperties,
725
+ VendorShorthandProperties {}
726
+ export interface Properties extends StandardProperties, VendorProperties {}
727
+ export namespace Property {
728
+ export type AccentColor = 'auto' | TColor
729
+ export type AlignContent =
730
+ | 'normal'
731
+ | TBaselinePosition
732
+ | TContentDistribution
733
+ | TOverflowPosition
734
+ | TContentPosition
735
+ export type AlignItems =
736
+ | 'normal'
737
+ | 'stretch'
738
+ | TBaselinePosition
739
+ | TOverflowPosition
740
+ | TSelfPosition
741
+ | 'anchor-center'
742
+ export type AlignSelf =
743
+ | 'auto'
744
+ | 'normal'
745
+ | 'stretch'
746
+ | TBaselinePosition
747
+ | TOverflowPosition
748
+ | TSelfPosition
749
+ | 'anchor-center'
750
+ export type AlignmentBaseline =
751
+ | 'baseline'
752
+ | 'alphabetic'
753
+ | 'ideographic'
754
+ | 'middle'
755
+ | 'central'
756
+ | 'mathematical'
757
+ | 'text-before-edge'
758
+ | 'text-after-edge'
759
+ export type All = 'initial' | 'inherit' | 'unset' | 'revert' | 'revert-layer'
760
+ export type AnimationComposition = TSingleAnimationComposition
761
+ export type AnimationDelay = string & {}
762
+ export type AnimationDirection = TSingleAnimationDirection
763
+ export type AnimationDuration = 'auto'
764
+ export type AnimationFillMode = TSingleAnimationFillMode
765
+ export type AnimationIterationCount = TSingleAnimationIterationCount
766
+ export type AnimationName = 'none' | TKeyframesName
767
+ export type AnimationPlayState = TSingleAnimationPlayState
768
+ export type AnimationTimingFunction = TEasingFunction
769
+ export type Appearance = 'none' | 'auto' | TCompatAuto | TCompatSpecial
770
+ export type AspectRatio = 'auto' | TRatio
771
+ export type BackdropFilter = 'none' | TFilterValueList
772
+ export type BackfaceVisibility = 'visible' | 'hidden'
773
+ export type BackgroundAttachment = TAttachment
774
+ export type BackgroundBlendMode = TBlendMode
775
+ export type BackgroundClip = TBgClip
776
+ export type BackgroundColor = TColor
777
+ export type BackgroundImage = TBgImage
778
+ export type BackgroundOrigin = TVisualBox
779
+ export type BackgroundPositionX =
780
+ | 'center'
781
+ | 'left'
782
+ | 'right'
783
+ | 'x-start'
784
+ | 'x-end'
785
+ | TLengthPercentage
786
+ export type BackgroundPositionY =
787
+ | 'center'
788
+ | 'top'
789
+ | 'bottom'
790
+ | 'y-start'
791
+ | 'y-end'
792
+ | TLengthPercentage
793
+ export type BackgroundRepeat = TRepeatStyle
794
+ export type BackgroundSize = TBgSize
795
+ export type BaselineShift = TLengthPercentage | 'sub' | 'super' | 'baseline'
796
+ export type BlockSize = Width
797
+ export type BorderBlockColor = BorderTopColor
798
+ export type BorderBlockEndColor = BorderTopColor
799
+ export type BorderBlockEndStyle = BorderTopStyle
800
+ export type BorderBlockEndWidth = BorderTopWidth
801
+ export type BorderBlockStartColor = BorderTopColor
802
+ export type BorderBlockStartStyle = BorderTopStyle
803
+ export type BorderBlockStartWidth = BorderTopWidth
804
+ export type BorderBlockStyle = BorderTopStyle
805
+ export type BorderBlockWidth = BorderTopWidth
806
+ export type BorderBottomColor = BorderTopColor
807
+ export type BorderBottomLeftRadius = TLengthPercentage
808
+ export type BorderBottomRightRadius = TLengthPercentage
809
+ export type BorderBottomStyle = TLineStyle
810
+ export type BorderBottomWidth = TLineWidth
811
+ export type BorderCollapse = 'separate' | 'collapse'
812
+ export type BorderEndEndRadius = BorderTopLeftRadius
813
+ export type BorderEndStartRadius = BorderTopLeftRadius
814
+ export type BorderImageOutset = number
815
+ export type BorderImageRepeat = 'stretch' | 'repeat' | 'round' | 'space'
816
+ export type BorderImageSlice = number | 'fill'
817
+ export type BorderImageSource = 'none' | TImage
818
+ export type BorderImageWidth = TLengthPercentage | number | 'auto'
819
+ export type BorderInlineColor = BorderTopColor
820
+ export type BorderInlineEndColor = BorderTopColor
821
+ export type BorderInlineEndStyle = BorderTopStyle
822
+ export type BorderInlineEndWidth = BorderTopWidth
823
+ export type BorderInlineStartColor = BorderTopColor
824
+ export type BorderInlineStartStyle = BorderTopStyle
825
+ export type BorderInlineStartWidth = BorderTopWidth
826
+ export type BorderInlineStyle = BorderTopStyle
827
+ export type BorderInlineWidth = BorderTopWidth
828
+ export type BorderLeftColor = TColor
829
+ export type BorderLeftStyle = TLineStyle
830
+ export type BorderLeftWidth = TLineWidth
831
+ export type BorderRightColor = TColor
832
+ export type BorderRightStyle = TLineStyle
833
+ export type BorderRightWidth = TLineWidth
834
+ export type BorderSpacing = string & {}
835
+ export type BorderStartEndRadius = BorderTopLeftRadius
836
+ export type BorderStartStartRadius = BorderTopLeftRadius
837
+ export type BorderTopColor = TColor
838
+ export type BorderTopLeftRadius = TLengthPercentage
839
+ export type BorderTopRightRadius = TLengthPercentage
840
+ export type BorderTopStyle = TLineStyle
841
+ export type BorderTopWidth = TLineWidth
842
+ export type Bottom = 'auto' | TLengthPercentage
843
+ export type BoxDecorationBreak = 'slice' | 'clone'
844
+ export type BoxShadow = 'none' | TShadow
845
+ export type BoxSizing = 'content-box' | 'border-box'
846
+ export type BreakAfter =
847
+ | 'auto'
848
+ | 'avoid'
849
+ | 'always'
850
+ | 'all'
851
+ | 'avoid-page'
852
+ | 'page'
853
+ | 'left'
854
+ | 'right'
855
+ | 'recto'
856
+ | 'verso'
857
+ | 'avoid-column'
858
+ | 'column'
859
+ | 'avoid-region'
860
+ | 'region'
861
+ export type BreakBefore =
862
+ | 'auto'
863
+ | 'avoid'
864
+ | 'always'
865
+ | 'all'
866
+ | 'avoid-page'
867
+ | 'page'
868
+ | 'left'
869
+ | 'right'
870
+ | 'recto'
871
+ | 'verso'
872
+ | 'avoid-column'
873
+ | 'column'
874
+ | 'avoid-region'
875
+ | 'region'
876
+ export type BreakInside =
877
+ | 'auto'
878
+ | 'avoid'
879
+ | 'avoid-page'
880
+ | 'avoid-column'
881
+ | 'avoid-region'
882
+ export type CaptionSide = 'top' | 'bottom'
883
+ export type CaretColor = 'auto' | TColor
884
+ export type CaretShape = 'auto' | 'bar' | 'block' | 'underscore'
885
+ export type Clear =
886
+ | 'none'
887
+ | 'left'
888
+ | 'right'
889
+ | 'both'
890
+ | 'inline-start'
891
+ | 'inline-end'
892
+ export type ClipPath = TClipSource | TBasicShape | TGeometryBox | 'none'
893
+ export type ClipRule = 'nonzero' | 'evenodd'
894
+ export type Color = TColor
895
+ export type ColorInterpolationFilters = 'auto' | 'sRGB' | 'linearRGB'
896
+ export type ColorScheme = 'normal' | 'light' | 'dark' | (string & {}) | 'only'
897
+ export type ColumnCount = number | 'auto'
898
+ export type ColumnFill = 'auto' | 'balance'
899
+ export type ColumnGap = 'normal' | TLengthPercentage
900
+ export type ColumnRuleColor = TColor
901
+ export type ColumnRuleStyle = BorderStyle
902
+ export type ColumnRuleWidth = BorderWidth
903
+ export type ColumnSpan = 'none' | 'all'
904
+ export type ColumnWidth = 'auto'
905
+ export type Contain =
906
+ | 'none'
907
+ | 'strict'
908
+ | 'content'
909
+ | 'size'
910
+ | 'inline-size'
911
+ | 'layout'
912
+ | 'style'
913
+ | 'paint'
914
+ export type ContainIntrinsicBlockSize = 'auto' | 'none'
915
+ export type ContainIntrinsicHeight = 'auto' | 'none'
916
+ export type ContainIntrinsicInlineSize = 'auto' | 'none'
917
+ export type ContainIntrinsicWidth = 'auto' | 'none'
918
+ export type ContainerName = 'none' | (string & {})
919
+ export type ContainerType = 'normal' | 'size' | 'inline-size' | 'scroll-state'
920
+ export type Content =
921
+ | 'normal'
922
+ | 'none'
923
+ | TContentReplacement
924
+ | TContentList
925
+ | (string & {})
926
+ | TCounter
927
+ export type ContentVisibility = 'visible' | 'auto' | 'hidden'
928
+ export type CounterIncrement = TCounterName | number | 'none'
929
+ export type CounterReset =
930
+ | TCounterName
931
+ | number
932
+ | TReversedCounterName
933
+ | number
934
+ | 'none'
935
+ export type CounterSet = TCounterName | number | 'none'
936
+ export type Cursor = TCursorPredefined
937
+ export type Cx = number
938
+ export type Cy = number
939
+ export type D = 'none' | (string & {})
940
+ export type Direction = 'ltr' | 'rtl'
941
+ export type Display =
942
+ | TDisplayOutside
943
+ | TDisplayInside
944
+ | TDisplayListitem
945
+ | TDisplayInternal
946
+ | TDisplayBox
947
+ | TDisplayLegacy
948
+ export type DominantBaseline =
949
+ | 'auto'
950
+ | 'text-bottom'
951
+ | 'alphabetic'
952
+ | 'ideographic'
953
+ | 'middle'
954
+ | 'central'
955
+ | 'mathematical'
956
+ | 'hanging'
957
+ | 'text-top'
958
+ export type EmptyCells = 'show' | 'hide'
959
+ export type Fill = TPaint
960
+ export type FillOpacity = Opacity
961
+ export type FillRule = 'nonzero' | 'evenodd'
962
+ export type Filter = 'none' | TFilterValueList
963
+ export type FlexBasis = 'content' | Width
964
+ export type FlexDirection =
965
+ | 'row'
966
+ | 'row-reverse'
967
+ | 'column'
968
+ | 'column-reverse'
969
+ export type FlexGrow = number
970
+ export type FlexShrink = number
971
+ export type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse'
972
+ export type Float = 'left' | 'right' | 'none' | 'inline-start' | 'inline-end'
973
+ export type FloodColor = TColor
974
+ export type FloodOpacity = Opacity
975
+ export type FontFamily = TFamilyName | TGenericFamily
976
+ export type FontFeatureSettings = 'normal' | TFeatureTagValue
977
+ export type FontKerning = 'auto' | 'normal' | 'none'
978
+ export type FontLanguageOverride = 'normal' | (string & {})
979
+ export type FontOpticalSizing = 'auto' | 'none'
980
+ export type FontPalette = 'normal' | 'light' | 'dark' | TPaletteIdentifier
981
+ export type FontSize =
982
+ | TAbsoluteSize
983
+ | TRelativeSize
984
+ | TLengthPercentage
985
+ | 'math'
986
+ export type FontSizeAdjust =
987
+ | 'none'
988
+ | 'ex-height'
989
+ | 'cap-height'
990
+ | 'ch-width'
991
+ | 'ic-width'
992
+ | 'ic-height'
993
+ | 'from-font'
994
+ | number
995
+ export type FontStyle = 'normal' | 'italic' | 'oblique'
996
+ export type FontSynthesis =
997
+ | 'none'
998
+ | 'weight'
999
+ | 'style'
1000
+ | 'small-caps'
1001
+ | 'position'
1002
+ export type FontSynthesisSmallCaps = 'auto' | 'none'
1003
+ export type FontSynthesisStyle = 'auto' | 'none'
1004
+ export type FontSynthesisWeight = 'auto' | 'none'
1005
+ export type FontVariant =
1006
+ | 'normal'
1007
+ | 'none'
1008
+ | TCommonLigValues
1009
+ | TDiscretionaryLigValues
1010
+ | THistoricalLigValues
1011
+ | TContextualAltValues
1012
+ | TFeatureValueName
1013
+ | 'historical-forms'
1014
+ | 'small-caps'
1015
+ | 'all-small-caps'
1016
+ | 'petite-caps'
1017
+ | 'all-petite-caps'
1018
+ | 'unicase'
1019
+ | 'titling-caps'
1020
+ | TNumericFigureValues
1021
+ | TNumericSpacingValues
1022
+ | TNumericFractionValues
1023
+ | 'ordinal'
1024
+ | 'slashed-zero'
1025
+ | TEastAsianVariantValues
1026
+ | TEastAsianWidthValues
1027
+ | 'ruby'
1028
+ export type FontVariantAlternates =
1029
+ | 'normal'
1030
+ | TFeatureValueName
1031
+ | 'historical-forms'
1032
+ export type FontVariantCaps =
1033
+ | 'normal'
1034
+ | 'small-caps'
1035
+ | 'all-small-caps'
1036
+ | 'petite-caps'
1037
+ | 'all-petite-caps'
1038
+ | 'unicase'
1039
+ | 'titling-caps'
1040
+ export type FontVariantEastAsian =
1041
+ | 'normal'
1042
+ | TEastAsianVariantValues
1043
+ | TEastAsianWidthValues
1044
+ | 'ruby'
1045
+ export type FontVariantEmoji = 'normal' | 'text' | 'emoji' | 'unicode'
1046
+ export type FontVariantLigatures =
1047
+ | 'normal'
1048
+ | 'none'
1049
+ | TCommonLigValues
1050
+ | TDiscretionaryLigValues
1051
+ | THistoricalLigValues
1052
+ | TContextualAltValues
1053
+ export type FontVariantNumeric =
1054
+ | 'normal'
1055
+ | TNumericFigureValues
1056
+ | TNumericSpacingValues
1057
+ | TNumericFractionValues
1058
+ | 'ordinal'
1059
+ | 'slashed-zero'
1060
+ export type FontVariantPosition = 'normal' | 'sub' | 'super'
1061
+ export type FontVariationSettings = 'normal' | (string & {}) | number
1062
+ export type FontWeight = TFontWeightAbsolute | 'bolder' | 'lighter'
1063
+ export type ForcedColorAdjust = 'auto' | 'none' | 'preserve-parent-color'
1064
+ export type GridAutoColumns = TTrackSize
1065
+ export type GridAutoFlow = 'row' | 'column' | 'dense'
1066
+ export type GridAutoRows = TTrackSize
1067
+ export type GridColumnEnd = TGridLine
1068
+ export type GridColumnStart = TGridLine
1069
+ export type GridRowEnd = TGridLine
1070
+ export type GridRowStart = TGridLine
1071
+ export type GridTemplateAreas = 'none' | (string & {})
1072
+ export type GridTemplateColumns =
1073
+ | 'none'
1074
+ | TTrackList
1075
+ | TAutoTrackList
1076
+ | 'subgrid'
1077
+ | TLineNameList
1078
+ export type GridTemplateRows =
1079
+ | 'none'
1080
+ | TTrackList
1081
+ | TAutoTrackList
1082
+ | 'subgrid'
1083
+ | TLineNameList
1084
+ export type HangingPunctuation =
1085
+ | 'none'
1086
+ | 'first'
1087
+ | 'force-end'
1088
+ | 'allow-end'
1089
+ | 'last'
1090
+ export type Height =
1091
+ | 'auto'
1092
+ | TLengthPercentage
1093
+ | 'min-content'
1094
+ | 'max-content'
1095
+ | 'fit-content'
1096
+ export type HyphenateCharacter = 'auto' | (string & {})
1097
+ export type HyphenateLimitChars = 'auto' | number
1098
+ export type Hyphens = 'none' | 'manual' | 'auto'
1099
+ export type ImageOrientation = 'from-image' | 'flip'
1100
+ export type ImageRendering = 'auto' | 'crisp-edges' | 'pixelated' | 'smooth'
1101
+ export type InitialLetter = 'normal' | number
1102
+ export type InlineSize = Width
1103
+ export type InsetBlockEnd = Top
1104
+ export type InsetBlockStart = Top
1105
+ export type InsetInlineEnd = Top
1106
+ export type InsetInlineStart = Top
1107
+ export type Isolation = 'auto' | 'isolate'
1108
+ export type JustifyContent =
1109
+ | 'normal'
1110
+ | TContentDistribution
1111
+ | TOverflowPosition
1112
+ | TContentPosition
1113
+ | 'left'
1114
+ | 'right'
1115
+ export type JustifyItems =
1116
+ | 'normal'
1117
+ | 'stretch'
1118
+ | TBaselinePosition
1119
+ | TOverflowPosition
1120
+ | TSelfPosition
1121
+ | 'left'
1122
+ | 'right'
1123
+ | 'legacy'
1124
+ | 'legacy'
1125
+ | 'left'
1126
+ | 'right'
1127
+ | 'center'
1128
+ | 'anchor-center'
1129
+ export type JustifySelf =
1130
+ | 'auto'
1131
+ | 'normal'
1132
+ | 'stretch'
1133
+ | TBaselinePosition
1134
+ | TOverflowPosition
1135
+ | TSelfPosition
1136
+ | 'left'
1137
+ | 'right'
1138
+ | 'anchor-center'
1139
+ export type Left = 'auto' | TLengthPercentage
1140
+ export type LetterSpacing = 'normal'
1141
+ export type LightingColor = TColor
1142
+ export type LineBreak = 'auto' | 'loose' | 'normal' | 'strict' | 'anywhere'
1143
+ export type LineClamp = 'none' | number
1144
+ export type LineHeight = 'normal' | number
1145
+ export type ListStyleImage = TImage | 'none'
1146
+ export type ListStylePosition = 'inside' | 'outside'
1147
+ export type ListStyleType = TCounterStyle | (string & {}) | 'none'
1148
+ export type MarginBlockEnd = MarginTop
1149
+ export type MarginBlockStart = MarginTop
1150
+ export type MarginBottom = TLengthPercentage | 'auto'
1151
+ export type MarginInlineEnd = MarginTop
1152
+ export type MarginInlineStart = MarginTop
1153
+ export type MarginLeft = TLengthPercentage | 'auto'
1154
+ export type MarginRight = TLengthPercentage | 'auto'
1155
+ export type MarginTop = TLengthPercentage | 'auto'
1156
+ export type Marker = 'none'
1157
+ export type MarkerEnd = 'none'
1158
+ export type MarkerMid = 'none'
1159
+ export type MarkerStart = 'none'
1160
+ export type MaskBorderMode = 'luminance' | 'alpha'
1161
+ export type MaskBorderOutset = number
1162
+ export type MaskBorderRepeat = 'stretch' | 'repeat' | 'round' | 'space'
1163
+ export type MaskBorderSlice = TNumberPercentage | 'fill'
1164
+ export type MaskBorderSource = 'none' | TImage
1165
+ export type MaskBorderWidth = TLengthPercentage | number | 'auto'
1166
+ export type MaskClip = TCoordBox | 'no-clip'
1167
+ export type MaskComposite = TCompositingOperator
1168
+ export type MaskImage = TMaskReference
1169
+ export type MaskMode = TMaskingMode
1170
+ export type MaskOrigin = TCoordBox
1171
+ export type MaskPosition = TPosition
1172
+ export type MaskRepeat = TRepeatStyle
1173
+ export type MaskSize = TBgSize
1174
+ export type MaskType = 'luminance' | 'alpha'
1175
+ export type MathDepth = 'auto-add' | number
1176
+ export type MathStyle = 'normal' | 'compact'
1177
+ export type MaxBlockSize = MaxWidth
1178
+ export type MaxHeight =
1179
+ | 'none'
1180
+ | TLengthPercentage
1181
+ | 'min-content'
1182
+ | 'max-content'
1183
+ | 'fit-content'
1184
+ export type MaxInlineSize = MaxWidth
1185
+ export type MaxWidth =
1186
+ | 'none'
1187
+ | TLengthPercentage
1188
+ | 'min-content'
1189
+ | 'max-content'
1190
+ | 'fit-content'
1191
+ export type MinBlockSize = MinWidth
1192
+ export type MinHeight =
1193
+ | 'auto'
1194
+ | TLengthPercentage
1195
+ | 'min-content'
1196
+ | 'max-content'
1197
+ | 'fit-content'
1198
+ export type MinInlineSize = MinWidth
1199
+ export type MinWidth =
1200
+ | 'auto'
1201
+ | TLengthPercentage
1202
+ | 'min-content'
1203
+ | 'max-content'
1204
+ | 'fit-content'
1205
+ export type MixBlendMode = TBlendMode | 'plus-darker' | 'plus-lighter'
1206
+ export type ObjectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down'
1207
+ export type ObjectPosition = TPosition
1208
+ export type OffsetAnchor = 'auto' | TPosition
1209
+ export type OffsetDistance = TLengthPercentage
1210
+ export type OffsetPath = 'none' | TOffsetPath | TCoordBox
1211
+ export type OffsetPosition = 'normal' | 'auto' | TPosition
1212
+ export type OffsetRotate = 'auto' | 'reverse'
1213
+ export type Opacity = TOpacityValue
1214
+ export type Order = number
1215
+ export type Orphans = number
1216
+ export type OutlineColor = 'auto' | TColor
1217
+ export type OutlineOffset = string & {}
1218
+ export type OutlineStyle = 'auto' | TOutlineLineStyle
1219
+ export type OutlineWidth = TLineWidth
1220
+ export type OverflowAnchor = 'auto' | 'none'
1221
+ export type OverflowBlock = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'
1222
+ export type OverflowClipMargin = TVisualBox
1223
+ export type OverflowInline = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'
1224
+ export type OverflowWrap = 'normal' | 'break-word' | 'anywhere'
1225
+ export type OverflowX = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'
1226
+ export type OverflowY = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'
1227
+ export type OverscrollBehaviorBlock = 'contain' | 'none' | 'auto'
1228
+ export type OverscrollBehaviorInline = 'contain' | 'none' | 'auto'
1229
+ export type OverscrollBehaviorX = 'contain' | 'none' | 'auto'
1230
+ export type OverscrollBehaviorY = 'contain' | 'none' | 'auto'
1231
+ export type PaddingBlockEnd = PaddingTop
1232
+ export type PaddingBlockStart = PaddingTop
1233
+ export type PaddingBottom = TLengthPercentage
1234
+ export type PaddingInlineEnd = PaddingTop
1235
+ export type PaddingInlineStart = PaddingTop
1236
+ export type PaddingLeft = TLengthPercentage
1237
+ export type PaddingRight = TLengthPercentage
1238
+ export type PaddingTop = TLengthPercentage
1239
+ export type Page = 'auto' | (string & {})
1240
+ export type PaintOrder = 'normal' | 'fill' | 'stroke' | 'markers'
1241
+ export type Perspective = 'none'
1242
+ export type PerspectiveOrigin = TPosition
1243
+ export type PointerEvents =
1244
+ | 'auto'
1245
+ | 'none'
1246
+ | 'visiblePainted'
1247
+ | 'visibleFill'
1248
+ | 'visibleStroke'
1249
+ | 'visible'
1250
+ | 'painted'
1251
+ | 'fill'
1252
+ | 'stroke'
1253
+ | 'all'
1254
+ | 'inherit'
1255
+ export type Position = 'static' | 'relative' | 'absolute' | 'sticky' | 'fixed'
1256
+ export type PrintColorAdjust = 'economy' | 'exact'
1257
+ export type Quotes = 'none' | 'auto' | (string & {})
1258
+ export type R = number
1259
+ export type Resize =
1260
+ | 'none'
1261
+ | 'both'
1262
+ | 'horizontal'
1263
+ | 'vertical'
1264
+ | 'block'
1265
+ | 'inline'
1266
+ export type Right = 'auto' | TLengthPercentage
1267
+ export type Rotate = 'none' | 'x' | 'y' | 'z' | number
1268
+ export type RowGap = 'normal' | TLengthPercentage
1269
+ export type RubyAlign = 'start' | 'center' | 'space-between' | 'space-around'
1270
+ export type RubyOverhang = 'auto' | 'none'
1271
+ export type RubyPosition = 'alternate' | 'over' | 'under' | 'inter-character'
1272
+ export type Rx = number
1273
+ export type Ry = number
1274
+ export type Scale = 'none' | number
1275
+ export type ScrollBehavior = 'auto' | 'smooth'
1276
+ export type ScrollMarginBlockEnd = string & {}
1277
+ export type ScrollMarginBlockStart = string & {}
1278
+ export type ScrollMarginBottom = string & {}
1279
+ export type ScrollMarginInlineEnd = string & {}
1280
+ export type ScrollMarginInlineStart = string & {}
1281
+ export type ScrollMarginLeft = string & {}
1282
+ export type ScrollMarginRight = string & {}
1283
+ export type ScrollMarginTop = string & {}
1284
+ export type ScrollPaddingBlockEnd = 'auto' | TLengthPercentage
1285
+ export type ScrollPaddingBlockStart = 'auto' | TLengthPercentage
1286
+ export type ScrollPaddingBottom = 'auto' | TLengthPercentage
1287
+ export type ScrollPaddingInlineEnd = 'auto' | TLengthPercentage
1288
+ export type ScrollPaddingInlineStart = 'auto' | TLengthPercentage
1289
+ export type ScrollPaddingLeft = 'auto' | TLengthPercentage
1290
+ export type ScrollPaddingRight = 'auto' | TLengthPercentage
1291
+ export type ScrollPaddingTop = 'auto' | TLengthPercentage
1292
+ export type ScrollSnapAlign = 'none' | 'start' | 'end' | 'center'
1293
+ export type ScrollSnapStop = 'normal' | 'always'
1294
+ export type ScrollSnapType =
1295
+ | 'none'
1296
+ | 'x'
1297
+ | 'y'
1298
+ | 'block'
1299
+ | 'inline'
1300
+ | 'both'
1301
+ | 'mandatory'
1302
+ | 'proximity'
1303
+ export type ScrollbarColor = 'auto' | TColor
1304
+ export type ScrollbarGutter = 'auto' | 'stable' | 'both-edges'
1305
+ export type ScrollbarWidth = 'auto' | 'thin' | 'none'
1306
+ export type ShapeImageThreshold = TOpacityValue
1307
+ export type ShapeMargin = TLengthPercentage
1308
+ export type ShapeOutside = 'none' | TShapeBox | TBasicShape | TImage
1309
+ export type ShapeRendering =
1310
+ | 'auto'
1311
+ | 'optimizeSpeed'
1312
+ | 'crispEdges'
1313
+ | 'geometricPrecision'
1314
+ export type StopColor = Color
1315
+ export type StopOpacity = Opacity
1316
+ export type Stroke = TPaint
1317
+ export type StrokeDasharray = 'none' | TDasharray
1318
+ export type StrokeDashoffset = TLengthPercentage | number
1319
+ export type StrokeLinecap = 'butt' | 'round' | 'square'
1320
+ export type StrokeLinejoin =
1321
+ | 'miter'
1322
+ | 'miter-clip'
1323
+ | 'round'
1324
+ | 'bevel'
1325
+ | 'arcs'
1326
+ export type StrokeMiterlimit = number
1327
+ export type StrokeOpacity = Opacity
1328
+ export type StrokeWidth = TLengthPercentage | number
1329
+ export type TabSize = number
1330
+ export type TableLayout = 'auto' | 'fixed'
1331
+ export type TextAlign =
1332
+ | 'start'
1333
+ | 'end'
1334
+ | 'left'
1335
+ | 'right'
1336
+ | 'center'
1337
+ | 'justify'
1338
+ | 'match-parent'
1339
+ export type TextAlignLast =
1340
+ | 'auto'
1341
+ | 'start'
1342
+ | 'end'
1343
+ | 'left'
1344
+ | 'right'
1345
+ | 'center'
1346
+ | 'justify'
1347
+ export type TextAnchor = 'start' | 'middle' | 'end'
1348
+ export type TextAutospace = 'normal' | 'auto'
1349
+ export type TextBox = 'normal' | TextBoxTrim | TextBoxEdge
1350
+ export type TextBoxEdge = 'auto' | TTextEdge
1351
+ export type TextBoxTrim = 'none' | 'trim-start' | 'trim-end' | 'trim-both'
1352
+ export type TextCombineUpright = 'none' | 'all' | 'digits' | number
1353
+ export type TextDecorationColor = TColor
1354
+ export type TextDecorationLine =
1355
+ | 'none'
1356
+ | 'underline'
1357
+ | 'overline'
1358
+ | 'line-through'
1359
+ | 'blink'
1360
+ | 'spelling-error'
1361
+ | 'grammar-error'
1362
+ export type TextDecorationSkipInk = 'auto' | 'all' | 'none'
1363
+ export type TextDecorationStyle =
1364
+ | 'solid'
1365
+ | 'double'
1366
+ | 'dotted'
1367
+ | 'dashed'
1368
+ | 'wavy'
1369
+ export type TextDecorationThickness = 'auto' | 'from-font' | number
1370
+ export type TextEmphasisColor = TColor
1371
+ export type TextEmphasisPosition =
1372
+ | 'auto'
1373
+ | 'over'
1374
+ | 'under'
1375
+ | 'right'
1376
+ | 'left'
1377
+ export type TextEmphasisStyle =
1378
+ | 'none'
1379
+ | 'filled'
1380
+ | 'open'
1381
+ | 'dot'
1382
+ | 'circle'
1383
+ | 'double-circle'
1384
+ | 'triangle'
1385
+ | 'sesame'
1386
+ | (string & {})
1387
+ export type TextIndent = TLengthPercentage | 'hanging' | 'each-line'
1388
+ export type TextJustify = 'auto' | 'inter-character' | 'inter-word' | 'none'
1389
+ export type TextOrientation = 'mixed' | 'upright' | 'sideways'
1390
+ export type TextOverflow = 'clip' | 'ellipsis' | (string & {})
1391
+ export type TextRendering =
1392
+ | 'auto'
1393
+ | 'optimizeSpeed'
1394
+ | 'optimizeLegibility'
1395
+ | 'geometricPrecision'
1396
+ export type TextShadow = 'none' | TShadowT
1397
+ export type TextTransform =
1398
+ | 'none'
1399
+ | 'capitalize'
1400
+ | 'uppercase'
1401
+ | 'lowercase'
1402
+ | 'full-width'
1403
+ | 'full-size-kana'
1404
+ | 'math-auto'
1405
+ export type TextUnderlineOffset = 'auto' | number
1406
+ export type TextUnderlinePosition =
1407
+ | 'auto'
1408
+ | 'from-font'
1409
+ | 'under'
1410
+ | 'left'
1411
+ | 'right'
1412
+ export type TextWrapMode = 'wrap' | 'nowrap'
1413
+ export type TextWrapStyle = 'auto' | 'balance' | 'stable' | 'pretty'
1414
+ export type Top = 'auto' | TLengthPercentage
1415
+ export type TouchAction =
1416
+ | 'auto'
1417
+ | 'none'
1418
+ | 'pan-x'
1419
+ | 'pan-left'
1420
+ | 'pan-right'
1421
+ | 'pan-y'
1422
+ | 'pan-up'
1423
+ | 'pan-down'
1424
+ | 'pinch-zoom'
1425
+ | 'manipulation'
1426
+ export type Transform = 'none' | TTransformList
1427
+ export type TransformBox =
1428
+ | 'content-box'
1429
+ | 'border-box'
1430
+ | 'fill-box'
1431
+ | 'stroke-box'
1432
+ | 'view-box'
1433
+ export type TransformOrigin =
1434
+ | TLengthPercentage
1435
+ | 'left'
1436
+ | 'center'
1437
+ | 'right'
1438
+ | 'top'
1439
+ | 'bottom'
1440
+ | TLengthPercentage
1441
+ | 'left'
1442
+ | 'center'
1443
+ | 'right'
1444
+ | TLengthPercentage
1445
+ | 'top'
1446
+ | 'center'
1447
+ | 'bottom'
1448
+ export type TransformStyle = 'flat' | 'preserve-3d'
1449
+ export type TransitionBehavior = TTransitionBehaviorValue
1450
+ export type TransitionDelay = string & {}
1451
+ export type TransitionDuration = string & {}
1452
+ export type TransitionProperty = 'none' | TSingleTransitionProperty
1453
+ export type TransitionTimingFunction = TEasingFunction
1454
+ export type Translate = 'none' | TLengthPercentage
1455
+ export type UnicodeBidi =
1456
+ | 'normal'
1457
+ | 'embed'
1458
+ | 'isolate'
1459
+ | 'bidi-override'
1460
+ | 'isolate-override'
1461
+ | 'plaintext'
1462
+ export type UserSelect = 'auto' | 'text' | 'none' | 'all'
1463
+ export type VectorEffect =
1464
+ | 'none'
1465
+ | 'non-scaling-stroke'
1466
+ | 'non-scaling-size'
1467
+ | 'non-rotation'
1468
+ | 'fixed-position'
1469
+ export type VerticalAlign =
1470
+ | 'baseline'
1471
+ | 'sub'
1472
+ | 'super'
1473
+ | 'text-top'
1474
+ | 'text-bottom'
1475
+ | 'middle'
1476
+ | 'top'
1477
+ | 'bottom'
1478
+ | number
1479
+ export type ViewTransitionClass = 'none' | (string & {})
1480
+ export type ViewTransitionName = 'none' | (string & {}) | 'match-element'
1481
+ export type Visibility = 'visible' | 'hidden' | 'collapse'
1482
+ export type WhiteSpace =
1483
+ | 'normal'
1484
+ | 'pre'
1485
+ | 'pre-wrap'
1486
+ | 'pre-line'
1487
+ | WhiteSpaceCollapse
1488
+ | TextWrapMode
1489
+ export type WhiteSpaceCollapse =
1490
+ | 'collapse'
1491
+ | 'preserve'
1492
+ | 'preserve-breaks'
1493
+ | 'preserve-spaces'
1494
+ | 'break-spaces'
1495
+ export type Widows = number
1496
+ export type Width =
1497
+ | 'auto'
1498
+ | TLengthPercentage
1499
+ | 'min-content'
1500
+ | 'max-content'
1501
+ | 'fit-content'
1502
+ export type WillChange = 'auto' | TAnimateableFeature
1503
+ export type WordBreak =
1504
+ | 'normal'
1505
+ | 'break-all'
1506
+ | 'keep-all'
1507
+ | 'break-word'
1508
+ | 'auto-phrase'
1509
+ export type WordSpacing = 'normal'
1510
+ export type WordWrap = 'normal' | 'break-word'
1511
+ export type WritingMode =
1512
+ | 'horizontal-tb'
1513
+ | 'vertical-rl'
1514
+ | 'vertical-lr'
1515
+ | 'sideways-rl'
1516
+ | 'sideways-lr'
1517
+ export type X = number
1518
+ export type Y = number
1519
+ export type ZIndex = 'auto' | number
1520
+ export type Zoom = 'normal' | 'reset' | number
1521
+ export type Animation = TSingleAnimation
1522
+ export type Background = TBgLayer | TFinalBgLayer
1523
+ export type BackgroundPosition = TBgPosition
1524
+ export type Border = TLineWidth | TLineStyle | TColor
1525
+ export type BorderBlock = BorderBlockStart
1526
+ export type BorderBlockEnd = BorderTopWidth | BorderTopStyle | TColor
1527
+ export type BorderBlockStart = BorderTopWidth | BorderTopStyle | TColor
1528
+ export type BorderBottom = TLineWidth | TLineStyle | TColor
1529
+ export type BorderColor = TColor
1530
+ export type BorderImage =
1531
+ | BorderImageSource
1532
+ | BorderImageSlice
1533
+ | BorderImageWidth
1534
+ | BorderImageWidth
1535
+ | BorderImageOutset
1536
+ | BorderImageRepeat
1537
+ export type BorderInline = BorderBlockStart
1538
+ export type BorderInlineEnd = BorderTopWidth | BorderTopStyle | TColor
1539
+ export type BorderInlineStart = BorderTopWidth | BorderTopStyle | TColor
1540
+ export type BorderLeft = TLineWidth | TLineStyle | TColor
1541
+ export type BorderRadius = TLengthPercentage
1542
+ export type BorderRight = TLineWidth | TLineStyle | TColor
1543
+ export type BorderStyle = TLineStyle
1544
+ export type BorderTop = TLineWidth | TLineStyle | TColor
1545
+ export type BorderWidth = TLineWidth
1546
+ export type Caret = CaretColor | CaretShape
1547
+ export type ColumnRule = ColumnRuleWidth | ColumnRuleStyle | ColumnRuleColor
1548
+ export type Columns = ColumnWidth | ColumnCount
1549
+ export type ContainIntrinsicSize = 'auto' | 'none'
1550
+ export type Container = ContainerName | ContainerType
1551
+ export type Flex = 'none' | FlexGrow | FlexShrink | FlexBasis
1552
+ export type FlexFlow = FlexDirection | FlexWrap
1553
+ export type Font =
1554
+ | FontStyle
1555
+ | TFontVariantCss2
1556
+ | FontWeight
1557
+ | TFontWidthCss3
1558
+ | FontSize
1559
+ | LineHeight
1560
+ | FontFamily
1561
+ | TSystemFamilyName
1562
+ export type Gap = RowGap | ColumnGap
1563
+ export type Grid =
1564
+ | GridTemplate
1565
+ | GridTemplateRows
1566
+ | 'auto-flow'
1567
+ | 'dense'
1568
+ | GridAutoColumns
1569
+ | 'auto-flow'
1570
+ | 'dense'
1571
+ | GridAutoRows
1572
+ | GridTemplateColumns
1573
+ export type GridArea = TGridLine
1574
+ export type GridColumn = TGridLine
1575
+ export type GridRow = TGridLine
1576
+ export type GridTemplate =
1577
+ | 'none'
1578
+ | GridTemplateRows
1579
+ | GridTemplateColumns
1580
+ | TLineNames
1581
+ | (string & {})
1582
+ | TTrackSize
1583
+ | TExplicitTrackList
1584
+ export type Inset = Top
1585
+ export type InsetBlock = Top
1586
+ export type InsetInline = Top
1587
+ export type ListStyle = ListStyleType | ListStylePosition | ListStyleImage
1588
+ export type Margin = MarginTop
1589
+ export type MarginBlock = MarginTop
1590
+ export type MarginInline = MarginTop
1591
+ export type Mask = TMaskLayer
1592
+ export type MaskBorder =
1593
+ | MaskBorderSource
1594
+ | MaskBorderSlice
1595
+ | MaskBorderWidth
1596
+ | MaskBorderOutset
1597
+ | MaskBorderRepeat
1598
+ | MaskBorderMode
1599
+ export type Offset =
1600
+ | OffsetPosition
1601
+ | OffsetPath
1602
+ | OffsetDistance
1603
+ | OffsetRotate
1604
+ | OffsetAnchor
1605
+ export type Outline = OutlineWidth | OutlineStyle | OutlineColor
1606
+ export type Overflow = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'
1607
+ export type OverscrollBehavior = 'contain' | 'none' | 'auto'
1608
+ export type Padding = PaddingTop
1609
+ export type PaddingBlock = PaddingTop
1610
+ export type PaddingInline = PaddingTop
1611
+ export type PlaceContent = AlignContent | JustifyContent
1612
+ export type PlaceItems = AlignItems | JustifyItems
1613
+ export type PlaceSelf = AlignSelf | JustifySelf
1614
+ export type ScrollMargin = string & {}
1615
+ export type ScrollMarginBlock = string & {}
1616
+ export type ScrollMarginInline = string & {}
1617
+ export type ScrollPadding = 'auto' | TLengthPercentage
1618
+ export type ScrollPaddingBlock = 'auto' | TLengthPercentage
1619
+ export type ScrollPaddingInline = 'auto' | TLengthPercentage
1620
+ export type TextDecoration =
1621
+ | TextDecorationLine
1622
+ | TextDecorationStyle
1623
+ | TextDecorationColor
1624
+ | TextDecorationThickness
1625
+ export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor
1626
+ export type TextWrap = TextWrapMode | TextWrapStyle
1627
+ export type Transition = TSingleTransition
1628
+ export type MsAccelerator = 'false' | 'true'
1629
+ export type MsBlockProgression = 'tb' | 'rl' | 'bt' | 'lr'
1630
+ export type MsContentZoomChaining = 'none' | 'chained'
1631
+ export type MsContentZoomLimitMax = number
1632
+ export type MsContentZoomLimitMin = number
1633
+ export type MsContentZoomSnapPoints = number
1634
+ export type MsContentZoomSnapType = 'none' | 'proximity' | 'mandatory'
1635
+ export type MsContentZooming = 'none' | 'zoom'
1636
+ export type MsFilter = string & {}
1637
+ export type MsFlowFrom = 'none' | (string & {})
1638
+ export type MsFlowInto = 'none' | (string & {})
1639
+ export type MsGridColumns = 'none' | TTrackList | TAutoTrackList
1640
+ export type MsGridRows = 'none' | TTrackList | TAutoTrackList
1641
+ export type MsHighContrastAdjust = 'auto' | 'none'
1642
+ export type MsHyphenateLimitChars = 'auto' | number
1643
+ export type MsHyphenateLimitLines = 'no-limit' | number
1644
+ export type MsHyphenateLimitZone = number
1645
+ export type MsImeAlign = 'auto' | 'after'
1646
+ export type MsOverflowStyle =
1647
+ | 'auto'
1648
+ | 'none'
1649
+ | 'scrollbar'
1650
+ | '-ms-autohiding-scrollbar'
1651
+ export type MsScrollChaining = 'chained' | 'none'
1652
+ export type MsScrollLimitXMax = 'auto'
1653
+ export type MsScrollLimitXMin = string & {}
1654
+ export type MsScrollLimitYMax = 'auto'
1655
+ export type MsScrollLimitYMin = string & {}
1656
+ export type MsScrollRails = 'none' | 'railed'
1657
+ export type MsScrollSnapPointsX = TLengthPercentage
1658
+ export type MsScrollSnapPointsY = TLengthPercentage
1659
+ export type MsScrollSnapType = 'none' | 'proximity' | 'mandatory'
1660
+ export type MsScrollTranslation = 'none' | 'vertical-to-horizontal'
1661
+ export type MsScrollbar3dlightColor = TColor
1662
+ export type MsScrollbarArrowColor = TColor
1663
+ export type MsScrollbarBaseColor = TColor
1664
+ export type MsScrollbarDarkshadowColor = TColor
1665
+ export type MsScrollbarFaceColor = TColor
1666
+ export type MsScrollbarHighlightColor = TColor
1667
+ export type MsScrollbarShadowColor = TColor
1668
+ export type MsScrollbarTrackColor = TColor
1669
+ export type MsTextAutospace =
1670
+ | 'none'
1671
+ | 'ideograph-alpha'
1672
+ | 'ideograph-numeric'
1673
+ | 'ideograph-parenthesis'
1674
+ | 'ideograph-space'
1675
+ export type MsTouchSelect = 'grippers' | 'none'
1676
+ export type MsUserSelect = 'none' | 'element' | 'text'
1677
+ export type MsWrapFlow =
1678
+ | 'auto'
1679
+ | 'both'
1680
+ | 'start'
1681
+ | 'end'
1682
+ | 'maximum'
1683
+ | 'clear'
1684
+ export type MsWrapMargin = string & {}
1685
+ export type MsWrapThrough = 'wrap' | 'none'
1686
+ export type MozAppearance =
1687
+ | 'none'
1688
+ | 'button'
1689
+ | 'button-arrow-down'
1690
+ | 'button-arrow-next'
1691
+ | 'button-arrow-previous'
1692
+ | 'button-arrow-up'
1693
+ | 'button-bevel'
1694
+ | 'button-focus'
1695
+ | 'caret'
1696
+ | 'checkbox'
1697
+ | 'checkbox-container'
1698
+ | 'checkbox-label'
1699
+ | 'checkmenuitem'
1700
+ | 'dualbutton'
1701
+ | 'groupbox'
1702
+ | 'listbox'
1703
+ | 'listitem'
1704
+ | 'menuarrow'
1705
+ | 'menubar'
1706
+ | 'menucheckbox'
1707
+ | 'menuimage'
1708
+ | 'menuitem'
1709
+ | 'menuitemtext'
1710
+ | 'menulist'
1711
+ | 'menulist-button'
1712
+ | 'menulist-text'
1713
+ | 'menulist-textfield'
1714
+ | 'menupopup'
1715
+ | 'menuradio'
1716
+ | 'menuseparator'
1717
+ | 'meterbar'
1718
+ | 'meterchunk'
1719
+ | 'progressbar'
1720
+ | 'progressbar-vertical'
1721
+ | 'progresschunk'
1722
+ | 'progresschunk-vertical'
1723
+ | 'radio'
1724
+ | 'radio-container'
1725
+ | 'radio-label'
1726
+ | 'radiomenuitem'
1727
+ | 'range'
1728
+ | 'range-thumb'
1729
+ | 'resizer'
1730
+ | 'resizerpanel'
1731
+ | 'scale-horizontal'
1732
+ | 'scalethumbend'
1733
+ | 'scalethumb-horizontal'
1734
+ | 'scalethumbstart'
1735
+ | 'scalethumbtick'
1736
+ | 'scalethumb-vertical'
1737
+ | 'scale-vertical'
1738
+ | 'scrollbarbutton-down'
1739
+ | 'scrollbarbutton-left'
1740
+ | 'scrollbarbutton-right'
1741
+ | 'scrollbarbutton-up'
1742
+ | 'scrollbarthumb-horizontal'
1743
+ | 'scrollbarthumb-vertical'
1744
+ | 'scrollbartrack-horizontal'
1745
+ | 'scrollbartrack-vertical'
1746
+ | 'searchfield'
1747
+ | 'separator'
1748
+ | 'sheet'
1749
+ | 'spinner'
1750
+ | 'spinner-downbutton'
1751
+ | 'spinner-textfield'
1752
+ | 'spinner-upbutton'
1753
+ | 'splitter'
1754
+ | 'statusbar'
1755
+ | 'statusbarpanel'
1756
+ | 'tab'
1757
+ | 'tabpanel'
1758
+ | 'tabpanels'
1759
+ | 'tab-scroll-arrow-back'
1760
+ | 'tab-scroll-arrow-forward'
1761
+ | 'textfield'
1762
+ | 'textfield-multiline'
1763
+ | 'toolbar'
1764
+ | 'toolbarbutton'
1765
+ | 'toolbarbutton-dropdown'
1766
+ | 'toolbargripper'
1767
+ | 'toolbox'
1768
+ | 'tooltip'
1769
+ | 'treeheader'
1770
+ | 'treeheadercell'
1771
+ | 'treeheadersortarrow'
1772
+ | 'treeitem'
1773
+ | 'treeline'
1774
+ | 'treetwisty'
1775
+ | 'treetwistyopen'
1776
+ | 'treeview'
1777
+ | '-moz-mac-unified-toolbar'
1778
+ | '-moz-win-borderless-glass'
1779
+ | '-moz-win-browsertabbar-toolbox'
1780
+ | '-moz-win-communicationstext'
1781
+ | '-moz-win-communications-toolbox'
1782
+ | '-moz-win-exclude-glass'
1783
+ | '-moz-win-glass'
1784
+ | '-moz-win-mediatext'
1785
+ | '-moz-win-media-toolbox'
1786
+ | '-moz-window-button-box'
1787
+ | '-moz-window-button-box-maximized'
1788
+ | '-moz-window-button-close'
1789
+ | '-moz-window-button-maximize'
1790
+ | '-moz-window-button-minimize'
1791
+ | '-moz-window-button-restore'
1792
+ | '-moz-window-frame-bottom'
1793
+ | '-moz-window-frame-left'
1794
+ | '-moz-window-frame-right'
1795
+ | '-moz-window-titlebar'
1796
+ | '-moz-window-titlebar-maximized'
1797
+ export type MozBinding = 'none'
1798
+ export type MozBorderBottomColors = TColor | 'none'
1799
+ export type MozBorderLeftColors = TColor | 'none'
1800
+ export type MozBorderRightColors = TColor | 'none'
1801
+ export type MozBorderTopColors = TColor | 'none'
1802
+ export type MozContextProperties =
1803
+ | 'none'
1804
+ | 'fill'
1805
+ | 'fill-opacity'
1806
+ | 'stroke'
1807
+ | 'stroke-opacity'
1808
+ export type MozFloatEdge =
1809
+ | 'border-box'
1810
+ | 'content-box'
1811
+ | 'margin-box'
1812
+ | 'padding-box'
1813
+ export type MozForceBrokenImageIcon = '0' | '1'
1814
+ export type MozOrient = 'inline' | 'block' | 'horizontal' | 'vertical'
1815
+ export type MozOutlineRadiusBottomleft = TOutlineRadius
1816
+ export type MozOutlineRadiusBottomright = TOutlineRadius
1817
+ export type MozOutlineRadiusTopleft = TOutlineRadius
1818
+ export type MozOutlineRadiusTopright = TOutlineRadius
1819
+ export type MozStackSizing = 'ignore' | 'stretch-to-fit'
1820
+ export type MozTextBlink = 'none' | 'blink'
1821
+ export type MozUserFocus =
1822
+ | 'ignore'
1823
+ | 'normal'
1824
+ | 'select-after'
1825
+ | 'select-before'
1826
+ | 'select-menu'
1827
+ | 'select-same'
1828
+ | 'select-all'
1829
+ | 'none'
1830
+ export type MozUserInput = 'auto' | 'none' | 'enabled' | 'disabled'
1831
+ export type MozUserModify = 'read-only' | 'read-write' | 'write-only'
1832
+ export type MozWindowDragging = 'drag' | 'no-drag'
1833
+ export type MozWindowShadow =
1834
+ | 'default'
1835
+ | 'menu'
1836
+ | 'tooltip'
1837
+ | 'sheet'
1838
+ | 'none'
1839
+ export type WebkitAppearance =
1840
+ | 'none'
1841
+ | 'button'
1842
+ | 'button-bevel'
1843
+ | 'caret'
1844
+ | 'checkbox'
1845
+ | 'default-button'
1846
+ | 'inner-spin-button'
1847
+ | 'listbox'
1848
+ | 'listitem'
1849
+ | 'media-controls-background'
1850
+ | 'media-controls-fullscreen-background'
1851
+ | 'media-current-time-display'
1852
+ | 'media-enter-fullscreen-button'
1853
+ | 'media-exit-fullscreen-button'
1854
+ | 'media-fullscreen-button'
1855
+ | 'media-mute-button'
1856
+ | 'media-overlay-play-button'
1857
+ | 'media-play-button'
1858
+ | 'media-seek-back-button'
1859
+ | 'media-seek-forward-button'
1860
+ | 'media-slider'
1861
+ | 'media-sliderthumb'
1862
+ | 'media-time-remaining-display'
1863
+ | 'media-toggle-closed-captions-button'
1864
+ | 'media-volume-slider'
1865
+ | 'media-volume-slider-container'
1866
+ | 'media-volume-sliderthumb'
1867
+ | 'menulist'
1868
+ | 'menulist-button'
1869
+ | 'menulist-text'
1870
+ | 'menulist-textfield'
1871
+ | 'meter'
1872
+ | 'progress-bar'
1873
+ | 'progress-bar-value'
1874
+ | 'push-button'
1875
+ | 'radio'
1876
+ | 'searchfield'
1877
+ | 'searchfield-cancel-button'
1878
+ | 'searchfield-decoration'
1879
+ | 'searchfield-results-button'
1880
+ | 'searchfield-results-decoration'
1881
+ | 'slider-horizontal'
1882
+ | 'slider-vertical'
1883
+ | 'sliderthumb-horizontal'
1884
+ | 'sliderthumb-vertical'
1885
+ | 'square-button'
1886
+ | 'textarea'
1887
+ | 'textfield'
1888
+ | '-apple-pay-button'
1889
+ export type WebkitBorderBeforeColor = TColor
1890
+ export type WebkitBorderBeforeStyle = BorderStyle
1891
+ export type WebkitBorderBeforeWidth = BorderWidth
1892
+ export type WebkitBoxReflect = 'above' | 'below' | 'right' | 'left' | TImage
1893
+ export type WebkitLineClamp = 'none' | number
1894
+ export type WebkitMaskAttachment = TAttachment
1895
+ export type WebkitMaskClip =
1896
+ | TCoordBox
1897
+ | 'no-clip'
1898
+ | 'border'
1899
+ | 'padding'
1900
+ | 'content'
1901
+ | 'text'
1902
+ export type WebkitMaskComposite = TCompositeStyle
1903
+ export type WebkitMaskImage = TMaskReference
1904
+ export type WebkitMaskOrigin = TCoordBox | 'border' | 'padding' | 'content'
1905
+ export type WebkitMaskPosition = TPosition
1906
+ export type WebkitMaskPositionX =
1907
+ | TLengthPercentage
1908
+ | 'left'
1909
+ | 'center'
1910
+ | 'right'
1911
+ export type WebkitMaskPositionY =
1912
+ | TLengthPercentage
1913
+ | 'top'
1914
+ | 'center'
1915
+ | 'bottom'
1916
+ export type WebkitMaskRepeat = TRepeatStyle
1917
+ export type WebkitMaskRepeatX = 'repeat' | 'no-repeat' | 'space' | 'round'
1918
+ export type WebkitMaskRepeatY = 'repeat' | 'no-repeat' | 'space' | 'round'
1919
+ export type WebkitMaskSize = TBgSize
1920
+ export type WebkitOverflowScrolling = 'auto' | 'touch'
1921
+ export type WebkitTapHighlightColor = TColor
1922
+ export type WebkitTextFillColor = TColor
1923
+ export type WebkitTextStrokeColor = TColor
1924
+ export type WebkitTextStrokeWidth = string & {}
1925
+ export type WebkitTouchCallout = 'default' | 'none'
1926
+ export type WebkitUserModify =
1927
+ | 'read-only'
1928
+ | 'read-write'
1929
+ | 'read-write-plaintext-only'
1930
+ export type WebkitUserSelect = 'auto' | 'text' | 'none' | 'all'
1931
+ export type MsContentZoomLimit = MsContentZoomLimitMin | MsContentZoomLimitMax
1932
+ export type MsContentZoomSnap =
1933
+ | MsContentZoomSnapType
1934
+ | MsContentZoomSnapPoints
1935
+ export type MsScrollLimit =
1936
+ | MsScrollLimitXMin
1937
+ | MsScrollLimitYMin
1938
+ | MsScrollLimitXMax
1939
+ | MsScrollLimitYMax
1940
+ export type MsScrollSnapX = MsScrollSnapType | MsScrollSnapPointsX
1941
+ export type MsScrollSnapY = MsScrollSnapType | MsScrollSnapPointsY
1942
+ export type MozOutlineRadius = TOutlineRadius
1943
+ export type WebkitBorderBefore = BorderWidth | BorderStyle | TColor
1944
+ export type WebkitMask =
1945
+ | TMaskReference
1946
+ | TPosition
1947
+ | TBgSize
1948
+ | TRepeatStyle
1949
+ | TVisualBox
1950
+ | 'border'
1951
+ | 'padding'
1952
+ | 'content'
1953
+ | 'text'
1954
+ | TVisualBox
1955
+ | 'border'
1956
+ | 'padding'
1957
+ | 'content'
1958
+ export type WebkitTextStroke = TColor
1959
+ }
1960
+ export type TAbsoluteSize =
1961
+ | 'xx-small'
1962
+ | 'x-small'
1963
+ | 'small'
1964
+ | 'medium'
1965
+ | 'large'
1966
+ | 'x-large'
1967
+ | 'xx-large'
1968
+ | 'xxx-large'
1969
+ export type TAlphaValue = number
1970
+ export type TAnchorName = string & {}
1971
+ export type TAnchorSide =
1972
+ | 'inside'
1973
+ | 'outside'
1974
+ | 'top'
1975
+ | 'left'
1976
+ | 'right'
1977
+ | 'bottom'
1978
+ | 'start'
1979
+ | 'end'
1980
+ | 'self-start'
1981
+ | 'self-end'
1982
+ | number
1983
+ | 'center'
1984
+ export type TAnchorSize =
1985
+ | 'width'
1986
+ | 'height'
1987
+ | 'block'
1988
+ | 'inline'
1989
+ | 'self-block'
1990
+ | 'self-inline'
1991
+ export type TAnglePercentage = number
1992
+ export type TAngularColorHint = TAnglePercentage
1993
+ export type TAngularColorStop = TColor | TColorStopAngle
1994
+ export type TAngularColorStopList =
1995
+ | TAngularColorStop
1996
+ | TAngularColorHint
1997
+ | TAngularColorStop
1998
+ export type TAnimateableFeature = 'scroll-position' | 'contents' | (string & {})
1999
+ export type TAttachment = 'scroll' | 'fixed' | 'local'
2000
+ export type TAttrMatcher = "'~'" | "'|'" | "'^'" | "'$'" | "'*'" | "'='"
2001
+ export type TAttrModifier = 'i' | 's'
2002
+ export type TAttrType = 'raw-string' | 'number'
2003
+ export type TAttributeSelector =
2004
+ | "'['"
2005
+ | TWqName
2006
+ | "']'"
2007
+ | "'['"
2008
+ | TWqName
2009
+ | TAttrMatcher
2010
+ | TAttrModifier
2011
+ | "']'"
2012
+ export type TAutoRepeat =
2013
+ | 'auto-fill'
2014
+ | 'auto-fit'
2015
+ | TLineNames
2016
+ | TFixedSize
2017
+ | TLineNames
2018
+ export type TAutoTrackList =
2019
+ | TLineNames
2020
+ | TFixedSize
2021
+ | TFixedRepeat
2022
+ | TLineNames
2023
+ | TAutoRepeat
2024
+ export type TAxis = 'block' | 'inline' | 'x' | 'y'
2025
+ export type TBaselinePosition = 'first' | 'last' | 'baseline'
2026
+ export type TBasicShape = string & {}
2027
+ export type TBasicShapeRect = string & {}
2028
+ export type TBgClip = TVisualBox | 'border-area' | 'text'
2029
+ export type TBgImage = TImage | 'none'
2030
+ export type TBgLayer =
2031
+ | TBgImage
2032
+ | TBgPosition
2033
+ | TBgSize
2034
+ | TRepeatStyle
2035
+ | TAttachment
2036
+ | TVisualBox
2037
+ export type TBgPosition =
2038
+ | 'left'
2039
+ | 'center'
2040
+ | 'right'
2041
+ | 'top'
2042
+ | 'bottom'
2043
+ | TLengthPercentage
2044
+ | 'left'
2045
+ | 'center'
2046
+ | 'right'
2047
+ | TLengthPercentage
2048
+ | 'top'
2049
+ | 'center'
2050
+ | 'bottom'
2051
+ | TLengthPercentage
2052
+ | 'center'
2053
+ | 'left'
2054
+ | 'right'
2055
+ | TLengthPercentage
2056
+ | 'center'
2057
+ | 'top'
2058
+ | 'bottom'
2059
+ | TLengthPercentage
2060
+ export type TBgSize = TLengthPercentage | 'auto' | 'cover' | 'contain'
2061
+ export type TBlendMode =
2062
+ | 'normal'
2063
+ | 'multiply'
2064
+ | 'screen'
2065
+ | 'overlay'
2066
+ | 'darken'
2067
+ | 'lighten'
2068
+ | 'color-dodge'
2069
+ | 'color-burn'
2070
+ | 'hard-light'
2071
+ | 'soft-light'
2072
+ | 'difference'
2073
+ | 'exclusion'
2074
+ | 'hue'
2075
+ | 'saturation'
2076
+ | 'color'
2077
+ | 'luminosity'
2078
+ export type TCalcConstant = 'e' | 'pi' | 'infinity' | '-infinity' | 'NaN'
2079
+ export type TCalcProduct = TCalcValue | "'*'" | TCalcValue | "'/'" | number
2080
+ export type TCalcSizeBasis = 'any' | TCalcSum
2081
+ export type TCalcSum = TCalcProduct | "'+'" | "'-'" | TCalcProduct
2082
+ export type TCalcValue = number | TCalcConstant | TCalcSum
2083
+ export type TCfFinalImage = TImage | TColor
2084
+ export type TCfMixingImage = number | TImage
2085
+ export type TClassSelector = "'.'"
2086
+ export type TClipSource = string & {}
2087
+ export type TColor =
2088
+ | TColorBase
2089
+ | 'currentColor'
2090
+ | TSystemColor
2091
+ | TDeprecatedSystemColor
2092
+ | keyof CustomColors
2093
+ export type TColorBase = TColorFunction | TNamedColor | 'transparent'
2094
+ export type TColorFunction = string & {}
2095
+ export type TColorInterpolationMethod =
2096
+ | 'in'
2097
+ | TRectangularColorSpace
2098
+ | TPolarColorSpace
2099
+ | THueInterpolationMethod
2100
+ | TCustomColorSpace
2101
+ export type TColorStop = TColorStopLength | TColorStopAngle
2102
+ export type TColorStopAngle = TAnglePercentage
2103
+ export type TColorStopLength = TLengthPercentage
2104
+ export type TColorStopList =
2105
+ | TLinearColorStop
2106
+ | TLinearColorHint
2107
+ | TLinearColorStop
2108
+ export type TColorspaceParams =
2109
+ | TCustomParams
2110
+ | TPredefinedRgbParams
2111
+ | TXyzParams
2112
+ export type TCombinator = "'>'" | "'+'" | "'~'" | "'||'"
2113
+ export type TCommonLigValues = 'common-ligatures' | 'no-common-ligatures'
2114
+ export type TCompatAuto =
2115
+ | 'searchfield'
2116
+ | 'textarea'
2117
+ | 'checkbox'
2118
+ | 'radio'
2119
+ | 'menulist'
2120
+ | 'listbox'
2121
+ | 'meter'
2122
+ | 'progress-bar'
2123
+ | 'button'
2124
+ export type TCompatSpecial = 'textfield' | 'menulist-button'
2125
+ export type TComplexSelector =
2126
+ | TCompoundSelector
2127
+ | TCombinator
2128
+ | TCompoundSelector
2129
+ export type TComplexSelectorList = TComplexSelector
2130
+ export type TCompositeStyle =
2131
+ | 'clear'
2132
+ | 'copy'
2133
+ | 'source-over'
2134
+ | 'source-in'
2135
+ | 'source-out'
2136
+ | 'source-atop'
2137
+ | 'destination-over'
2138
+ | 'destination-in'
2139
+ | 'destination-out'
2140
+ | 'destination-atop'
2141
+ | 'xor'
2142
+ export type TCompositingOperator = 'add' | 'subtract' | 'intersect' | 'exclude'
2143
+ export type TCompoundSelector =
2144
+ | TTypeSelector
2145
+ | TSubclassSelector
2146
+ | TPseudoElementSelector
2147
+ | TPseudoClassSelector
2148
+ export type TCompoundSelectorList = TCompoundSelector
2149
+ export type TConicGradientSyntax =
2150
+ | 'from'
2151
+ | 'at'
2152
+ | TPosition
2153
+ | TColorInterpolationMethod
2154
+ | TAngularColorStopList
2155
+ export type TContainerCondition = TContainerName | TContainerQuery
2156
+ export type TContainerName = string & {}
2157
+ export type TContainerQuery =
2158
+ | 'not'
2159
+ | TQueryInParens
2160
+ | TQueryInParens
2161
+ | 'and'
2162
+ | TQueryInParens
2163
+ | 'or'
2164
+ | TQueryInParens
2165
+ export type TContentDistribution =
2166
+ | 'space-between'
2167
+ | 'space-around'
2168
+ | 'space-evenly'
2169
+ | 'stretch'
2170
+ export type TContentList = (string & {}) | TImage | TQuote | TCounter
2171
+ export type TContentPosition =
2172
+ | 'center'
2173
+ | 'start'
2174
+ | 'end'
2175
+ | 'flex-start'
2176
+ | 'flex-end'
2177
+ export type TContentReplacement = TImage
2178
+ export type TContextualAltValues = 'contextual' | 'no-contextual'
2179
+ export type TCoordBox = TPaintBox | 'view-box'
2180
+ export type TCounter = string & {}
2181
+ export type TCounterName = string & {}
2182
+ export type TCounterStyle = TCounterStyleName
2183
+ export type TCounterStyleName = string & {}
2184
+ export type TCubicBezierEasingFunction =
2185
+ | 'ease'
2186
+ | 'ease-in'
2187
+ | 'ease-out'
2188
+ | 'ease-in-out'
2189
+ export type TCursorPredefined =
2190
+ | 'auto'
2191
+ | 'default'
2192
+ | 'none'
2193
+ | 'context-menu'
2194
+ | 'help'
2195
+ | 'pointer'
2196
+ | 'progress'
2197
+ | 'wait'
2198
+ | 'cell'
2199
+ | 'crosshair'
2200
+ | 'text'
2201
+ | 'vertical-text'
2202
+ | 'alias'
2203
+ | 'copy'
2204
+ | 'move'
2205
+ | 'no-drop'
2206
+ | 'not-allowed'
2207
+ | 'e-resize'
2208
+ | 'n-resize'
2209
+ | 'ne-resize'
2210
+ | 'nw-resize'
2211
+ | 's-resize'
2212
+ | 'se-resize'
2213
+ | 'sw-resize'
2214
+ | 'w-resize'
2215
+ | 'ew-resize'
2216
+ | 'ns-resize'
2217
+ | 'nesw-resize'
2218
+ | 'nwse-resize'
2219
+ | 'col-resize'
2220
+ | 'row-resize'
2221
+ | 'all-scroll'
2222
+ | 'zoom-in'
2223
+ | 'zoom-out'
2224
+ | 'grab'
2225
+ | 'grabbing'
2226
+ export type TCustomColorSpace = string & {}
2227
+ export type TCustomParams = (string & {}) | number | 'none'
2228
+ export type TDasharray = TLengthPercentage | number
2229
+ export type TDashndashdigitIdent = string & {}
2230
+ export type TDeprecatedSystemColor =
2231
+ | 'ActiveBorder'
2232
+ | 'ActiveCaption'
2233
+ | 'AppWorkspace'
2234
+ | 'Background'
2235
+ | 'ButtonHighlight'
2236
+ | 'ButtonShadow'
2237
+ | 'CaptionText'
2238
+ | 'InactiveBorder'
2239
+ | 'InactiveCaption'
2240
+ | 'InactiveCaptionText'
2241
+ | 'InfoBackground'
2242
+ | 'InfoText'
2243
+ | 'Menu'
2244
+ | 'MenuText'
2245
+ | 'Scrollbar'
2246
+ | 'ThreeDDarkShadow'
2247
+ | 'ThreeDFace'
2248
+ | 'ThreeDHighlight'
2249
+ | 'ThreeDLightShadow'
2250
+ | 'ThreeDShadow'
2251
+ | 'Window'
2252
+ | 'WindowFrame'
2253
+ | 'WindowText'
2254
+ export type TDiscretionaryLigValues =
2255
+ | 'discretionary-ligatures'
2256
+ | 'no-discretionary-ligatures'
2257
+ export type TDisplayBox = 'contents' | 'none'
2258
+ export type TDisplayInside =
2259
+ | 'flow'
2260
+ | 'flow-root'
2261
+ | 'table'
2262
+ | 'flex'
2263
+ | 'grid'
2264
+ | 'ruby'
2265
+ export type TDisplayInternal =
2266
+ | 'table-row-group'
2267
+ | 'table-header-group'
2268
+ | 'table-footer-group'
2269
+ | 'table-row'
2270
+ | 'table-cell'
2271
+ | 'table-column-group'
2272
+ | 'table-column'
2273
+ | 'table-caption'
2274
+ | 'ruby-base'
2275
+ | 'ruby-text'
2276
+ | 'ruby-base-container'
2277
+ | 'ruby-text-container'
2278
+ export type TDisplayLegacy =
2279
+ | 'inline-block'
2280
+ | 'inline-list-item'
2281
+ | 'inline-table'
2282
+ | 'inline-flex'
2283
+ | 'inline-grid'
2284
+ export type TDisplayListitem =
2285
+ | TDisplayOutside
2286
+ | 'flow'
2287
+ | 'flow-root'
2288
+ | 'list-item'
2289
+ export type TDisplayOutside = 'block' | 'inline' | 'run-in'
2290
+ export type TEasingFunction =
2291
+ | TLinearEasingFunction
2292
+ | TCubicBezierEasingFunction
2293
+ | TStepEasingFunction
2294
+ export type TEastAsianVariantValues =
2295
+ | 'jis78'
2296
+ | 'jis83'
2297
+ | 'jis90'
2298
+ | 'jis04'
2299
+ | 'simplified'
2300
+ | 'traditional'
2301
+ export type TEastAsianWidthValues = 'full-width' | 'proportional-width'
2302
+ export type TExplicitTrackList = TLineNames | TTrackSize | TLineNames
2303
+ export type TFamilyName = string & {}
2304
+ export type TFeatureTagValue = (string & {}) | number | 'on' | 'off'
2305
+ export type TFeatureValueBlock =
2306
+ | TFeatureType
2307
+ | "'{'"
2308
+ | TFeatureValueDeclarationList
2309
+ | "'}'"
2310
+ export type TFeatureValueBlockList = TFeatureValueBlock
2311
+ export type TFeatureValueDeclaration = (string & {}) | number
2312
+ export type TFeatureValueDeclarationList = TFeatureValueDeclaration
2313
+ export type TFeatureValueName = string & {}
2314
+ export type TFilterFunction = string & {}
2315
+ export type TFilterValueList = TFilterFunction
2316
+ export type TFinalBgLayer =
2317
+ | TBgImage
2318
+ | TBgPosition
2319
+ | TBgSize
2320
+ | TRepeatStyle
2321
+ | TAttachment
2322
+ | TVisualBox
2323
+ | BackgroundColor
2324
+ export type TFixedBreadth = TLengthPercentage
2325
+ export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames
2326
+ export type TFixedSize =
2327
+ | TFixedBreadth
2328
+ | TFixedBreadth
2329
+ | TTrackBreadth
2330
+ | TInflexibleBreadth
2331
+ | TFixedBreadth
2332
+ export type TFontStretchAbsolute =
2333
+ | 'normal'
2334
+ | 'ultra-condensed'
2335
+ | 'extra-condensed'
2336
+ | 'condensed'
2337
+ | 'semi-condensed'
2338
+ | 'semi-expanded'
2339
+ | 'expanded'
2340
+ | 'extra-expanded'
2341
+ | 'ultra-expanded'
2342
+ | number
2343
+ export type TFontVariantCss2 = 'normal' | 'small-caps'
2344
+ export type TFontWeightAbsolute = 'normal' | 'bold' | number
2345
+ export type TFontWidthCss3 =
2346
+ | 'normal'
2347
+ | 'ultra-condensed'
2348
+ | 'extra-condensed'
2349
+ | 'condensed'
2350
+ | 'semi-condensed'
2351
+ | 'semi-expanded'
2352
+ | 'expanded'
2353
+ | 'extra-expanded'
2354
+ | 'ultra-expanded'
2355
+ export type TFormControlIdentifier = 'select'
2356
+ export type TFrequencyPercentage = number
2357
+ export type TGenericComplete =
2358
+ | 'serif'
2359
+ | 'sans-serif'
2360
+ | 'system-ui'
2361
+ | 'cursive'
2362
+ | 'fantasy'
2363
+ | 'math'
2364
+ | 'monospace'
2365
+ export type TGeneralEnclosed = string & {}
2366
+ export type TGenericFamily =
2367
+ | TGenericComplete
2368
+ | TGenericIncomplete
2369
+ | 'emoji'
2370
+ | 'fangsong'
2371
+ export type TGenericIncomplete =
2372
+ | 'ui-serif'
2373
+ | 'ui-sans-serif'
2374
+ | 'ui-monospace'
2375
+ | 'ui-rounded'
2376
+ export type TGeometryBox = TShapeBox | 'fill-box' | 'stroke-box' | 'view-box'
2377
+ export type TGradient = string & {}
2378
+ export type TGridLine =
2379
+ | 'auto'
2380
+ | (string & {})
2381
+ | number
2382
+ | (string & {})
2383
+ | 'span'
2384
+ | number
2385
+ | (string & {})
2386
+ export type THistoricalLigValues =
2387
+ | 'historical-ligatures'
2388
+ | 'no-historical-ligatures'
2389
+ export type THue = number
2390
+ export type THueInterpolationMethod =
2391
+ | 'shorter'
2392
+ | 'longer'
2393
+ | 'increasing'
2394
+ | 'decreasing'
2395
+ | 'hue'
2396
+ export type TIdSelector = string & {}
2397
+ export type TImage = TGradient
2398
+ export type TImageSetOption = TImage | (string & {}) | (string & {})
2399
+ export type TImageSrc = string & {}
2400
+ export type TImageTags = 'ltr' | 'rtl'
2401
+ export type TInflexibleBreadth =
2402
+ | TLengthPercentage
2403
+ | 'min-content'
2404
+ | 'max-content'
2405
+ | 'auto'
2406
+ export type TKeyframeBlock = TKeyframeSelector
2407
+ export type TKeyframeSelector =
2408
+ | 'from'
2409
+ | 'to'
2410
+ | number
2411
+ | TTimelineRangeName
2412
+ | number
2413
+ export type TKeyframesName = string & {}
2414
+ export type TLayerName = "'.'"
2415
+ export type TLeaderType = 'dotted' | 'solid' | 'space' | (string & {})
2416
+ export type TLengthPercentage = number
2417
+ export type TLineNameList = TLineNames | TNameRepeat
2418
+ export type TLineNames = "'['" | (string & {}) | "']'"
2419
+ export type TLineStyle =
2420
+ | 'none'
2421
+ | 'hidden'
2422
+ | 'dotted'
2423
+ | 'dashed'
2424
+ | 'solid'
2425
+ | 'double'
2426
+ | 'groove'
2427
+ | 'ridge'
2428
+ | 'inset'
2429
+ | 'outset'
2430
+ export type TLineWidth = 'thin' | 'medium' | 'thick'
2431
+ export type TLinearColorHint = TLengthPercentage
2432
+ export type TLinearColorStop = TColor | TColorStopLength
2433
+ export type TLinearEasingFunction = 'linear'
2434
+ export type TLinearGradientSyntax =
2435
+ | 'to'
2436
+ | TSideOrCorner
2437
+ | TColorInterpolationMethod
2438
+ | TColorStopList
2439
+ export type TMaskLayer =
2440
+ | TMaskReference
2441
+ | TPosition
2442
+ | TBgSize
2443
+ | TRepeatStyle
2444
+ | TGeometryBox
2445
+ | TGeometryBox
2446
+ | 'no-clip'
2447
+ | TCompositingOperator
2448
+ | TMaskingMode
2449
+ export type TMaskPosition =
2450
+ | TLengthPercentage
2451
+ | 'left'
2452
+ | 'center'
2453
+ | 'right'
2454
+ | TLengthPercentage
2455
+ | 'top'
2456
+ | 'center'
2457
+ | 'bottom'
2458
+ export type TMaskReference = 'none' | TImage | TMaskSource
2459
+ export type TMaskSource = string & {}
2460
+ export type TMaskingMode = 'alpha' | 'luminance' | 'match-source'
2461
+ export type TMediaAnd = TMediaInParens | 'and' | TMediaInParens
2462
+ export type TMediaCondition = TMediaNot | TMediaAnd | TMediaOr | TMediaInParens
2463
+ export type TMediaConditionWithoutOr = TMediaNot | TMediaAnd | TMediaInParens
2464
+ export type TMediaFeature = TMfPlain | TMfBoolean | TMfRange
2465
+ export type TMediaInParens = TMediaCondition | TMediaFeature | TGeneralEnclosed
2466
+ export type TMediaNot = 'not' | TMediaInParens
2467
+ export type TMediaOr = TMediaInParens | 'or' | TMediaInParens
2468
+ export type TMediaQuery =
2469
+ | TMediaCondition
2470
+ | 'not'
2471
+ | 'only'
2472
+ | TMediaType
2473
+ | 'and'
2474
+ | TMediaConditionWithoutOr
2475
+ export type TMediaQueryList = TMediaQuery
2476
+ export type TMediaType = string & {}
2477
+ export type TMfBoolean = TMfName
2478
+ export type TMfName = string & {}
2479
+ export type TMfPlain = TMfName | TMfValue
2480
+ export type TMfRange =
2481
+ | TMfName
2482
+ | "'<'"
2483
+ | "'>'"
2484
+ | "'='"
2485
+ | TMfValue
2486
+ | TMfValue
2487
+ | "'<'"
2488
+ | "'>'"
2489
+ | "'='"
2490
+ | TMfName
2491
+ | TMfValue
2492
+ | "'<'"
2493
+ | "'='"
2494
+ | TMfName
2495
+ | TMfValue
2496
+ | "'>'"
2497
+ | "'='"
2498
+ | TMfName
2499
+ export type TMfValue = number | TRatio
2500
+ export type TNDimension = string & {}
2501
+ export type TNameRepeat = number | 'auto-fill' | TLineNames
2502
+ export type TNamedColor =
2503
+ | 'aliceblue'
2504
+ | 'antiquewhite'
2505
+ | 'aqua'
2506
+ | 'aquamarine'
2507
+ | 'azure'
2508
+ | 'beige'
2509
+ | 'bisque'
2510
+ | 'black'
2511
+ | 'blanchedalmond'
2512
+ | 'blue'
2513
+ | 'blueviolet'
2514
+ | 'brown'
2515
+ | 'burlywood'
2516
+ | 'cadetblue'
2517
+ | 'chartreuse'
2518
+ | 'chocolate'
2519
+ | 'coral'
2520
+ | 'cornflowerblue'
2521
+ | 'cornsilk'
2522
+ | 'crimson'
2523
+ | 'cyan'
2524
+ | 'darkblue'
2525
+ | 'darkcyan'
2526
+ | 'darkgoldenrod'
2527
+ | 'darkgray'
2528
+ | 'darkgreen'
2529
+ | 'darkgrey'
2530
+ | 'darkkhaki'
2531
+ | 'darkmagenta'
2532
+ | 'darkolivegreen'
2533
+ | 'darkorange'
2534
+ | 'darkorchid'
2535
+ | 'darkred'
2536
+ | 'darksalmon'
2537
+ | 'darkseagreen'
2538
+ | 'darkslateblue'
2539
+ | 'darkslategray'
2540
+ | 'darkslategrey'
2541
+ | 'darkturquoise'
2542
+ | 'darkviolet'
2543
+ | 'deeppink'
2544
+ | 'deepskyblue'
2545
+ | 'dimgray'
2546
+ | 'dimgrey'
2547
+ | 'dodgerblue'
2548
+ | 'firebrick'
2549
+ | 'floralwhite'
2550
+ | 'forestgreen'
2551
+ | 'fuchsia'
2552
+ | 'gainsboro'
2553
+ | 'ghostwhite'
2554
+ | 'gold'
2555
+ | 'goldenrod'
2556
+ | 'gray'
2557
+ | 'green'
2558
+ | 'greenyellow'
2559
+ | 'grey'
2560
+ | 'honeydew'
2561
+ | 'hotpink'
2562
+ | 'indianred'
2563
+ | 'indigo'
2564
+ | 'ivory'
2565
+ | 'khaki'
2566
+ | 'lavender'
2567
+ | 'lavenderblush'
2568
+ | 'lawngreen'
2569
+ | 'lemonchiffon'
2570
+ | 'lightblue'
2571
+ | 'lightcoral'
2572
+ | 'lightcyan'
2573
+ | 'lightgoldenrodyellow'
2574
+ | 'lightgray'
2575
+ | 'lightgreen'
2576
+ | 'lightgrey'
2577
+ | 'lightpink'
2578
+ | 'lightsalmon'
2579
+ | 'lightseagreen'
2580
+ | 'lightskyblue'
2581
+ | 'lightslategray'
2582
+ | 'lightslategrey'
2583
+ | 'lightsteelblue'
2584
+ | 'lightyellow'
2585
+ | 'lime'
2586
+ | 'limegreen'
2587
+ | 'linen'
2588
+ | 'magenta'
2589
+ | 'maroon'
2590
+ | 'mediumaquamarine'
2591
+ | 'mediumblue'
2592
+ | 'mediumorchid'
2593
+ | 'mediumpurple'
2594
+ | 'mediumseagreen'
2595
+ | 'mediumslateblue'
2596
+ | 'mediumspringgreen'
2597
+ | 'mediumturquoise'
2598
+ | 'mediumvioletred'
2599
+ | 'midnightblue'
2600
+ | 'mintcream'
2601
+ | 'mistyrose'
2602
+ | 'moccasin'
2603
+ | 'navajowhite'
2604
+ | 'navy'
2605
+ | 'oldlace'
2606
+ | 'olive'
2607
+ | 'olivedrab'
2608
+ | 'orange'
2609
+ | 'orangered'
2610
+ | 'orchid'
2611
+ | 'palegoldenrod'
2612
+ | 'palegreen'
2613
+ | 'paleturquoise'
2614
+ | 'palevioletred'
2615
+ | 'papayawhip'
2616
+ | 'peachpuff'
2617
+ | 'peru'
2618
+ | 'pink'
2619
+ | 'plum'
2620
+ | 'powderblue'
2621
+ | 'purple'
2622
+ | 'rebeccapurple'
2623
+ | 'red'
2624
+ | 'rosybrown'
2625
+ | 'royalblue'
2626
+ | 'saddlebrown'
2627
+ | 'salmon'
2628
+ | 'sandybrown'
2629
+ | 'seagreen'
2630
+ | 'seashell'
2631
+ | 'sienna'
2632
+ | 'silver'
2633
+ | 'skyblue'
2634
+ | 'slateblue'
2635
+ | 'slategray'
2636
+ | 'slategrey'
2637
+ | 'snow'
2638
+ | 'springgreen'
2639
+ | 'steelblue'
2640
+ | 'tan'
2641
+ | 'teal'
2642
+ | 'thistle'
2643
+ | 'tomato'
2644
+ | 'turquoise'
2645
+ | 'violet'
2646
+ | 'wheat'
2647
+ | 'white'
2648
+ | 'whitesmoke'
2649
+ | 'yellow'
2650
+ | 'yellowgreen'
2651
+ export type TNamespacePrefix = string & {}
2652
+ export type TNdashDimension = string & {}
2653
+ export type TNdashdigitDimension = string & {}
2654
+ export type TNdashdigitIdent = string & {}
2655
+ export type TNsPrefix = "'*'" | "'|'"
2656
+ export type TNumberPercentage = number
2657
+ export type TNumericFigureValues = 'lining-nums' | 'oldstyle-nums'
2658
+ export type TNumericFractionValues = 'diagonal-fractions' | 'stacked-fractions'
2659
+ export type TNumericSpacingValues = 'proportional-nums' | 'tabular-nums'
2660
+ export type TOffsetPath = TBasicShape
2661
+ export type TOpacityValue = number
2662
+ export type TOutlineLineStyle =
2663
+ | 'none'
2664
+ | 'dotted'
2665
+ | 'dashed'
2666
+ | 'solid'
2667
+ | 'double'
2668
+ | 'groove'
2669
+ | 'ridge'
2670
+ | 'inset'
2671
+ | 'outset'
2672
+ export type TOutlineRadius = number
2673
+ export type TOverflowPosition = 'unsafe' | 'safe'
2674
+ export type TPageBody = TPageBody | TPageMarginBox | TPageBody
2675
+ export type TPageMarginBox = TPageMarginBoxType | "'{'" | "'}'"
2676
+ export type TPageSelector = TPseudoPage
2677
+ export type TPageSelectorList = TPageSelector
2678
+ export type TPageSize =
2679
+ | 'A5'
2680
+ | 'A4'
2681
+ | 'A3'
2682
+ | 'B5'
2683
+ | 'B4'
2684
+ | 'JIS-B5'
2685
+ | 'JIS-B4'
2686
+ | 'letter'
2687
+ | 'legal'
2688
+ | 'ledger'
2689
+ export type TPaint =
2690
+ | 'none'
2691
+ | TColor
2692
+ | 'none'
2693
+ | TColor
2694
+ | 'context-fill'
2695
+ | 'context-stroke'
2696
+ export type TPaintBox = TVisualBox | 'fill-box' | 'stroke-box'
2697
+ export type TPaletteIdentifier = string & {}
2698
+ export type TPolarColorSpace = 'hsl' | 'hwb' | 'lch' | 'oklch'
2699
+ export type TPosition =
2700
+ | 'left'
2701
+ | 'center'
2702
+ | 'right'
2703
+ | 'top'
2704
+ | 'center'
2705
+ | 'bottom'
2706
+ | 'left'
2707
+ | 'center'
2708
+ | 'right'
2709
+ | TLengthPercentage
2710
+ | 'top'
2711
+ | 'center'
2712
+ | 'bottom'
2713
+ | TLengthPercentage
2714
+ | 'left'
2715
+ | 'right'
2716
+ | TLengthPercentage
2717
+ | 'top'
2718
+ | 'bottom'
2719
+ | TLengthPercentage
2720
+ export type TPositionArea =
2721
+ | 'left'
2722
+ | 'center'
2723
+ | 'right'
2724
+ | 'span-left'
2725
+ | 'span-right'
2726
+ | 'x-start'
2727
+ | 'x-end'
2728
+ | 'span-x-start'
2729
+ | 'span-x-end'
2730
+ | 'x-self-start'
2731
+ | 'x-self-end'
2732
+ | 'span-x-self-start'
2733
+ | 'span-x-self-end'
2734
+ | 'span-all'
2735
+ | 'top'
2736
+ | 'center'
2737
+ | 'bottom'
2738
+ | 'span-top'
2739
+ | 'span-bottom'
2740
+ | 'y-start'
2741
+ | 'y-end'
2742
+ | 'span-y-start'
2743
+ | 'span-y-end'
2744
+ | 'y-self-start'
2745
+ | 'y-self-end'
2746
+ | 'span-y-self-start'
2747
+ | 'span-y-self-end'
2748
+ | 'span-all'
2749
+ | 'block-start'
2750
+ | 'center'
2751
+ | 'block-end'
2752
+ | 'span-block-start'
2753
+ | 'span-block-end'
2754
+ | 'span-all'
2755
+ | 'inline-start'
2756
+ | 'center'
2757
+ | 'inline-end'
2758
+ | 'span-inline-start'
2759
+ | 'span-inline-end'
2760
+ | 'span-all'
2761
+ | 'self-block-start'
2762
+ | 'center'
2763
+ | 'self-block-end'
2764
+ | 'span-self-block-start'
2765
+ | 'span-self-block-end'
2766
+ | 'span-all'
2767
+ | 'self-inline-start'
2768
+ | 'center'
2769
+ | 'self-inline-end'
2770
+ | 'span-self-inline-start'
2771
+ | 'span-self-inline-end'
2772
+ | 'span-all'
2773
+ | 'start'
2774
+ | 'center'
2775
+ | 'end'
2776
+ | 'span-start'
2777
+ | 'span-end'
2778
+ | 'span-all'
2779
+ | 'self-start'
2780
+ | 'center'
2781
+ | 'self-end'
2782
+ | 'span-self-start'
2783
+ | 'span-self-end'
2784
+ | 'span-all'
2785
+ export type TPredefinedRgb =
2786
+ | 'srgb'
2787
+ | 'srgb-linear'
2788
+ | 'display-p3'
2789
+ | 'a98-rgb'
2790
+ | 'prophoto-rgb'
2791
+ | 'rec2020'
2792
+ export type TPredefinedRgbParams = TPredefinedRgb | number | 'none'
2793
+ export type TPseudoClassSelector = "':'" | "':'" | "')'"
2794
+ export type TPseudoElementSelector = "':'" | TPseudoClassSelector
2795
+ export type TPseudoPage = 'left' | 'right' | 'first' | 'blank'
2796
+ export type TQueryInParens =
2797
+ | TContainerQuery
2798
+ | TSizeFeature
2799
+ | TStyleQuery
2800
+ | TScrollStateQuery
2801
+ | TGeneralEnclosed
2802
+ export type TQuote =
2803
+ | 'open-quote'
2804
+ | 'close-quote'
2805
+ | 'no-open-quote'
2806
+ | 'no-close-quote'
2807
+ export type TRadialExtent =
2808
+ | 'closest-corner'
2809
+ | 'closest-side'
2810
+ | 'farthest-corner'
2811
+ | 'farthest-side'
2812
+ export type TRadialGradientSyntax =
2813
+ | TRadialShape
2814
+ | TRadialSize
2815
+ | 'at'
2816
+ | TPosition
2817
+ | TColorInterpolationMethod
2818
+ | TColorStopList
2819
+ export type TRadialShape = 'circle' | 'ellipse'
2820
+ export type TRadialSize = TRadialExtent | TLengthPercentage
2821
+ export type TRatio = number
2822
+ export type TRaySize =
2823
+ | 'closest-side'
2824
+ | 'closest-corner'
2825
+ | 'farthest-side'
2826
+ | 'farthest-corner'
2827
+ | 'sides'
2828
+ export type TRectangularColorSpace =
2829
+ | 'srgb'
2830
+ | 'srgb-linear'
2831
+ | 'display-p3'
2832
+ | 'a98-rgb'
2833
+ | 'prophoto-rgb'
2834
+ | 'rec2020'
2835
+ | 'lab'
2836
+ | 'oklab'
2837
+ | 'xyz'
2838
+ | 'xyz-d50'
2839
+ | 'xyz-d65'
2840
+ export type TRelativeSelector = TCombinator | TComplexSelector
2841
+ export type TRelativeSelectorList = TRelativeSelector
2842
+ export type TRelativeSize = 'larger' | 'smaller'
2843
+ export type TRepeatStyle =
2844
+ | 'repeat-x'
2845
+ | 'repeat-y'
2846
+ | 'repeat'
2847
+ | 'space'
2848
+ | 'round'
2849
+ | 'no-repeat'
2850
+ export type TReversedCounterName = TCounterName
2851
+ export type TRoundingStrategy = 'nearest' | 'up' | 'down' | 'to-zero'
2852
+ export type TScopeEnd = TSelectorList
2853
+ export type TScopeStart = TSelectorList
2854
+ export type TScroller = 'root' | 'nearest' | 'self'
2855
+ export type TScrollStateFeature = TMediaQueryList
2856
+ export type TScrollStateInParens =
2857
+ | TScrollStateQuery
2858
+ | TScrollStateFeature
2859
+ | TGeneralEnclosed
2860
+ export type TScrollStateQuery =
2861
+ | 'not'
2862
+ | TScrollStateInParens
2863
+ | TScrollStateInParens
2864
+ | 'and'
2865
+ | TScrollStateInParens
2866
+ | 'or'
2867
+ | TScrollStateInParens
2868
+ | TScrollStateFeature
2869
+ export type TSelectorList = TComplexSelectorList
2870
+ export type TSelfPosition =
2871
+ | 'center'
2872
+ | 'start'
2873
+ | 'end'
2874
+ | 'self-start'
2875
+ | 'self-end'
2876
+ | 'flex-start'
2877
+ | 'flex-end'
2878
+ export type TShadow = 'inset' | TColor
2879
+ export type TShadowT = TColor
2880
+ export type TShape = string & {}
2881
+ export type TShapeBox = TVisualBox | 'margin-box'
2882
+ export type TSideOrCorner = 'left' | 'right' | 'top' | 'bottom'
2883
+ export type TSignedInteger = string & {}
2884
+ export type TSignlessInteger = string & {}
2885
+ export type TSingleAnimation =
2886
+ | AnimationDuration
2887
+ | TEasingFunction
2888
+ | AnimationDelay
2889
+ | TSingleAnimationIterationCount
2890
+ | TSingleAnimationDirection
2891
+ | TSingleAnimationFillMode
2892
+ | TSingleAnimationPlayState
2893
+ | 'none'
2894
+ | TKeyframesName
2895
+ | TSingleAnimationTimeline
2896
+ export type TSingleAnimationComposition = 'replace' | 'add' | 'accumulate'
2897
+ export type TSingleAnimationDirection =
2898
+ | 'normal'
2899
+ | 'reverse'
2900
+ | 'alternate'
2901
+ | 'alternate-reverse'
2902
+ export type TSingleAnimationFillMode =
2903
+ | 'none'
2904
+ | 'forwards'
2905
+ | 'backwards'
2906
+ | 'both'
2907
+ export type TSingleAnimationIterationCount = 'infinite' | number
2908
+ export type TSingleAnimationPlayState = 'running' | 'paused'
2909
+ export type TSingleAnimationTimeline = 'auto' | 'none' | (string & {})
2910
+ export type TSingleTransition =
2911
+ | 'none'
2912
+ | TSingleTransitionProperty
2913
+ | TEasingFunction
2914
+ | TTransitionBehaviorValue
2915
+ export type TSingleTransitionProperty = 'all' | (string & {})
2916
+ export type TSize =
2917
+ | 'closest-side'
2918
+ | 'farthest-side'
2919
+ | 'closest-corner'
2920
+ | 'farthest-corner'
2921
+ | TLengthPercentage
2922
+ export type TSizeFeature = TMediaQueryList
2923
+ export type TStepPosition =
2924
+ | 'jump-start'
2925
+ | 'jump-end'
2926
+ | 'jump-none'
2927
+ | 'jump-both'
2928
+ | 'start'
2929
+ | 'end'
2930
+ export type TStepEasingFunction = 'step-start' | 'step-end'
2931
+ export type TStyleFeature = string & {}
2932
+ export type TStyleInParens = TStyleQuery | TStyleFeature | TGeneralEnclosed
2933
+ export type TStyleQuery =
2934
+ | 'not'
2935
+ | TStyleInParens
2936
+ | TStyleInParens
2937
+ | 'and'
2938
+ | TStyleInParens
2939
+ | 'or'
2940
+ | TStyleInParens
2941
+ | TStyleFeature
2942
+ export type TSubclassSelector =
2943
+ | TIdSelector
2944
+ | TClassSelector
2945
+ | TAttributeSelector
2946
+ | TPseudoClassSelector
2947
+ export type TSupportsCondition =
2948
+ | 'not'
2949
+ | TSupportsInParens
2950
+ | TSupportsInParens
2951
+ | 'and'
2952
+ | TSupportsInParens
2953
+ | TSupportsInParens
2954
+ | 'or'
2955
+ | TSupportsInParens
2956
+ export type TSupportsDecl = string & {}
2957
+ export type TSupportsFeature = TSupportsDecl | TSupportsSelectorFn
2958
+ export type TSupportsInParens =
2959
+ | TSupportsCondition
2960
+ | TSupportsFeature
2961
+ | TGeneralEnclosed
2962
+ export type TSupportsSelectorFn = TComplexSelector
2963
+ export type TSymbol = (string & {}) | TImage
2964
+ export type TSymbolsType =
2965
+ | 'cyclic'
2966
+ | 'numeric'
2967
+ | 'alphabetic'
2968
+ | 'symbolic'
2969
+ | 'fixed'
2970
+ export type TSystemColor =
2971
+ | 'AccentColor'
2972
+ | 'AccentColorText'
2973
+ | 'ActiveText'
2974
+ | 'ButtonBorder'
2975
+ | 'ButtonFace'
2976
+ | 'ButtonText'
2977
+ | 'Canvas'
2978
+ | 'CanvasText'
2979
+ | 'Field'
2980
+ | 'FieldText'
2981
+ | 'GrayText'
2982
+ | 'Highlight'
2983
+ | 'HighlightText'
2984
+ | 'LinkText'
2985
+ | 'Mark'
2986
+ | 'MarkText'
2987
+ | 'SelectedItem'
2988
+ | 'SelectedItemText'
2989
+ | 'VisitedText'
2990
+ export type TSystemFamilyName =
2991
+ | 'caption'
2992
+ | 'icon'
2993
+ | 'menu'
2994
+ | 'message-box'
2995
+ | 'small-caption'
2996
+ | 'status-bar'
2997
+ export type TTarget = string & {}
2998
+ export type TTextEdge =
2999
+ | 'text'
3000
+ | 'cap'
3001
+ | 'ex'
3002
+ | 'ideographic'
3003
+ | 'ideographic-ink'
3004
+ | 'text'
3005
+ | 'alphabetic'
3006
+ | 'ideographic'
3007
+ | 'ideographic-ink'
3008
+ export type TTimePercentage = number
3009
+ export type TTimelineRangeName =
3010
+ | 'cover'
3011
+ | 'contain'
3012
+ | 'entry'
3013
+ | 'exit'
3014
+ | 'entry-crossing'
3015
+ | 'exit-crossing'
3016
+ export type TTrackBreadth =
3017
+ | TLengthPercentage
3018
+ | 'min-content'
3019
+ | 'max-content'
3020
+ | 'auto'
3021
+ export type TTrackList = TLineNames | TTrackSize | TTrackRepeat | TLineNames
3022
+ export type TTrackRepeat = number | TLineNames | TTrackSize | TLineNames
3023
+ export type TTrackSize =
3024
+ | TTrackBreadth
3025
+ | TInflexibleBreadth
3026
+ | TTrackBreadth
3027
+ | TLengthPercentage
3028
+ export type TTransformFunction = string & {}
3029
+ export type TTransformList = TTransformFunction
3030
+ export type TTransitionBehaviorValue = 'normal' | 'allow-discrete'
3031
+ export type TTrySize =
3032
+ | 'most-width'
3033
+ | 'most-height'
3034
+ | 'most-block-size'
3035
+ | 'most-inline-size'
3036
+ export type TTryTactic = 'flip-block' | 'flip-inline' | 'flip-start'
3037
+ export type TTypeOrUnit =
3038
+ | 'string'
3039
+ | 'color'
3040
+ | 'url'
3041
+ | 'integer'
3042
+ | 'number'
3043
+ | 'length'
3044
+ | 'angle'
3045
+ | 'time'
3046
+ | 'frequency'
3047
+ | 'cap'
3048
+ | 'ch'
3049
+ | 'em'
3050
+ | 'ex'
3051
+ | 'ic'
3052
+ | 'lh'
3053
+ | 'rlh'
3054
+ | 'rem'
3055
+ | 'vb'
3056
+ | 'vi'
3057
+ | 'vw'
3058
+ | 'vh'
3059
+ | 'vmin'
3060
+ | 'vmax'
3061
+ | 'mm'
3062
+ | 'Q'
3063
+ | 'cm'
3064
+ | 'in'
3065
+ | 'pt'
3066
+ | 'pc'
3067
+ | 'px'
3068
+ | 'deg'
3069
+ | 'grad'
3070
+ | 'rad'
3071
+ | 'turn'
3072
+ | 'ms'
3073
+ | 's'
3074
+ | 'Hz'
3075
+ | 'kHz'
3076
+ export type TTypeSelector = TWqName | TNsPrefix | "'*'"
3077
+ export type TViewportLength = 'auto' | TLengthPercentage
3078
+ export type TVisualBox = 'content-box' | 'padding-box' | 'border-box'
3079
+ export type TWqName = TNsPrefix
3080
+ export type TXyz = 'xyz' | 'xyz-d50' | 'xyz-d65'
3081
+ export type TXyzParams = TXyz | number | 'none'