@tamagui/helpers 2.0.0-rc.8 → 2.0.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 (87) hide show
  1. package/dist/cjs/clamp.cjs +12 -10
  2. package/dist/cjs/clamp.native.js +12 -10
  3. package/dist/cjs/clamp.native.js.map +1 -1
  4. package/dist/cjs/composeEventHandlers.cjs +22 -14
  5. package/dist/cjs/composeEventHandlers.native.js +23 -15
  6. package/dist/cjs/composeEventHandlers.native.js.map +1 -1
  7. package/dist/cjs/index.cjs +7 -5
  8. package/dist/cjs/index.native.js +7 -5
  9. package/dist/cjs/index.native.js.map +1 -1
  10. package/dist/cjs/shouldRenderNativePlatform.cjs +28 -15
  11. package/dist/cjs/shouldRenderNativePlatform.native.js +44 -28
  12. package/dist/cjs/shouldRenderNativePlatform.native.js.map +1 -1
  13. package/dist/cjs/types.cjs +17 -15
  14. package/dist/cjs/types.native.js +17 -15
  15. package/dist/cjs/types.native.js.map +1 -1
  16. package/dist/cjs/validStyleProps.cjs +307 -297
  17. package/dist/cjs/validStyleProps.native.js +302 -292
  18. package/dist/cjs/validStyleProps.native.js.map +1 -1
  19. package/dist/cjs/webOnlyStyleProps.cjs +88 -78
  20. package/dist/cjs/webOnlyStyleProps.native.js +88 -78
  21. package/dist/cjs/webOnlyStyleProps.native.js.map +1 -1
  22. package/dist/cjs/withStaticProperties.cjs +18 -12
  23. package/dist/cjs/withStaticProperties.native.js +18 -14
  24. package/dist/cjs/withStaticProperties.native.js.map +1 -1
  25. package/dist/esm/composeEventHandlers.mjs +10 -4
  26. package/dist/esm/composeEventHandlers.mjs.map +1 -1
  27. package/dist/esm/composeEventHandlers.native.js +11 -5
  28. package/dist/esm/composeEventHandlers.native.js.map +1 -1
  29. package/dist/esm/index.js +7 -7
  30. package/dist/esm/index.js.map +1 -6
  31. package/dist/esm/shouldRenderNativePlatform.mjs +16 -5
  32. package/dist/esm/shouldRenderNativePlatform.mjs.map +1 -1
  33. package/dist/esm/shouldRenderNativePlatform.native.js +30 -16
  34. package/dist/esm/shouldRenderNativePlatform.native.js.map +1 -1
  35. package/dist/esm/types.mjs +5 -5
  36. package/dist/esm/types.mjs.map +1 -1
  37. package/dist/esm/types.native.js +5 -5
  38. package/dist/esm/types.native.js.map +1 -1
  39. package/dist/esm/validStyleProps.mjs +294 -287
  40. package/dist/esm/validStyleProps.mjs.map +1 -1
  41. package/dist/esm/validStyleProps.native.js +288 -281
  42. package/dist/esm/validStyleProps.native.js.map +1 -1
  43. package/dist/esm/webOnlyStyleProps.mjs +75 -69
  44. package/dist/esm/webOnlyStyleProps.mjs.map +1 -1
  45. package/dist/esm/webOnlyStyleProps.native.js +75 -69
  46. package/dist/esm/webOnlyStyleProps.native.js.map +1 -1
  47. package/dist/esm/withStaticProperties.mjs +6 -2
  48. package/dist/esm/withStaticProperties.mjs.map +1 -1
  49. package/dist/esm/withStaticProperties.native.js +6 -4
  50. package/dist/esm/withStaticProperties.native.js.map +1 -1
  51. package/package.json +7 -10
  52. package/src/validStyleProps.ts +77 -38
  53. package/src/webOnlyStyleProps.ts +40 -29
  54. package/types/validStyleProps.d.ts +312 -238
  55. package/types/validStyleProps.d.ts.map +1 -1
  56. package/types/webOnlyStyleProps.d.ts +60 -20
  57. package/types/webOnlyStyleProps.d.ts.map +1 -1
  58. package/dist/cjs/clamp.js +0 -23
  59. package/dist/cjs/clamp.js.map +0 -6
  60. package/dist/cjs/composeEventHandlers.js +0 -27
  61. package/dist/cjs/composeEventHandlers.js.map +0 -6
  62. package/dist/cjs/index.js +0 -22
  63. package/dist/cjs/index.js.map +0 -6
  64. package/dist/cjs/shouldRenderNativePlatform.js +0 -35
  65. package/dist/cjs/shouldRenderNativePlatform.js.map +0 -6
  66. package/dist/cjs/types.js +0 -25
  67. package/dist/cjs/types.js.map +0 -6
  68. package/dist/cjs/validStyleProps.js +0 -307
  69. package/dist/cjs/validStyleProps.js.map +0 -6
  70. package/dist/cjs/webOnlyStyleProps.js +0 -89
  71. package/dist/cjs/webOnlyStyleProps.js.map +0 -6
  72. package/dist/cjs/withStaticProperties.js +0 -21
  73. package/dist/cjs/withStaticProperties.js.map +0 -6
  74. package/dist/esm/clamp.js +0 -7
  75. package/dist/esm/clamp.js.map +0 -6
  76. package/dist/esm/composeEventHandlers.js +0 -11
  77. package/dist/esm/composeEventHandlers.js.map +0 -6
  78. package/dist/esm/shouldRenderNativePlatform.js +0 -19
  79. package/dist/esm/shouldRenderNativePlatform.js.map +0 -6
  80. package/dist/esm/types.js +0 -9
  81. package/dist/esm/types.js.map +0 -6
  82. package/dist/esm/validStyleProps.js +0 -292
  83. package/dist/esm/validStyleProps.js.map +0 -6
  84. package/dist/esm/webOnlyStyleProps.js +0 -73
  85. package/dist/esm/webOnlyStyleProps.js.map +0 -6
  86. package/dist/esm/withStaticProperties.js +0 -5
  87. package/dist/esm/withStaticProperties.js.map +0 -6
@@ -71,8 +71,81 @@ export declare const tokenCategories: {
71
71
  shadowColor: boolean;
72
72
  };
73
73
  };
74
- export declare const stylePropsUnitless: {
74
+ export declare const nonAnimatableStyleProps: {
75
+ whiteSpace?: boolean | undefined;
76
+ wordWrap?: boolean | undefined;
77
+ textOverflow?: boolean | undefined;
78
+ WebkitBoxOrient?: boolean | undefined;
79
+ backgroundAttachment?: boolean | undefined;
80
+ backgroundBlendMode?: boolean | undefined;
81
+ backgroundClip?: boolean | undefined;
82
+ backgroundOrigin?: boolean | undefined;
83
+ backgroundRepeat?: boolean | undefined;
84
+ borderBottomStyle?: boolean | undefined;
85
+ borderLeftStyle?: boolean | undefined;
86
+ borderRightStyle?: boolean | undefined;
87
+ borderTopStyle?: boolean | undefined;
88
+ contain?: boolean | undefined;
89
+ containerType?: boolean | undefined;
90
+ content?: boolean | undefined;
91
+ float?: boolean | undefined;
92
+ maskBorderMode?: boolean | undefined;
93
+ maskBorderRepeat?: boolean | undefined;
94
+ maskClip?: boolean | undefined;
95
+ maskComposite?: boolean | undefined;
96
+ maskMode?: boolean | undefined;
97
+ maskOrigin?: boolean | undefined;
98
+ maskRepeat?: boolean | undefined;
99
+ maskType?: boolean | undefined;
100
+ objectFit?: boolean | undefined;
101
+ overflowBlock?: boolean | undefined;
102
+ overflowInline?: boolean | undefined;
103
+ overflowX?: boolean | undefined;
104
+ overflowY?: boolean | undefined;
105
+ pointerEvents?: boolean | undefined;
106
+ scrollbarWidth?: boolean | undefined;
107
+ textWrap?: boolean | undefined;
108
+ touchAction?: boolean | undefined;
109
+ transformStyle?: boolean | undefined;
110
+ willChange?: boolean | undefined;
75
111
  WebkitLineClamp: boolean;
112
+ lineClamp: boolean;
113
+ gridTemplateColumns: boolean;
114
+ gridTemplateAreas: boolean;
115
+ textAlign: boolean;
116
+ textDecorationLine: boolean;
117
+ textDecorationStyle: boolean;
118
+ userSelect: boolean;
119
+ fontFamily: boolean;
120
+ fontStyle: boolean;
121
+ fontVariant: boolean;
122
+ textTransform: boolean;
123
+ alignContent: boolean;
124
+ alignItems: boolean;
125
+ alignSelf: boolean;
126
+ backfaceVisibility: boolean;
127
+ borderCurve: boolean;
128
+ borderStyle: boolean;
129
+ borderBlockStyle: boolean;
130
+ borderBlockEndStyle: boolean;
131
+ borderBlockStartStyle: boolean;
132
+ borderInlineStyle: boolean;
133
+ borderInlineEndStyle: boolean;
134
+ borderInlineStartStyle: boolean;
135
+ boxSizing: boolean;
136
+ cursor: boolean;
137
+ direction: boolean;
138
+ display: boolean;
139
+ flexDirection: boolean;
140
+ flexWrap: boolean;
141
+ isolation: boolean;
142
+ justifyContent: boolean;
143
+ mixBlendMode: boolean;
144
+ outlineStyle: boolean;
145
+ overflow: boolean;
146
+ position: boolean;
147
+ };
148
+ export declare const stylePropsUnitless: {
76
149
  animationIterationCount: boolean;
77
150
  aspectRatio: boolean;
78
151
  borderImageOutset: boolean;
@@ -94,9 +167,6 @@ export declare const stylePropsUnitless: {
94
167
  gridColumnEnd: boolean;
95
168
  gridColumnGap: boolean;
96
169
  gridColumnStart: boolean;
97
- gridTemplateColumns: boolean;
98
- gridTemplateAreas: boolean;
99
- lineClamp: boolean;
100
170
  opacity: boolean;
101
171
  order: boolean;
102
172
  orphans: boolean;
@@ -109,6 +179,10 @@ export declare const stylePropsUnitless: {
109
179
  scaleY: boolean;
110
180
  scaleZ: boolean;
111
181
  shadowOpacity: boolean;
182
+ WebkitLineClamp: boolean;
183
+ lineClamp: boolean;
184
+ gridTemplateColumns: boolean;
185
+ gridTemplateAreas: boolean;
112
186
  };
113
187
  export declare const stylePropsTransform: {
114
188
  x: boolean;
@@ -127,7 +201,6 @@ export declare const stylePropsTransform: {
127
201
  };
128
202
  export declare const stylePropsView: {
129
203
  transition?: boolean | undefined;
130
- textWrap?: boolean | undefined;
131
204
  backdropFilter?: boolean | undefined;
132
205
  WebkitBackdropFilter?: boolean | undefined;
133
206
  background?: boolean | undefined;
@@ -135,69 +208,65 @@ export declare const stylePropsView: {
135
208
  borderRight?: boolean | undefined;
136
209
  borderBottom?: boolean | undefined;
137
210
  borderLeft?: boolean | undefined;
211
+ backgroundPosition?: boolean | undefined;
212
+ backgroundSize?: boolean | undefined;
213
+ borderImage?: boolean | undefined;
214
+ caretColor?: boolean | undefined;
215
+ clipPath?: boolean | undefined;
216
+ mask?: boolean | undefined;
217
+ maskBorder?: boolean | undefined;
218
+ maskBorderOutset?: boolean | undefined;
219
+ maskBorderSlice?: boolean | undefined;
220
+ maskBorderSource?: boolean | undefined;
221
+ maskBorderWidth?: boolean | undefined;
222
+ maskImage?: boolean | undefined;
223
+ maskPosition?: boolean | undefined;
224
+ maskSize?: boolean | undefined;
225
+ objectPosition?: boolean | undefined;
226
+ textEmphasis?: boolean | undefined;
227
+ userSelect?: boolean | undefined;
138
228
  backgroundAttachment?: boolean | undefined;
139
229
  backgroundBlendMode?: boolean | undefined;
140
230
  backgroundClip?: boolean | undefined;
141
231
  backgroundOrigin?: boolean | undefined;
142
- backgroundPosition?: boolean | undefined;
143
232
  backgroundRepeat?: boolean | undefined;
144
- backgroundSize?: boolean | undefined;
145
233
  borderBottomStyle?: boolean | undefined;
146
- borderImage?: boolean | undefined;
147
234
  borderLeftStyle?: boolean | undefined;
148
235
  borderRightStyle?: boolean | undefined;
149
236
  borderTopStyle?: boolean | undefined;
150
- caretColor?: boolean | undefined;
151
- clipPath?: boolean | undefined;
152
237
  contain?: boolean | undefined;
153
238
  containerType?: boolean | undefined;
154
239
  content?: boolean | undefined;
155
240
  float?: boolean | undefined;
156
- mask?: boolean | undefined;
157
- maskBorder?: boolean | undefined;
158
241
  maskBorderMode?: boolean | undefined;
159
- maskBorderOutset?: boolean | undefined;
160
242
  maskBorderRepeat?: boolean | undefined;
161
- maskBorderSlice?: boolean | undefined;
162
- maskBorderSource?: boolean | undefined;
163
- maskBorderWidth?: boolean | undefined;
164
243
  maskClip?: boolean | undefined;
165
244
  maskComposite?: boolean | undefined;
166
- maskImage?: boolean | undefined;
167
245
  maskMode?: boolean | undefined;
168
246
  maskOrigin?: boolean | undefined;
169
- maskPosition?: boolean | undefined;
170
247
  maskRepeat?: boolean | undefined;
171
- maskSize?: boolean | undefined;
172
248
  maskType?: boolean | undefined;
173
249
  objectFit?: boolean | undefined;
174
- objectPosition?: boolean | undefined;
175
250
  overflowBlock?: boolean | undefined;
176
251
  overflowInline?: boolean | undefined;
177
252
  overflowX?: boolean | undefined;
178
253
  overflowY?: boolean | undefined;
179
254
  pointerEvents?: boolean | undefined;
180
255
  scrollbarWidth?: boolean | undefined;
181
- textEmphasis?: boolean | undefined;
256
+ textWrap?: boolean | undefined;
182
257
  touchAction?: boolean | undefined;
183
258
  transformStyle?: boolean | undefined;
184
- userSelect?: boolean | undefined;
185
259
  willChange?: boolean | undefined;
186
260
  boxShadow: boolean;
187
261
  border: boolean;
188
262
  filter: boolean;
189
263
  backgroundImage: boolean;
190
264
  experimental_backgroundImage: boolean;
191
- boxSizing: boolean;
192
- mixBlendMode: boolean;
193
- isolation: boolean;
194
265
  outline: boolean;
195
266
  outlineColor: boolean;
196
267
  outlineOffset: boolean;
197
- outlineStyle: boolean;
198
268
  outlineWidth: boolean;
199
269
  elevationAndroid?: boolean | undefined;
200
- WebkitLineClamp: boolean;
201
270
  animationIterationCount: boolean;
202
271
  aspectRatio: boolean;
203
272
  borderImageOutset: boolean;
@@ -219,9 +288,6 @@ export declare const stylePropsView: {
219
288
  gridColumnEnd: boolean;
220
289
  gridColumnGap: boolean;
221
290
  gridColumnStart: boolean;
222
- gridTemplateColumns: boolean;
223
- gridTemplateAreas: boolean;
224
- lineClamp: boolean;
225
291
  opacity: boolean;
226
292
  order: boolean;
227
293
  orphans: boolean;
@@ -234,6 +300,10 @@ export declare const stylePropsView: {
234
300
  scaleY: boolean;
235
301
  scaleZ: boolean;
236
302
  shadowOpacity: boolean;
303
+ WebkitLineClamp: boolean;
304
+ lineClamp: boolean;
305
+ gridTemplateColumns: boolean;
306
+ gridTemplateAreas: boolean;
237
307
  x: boolean;
238
308
  y: boolean;
239
309
  perspective: boolean;
@@ -244,15 +314,6 @@ export declare const stylePropsView: {
244
314
  rotateY: boolean;
245
315
  rotateX: boolean;
246
316
  rotateZ: boolean;
247
- borderRadius: boolean;
248
- borderTopLeftRadius: boolean;
249
- borderTopRightRadius: boolean;
250
- borderBottomLeftRadius: boolean;
251
- borderBottomRightRadius: boolean;
252
- borderStartStartRadius: boolean;
253
- borderStartEndRadius: boolean;
254
- borderEndStartRadius: boolean;
255
- borderEndEndRadius: boolean;
256
317
  width: boolean;
257
318
  height: boolean;
258
319
  minWidth: boolean;
@@ -265,6 +326,15 @@ export declare const stylePropsView: {
265
326
  inlineSize: boolean;
266
327
  minInlineSize: boolean;
267
328
  maxInlineSize: boolean;
329
+ borderRadius: boolean;
330
+ borderTopLeftRadius: boolean;
331
+ borderTopRightRadius: boolean;
332
+ borderBottomLeftRadius: boolean;
333
+ borderBottomRightRadius: boolean;
334
+ borderStartStartRadius: boolean;
335
+ borderStartEndRadius: boolean;
336
+ borderEndStartRadius: boolean;
337
+ borderEndEndRadius: boolean;
268
338
  color: boolean;
269
339
  textDecorationColor: boolean;
270
340
  textShadowColor: boolean;
@@ -283,9 +353,6 @@ export declare const stylePropsView: {
283
353
  borderEndColor: boolean;
284
354
  borderStartColor: boolean;
285
355
  shadowColor: boolean;
286
- backfaceVisibility: boolean;
287
- borderCurve: boolean;
288
- cursor: boolean;
289
356
  borderBottomEndRadius: boolean;
290
357
  borderBottomStartRadius: boolean;
291
358
  borderBottomWidth: boolean;
@@ -297,34 +364,20 @@ export declare const stylePropsView: {
297
364
  borderInlineWidth: boolean;
298
365
  borderInlineEndWidth: boolean;
299
366
  borderInlineStartWidth: boolean;
300
- borderStyle: boolean;
301
- borderBlockStyle: boolean;
302
- borderBlockEndStyle: boolean;
303
- borderBlockStartStyle: boolean;
304
- borderInlineStyle: boolean;
305
- borderInlineEndStyle: boolean;
306
- borderInlineStartStyle: boolean;
307
367
  borderTopEndRadius: boolean;
308
368
  borderTopStartRadius: boolean;
309
369
  borderTopWidth: boolean;
310
370
  borderWidth: boolean;
311
371
  transform: boolean;
312
372
  transformOrigin: boolean;
313
- alignContent: boolean;
314
- alignItems: boolean;
315
- alignSelf: boolean;
316
373
  borderEndWidth: boolean;
317
374
  borderStartWidth: boolean;
318
375
  bottom: boolean;
319
- display: boolean;
320
376
  end: boolean;
321
377
  flexBasis: boolean;
322
- flexDirection: boolean;
323
- flexWrap: boolean;
324
378
  gap: boolean;
325
379
  columnGap: boolean;
326
380
  rowGap: boolean;
327
- justifyContent: boolean;
328
381
  left: boolean;
329
382
  margin: boolean;
330
383
  marginBlock: boolean;
@@ -341,7 +394,6 @@ export declare const stylePropsView: {
341
394
  marginStart: boolean;
342
395
  marginTop: boolean;
343
396
  marginVertical: boolean;
344
- overflow: boolean;
345
397
  padding: boolean;
346
398
  paddingBottom: boolean;
347
399
  paddingInline: boolean;
@@ -356,7 +408,6 @@ export declare const stylePropsView: {
356
408
  paddingStart: boolean;
357
409
  paddingTop: boolean;
358
410
  paddingVertical: boolean;
359
- position: boolean;
360
411
  right: boolean;
361
412
  start: boolean;
362
413
  top: boolean;
@@ -367,21 +418,43 @@ export declare const stylePropsView: {
367
418
  insetInline: boolean;
368
419
  insetInlineEnd: boolean;
369
420
  insetInlineStart: boolean;
370
- direction: boolean;
371
421
  shadowOffset: boolean;
372
422
  shadowRadius: boolean;
423
+ alignContent: boolean;
424
+ alignItems: boolean;
425
+ alignSelf: boolean;
426
+ backfaceVisibility: boolean;
427
+ borderCurve: boolean;
428
+ borderStyle: boolean;
429
+ borderBlockStyle: boolean;
430
+ borderBlockEndStyle: boolean;
431
+ borderBlockStartStyle: boolean;
432
+ borderInlineStyle: boolean;
433
+ borderInlineEndStyle: boolean;
434
+ borderInlineStartStyle: boolean;
435
+ boxSizing: boolean;
436
+ cursor: boolean;
437
+ direction: boolean;
438
+ display: boolean;
439
+ flexDirection: boolean;
440
+ flexWrap: boolean;
441
+ isolation: boolean;
442
+ justifyContent: boolean;
443
+ mixBlendMode: boolean;
444
+ outlineStyle: boolean;
445
+ overflow: boolean;
446
+ position: boolean;
373
447
  };
374
448
  export declare const stylePropsTextOnly: {
449
+ textDecorationDistance?: boolean | undefined;
450
+ WebkitLineClamp?: boolean | undefined;
375
451
  whiteSpace?: boolean | undefined;
376
452
  wordWrap?: boolean | undefined;
377
453
  textOverflow?: boolean | undefined;
378
- textDecorationDistance?: boolean | undefined;
379
- WebkitLineClamp?: boolean | undefined;
380
454
  WebkitBoxOrient?: boolean | undefined;
381
455
  textShadow: boolean;
382
456
  textShadowOffset: boolean;
383
457
  textShadowRadius: boolean;
384
- userSelect: boolean;
385
458
  verticalAlign: boolean;
386
459
  color: boolean;
387
460
  textDecorationColor: boolean;
@@ -389,26 +462,26 @@ export declare const stylePropsTextOnly: {
389
462
  textAlign: boolean;
390
463
  textDecorationLine: boolean;
391
464
  textDecorationStyle: boolean;
392
- fontFamily: boolean;
465
+ userSelect: boolean;
393
466
  fontSize: boolean;
394
- fontStyle: boolean;
395
467
  fontWeight: boolean;
396
- fontVariant: boolean;
397
468
  letterSpacing: boolean;
398
469
  lineHeight: boolean;
470
+ fontFamily: boolean;
471
+ fontStyle: boolean;
472
+ fontVariant: boolean;
399
473
  textTransform: boolean;
400
474
  };
401
475
  export declare const stylePropsText: {
476
+ textDecorationDistance?: boolean | undefined;
477
+ WebkitLineClamp: boolean;
402
478
  whiteSpace?: boolean | undefined;
403
479
  wordWrap?: boolean | undefined;
404
480
  textOverflow?: boolean | undefined;
405
- textDecorationDistance?: boolean | undefined;
406
- WebkitLineClamp: boolean;
407
481
  WebkitBoxOrient?: boolean | undefined;
408
482
  textShadow: boolean;
409
483
  textShadowOffset: boolean;
410
484
  textShadowRadius: boolean;
411
- userSelect: boolean;
412
485
  verticalAlign: boolean;
413
486
  color: boolean;
414
487
  textDecorationColor: boolean;
@@ -416,16 +489,16 @@ export declare const stylePropsText: {
416
489
  textAlign: boolean;
417
490
  textDecorationLine: boolean;
418
491
  textDecorationStyle: boolean;
419
- fontFamily: boolean;
492
+ userSelect: boolean;
420
493
  fontSize: boolean;
421
- fontStyle: boolean;
422
494
  fontWeight: boolean;
423
- fontVariant: boolean;
424
495
  letterSpacing: boolean;
425
496
  lineHeight: boolean;
497
+ fontFamily: boolean;
498
+ fontStyle: boolean;
499
+ fontVariant: boolean;
426
500
  textTransform: boolean;
427
501
  transition?: boolean | undefined;
428
- textWrap?: boolean | undefined;
429
502
  backdropFilter?: boolean | undefined;
430
503
  WebkitBackdropFilter?: boolean | undefined;
431
504
  background?: boolean | undefined;
@@ -433,50 +506,51 @@ export declare const stylePropsText: {
433
506
  borderRight?: boolean | undefined;
434
507
  borderBottom?: boolean | undefined;
435
508
  borderLeft?: boolean | undefined;
509
+ backgroundPosition?: boolean | undefined;
510
+ backgroundSize?: boolean | undefined;
511
+ borderImage?: boolean | undefined;
512
+ caretColor?: boolean | undefined;
513
+ clipPath?: boolean | undefined;
514
+ mask?: boolean | undefined;
515
+ maskBorder?: boolean | undefined;
516
+ maskBorderOutset?: boolean | undefined;
517
+ maskBorderSlice?: boolean | undefined;
518
+ maskBorderSource?: boolean | undefined;
519
+ maskBorderWidth?: boolean | undefined;
520
+ maskImage?: boolean | undefined;
521
+ maskPosition?: boolean | undefined;
522
+ maskSize?: boolean | undefined;
523
+ objectPosition?: boolean | undefined;
524
+ textEmphasis?: boolean | undefined;
436
525
  backgroundAttachment?: boolean | undefined;
437
526
  backgroundBlendMode?: boolean | undefined;
438
527
  backgroundClip?: boolean | undefined;
439
528
  backgroundOrigin?: boolean | undefined;
440
- backgroundPosition?: boolean | undefined;
441
529
  backgroundRepeat?: boolean | undefined;
442
- backgroundSize?: boolean | undefined;
443
530
  borderBottomStyle?: boolean | undefined;
444
- borderImage?: boolean | undefined;
445
531
  borderLeftStyle?: boolean | undefined;
446
532
  borderRightStyle?: boolean | undefined;
447
533
  borderTopStyle?: boolean | undefined;
448
- caretColor?: boolean | undefined;
449
- clipPath?: boolean | undefined;
450
534
  contain?: boolean | undefined;
451
535
  containerType?: boolean | undefined;
452
536
  content?: boolean | undefined;
453
537
  float?: boolean | undefined;
454
- mask?: boolean | undefined;
455
- maskBorder?: boolean | undefined;
456
538
  maskBorderMode?: boolean | undefined;
457
- maskBorderOutset?: boolean | undefined;
458
539
  maskBorderRepeat?: boolean | undefined;
459
- maskBorderSlice?: boolean | undefined;
460
- maskBorderSource?: boolean | undefined;
461
- maskBorderWidth?: boolean | undefined;
462
540
  maskClip?: boolean | undefined;
463
541
  maskComposite?: boolean | undefined;
464
- maskImage?: boolean | undefined;
465
542
  maskMode?: boolean | undefined;
466
543
  maskOrigin?: boolean | undefined;
467
- maskPosition?: boolean | undefined;
468
544
  maskRepeat?: boolean | undefined;
469
- maskSize?: boolean | undefined;
470
545
  maskType?: boolean | undefined;
471
546
  objectFit?: boolean | undefined;
472
- objectPosition?: boolean | undefined;
473
547
  overflowBlock?: boolean | undefined;
474
548
  overflowInline?: boolean | undefined;
475
549
  overflowX?: boolean | undefined;
476
550
  overflowY?: boolean | undefined;
477
551
  pointerEvents?: boolean | undefined;
478
552
  scrollbarWidth?: boolean | undefined;
479
- textEmphasis?: boolean | undefined;
553
+ textWrap?: boolean | undefined;
480
554
  touchAction?: boolean | undefined;
481
555
  transformStyle?: boolean | undefined;
482
556
  willChange?: boolean | undefined;
@@ -485,13 +559,9 @@ export declare const stylePropsText: {
485
559
  filter: boolean;
486
560
  backgroundImage: boolean;
487
561
  experimental_backgroundImage: boolean;
488
- boxSizing: boolean;
489
- mixBlendMode: boolean;
490
- isolation: boolean;
491
562
  outline: boolean;
492
563
  outlineColor: boolean;
493
564
  outlineOffset: boolean;
494
- outlineStyle: boolean;
495
565
  outlineWidth: boolean;
496
566
  elevationAndroid?: boolean | undefined;
497
567
  animationIterationCount: boolean;
@@ -514,9 +584,6 @@ export declare const stylePropsText: {
514
584
  gridColumnEnd: boolean;
515
585
  gridColumnGap: boolean;
516
586
  gridColumnStart: boolean;
517
- gridTemplateColumns: boolean;
518
- gridTemplateAreas: boolean;
519
- lineClamp: boolean;
520
587
  opacity: boolean;
521
588
  order: boolean;
522
589
  orphans: boolean;
@@ -529,6 +596,9 @@ export declare const stylePropsText: {
529
596
  scaleY: boolean;
530
597
  scaleZ: boolean;
531
598
  shadowOpacity: boolean;
599
+ lineClamp: boolean;
600
+ gridTemplateColumns: boolean;
601
+ gridTemplateAreas: boolean;
532
602
  x: boolean;
533
603
  y: boolean;
534
604
  perspective: boolean;
@@ -539,15 +609,6 @@ export declare const stylePropsText: {
539
609
  rotateY: boolean;
540
610
  rotateX: boolean;
541
611
  rotateZ: boolean;
542
- borderRadius: boolean;
543
- borderTopLeftRadius: boolean;
544
- borderTopRightRadius: boolean;
545
- borderBottomLeftRadius: boolean;
546
- borderBottomRightRadius: boolean;
547
- borderStartStartRadius: boolean;
548
- borderStartEndRadius: boolean;
549
- borderEndStartRadius: boolean;
550
- borderEndEndRadius: boolean;
551
612
  width: boolean;
552
613
  height: boolean;
553
614
  minWidth: boolean;
@@ -560,6 +621,15 @@ export declare const stylePropsText: {
560
621
  inlineSize: boolean;
561
622
  minInlineSize: boolean;
562
623
  maxInlineSize: boolean;
624
+ borderRadius: boolean;
625
+ borderTopLeftRadius: boolean;
626
+ borderTopRightRadius: boolean;
627
+ borderBottomLeftRadius: boolean;
628
+ borderBottomRightRadius: boolean;
629
+ borderStartStartRadius: boolean;
630
+ borderStartEndRadius: boolean;
631
+ borderEndStartRadius: boolean;
632
+ borderEndEndRadius: boolean;
563
633
  backgroundColor: boolean;
564
634
  borderColor: boolean;
565
635
  borderBlockStartColor: boolean;
@@ -575,9 +645,6 @@ export declare const stylePropsText: {
575
645
  borderEndColor: boolean;
576
646
  borderStartColor: boolean;
577
647
  shadowColor: boolean;
578
- backfaceVisibility: boolean;
579
- borderCurve: boolean;
580
- cursor: boolean;
581
648
  borderBottomEndRadius: boolean;
582
649
  borderBottomStartRadius: boolean;
583
650
  borderBottomWidth: boolean;
@@ -589,34 +656,20 @@ export declare const stylePropsText: {
589
656
  borderInlineWidth: boolean;
590
657
  borderInlineEndWidth: boolean;
591
658
  borderInlineStartWidth: boolean;
592
- borderStyle: boolean;
593
- borderBlockStyle: boolean;
594
- borderBlockEndStyle: boolean;
595
- borderBlockStartStyle: boolean;
596
- borderInlineStyle: boolean;
597
- borderInlineEndStyle: boolean;
598
- borderInlineStartStyle: boolean;
599
659
  borderTopEndRadius: boolean;
600
660
  borderTopStartRadius: boolean;
601
661
  borderTopWidth: boolean;
602
662
  borderWidth: boolean;
603
663
  transform: boolean;
604
664
  transformOrigin: boolean;
605
- alignContent: boolean;
606
- alignItems: boolean;
607
- alignSelf: boolean;
608
665
  borderEndWidth: boolean;
609
666
  borderStartWidth: boolean;
610
667
  bottom: boolean;
611
- display: boolean;
612
668
  end: boolean;
613
669
  flexBasis: boolean;
614
- flexDirection: boolean;
615
- flexWrap: boolean;
616
670
  gap: boolean;
617
671
  columnGap: boolean;
618
672
  rowGap: boolean;
619
- justifyContent: boolean;
620
673
  left: boolean;
621
674
  margin: boolean;
622
675
  marginBlock: boolean;
@@ -633,7 +686,6 @@ export declare const stylePropsText: {
633
686
  marginStart: boolean;
634
687
  marginTop: boolean;
635
688
  marginVertical: boolean;
636
- overflow: boolean;
637
689
  padding: boolean;
638
690
  paddingBottom: boolean;
639
691
  paddingInline: boolean;
@@ -648,7 +700,6 @@ export declare const stylePropsText: {
648
700
  paddingStart: boolean;
649
701
  paddingTop: boolean;
650
702
  paddingVertical: boolean;
651
- position: boolean;
652
703
  right: boolean;
653
704
  start: boolean;
654
705
  top: boolean;
@@ -659,21 +710,43 @@ export declare const stylePropsText: {
659
710
  insetInline: boolean;
660
711
  insetInlineEnd: boolean;
661
712
  insetInlineStart: boolean;
662
- direction: boolean;
663
713
  shadowOffset: boolean;
664
714
  shadowRadius: boolean;
715
+ alignContent: boolean;
716
+ alignItems: boolean;
717
+ alignSelf: boolean;
718
+ backfaceVisibility: boolean;
719
+ borderCurve: boolean;
720
+ borderStyle: boolean;
721
+ borderBlockStyle: boolean;
722
+ borderBlockEndStyle: boolean;
723
+ borderBlockStartStyle: boolean;
724
+ borderInlineStyle: boolean;
725
+ borderInlineEndStyle: boolean;
726
+ borderInlineStartStyle: boolean;
727
+ boxSizing: boolean;
728
+ cursor: boolean;
729
+ direction: boolean;
730
+ display: boolean;
731
+ flexDirection: boolean;
732
+ flexWrap: boolean;
733
+ isolation: boolean;
734
+ justifyContent: boolean;
735
+ mixBlendMode: boolean;
736
+ outlineStyle: boolean;
737
+ overflow: boolean;
738
+ position: boolean;
665
739
  };
666
740
  export declare const stylePropsAll: {
741
+ textDecorationDistance?: boolean | undefined;
742
+ WebkitLineClamp: boolean;
667
743
  whiteSpace?: boolean | undefined;
668
744
  wordWrap?: boolean | undefined;
669
745
  textOverflow?: boolean | undefined;
670
- textDecorationDistance?: boolean | undefined;
671
- WebkitLineClamp: boolean;
672
746
  WebkitBoxOrient?: boolean | undefined;
673
747
  textShadow: boolean;
674
748
  textShadowOffset: boolean;
675
749
  textShadowRadius: boolean;
676
- userSelect: boolean;
677
750
  verticalAlign: boolean;
678
751
  color: boolean;
679
752
  textDecorationColor: boolean;
@@ -681,16 +754,16 @@ export declare const stylePropsAll: {
681
754
  textAlign: boolean;
682
755
  textDecorationLine: boolean;
683
756
  textDecorationStyle: boolean;
684
- fontFamily: boolean;
757
+ userSelect: boolean;
685
758
  fontSize: boolean;
686
- fontStyle: boolean;
687
759
  fontWeight: boolean;
688
- fontVariant: boolean;
689
760
  letterSpacing: boolean;
690
761
  lineHeight: boolean;
762
+ fontFamily: boolean;
763
+ fontStyle: boolean;
764
+ fontVariant: boolean;
691
765
  textTransform: boolean;
692
766
  transition?: boolean | undefined;
693
- textWrap?: boolean | undefined;
694
767
  backdropFilter?: boolean | undefined;
695
768
  WebkitBackdropFilter?: boolean | undefined;
696
769
  background?: boolean | undefined;
@@ -698,50 +771,51 @@ export declare const stylePropsAll: {
698
771
  borderRight?: boolean | undefined;
699
772
  borderBottom?: boolean | undefined;
700
773
  borderLeft?: boolean | undefined;
774
+ backgroundPosition?: boolean | undefined;
775
+ backgroundSize?: boolean | undefined;
776
+ borderImage?: boolean | undefined;
777
+ caretColor?: boolean | undefined;
778
+ clipPath?: boolean | undefined;
779
+ mask?: boolean | undefined;
780
+ maskBorder?: boolean | undefined;
781
+ maskBorderOutset?: boolean | undefined;
782
+ maskBorderSlice?: boolean | undefined;
783
+ maskBorderSource?: boolean | undefined;
784
+ maskBorderWidth?: boolean | undefined;
785
+ maskImage?: boolean | undefined;
786
+ maskPosition?: boolean | undefined;
787
+ maskSize?: boolean | undefined;
788
+ objectPosition?: boolean | undefined;
789
+ textEmphasis?: boolean | undefined;
701
790
  backgroundAttachment?: boolean | undefined;
702
791
  backgroundBlendMode?: boolean | undefined;
703
792
  backgroundClip?: boolean | undefined;
704
793
  backgroundOrigin?: boolean | undefined;
705
- backgroundPosition?: boolean | undefined;
706
794
  backgroundRepeat?: boolean | undefined;
707
- backgroundSize?: boolean | undefined;
708
795
  borderBottomStyle?: boolean | undefined;
709
- borderImage?: boolean | undefined;
710
796
  borderLeftStyle?: boolean | undefined;
711
797
  borderRightStyle?: boolean | undefined;
712
798
  borderTopStyle?: boolean | undefined;
713
- caretColor?: boolean | undefined;
714
- clipPath?: boolean | undefined;
715
799
  contain?: boolean | undefined;
716
800
  containerType?: boolean | undefined;
717
801
  content?: boolean | undefined;
718
802
  float?: boolean | undefined;
719
- mask?: boolean | undefined;
720
- maskBorder?: boolean | undefined;
721
803
  maskBorderMode?: boolean | undefined;
722
- maskBorderOutset?: boolean | undefined;
723
804
  maskBorderRepeat?: boolean | undefined;
724
- maskBorderSlice?: boolean | undefined;
725
- maskBorderSource?: boolean | undefined;
726
- maskBorderWidth?: boolean | undefined;
727
805
  maskClip?: boolean | undefined;
728
806
  maskComposite?: boolean | undefined;
729
- maskImage?: boolean | undefined;
730
807
  maskMode?: boolean | undefined;
731
808
  maskOrigin?: boolean | undefined;
732
- maskPosition?: boolean | undefined;
733
809
  maskRepeat?: boolean | undefined;
734
- maskSize?: boolean | undefined;
735
810
  maskType?: boolean | undefined;
736
811
  objectFit?: boolean | undefined;
737
- objectPosition?: boolean | undefined;
738
812
  overflowBlock?: boolean | undefined;
739
813
  overflowInline?: boolean | undefined;
740
814
  overflowX?: boolean | undefined;
741
815
  overflowY?: boolean | undefined;
742
816
  pointerEvents?: boolean | undefined;
743
817
  scrollbarWidth?: boolean | undefined;
744
- textEmphasis?: boolean | undefined;
818
+ textWrap?: boolean | undefined;
745
819
  touchAction?: boolean | undefined;
746
820
  transformStyle?: boolean | undefined;
747
821
  willChange?: boolean | undefined;
@@ -750,13 +824,9 @@ export declare const stylePropsAll: {
750
824
  filter: boolean;
751
825
  backgroundImage: boolean;
752
826
  experimental_backgroundImage: boolean;
753
- boxSizing: boolean;
754
- mixBlendMode: boolean;
755
- isolation: boolean;
756
827
  outline: boolean;
757
828
  outlineColor: boolean;
758
829
  outlineOffset: boolean;
759
- outlineStyle: boolean;
760
830
  outlineWidth: boolean;
761
831
  elevationAndroid?: boolean | undefined;
762
832
  animationIterationCount: boolean;
@@ -779,9 +849,6 @@ export declare const stylePropsAll: {
779
849
  gridColumnEnd: boolean;
780
850
  gridColumnGap: boolean;
781
851
  gridColumnStart: boolean;
782
- gridTemplateColumns: boolean;
783
- gridTemplateAreas: boolean;
784
- lineClamp: boolean;
785
852
  opacity: boolean;
786
853
  order: boolean;
787
854
  orphans: boolean;
@@ -794,6 +861,9 @@ export declare const stylePropsAll: {
794
861
  scaleY: boolean;
795
862
  scaleZ: boolean;
796
863
  shadowOpacity: boolean;
864
+ lineClamp: boolean;
865
+ gridTemplateColumns: boolean;
866
+ gridTemplateAreas: boolean;
797
867
  x: boolean;
798
868
  y: boolean;
799
869
  perspective: boolean;
@@ -804,15 +874,6 @@ export declare const stylePropsAll: {
804
874
  rotateY: boolean;
805
875
  rotateX: boolean;
806
876
  rotateZ: boolean;
807
- borderRadius: boolean;
808
- borderTopLeftRadius: boolean;
809
- borderTopRightRadius: boolean;
810
- borderBottomLeftRadius: boolean;
811
- borderBottomRightRadius: boolean;
812
- borderStartStartRadius: boolean;
813
- borderStartEndRadius: boolean;
814
- borderEndStartRadius: boolean;
815
- borderEndEndRadius: boolean;
816
877
  width: boolean;
817
878
  height: boolean;
818
879
  minWidth: boolean;
@@ -825,6 +886,15 @@ export declare const stylePropsAll: {
825
886
  inlineSize: boolean;
826
887
  minInlineSize: boolean;
827
888
  maxInlineSize: boolean;
889
+ borderRadius: boolean;
890
+ borderTopLeftRadius: boolean;
891
+ borderTopRightRadius: boolean;
892
+ borderBottomLeftRadius: boolean;
893
+ borderBottomRightRadius: boolean;
894
+ borderStartStartRadius: boolean;
895
+ borderStartEndRadius: boolean;
896
+ borderEndStartRadius: boolean;
897
+ borderEndEndRadius: boolean;
828
898
  backgroundColor: boolean;
829
899
  borderColor: boolean;
830
900
  borderBlockStartColor: boolean;
@@ -840,9 +910,6 @@ export declare const stylePropsAll: {
840
910
  borderEndColor: boolean;
841
911
  borderStartColor: boolean;
842
912
  shadowColor: boolean;
843
- backfaceVisibility: boolean;
844
- borderCurve: boolean;
845
- cursor: boolean;
846
913
  borderBottomEndRadius: boolean;
847
914
  borderBottomStartRadius: boolean;
848
915
  borderBottomWidth: boolean;
@@ -854,34 +921,20 @@ export declare const stylePropsAll: {
854
921
  borderInlineWidth: boolean;
855
922
  borderInlineEndWidth: boolean;
856
923
  borderInlineStartWidth: boolean;
857
- borderStyle: boolean;
858
- borderBlockStyle: boolean;
859
- borderBlockEndStyle: boolean;
860
- borderBlockStartStyle: boolean;
861
- borderInlineStyle: boolean;
862
- borderInlineEndStyle: boolean;
863
- borderInlineStartStyle: boolean;
864
924
  borderTopEndRadius: boolean;
865
925
  borderTopStartRadius: boolean;
866
926
  borderTopWidth: boolean;
867
927
  borderWidth: boolean;
868
928
  transform: boolean;
869
929
  transformOrigin: boolean;
870
- alignContent: boolean;
871
- alignItems: boolean;
872
- alignSelf: boolean;
873
930
  borderEndWidth: boolean;
874
931
  borderStartWidth: boolean;
875
932
  bottom: boolean;
876
- display: boolean;
877
933
  end: boolean;
878
934
  flexBasis: boolean;
879
- flexDirection: boolean;
880
- flexWrap: boolean;
881
935
  gap: boolean;
882
936
  columnGap: boolean;
883
937
  rowGap: boolean;
884
- justifyContent: boolean;
885
938
  left: boolean;
886
939
  margin: boolean;
887
940
  marginBlock: boolean;
@@ -898,7 +951,6 @@ export declare const stylePropsAll: {
898
951
  marginStart: boolean;
899
952
  marginTop: boolean;
900
953
  marginVertical: boolean;
901
- overflow: boolean;
902
954
  padding: boolean;
903
955
  paddingBottom: boolean;
904
956
  paddingInline: boolean;
@@ -913,7 +965,6 @@ export declare const stylePropsAll: {
913
965
  paddingStart: boolean;
914
966
  paddingTop: boolean;
915
967
  paddingVertical: boolean;
916
- position: boolean;
917
968
  right: boolean;
918
969
  start: boolean;
919
970
  top: boolean;
@@ -924,9 +975,32 @@ export declare const stylePropsAll: {
924
975
  insetInline: boolean;
925
976
  insetInlineEnd: boolean;
926
977
  insetInlineStart: boolean;
927
- direction: boolean;
928
978
  shadowOffset: boolean;
929
979
  shadowRadius: boolean;
980
+ alignContent: boolean;
981
+ alignItems: boolean;
982
+ alignSelf: boolean;
983
+ backfaceVisibility: boolean;
984
+ borderCurve: boolean;
985
+ borderStyle: boolean;
986
+ borderBlockStyle: boolean;
987
+ borderBlockEndStyle: boolean;
988
+ borderBlockStartStyle: boolean;
989
+ borderInlineStyle: boolean;
990
+ borderInlineEndStyle: boolean;
991
+ borderInlineStartStyle: boolean;
992
+ boxSizing: boolean;
993
+ cursor: boolean;
994
+ direction: boolean;
995
+ display: boolean;
996
+ flexDirection: boolean;
997
+ flexWrap: boolean;
998
+ isolation: boolean;
999
+ justifyContent: boolean;
1000
+ mixBlendMode: boolean;
1001
+ outlineStyle: boolean;
1002
+ overflow: boolean;
1003
+ position: boolean;
930
1004
  };
931
1005
  export declare const validPseudoKeys: {
932
1006
  focusVisibleStyle?: boolean | undefined;
@@ -940,7 +1014,6 @@ export declare const validPseudoKeys: {
940
1014
  };
941
1015
  export declare const validStyles: {
942
1016
  transition?: boolean | undefined;
943
- textWrap?: boolean | undefined;
944
1017
  backdropFilter?: boolean | undefined;
945
1018
  WebkitBackdropFilter?: boolean | undefined;
946
1019
  background?: boolean | undefined;
@@ -948,69 +1021,65 @@ export declare const validStyles: {
948
1021
  borderRight?: boolean | undefined;
949
1022
  borderBottom?: boolean | undefined;
950
1023
  borderLeft?: boolean | undefined;
1024
+ backgroundPosition?: boolean | undefined;
1025
+ backgroundSize?: boolean | undefined;
1026
+ borderImage?: boolean | undefined;
1027
+ caretColor?: boolean | undefined;
1028
+ clipPath?: boolean | undefined;
1029
+ mask?: boolean | undefined;
1030
+ maskBorder?: boolean | undefined;
1031
+ maskBorderOutset?: boolean | undefined;
1032
+ maskBorderSlice?: boolean | undefined;
1033
+ maskBorderSource?: boolean | undefined;
1034
+ maskBorderWidth?: boolean | undefined;
1035
+ maskImage?: boolean | undefined;
1036
+ maskPosition?: boolean | undefined;
1037
+ maskSize?: boolean | undefined;
1038
+ objectPosition?: boolean | undefined;
1039
+ textEmphasis?: boolean | undefined;
1040
+ userSelect?: boolean | undefined;
951
1041
  backgroundAttachment?: boolean | undefined;
952
1042
  backgroundBlendMode?: boolean | undefined;
953
1043
  backgroundClip?: boolean | undefined;
954
1044
  backgroundOrigin?: boolean | undefined;
955
- backgroundPosition?: boolean | undefined;
956
1045
  backgroundRepeat?: boolean | undefined;
957
- backgroundSize?: boolean | undefined;
958
1046
  borderBottomStyle?: boolean | undefined;
959
- borderImage?: boolean | undefined;
960
1047
  borderLeftStyle?: boolean | undefined;
961
1048
  borderRightStyle?: boolean | undefined;
962
1049
  borderTopStyle?: boolean | undefined;
963
- caretColor?: boolean | undefined;
964
- clipPath?: boolean | undefined;
965
1050
  contain?: boolean | undefined;
966
1051
  containerType?: boolean | undefined;
967
1052
  content?: boolean | undefined;
968
1053
  float?: boolean | undefined;
969
- mask?: boolean | undefined;
970
- maskBorder?: boolean | undefined;
971
1054
  maskBorderMode?: boolean | undefined;
972
- maskBorderOutset?: boolean | undefined;
973
1055
  maskBorderRepeat?: boolean | undefined;
974
- maskBorderSlice?: boolean | undefined;
975
- maskBorderSource?: boolean | undefined;
976
- maskBorderWidth?: boolean | undefined;
977
1056
  maskClip?: boolean | undefined;
978
1057
  maskComposite?: boolean | undefined;
979
- maskImage?: boolean | undefined;
980
1058
  maskMode?: boolean | undefined;
981
1059
  maskOrigin?: boolean | undefined;
982
- maskPosition?: boolean | undefined;
983
1060
  maskRepeat?: boolean | undefined;
984
- maskSize?: boolean | undefined;
985
1061
  maskType?: boolean | undefined;
986
1062
  objectFit?: boolean | undefined;
987
- objectPosition?: boolean | undefined;
988
1063
  overflowBlock?: boolean | undefined;
989
1064
  overflowInline?: boolean | undefined;
990
1065
  overflowX?: boolean | undefined;
991
1066
  overflowY?: boolean | undefined;
992
1067
  pointerEvents?: boolean | undefined;
993
1068
  scrollbarWidth?: boolean | undefined;
994
- textEmphasis?: boolean | undefined;
1069
+ textWrap?: boolean | undefined;
995
1070
  touchAction?: boolean | undefined;
996
1071
  transformStyle?: boolean | undefined;
997
- userSelect?: boolean | undefined;
998
1072
  willChange?: boolean | undefined;
999
1073
  boxShadow: boolean;
1000
1074
  border: boolean;
1001
1075
  filter: boolean;
1002
1076
  backgroundImage: boolean;
1003
1077
  experimental_backgroundImage: boolean;
1004
- boxSizing: boolean;
1005
- mixBlendMode: boolean;
1006
- isolation: boolean;
1007
1078
  outline: boolean;
1008
1079
  outlineColor: boolean;
1009
1080
  outlineOffset: boolean;
1010
- outlineStyle: boolean;
1011
1081
  outlineWidth: boolean;
1012
1082
  elevationAndroid?: boolean | undefined;
1013
- WebkitLineClamp: boolean;
1014
1083
  animationIterationCount: boolean;
1015
1084
  aspectRatio: boolean;
1016
1085
  borderImageOutset: boolean;
@@ -1032,9 +1101,6 @@ export declare const validStyles: {
1032
1101
  gridColumnEnd: boolean;
1033
1102
  gridColumnGap: boolean;
1034
1103
  gridColumnStart: boolean;
1035
- gridTemplateColumns: boolean;
1036
- gridTemplateAreas: boolean;
1037
- lineClamp: boolean;
1038
1104
  opacity: boolean;
1039
1105
  order: boolean;
1040
1106
  orphans: boolean;
@@ -1047,6 +1113,10 @@ export declare const validStyles: {
1047
1113
  scaleY: boolean;
1048
1114
  scaleZ: boolean;
1049
1115
  shadowOpacity: boolean;
1116
+ WebkitLineClamp: boolean;
1117
+ lineClamp: boolean;
1118
+ gridTemplateColumns: boolean;
1119
+ gridTemplateAreas: boolean;
1050
1120
  x: boolean;
1051
1121
  y: boolean;
1052
1122
  perspective: boolean;
@@ -1057,15 +1127,6 @@ export declare const validStyles: {
1057
1127
  rotateY: boolean;
1058
1128
  rotateX: boolean;
1059
1129
  rotateZ: boolean;
1060
- borderRadius: boolean;
1061
- borderTopLeftRadius: boolean;
1062
- borderTopRightRadius: boolean;
1063
- borderBottomLeftRadius: boolean;
1064
- borderBottomRightRadius: boolean;
1065
- borderStartStartRadius: boolean;
1066
- borderStartEndRadius: boolean;
1067
- borderEndStartRadius: boolean;
1068
- borderEndEndRadius: boolean;
1069
1130
  width: boolean;
1070
1131
  height: boolean;
1071
1132
  minWidth: boolean;
@@ -1078,6 +1139,15 @@ export declare const validStyles: {
1078
1139
  inlineSize: boolean;
1079
1140
  minInlineSize: boolean;
1080
1141
  maxInlineSize: boolean;
1142
+ borderRadius: boolean;
1143
+ borderTopLeftRadius: boolean;
1144
+ borderTopRightRadius: boolean;
1145
+ borderBottomLeftRadius: boolean;
1146
+ borderBottomRightRadius: boolean;
1147
+ borderStartStartRadius: boolean;
1148
+ borderStartEndRadius: boolean;
1149
+ borderEndStartRadius: boolean;
1150
+ borderEndEndRadius: boolean;
1081
1151
  color: boolean;
1082
1152
  textDecorationColor: boolean;
1083
1153
  textShadowColor: boolean;
@@ -1096,9 +1166,6 @@ export declare const validStyles: {
1096
1166
  borderEndColor: boolean;
1097
1167
  borderStartColor: boolean;
1098
1168
  shadowColor: boolean;
1099
- backfaceVisibility: boolean;
1100
- borderCurve: boolean;
1101
- cursor: boolean;
1102
1169
  borderBottomEndRadius: boolean;
1103
1170
  borderBottomStartRadius: boolean;
1104
1171
  borderBottomWidth: boolean;
@@ -1110,34 +1177,20 @@ export declare const validStyles: {
1110
1177
  borderInlineWidth: boolean;
1111
1178
  borderInlineEndWidth: boolean;
1112
1179
  borderInlineStartWidth: boolean;
1113
- borderStyle: boolean;
1114
- borderBlockStyle: boolean;
1115
- borderBlockEndStyle: boolean;
1116
- borderBlockStartStyle: boolean;
1117
- borderInlineStyle: boolean;
1118
- borderInlineEndStyle: boolean;
1119
- borderInlineStartStyle: boolean;
1120
1180
  borderTopEndRadius: boolean;
1121
1181
  borderTopStartRadius: boolean;
1122
1182
  borderTopWidth: boolean;
1123
1183
  borderWidth: boolean;
1124
1184
  transform: boolean;
1125
1185
  transformOrigin: boolean;
1126
- alignContent: boolean;
1127
- alignItems: boolean;
1128
- alignSelf: boolean;
1129
1186
  borderEndWidth: boolean;
1130
1187
  borderStartWidth: boolean;
1131
1188
  bottom: boolean;
1132
- display: boolean;
1133
1189
  end: boolean;
1134
1190
  flexBasis: boolean;
1135
- flexDirection: boolean;
1136
- flexWrap: boolean;
1137
1191
  gap: boolean;
1138
1192
  columnGap: boolean;
1139
1193
  rowGap: boolean;
1140
- justifyContent: boolean;
1141
1194
  left: boolean;
1142
1195
  margin: boolean;
1143
1196
  marginBlock: boolean;
@@ -1154,7 +1207,6 @@ export declare const validStyles: {
1154
1207
  marginStart: boolean;
1155
1208
  marginTop: boolean;
1156
1209
  marginVertical: boolean;
1157
- overflow: boolean;
1158
1210
  padding: boolean;
1159
1211
  paddingBottom: boolean;
1160
1212
  paddingInline: boolean;
@@ -1169,7 +1221,6 @@ export declare const validStyles: {
1169
1221
  paddingStart: boolean;
1170
1222
  paddingTop: boolean;
1171
1223
  paddingVertical: boolean;
1172
- position: boolean;
1173
1224
  right: boolean;
1174
1225
  start: boolean;
1175
1226
  top: boolean;
@@ -1180,8 +1231,31 @@ export declare const validStyles: {
1180
1231
  insetInline: boolean;
1181
1232
  insetInlineEnd: boolean;
1182
1233
  insetInlineStart: boolean;
1183
- direction: boolean;
1184
1234
  shadowOffset: boolean;
1185
1235
  shadowRadius: boolean;
1236
+ alignContent: boolean;
1237
+ alignItems: boolean;
1238
+ alignSelf: boolean;
1239
+ backfaceVisibility: boolean;
1240
+ borderCurve: boolean;
1241
+ borderStyle: boolean;
1242
+ borderBlockStyle: boolean;
1243
+ borderBlockEndStyle: boolean;
1244
+ borderBlockStartStyle: boolean;
1245
+ borderInlineStyle: boolean;
1246
+ borderInlineEndStyle: boolean;
1247
+ borderInlineStartStyle: boolean;
1248
+ boxSizing: boolean;
1249
+ cursor: boolean;
1250
+ direction: boolean;
1251
+ display: boolean;
1252
+ flexDirection: boolean;
1253
+ flexWrap: boolean;
1254
+ isolation: boolean;
1255
+ justifyContent: boolean;
1256
+ mixBlendMode: boolean;
1257
+ outlineStyle: boolean;
1258
+ overflow: boolean;
1259
+ position: boolean;
1186
1260
  };
1187
1261
  //# sourceMappingURL=validStyleProps.d.ts.map