csstype-extra 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.d.ts +134 -0
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -6,8 +6,11 @@ export interface StandardLonghandProperties {
|
|
|
6
6
|
alignContent?: Property.AlignContent | undefined
|
|
7
7
|
alignItems?: Property.AlignItems | undefined
|
|
8
8
|
alignSelf?: Property.AlignSelf | undefined
|
|
9
|
+
alignTracks?: Property.AlignTracks | undefined
|
|
9
10
|
alignmentBaseline?: Property.AlignmentBaseline | undefined
|
|
10
11
|
all?: Property.All | undefined
|
|
12
|
+
anchorName?: Property.AnchorName | undefined
|
|
13
|
+
anchorScope?: Property.AnchorScope | undefined
|
|
11
14
|
animationComposition?: Property.AnimationComposition | undefined
|
|
12
15
|
animationDelay?: Property.AnimationDelay | undefined
|
|
13
16
|
animationDirection?: Property.AnimationDirection | undefined
|
|
@@ -16,6 +19,9 @@ export interface StandardLonghandProperties {
|
|
|
16
19
|
animationIterationCount?: Property.AnimationIterationCount | undefined
|
|
17
20
|
animationName?: Property.AnimationName | undefined
|
|
18
21
|
animationPlayState?: Property.AnimationPlayState | undefined
|
|
22
|
+
animationRangeEnd?: Property.AnimationRangeEnd | undefined
|
|
23
|
+
animationRangeStart?: Property.AnimationRangeStart | undefined
|
|
24
|
+
animationTimeline?: Property.AnimationTimeline | undefined
|
|
19
25
|
animationTimingFunction?: Property.AnimationTimingFunction | undefined
|
|
20
26
|
appearance?: Property.Appearance | undefined
|
|
21
27
|
aspectRatio?: Property.AspectRatio | undefined
|
|
@@ -79,7 +85,15 @@ export interface StandardLonghandProperties {
|
|
|
79
85
|
borderTopStyle?: Property.BorderTopStyle | undefined
|
|
80
86
|
borderTopWidth?: Property.BorderTopWidth | undefined
|
|
81
87
|
bottom?: Property.Bottom | undefined
|
|
88
|
+
boxAlign?: Property.BoxAlign | undefined
|
|
82
89
|
boxDecorationBreak?: Property.BoxDecorationBreak | undefined
|
|
90
|
+
boxDirection?: Property.BoxDirection | undefined
|
|
91
|
+
boxFlex?: Property.BoxFlex | undefined
|
|
92
|
+
boxFlexGroup?: Property.BoxFlexGroup | undefined
|
|
93
|
+
boxLines?: Property.BoxLines | undefined
|
|
94
|
+
boxOrdinalGroup?: Property.BoxOrdinalGroup | undefined
|
|
95
|
+
boxOrient?: Property.BoxOrient | undefined
|
|
96
|
+
boxPack?: Property.BoxPack | undefined
|
|
83
97
|
boxShadow?: Property.BoxShadow | undefined
|
|
84
98
|
boxSizing?: Property.BoxSizing | undefined
|
|
85
99
|
breakAfter?: Property.BreakAfter | undefined
|
|
@@ -89,6 +103,7 @@ export interface StandardLonghandProperties {
|
|
|
89
103
|
caretColor?: Property.CaretColor | undefined
|
|
90
104
|
caretShape?: Property.CaretShape | undefined
|
|
91
105
|
clear?: Property.Clear | undefined
|
|
106
|
+
clip?: Property.Clip | undefined
|
|
92
107
|
clipPath?: Property.ClipPath | undefined
|
|
93
108
|
clipRule?: Property.ClipRule | undefined
|
|
94
109
|
color?: Property.Color | undefined
|
|
@@ -122,6 +137,7 @@ export interface StandardLonghandProperties {
|
|
|
122
137
|
display?: Property.Display | undefined
|
|
123
138
|
dominantBaseline?: Property.DominantBaseline | undefined
|
|
124
139
|
emptyCells?: Property.EmptyCells | undefined
|
|
140
|
+
fieldSizing?: Property.FieldSizing | undefined
|
|
125
141
|
fill?: Property.Fill | undefined
|
|
126
142
|
fillOpacity?: Property.FillOpacity | undefined
|
|
127
143
|
fillRule?: Property.FillRule | undefined
|
|
@@ -142,8 +158,11 @@ export interface StandardLonghandProperties {
|
|
|
142
158
|
fontPalette?: Property.FontPalette | undefined
|
|
143
159
|
fontSize?: Property.FontSize | undefined
|
|
144
160
|
fontSizeAdjust?: Property.FontSizeAdjust | undefined
|
|
161
|
+
fontSmooth?: Property.FontSmooth | undefined
|
|
162
|
+
fontStretch?: Property.FontStretch | undefined
|
|
145
163
|
fontStyle?: Property.FontStyle | undefined
|
|
146
164
|
fontSynthesis?: Property.FontSynthesis | undefined
|
|
165
|
+
fontSynthesisPosition?: Property.FontSynthesisPosition | undefined
|
|
147
166
|
fontSynthesisSmallCaps?: Property.FontSynthesisSmallCaps | undefined
|
|
148
167
|
fontSynthesisStyle?: Property.FontSynthesisStyle | undefined
|
|
149
168
|
fontSynthesisWeight?: Property.FontSynthesisWeight | undefined
|
|
@@ -157,13 +176,16 @@ export interface StandardLonghandProperties {
|
|
|
157
176
|
fontVariantPosition?: Property.FontVariantPosition | undefined
|
|
158
177
|
fontVariationSettings?: Property.FontVariationSettings | undefined
|
|
159
178
|
fontWeight?: Property.FontWeight | undefined
|
|
179
|
+
fontWidth?: Property.FontWidth | undefined
|
|
160
180
|
forcedColorAdjust?: Property.ForcedColorAdjust | undefined
|
|
161
181
|
gridAutoColumns?: Property.GridAutoColumns | undefined
|
|
162
182
|
gridAutoFlow?: Property.GridAutoFlow | undefined
|
|
163
183
|
gridAutoRows?: Property.GridAutoRows | undefined
|
|
164
184
|
gridColumnEnd?: Property.GridColumnEnd | undefined
|
|
185
|
+
gridColumnGap?: Property.GridColumnGap | undefined
|
|
165
186
|
gridColumnStart?: Property.GridColumnStart | undefined
|
|
166
187
|
gridRowEnd?: Property.GridRowEnd | undefined
|
|
188
|
+
gridRowGap?: Property.GridRowGap | undefined
|
|
167
189
|
gridRowStart?: Property.GridRowStart | undefined
|
|
168
190
|
gridTemplateAreas?: Property.GridTemplateAreas | undefined
|
|
169
191
|
gridTemplateColumns?: Property.GridTemplateColumns | undefined
|
|
@@ -175,22 +197,28 @@ export interface StandardLonghandProperties {
|
|
|
175
197
|
hyphens?: Property.Hyphens | undefined
|
|
176
198
|
imageOrientation?: Property.ImageOrientation | undefined
|
|
177
199
|
imageRendering?: Property.ImageRendering | undefined
|
|
200
|
+
imageResolution?: Property.ImageResolution | undefined
|
|
201
|
+
imeMode?: Property.ImeMode | undefined
|
|
178
202
|
initialLetter?: Property.InitialLetter | undefined
|
|
203
|
+
initialLetterAlign?: Property.InitialLetterAlign | undefined
|
|
179
204
|
inlineSize?: Property.InlineSize | undefined
|
|
180
205
|
insetBlockEnd?: Property.InsetBlockEnd | undefined
|
|
181
206
|
insetBlockStart?: Property.InsetBlockStart | undefined
|
|
182
207
|
insetInlineEnd?: Property.InsetInlineEnd | undefined
|
|
183
208
|
insetInlineStart?: Property.InsetInlineStart | undefined
|
|
209
|
+
interpolateSize?: Property.InterpolateSize | undefined
|
|
184
210
|
isolation?: Property.Isolation | undefined
|
|
185
211
|
justifyContent?: Property.JustifyContent | undefined
|
|
186
212
|
justifyItems?: Property.JustifyItems | undefined
|
|
187
213
|
justifySelf?: Property.JustifySelf | undefined
|
|
214
|
+
justifyTracks?: Property.JustifyTracks | undefined
|
|
188
215
|
left?: Property.Left | undefined
|
|
189
216
|
letterSpacing?: Property.LetterSpacing | undefined
|
|
190
217
|
lightingColor?: Property.LightingColor | undefined
|
|
191
218
|
lineBreak?: Property.LineBreak | undefined
|
|
192
219
|
lineClamp?: Property.LineClamp | undefined
|
|
193
220
|
lineHeight?: Property.LineHeight | undefined
|
|
221
|
+
lineHeightStep?: Property.LineHeightStep | undefined
|
|
194
222
|
listStyleImage?: Property.ListStyleImage | undefined
|
|
195
223
|
listStylePosition?: Property.ListStylePosition | undefined
|
|
196
224
|
listStyleType?: Property.ListStyleType | undefined
|
|
@@ -202,6 +230,7 @@ export interface StandardLonghandProperties {
|
|
|
202
230
|
marginLeft?: Property.MarginLeft | undefined
|
|
203
231
|
marginRight?: Property.MarginRight | undefined
|
|
204
232
|
marginTop?: Property.MarginTop | undefined
|
|
233
|
+
marginTrim?: Property.MarginTrim | undefined
|
|
205
234
|
marker?: Property.Marker | undefined
|
|
206
235
|
markerEnd?: Property.MarkerEnd | undefined
|
|
207
236
|
markerMid?: Property.MarkerMid | undefined
|
|
@@ -221,11 +250,14 @@ export interface StandardLonghandProperties {
|
|
|
221
250
|
maskRepeat?: Property.MaskRepeat | undefined
|
|
222
251
|
maskSize?: Property.MaskSize | undefined
|
|
223
252
|
maskType?: Property.MaskType | undefined
|
|
253
|
+
masonryAutoFlow?: Property.MasonryAutoFlow | undefined
|
|
224
254
|
mathDepth?: Property.MathDepth | undefined
|
|
255
|
+
mathShift?: Property.MathShift | undefined
|
|
225
256
|
mathStyle?: Property.MathStyle | undefined
|
|
226
257
|
maxBlockSize?: Property.MaxBlockSize | undefined
|
|
227
258
|
maxHeight?: Property.MaxHeight | undefined
|
|
228
259
|
maxInlineSize?: Property.MaxInlineSize | undefined
|
|
260
|
+
maxLines?: Property.MaxLines | undefined
|
|
229
261
|
maxWidth?: Property.MaxWidth | undefined
|
|
230
262
|
minBlockSize?: Property.MinBlockSize | undefined
|
|
231
263
|
minHeight?: Property.MinHeight | undefined
|
|
@@ -234,6 +266,7 @@ export interface StandardLonghandProperties {
|
|
|
234
266
|
mixBlendMode?: Property.MixBlendMode | undefined
|
|
235
267
|
objectFit?: Property.ObjectFit | undefined
|
|
236
268
|
objectPosition?: Property.ObjectPosition | undefined
|
|
269
|
+
objectViewBox?: Property.ObjectViewBox | undefined
|
|
237
270
|
offsetAnchor?: Property.OffsetAnchor | undefined
|
|
238
271
|
offsetDistance?: Property.OffsetDistance | undefined
|
|
239
272
|
offsetPath?: Property.OffsetPath | undefined
|
|
@@ -248,11 +281,13 @@ export interface StandardLonghandProperties {
|
|
|
248
281
|
outlineWidth?: Property.OutlineWidth | undefined
|
|
249
282
|
overflowAnchor?: Property.OverflowAnchor | undefined
|
|
250
283
|
overflowBlock?: Property.OverflowBlock | undefined
|
|
284
|
+
overflowClipBox?: Property.OverflowClipBox | undefined
|
|
251
285
|
overflowClipMargin?: Property.OverflowClipMargin | undefined
|
|
252
286
|
overflowInline?: Property.OverflowInline | undefined
|
|
253
287
|
overflowWrap?: Property.OverflowWrap | undefined
|
|
254
288
|
overflowX?: Property.OverflowX | undefined
|
|
255
289
|
overflowY?: Property.OverflowY | undefined
|
|
290
|
+
overlay?: Property.Overlay | undefined
|
|
256
291
|
overscrollBehaviorBlock?: Property.OverscrollBehaviorBlock | undefined
|
|
257
292
|
overscrollBehaviorInline?: Property.OverscrollBehaviorInline | undefined
|
|
258
293
|
overscrollBehaviorX?: Property.OverscrollBehaviorX | undefined
|
|
@@ -266,11 +301,19 @@ export interface StandardLonghandProperties {
|
|
|
266
301
|
paddingRight?: Property.PaddingRight | undefined
|
|
267
302
|
paddingTop?: Property.PaddingTop | undefined
|
|
268
303
|
page?: Property.Page | undefined
|
|
304
|
+
pageBreakAfter?: Property.PageBreakAfter | undefined
|
|
305
|
+
pageBreakBefore?: Property.PageBreakBefore | undefined
|
|
306
|
+
pageBreakInside?: Property.PageBreakInside | undefined
|
|
269
307
|
paintOrder?: Property.PaintOrder | undefined
|
|
270
308
|
perspective?: Property.Perspective | undefined
|
|
271
309
|
perspectiveOrigin?: Property.PerspectiveOrigin | undefined
|
|
272
310
|
pointerEvents?: Property.PointerEvents | undefined
|
|
273
311
|
position?: Property.Position | undefined
|
|
312
|
+
positionAnchor?: Property.PositionAnchor | undefined
|
|
313
|
+
positionArea?: Property.PositionArea | undefined
|
|
314
|
+
positionTryFallbacks?: Property.PositionTryFallbacks | undefined
|
|
315
|
+
positionTryOrder?: Property.PositionTryOrder | undefined
|
|
316
|
+
positionVisibility?: Property.PositionVisibility | undefined
|
|
274
317
|
printColorAdjust?: Property.PrintColorAdjust | undefined
|
|
275
318
|
quotes?: Property.Quotes | undefined
|
|
276
319
|
r?: Property.R | undefined
|
|
@@ -279,12 +322,14 @@ export interface StandardLonghandProperties {
|
|
|
279
322
|
rotate?: Property.Rotate | undefined
|
|
280
323
|
rowGap?: Property.RowGap | undefined
|
|
281
324
|
rubyAlign?: Property.RubyAlign | undefined
|
|
325
|
+
rubyMerge?: Property.RubyMerge | undefined
|
|
282
326
|
rubyOverhang?: Property.RubyOverhang | undefined
|
|
283
327
|
rubyPosition?: Property.RubyPosition | undefined
|
|
284
328
|
rx?: Property.Rx | undefined
|
|
285
329
|
ry?: Property.Ry | undefined
|
|
286
330
|
scale?: Property.Scale | undefined
|
|
287
331
|
scrollBehavior?: Property.ScrollBehavior | undefined
|
|
332
|
+
scrollInitialTarget?: Property.ScrollInitialTarget | undefined
|
|
288
333
|
scrollMarginBlockEnd?: Property.ScrollMarginBlockEnd | undefined
|
|
289
334
|
scrollMarginBlockStart?: Property.ScrollMarginBlockStart | undefined
|
|
290
335
|
scrollMarginBottom?: Property.ScrollMarginBottom | undefined
|
|
@@ -302,8 +347,16 @@ export interface StandardLonghandProperties {
|
|
|
302
347
|
scrollPaddingRight?: Property.ScrollPaddingRight | undefined
|
|
303
348
|
scrollPaddingTop?: Property.ScrollPaddingTop | undefined
|
|
304
349
|
scrollSnapAlign?: Property.ScrollSnapAlign | undefined
|
|
350
|
+
scrollSnapCoordinate?: Property.ScrollSnapCoordinate | undefined
|
|
351
|
+
scrollSnapDestination?: Property.ScrollSnapDestination | undefined
|
|
352
|
+
scrollSnapPointsX?: Property.ScrollSnapPointsX | undefined
|
|
353
|
+
scrollSnapPointsY?: Property.ScrollSnapPointsY | undefined
|
|
305
354
|
scrollSnapStop?: Property.ScrollSnapStop | undefined
|
|
306
355
|
scrollSnapType?: Property.ScrollSnapType | undefined
|
|
356
|
+
scrollSnapTypeX?: Property.ScrollSnapTypeX | undefined
|
|
357
|
+
scrollSnapTypeY?: Property.ScrollSnapTypeY | undefined
|
|
358
|
+
scrollTimelineAxis?: Property.ScrollTimelineAxis | undefined
|
|
359
|
+
scrollTimelineName?: Property.ScrollTimelineName | undefined
|
|
307
360
|
scrollbarColor?: Property.ScrollbarColor | undefined
|
|
308
361
|
scrollbarGutter?: Property.ScrollbarGutter | undefined
|
|
309
362
|
scrollbarWidth?: Property.ScrollbarWidth | undefined
|
|
@@ -311,9 +364,11 @@ export interface StandardLonghandProperties {
|
|
|
311
364
|
shapeMargin?: Property.ShapeMargin | undefined
|
|
312
365
|
shapeOutside?: Property.ShapeOutside | undefined
|
|
313
366
|
shapeRendering?: Property.ShapeRendering | undefined
|
|
367
|
+
speakAs?: Property.SpeakAs | undefined
|
|
314
368
|
stopColor?: Property.StopColor | undefined
|
|
315
369
|
stopOpacity?: Property.StopOpacity | undefined
|
|
316
370
|
stroke?: Property.Stroke | undefined
|
|
371
|
+
strokeColor?: Property.StrokeColor | undefined
|
|
317
372
|
strokeDasharray?: Property.StrokeDasharray | undefined
|
|
318
373
|
strokeDashoffset?: Property.StrokeDashoffset | undefined
|
|
319
374
|
strokeLinecap?: Property.StrokeLinecap | undefined
|
|
@@ -333,6 +388,7 @@ export interface StandardLonghandProperties {
|
|
|
333
388
|
textCombineUpright?: Property.TextCombineUpright | undefined
|
|
334
389
|
textDecorationColor?: Property.TextDecorationColor | undefined
|
|
335
390
|
textDecorationLine?: Property.TextDecorationLine | undefined
|
|
391
|
+
textDecorationSkip?: Property.TextDecorationSkip | undefined
|
|
336
392
|
textDecorationSkipInk?: Property.TextDecorationSkipInk | undefined
|
|
337
393
|
textDecorationStyle?: Property.TextDecorationStyle | undefined
|
|
338
394
|
textDecorationThickness?: Property.TextDecorationThickness | undefined
|
|
@@ -345,11 +401,14 @@ export interface StandardLonghandProperties {
|
|
|
345
401
|
textOverflow?: Property.TextOverflow | undefined
|
|
346
402
|
textRendering?: Property.TextRendering | undefined
|
|
347
403
|
textShadow?: Property.TextShadow | undefined
|
|
404
|
+
textSizeAdjust?: Property.TextSizeAdjust | undefined
|
|
405
|
+
textSpacingTrim?: Property.TextSpacingTrim | undefined
|
|
348
406
|
textTransform?: Property.TextTransform | undefined
|
|
349
407
|
textUnderlineOffset?: Property.TextUnderlineOffset | undefined
|
|
350
408
|
textUnderlinePosition?: Property.TextUnderlinePosition | undefined
|
|
351
409
|
textWrapMode?: Property.TextWrapMode | undefined
|
|
352
410
|
textWrapStyle?: Property.TextWrapStyle | undefined
|
|
411
|
+
timelineScope?: Property.TimelineScope | undefined
|
|
353
412
|
top?: Property.Top | undefined
|
|
354
413
|
touchAction?: Property.TouchAction | undefined
|
|
355
414
|
transform?: Property.Transform | undefined
|
|
@@ -366,6 +425,9 @@ export interface StandardLonghandProperties {
|
|
|
366
425
|
userSelect?: Property.UserSelect | undefined
|
|
367
426
|
vectorEffect?: Property.VectorEffect | undefined
|
|
368
427
|
verticalAlign?: Property.VerticalAlign | undefined
|
|
428
|
+
viewTimelineAxis?: Property.ViewTimelineAxis | undefined
|
|
429
|
+
viewTimelineInset?: Property.ViewTimelineInset | undefined
|
|
430
|
+
viewTimelineName?: Property.ViewTimelineName | undefined
|
|
369
431
|
viewTransitionClass?: Property.ViewTransitionClass | undefined
|
|
370
432
|
viewTransitionName?: Property.ViewTransitionName | undefined
|
|
371
433
|
visibility?: Property.Visibility | undefined
|
|
@@ -385,6 +447,7 @@ export interface StandardLonghandProperties {
|
|
|
385
447
|
}
|
|
386
448
|
export interface StandardShorthandProperties {
|
|
387
449
|
animation?: Property.Animation | undefined
|
|
450
|
+
animationRange?: Property.AnimationRange | undefined
|
|
388
451
|
background?: Property.Background | undefined
|
|
389
452
|
backgroundPosition?: Property.BackgroundPosition | undefined
|
|
390
453
|
border?: Property.Border | undefined
|
|
@@ -415,6 +478,7 @@ export interface StandardShorthandProperties {
|
|
|
415
478
|
grid?: Property.Grid | undefined
|
|
416
479
|
gridArea?: Property.GridArea | undefined
|
|
417
480
|
gridColumn?: Property.GridColumn | undefined
|
|
481
|
+
gridGap?: Property.GridGap | undefined
|
|
418
482
|
gridRow?: Property.GridRow | undefined
|
|
419
483
|
gridTemplate?: Property.GridTemplate | undefined
|
|
420
484
|
inset?: Property.Inset | undefined
|
|
@@ -436,16 +500,19 @@ export interface StandardShorthandProperties {
|
|
|
436
500
|
placeContent?: Property.PlaceContent | undefined
|
|
437
501
|
placeItems?: Property.PlaceItems | undefined
|
|
438
502
|
placeSelf?: Property.PlaceSelf | undefined
|
|
503
|
+
positionTry?: Property.PositionTry | undefined
|
|
439
504
|
scrollMargin?: Property.ScrollMargin | undefined
|
|
440
505
|
scrollMarginBlock?: Property.ScrollMarginBlock | undefined
|
|
441
506
|
scrollMarginInline?: Property.ScrollMarginInline | undefined
|
|
442
507
|
scrollPadding?: Property.ScrollPadding | undefined
|
|
443
508
|
scrollPaddingBlock?: Property.ScrollPaddingBlock | undefined
|
|
444
509
|
scrollPaddingInline?: Property.ScrollPaddingInline | undefined
|
|
510
|
+
scrollTimeline?: Property.ScrollTimeline | undefined
|
|
445
511
|
textDecoration?: Property.TextDecoration | undefined
|
|
446
512
|
textEmphasis?: Property.TextEmphasis | undefined
|
|
447
513
|
textWrap?: Property.TextWrap | undefined
|
|
448
514
|
transition?: Property.Transition | undefined
|
|
515
|
+
viewTimeline?: Property.ViewTimeline | undefined
|
|
449
516
|
}
|
|
450
517
|
export interface VendorLonghandProperties {
|
|
451
518
|
msAccelerator?: Property.MsAccelerator | undefined
|
|
@@ -563,8 +630,11 @@ export namespace Property {
|
|
|
563
630
|
export type AlignContent = "normal" | TBaselinePosition | TContentDistribution | TOverflowPosition | TContentPosition | Globals | (string & {})
|
|
564
631
|
export type AlignItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center" | Globals | (string & {})
|
|
565
632
|
export type AlignSelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "anchor-center" | Globals | (string & {})
|
|
633
|
+
export type AlignTracks = "normal" | TBaselinePosition | TContentDistribution | TOverflowPosition | TContentPosition | Globals | (string & {})
|
|
566
634
|
export type AlignmentBaseline = "baseline" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "text-before-edge" | "text-after-edge" | Globals | (string & {})
|
|
567
635
|
export type All = "initial" | "inherit" | "unset" | "revert" | "revert-layer" | Globals | (string & {})
|
|
636
|
+
export type AnchorName = "none" | (string & {}) | Globals | (string & {})
|
|
637
|
+
export type AnchorScope = "none" | "all" | (string & {}) | Globals | (string & {})
|
|
568
638
|
export type AnimationComposition = TSingleAnimationComposition | Globals | (string & {})
|
|
569
639
|
export type AnimationDelay = (string & {}) | Globals | (string & {})
|
|
570
640
|
export type AnimationDirection = TSingleAnimationDirection | Globals | (string & {})
|
|
@@ -573,6 +643,9 @@ export namespace Property {
|
|
|
573
643
|
export type AnimationIterationCount = TSingleAnimationIterationCount | Globals | (string & {})
|
|
574
644
|
export type AnimationName = "none" | TKeyframesName | Globals | (string & {})
|
|
575
645
|
export type AnimationPlayState = TSingleAnimationPlayState | Globals | (string & {})
|
|
646
|
+
export type AnimationRangeEnd = "normal" | TLengthPercentage | TTimelineRangeName | TLengthPercentage | Globals | (string & {})
|
|
647
|
+
export type AnimationRangeStart = "normal" | TLengthPercentage | TTimelineRangeName | TLengthPercentage | Globals | (string & {})
|
|
648
|
+
export type AnimationTimeline = TSingleAnimationTimeline | Globals | (string & {})
|
|
576
649
|
export type AnimationTimingFunction = TEasingFunction | Globals | (string & {})
|
|
577
650
|
export type Appearance = "none" | "auto" | TCompatAuto | TCompatSpecial | Globals | (string & {})
|
|
578
651
|
export type AspectRatio = "auto" | TRatio | Globals | (string & {})
|
|
@@ -636,7 +709,15 @@ export namespace Property {
|
|
|
636
709
|
export type BorderTopStyle = TLineStyle | Globals | (string & {})
|
|
637
710
|
export type BorderTopWidth = TLineWidth | Globals | (string & {})
|
|
638
711
|
export type Bottom = "auto" | TLengthPercentage | Globals | (string & {})
|
|
712
|
+
export type BoxAlign = "start" | "center" | "end" | "baseline" | "stretch" | Globals | (string & {})
|
|
639
713
|
export type BoxDecorationBreak = "slice" | "clone" | Globals | (string & {})
|
|
714
|
+
export type BoxDirection = "normal" | "reverse" | "inherit" | Globals | (string & {})
|
|
715
|
+
export type BoxFlex = number | Globals | (string & {})
|
|
716
|
+
export type BoxFlexGroup = number | Globals | (string & {})
|
|
717
|
+
export type BoxLines = "single" | "multiple" | Globals | (string & {})
|
|
718
|
+
export type BoxOrdinalGroup = number | Globals | (string & {})
|
|
719
|
+
export type BoxOrient = "horizontal" | "vertical" | "inline-axis" | "block-axis" | "inherit" | Globals | (string & {})
|
|
720
|
+
export type BoxPack = "start" | "center" | "end" | "justify" | Globals | (string & {})
|
|
640
721
|
export type BoxShadow = "none" | TShadow | Globals | (string & {})
|
|
641
722
|
export type BoxSizing = "content-box" | "border-box" | Globals | (string & {})
|
|
642
723
|
export type BreakAfter = "auto" | "avoid" | "always" | "all" | "avoid-page" | "page" | "left" | "right" | "recto" | "verso" | "avoid-column" | "column" | "avoid-region" | "region" | Globals | (string & {})
|
|
@@ -646,6 +727,7 @@ export namespace Property {
|
|
|
646
727
|
export type CaretColor = "auto" | TColor | Globals | (string & {})
|
|
647
728
|
export type CaretShape = "auto" | "bar" | "block" | "underscore" | Globals | (string & {})
|
|
648
729
|
export type Clear = "none" | "left" | "right" | "both" | "inline-start" | "inline-end" | Globals | (string & {})
|
|
730
|
+
export type Clip = TShape | "auto" | Globals | (string & {})
|
|
649
731
|
export type ClipPath = TClipSource | TBasicShape | TGeometryBox | "none" | Globals | (string & {})
|
|
650
732
|
export type ClipRule = "nonzero" | "evenodd" | Globals | (string & {})
|
|
651
733
|
export type Color = TColor | Globals | (string & {})
|
|
@@ -679,6 +761,7 @@ export namespace Property {
|
|
|
679
761
|
export type Display = TDisplayOutside | TDisplayInside | TDisplayListitem | TDisplayInternal | TDisplayBox | TDisplayLegacy | Globals | (string & {})
|
|
680
762
|
export type DominantBaseline = "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top" | Globals | (string & {})
|
|
681
763
|
export type EmptyCells = "show" | "hide" | Globals | (string & {})
|
|
764
|
+
export type FieldSizing = "content" | "fixed" | Globals | (string & {})
|
|
682
765
|
export type Fill = TPaint | Globals | (string & {})
|
|
683
766
|
export type FillOpacity = Opacity | Globals | (string & {})
|
|
684
767
|
export type FillRule = "nonzero" | "evenodd" | Globals | (string & {})
|
|
@@ -699,8 +782,11 @@ export namespace Property {
|
|
|
699
782
|
export type FontPalette = "normal" | "light" | "dark" | TPaletteIdentifier | Globals | (string & {})
|
|
700
783
|
export type FontSize = TAbsoluteSize | TRelativeSize | TLengthPercentage | "math" | Globals | (string & {})
|
|
701
784
|
export type FontSizeAdjust = "none" | "ex-height" | "cap-height" | "ch-width" | "ic-width" | "ic-height" | "from-font" | number | Globals | (string & {})
|
|
785
|
+
export type FontSmooth = "auto" | "never" | "always" | TAbsoluteSize | Globals | (string & {})
|
|
786
|
+
export type FontStretch = TFontStretchAbsolute | Globals | (string & {})
|
|
702
787
|
export type FontStyle = "normal" | "italic" | "oblique" | Globals | (string & {})
|
|
703
788
|
export type FontSynthesis = "none" | "weight" | "style" | "small-caps" | "position" | Globals | (string & {})
|
|
789
|
+
export type FontSynthesisPosition = "auto" | "none" | Globals | (string & {})
|
|
704
790
|
export type FontSynthesisSmallCaps = "auto" | "none" | Globals | (string & {})
|
|
705
791
|
export type FontSynthesisStyle = "auto" | "none" | Globals | (string & {})
|
|
706
792
|
export type FontSynthesisWeight = "auto" | "none" | Globals | (string & {})
|
|
@@ -714,13 +800,16 @@ export namespace Property {
|
|
|
714
800
|
export type FontVariantPosition = "normal" | "sub" | "super" | Globals | (string & {})
|
|
715
801
|
export type FontVariationSettings = "normal" | (string & {}) | number | Globals | (string & {})
|
|
716
802
|
export type FontWeight = TFontWeightAbsolute | "bolder" | "lighter" | Globals | (string & {})
|
|
803
|
+
export type FontWidth = "normal" | number | "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded" | Globals | (string & {})
|
|
717
804
|
export type ForcedColorAdjust = "auto" | "none" | "preserve-parent-color" | Globals | (string & {})
|
|
718
805
|
export type GridAutoColumns = TTrackSize | Globals | (string & {})
|
|
719
806
|
export type GridAutoFlow = "row" | "column" | "dense" | Globals | (string & {})
|
|
720
807
|
export type GridAutoRows = TTrackSize | Globals | (string & {})
|
|
721
808
|
export type GridColumnEnd = TGridLine | Globals | (string & {})
|
|
809
|
+
export type GridColumnGap = TLengthPercentage | Globals | (string & {})
|
|
722
810
|
export type GridColumnStart = TGridLine | Globals | (string & {})
|
|
723
811
|
export type GridRowEnd = TGridLine | Globals | (string & {})
|
|
812
|
+
export type GridRowGap = TLengthPercentage | Globals | (string & {})
|
|
724
813
|
export type GridRowStart = TGridLine | Globals | (string & {})
|
|
725
814
|
export type GridTemplateAreas = "none" | (string & {}) | Globals | (string & {})
|
|
726
815
|
export type GridTemplateColumns = "none" | TTrackList | TAutoTrackList | "subgrid" | TLineNameList | Globals | (string & {})
|
|
@@ -732,22 +821,28 @@ export namespace Property {
|
|
|
732
821
|
export type Hyphens = "none" | "manual" | "auto" | Globals | (string & {})
|
|
733
822
|
export type ImageOrientation = "from-image" | "flip" | Globals | (string & {})
|
|
734
823
|
export type ImageRendering = "auto" | "crisp-edges" | "pixelated" | "smooth" | Globals | (string & {})
|
|
824
|
+
export type ImageResolution = "from-image" | "snap" | Globals | (string & {})
|
|
825
|
+
export type ImeMode = "auto" | "normal" | "active" | "inactive" | "disabled" | Globals | (string & {})
|
|
735
826
|
export type InitialLetter = "normal" | number | Globals | (string & {})
|
|
827
|
+
export type InitialLetterAlign = "auto" | "alphabetic" | "hanging" | "ideographic" | Globals | (string & {})
|
|
736
828
|
export type InlineSize = Width | Globals | (string & {})
|
|
737
829
|
export type InsetBlockEnd = Top | Globals | (string & {})
|
|
738
830
|
export type InsetBlockStart = Top | Globals | (string & {})
|
|
739
831
|
export type InsetInlineEnd = Top | Globals | (string & {})
|
|
740
832
|
export type InsetInlineStart = Top | Globals | (string & {})
|
|
833
|
+
export type InterpolateSize = "numeric-only" | "allow-keywords" | Globals | (string & {})
|
|
741
834
|
export type Isolation = "auto" | "isolate" | Globals | (string & {})
|
|
742
835
|
export type JustifyContent = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right" | Globals | (string & {})
|
|
743
836
|
export type JustifyItems = "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "legacy" | "legacy" | "left" | "right" | "center" | "anchor-center" | Globals | (string & {})
|
|
744
837
|
export type JustifySelf = "auto" | "normal" | "stretch" | TBaselinePosition | TOverflowPosition | TSelfPosition | "left" | "right" | "anchor-center" | Globals | (string & {})
|
|
838
|
+
export type JustifyTracks = "normal" | TContentDistribution | TOverflowPosition | TContentPosition | "left" | "right" | Globals | (string & {})
|
|
745
839
|
export type Left = "auto" | TLengthPercentage | Globals | (string & {})
|
|
746
840
|
export type LetterSpacing = "normal" | Globals | (string & {})
|
|
747
841
|
export type LightingColor = TColor | Globals | (string & {})
|
|
748
842
|
export type LineBreak = "auto" | "loose" | "normal" | "strict" | "anywhere" | Globals | (string & {})
|
|
749
843
|
export type LineClamp = "none" | number | Globals | (string & {})
|
|
750
844
|
export type LineHeight = "normal" | number | Globals | (string & {})
|
|
845
|
+
export type LineHeightStep = (string & {}) | Globals | (string & {})
|
|
751
846
|
export type ListStyleImage = TImage | "none" | Globals | (string & {})
|
|
752
847
|
export type ListStylePosition = "inside" | "outside" | Globals | (string & {})
|
|
753
848
|
export type ListStyleType = TCounterStyle | (string & {}) | "none" | Globals | (string & {})
|
|
@@ -759,6 +854,7 @@ export namespace Property {
|
|
|
759
854
|
export type MarginLeft = TLengthPercentage | "auto" | Globals | (string & {})
|
|
760
855
|
export type MarginRight = TLengthPercentage | "auto" | Globals | (string & {})
|
|
761
856
|
export type MarginTop = TLengthPercentage | "auto" | Globals | (string & {})
|
|
857
|
+
export type MarginTrim = "none" | "in-flow" | "all" | Globals | (string & {})
|
|
762
858
|
export type Marker = "none" | Globals | (string & {})
|
|
763
859
|
export type MarkerEnd = "none" | Globals | (string & {})
|
|
764
860
|
export type MarkerMid = "none" | Globals | (string & {})
|
|
@@ -778,11 +874,14 @@ export namespace Property {
|
|
|
778
874
|
export type MaskRepeat = TRepeatStyle | Globals | (string & {})
|
|
779
875
|
export type MaskSize = TBgSize | Globals | (string & {})
|
|
780
876
|
export type MaskType = "luminance" | "alpha" | Globals | (string & {})
|
|
877
|
+
export type MasonryAutoFlow = "pack" | "next" | "definite-first" | "ordered" | Globals | (string & {})
|
|
781
878
|
export type MathDepth = "auto-add" | number | Globals | (string & {})
|
|
879
|
+
export type MathShift = "normal" | "compact" | Globals | (string & {})
|
|
782
880
|
export type MathStyle = "normal" | "compact" | Globals | (string & {})
|
|
783
881
|
export type MaxBlockSize = MaxWidth | Globals | (string & {})
|
|
784
882
|
export type MaxHeight = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
785
883
|
export type MaxInlineSize = MaxWidth | Globals | (string & {})
|
|
884
|
+
export type MaxLines = "none" | number | Globals | (string & {})
|
|
786
885
|
export type MaxWidth = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
787
886
|
export type MinBlockSize = MinWidth | Globals | (string & {})
|
|
788
887
|
export type MinHeight = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
|
|
@@ -791,6 +890,7 @@ export namespace Property {
|
|
|
791
890
|
export type MixBlendMode = TBlendMode | "plus-darker" | "plus-lighter" | Globals | (string & {})
|
|
792
891
|
export type ObjectFit = "fill" | "contain" | "cover" | "none" | "scale-down" | Globals | (string & {})
|
|
793
892
|
export type ObjectPosition = TPosition | Globals | (string & {})
|
|
893
|
+
export type ObjectViewBox = "none" | TBasicShapeRect | Globals | (string & {})
|
|
794
894
|
export type OffsetAnchor = "auto" | TPosition | Globals | (string & {})
|
|
795
895
|
export type OffsetDistance = TLengthPercentage | Globals | (string & {})
|
|
796
896
|
export type OffsetPath = "none" | TOffsetPath | TCoordBox | Globals | (string & {})
|
|
@@ -805,11 +905,13 @@ export namespace Property {
|
|
|
805
905
|
export type OutlineWidth = TLineWidth | Globals | (string & {})
|
|
806
906
|
export type OverflowAnchor = "auto" | "none" | Globals | (string & {})
|
|
807
907
|
export type OverflowBlock = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
|
|
908
|
+
export type OverflowClipBox = "padding-box" | "content-box" | Globals | (string & {})
|
|
808
909
|
export type OverflowClipMargin = TVisualBox | Globals | (string & {})
|
|
809
910
|
export type OverflowInline = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
|
|
810
911
|
export type OverflowWrap = "normal" | "break-word" | "anywhere" | Globals | (string & {})
|
|
811
912
|
export type OverflowX = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
|
|
812
913
|
export type OverflowY = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
|
|
914
|
+
export type Overlay = "none" | "auto" | Globals | (string & {})
|
|
813
915
|
export type OverscrollBehaviorBlock = "contain" | "none" | "auto" | Globals | (string & {})
|
|
814
916
|
export type OverscrollBehaviorInline = "contain" | "none" | "auto" | Globals | (string & {})
|
|
815
917
|
export type OverscrollBehaviorX = "contain" | "none" | "auto" | Globals | (string & {})
|
|
@@ -823,11 +925,19 @@ export namespace Property {
|
|
|
823
925
|
export type PaddingRight = TLengthPercentage | Globals | (string & {})
|
|
824
926
|
export type PaddingTop = TLengthPercentage | Globals | (string & {})
|
|
825
927
|
export type Page = "auto" | (string & {}) | Globals | (string & {})
|
|
928
|
+
export type PageBreakAfter = "auto" | "always" | "avoid" | "left" | "right" | "recto" | "verso" | Globals | (string & {})
|
|
929
|
+
export type PageBreakBefore = "auto" | "always" | "avoid" | "left" | "right" | "recto" | "verso" | Globals | (string & {})
|
|
930
|
+
export type PageBreakInside = "auto" | "avoid" | Globals | (string & {})
|
|
826
931
|
export type PaintOrder = "normal" | "fill" | "stroke" | "markers" | Globals | (string & {})
|
|
827
932
|
export type Perspective = "none" | Globals | (string & {})
|
|
828
933
|
export type PerspectiveOrigin = TPosition | Globals | (string & {})
|
|
829
934
|
export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "fill" | "stroke" | "all" | "inherit" | Globals | (string & {})
|
|
830
935
|
export type Position = "static" | "relative" | "absolute" | "sticky" | "fixed" | Globals | (string & {})
|
|
936
|
+
export type PositionAnchor = "auto" | TAnchorName | Globals | (string & {})
|
|
937
|
+
export type PositionArea = "none" | TPositionArea | Globals | (string & {})
|
|
938
|
+
export type PositionTryFallbacks = "none" | (string & {}) | TTryTactic | PositionArea | Globals | (string & {})
|
|
939
|
+
export type PositionTryOrder = "normal" | TTrySize | Globals | (string & {})
|
|
940
|
+
export type PositionVisibility = "always" | "anchors-valid" | "anchors-visible" | "no-overflow" | Globals | (string & {})
|
|
831
941
|
export type PrintColorAdjust = "economy" | "exact" | Globals | (string & {})
|
|
832
942
|
export type Quotes = "none" | "auto" | (string & {}) | Globals | (string & {})
|
|
833
943
|
export type R = number | Globals | (string & {})
|
|
@@ -836,12 +946,14 @@ export namespace Property {
|
|
|
836
946
|
export type Rotate = "none" | "x" | "y" | "z" | number | Globals | (string & {})
|
|
837
947
|
export type RowGap = "normal" | TLengthPercentage | Globals | (string & {})
|
|
838
948
|
export type RubyAlign = "start" | "center" | "space-between" | "space-around" | Globals | (string & {})
|
|
949
|
+
export type RubyMerge = "separate" | "collapse" | "auto" | Globals | (string & {})
|
|
839
950
|
export type RubyOverhang = "auto" | "none" | Globals | (string & {})
|
|
840
951
|
export type RubyPosition = "alternate" | "over" | "under" | "inter-character" | Globals | (string & {})
|
|
841
952
|
export type Rx = number | Globals | (string & {})
|
|
842
953
|
export type Ry = number | Globals | (string & {})
|
|
843
954
|
export type Scale = "none" | number | Globals | (string & {})
|
|
844
955
|
export type ScrollBehavior = "auto" | "smooth" | Globals | (string & {})
|
|
956
|
+
export type ScrollInitialTarget = "none" | "nearest" | Globals | (string & {})
|
|
845
957
|
export type ScrollMarginBlockEnd = (string & {}) | Globals | (string & {})
|
|
846
958
|
export type ScrollMarginBlockStart = (string & {}) | Globals | (string & {})
|
|
847
959
|
export type ScrollMarginBottom = (string & {}) | Globals | (string & {})
|
|
@@ -859,8 +971,16 @@ export namespace Property {
|
|
|
859
971
|
export type ScrollPaddingRight = "auto" | TLengthPercentage | Globals | (string & {})
|
|
860
972
|
export type ScrollPaddingTop = "auto" | TLengthPercentage | Globals | (string & {})
|
|
861
973
|
export type ScrollSnapAlign = "none" | "start" | "end" | "center" | Globals | (string & {})
|
|
974
|
+
export type ScrollSnapCoordinate = "none" | TPosition | Globals | (string & {})
|
|
975
|
+
export type ScrollSnapDestination = TPosition | Globals | (string & {})
|
|
976
|
+
export type ScrollSnapPointsX = "none" | TLengthPercentage | Globals | (string & {})
|
|
977
|
+
export type ScrollSnapPointsY = "none" | TLengthPercentage | Globals | (string & {})
|
|
862
978
|
export type ScrollSnapStop = "normal" | "always" | Globals | (string & {})
|
|
863
979
|
export type ScrollSnapType = "none" | "x" | "y" | "block" | "inline" | "both" | "mandatory" | "proximity" | Globals | (string & {})
|
|
980
|
+
export type ScrollSnapTypeX = "none" | "mandatory" | "proximity" | Globals | (string & {})
|
|
981
|
+
export type ScrollSnapTypeY = "none" | "mandatory" | "proximity" | Globals | (string & {})
|
|
982
|
+
export type ScrollTimelineAxis = "block" | "inline" | "x" | "y" | Globals | (string & {})
|
|
983
|
+
export type ScrollTimelineName = "none" | (string & {}) | Globals | (string & {})
|
|
864
984
|
export type ScrollbarColor = "auto" | TColor | Globals | (string & {})
|
|
865
985
|
export type ScrollbarGutter = "auto" | "stable" | "both-edges" | Globals | (string & {})
|
|
866
986
|
export type ScrollbarWidth = "auto" | "thin" | "none" | Globals | (string & {})
|
|
@@ -868,9 +988,11 @@ export namespace Property {
|
|
|
868
988
|
export type ShapeMargin = TLengthPercentage | Globals | (string & {})
|
|
869
989
|
export type ShapeOutside = "none" | TShapeBox | TBasicShape | TImage | Globals | (string & {})
|
|
870
990
|
export type ShapeRendering = "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | Globals | (string & {})
|
|
991
|
+
export type SpeakAs = "normal" | "spell-out" | "digits" | "literal-punctuation" | "no-punctuation" | Globals | (string & {})
|
|
871
992
|
export type StopColor = Color | Globals | (string & {})
|
|
872
993
|
export type StopOpacity = Opacity | Globals | (string & {})
|
|
873
994
|
export type Stroke = TPaint | Globals | (string & {})
|
|
995
|
+
export type StrokeColor = TColor | Globals | (string & {})
|
|
874
996
|
export type StrokeDasharray = "none" | TDasharray | Globals | (string & {})
|
|
875
997
|
export type StrokeDashoffset = TLengthPercentage | number | Globals | (string & {})
|
|
876
998
|
export type StrokeLinecap = "butt" | "round" | "square" | Globals | (string & {})
|
|
@@ -890,6 +1012,7 @@ export namespace Property {
|
|
|
890
1012
|
export type TextCombineUpright = "none" | "all" | "digits" | number | Globals | (string & {})
|
|
891
1013
|
export type TextDecorationColor = TColor | Globals | (string & {})
|
|
892
1014
|
export type TextDecorationLine = "none" | "underline" | "overline" | "line-through" | "blink" | "spelling-error" | "grammar-error" | Globals | (string & {})
|
|
1015
|
+
export type TextDecorationSkip = "none" | "objects" | "spaces" | "leading-spaces" | "trailing-spaces" | "edges" | "box-decoration" | Globals | (string & {})
|
|
893
1016
|
export type TextDecorationSkipInk = "auto" | "all" | "none" | Globals | (string & {})
|
|
894
1017
|
export type TextDecorationStyle = "solid" | "double" | "dotted" | "dashed" | "wavy" | Globals | (string & {})
|
|
895
1018
|
export type TextDecorationThickness = "auto" | "from-font" | number | Globals | (string & {})
|
|
@@ -902,11 +1025,14 @@ export namespace Property {
|
|
|
902
1025
|
export type TextOverflow = "clip" | "ellipsis" | (string & {}) | Globals | (string & {})
|
|
903
1026
|
export type TextRendering = "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | Globals | (string & {})
|
|
904
1027
|
export type TextShadow = "none" | TShadowT | Globals | (string & {})
|
|
1028
|
+
export type TextSizeAdjust = "none" | "auto" | number | Globals | (string & {})
|
|
1029
|
+
export type TextSpacingTrim = "space-all" | "normal" | "space-first" | "trim-start" | Globals | (string & {})
|
|
905
1030
|
export type TextTransform = "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana" | "math-auto" | Globals | (string & {})
|
|
906
1031
|
export type TextUnderlineOffset = "auto" | number | Globals | (string & {})
|
|
907
1032
|
export type TextUnderlinePosition = "auto" | "from-font" | "under" | "left" | "right" | Globals | (string & {})
|
|
908
1033
|
export type TextWrapMode = "wrap" | "nowrap" | Globals | (string & {})
|
|
909
1034
|
export type TextWrapStyle = "auto" | "balance" | "stable" | "pretty" | Globals | (string & {})
|
|
1035
|
+
export type TimelineScope = "none" | (string & {}) | Globals | (string & {})
|
|
910
1036
|
export type Top = "auto" | TLengthPercentage | Globals | (string & {})
|
|
911
1037
|
export type TouchAction = "auto" | "none" | "pan-x" | "pan-left" | "pan-right" | "pan-y" | "pan-up" | "pan-down" | "pinch-zoom" | "manipulation" | Globals | (string & {})
|
|
912
1038
|
export type Transform = "none" | TTransformList | Globals | (string & {})
|
|
@@ -923,6 +1049,9 @@ export namespace Property {
|
|
|
923
1049
|
export type UserSelect = "auto" | "text" | "none" | "all" | Globals | (string & {})
|
|
924
1050
|
export type VectorEffect = "none" | "non-scaling-stroke" | "non-scaling-size" | "non-rotation" | "fixed-position" | Globals | (string & {})
|
|
925
1051
|
export type VerticalAlign = "baseline" | "sub" | "super" | "text-top" | "text-bottom" | "middle" | "top" | "bottom" | number | Globals | (string & {})
|
|
1052
|
+
export type ViewTimelineAxis = "block" | "inline" | "x" | "y" | Globals | (string & {})
|
|
1053
|
+
export type ViewTimelineInset = "auto" | TLengthPercentage | Globals | (string & {})
|
|
1054
|
+
export type ViewTimelineName = "none" | (string & {}) | Globals | (string & {})
|
|
926
1055
|
export type ViewTransitionClass = "none" | (string & {}) | Globals | (string & {})
|
|
927
1056
|
export type ViewTransitionName = "none" | (string & {}) | "match-element" | Globals | (string & {})
|
|
928
1057
|
export type Visibility = "visible" | "hidden" | "collapse" | Globals | (string & {})
|
|
@@ -940,6 +1069,7 @@ export namespace Property {
|
|
|
940
1069
|
export type ZIndex = "auto" | number | Globals | (string & {})
|
|
941
1070
|
export type Zoom = "normal" | "reset" | number | Globals | (string & {})
|
|
942
1071
|
export type Animation = TSingleAnimation | Globals | (string & {})
|
|
1072
|
+
export type AnimationRange = AnimationRangeStart | AnimationRangeEnd | Globals | (string & {})
|
|
943
1073
|
export type Background = TBgLayer | TFinalBgLayer | Globals | (string & {})
|
|
944
1074
|
export type BackgroundPosition = TBgPosition | Globals | (string & {})
|
|
945
1075
|
export type Border = TLineWidth | TLineStyle | TColor | Globals | (string & {})
|
|
@@ -970,6 +1100,7 @@ export namespace Property {
|
|
|
970
1100
|
export type Grid = GridTemplate | GridTemplateRows | "auto-flow" | "dense" | GridAutoColumns | "auto-flow" | "dense" | GridAutoRows | GridTemplateColumns | Globals | (string & {})
|
|
971
1101
|
export type GridArea = TGridLine | Globals | (string & {})
|
|
972
1102
|
export type GridColumn = TGridLine | Globals | (string & {})
|
|
1103
|
+
export type GridGap = GridRowGap | GridColumnGap | Globals | (string & {})
|
|
973
1104
|
export type GridRow = TGridLine | Globals | (string & {})
|
|
974
1105
|
export type GridTemplate = "none" | GridTemplateRows | GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList | Globals | (string & {})
|
|
975
1106
|
export type Inset = Top | Globals | (string & {})
|
|
@@ -991,16 +1122,19 @@ export namespace Property {
|
|
|
991
1122
|
export type PlaceContent = AlignContent | JustifyContent | Globals | (string & {})
|
|
992
1123
|
export type PlaceItems = AlignItems | JustifyItems | Globals | (string & {})
|
|
993
1124
|
export type PlaceSelf = AlignSelf | JustifySelf | Globals | (string & {})
|
|
1125
|
+
export type PositionTry = PositionTryOrder | PositionTryFallbacks | Globals | (string & {})
|
|
994
1126
|
export type ScrollMargin = (string & {}) | Globals | (string & {})
|
|
995
1127
|
export type ScrollMarginBlock = (string & {}) | Globals | (string & {})
|
|
996
1128
|
export type ScrollMarginInline = (string & {}) | Globals | (string & {})
|
|
997
1129
|
export type ScrollPadding = "auto" | TLengthPercentage | Globals | (string & {})
|
|
998
1130
|
export type ScrollPaddingBlock = "auto" | TLengthPercentage | Globals | (string & {})
|
|
999
1131
|
export type ScrollPaddingInline = "auto" | TLengthPercentage | Globals | (string & {})
|
|
1132
|
+
export type ScrollTimeline = ScrollTimelineName | ScrollTimelineAxis | Globals | (string & {})
|
|
1000
1133
|
export type TextDecoration = TextDecorationLine | TextDecorationStyle | TextDecorationColor | TextDecorationThickness | Globals | (string & {})
|
|
1001
1134
|
export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor | Globals | (string & {})
|
|
1002
1135
|
export type TextWrap = TextWrapMode | TextWrapStyle | Globals | (string & {})
|
|
1003
1136
|
export type Transition = TSingleTransition | Globals | (string & {})
|
|
1137
|
+
export type ViewTimeline = ViewTimelineName | ViewTimelineAxis | ViewTimelineInset | Globals | (string & {})
|
|
1004
1138
|
export type MsAccelerator = "false" | "true" | Globals | (string & {})
|
|
1005
1139
|
export type MsBlockProgression = "tb" | "rl" | "bt" | "lr" | Globals | (string & {})
|
|
1006
1140
|
export type MsContentZoomChaining = "none" | "chained" | Globals | (string & {})
|