@tamagui/helpers 1.46.2 → 1.47.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.
@@ -1,566 +1,730 @@
1
- export declare const stylePropsTransform: Readonly<{
2
- x: true;
3
- y: true;
4
- scale: true;
5
- perspective: true;
6
- scaleX: true;
7
- scaleY: true;
8
- skewX: true;
9
- skewY: true;
10
- matrix: true;
11
- rotate: true;
12
- rotateY: true;
13
- rotateX: true;
14
- rotateZ: true;
15
- }>;
16
- export declare const validStylesOnBaseProps: Readonly<{
17
- placeholderTextColor: true;
18
- }>;
19
- export declare const stylePropsView: Readonly<{
20
- elevationAndroid?: true | undefined;
21
- borderBottomStyle?: true | undefined;
22
- borderTopStyle?: true | undefined;
23
- borderLeftStyle?: true | undefined;
24
- borderRightStyle?: true | undefined;
25
- overflowX?: true | undefined;
26
- overflowY?: true | undefined;
27
- userSelect?: true | undefined;
28
- cursor?: true | undefined;
29
- contain?: true | undefined;
30
- pointerEvents?: true | undefined;
31
- boxSizing?: true | undefined;
32
- boxShadow?: true | undefined;
33
- outlineColor?: true | undefined;
34
- outlineStyle?: true | undefined;
35
- outlineOffset?: true | undefined;
36
- outlineWidth?: true | undefined;
37
- x: true;
38
- y: true;
39
- scale: true;
40
- perspective: true;
41
- scaleX: true;
42
- scaleY: true;
43
- skewX: true;
44
- skewY: true;
45
- matrix: true;
46
- rotate: true;
47
- rotateY: true;
48
- rotateX: true;
49
- rotateZ: true;
50
- placeholderTextColor: true;
51
- backfaceVisibility: true;
52
- backgroundColor: true;
53
- borderBottomColor: true;
54
- borderBottomEndRadius: true;
55
- borderBottomLeftRadius: true;
56
- borderBottomRightRadius: true;
57
- borderBottomStartRadius: true;
58
- borderBottomWidth: true;
59
- borderColor: true;
60
- borderEndColor: true;
61
- borderLeftColor: true;
62
- borderLeftWidth: true;
63
- borderRadius: true;
64
- borderRightColor: true;
65
- borderRightWidth: true;
66
- borderStartColor: true;
67
- borderStyle: true;
68
- borderTopColor: true;
69
- borderTopEndRadius: true;
70
- borderTopLeftRadius: true;
71
- borderTopRightRadius: true;
72
- borderTopStartRadius: true;
73
- borderTopWidth: true;
74
- borderWidth: true;
75
- opacity: true;
76
- transform: true;
77
- alignContent: true;
78
- alignItems: true;
79
- alignSelf: true;
80
- aspectRatio: true;
81
- borderEndWidth: true;
82
- borderStartWidth: true;
83
- bottom: true;
84
- display: true;
85
- end: true;
86
- flex: true;
87
- flexBasis: true;
88
- flexDirection: true;
89
- flexGrow: true;
90
- flexShrink: true;
91
- flexWrap: true;
92
- gap: true;
93
- columnGap: true;
94
- rowGap: true;
95
- height: true;
96
- justifyContent: true;
97
- left: true;
98
- margin: true;
99
- marginBottom: true;
100
- marginEnd: true;
101
- marginHorizontal: true;
102
- marginLeft: true;
103
- marginRight: true;
104
- marginStart: true;
105
- marginTop: true;
106
- marginVertical: true;
107
- maxHeight: true;
108
- maxWidth: true;
109
- minHeight: true;
110
- minWidth: true;
111
- overflow: true;
112
- padding: true;
113
- paddingBottom: true;
114
- paddingEnd: true;
115
- paddingHorizontal: true;
116
- paddingLeft: true;
117
- paddingRight: true;
118
- paddingStart: true;
119
- paddingTop: true;
120
- paddingVertical: true;
121
- position: true;
122
- right: true;
123
- start: true;
124
- top: true;
125
- width: true;
126
- zIndex: true;
127
- direction: true;
128
- shadowColor: true;
129
- shadowOffset: true;
130
- shadowOpacity: true;
131
- shadowRadius: true;
132
- }>;
133
- export declare const stylePropsFont: Readonly<{
134
- fontFamily: true;
135
- fontSize: true;
136
- fontStyle: true;
137
- fontWeight: true;
138
- letterSpacing: true;
139
- lineHeight: true;
140
- textTransform: true;
141
- }>;
142
- export declare const stylePropsTextOnly: Readonly<{
143
- whiteSpace?: true | undefined;
144
- wordWrap?: true | undefined;
145
- textOverflow?: true | undefined;
146
- textDecorationDistance?: true | undefined;
147
- userSelect?: true | undefined;
148
- selectable?: true | undefined;
149
- cursor?: true | undefined;
150
- WebkitLineClamp?: true | undefined;
151
- WebkitBoxOrient?: true | undefined;
152
- textAlign: true;
153
- textDecorationLine: true;
154
- textDecorationStyle: true;
155
- textDecorationColor: true;
156
- textShadowColor: true;
157
- textShadowOffset: true;
158
- textShadowRadius: true;
159
- fontFamily: true;
160
- fontSize: true;
161
- fontStyle: true;
162
- fontWeight: true;
163
- letterSpacing: true;
164
- lineHeight: true;
165
- textTransform: true;
166
- color: true;
167
- }>;
168
- export declare const stylePropsText: Readonly<{
169
- whiteSpace?: true | undefined;
170
- wordWrap?: true | undefined;
171
- textOverflow?: true | undefined;
172
- textDecorationDistance?: true | undefined;
173
- userSelect?: true | undefined;
174
- selectable?: true | undefined;
175
- cursor?: true | undefined;
176
- WebkitLineClamp?: true | undefined;
177
- WebkitBoxOrient?: true | undefined;
178
- textAlign: true;
179
- textDecorationLine: true;
180
- textDecorationStyle: true;
181
- textDecorationColor: true;
182
- textShadowColor: true;
183
- textShadowOffset: true;
184
- textShadowRadius: true;
185
- fontFamily: true;
186
- fontSize: true;
187
- fontStyle: true;
188
- fontWeight: true;
189
- letterSpacing: true;
190
- lineHeight: true;
191
- textTransform: true;
192
- color: true;
193
- elevationAndroid?: true | undefined;
194
- borderBottomStyle?: true | undefined;
195
- borderTopStyle?: true | undefined;
196
- borderLeftStyle?: true | undefined;
197
- borderRightStyle?: true | undefined;
198
- overflowX?: true | undefined;
199
- overflowY?: true | undefined;
200
- contain?: true | undefined;
201
- pointerEvents?: true | undefined;
202
- boxSizing?: true | undefined;
203
- boxShadow?: true | undefined;
204
- outlineColor?: true | undefined;
205
- outlineStyle?: true | undefined;
206
- outlineOffset?: true | undefined;
207
- outlineWidth?: true | undefined;
208
- x: true;
209
- y: true;
210
- scale: true;
211
- perspective: true;
212
- scaleX: true;
213
- scaleY: true;
214
- skewX: true;
215
- skewY: true;
216
- matrix: true;
217
- rotate: true;
218
- rotateY: true;
219
- rotateX: true;
220
- rotateZ: true;
221
- placeholderTextColor: true;
222
- backfaceVisibility: true;
223
- backgroundColor: true;
224
- borderBottomColor: true;
225
- borderBottomEndRadius: true;
226
- borderBottomLeftRadius: true;
227
- borderBottomRightRadius: true;
228
- borderBottomStartRadius: true;
229
- borderBottomWidth: true;
230
- borderColor: true;
231
- borderEndColor: true;
232
- borderLeftColor: true;
233
- borderLeftWidth: true;
234
- borderRadius: true;
235
- borderRightColor: true;
236
- borderRightWidth: true;
237
- borderStartColor: true;
238
- borderStyle: true;
239
- borderTopColor: true;
240
- borderTopEndRadius: true;
241
- borderTopLeftRadius: true;
242
- borderTopRightRadius: true;
243
- borderTopStartRadius: true;
244
- borderTopWidth: true;
245
- borderWidth: true;
246
- opacity: true;
247
- transform: true;
248
- alignContent: true;
249
- alignItems: true;
250
- alignSelf: true;
251
- aspectRatio: true;
252
- borderEndWidth: true;
253
- borderStartWidth: true;
254
- bottom: true;
255
- display: true;
256
- end: true;
257
- flex: true;
258
- flexBasis: true;
259
- flexDirection: true;
260
- flexGrow: true;
261
- flexShrink: true;
262
- flexWrap: true;
263
- gap: true;
264
- columnGap: true;
265
- rowGap: true;
266
- height: true;
267
- justifyContent: true;
268
- left: true;
269
- margin: true;
270
- marginBottom: true;
271
- marginEnd: true;
272
- marginHorizontal: true;
273
- marginLeft: true;
274
- marginRight: true;
275
- marginStart: true;
276
- marginTop: true;
277
- marginVertical: true;
278
- maxHeight: true;
279
- maxWidth: true;
280
- minHeight: true;
281
- minWidth: true;
282
- overflow: true;
283
- padding: true;
284
- paddingBottom: true;
285
- paddingEnd: true;
286
- paddingHorizontal: true;
287
- paddingLeft: true;
288
- paddingRight: true;
289
- paddingStart: true;
290
- paddingTop: true;
291
- paddingVertical: true;
292
- position: true;
293
- right: true;
294
- start: true;
295
- top: true;
296
- width: true;
297
- zIndex: true;
298
- direction: true;
299
- shadowColor: true;
300
- shadowOffset: true;
301
- shadowOpacity: true;
302
- shadowRadius: true;
303
- }>;
304
- export declare const stylePropsAll: Readonly<{
305
- whiteSpace?: true | undefined;
306
- wordWrap?: true | undefined;
307
- textOverflow?: true | undefined;
308
- textDecorationDistance?: true | undefined;
309
- userSelect?: true | undefined;
310
- selectable?: true | undefined;
311
- cursor?: true | undefined;
312
- WebkitLineClamp?: true | undefined;
313
- WebkitBoxOrient?: true | undefined;
314
- textAlign: true;
315
- textDecorationLine: true;
316
- textDecorationStyle: true;
317
- textDecorationColor: true;
318
- textShadowColor: true;
319
- textShadowOffset: true;
320
- textShadowRadius: true;
321
- fontFamily: true;
322
- fontSize: true;
323
- fontStyle: true;
324
- fontWeight: true;
325
- letterSpacing: true;
326
- lineHeight: true;
327
- textTransform: true;
328
- color: true;
329
- elevationAndroid?: true | undefined;
330
- borderBottomStyle?: true | undefined;
331
- borderTopStyle?: true | undefined;
332
- borderLeftStyle?: true | undefined;
333
- borderRightStyle?: true | undefined;
334
- overflowX?: true | undefined;
335
- overflowY?: true | undefined;
336
- contain?: true | undefined;
337
- pointerEvents?: true | undefined;
338
- boxSizing?: true | undefined;
339
- boxShadow?: true | undefined;
340
- outlineColor?: true | undefined;
341
- outlineStyle?: true | undefined;
342
- outlineOffset?: true | undefined;
343
- outlineWidth?: true | undefined;
344
- x: true;
345
- y: true;
346
- scale: true;
347
- perspective: true;
348
- scaleX: true;
349
- scaleY: true;
350
- skewX: true;
351
- skewY: true;
352
- matrix: true;
353
- rotate: true;
354
- rotateY: true;
355
- rotateX: true;
356
- rotateZ: true;
357
- placeholderTextColor: true;
358
- backfaceVisibility: true;
359
- backgroundColor: true;
360
- borderBottomColor: true;
361
- borderBottomEndRadius: true;
362
- borderBottomLeftRadius: true;
363
- borderBottomRightRadius: true;
364
- borderBottomStartRadius: true;
365
- borderBottomWidth: true;
366
- borderColor: true;
367
- borderEndColor: true;
368
- borderLeftColor: true;
369
- borderLeftWidth: true;
370
- borderRadius: true;
371
- borderRightColor: true;
372
- borderRightWidth: true;
373
- borderStartColor: true;
374
- borderStyle: true;
375
- borderTopColor: true;
376
- borderTopEndRadius: true;
377
- borderTopLeftRadius: true;
378
- borderTopRightRadius: true;
379
- borderTopStartRadius: true;
380
- borderTopWidth: true;
381
- borderWidth: true;
382
- opacity: true;
383
- transform: true;
384
- alignContent: true;
385
- alignItems: true;
386
- alignSelf: true;
387
- aspectRatio: true;
388
- borderEndWidth: true;
389
- borderStartWidth: true;
390
- bottom: true;
391
- display: true;
392
- end: true;
393
- flex: true;
394
- flexBasis: true;
395
- flexDirection: true;
396
- flexGrow: true;
397
- flexShrink: true;
398
- flexWrap: true;
399
- gap: true;
400
- columnGap: true;
401
- rowGap: true;
402
- height: true;
403
- justifyContent: true;
404
- left: true;
405
- margin: true;
406
- marginBottom: true;
407
- marginEnd: true;
408
- marginHorizontal: true;
409
- marginLeft: true;
410
- marginRight: true;
411
- marginStart: true;
412
- marginTop: true;
413
- marginVertical: true;
414
- maxHeight: true;
415
- maxWidth: true;
416
- minHeight: true;
417
- minWidth: true;
418
- overflow: true;
419
- padding: true;
420
- paddingBottom: true;
421
- paddingEnd: true;
422
- paddingHorizontal: true;
423
- paddingLeft: true;
424
- paddingRight: true;
425
- paddingStart: true;
426
- paddingTop: true;
427
- paddingVertical: true;
428
- position: true;
429
- right: true;
430
- start: true;
431
- top: true;
432
- width: true;
433
- zIndex: true;
434
- direction: true;
435
- shadowColor: true;
436
- shadowOffset: true;
437
- shadowOpacity: true;
438
- shadowRadius: true;
439
- }>;
440
- export declare const validPseudoKeys: Readonly<{
441
- enterStyle: true;
442
- exitStyle: true;
443
- hoverStyle: true;
444
- pressStyle: true;
445
- focusStyle: true;
446
- }>;
447
- export declare const validStyles: Readonly<{
448
- elevationAndroid?: true | undefined;
449
- borderBottomStyle?: true | undefined;
450
- borderTopStyle?: true | undefined;
451
- borderLeftStyle?: true | undefined;
452
- borderRightStyle?: true | undefined;
453
- overflowX?: true | undefined;
454
- overflowY?: true | undefined;
455
- userSelect?: true | undefined;
456
- cursor?: true | undefined;
457
- contain?: true | undefined;
458
- pointerEvents?: true | undefined;
459
- boxSizing?: true | undefined;
460
- boxShadow?: true | undefined;
461
- outlineColor?: true | undefined;
462
- outlineStyle?: true | undefined;
463
- outlineOffset?: true | undefined;
464
- outlineWidth?: true | undefined;
465
- x: true;
466
- y: true;
467
- scale: true;
468
- perspective: true;
469
- scaleX: true;
470
- scaleY: true;
471
- skewX: true;
472
- skewY: true;
473
- matrix: true;
474
- rotate: true;
475
- rotateY: true;
476
- rotateX: true;
477
- rotateZ: true;
478
- placeholderTextColor: true;
479
- backfaceVisibility: true;
480
- backgroundColor: true;
481
- borderBottomColor: true;
482
- borderBottomEndRadius: true;
483
- borderBottomLeftRadius: true;
484
- borderBottomRightRadius: true;
485
- borderBottomStartRadius: true;
486
- borderBottomWidth: true;
487
- borderColor: true;
488
- borderEndColor: true;
489
- borderLeftColor: true;
490
- borderLeftWidth: true;
491
- borderRadius: true;
492
- borderRightColor: true;
493
- borderRightWidth: true;
494
- borderStartColor: true;
495
- borderStyle: true;
496
- borderTopColor: true;
497
- borderTopEndRadius: true;
498
- borderTopLeftRadius: true;
499
- borderTopRightRadius: true;
500
- borderTopStartRadius: true;
501
- borderTopWidth: true;
502
- borderWidth: true;
503
- opacity: true;
504
- transform: true;
505
- alignContent: true;
506
- alignItems: true;
507
- alignSelf: true;
508
- aspectRatio: true;
509
- borderEndWidth: true;
510
- borderStartWidth: true;
511
- bottom: true;
512
- display: true;
513
- end: true;
514
- flex: true;
515
- flexBasis: true;
516
- flexDirection: true;
517
- flexGrow: true;
518
- flexShrink: true;
519
- flexWrap: true;
520
- gap: true;
521
- columnGap: true;
522
- rowGap: true;
523
- height: true;
524
- justifyContent: true;
525
- left: true;
526
- margin: true;
527
- marginBottom: true;
528
- marginEnd: true;
529
- marginHorizontal: true;
530
- marginLeft: true;
531
- marginRight: true;
532
- marginStart: true;
533
- marginTop: true;
534
- marginVertical: true;
535
- maxHeight: true;
536
- maxWidth: true;
537
- minHeight: true;
538
- minWidth: true;
539
- overflow: true;
540
- padding: true;
541
- paddingBottom: true;
542
- paddingEnd: true;
543
- paddingHorizontal: true;
544
- paddingLeft: true;
545
- paddingRight: true;
546
- paddingStart: true;
547
- paddingTop: true;
548
- paddingVertical: true;
549
- position: true;
550
- right: true;
551
- start: true;
552
- top: true;
553
- width: true;
554
- zIndex: true;
555
- direction: true;
556
- shadowColor: true;
557
- shadowOffset: true;
558
- shadowOpacity: true;
559
- shadowRadius: true;
560
- enterStyle: true;
561
- exitStyle: true;
562
- hoverStyle: true;
563
- pressStyle: true;
564
- focusStyle: true;
565
- }>;
1
+ export declare const tokenCategories: {
2
+ radius: {
3
+ borderRadius: boolean;
4
+ borderTopLeftRadius: boolean;
5
+ borderTopRightRadius: boolean;
6
+ borderBottomLeftRadius: boolean;
7
+ borderBottomRightRadius: boolean;
8
+ };
9
+ size: {
10
+ width: boolean;
11
+ height: boolean;
12
+ minWidth: boolean;
13
+ minHeight: boolean;
14
+ maxWidth: boolean;
15
+ maxHeight: boolean;
16
+ };
17
+ zIndex: {
18
+ zIndex: boolean;
19
+ };
20
+ color: {
21
+ color: boolean;
22
+ backgroundColor: boolean;
23
+ borderColor: boolean;
24
+ borderBottomColor: boolean;
25
+ borderTopColor: boolean;
26
+ borderLeftColor: boolean;
27
+ borderRightColor: boolean;
28
+ };
29
+ };
30
+ export declare const stylePropsUnitless: {
31
+ WebkitLineClamp: boolean;
32
+ animationIterationCount: boolean;
33
+ aspectRatio: boolean;
34
+ borderImageOutset: boolean;
35
+ borderImageSlice: boolean;
36
+ borderImageWidth: boolean;
37
+ columnCount: boolean;
38
+ flex: boolean;
39
+ flexGrow: boolean;
40
+ flexOrder: boolean;
41
+ flexPositive: boolean;
42
+ flexShrink: boolean;
43
+ flexNegative: boolean;
44
+ fontWeight: boolean;
45
+ gridRow: boolean;
46
+ gridRowEnd: boolean;
47
+ gridRowGap: boolean;
48
+ gridRowStart: boolean;
49
+ gridColumn: boolean;
50
+ gridColumnEnd: boolean;
51
+ gridColumnGap: boolean;
52
+ gridColumnStart: boolean;
53
+ lineClamp: boolean;
54
+ opacity: boolean;
55
+ order: boolean;
56
+ orphans: boolean;
57
+ tabSize: boolean;
58
+ widows: boolean;
59
+ zIndex: boolean;
60
+ zoom: boolean;
61
+ scale: boolean;
62
+ scaleX: boolean;
63
+ scaleY: boolean;
64
+ scaleZ: boolean;
65
+ shadowOpacity: boolean;
66
+ };
67
+ export declare const stylePropsTransform: {
68
+ x: boolean;
69
+ y: boolean;
70
+ scale: boolean;
71
+ perspective: boolean;
72
+ scaleX: boolean;
73
+ scaleY: boolean;
74
+ skewX: boolean;
75
+ skewY: boolean;
76
+ matrix: boolean;
77
+ rotate: boolean;
78
+ rotateY: boolean;
79
+ rotateX: boolean;
80
+ rotateZ: boolean;
81
+ };
82
+ export declare const validStylesOnBaseProps: {
83
+ placeholderTextColor: boolean;
84
+ };
85
+ export declare const stylePropsView: {
86
+ elevationAndroid?: boolean | undefined;
87
+ borderBottomStyle?: boolean | undefined;
88
+ borderTopStyle?: boolean | undefined;
89
+ borderLeftStyle?: boolean | undefined;
90
+ borderRightStyle?: boolean | undefined;
91
+ overflowX?: boolean | undefined;
92
+ overflowY?: boolean | undefined;
93
+ userSelect?: boolean | undefined;
94
+ cursor?: boolean | undefined;
95
+ contain?: boolean | undefined;
96
+ pointerEvents?: boolean | undefined;
97
+ boxSizing?: boolean | undefined;
98
+ boxShadow?: boolean | undefined;
99
+ outlineColor?: boolean | undefined;
100
+ outlineStyle?: boolean | undefined;
101
+ outlineOffset?: boolean | undefined;
102
+ outlineWidth?: boolean | undefined;
103
+ WebkitLineClamp: boolean;
104
+ animationIterationCount: boolean;
105
+ aspectRatio: boolean;
106
+ borderImageOutset: boolean;
107
+ borderImageSlice: boolean;
108
+ borderImageWidth: boolean;
109
+ columnCount: boolean;
110
+ flex: boolean;
111
+ flexGrow: boolean;
112
+ flexOrder: boolean;
113
+ flexPositive: boolean;
114
+ flexShrink: boolean;
115
+ flexNegative: boolean;
116
+ fontWeight: boolean;
117
+ gridRow: boolean;
118
+ gridRowEnd: boolean;
119
+ gridRowGap: boolean;
120
+ gridRowStart: boolean;
121
+ gridColumn: boolean;
122
+ gridColumnEnd: boolean;
123
+ gridColumnGap: boolean;
124
+ gridColumnStart: boolean;
125
+ lineClamp: boolean;
126
+ opacity: boolean;
127
+ order: boolean;
128
+ orphans: boolean;
129
+ tabSize: boolean;
130
+ widows: boolean;
131
+ zIndex: boolean;
132
+ zoom: boolean;
133
+ scale: boolean;
134
+ scaleX: boolean;
135
+ scaleY: boolean;
136
+ scaleZ: boolean;
137
+ shadowOpacity: boolean;
138
+ x: boolean;
139
+ y: boolean;
140
+ perspective: boolean;
141
+ skewX: boolean;
142
+ skewY: boolean;
143
+ matrix: boolean;
144
+ rotate: boolean;
145
+ rotateY: boolean;
146
+ rotateX: boolean;
147
+ rotateZ: boolean;
148
+ placeholderTextColor: boolean;
149
+ borderRadius: boolean;
150
+ borderTopLeftRadius: boolean;
151
+ borderTopRightRadius: boolean;
152
+ borderBottomLeftRadius: boolean;
153
+ borderBottomRightRadius: boolean;
154
+ width: boolean;
155
+ height: boolean;
156
+ minWidth: boolean;
157
+ minHeight: boolean;
158
+ maxWidth: boolean;
159
+ maxHeight: boolean;
160
+ color: boolean;
161
+ backgroundColor: boolean;
162
+ borderColor: boolean;
163
+ borderBottomColor: boolean;
164
+ borderTopColor: boolean;
165
+ borderLeftColor: boolean;
166
+ borderRightColor: boolean;
167
+ backfaceVisibility: boolean;
168
+ borderBottomEndRadius: boolean;
169
+ borderBottomStartRadius: boolean;
170
+ borderBottomWidth: boolean;
171
+ borderEndColor: boolean;
172
+ borderLeftWidth: boolean;
173
+ borderRightWidth: boolean;
174
+ borderStartColor: boolean;
175
+ borderStyle: boolean;
176
+ borderTopEndRadius: boolean;
177
+ borderTopStartRadius: boolean;
178
+ borderTopWidth: boolean;
179
+ borderWidth: boolean;
180
+ transform: boolean;
181
+ alignContent: boolean;
182
+ alignItems: boolean;
183
+ alignSelf: boolean;
184
+ borderEndWidth: boolean;
185
+ borderStartWidth: boolean;
186
+ bottom: boolean;
187
+ display: boolean;
188
+ end: boolean;
189
+ flexBasis: boolean;
190
+ flexDirection: boolean;
191
+ flexWrap: boolean;
192
+ gap: boolean;
193
+ columnGap: boolean;
194
+ rowGap: boolean;
195
+ justifyContent: boolean;
196
+ left: boolean;
197
+ margin: boolean;
198
+ marginBottom: boolean;
199
+ marginEnd: boolean;
200
+ marginHorizontal: boolean;
201
+ marginLeft: boolean;
202
+ marginRight: boolean;
203
+ marginStart: boolean;
204
+ marginTop: boolean;
205
+ marginVertical: boolean;
206
+ overflow: boolean;
207
+ padding: boolean;
208
+ paddingBottom: boolean;
209
+ paddingEnd: boolean;
210
+ paddingHorizontal: boolean;
211
+ paddingLeft: boolean;
212
+ paddingRight: boolean;
213
+ paddingStart: boolean;
214
+ paddingTop: boolean;
215
+ paddingVertical: boolean;
216
+ position: boolean;
217
+ right: boolean;
218
+ start: boolean;
219
+ top: boolean;
220
+ direction: boolean;
221
+ shadowColor: boolean;
222
+ shadowOffset: boolean;
223
+ shadowRadius: boolean;
224
+ };
225
+ export declare const stylePropsFont: {
226
+ fontFamily: boolean;
227
+ fontSize: boolean;
228
+ fontStyle: boolean;
229
+ fontWeight: boolean;
230
+ letterSpacing: boolean;
231
+ lineHeight: boolean;
232
+ textTransform: boolean;
233
+ };
234
+ export declare const stylePropsTextOnly: {
235
+ whiteSpace?: boolean | undefined;
236
+ wordWrap?: boolean | undefined;
237
+ textOverflow?: boolean | undefined;
238
+ textDecorationDistance?: boolean | undefined;
239
+ userSelect?: boolean | undefined;
240
+ selectable?: boolean | undefined;
241
+ cursor?: boolean | undefined;
242
+ WebkitLineClamp?: boolean | undefined;
243
+ WebkitBoxOrient?: boolean | undefined;
244
+ textAlign: boolean;
245
+ textDecorationLine: boolean;
246
+ textDecorationStyle: boolean;
247
+ textDecorationColor: boolean;
248
+ textShadowColor: boolean;
249
+ textShadowOffset: boolean;
250
+ textShadowRadius: boolean;
251
+ fontFamily: boolean;
252
+ fontSize: boolean;
253
+ fontStyle: boolean;
254
+ fontWeight: boolean;
255
+ letterSpacing: boolean;
256
+ lineHeight: boolean;
257
+ textTransform: boolean;
258
+ color: boolean;
259
+ };
260
+ export declare const stylePropsText: {
261
+ whiteSpace?: boolean | undefined;
262
+ wordWrap?: boolean | undefined;
263
+ textOverflow?: boolean | undefined;
264
+ textDecorationDistance?: boolean | undefined;
265
+ userSelect?: boolean | undefined;
266
+ selectable?: boolean | undefined;
267
+ cursor?: boolean | undefined;
268
+ WebkitLineClamp: boolean;
269
+ WebkitBoxOrient?: boolean | undefined;
270
+ textAlign: boolean;
271
+ textDecorationLine: boolean;
272
+ textDecorationStyle: boolean;
273
+ textDecorationColor: boolean;
274
+ textShadowColor: boolean;
275
+ textShadowOffset: boolean;
276
+ textShadowRadius: boolean;
277
+ fontFamily: boolean;
278
+ fontSize: boolean;
279
+ fontStyle: boolean;
280
+ fontWeight: boolean;
281
+ letterSpacing: boolean;
282
+ lineHeight: boolean;
283
+ textTransform: boolean;
284
+ color: boolean;
285
+ elevationAndroid?: boolean | undefined;
286
+ borderBottomStyle?: boolean | undefined;
287
+ borderTopStyle?: boolean | undefined;
288
+ borderLeftStyle?: boolean | undefined;
289
+ borderRightStyle?: boolean | undefined;
290
+ overflowX?: boolean | undefined;
291
+ overflowY?: boolean | undefined;
292
+ contain?: boolean | undefined;
293
+ pointerEvents?: boolean | undefined;
294
+ boxSizing?: boolean | undefined;
295
+ boxShadow?: boolean | undefined;
296
+ outlineColor?: boolean | undefined;
297
+ outlineStyle?: boolean | undefined;
298
+ outlineOffset?: boolean | undefined;
299
+ outlineWidth?: boolean | undefined;
300
+ animationIterationCount: boolean;
301
+ aspectRatio: boolean;
302
+ borderImageOutset: boolean;
303
+ borderImageSlice: boolean;
304
+ borderImageWidth: boolean;
305
+ columnCount: boolean;
306
+ flex: boolean;
307
+ flexGrow: boolean;
308
+ flexOrder: boolean;
309
+ flexPositive: boolean;
310
+ flexShrink: boolean;
311
+ flexNegative: boolean;
312
+ gridRow: boolean;
313
+ gridRowEnd: boolean;
314
+ gridRowGap: boolean;
315
+ gridRowStart: boolean;
316
+ gridColumn: boolean;
317
+ gridColumnEnd: boolean;
318
+ gridColumnGap: boolean;
319
+ gridColumnStart: boolean;
320
+ lineClamp: boolean;
321
+ opacity: boolean;
322
+ order: boolean;
323
+ orphans: boolean;
324
+ tabSize: boolean;
325
+ widows: boolean;
326
+ zIndex: boolean;
327
+ zoom: boolean;
328
+ scale: boolean;
329
+ scaleX: boolean;
330
+ scaleY: boolean;
331
+ scaleZ: boolean;
332
+ shadowOpacity: boolean;
333
+ x: boolean;
334
+ y: boolean;
335
+ perspective: boolean;
336
+ skewX: boolean;
337
+ skewY: boolean;
338
+ matrix: boolean;
339
+ rotate: boolean;
340
+ rotateY: boolean;
341
+ rotateX: boolean;
342
+ rotateZ: boolean;
343
+ placeholderTextColor: boolean;
344
+ borderRadius: boolean;
345
+ borderTopLeftRadius: boolean;
346
+ borderTopRightRadius: boolean;
347
+ borderBottomLeftRadius: boolean;
348
+ borderBottomRightRadius: boolean;
349
+ width: boolean;
350
+ height: boolean;
351
+ minWidth: boolean;
352
+ minHeight: boolean;
353
+ maxWidth: boolean;
354
+ maxHeight: boolean;
355
+ backgroundColor: boolean;
356
+ borderColor: boolean;
357
+ borderBottomColor: boolean;
358
+ borderTopColor: boolean;
359
+ borderLeftColor: boolean;
360
+ borderRightColor: boolean;
361
+ backfaceVisibility: boolean;
362
+ borderBottomEndRadius: boolean;
363
+ borderBottomStartRadius: boolean;
364
+ borderBottomWidth: boolean;
365
+ borderEndColor: boolean;
366
+ borderLeftWidth: boolean;
367
+ borderRightWidth: boolean;
368
+ borderStartColor: boolean;
369
+ borderStyle: boolean;
370
+ borderTopEndRadius: boolean;
371
+ borderTopStartRadius: boolean;
372
+ borderTopWidth: boolean;
373
+ borderWidth: boolean;
374
+ transform: boolean;
375
+ alignContent: boolean;
376
+ alignItems: boolean;
377
+ alignSelf: boolean;
378
+ borderEndWidth: boolean;
379
+ borderStartWidth: boolean;
380
+ bottom: boolean;
381
+ display: boolean;
382
+ end: boolean;
383
+ flexBasis: boolean;
384
+ flexDirection: boolean;
385
+ flexWrap: boolean;
386
+ gap: boolean;
387
+ columnGap: boolean;
388
+ rowGap: boolean;
389
+ justifyContent: boolean;
390
+ left: boolean;
391
+ margin: boolean;
392
+ marginBottom: boolean;
393
+ marginEnd: boolean;
394
+ marginHorizontal: boolean;
395
+ marginLeft: boolean;
396
+ marginRight: boolean;
397
+ marginStart: boolean;
398
+ marginTop: boolean;
399
+ marginVertical: boolean;
400
+ overflow: boolean;
401
+ padding: boolean;
402
+ paddingBottom: boolean;
403
+ paddingEnd: boolean;
404
+ paddingHorizontal: boolean;
405
+ paddingLeft: boolean;
406
+ paddingRight: boolean;
407
+ paddingStart: boolean;
408
+ paddingTop: boolean;
409
+ paddingVertical: boolean;
410
+ position: boolean;
411
+ right: boolean;
412
+ start: boolean;
413
+ top: boolean;
414
+ direction: boolean;
415
+ shadowColor: boolean;
416
+ shadowOffset: boolean;
417
+ shadowRadius: boolean;
418
+ };
419
+ export declare const stylePropsAll: {
420
+ whiteSpace?: boolean | undefined;
421
+ wordWrap?: boolean | undefined;
422
+ textOverflow?: boolean | undefined;
423
+ textDecorationDistance?: boolean | undefined;
424
+ userSelect?: boolean | undefined;
425
+ selectable?: boolean | undefined;
426
+ cursor?: boolean | undefined;
427
+ WebkitLineClamp: boolean;
428
+ WebkitBoxOrient?: boolean | undefined;
429
+ textAlign: boolean;
430
+ textDecorationLine: boolean;
431
+ textDecorationStyle: boolean;
432
+ textDecorationColor: boolean;
433
+ textShadowColor: boolean;
434
+ textShadowOffset: boolean;
435
+ textShadowRadius: boolean;
436
+ fontFamily: boolean;
437
+ fontSize: boolean;
438
+ fontStyle: boolean;
439
+ fontWeight: boolean;
440
+ letterSpacing: boolean;
441
+ lineHeight: boolean;
442
+ textTransform: boolean;
443
+ color: boolean;
444
+ elevationAndroid?: boolean | undefined;
445
+ borderBottomStyle?: boolean | undefined;
446
+ borderTopStyle?: boolean | undefined;
447
+ borderLeftStyle?: boolean | undefined;
448
+ borderRightStyle?: boolean | undefined;
449
+ overflowX?: boolean | undefined;
450
+ overflowY?: boolean | undefined;
451
+ contain?: boolean | undefined;
452
+ pointerEvents?: boolean | undefined;
453
+ boxSizing?: boolean | undefined;
454
+ boxShadow?: boolean | undefined;
455
+ outlineColor?: boolean | undefined;
456
+ outlineStyle?: boolean | undefined;
457
+ outlineOffset?: boolean | undefined;
458
+ outlineWidth?: boolean | undefined;
459
+ animationIterationCount: boolean;
460
+ aspectRatio: boolean;
461
+ borderImageOutset: boolean;
462
+ borderImageSlice: boolean;
463
+ borderImageWidth: boolean;
464
+ columnCount: boolean;
465
+ flex: boolean;
466
+ flexGrow: boolean;
467
+ flexOrder: boolean;
468
+ flexPositive: boolean;
469
+ flexShrink: boolean;
470
+ flexNegative: boolean;
471
+ gridRow: boolean;
472
+ gridRowEnd: boolean;
473
+ gridRowGap: boolean;
474
+ gridRowStart: boolean;
475
+ gridColumn: boolean;
476
+ gridColumnEnd: boolean;
477
+ gridColumnGap: boolean;
478
+ gridColumnStart: boolean;
479
+ lineClamp: boolean;
480
+ opacity: boolean;
481
+ order: boolean;
482
+ orphans: boolean;
483
+ tabSize: boolean;
484
+ widows: boolean;
485
+ zIndex: boolean;
486
+ zoom: boolean;
487
+ scale: boolean;
488
+ scaleX: boolean;
489
+ scaleY: boolean;
490
+ scaleZ: boolean;
491
+ shadowOpacity: boolean;
492
+ x: boolean;
493
+ y: boolean;
494
+ perspective: boolean;
495
+ skewX: boolean;
496
+ skewY: boolean;
497
+ matrix: boolean;
498
+ rotate: boolean;
499
+ rotateY: boolean;
500
+ rotateX: boolean;
501
+ rotateZ: boolean;
502
+ placeholderTextColor: boolean;
503
+ borderRadius: boolean;
504
+ borderTopLeftRadius: boolean;
505
+ borderTopRightRadius: boolean;
506
+ borderBottomLeftRadius: boolean;
507
+ borderBottomRightRadius: boolean;
508
+ width: boolean;
509
+ height: boolean;
510
+ minWidth: boolean;
511
+ minHeight: boolean;
512
+ maxWidth: boolean;
513
+ maxHeight: boolean;
514
+ backgroundColor: boolean;
515
+ borderColor: boolean;
516
+ borderBottomColor: boolean;
517
+ borderTopColor: boolean;
518
+ borderLeftColor: boolean;
519
+ borderRightColor: boolean;
520
+ backfaceVisibility: boolean;
521
+ borderBottomEndRadius: boolean;
522
+ borderBottomStartRadius: boolean;
523
+ borderBottomWidth: boolean;
524
+ borderEndColor: boolean;
525
+ borderLeftWidth: boolean;
526
+ borderRightWidth: boolean;
527
+ borderStartColor: boolean;
528
+ borderStyle: boolean;
529
+ borderTopEndRadius: boolean;
530
+ borderTopStartRadius: boolean;
531
+ borderTopWidth: boolean;
532
+ borderWidth: boolean;
533
+ transform: boolean;
534
+ alignContent: boolean;
535
+ alignItems: boolean;
536
+ alignSelf: boolean;
537
+ borderEndWidth: boolean;
538
+ borderStartWidth: boolean;
539
+ bottom: boolean;
540
+ display: boolean;
541
+ end: boolean;
542
+ flexBasis: boolean;
543
+ flexDirection: boolean;
544
+ flexWrap: boolean;
545
+ gap: boolean;
546
+ columnGap: boolean;
547
+ rowGap: boolean;
548
+ justifyContent: boolean;
549
+ left: boolean;
550
+ margin: boolean;
551
+ marginBottom: boolean;
552
+ marginEnd: boolean;
553
+ marginHorizontal: boolean;
554
+ marginLeft: boolean;
555
+ marginRight: boolean;
556
+ marginStart: boolean;
557
+ marginTop: boolean;
558
+ marginVertical: boolean;
559
+ overflow: boolean;
560
+ padding: boolean;
561
+ paddingBottom: boolean;
562
+ paddingEnd: boolean;
563
+ paddingHorizontal: boolean;
564
+ paddingLeft: boolean;
565
+ paddingRight: boolean;
566
+ paddingStart: boolean;
567
+ paddingTop: boolean;
568
+ paddingVertical: boolean;
569
+ position: boolean;
570
+ right: boolean;
571
+ start: boolean;
572
+ top: boolean;
573
+ direction: boolean;
574
+ shadowColor: boolean;
575
+ shadowOffset: boolean;
576
+ shadowRadius: boolean;
577
+ };
578
+ export declare const validPseudoKeys: {
579
+ enterStyle: boolean;
580
+ exitStyle: boolean;
581
+ hoverStyle: boolean;
582
+ pressStyle: boolean;
583
+ focusStyle: boolean;
584
+ };
585
+ export declare const validStyles: {
586
+ elevationAndroid?: boolean | undefined;
587
+ borderBottomStyle?: boolean | undefined;
588
+ borderTopStyle?: boolean | undefined;
589
+ borderLeftStyle?: boolean | undefined;
590
+ borderRightStyle?: boolean | undefined;
591
+ overflowX?: boolean | undefined;
592
+ overflowY?: boolean | undefined;
593
+ userSelect?: boolean | undefined;
594
+ cursor?: boolean | undefined;
595
+ contain?: boolean | undefined;
596
+ pointerEvents?: boolean | undefined;
597
+ boxSizing?: boolean | undefined;
598
+ boxShadow?: boolean | undefined;
599
+ outlineColor?: boolean | undefined;
600
+ outlineStyle?: boolean | undefined;
601
+ outlineOffset?: boolean | undefined;
602
+ outlineWidth?: boolean | undefined;
603
+ WebkitLineClamp: boolean;
604
+ animationIterationCount: boolean;
605
+ aspectRatio: boolean;
606
+ borderImageOutset: boolean;
607
+ borderImageSlice: boolean;
608
+ borderImageWidth: boolean;
609
+ columnCount: boolean;
610
+ flex: boolean;
611
+ flexGrow: boolean;
612
+ flexOrder: boolean;
613
+ flexPositive: boolean;
614
+ flexShrink: boolean;
615
+ flexNegative: boolean;
616
+ fontWeight: boolean;
617
+ gridRow: boolean;
618
+ gridRowEnd: boolean;
619
+ gridRowGap: boolean;
620
+ gridRowStart: boolean;
621
+ gridColumn: boolean;
622
+ gridColumnEnd: boolean;
623
+ gridColumnGap: boolean;
624
+ gridColumnStart: boolean;
625
+ lineClamp: boolean;
626
+ opacity: boolean;
627
+ order: boolean;
628
+ orphans: boolean;
629
+ tabSize: boolean;
630
+ widows: boolean;
631
+ zIndex: boolean;
632
+ zoom: boolean;
633
+ scale: boolean;
634
+ scaleX: boolean;
635
+ scaleY: boolean;
636
+ scaleZ: boolean;
637
+ shadowOpacity: boolean;
638
+ x: boolean;
639
+ y: boolean;
640
+ perspective: boolean;
641
+ skewX: boolean;
642
+ skewY: boolean;
643
+ matrix: boolean;
644
+ rotate: boolean;
645
+ rotateY: boolean;
646
+ rotateX: boolean;
647
+ rotateZ: boolean;
648
+ placeholderTextColor: boolean;
649
+ borderRadius: boolean;
650
+ borderTopLeftRadius: boolean;
651
+ borderTopRightRadius: boolean;
652
+ borderBottomLeftRadius: boolean;
653
+ borderBottomRightRadius: boolean;
654
+ width: boolean;
655
+ height: boolean;
656
+ minWidth: boolean;
657
+ minHeight: boolean;
658
+ maxWidth: boolean;
659
+ maxHeight: boolean;
660
+ color: boolean;
661
+ backgroundColor: boolean;
662
+ borderColor: boolean;
663
+ borderBottomColor: boolean;
664
+ borderTopColor: boolean;
665
+ borderLeftColor: boolean;
666
+ borderRightColor: boolean;
667
+ backfaceVisibility: boolean;
668
+ borderBottomEndRadius: boolean;
669
+ borderBottomStartRadius: boolean;
670
+ borderBottomWidth: boolean;
671
+ borderEndColor: boolean;
672
+ borderLeftWidth: boolean;
673
+ borderRightWidth: boolean;
674
+ borderStartColor: boolean;
675
+ borderStyle: boolean;
676
+ borderTopEndRadius: boolean;
677
+ borderTopStartRadius: boolean;
678
+ borderTopWidth: boolean;
679
+ borderWidth: boolean;
680
+ transform: boolean;
681
+ alignContent: boolean;
682
+ alignItems: boolean;
683
+ alignSelf: boolean;
684
+ borderEndWidth: boolean;
685
+ borderStartWidth: boolean;
686
+ bottom: boolean;
687
+ display: boolean;
688
+ end: boolean;
689
+ flexBasis: boolean;
690
+ flexDirection: boolean;
691
+ flexWrap: boolean;
692
+ gap: boolean;
693
+ columnGap: boolean;
694
+ rowGap: boolean;
695
+ justifyContent: boolean;
696
+ left: boolean;
697
+ margin: boolean;
698
+ marginBottom: boolean;
699
+ marginEnd: boolean;
700
+ marginHorizontal: boolean;
701
+ marginLeft: boolean;
702
+ marginRight: boolean;
703
+ marginStart: boolean;
704
+ marginTop: boolean;
705
+ marginVertical: boolean;
706
+ overflow: boolean;
707
+ padding: boolean;
708
+ paddingBottom: boolean;
709
+ paddingEnd: boolean;
710
+ paddingHorizontal: boolean;
711
+ paddingLeft: boolean;
712
+ paddingRight: boolean;
713
+ paddingStart: boolean;
714
+ paddingTop: boolean;
715
+ paddingVertical: boolean;
716
+ position: boolean;
717
+ right: boolean;
718
+ start: boolean;
719
+ top: boolean;
720
+ direction: boolean;
721
+ shadowColor: boolean;
722
+ shadowOffset: boolean;
723
+ shadowRadius: boolean;
724
+ enterStyle: boolean;
725
+ exitStyle: boolean;
726
+ hoverStyle: boolean;
727
+ pressStyle: boolean;
728
+ focusStyle: boolean;
729
+ };
566
730
  //# sourceMappingURL=validStyleProps.d.ts.map