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