csstype-extra 0.1.9 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +231 -97
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "csstype-extra",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.1.11",
5
5
  "description": "Strict TypeScript types for style based on MDN data",
6
6
  "repository": "https://github.com/dev-five-git/csstypes",
7
7
  "author": "devfive",
package/src/index.d.ts CHANGED
@@ -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 & {})
@@ -589,38 +662,38 @@ export namespace Property {
589
662
  export type BackgroundRepeat = TRepeatStyle | Globals | (string & {})
590
663
  export type BackgroundSize = TBgSize | Globals | (string & {})
591
664
  export type BaselineShift = TLengthPercentage | "sub" | "super" | "baseline" | Globals | (string & {})
592
- export type BlockSize = Width | Globals | (string & {})
593
- export type BorderBlockColor = BorderTopColor | Globals | (string & {})
594
- export type BorderBlockEndColor = BorderTopColor | Globals | (string & {})
595
- export type BorderBlockEndStyle = BorderTopStyle | Globals | (string & {})
596
- export type BorderBlockEndWidth = BorderTopWidth | Globals | (string & {})
597
- export type BorderBlockStartColor = BorderTopColor | Globals | (string & {})
598
- export type BorderBlockStartStyle = BorderTopStyle | Globals | (string & {})
599
- export type BorderBlockStartWidth = BorderTopWidth | Globals | (string & {})
600
- export type BorderBlockStyle = BorderTopStyle | Globals | (string & {})
601
- export type BorderBlockWidth = BorderTopWidth | Globals | (string & {})
602
- export type BorderBottomColor = BorderTopColor | Globals | (string & {})
665
+ export type BlockSize = Property.Width | Globals | (string & {})
666
+ export type BorderBlockColor = Property.BorderTopColor | Globals | (string & {})
667
+ export type BorderBlockEndColor = Property.BorderTopColor | Globals | (string & {})
668
+ export type BorderBlockEndStyle = Property.BorderTopStyle | Globals | (string & {})
669
+ export type BorderBlockEndWidth = Property.BorderTopWidth | Globals | (string & {})
670
+ export type BorderBlockStartColor = Property.BorderTopColor | Globals | (string & {})
671
+ export type BorderBlockStartStyle = Property.BorderTopStyle | Globals | (string & {})
672
+ export type BorderBlockStartWidth = Property.BorderTopWidth | Globals | (string & {})
673
+ export type BorderBlockStyle = Property.BorderTopStyle | Globals | (string & {})
674
+ export type BorderBlockWidth = Property.BorderTopWidth | Globals | (string & {})
675
+ export type BorderBottomColor = Property.BorderTopColor | Globals | (string & {})
603
676
  export type BorderBottomLeftRadius = TLengthPercentage | Globals | (string & {})
604
677
  export type BorderBottomRightRadius = TLengthPercentage | Globals | (string & {})
605
678
  export type BorderBottomStyle = TLineStyle | Globals | (string & {})
606
679
  export type BorderBottomWidth = TLineWidth | Globals | (string & {})
607
680
  export type BorderCollapse = "separate" | "collapse" | Globals | (string & {})
608
- export type BorderEndEndRadius = BorderTopLeftRadius | Globals | (string & {})
609
- export type BorderEndStartRadius = BorderTopLeftRadius | Globals | (string & {})
681
+ export type BorderEndEndRadius = Property.BorderTopLeftRadius | Globals | (string & {})
682
+ export type BorderEndStartRadius = Property.BorderTopLeftRadius | Globals | (string & {})
610
683
  export type BorderImageOutset = number | Globals | (string & {})
611
684
  export type BorderImageRepeat = "stretch" | "repeat" | "round" | "space" | Globals | (string & {})
612
685
  export type BorderImageSlice = number | "fill" | Globals | (string & {})
613
686
  export type BorderImageSource = "none" | TImage | Globals | (string & {})
614
687
  export type BorderImageWidth = TLengthPercentage | number | "auto" | Globals | (string & {})
615
- export type BorderInlineColor = BorderTopColor | Globals | (string & {})
616
- export type BorderInlineEndColor = BorderTopColor | Globals | (string & {})
617
- export type BorderInlineEndStyle = BorderTopStyle | Globals | (string & {})
618
- export type BorderInlineEndWidth = BorderTopWidth | Globals | (string & {})
619
- export type BorderInlineStartColor = BorderTopColor | Globals | (string & {})
620
- export type BorderInlineStartStyle = BorderTopStyle | Globals | (string & {})
621
- export type BorderInlineStartWidth = BorderTopWidth | Globals | (string & {})
622
- export type BorderInlineStyle = BorderTopStyle | Globals | (string & {})
623
- export type BorderInlineWidth = BorderTopWidth | Globals | (string & {})
688
+ export type BorderInlineColor = Property.BorderTopColor | Globals | (string & {})
689
+ export type BorderInlineEndColor = Property.BorderTopColor | Globals | (string & {})
690
+ export type BorderInlineEndStyle = Property.BorderTopStyle | Globals | (string & {})
691
+ export type BorderInlineEndWidth = Property.BorderTopWidth | Globals | (string & {})
692
+ export type BorderInlineStartColor = Property.BorderTopColor | Globals | (string & {})
693
+ export type BorderInlineStartStyle = Property.BorderTopStyle | Globals | (string & {})
694
+ export type BorderInlineStartWidth = Property.BorderTopWidth | Globals | (string & {})
695
+ export type BorderInlineStyle = Property.BorderTopStyle | Globals | (string & {})
696
+ export type BorderInlineWidth = Property.BorderTopWidth | Globals | (string & {})
624
697
  export type BorderLeftColor = TColor | Globals | (string & {})
625
698
  export type BorderLeftStyle = TLineStyle | Globals | (string & {})
626
699
  export type BorderLeftWidth = TLineWidth | Globals | (string & {})
@@ -628,15 +701,23 @@ export namespace Property {
628
701
  export type BorderRightStyle = TLineStyle | Globals | (string & {})
629
702
  export type BorderRightWidth = TLineWidth | Globals | (string & {})
630
703
  export type BorderSpacing = (string & {}) | Globals | (string & {})
631
- export type BorderStartEndRadius = BorderTopLeftRadius | Globals | (string & {})
632
- export type BorderStartStartRadius = BorderTopLeftRadius | Globals | (string & {})
704
+ export type BorderStartEndRadius = Property.BorderTopLeftRadius | Globals | (string & {})
705
+ export type BorderStartStartRadius = Property.BorderTopLeftRadius | Globals | (string & {})
633
706
  export type BorderTopColor = TColor | Globals | (string & {})
634
707
  export type BorderTopLeftRadius = TLengthPercentage | Globals | (string & {})
635
708
  export type BorderTopRightRadius = TLengthPercentage | Globals | (string & {})
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 & {})
@@ -655,8 +737,8 @@ export namespace Property {
655
737
  export type ColumnFill = "auto" | "balance" | Globals | (string & {})
656
738
  export type ColumnGap = "normal" | TLengthPercentage | Globals | (string & {})
657
739
  export type ColumnRuleColor = TColor | Globals | (string & {})
658
- export type ColumnRuleStyle = BorderStyle | Globals | (string & {})
659
- export type ColumnRuleWidth = BorderWidth | Globals | (string & {})
740
+ export type ColumnRuleStyle = Property.BorderStyle | Globals | (string & {})
741
+ export type ColumnRuleWidth = Property.BorderWidth | Globals | (string & {})
660
742
  export type ColumnSpan = "none" | "all" | Globals | (string & {})
661
743
  export type ColumnWidth = "auto" | Globals | (string & {})
662
744
  export type Contain = "none" | "strict" | "content" | "size" | "inline-size" | "layout" | "style" | "paint" | Globals | (string & {})
@@ -679,18 +761,19 @@ 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
- export type FillOpacity = Opacity | Globals | (string & {})
766
+ export type FillOpacity = Property.Opacity | Globals | (string & {})
684
767
  export type FillRule = "nonzero" | "evenodd" | Globals | (string & {})
685
768
  export type Filter = "none" | TFilterValueList | Globals | (string & {})
686
- export type FlexBasis = "content" | Width | Globals | (string & {})
769
+ export type FlexBasis = "content" | Property.Width | Globals | (string & {})
687
770
  export type FlexDirection = "row" | "row-reverse" | "column" | "column-reverse" | Globals | (string & {})
688
771
  export type FlexGrow = number | Globals | (string & {})
689
772
  export type FlexShrink = number | Globals | (string & {})
690
773
  export type FlexWrap = "nowrap" | "wrap" | "wrap-reverse" | Globals | (string & {})
691
774
  export type Float = "left" | "right" | "none" | "inline-start" | "inline-end" | Globals | (string & {})
692
775
  export type FloodColor = TColor | Globals | (string & {})
693
- export type FloodOpacity = Opacity | Globals | (string & {})
776
+ export type FloodOpacity = Property.Opacity | Globals | (string & {})
694
777
  export type FontFamily = TFamilyName | TGenericFamily | Globals | (string & {})
695
778
  export type FontFeatureSettings = "normal" | TFeatureTagValue | Globals | (string & {})
696
779
  export type FontKerning = "auto" | "normal" | "none" | 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,33 +821,40 @@ 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 & {})
736
- export type InlineSize = Width | Globals | (string & {})
737
- export type InsetBlockEnd = Top | Globals | (string & {})
738
- export type InsetBlockStart = Top | Globals | (string & {})
739
- export type InsetInlineEnd = Top | Globals | (string & {})
740
- export type InsetInlineStart = Top | Globals | (string & {})
827
+ export type InitialLetterAlign = "auto" | "alphabetic" | "hanging" | "ideographic" | Globals | (string & {})
828
+ export type InlineSize = Property.Width | Globals | (string & {})
829
+ export type InsetBlockEnd = Property.Top | Globals | (string & {})
830
+ export type InsetBlockStart = Property.Top | Globals | (string & {})
831
+ export type InsetInlineEnd = Property.Top | Globals | (string & {})
832
+ export type InsetInlineStart = Property.Top | Globals | (string & {})
833
+ 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 & {})
754
- export type MarginBlockEnd = MarginTop | Globals | (string & {})
755
- export type MarginBlockStart = MarginTop | Globals | (string & {})
849
+ export type MarginBlockEnd = Property.MarginTop | Globals | (string & {})
850
+ export type MarginBlockStart = Property.MarginTop | Globals | (string & {})
756
851
  export type MarginBottom = TLengthPercentage | "auto" | Globals | (string & {})
757
- export type MarginInlineEnd = MarginTop | Globals | (string & {})
758
- export type MarginInlineStart = MarginTop | Globals | (string & {})
852
+ export type MarginInlineEnd = Property.MarginTop | Globals | (string & {})
853
+ export type MarginInlineStart = Property.MarginTop | Globals | (string & {})
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,19 +874,23 @@ 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
- export type MaxBlockSize = MaxWidth | Globals | (string & {})
881
+ export type MaxBlockSize = Property.MaxWidth | Globals | (string & {})
784
882
  export type MaxHeight = "none" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
785
- export type MaxInlineSize = MaxWidth | Globals | (string & {})
883
+ export type MaxInlineSize = Property.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
- export type MinBlockSize = MinWidth | Globals | (string & {})
886
+ export type MinBlockSize = Property.MinWidth | Globals | (string & {})
788
887
  export type MinHeight = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
789
- export type MinInlineSize = MinWidth | Globals | (string & {})
888
+ export type MinInlineSize = Property.MinWidth | Globals | (string & {})
790
889
  export type MinWidth = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
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,29 +905,39 @@ 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 & {})
816
918
  export type OverscrollBehaviorY = "contain" | "none" | "auto" | Globals | (string & {})
817
- export type PaddingBlockEnd = PaddingTop | Globals | (string & {})
818
- export type PaddingBlockStart = PaddingTop | Globals | (string & {})
919
+ export type PaddingBlockEnd = Property.PaddingTop | Globals | (string & {})
920
+ export type PaddingBlockStart = Property.PaddingTop | Globals | (string & {})
819
921
  export type PaddingBottom = TLengthPercentage | Globals | (string & {})
820
- export type PaddingInlineEnd = PaddingTop | Globals | (string & {})
821
- export type PaddingInlineStart = PaddingTop | Globals | (string & {})
922
+ export type PaddingInlineEnd = Property.PaddingTop | Globals | (string & {})
923
+ export type PaddingInlineStart = Property.PaddingTop | Globals | (string & {})
822
924
  export type PaddingLeft = TLengthPercentage | Globals | (string & {})
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 | Property.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,15 +988,17 @@ 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 & {})
871
- export type StopColor = Color | Globals | (string & {})
872
- export type StopOpacity = Opacity | Globals | (string & {})
991
+ export type SpeakAs = "normal" | "spell-out" | "digits" | "literal-punctuation" | "no-punctuation" | Globals | (string & {})
992
+ export type StopColor = Property.Color | Globals | (string & {})
993
+ export type StopOpacity = Property.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 & {})
877
999
  export type StrokeLinejoin = "miter" | "miter-clip" | "round" | "bevel" | "arcs" | Globals | (string & {})
878
1000
  export type StrokeMiterlimit = number | Globals | (string & {})
879
- export type StrokeOpacity = Opacity | Globals | (string & {})
1001
+ export type StrokeOpacity = Property.Opacity | Globals | (string & {})
880
1002
  export type StrokeWidth = TLengthPercentage | number | Globals | (string & {})
881
1003
  export type TabSize = number | Globals | (string & {})
882
1004
  export type TableLayout = "auto" | "fixed" | Globals | (string & {})
@@ -884,12 +1006,13 @@ export namespace Property {
884
1006
  export type TextAlignLast = "auto" | "start" | "end" | "left" | "right" | "center" | "justify" | Globals | (string & {})
885
1007
  export type TextAnchor = "start" | "middle" | "end" | Globals | (string & {})
886
1008
  export type TextAutospace = "normal" | "auto" | Globals | (string & {})
887
- export type TextBox = "normal" | TextBoxTrim | TextBoxEdge | Globals | (string & {})
1009
+ export type TextBox = "normal" | Property.TextBoxTrim | Property.TextBoxEdge | Globals | (string & {})
888
1010
  export type TextBoxEdge = "auto" | TTextEdge | Globals | (string & {})
889
1011
  export type TextBoxTrim = "none" | "trim-start" | "trim-end" | "trim-both" | Globals | (string & {})
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,10 +1049,13 @@ 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 & {})
929
- export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | WhiteSpaceCollapse | TextWrapMode | Globals | (string & {})
1058
+ export type WhiteSpace = "normal" | "pre" | "pre-wrap" | "pre-line" | Property.WhiteSpaceCollapse | Property.TextWrapMode | Globals | (string & {})
930
1059
  export type WhiteSpaceCollapse = "collapse" | "preserve" | "preserve-breaks" | "preserve-spaces" | "break-spaces" | Globals | (string & {})
931
1060
  export type Widows = number | Globals | (string & {})
932
1061
  export type Width = "auto" | TLengthPercentage | "min-content" | "max-content" | "fit-content" | Globals | (string & {})
@@ -940,67 +1069,72 @@ 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 = Property.AnimationRangeStart | Property.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 & {})
946
- export type BorderBlock = BorderBlockStart | Globals | (string & {})
947
- export type BorderBlockEnd = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
948
- export type BorderBlockStart = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
1076
+ export type BorderBlock = Property.BorderBlockStart | Globals | (string & {})
1077
+ export type BorderBlockEnd = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
1078
+ export type BorderBlockStart = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
949
1079
  export type BorderBottom = TLineWidth | TLineStyle | TColor | Globals | (string & {})
950
1080
  export type BorderColor = TColor | Globals | (string & {})
951
- export type BorderImage = BorderImageSource | BorderImageSlice | BorderImageWidth | BorderImageWidth | BorderImageOutset | BorderImageRepeat | Globals | (string & {})
952
- export type BorderInline = BorderBlockStart | Globals | (string & {})
953
- export type BorderInlineEnd = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
954
- export type BorderInlineStart = BorderTopWidth | BorderTopStyle | TColor | Globals | (string & {})
1081
+ export type BorderImage = Property.BorderImageSource | Property.BorderImageSlice | Property.BorderImageWidth | Property.BorderImageWidth | Property.BorderImageOutset | Property.BorderImageRepeat | Globals | (string & {})
1082
+ export type BorderInline = Property.BorderBlockStart | Globals | (string & {})
1083
+ export type BorderInlineEnd = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
1084
+ export type BorderInlineStart = Property.BorderTopWidth | Property.BorderTopStyle | TColor | Globals | (string & {})
955
1085
  export type BorderLeft = TLineWidth | TLineStyle | TColor | Globals | (string & {})
956
1086
  export type BorderRadius = TLengthPercentage | Globals | (string & {})
957
1087
  export type BorderRight = TLineWidth | TLineStyle | TColor | Globals | (string & {})
958
1088
  export type BorderStyle = TLineStyle | Globals | (string & {})
959
1089
  export type BorderTop = TLineWidth | TLineStyle | TColor | Globals | (string & {})
960
1090
  export type BorderWidth = TLineWidth | Globals | (string & {})
961
- export type Caret = CaretColor | CaretShape | Globals | (string & {})
962
- export type ColumnRule = ColumnRuleWidth | ColumnRuleStyle | ColumnRuleColor | Globals | (string & {})
963
- export type Columns = ColumnWidth | ColumnCount | Globals | (string & {})
1091
+ export type Caret = Property.CaretColor | Property.CaretShape | Globals | (string & {})
1092
+ export type ColumnRule = Property.ColumnRuleWidth | Property.ColumnRuleStyle | Property.ColumnRuleColor | Globals | (string & {})
1093
+ export type Columns = Property.ColumnWidth | Property.ColumnCount | Globals | (string & {})
964
1094
  export type ContainIntrinsicSize = "auto" | "none" | Globals | (string & {})
965
- export type Container = ContainerName | ContainerType | Globals | (string & {})
966
- export type Flex = "none" | FlexGrow | FlexShrink | FlexBasis | Globals | (string & {})
967
- export type FlexFlow = FlexDirection | FlexWrap | Globals | (string & {})
968
- export type Font = FontStyle | TFontVariantCss2 | FontWeight | TFontWidthCss3 | FontSize | LineHeight | FontFamily | TSystemFamilyName | Globals | (string & {})
969
- export type Gap = RowGap | ColumnGap | Globals | (string & {})
970
- export type Grid = GridTemplate | GridTemplateRows | "auto-flow" | "dense" | GridAutoColumns | "auto-flow" | "dense" | GridAutoRows | GridTemplateColumns | Globals | (string & {})
1095
+ export type Container = Property.ContainerName | Property.ContainerType | Globals | (string & {})
1096
+ export type Flex = "none" | Property.FlexGrow | Property.FlexShrink | Property.FlexBasis | Globals | (string & {})
1097
+ export type FlexFlow = Property.FlexDirection | Property.FlexWrap | Globals | (string & {})
1098
+ export type Font = Property.FontStyle | TFontVariantCss2 | Property.FontWeight | TFontWidthCss3 | Property.FontSize | Property.LineHeight | Property.FontFamily | TSystemFamilyName | Globals | (string & {})
1099
+ export type Gap = Property.RowGap | Property.ColumnGap | Globals | (string & {})
1100
+ export type Grid = Property.GridTemplate | Property.GridTemplateRows | "auto-flow" | "dense" | Property.GridAutoColumns | "auto-flow" | "dense" | Property.GridAutoRows | Property.GridTemplateColumns | Globals | (string & {})
971
1101
  export type GridArea = TGridLine | Globals | (string & {})
972
1102
  export type GridColumn = TGridLine | Globals | (string & {})
1103
+ export type GridGap = Property.GridRowGap | Property.GridColumnGap | Globals | (string & {})
973
1104
  export type GridRow = TGridLine | Globals | (string & {})
974
- export type GridTemplate = "none" | GridTemplateRows | GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList | Globals | (string & {})
975
- export type Inset = Top | Globals | (string & {})
976
- export type InsetBlock = Top | Globals | (string & {})
977
- export type InsetInline = Top | Globals | (string & {})
978
- export type ListStyle = ListStyleType | ListStylePosition | ListStyleImage | Globals | (string & {})
979
- export type Margin = MarginTop | Globals | (string & {})
980
- export type MarginBlock = MarginTop | Globals | (string & {})
981
- export type MarginInline = MarginTop | Globals | (string & {})
1105
+ export type GridTemplate = "none" | Property.GridTemplateRows | Property.GridTemplateColumns | TLineNames | (string & {}) | TTrackSize | TExplicitTrackList | Globals | (string & {})
1106
+ export type Inset = Property.Top | Globals | (string & {})
1107
+ export type InsetBlock = Property.Top | Globals | (string & {})
1108
+ export type InsetInline = Property.Top | Globals | (string & {})
1109
+ export type ListStyle = Property.ListStyleType | Property.ListStylePosition | Property.ListStyleImage | Globals | (string & {})
1110
+ export type Margin = Property.MarginTop | Globals | (string & {})
1111
+ export type MarginBlock = Property.MarginTop | Globals | (string & {})
1112
+ export type MarginInline = Property.MarginTop | Globals | (string & {})
982
1113
  export type Mask = TMaskLayer | Globals | (string & {})
983
- export type MaskBorder = MaskBorderSource | MaskBorderSlice | MaskBorderWidth | MaskBorderOutset | MaskBorderRepeat | MaskBorderMode | Globals | (string & {})
984
- export type Offset = OffsetPosition | OffsetPath | OffsetDistance | OffsetRotate | OffsetAnchor | Globals | (string & {})
985
- export type Outline = OutlineWidth | OutlineStyle | OutlineColor | Globals | (string & {})
1114
+ export type MaskBorder = Property.MaskBorderSource | Property.MaskBorderSlice | Property.MaskBorderWidth | Property.MaskBorderOutset | Property.MaskBorderRepeat | Property.MaskBorderMode | Globals | (string & {})
1115
+ export type Offset = Property.OffsetPosition | Property.OffsetPath | Property.OffsetDistance | Property.OffsetRotate | Property.OffsetAnchor | Globals | (string & {})
1116
+ export type Outline = Property.OutlineWidth | Property.OutlineStyle | Property.OutlineColor | Globals | (string & {})
986
1117
  export type Overflow = "visible" | "hidden" | "clip" | "scroll" | "auto" | Globals | (string & {})
987
1118
  export type OverscrollBehavior = "contain" | "none" | "auto" | Globals | (string & {})
988
- export type Padding = PaddingTop | Globals | (string & {})
989
- export type PaddingBlock = PaddingTop | Globals | (string & {})
990
- export type PaddingInline = PaddingTop | Globals | (string & {})
991
- export type PlaceContent = AlignContent | JustifyContent | Globals | (string & {})
992
- export type PlaceItems = AlignItems | JustifyItems | Globals | (string & {})
993
- export type PlaceSelf = AlignSelf | JustifySelf | Globals | (string & {})
1119
+ export type Padding = Property.PaddingTop | Globals | (string & {})
1120
+ export type PaddingBlock = Property.PaddingTop | Globals | (string & {})
1121
+ export type PaddingInline = Property.PaddingTop | Globals | (string & {})
1122
+ export type PlaceContent = Property.AlignContent | Property.JustifyContent | Globals | (string & {})
1123
+ export type PlaceItems = Property.AlignItems | Property.JustifyItems | Globals | (string & {})
1124
+ export type PlaceSelf = Property.AlignSelf | Property.JustifySelf | Globals | (string & {})
1125
+ export type PositionTry = Property.PositionTryOrder | Property.PositionTryFallbacks | Globals | (string & {})
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 & {})
1000
- export type TextDecoration = TextDecorationLine | TextDecorationStyle | TextDecorationColor | TextDecorationThickness | Globals | (string & {})
1001
- export type TextEmphasis = TextEmphasisStyle | TextEmphasisColor | Globals | (string & {})
1002
- export type TextWrap = TextWrapMode | TextWrapStyle | Globals | (string & {})
1132
+ export type ScrollTimeline = Property.ScrollTimelineName | Property.ScrollTimelineAxis | Globals | (string & {})
1133
+ export type TextDecoration = Property.TextDecorationLine | Property.TextDecorationStyle | Property.TextDecorationColor | Property.TextDecorationThickness | Globals | (string & {})
1134
+ export type TextEmphasis = Property.TextEmphasisStyle | Property.TextEmphasisColor | Globals | (string & {})
1135
+ export type TextWrap = Property.TextWrapMode | Property.TextWrapStyle | Globals | (string & {})
1003
1136
  export type Transition = TSingleTransition | Globals | (string & {})
1137
+ export type ViewTimeline = Property.ViewTimelineName | Property.ViewTimelineAxis | Property.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 & {})
@@ -1067,8 +1201,8 @@ export namespace Property {
1067
1201
  export type MozWindowShadow = "default" | "menu" | "tooltip" | "sheet" | "none" | Globals | (string & {})
1068
1202
  export type WebkitAppearance = "none" | "button" | "button-bevel" | "caret" | "checkbox" | "default-button" | "inner-spin-button" | "listbox" | "listitem" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "menulist" | "menulist-button" | "menulist-text" | "menulist-textfield" | "meter" | "progress-bar" | "progress-bar-value" | "push-button" | "radio" | "searchfield" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-horizontal" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | "square-button" | "textarea" | "textfield" | "-apple-pay-button" | Globals | (string & {})
1069
1203
  export type WebkitBorderBeforeColor = TColor | Globals | (string & {})
1070
- export type WebkitBorderBeforeStyle = BorderStyle | Globals | (string & {})
1071
- export type WebkitBorderBeforeWidth = BorderWidth | Globals | (string & {})
1204
+ export type WebkitBorderBeforeStyle = Property.BorderStyle | Globals | (string & {})
1205
+ export type WebkitBorderBeforeWidth = Property.BorderWidth | Globals | (string & {})
1072
1206
  export type WebkitBoxReflect = "above" | "below" | "right" | "left" | TImage | Globals | (string & {})
1073
1207
  export type WebkitLineClamp = "none" | number | Globals | (string & {})
1074
1208
  export type WebkitMaskAttachment = TAttachment | Globals | (string & {})
@@ -1091,13 +1225,13 @@ export namespace Property {
1091
1225
  export type WebkitTouchCallout = "default" | "none" | Globals | (string & {})
1092
1226
  export type WebkitUserModify = "read-only" | "read-write" | "read-write-plaintext-only" | Globals | (string & {})
1093
1227
  export type WebkitUserSelect = "auto" | "text" | "none" | "all" | Globals | (string & {})
1094
- export type MsContentZoomLimit = MsContentZoomLimitMin | MsContentZoomLimitMax | Globals | (string & {})
1095
- export type MsContentZoomSnap = MsContentZoomSnapType | MsContentZoomSnapPoints | Globals | (string & {})
1096
- export type MsScrollLimit = MsScrollLimitXMin | MsScrollLimitYMin | MsScrollLimitXMax | MsScrollLimitYMax | Globals | (string & {})
1097
- export type MsScrollSnapX = MsScrollSnapType | MsScrollSnapPointsX | Globals | (string & {})
1098
- export type MsScrollSnapY = MsScrollSnapType | MsScrollSnapPointsY | Globals | (string & {})
1228
+ export type MsContentZoomLimit = Property.MsContentZoomLimitMin | Property.MsContentZoomLimitMax | Globals | (string & {})
1229
+ export type MsContentZoomSnap = Property.MsContentZoomSnapType | Property.MsContentZoomSnapPoints | Globals | (string & {})
1230
+ export type MsScrollLimit = Property.MsScrollLimitXMin | Property.MsScrollLimitYMin | Property.MsScrollLimitXMax | Property.MsScrollLimitYMax | Globals | (string & {})
1231
+ export type MsScrollSnapX = Property.MsScrollSnapType | Property.MsScrollSnapPointsX | Globals | (string & {})
1232
+ export type MsScrollSnapY = Property.MsScrollSnapType | Property.MsScrollSnapPointsY | Globals | (string & {})
1099
1233
  export type MozOutlineRadius = TOutlineRadius | Globals | (string & {})
1100
- export type WebkitBorderBefore = BorderWidth | BorderStyle | TColor | Globals | (string & {})
1234
+ export type WebkitBorderBefore = Property.BorderWidth | Property.BorderStyle | TColor | Globals | (string & {})
1101
1235
  export type WebkitMask = TMaskReference | TPosition | TBgSize | TRepeatStyle | TVisualBox | "border" | "padding" | "content" | "text" | TVisualBox | "border" | "padding" | "content" | Globals | (string & {})
1102
1236
  export type WebkitTextStroke = TColor | Globals | (string & {})
1103
1237
  }
@@ -1197,7 +1331,7 @@ export type TFeatureValueDeclarationList = TFeatureValueDeclaration;
1197
1331
  export type TFeatureValueName = (string & {});
1198
1332
  export type TFilterFunction = (string & {});
1199
1333
  export type TFilterValueList = TFilterFunction;
1200
- export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | BackgroundColor;
1334
+ export type TFinalBgLayer = TBgImage | TBgPosition | TBgSize | TRepeatStyle | TAttachment | TVisualBox | Property.BackgroundColor;
1201
1335
  export type TFixedBreadth = TLengthPercentage;
1202
1336
  export type TFixedRepeat = number | TLineNames | TFixedSize | TLineNames;
1203
1337
  export type TFixedSize = TFixedBreadth | TFixedBreadth | TTrackBreadth | TInflexibleBreadth | TFixedBreadth;
@@ -1320,7 +1454,7 @@ export type TShapeBox = TVisualBox | "margin-box";
1320
1454
  export type TSideOrCorner = "left" | "right" | "top" | "bottom";
1321
1455
  export type TSignedInteger = (string & {});
1322
1456
  export type TSignlessInteger = (string & {});
1323
- export type TSingleAnimation = AnimationDuration | TEasingFunction | AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
1457
+ export type TSingleAnimation = Property.AnimationDuration | TEasingFunction | Property.AnimationDelay | TSingleAnimationIterationCount | TSingleAnimationDirection | TSingleAnimationFillMode | TSingleAnimationPlayState | "none" | TKeyframesName | TSingleAnimationTimeline;
1324
1458
  export type TSingleAnimationComposition = "replace" | "add" | "accumulate";
1325
1459
  export type TSingleAnimationDirection = "normal" | "reverse" | "alternate" | "alternate-reverse";
1326
1460
  export type TSingleAnimationFillMode = "none" | "forwards" | "backwards" | "both";