@stylexjs/stylex 0.11.1 → 0.13.0

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