@plumeria/core 10.2.0 → 10.2.2

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.
@@ -0,0 +1,1776 @@
1
+ /**
2
+ * Based on Meta's StyleX CSS type definitions.
3
+ * Extended from src/types/StyleXCSSTypes.js (https://github.com/facebook/stylex)
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
10
+
11
+ type absoluteSize =
12
+ | 'xx-small'
13
+ | 'x-small'
14
+ | 'small'
15
+ | 'medium'
16
+ | 'large'
17
+ | 'x-large'
18
+ | 'xx-large';
19
+ type accentColor = color;
20
+ type alignContent =
21
+ | 'center'
22
+ | 'start'
23
+ | 'end'
24
+ | 'flex-start'
25
+ | 'flex-end'
26
+ | 'normal'
27
+ | 'baseline'
28
+ | 'first baseline'
29
+ | 'last baseline'
30
+ | 'space-between'
31
+ | 'space-around'
32
+ | 'space-evenly'
33
+ | 'stretch'
34
+ | 'safe center'
35
+ | 'unsafe center';
36
+ type alignItems =
37
+ | 'normal'
38
+ | 'stretch'
39
+ | 'center'
40
+ | 'start'
41
+ | 'end'
42
+ | 'flex-start'
43
+ | 'flex-end'
44
+ | 'self-start'
45
+ | 'self-end'
46
+ | 'baseline'
47
+ | 'first baseline'
48
+ | 'last baseline'
49
+ | 'safe center'
50
+ | 'unsafe center';
51
+ type alignmentBaseline =
52
+ | 'auto'
53
+ | 'baseline'
54
+ | 'before-edge'
55
+ | 'text-before-edge'
56
+ | 'middle'
57
+ | 'central'
58
+ | 'after-edge'
59
+ | 'text-after-edge'
60
+ | 'ideographic'
61
+ | 'alphabetic'
62
+ | 'hanging'
63
+ | 'mathematical';
64
+ type alignSelf =
65
+ | 'auto'
66
+ | 'normal'
67
+ | 'center'
68
+ | 'start'
69
+ | 'end'
70
+ | 'self-start'
71
+ | 'self-end'
72
+ | 'flex-start'
73
+ | 'flex-end'
74
+ | 'baseline'
75
+ | 'first baseline'
76
+ | 'last baseline'
77
+ | 'stretch'
78
+ | 'safe center'
79
+ | 'unsafe center';
80
+ type alignTracks = never;
81
+ type anchorName = never;
82
+ type animatableFeature = 'scroll-position' | 'contents';
83
+ type animation = never;
84
+ type animationComposition = never;
85
+ type animationDelay = time;
86
+ type animationDirection = singleAnimationDirection;
87
+ type animationDuration = time;
88
+ type animationFillMode = singleAnimationFillMode;
89
+ type animationIterationCount = singleAnimationIterationCount;
90
+ type animationName = singleAnimationName;
91
+ type animationPlayState = singleAnimationPlayState;
92
+ type animationRange = never;
93
+ type animationRangeEnd = never;
94
+ type animationRangeStart = never;
95
+ type animationTimeline = never;
96
+ type animationTimingFunction = singleTimingFunction;
97
+ type appearance = 'auto' | 'none' | 'textfield';
98
+ type aspectRatio = never;
99
+ type attachment = 'scroll' | 'fixed' | 'local';
100
+ type azimuth = never;
101
+ type backdropFilter = 'none';
102
+ type backfaceVisibility = 'visible' | 'hidden';
103
+ type background = finalBgLayer;
104
+ type backgroundAttachment = attachment;
105
+ type backgroundBlendMode = blendMode;
106
+ type backgroundClip = box | 'text';
107
+ type backgroundColor = color;
108
+ type backgroundImage = bgImage;
109
+ type backgroundOrigin = box;
110
+ type backgroundPosition = never;
111
+ type backgroundPositionX = never;
112
+ type backgroundPositionY = never;
113
+ type backgroundRepeat = repeatStyle;
114
+ type backgroundSize = bgSize;
115
+ type baselineShift = 'baseline' | 'sub' | 'super' | svgLength;
116
+ type behavior = never;
117
+ type bgImage = 'none';
118
+ type bgSize = 'cover' | 'contain';
119
+ type blendMode =
120
+ | 'normal'
121
+ | 'multiply'
122
+ | 'screen'
123
+ | 'overlay'
124
+ | 'darken'
125
+ | 'lighten'
126
+ | 'color-dodge'
127
+ | 'color-burn'
128
+ | 'hard-light'
129
+ | 'soft-light'
130
+ | 'difference'
131
+ | 'exclusion'
132
+ | 'hue'
133
+ | 'saturation'
134
+ | 'color'
135
+ | 'luminosity';
136
+ type blockSize = width;
137
+ type border = borderWidth | brStyle | color;
138
+ type borderBlock = borderBlockEnd;
139
+ type borderBlockColor = borderBlockEndColor;
140
+ type borderBlockEnd = borderWidth | borderStyle | color;
141
+ type borderBlockEndColor = color;
142
+ type borderBlockEndStyle = borderStyle;
143
+ type borderBlockEndWidth = borderWidth;
144
+ type borderBlockStart = borderWidth | borderStyle | color;
145
+ type borderBlockStartColor = color;
146
+ type borderBlockStartStyle = borderStyle;
147
+ type borderBlockStartWidth = borderWidth;
148
+ type borderBlockStyle = borderBlockEndStyle;
149
+ type borderBlockWidth = borderBlockEndWidth;
150
+ type borderBottom = border;
151
+ type borderBottomColor = color;
152
+ type borderBottomLeftRadius = lengthPercentage;
153
+ type borderBottomRightRadius = lengthPercentage;
154
+ type borderBottomStyle = brStyle;
155
+ type borderBottomWidth = borderWidth;
156
+ type borderCollapse = 'collapse' | 'separate';
157
+ type borderColor = color;
158
+ type borderEndEndRadius = borderBottomRightRadius;
159
+ type borderEndStartRadius = borderBottomLeftRadius;
160
+ type borderImage = borderImageSource | borderImageSlice | borderImageRepeat;
161
+ type borderImageOutset = never;
162
+ type borderImageRepeat = never;
163
+ type borderImageSlice = 'fill';
164
+ type borderImageSource = 'none';
165
+ type borderImageWidth = never;
166
+ type borderInline = borderInlineEnd;
167
+ type borderInlineColor = borderInlineEndColor;
168
+ type borderInlineEnd = borderWidth | borderStyle | color;
169
+ type borderInlineEndColor = color;
170
+ type borderInlineEndStyle = borderStyle;
171
+ type borderInlineEndWidth = borderWidth;
172
+ type borderInlineStart = borderWidth | borderStyle | color;
173
+ type borderInlineStartColor = color;
174
+ type borderInlineStartStyle = borderStyle;
175
+ type borderInlineStartWidth = borderWidth;
176
+ type borderInlineStyle = borderInlineEndStyle;
177
+ type borderInlineWidth = borderInlineEndWidth;
178
+ type borderLeft = border;
179
+ type borderLeftColor = color;
180
+ type borderLeftStyle = brStyle;
181
+ type borderLeftWidth = borderWidth;
182
+ type borderRadius = lengthPercentage;
183
+ type borderRight = border;
184
+ type borderRightColor = color;
185
+ type borderRightStyle = brStyle;
186
+ type borderRightWidth = borderWidth;
187
+ type borderSpacing = never;
188
+ type borderStartEndRadius = borderTopRightRadius;
189
+ type borderStartStartRadius = borderTopLeftRadius;
190
+ type borderStyle = brStyle;
191
+ type borderTop = border;
192
+ type borderTopColor = color;
193
+ type borderTopLeftRadius = lengthPercentage;
194
+ type borderTopRightRadius = lengthPercentage;
195
+ type borderTopStyle = brStyle;
196
+ type borderTopWidth = borderWidth;
197
+ type borderWidth = 'thin' | 'medium' | 'thick';
198
+ type bottom = never;
199
+ type box = 'border-box' | 'padding-box' | 'content-box';
200
+ type boxAlign = 'start' | 'center' | 'end' | 'baseline' | 'stretch';
201
+ type boxDecorationBreak = 'slice' | 'clone';
202
+ type boxDirection = 'normal' | 'reverse';
203
+ type boxFlex = never;
204
+ type boxFlexGroup = never;
205
+ type boxLines = 'single' | 'multiple';
206
+ type boxOrdinalGroup = never;
207
+ type boxOrient = 'horizontal' | 'vertical' | 'inline-axis' | 'block-axis';
208
+ type boxShadow = 'none';
209
+ type boxSizing = 'content-box' | 'border-box';
210
+ type boxSuppress = 'show' | 'discard' | 'hide';
211
+ type breakAfter =
212
+ | 'auto'
213
+ | 'avoid'
214
+ | 'avoid-page'
215
+ | 'page'
216
+ | 'left'
217
+ | 'right'
218
+ | 'recto'
219
+ | 'verso'
220
+ | 'avoid-column'
221
+ | 'column'
222
+ | 'avoid-region'
223
+ | 'region';
224
+ type breakBefore =
225
+ | 'auto'
226
+ | 'avoid'
227
+ | 'avoid-page'
228
+ | 'page'
229
+ | 'left'
230
+ | 'right'
231
+ | 'recto'
232
+ | 'verso'
233
+ | 'avoid-column'
234
+ | 'column'
235
+ | 'avoid-region'
236
+ | 'region';
237
+ type breakInside =
238
+ | 'auto'
239
+ | 'avoid'
240
+ | 'avoid-page'
241
+ | 'avoid-column'
242
+ | 'avoid-region';
243
+ type brStyle =
244
+ | 'none'
245
+ | 'hidden'
246
+ | 'dotted'
247
+ | 'dashed'
248
+ | 'solid'
249
+ | 'double'
250
+ | 'groove'
251
+ | 'ridge'
252
+ | 'inset'
253
+ | 'outset';
254
+ type captionSide =
255
+ | 'top'
256
+ | 'bottom'
257
+ | 'block-start'
258
+ | 'block-end'
259
+ | 'inline-start'
260
+ | 'inline-end';
261
+ type caret = never;
262
+ type caretColor = color;
263
+ type caretShape = never;
264
+ type clear = 'none' | 'left' | 'right' | 'both' | 'inline-start' | 'inline-end';
265
+ type clip = 'auto';
266
+ type clipPath = 'none';
267
+ type clipRule = 'nonzero' | 'evenodd';
268
+ type color = NamedColor;
269
+ type colorScheme =
270
+ | 'normal'
271
+ | 'light'
272
+ | 'dark'
273
+ | 'light dark'
274
+ | 'only light'
275
+ | 'only dark';
276
+ type columnCount = 'auto';
277
+ type columnFill = 'auto' | 'balance';
278
+ type columnGap = 'normal';
279
+ type columnRule = columnRuleWidth | columnRuleStyle | columnRuleColor;
280
+ type columnRuleColor = color;
281
+ type columnRuleStyle = brStyle;
282
+ type columnRuleWidth = borderWidth;
283
+ type columns = columnWidth | columnCount;
284
+ type columnSpan = 'none' | 'all';
285
+ type columnWidth = 'auto';
286
+ type compositeOperator = 'add' | 'subtract' | 'intersect' | 'exclude';
287
+ type contain = 'none' | 'strict' | 'content';
288
+ type container = never;
289
+ type containerName = never;
290
+ type containerType = 'size' | 'inline-size' | 'normal';
291
+ type containIntrinsicBlockSize = never;
292
+ type containIntrinsicHeight = never;
293
+ type containIntrinsicInlineSize = never;
294
+ type containIntrinsicSize = never;
295
+ type containIntrinsicWidth = never;
296
+ type content = never;
297
+ type contentVisibility = 'visible' | 'hidden' | 'auto';
298
+ type cornerBottomLeftShape = cornerShape;
299
+ type cornerBottomRightShape = cornerShape;
300
+ type cornerEndEndShape = cornerBottomRightShape;
301
+ type cornerEndStartShape = cornerBottomLeftShape;
302
+ type cornerShape =
303
+ | 'round'
304
+ | 'scoop'
305
+ | 'bevel'
306
+ | 'notch'
307
+ | 'square'
308
+ | 'squircle';
309
+ type cornerStartEndShape = cornerTopRightShape;
310
+ type cornerStartStartShape = cornerTopLeftShape;
311
+ type cornerTopLeftShape = cornerShape;
312
+ type cornerTopRightShape = cornerShape;
313
+ type counterIncrement = 'none';
314
+ type counterReset = 'none';
315
+ type counterSet = never;
316
+ type cue = cueBefore | cueAfter;
317
+ type cueAfter = 'none';
318
+ type cueBefore = 'none';
319
+ type cursor =
320
+ | 'auto'
321
+ | 'default'
322
+ | 'none'
323
+ | 'context-menu'
324
+ | 'help'
325
+ | 'pointer'
326
+ | 'progress'
327
+ | 'wait'
328
+ | 'cell'
329
+ | 'crosshair'
330
+ | 'text'
331
+ | 'vertical-text'
332
+ | 'alias'
333
+ | 'copy'
334
+ | 'move'
335
+ | 'no-drop'
336
+ | 'not-allowed'
337
+ | 'e-resize'
338
+ | 'n-resize'
339
+ | 'ne-resize'
340
+ | 'nw-resize'
341
+ | 's-resize'
342
+ | 'se-resize'
343
+ | 'sw-resize'
344
+ | 'w-resize'
345
+ | 'ew-resize'
346
+ | 'ns-resize'
347
+ | 'nesw-resize'
348
+ | 'nwse-resize'
349
+ | 'col-resize'
350
+ | 'row-resize'
351
+ | 'all-scroll'
352
+ | 'zoom-in'
353
+ | 'zoom-out'
354
+ | 'grab'
355
+ | 'grabbing';
356
+ type direction = 'ltr' | 'rtl';
357
+ type display =
358
+ | 'none'
359
+ | 'inline'
360
+ | 'block'
361
+ | 'flow-root'
362
+ | 'list-item'
363
+ | 'inline-list-item'
364
+ | 'inline-block'
365
+ | 'inline-table'
366
+ | 'table'
367
+ | 'table-cell'
368
+ | 'table-column'
369
+ | 'table-column-group'
370
+ | 'table-footer-group'
371
+ | 'table-header-group'
372
+ | 'table-row'
373
+ | 'table-row-group'
374
+ | 'flex'
375
+ | 'inline-flex'
376
+ | 'grid'
377
+ | 'inline-grid'
378
+ | 'run-in'
379
+ | 'ruby'
380
+ | 'ruby-base'
381
+ | 'ruby-text'
382
+ | 'ruby-base-container'
383
+ | 'ruby-text-container'
384
+ | 'contents';
385
+ type displayInside = 'auto' | 'block' | 'table' | 'flex' | 'grid' | 'ruby';
386
+ type displayList = 'none' | 'list-item';
387
+ type displayOutside =
388
+ | 'block-level'
389
+ | 'inline-level'
390
+ | 'run-in'
391
+ | 'contents'
392
+ | 'none'
393
+ | 'table-row-group'
394
+ | 'table-header-group'
395
+ | 'table-footer-group'
396
+ | 'table-row'
397
+ | 'table-cell'
398
+ | 'table-column-group'
399
+ | 'table-column'
400
+ | 'table-caption'
401
+ | 'ruby-base'
402
+ | 'ruby-text'
403
+ | 'ruby-base-container'
404
+ | 'ruby-text-container';
405
+ type dominantBaseline =
406
+ | 'auto'
407
+ | 'use-script'
408
+ | 'no-change'
409
+ | 'reset-size'
410
+ | 'ideographic'
411
+ | 'alphabetic'
412
+ | 'hanging'
413
+ | 'mathematical'
414
+ | 'central'
415
+ | 'middle'
416
+ | 'text-after-edge'
417
+ | 'text-before-edge';
418
+ type emptyCells = 'show' | 'hide';
419
+ type end = never;
420
+ type fill = paint;
421
+ type fillOpacity = never;
422
+ type fillRule = 'nonzero' | 'evenodd';
423
+ type filter = 'none';
424
+ type finalBgLayer = attachment | box | backgroundColor;
425
+ type flex = 'none';
426
+ type flexBasis = 'content';
427
+ type flexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
428
+ type flexFlow = flexDirection | flexWrap;
429
+ type flexGrow = never;
430
+ type flexShrink = never;
431
+ type flexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
432
+ type float =
433
+ | 'left'
434
+ | 'right'
435
+ | 'none'
436
+ | 'start'
437
+ | 'end'
438
+ | 'inline-start'
439
+ | 'inline-end';
440
+ type font = never;
441
+ type fontFamily = never;
442
+ type fontFeatureSettings = 'normal';
443
+ type fontKerning = 'auto' | 'normal' | 'none';
444
+ type fontLanguageOverride = 'normal';
445
+ type fontOpticalSizing = 'auto' | 'none';
446
+ type fontPalette = 'light' | 'dark';
447
+ type fontSize = absoluteSize | relativeSize | lengthPercentage;
448
+ type fontSizeAdjust = 'none';
449
+ type fontStretch =
450
+ | 'normal'
451
+ | 'ultra-condensed'
452
+ | 'extra-condensed'
453
+ | 'condensed'
454
+ | 'semi-condensed'
455
+ | 'semi-expanded'
456
+ | 'expanded'
457
+ | 'extra-expanded'
458
+ | 'ultra-expanded';
459
+ type fontStyle = 'normal' | 'italic' | 'oblique';
460
+ type fontSynthesis = 'none';
461
+ type fontSynthesisPosition = 'auto' | 'none';
462
+ type fontSynthesisSmallCaps = 'auto' | 'none';
463
+ type fontSynthesisStyle = 'auto' | 'none';
464
+ type fontSynthesisWeight = 'auto' | 'none';
465
+ type fontVariant = 'normal' | 'none';
466
+ type fontVariantAlternates = 'normal';
467
+ type fontVariantCaps =
468
+ | 'normal'
469
+ | 'small-caps'
470
+ | 'all-small-caps'
471
+ | 'petite-caps'
472
+ | 'all-petite-caps'
473
+ | 'unicase'
474
+ | 'titling-caps';
475
+ type fontVariantEastAsian = 'normal';
476
+ type fontVariantLigatures = 'normal' | 'none';
477
+ type fontVariantNumeric = 'normal';
478
+ type fontVariantPosition = 'normal' | 'sub' | 'super';
479
+ type fontVariationSettings = never;
480
+ type fontWeight =
481
+ | 'normal'
482
+ | 'bold'
483
+ | 'bolder'
484
+ | 'lighter'
485
+ | '100'
486
+ | '200'
487
+ | '300'
488
+ | '400'
489
+ | '500'
490
+ | '600'
491
+ | '700'
492
+ | '800'
493
+ | '900';
494
+ type forcedColorAdjust = 'auto' | 'none';
495
+ type gap = never;
496
+ type geometryBox = shapeBox | 'fill-box' | 'stroke-box' | 'view-box';
497
+ type glyphOrientationHorizontal = never;
498
+ type glyphOrientationVertical = never;
499
+ type grid = gridTemplate;
500
+ type gridArea = gridLine;
501
+ type gridAutoColumns = trackSize;
502
+ type gridAutoFlow = 'dense';
503
+ type gridAutoRows = trackSize;
504
+ type gridColumn = gridLine;
505
+ type gridColumnEnd = gridLine;
506
+ type gridColumnGap = lengthPercentage;
507
+ type gridColumnStart = gridLine;
508
+ type gridGap = gridRowGap | gridColumnGap;
509
+ type gridLine = 'auto';
510
+ type gridRow = gridLine;
511
+ type gridRowEnd = gridLine;
512
+ type gridRowGap = lengthPercentage;
513
+ type gridRowStart = gridLine;
514
+ type gridTemplate = 'none' | 'subgrid';
515
+ type gridTemplateAreas = 'none';
516
+ type gridTemplateColumns = 'none' | 'subgrid';
517
+ type gridTemplateRows = 'none' | 'subgrid';
518
+ type hangingPunctuation = never;
519
+ type height = never;
520
+ type hyphenateCharacter = never;
521
+ type hyphenateLimitChars = never;
522
+ type hyphens = 'none' | 'manual' | 'auto';
523
+ type imageOrientation = 'from-image';
524
+ type imageRendering =
525
+ | 'auto'
526
+ | 'crisp-edges'
527
+ | 'pixelated'
528
+ | 'optimizeSpeed'
529
+ | 'optimizeQuality';
530
+ type imageResolution = 'snap';
531
+ type imeMode = 'auto' | 'normal' | 'active' | 'inactive' | 'disabled';
532
+ type initialLetter = 'normal';
533
+ type initialLetterAlign = never;
534
+ type inlineSize = width;
535
+ type inset = never;
536
+ type insetBlock = never;
537
+ type insetBlockEnd = never;
538
+ type insetBlockStart = never;
539
+ type insetInline = never;
540
+ type insetInlineEnd = never;
541
+ type insetInlineStart = never;
542
+ type interpolateSize = 'allow-keywords' | 'numeric-only';
543
+ type isolation = 'auto' | 'isolate';
544
+ type justifyContent =
545
+ | 'center'
546
+ | 'start'
547
+ | 'end'
548
+ | 'flex-start'
549
+ | 'flex-end'
550
+ | 'left'
551
+ | 'right'
552
+ | 'normal'
553
+ | 'space-between'
554
+ | 'space-around'
555
+ | 'space-evenly'
556
+ | 'stretch'
557
+ | 'safe center'
558
+ | 'unsafe center';
559
+ type justifyItems =
560
+ | 'normal'
561
+ | 'stretch'
562
+ | 'center'
563
+ | 'start'
564
+ | 'end'
565
+ | 'flex-start'
566
+ | 'flex-end'
567
+ | 'self-start'
568
+ | 'self-end'
569
+ | 'left'
570
+ | 'right'
571
+ | 'baseline'
572
+ | 'first baseline'
573
+ | 'last baseline'
574
+ | 'safe center'
575
+ | 'unsafe center'
576
+ | 'legacy right'
577
+ | 'legacy left'
578
+ | 'legacy center';
579
+ type justifySelf =
580
+ | 'auto'
581
+ | 'normal'
582
+ | 'stretch'
583
+ | 'center'
584
+ | 'start'
585
+ | 'end'
586
+ | 'flex-start'
587
+ | 'flex-end'
588
+ | 'self-start'
589
+ | 'self-end'
590
+ | 'left'
591
+ | 'right'
592
+ | 'baseline'
593
+ | 'first baseline'
594
+ | 'last baseline'
595
+ | 'safe center'
596
+ | 'unsafe center';
597
+ type justifyTracks = never;
598
+ type kerning = 'auto' | svgLength;
599
+ type left = never;
600
+ type lengthPercentage = never;
601
+ type letterSpacing = 'normal' | lengthPercentage;
602
+ type lineBreak = 'auto' | 'loose' | 'normal' | 'strict';
603
+ type lineHeight = never;
604
+ type lineHeightStep = never;
605
+ type listStyle = listStyleType | listStylePosition | listStyleImage;
606
+ type listStyleImage = 'none';
607
+ type listStylePosition = 'inside' | 'outside';
608
+ type listStyleType = 'none';
609
+ type margin = never;
610
+ type marginBlock = marginBlockEnd;
611
+ type marginBlockEnd = marginLeft;
612
+ type marginBlockStart = marginLeft;
613
+ type marginBottom = 'auto';
614
+ type marginInline = marginInlineEnd;
615
+ type marginInlineEnd = marginLeft;
616
+ type marginInlineStart = marginLeft;
617
+ type marginLeft = 'auto';
618
+ type marginRight = 'auto';
619
+ type marginTop = 'auto';
620
+ type marker = 'none';
621
+ type markerEnd = 'none';
622
+ type markerMid = 'none';
623
+ type markerOffset = 'auto';
624
+ type markerStart = 'none';
625
+ type mask = maskLayer;
626
+ type maskBorder = never;
627
+ type maskBorderMode = 'alpha' | 'luminance';
628
+ type maskBorderOutset = never;
629
+ type maskBorderRepeat = 'stretch' | 'repeat' | 'round' | 'space';
630
+ type maskBorderSlice = never;
631
+ type maskBorderSource = never;
632
+ type maskBorderWidth = never;
633
+ type maskClip = never;
634
+ type maskComposite = compositeOperator;
635
+ type maskImage = maskReference;
636
+ type maskingMode = 'alpha' | 'luminance' | 'match-source';
637
+ type maskLayer =
638
+ | maskReference
639
+ | maskingMode
640
+ | repeatStyle
641
+ | geometryBox
642
+ | compositeOperator;
643
+ type maskMode = maskingMode;
644
+ type maskOrigin = geometryBox;
645
+ type maskPosition = never;
646
+ type maskReference = 'none';
647
+ type maskRepeat = repeatStyle;
648
+ type maskSize = bgSize;
649
+ type maskType = 'luminance' | 'alpha';
650
+ type masonryAutoFlow = never;
651
+ type mathDepth = never;
652
+ type mathShift = 'normal' | 'compact';
653
+ type mathStyle = 'normal' | 'compact';
654
+ type maxBlockSize = maxWidth;
655
+ type maxHeight =
656
+ | 'none'
657
+ | 'max-content'
658
+ | 'min-content'
659
+ | 'fit-content'
660
+ | 'fill-available';
661
+ type maxInlineSize = maxWidth;
662
+ type maxWidth =
663
+ | 'none'
664
+ | 'max-content'
665
+ | 'min-content'
666
+ | 'fit-content'
667
+ | 'fill-available';
668
+ type minBlockSize = minWidth;
669
+ type minHeight =
670
+ | 'auto'
671
+ | 'max-content'
672
+ | 'min-content'
673
+ | 'fit-content'
674
+ | 'fill-available';
675
+ type minInlineSize = minWidth;
676
+ type minWidth =
677
+ | 'auto'
678
+ | 'max-content'
679
+ | 'min-content'
680
+ | 'fit-content'
681
+ | 'fill-available';
682
+ type mixBlendMode = blendMode;
683
+ type motion = motionPath | motionOffset | motionRotation;
684
+ type motionOffset = lengthPercentage;
685
+ type motionPath = geometryBox | 'none';
686
+ type motionRotation = never;
687
+ type MsOverflowStyle = 'auto' | 'none' | 'scrollbar';
688
+ type NamedColor =
689
+ | 'aliceblue'
690
+ | 'antiquewhite'
691
+ | 'aqua'
692
+ | 'aquamarine'
693
+ | 'azure'
694
+ | 'beige'
695
+ | 'bisque'
696
+ | 'black'
697
+ | 'blanchedalmond'
698
+ | 'blue'
699
+ | 'blueviolet'
700
+ | 'brown'
701
+ | 'burlywood'
702
+ | 'cadetblue'
703
+ | 'chartreuse'
704
+ | 'chocolate'
705
+ | 'coral'
706
+ | 'cornflowerblue'
707
+ | 'cornsilk'
708
+ | 'crimson'
709
+ | 'cyan'
710
+ | 'darkblue'
711
+ | 'darkcyan'
712
+ | 'darkgoldenrod'
713
+ | 'darkgray'
714
+ | 'darkgreen'
715
+ | 'darkgrey'
716
+ | 'darkkhaki'
717
+ | 'darkmagenta'
718
+ | 'darkolivegreen'
719
+ | 'darkorange'
720
+ | 'darkorchid'
721
+ | 'darkred'
722
+ | 'darksalmon'
723
+ | 'darkseagreen'
724
+ | 'darkslateblue'
725
+ | 'darkslategray'
726
+ | 'darkslategrey'
727
+ | 'darkturquoise'
728
+ | 'darkviolet'
729
+ | 'deeppink'
730
+ | 'deepskyblue'
731
+ | 'dimgray'
732
+ | 'dimgrey'
733
+ | 'dodgerblue'
734
+ | 'firebrick'
735
+ | 'floralwhite'
736
+ | 'forestgreen'
737
+ | 'fuchsia'
738
+ | 'gainsboro'
739
+ | 'ghostwhite'
740
+ | 'gold'
741
+ | 'goldenrod'
742
+ | 'gray'
743
+ | 'green'
744
+ | 'greenyellow'
745
+ | 'grey'
746
+ | 'honeydew'
747
+ | 'hotpink'
748
+ | 'indianred'
749
+ | 'indigo'
750
+ | 'ivory'
751
+ | 'khaki'
752
+ | 'lavender'
753
+ | 'lavenderblush'
754
+ | 'lawngreen'
755
+ | 'lemonchiffon'
756
+ | 'lightblue'
757
+ | 'lightcoral'
758
+ | 'lightcyan'
759
+ | 'lightgoldenrodyellow'
760
+ | 'lightgray'
761
+ | 'lightgreen'
762
+ | 'lightgrey'
763
+ | 'lightpink'
764
+ | 'lightsalmon'
765
+ | 'lightseagreen'
766
+ | 'lightskyblue'
767
+ | 'lightslategray'
768
+ | 'lightslategrey'
769
+ | 'lightsteelblue'
770
+ | 'lightyellow'
771
+ | 'lime'
772
+ | 'limegreen'
773
+ | 'linen'
774
+ | 'magenta'
775
+ | 'maroon'
776
+ | 'mediumaquamarine'
777
+ | 'mediumblue'
778
+ | 'mediumorchid'
779
+ | 'mediumpurple'
780
+ | 'mediumseagreen'
781
+ | 'mediumslateblue'
782
+ | 'mediumspringgreen'
783
+ | 'mediumturquoise'
784
+ | 'mediumvioletred'
785
+ | 'midnightblue'
786
+ | 'mintcream'
787
+ | 'mistyrose'
788
+ | 'moccasin'
789
+ | 'navajowhite'
790
+ | 'navy'
791
+ | 'oldlace'
792
+ | 'olive'
793
+ | 'olivedrab'
794
+ | 'orange'
795
+ | 'orangered'
796
+ | 'orchid'
797
+ | 'palegoldenrod'
798
+ | 'palegreen'
799
+ | 'paleturquoise'
800
+ | 'palevioletred'
801
+ | 'papayawhip'
802
+ | 'peachpuff'
803
+ | 'peru'
804
+ | 'pink'
805
+ | 'plum'
806
+ | 'powderblue'
807
+ | 'purple'
808
+ | 'rebeccapurple'
809
+ | 'red'
810
+ | 'rosybrown'
811
+ | 'royalblue'
812
+ | 'saddlebrown'
813
+ | 'salmon'
814
+ | 'sandybrown'
815
+ | 'seagreen'
816
+ | 'seashell'
817
+ | 'sienna'
818
+ | 'silver'
819
+ | 'skyblue'
820
+ | 'slateblue'
821
+ | 'slategray'
822
+ | 'slategrey'
823
+ | 'snow'
824
+ | 'springgreen'
825
+ | 'steelblue'
826
+ | 'tan'
827
+ | 'teal'
828
+ | 'thistle'
829
+ | 'tomato'
830
+ | 'transparent'
831
+ | 'turquoise'
832
+ | 'violet'
833
+ | 'wheat'
834
+ | 'white'
835
+ | 'whitesmoke'
836
+ | 'yellow'
837
+ | 'yellowgreen';
838
+ type nonStandardWordBreak = 'break-word';
839
+ type objectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
840
+ type objectPosition = never;
841
+ type offset = never;
842
+ type offsetAnchor = never;
843
+ type offsetDistance = never;
844
+ type offsetPath = never;
845
+ type offsetPosition = never;
846
+ type offsetRotate = never;
847
+ type opacity = never;
848
+ type order = never;
849
+ type orphans = never;
850
+ type outline = never;
851
+ type outlineColor = color | 'invert';
852
+ type outlineOffset = never;
853
+ type outlineStyle = 'auto' | brStyle;
854
+ type outlineWidth = borderWidth;
855
+ type overflow = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto';
856
+ type overflowAnchor = 'auto' | 'none';
857
+ type overflowBlock = overflowY;
858
+ type overflowBlockX = overflowX;
859
+ type overflowClipMargin = never;
860
+ type overflowWrap = 'normal' | 'break-word' | 'anywhere';
861
+ type overflowX = overflow;
862
+ type overflowY = overflow;
863
+ type overscrollBehavior = 'none' | 'contain' | 'auto';
864
+ type overscrollBehaviorBlock = overscrollBehaviorY;
865
+ type overscrollBehaviorInline = overscrollBehaviorX;
866
+ type overscrollBehaviorX = 'none' | 'contain' | 'auto';
867
+ type overscrollBehaviorY = 'none' | 'contain' | 'auto';
868
+ type padding = never;
869
+ type paddingBlock = paddingBlockEnd;
870
+ type paddingBlockEnd = paddingLeft;
871
+ type paddingBlockStart = paddingLeft;
872
+ type paddingBottom = never;
873
+ type paddingInline = paddingBlockEnd;
874
+ type paddingInlineEnd = paddingBlockEnd;
875
+ type paddingInlineStart = paddingBlockStart;
876
+ type paddingLeft = never;
877
+ type paddingRight = never;
878
+ type paddingTop = never;
879
+ type page = never;
880
+ type pageBreakAfter = 'auto' | 'always' | 'avoid' | 'left' | 'right';
881
+ type pageBreakBefore = 'auto' | 'always' | 'avoid' | 'left' | 'right';
882
+ type pageBreakInside = 'auto' | 'avoid';
883
+ type paintOrder = 'normal' | 'stroke' | 'fill' | 'markers';
884
+ type paint = 'none' | 'currentColor' | color;
885
+ type pause = pauseBefore | pauseAfter;
886
+ type pauseAfter = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
887
+ type pauseBefore =
888
+ | 'none'
889
+ | 'x-weak'
890
+ | 'weak'
891
+ | 'medium'
892
+ | 'strong'
893
+ | 'x-strong';
894
+ type perspective = 'none';
895
+ type perspectiveOrigin = never;
896
+ type placeContent = never;
897
+ type placeItems = never;
898
+ type placeSelf = never;
899
+ type pointerEvents =
900
+ | 'auto'
901
+ | 'none'
902
+ | 'visiblePainted'
903
+ | 'visibleFill'
904
+ | 'visibleStroke'
905
+ | 'visible'
906
+ | 'painted'
907
+ | 'fill'
908
+ | 'stroke'
909
+ | 'all';
910
+ type position = 'static' | 'relative' | 'absolute' | 'sticky' | 'fixed';
911
+ type positionAnchor = never;
912
+ type positionArea =
913
+ | 'top'
914
+ | 'left'
915
+ | 'bottom'
916
+ | 'right'
917
+ | 'center'
918
+ | 'block-start'
919
+ | 'block-end'
920
+ | 'inline-start'
921
+ | 'inline-end'
922
+ | 'span-inline-start'
923
+ | 'span-inline-end'
924
+ | 'span-block-start'
925
+ | 'span-block-end';
926
+ type positionTry = never;
927
+ type positionTryFallbacks = never;
928
+ type positionTryOptions = never;
929
+ type positionVisibility = 'always' | 'anchors-visible' | 'no-overflow';
930
+ type printColorAdjust = 'economy' | 'exact';
931
+ type quotes = 'none';
932
+ type relativeSize = 'larger' | 'smaller';
933
+ type repeatStyle = 'repeat-x' | 'repeat-y';
934
+ type resize = 'none' | 'both' | 'horizontal' | 'vertical';
935
+ type rest = restBefore | restAfter;
936
+ type restAfter = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
937
+ type restBefore = 'none' | 'x-weak' | 'weak' | 'medium' | 'strong' | 'x-strong';
938
+ type right = never;
939
+ type rotate = never;
940
+ type rowGap = never;
941
+ type rubyAlign = 'start' | 'center' | 'space-between' | 'space-around';
942
+ type rubyMerge = 'separate' | 'collapse' | 'auto';
943
+ type rubyPosition = 'over' | 'under' | 'inter-character';
944
+ type scale = never;
945
+ type scrollbarColor = color;
946
+ type scrollbarGutter = 'auto' | 'stable' | 'stable both-edges';
947
+ type scrollbarWidth = 'auto' | 'thin' | 'none';
948
+ type scrollBehavior = 'auto' | 'smooth';
949
+ type scrollMargin = never;
950
+ type scrollMarginBlock = never;
951
+ type scrollMarginBlockEnd = never;
952
+ type scrollMarginBlockStart = never;
953
+ type scrollMarginBottom = never;
954
+ type scrollMarginInline = never;
955
+ type scrollMarginInlineEnd = never;
956
+ type scrollMarginInlineStart = never;
957
+ type scrollMarginLeft = never;
958
+ type scrollMarginRight = never;
959
+ type scrollMarginTop = never;
960
+ type scrollPadding = never;
961
+ type scrollPaddingBlock = never;
962
+ type scrollPaddingBlockEnd = never;
963
+ type scrollPaddingBlockStart = never;
964
+ type scrollPaddingBottom = never;
965
+ type scrollPaddingInline = never;
966
+ type scrollPaddingInlineEnd = never;
967
+ type scrollPaddingInlineStart = never;
968
+ type scrollPaddingLeft = never;
969
+ type scrollPaddingRight = never;
970
+ type scrollPaddingTop = never;
971
+ type scrollSnapAlign = 'none' | 'start' | 'end' | 'center';
972
+ type scrollSnapStop = 'normal' | 'always';
973
+ type scrollSnapType =
974
+ | 'none'
975
+ | 'block mandatory'
976
+ | 'block proximity'
977
+ | 'block'
978
+ | 'both mandatory'
979
+ | 'both proximity'
980
+ | 'both'
981
+ | 'inline mandatory'
982
+ | 'inline proximity'
983
+ | 'inline'
984
+ | 'x'
985
+ | 'x mandatory'
986
+ | 'x proximity'
987
+ | 'y'
988
+ | 'y mandatory'
989
+ | 'y proximity';
990
+ type scrollTimeline = never;
991
+ type scrollTimelineAxis = 'block' | 'inline' | 'x' | 'y';
992
+ type scrollTimelineName = never;
993
+ type shapeBox = box | 'margin-box';
994
+ type shapeImageThreshold = never;
995
+ type shapeMargin = lengthPercentage;
996
+ type shapeOutside = 'none' | shapeBox;
997
+ type shapeRendering =
998
+ | 'auto'
999
+ | 'optimizeSpeed'
1000
+ | 'crispEdges'
1001
+ | 'geometricPrecision';
1002
+ type speakAs = never;
1003
+ type singleAnimationDirection =
1004
+ | 'normal'
1005
+ | 'reverse'
1006
+ | 'alternate'
1007
+ | 'alternate-reverse';
1008
+ type singleAnimationFillMode = 'none' | 'forwards' | 'backwards' | 'both';
1009
+ type singleAnimationIterationCount = 'infinite';
1010
+ type singleAnimationName = 'none';
1011
+ type singleAnimationPlayState = 'running' | 'paused';
1012
+ type singleTimingFunction = singleTransitionTimingFunction;
1013
+ type singleTransition = singleTransitionTimingFunction;
1014
+ type singleTransitionProperty = 'all';
1015
+ type singleTransitionTimingFunction =
1016
+ | 'ease'
1017
+ | 'linear'
1018
+ | 'ease-in'
1019
+ | 'ease-out'
1020
+ | 'ease-in-out'
1021
+ | 'step-start'
1022
+ | 'step-end';
1023
+ type src = never;
1024
+ type start = never;
1025
+ type stroke = paint;
1026
+ type strokeDasharray = 'none';
1027
+ type strokeDashoffset = svgLength;
1028
+ type strokeLinecap = 'butt' | 'round' | 'square';
1029
+ type strokeLinejoin = 'miter' | 'round' | 'bevel';
1030
+ type strokeMiterlimit = never;
1031
+ type strokeOpacity = never;
1032
+ type strokeWidth = svgLength;
1033
+ type svgLength = never;
1034
+ type svgWritingMode = 'lr-tb' | 'rl-tb' | 'tb-rl' | 'lr' | 'rl' | 'tb';
1035
+ type tableLayout = 'auto' | 'fixed';
1036
+ type tabSize = never;
1037
+ type textAlign =
1038
+ | 'start'
1039
+ | 'end'
1040
+ | 'left'
1041
+ | 'right'
1042
+ | 'center'
1043
+ | 'justify'
1044
+ | 'match-parent';
1045
+ type textAlignLast =
1046
+ | 'auto'
1047
+ | 'start'
1048
+ | 'end'
1049
+ | 'left'
1050
+ | 'right'
1051
+ | 'center'
1052
+ | 'justify';
1053
+ type textAnchor = 'start' | 'middle' | 'end';
1054
+ type textCombineUpright = 'none' | 'all';
1055
+ type textDecoration =
1056
+ | textDecorationLine
1057
+ | textDecorationStyle
1058
+ | textDecorationColor;
1059
+ type textDecorationColor = color;
1060
+ type textDecorationLine = 'none';
1061
+ type textDecorationSkip = 'none';
1062
+ type textDecorationSkipInk = 'auto' | 'none' | 'all';
1063
+ type textDecorationStyle = 'solid' | 'double' | 'dotted' | 'dashed' | 'wavy';
1064
+ type textDecorationThickness = never;
1065
+ type textEmphasis = textEmphasisStyle | textEmphasisColor;
1066
+ type textEmphasisColor = color;
1067
+ type textEmphasisPosition = never;
1068
+ type textEmphasisStyle = 'none';
1069
+ type textIndent = lengthPercentage | 'hanging' | 'each-line';
1070
+ type textOrientation = 'mixed' | 'upright' | 'sideways';
1071
+ type textOverflow = never;
1072
+ type textRendering =
1073
+ | 'auto'
1074
+ | 'optimizeSpeed'
1075
+ | 'optimizeLegibility'
1076
+ | 'geometricPrecision';
1077
+ type textShadow = 'none';
1078
+ type textSizeAdjust = 'none' | 'auto';
1079
+ type textTransform =
1080
+ | 'none'
1081
+ | 'capitalize'
1082
+ | 'uppercase'
1083
+ | 'lowercase'
1084
+ | 'full-width';
1085
+ type textUnderlineOffset = never;
1086
+ type textUnderlinePosition = 'auto';
1087
+ type textWrap = 'wrap' | 'nowrap' | 'balance';
1088
+ type time = never;
1089
+ type timelineScope = never;
1090
+ type top = never;
1091
+ type touchAction = 'auto' | 'none' | 'manipulation';
1092
+ type trackBreadth = lengthPercentage | 'min-content' | 'max-content' | 'auto';
1093
+ type trackSize = trackBreadth;
1094
+ type transform = 'none';
1095
+ type transformBox = 'border-box' | 'fill-box' | 'view-box';
1096
+ type transformOrigin = never;
1097
+ type transformStyle = 'flat' | 'preserve-3d';
1098
+ type transition = singleTransition;
1099
+ type transitionDelay = time;
1100
+ type transitionDuration = time;
1101
+ type transitionProperty = 'none' | singleTransitionProperty;
1102
+ type transitionTimingFunction = singleTransitionTimingFunction;
1103
+ type translate = never;
1104
+ type unicodeBidi =
1105
+ | 'normal'
1106
+ | 'embed'
1107
+ | 'isolate'
1108
+ | 'bidi-override'
1109
+ | 'isolate-override'
1110
+ | 'plaintext';
1111
+ type unicodeRange = never;
1112
+ type userSelect = 'auto' | 'text' | 'none' | 'contain' | 'all';
1113
+ type verticalAlign =
1114
+ | 'baseline'
1115
+ | 'sub'
1116
+ | 'super'
1117
+ | 'text-top'
1118
+ | 'text-bottom'
1119
+ | 'middle'
1120
+ | 'top'
1121
+ | 'bottom';
1122
+ type viewTimeline = never;
1123
+ type viewTimelineAxis = 'block' | 'inline' | 'x' | 'y';
1124
+ type viewTimelineInset = never;
1125
+ type viewTimelineName = never;
1126
+ type viewTransitionName = never;
1127
+ type visibility = 'visible' | 'hidden' | 'collapse';
1128
+ type voiceBalance = 'left' | 'center' | 'right' | 'leftwards' | 'rightwards';
1129
+ type voiceDuration = 'auto' | time;
1130
+ type voiceFamily = 'preserve';
1131
+ type voicePitch = 'absolute';
1132
+ type voiceRange = 'absolute';
1133
+ type voiceRate = never;
1134
+ type voiceStress = 'normal' | 'strong' | 'moderate' | 'none' | 'reduced';
1135
+ type voiceVolume = 'silent';
1136
+ type WebkitBackgroundClip =
1137
+ | 'border-box'
1138
+ | 'padding-box'
1139
+ | 'content-box'
1140
+ | 'text';
1141
+ type WebkitBoxOrient = 'vertical' | 'horizontal' | 'inline-axis' | 'block-axis';
1142
+ type WebkitFontSmoothing = 'antialiased';
1143
+ type WebkitLineClamp = never;
1144
+ type WebkitMaskImage = maskImage;
1145
+ type WebkitTapHighlightColor = color;
1146
+ type WebkitTextFillColor = color;
1147
+ type WebkitTextStrokeColor = color;
1148
+ type WebkitTextStrokeWidth = never;
1149
+ type whiteSpace = 'normal' | 'pre' | 'nowrap' | 'pre-wrap' | 'pre-line';
1150
+ type whiteSpaceCollapse =
1151
+ | 'collapse'
1152
+ | 'discard'
1153
+ | 'preserve'
1154
+ | 'preserve-breaks'
1155
+ | 'preserve-spaces'
1156
+ | 'break-spaces';
1157
+ type widows = never;
1158
+ type width =
1159
+ | 'available'
1160
+ | 'min-content'
1161
+ | 'max-content'
1162
+ | 'fit-content'
1163
+ | 'auto';
1164
+ type willChange = 'auto' | animatableFeature;
1165
+ type wordBreak = 'normal' | 'break-all' | 'keep-all' | nonStandardWordBreak;
1166
+ type wordSpacing = 'normal' | lengthPercentage;
1167
+ type wordWrap = 'normal' | 'break-word';
1168
+ type writingMode =
1169
+ | 'horizontal-tb'
1170
+ | 'vertical-rl'
1171
+ | 'vertical-lr'
1172
+ | 'sideways-rl'
1173
+ | 'sideways-lr'
1174
+ | svgWritingMode;
1175
+ type zIndex = 'auto';
1176
+ type zoom = 'normal';
1177
+
1178
+ export type CSSTypes = Readonly<{
1179
+ WebkitFontSmoothing?: WebkitFontSmoothing;
1180
+ WebkitTapHighlightColor?: WebkitTapHighlightColor;
1181
+
1182
+ WebkitMaskImage?: WebkitMaskImage;
1183
+
1184
+ WebkitTextFillColor?: WebkitTextFillColor;
1185
+ WebkitTextStrokeWidth?: WebkitTextStrokeWidth;
1186
+ WebkitTextStrokeColor?: WebkitTextStrokeColor;
1187
+ WebkitBackgroundClip?: WebkitBackgroundClip;
1188
+
1189
+ WebkitBoxOrient?: WebkitBoxOrient;
1190
+ WebkitLineClamp?: WebkitLineClamp;
1191
+
1192
+ accentColor?: accentColor;
1193
+
1194
+ aspectRatio?: aspectRatio;
1195
+
1196
+ placeContent?: placeContent;
1197
+ alignContent?: alignContent;
1198
+ justifyContent?: justifyContent;
1199
+ placeItems?: placeItems;
1200
+ placeSelf?: placeSelf;
1201
+ alignItems?: alignItems;
1202
+ justifyItems?: justifyItems;
1203
+ alignSelf?: alignSelf;
1204
+ justifySelf?: justifySelf;
1205
+
1206
+ alignmentBaseline?: alignmentBaseline;
1207
+ alignTracks?: alignTracks;
1208
+ justifyTracks?: justifyTracks;
1209
+ masonryAutoFlow?: masonryAutoFlow;
1210
+
1211
+ anchorName?: anchorName;
1212
+
1213
+ animation?: animation;
1214
+ animationComposition?: animationComposition;
1215
+ animationDelay?: animationDelay;
1216
+ animationDirection?: animationDirection;
1217
+ animationDuration?: animationDuration;
1218
+ animationFillMode?: animationFillMode;
1219
+ animationIterationCount?: animationIterationCount;
1220
+ animationName?: animationName;
1221
+ animationPlayState?: animationPlayState;
1222
+ animationTimingFunction?: animationTimingFunction;
1223
+ animationTimeline?: animationTimeline;
1224
+ animationRange?: animationRange;
1225
+ animationRangeStart?: animationRangeStart;
1226
+ animationRangeEnd?: animationRangeEnd;
1227
+ appearance?: appearance;
1228
+ azimuth?: azimuth;
1229
+
1230
+ backdropFilter?: backdropFilter;
1231
+ backfaceVisibility?: backfaceVisibility;
1232
+ background?: background;
1233
+ backgroundAttachment?: backgroundAttachment;
1234
+ backgroundBlendMode?: backgroundBlendMode;
1235
+ backgroundClip?: backgroundClip;
1236
+ backgroundColor?: backgroundColor;
1237
+ backgroundImage?: backgroundImage;
1238
+ backgroundOrigin?: backgroundOrigin;
1239
+ backgroundPosition?: backgroundPosition;
1240
+ backgroundPositionX?: backgroundPositionX;
1241
+ backgroundPositionY?: backgroundPositionY;
1242
+ backgroundRepeat?: backgroundRepeat;
1243
+ backgroundSize?: backgroundSize;
1244
+ baselineShift?: baselineShift;
1245
+ behavior?: behavior;
1246
+ blockSize?: blockSize;
1247
+ border?: border;
1248
+ borderBlock?: borderBlock;
1249
+ borderBlockColor?: borderBlockColor;
1250
+ borderBlockStyle?: borderBlockStyle;
1251
+ borderBlockWidth?: borderBlockWidth;
1252
+ borderBlockEnd?: borderBlockEnd;
1253
+ borderBlockEndColor?: borderBlockEndColor;
1254
+ borderBlockEndStyle?: borderBlockEndStyle;
1255
+ borderBlockEndWidth?: borderBlockEndWidth;
1256
+ borderBlockStart?: borderBlockStart;
1257
+ borderBlockStartColor?: borderBlockStartColor;
1258
+ borderBlockStartStyle?: borderBlockStartStyle;
1259
+ borderBlockStartWidth?: borderBlockStartWidth;
1260
+ borderBottom?: borderBottom;
1261
+ borderBottomColor?: borderBottomColor;
1262
+ borderBottomStyle?: borderBottomStyle;
1263
+ borderBottomWidth?: borderBottomWidth;
1264
+ borderCollapse?: borderCollapse;
1265
+ borderColor?: borderColor;
1266
+ borderImage?: borderImage;
1267
+ borderImageOutset?: borderImageOutset;
1268
+ borderImageRepeat?: borderImageRepeat;
1269
+ borderImageSlice?: borderImageSlice;
1270
+ borderImageSource?: borderImageSource;
1271
+ borderImageWidth?: borderImageWidth;
1272
+ borderInline?: borderInline;
1273
+ borderInlineColor?: borderInlineColor;
1274
+ borderInlineStyle?: borderInlineStyle;
1275
+ borderInlineWidth?: borderInlineWidth;
1276
+ borderInlineEnd?: borderInlineEnd;
1277
+ borderInlineEndColor?: borderInlineEndColor;
1278
+ borderInlineEndStyle?: borderInlineEndStyle;
1279
+ borderInlineEndWidth?: borderInlineEndWidth;
1280
+ borderInlineStart?: borderInlineStart;
1281
+ borderInlineStartColor?: borderInlineStartColor;
1282
+ borderInlineStartStyle?: borderInlineStartStyle;
1283
+ borderInlineStartWidth?: borderInlineStartWidth;
1284
+ borderLeft?: borderLeft;
1285
+ borderLeftColor?: borderLeftColor;
1286
+ borderLeftStyle?: borderLeftStyle;
1287
+ borderLeftWidth?: borderLeftWidth;
1288
+ borderRight?: borderRight;
1289
+ borderRightColor?: borderRightColor;
1290
+ borderRightStyle?: borderRightStyle;
1291
+ borderRightWidth?: borderRightWidth;
1292
+ borderSpacing?: borderSpacing;
1293
+ borderStyle?: borderStyle;
1294
+ borderTop?: borderTop;
1295
+ borderTopColor?: borderTopColor;
1296
+
1297
+ borderRadius?: borderRadius;
1298
+ borderEndStartRadius?: borderEndStartRadius;
1299
+ borderStartStartRadius?: borderStartStartRadius;
1300
+ borderStartEndRadius?: borderStartEndRadius;
1301
+ borderEndEndRadius?: borderEndEndRadius;
1302
+ borderTopLeftRadius?: borderTopLeftRadius;
1303
+ borderTopRightRadius?: borderTopRightRadius;
1304
+ borderBottomLeftRadius?: borderBottomLeftRadius;
1305
+ borderBottomRightRadius?: borderBottomRightRadius;
1306
+
1307
+ cornerShape?: cornerShape;
1308
+ cornerStartStartShape?: cornerStartStartShape;
1309
+ cornerStartEndShape?: cornerStartEndShape;
1310
+ cornerEndStartShape?: cornerEndStartShape;
1311
+ cornerEndEndShape?: cornerEndEndShape;
1312
+ cornerTopLeftShape?: cornerTopLeftShape;
1313
+ cornerTopRightShape?: cornerTopRightShape;
1314
+ cornerBottomLeftShape?: cornerBottomLeftShape;
1315
+ cornerBottomRightShape?: cornerBottomRightShape;
1316
+
1317
+ borderTopStyle?: borderTopStyle;
1318
+ borderTopWidth?: borderTopWidth;
1319
+ borderWidth?: borderWidth;
1320
+ bottom?: bottom;
1321
+ boxAlign?: boxAlign;
1322
+ boxDecorationBreak?: boxDecorationBreak;
1323
+ boxDirection?: boxDirection;
1324
+ boxFlex?: boxFlex;
1325
+ boxFlexGroup?: boxFlexGroup;
1326
+ boxLines?: boxLines;
1327
+ boxOrdinalGroup?: boxOrdinalGroup;
1328
+ boxOrient?: boxOrient;
1329
+ boxShadow?: boxShadow;
1330
+ boxSizing?: boxSizing;
1331
+ boxSuppress?: boxSuppress;
1332
+ breakAfter?: breakAfter;
1333
+ breakBefore?: breakBefore;
1334
+ breakInside?: breakInside;
1335
+
1336
+ captionSide?: captionSide;
1337
+ caret?: caret;
1338
+ caretColor?: caretColor;
1339
+ caretShape?: caretShape;
1340
+ clear?: clear;
1341
+ clip?: clip;
1342
+ clipPath?: clipPath;
1343
+ clipRule?: clipRule;
1344
+ color?: color;
1345
+
1346
+ colorScheme?: colorScheme;
1347
+ forcedColorAdjust?: forcedColorAdjust;
1348
+ printColorAdjust?: printColorAdjust;
1349
+
1350
+ columns?: columns;
1351
+ columnCount?: columnCount;
1352
+ columnWidth?: columnWidth;
1353
+
1354
+ columnRule?: columnRule;
1355
+ columnRuleColor?: columnRuleColor;
1356
+ columnRuleStyle?: columnRuleStyle;
1357
+ columnRuleWidth?: columnRuleWidth;
1358
+
1359
+ columnFill?: columnFill;
1360
+ columnGap?: columnGap;
1361
+ columnSpan?: columnSpan;
1362
+
1363
+ contain?: contain;
1364
+ containIntrinsicSize?: containIntrinsicSize;
1365
+ containIntrinsicBlockSize?: containIntrinsicBlockSize;
1366
+ containIntrinsicInlineSize?: containIntrinsicInlineSize;
1367
+ containIntrinsicHeight?: containIntrinsicHeight;
1368
+ containIntrinsicWidth?: containIntrinsicWidth;
1369
+
1370
+ container?: container;
1371
+ containerName?: containerName;
1372
+ containerType?: containerType;
1373
+
1374
+ contentVisibility?: contentVisibility;
1375
+
1376
+ content?: content;
1377
+
1378
+ counterIncrement?: counterIncrement;
1379
+ counterReset?: counterReset;
1380
+ counterSet?: counterSet;
1381
+
1382
+ cue?: cue;
1383
+ cueAfter?: cueAfter;
1384
+ cueBefore?: cueBefore;
1385
+ cursor?: cursor;
1386
+ direction?: direction;
1387
+ display?: display;
1388
+ displayInside?: displayInside;
1389
+ displayList?: displayList;
1390
+ displayOutside?: displayOutside;
1391
+ dominantBaseline?: dominantBaseline;
1392
+ emptyCells?: emptyCells;
1393
+ end?: end;
1394
+ fill?: fill;
1395
+ fillOpacity?: fillOpacity;
1396
+ fillRule?: fillRule;
1397
+ filter?: filter;
1398
+ flex?: flex;
1399
+ flexBasis?: flexBasis;
1400
+ flexDirection?: flexDirection;
1401
+ flexFlow?: flexFlow;
1402
+ flexGrow?: flexGrow;
1403
+ flexShrink?: flexShrink;
1404
+ flexWrap?: flexWrap;
1405
+ float?: float;
1406
+
1407
+ font?: font;
1408
+ fontFamily?: fontFamily;
1409
+ fontFeatureSettings?: fontFeatureSettings;
1410
+ fontKerning?: fontKerning;
1411
+ fontLanguageOverride?: fontLanguageOverride;
1412
+ fontSize?: fontSize;
1413
+ fontSizeAdjust?: fontSizeAdjust;
1414
+ fontStretch?: fontStretch;
1415
+ fontStyle?: fontStyle;
1416
+ fontSynthesis?: fontSynthesis;
1417
+ fontSynthesisWeight?: fontSynthesisWeight;
1418
+ fontSynthesisStyle?: fontSynthesisStyle;
1419
+ fontSynthesisSmallCaps?: fontSynthesisSmallCaps;
1420
+ fontSynthesisPosition?: fontSynthesisPosition;
1421
+
1422
+ fontVariant?: fontVariant;
1423
+ fontVariantAlternates?: fontVariantAlternates;
1424
+ fontVariantCaps?: fontVariantCaps;
1425
+ fontVariantEastAsian?: fontVariantEastAsian;
1426
+ fontVariantLigatures?: fontVariantLigatures;
1427
+ fontVariantNumeric?: fontVariantNumeric;
1428
+ fontVariantPosition?: fontVariantPosition;
1429
+ fontWeight?: fontWeight;
1430
+
1431
+ fontOpticalSizing?: fontOpticalSizing;
1432
+ fontPalette?: fontPalette;
1433
+ fontVariationSettings?: fontVariationSettings;
1434
+
1435
+ gap?: gap;
1436
+ glyphOrientationHorizontal?: glyphOrientationHorizontal;
1437
+ glyphOrientationVertical?: glyphOrientationVertical;
1438
+ grid?: grid;
1439
+ gridArea?: gridArea;
1440
+ gridAutoColumns?: gridAutoColumns;
1441
+ gridAutoFlow?: gridAutoFlow;
1442
+ gridAutoRows?: gridAutoRows;
1443
+ gridColumn?: gridColumn;
1444
+ gridColumnEnd?: gridColumnEnd;
1445
+ gridColumnGap?: gridColumnGap;
1446
+ gridColumnStart?: gridColumnStart;
1447
+ gridGap?: gridGap;
1448
+ gridRow?: gridRow;
1449
+ gridRowEnd?: gridRowEnd;
1450
+ gridRowGap?: gridRowGap;
1451
+ gridRowStart?: gridRowStart;
1452
+ gridTemplate?: gridTemplate;
1453
+ gridTemplateAreas?: gridTemplateAreas;
1454
+ gridTemplateColumns?: gridTemplateColumns;
1455
+ gridTemplateRows?: gridTemplateRows;
1456
+
1457
+ hangingPunctuation?: hangingPunctuation;
1458
+ hyphenateCharacter?: hyphenateCharacter;
1459
+ hyphenateLimitChars?: hyphenateLimitChars;
1460
+ hyphens?: hyphens;
1461
+
1462
+ height?: height;
1463
+
1464
+ imageOrientation?: imageOrientation;
1465
+ imageRendering?: imageRendering;
1466
+ imageResolution?: imageResolution;
1467
+ imeMode?: imeMode;
1468
+
1469
+ initialLetter?: initialLetter;
1470
+ initialLetterAlign?: initialLetterAlign;
1471
+ inlineSize?: inlineSize;
1472
+
1473
+ interpolateSize?: interpolateSize;
1474
+
1475
+ inset?: inset;
1476
+ insetBlock?: insetBlock;
1477
+ insetBlockEnd?: insetBlockEnd;
1478
+ insetBlockStart?: insetBlockStart;
1479
+ insetInline?: insetInline;
1480
+ insetInlineEnd?: insetInlineEnd;
1481
+ insetInlineStart?: insetInlineStart;
1482
+
1483
+ isolation?: isolation;
1484
+ kerning?: kerning;
1485
+ left?: left;
1486
+ letterSpacing?: letterSpacing;
1487
+ lineBreak?: lineBreak;
1488
+ lineHeight?: lineHeight;
1489
+ lineHeightStep?: lineHeightStep;
1490
+ listStyle?: listStyle;
1491
+ listStyleImage?: listStyleImage;
1492
+ listStylePosition?: listStylePosition;
1493
+ listStyleType?: listStyleType;
1494
+ margin?: margin;
1495
+ marginBlock?: marginBlock;
1496
+ marginBlockEnd?: marginBlockEnd;
1497
+ marginBlockStart?: marginBlockStart;
1498
+ marginBottom?: marginBottom;
1499
+ marginInline?: marginInline;
1500
+ marginInlineEnd?: marginInlineEnd;
1501
+ marginInlineStart?: marginInlineStart;
1502
+ marginLeft?: marginLeft;
1503
+ marginRight?: marginRight;
1504
+ marginTop?: marginTop;
1505
+ marginTrim?:
1506
+ | 'none'
1507
+ | 'block'
1508
+ | 'block-start'
1509
+ | 'block-end'
1510
+ | 'inline'
1511
+ | 'inline-start'
1512
+ | 'inline-end';
1513
+
1514
+ marker?: marker;
1515
+ markerEnd?: markerEnd;
1516
+ markerMid?: markerMid;
1517
+ markerOffset?: markerOffset;
1518
+ markerStart?: markerStart;
1519
+ mask?: mask;
1520
+ maskClip?: maskClip;
1521
+ maskComposite?: maskComposite;
1522
+ maskImage?: maskImage;
1523
+ maskMode?: maskMode;
1524
+ maskOrigin?: maskOrigin;
1525
+ maskPosition?: maskPosition;
1526
+ maskRepeat?: maskRepeat;
1527
+ maskSize?: maskSize;
1528
+ maskType?: maskType;
1529
+
1530
+ maskBorder?: maskBorder;
1531
+ maskBorderMode?: maskBorderMode;
1532
+ maskBorderOutset?: maskBorderOutset;
1533
+ maskBorderRepeat?: maskBorderRepeat;
1534
+ maskBorderSlice?: maskBorderSlice;
1535
+ maskBorderSource?: maskBorderSource;
1536
+ maskBorderWidth?: maskBorderWidth;
1537
+
1538
+ maxBlockSize?: maxBlockSize;
1539
+ maxHeight?: maxHeight;
1540
+ maxInlineSize?: maxInlineSize;
1541
+ maxWidth?: maxWidth;
1542
+ minBlockSize?: minBlockSize;
1543
+ minHeight?: minHeight;
1544
+ minInlineSize?: minInlineSize;
1545
+ minWidth?: minWidth;
1546
+ mixBlendMode?: mixBlendMode;
1547
+ motion?: motion;
1548
+ motionOffset?: motionOffset;
1549
+ motionPath?: motionPath;
1550
+ motionRotation?: motionRotation;
1551
+ MsOverflowStyle?: MsOverflowStyle;
1552
+ objectFit?: objectFit;
1553
+ objectPosition?: objectPosition;
1554
+
1555
+ offset?: offset;
1556
+ offsetAnchor?: offsetAnchor;
1557
+ offsetDistance?: offsetDistance;
1558
+ offsetPath?: offsetPath;
1559
+ offsetPosition?: offsetPosition;
1560
+ offsetRotate?: offsetRotate;
1561
+
1562
+ opacity?: opacity;
1563
+ order?: order;
1564
+ orphans?: orphans;
1565
+ outline?: outline;
1566
+ outlineColor?: outlineColor;
1567
+ outlineOffset?: outlineOffset;
1568
+ outlineStyle?: outlineStyle;
1569
+ outlineWidth?: outlineWidth;
1570
+
1571
+ overflow?: overflow;
1572
+ overflowBlock?: overflowBlock;
1573
+ overflowBlockX?: overflowBlockX;
1574
+ overflowX?: overflowX;
1575
+ overflowY?: overflowY;
1576
+
1577
+ overflowAnchor?: overflowAnchor;
1578
+ overflowClipMargin?: overflowClipMargin;
1579
+ overflowWrap?: overflowWrap;
1580
+
1581
+ overscrollBehavior?: overscrollBehavior;
1582
+ overscrollBehaviorBlock?: overscrollBehaviorBlock;
1583
+ overscrollBehaviorY?: overscrollBehaviorY;
1584
+ overscrollBehaviorInline?: overscrollBehaviorInline;
1585
+ overscrollBehaviorX?: overscrollBehaviorX;
1586
+
1587
+ padding?: padding;
1588
+ paddingBlock?: paddingBlock;
1589
+ paddingBlockEnd?: paddingBlockEnd;
1590
+ paddingBlockStart?: paddingBlockStart;
1591
+ paddingInline?: paddingInline;
1592
+ paddingInlineEnd?: paddingInlineEnd;
1593
+ paddingInlineStart?: paddingInlineStart;
1594
+ paddingBottom?: paddingBottom;
1595
+ paddingLeft?: paddingLeft;
1596
+ paddingRight?: paddingRight;
1597
+ paddingTop?: paddingTop;
1598
+
1599
+ page?: page;
1600
+ pageBreakAfter?: pageBreakAfter;
1601
+ pageBreakBefore?: pageBreakBefore;
1602
+ pageBreakInside?: pageBreakInside;
1603
+ paintOrder?: paintOrder;
1604
+
1605
+ pause?: pause;
1606
+ pauseAfter?: pauseAfter;
1607
+ pauseBefore?: pauseBefore;
1608
+ perspective?: perspective;
1609
+ perspectiveOrigin?: perspectiveOrigin;
1610
+ pointerEvents?: pointerEvents;
1611
+
1612
+ position?: position;
1613
+ positionAnchor?: positionAnchor;
1614
+ positionArea?: positionArea;
1615
+ positionTry?: positionTry;
1616
+ positionTryFallbacks?: positionTryFallbacks;
1617
+ positionTryOptions?: positionTryOptions;
1618
+ positionVisibility?: positionVisibility;
1619
+
1620
+ quotes?: quotes;
1621
+ resize?: resize;
1622
+ rest?: rest;
1623
+ restAfter?: restAfter;
1624
+ restBefore?: restBefore;
1625
+ right?: right;
1626
+ rowGap?: rowGap;
1627
+
1628
+ rubyAlign?: rubyAlign;
1629
+ rubyMerge?: rubyMerge;
1630
+ rubyPosition?: rubyPosition;
1631
+
1632
+ mathDepth?: mathDepth;
1633
+ mathShift?: mathShift;
1634
+ mathStyle?: mathStyle;
1635
+
1636
+ scrollBehavior?: scrollBehavior;
1637
+
1638
+ scrollMargin?: scrollMargin;
1639
+ scrollMarginTop?: scrollMarginTop;
1640
+ scrollMarginRight?: scrollMarginRight;
1641
+ scrollMarginBottom?: scrollMarginBottom;
1642
+ scrollMarginLeft?: scrollMarginLeft;
1643
+ scrollMarginBlock?: scrollMarginBlock;
1644
+ scrollMarginBlockEnd?: scrollMarginBlockEnd;
1645
+ scrollMarginBlockStart?: scrollMarginBlockStart;
1646
+ scrollMarginInline?: scrollMarginInline;
1647
+ scrollMarginInlineEnd?: scrollMarginInlineEnd;
1648
+ scrollMarginInlineStart?: scrollMarginInlineStart;
1649
+
1650
+ scrollPadding?: scrollPadding;
1651
+ scrollPaddingTop?: scrollPaddingTop;
1652
+ scrollPaddingRight?: scrollPaddingRight;
1653
+ scrollPaddingBottom?: scrollPaddingBottom;
1654
+ scrollPaddingLeft?: scrollPaddingLeft;
1655
+ scrollPaddingBlock?: scrollPaddingBlock;
1656
+ scrollPaddingBlockEnd?: scrollPaddingBlockEnd;
1657
+ scrollPaddingBlockStart?: scrollPaddingBlockStart;
1658
+ scrollPaddingInline?: scrollPaddingInline;
1659
+ scrollPaddingInlineEnd?: scrollPaddingInlineEnd;
1660
+ scrollPaddingInlineStart?: scrollPaddingInlineStart;
1661
+
1662
+ scrollSnapAlign?: scrollSnapAlign;
1663
+ scrollSnapStop?: scrollSnapStop;
1664
+ scrollSnapType?: scrollSnapType;
1665
+
1666
+ scrollTimeline?: scrollTimeline;
1667
+ scrollTimelineAxis?: scrollTimelineAxis;
1668
+ scrollTimelineName?: scrollTimelineName;
1669
+
1670
+ scrollbarColor?: scrollbarColor;
1671
+ scrollbarGutter?: scrollbarGutter;
1672
+ scrollbarWidth?: scrollbarWidth;
1673
+
1674
+ shapeImageThreshold?: shapeImageThreshold;
1675
+ shapeMargin?: shapeMargin;
1676
+ shapeOutside?: shapeOutside;
1677
+ shapeRendering?: shapeRendering;
1678
+ speakAs?: speakAs;
1679
+ src?: src;
1680
+ start?: start;
1681
+ stroke?: stroke;
1682
+ strokeDasharray?: strokeDasharray;
1683
+ strokeDashoffset?: strokeDashoffset;
1684
+ strokeLinecap?: strokeLinecap;
1685
+ strokeLinejoin?: strokeLinejoin;
1686
+ strokeMiterlimit?: strokeMiterlimit;
1687
+ strokeOpacity?: strokeOpacity;
1688
+ strokeWidth?: strokeWidth;
1689
+ tabSize?: tabSize;
1690
+ tableLayout?: tableLayout;
1691
+ textAlign?: textAlign;
1692
+ textAlignLast?: textAlignLast;
1693
+ textAnchor?: textAnchor;
1694
+ textCombineUpright?: textCombineUpright;
1695
+
1696
+ textDecoration?: textDecoration;
1697
+ textDecorationColor?: textDecorationColor;
1698
+ textDecorationLine?: textDecorationLine;
1699
+ textDecorationSkip?: textDecorationSkip;
1700
+ textDecorationSkipInk?: textDecorationSkipInk;
1701
+ textDecorationStyle?: textDecorationStyle;
1702
+ textDecorationThickness?: textDecorationThickness;
1703
+
1704
+ textEmphasis?: textEmphasis;
1705
+ textEmphasisColor?: textEmphasisColor;
1706
+ textEmphasisPosition?: textEmphasisPosition;
1707
+ textEmphasisStyle?: textEmphasisStyle;
1708
+ textIndent?: textIndent;
1709
+ textJustify?:
1710
+ | 'none'
1711
+ | 'auto'
1712
+ | 'inter-word'
1713
+ | 'inter-character'
1714
+ | 'distribute';
1715
+ textOrientation?: textOrientation;
1716
+ textOverflow?: textOverflow;
1717
+ textRendering?: textRendering;
1718
+ textShadow?: textShadow;
1719
+ textSizeAdjust?: textSizeAdjust;
1720
+ textTransform?: textTransform;
1721
+ textUnderlineOffset?: textUnderlineOffset;
1722
+ textUnderlinePosition?: textUnderlinePosition;
1723
+ textWrap?: textWrap;
1724
+
1725
+ timelineScope?: timelineScope;
1726
+ top?: top;
1727
+ touchAction?: touchAction;
1728
+
1729
+ transform?: transform;
1730
+ transformBox?: transformBox;
1731
+ transformOrigin?: transformOrigin;
1732
+ transformStyle?: transformStyle;
1733
+ rotate?: rotate;
1734
+ scale?: scale;
1735
+ translate?: translate;
1736
+
1737
+ transition?: transition;
1738
+ transitionDelay?: transitionDelay;
1739
+ transitionDuration?: transitionDuration;
1740
+ transitionProperty?: transitionProperty;
1741
+ transitionTimingFunction?: transitionTimingFunction;
1742
+ unicodeBidi?: unicodeBidi;
1743
+ unicodeRange?: unicodeRange;
1744
+ userSelect?: userSelect;
1745
+ verticalAlign?: verticalAlign;
1746
+
1747
+ viewTimeline?: viewTimeline;
1748
+ viewTimelineAxis?: viewTimelineAxis;
1749
+ viewTimelineName?: viewTimelineName;
1750
+ viewTimelineInset?: viewTimelineInset;
1751
+
1752
+ viewTransitionName?: viewTransitionName;
1753
+
1754
+ visibility?: visibility;
1755
+ voiceBalance?: voiceBalance;
1756
+ voiceDuration?: voiceDuration;
1757
+ voiceFamily?: voiceFamily;
1758
+ voicePitch?: voicePitch;
1759
+ voiceRange?: voiceRange;
1760
+ voiceRate?: voiceRate;
1761
+ voiceStress?: voiceStress;
1762
+ voiceVolume?: voiceVolume;
1763
+ whiteSpace?: whiteSpace;
1764
+ whiteSpaceCollapse?: whiteSpaceCollapse;
1765
+
1766
+ widows?: widows;
1767
+ width?: width;
1768
+ willChange?: willChange;
1769
+ wordBreak?: wordBreak;
1770
+ wordSpacing?: wordSpacing;
1771
+ wordWrap?: wordWrap;
1772
+ writingMode?: writingMode;
1773
+ zIndex?: zIndex;
1774
+
1775
+ zoom?: zoom;
1776
+ }>;