@tamagui/helpers 1.0.1-beta.48 → 1.0.1-beta.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/helpers",
3
- "version": "1.0.1-beta.48",
3
+ "version": "1.0.1-beta.49",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -17,7 +17,7 @@
17
17
  "clean:build": "tamagui-build clean:build"
18
18
  },
19
19
  "devDependencies": {
20
- "@tamagui/build": "^1.0.1-beta.48",
20
+ "@tamagui/build": "^1.0.1-beta.49",
21
21
  "react": "*",
22
22
  "react-native": "*"
23
23
  },
@@ -1,512 +1,512 @@
1
1
  export declare const stylePropsTransform: Readonly<{
2
- x: boolean;
3
- y: boolean;
4
- scale: boolean;
5
- perspective: boolean;
6
- scaleX: boolean;
7
- scaleY: boolean;
8
- skewX: boolean;
9
- skewY: boolean;
10
- matrix: boolean;
11
- rotate: boolean;
12
- rotateY: boolean;
13
- rotateX: boolean;
14
- rotateZ: boolean;
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
15
  }>;
16
16
  export declare const stylePropsView: Readonly<{
17
- overflowX?: boolean | undefined;
18
- overflowY?: boolean | undefined;
19
- userSelect?: boolean | undefined;
20
- cursor?: boolean | undefined;
21
- contain?: boolean | undefined;
22
- pointerEvents?: boolean | undefined;
23
- boxSizing?: boolean | undefined;
24
- boxShadow?: boolean | undefined;
25
- x: boolean;
26
- y: boolean;
27
- scale: boolean;
28
- perspective: boolean;
29
- scaleX: boolean;
30
- scaleY: boolean;
31
- skewX: boolean;
32
- skewY: boolean;
33
- matrix: boolean;
34
- rotate: boolean;
35
- rotateY: boolean;
36
- rotateX: boolean;
37
- rotateZ: boolean;
38
- backfaceVisibility: boolean;
39
- backgroundColor: boolean;
40
- borderBottomColor: boolean;
41
- borderBottomStyle: boolean;
42
- borderTopStyle: boolean;
43
- borderLeftStyle: boolean;
44
- borderRightStyle: boolean;
45
- borderBottomEndRadius: boolean;
46
- borderBottomLeftRadius: boolean;
47
- borderBottomRightRadius: boolean;
48
- borderBottomStartRadius: boolean;
49
- borderBottomWidth: boolean;
50
- borderColor: boolean;
51
- borderEndColor: boolean;
52
- borderLeftColor: boolean;
53
- borderLeftWidth: boolean;
54
- borderRadius: boolean;
55
- borderRightColor: boolean;
56
- borderRightWidth: boolean;
57
- borderStartColor: boolean;
58
- borderStyle: boolean;
59
- borderTopColor: boolean;
60
- borderTopEndRadius: boolean;
61
- borderTopLeftRadius: boolean;
62
- borderTopRightRadius: boolean;
63
- borderTopStartRadius: boolean;
64
- borderTopWidth: boolean;
65
- borderWidth: boolean;
66
- opacity: boolean;
67
- transform: boolean;
68
- alignContent: boolean;
69
- alignItems: boolean;
70
- alignSelf: boolean;
71
- aspectRatio: boolean;
72
- borderEndWidth: boolean;
73
- borderStartWidth: boolean;
74
- bottom: boolean;
75
- display: boolean;
76
- end: boolean;
77
- flex: boolean;
78
- flexBasis: boolean;
79
- flexDirection: boolean;
80
- flexGrow: boolean;
81
- flexShrink: boolean;
82
- flexWrap: boolean;
83
- height: boolean;
84
- justifyContent: boolean;
85
- left: boolean;
86
- margin: boolean;
87
- marginBottom: boolean;
88
- marginEnd: boolean;
89
- marginHorizontal: boolean;
90
- marginLeft: boolean;
91
- marginRight: boolean;
92
- marginStart: boolean;
93
- marginTop: boolean;
94
- marginVertical: boolean;
95
- maxHeight: boolean;
96
- maxWidth: boolean;
97
- minHeight: boolean;
98
- minWidth: boolean;
99
- overflow: boolean;
100
- padding: boolean;
101
- paddingBottom: boolean;
102
- paddingEnd: boolean;
103
- paddingHorizontal: boolean;
104
- paddingLeft: boolean;
105
- paddingRight: boolean;
106
- paddingStart: boolean;
107
- paddingTop: boolean;
108
- paddingVertical: boolean;
109
- position: boolean;
110
- right: boolean;
111
- start: boolean;
112
- top: boolean;
113
- width: boolean;
114
- zIndex: boolean;
115
- direction: boolean;
116
- shadowColor: boolean;
117
- shadowOffset: boolean;
118
- shadowOpacity: boolean;
119
- shadowRadius: boolean;
17
+ overflowX?: true | undefined;
18
+ overflowY?: true | undefined;
19
+ userSelect?: true | undefined;
20
+ cursor?: true | undefined;
21
+ contain?: true | undefined;
22
+ pointerEvents?: true | undefined;
23
+ boxSizing?: true | undefined;
24
+ boxShadow?: true | undefined;
25
+ x: true;
26
+ y: true;
27
+ scale: true;
28
+ perspective: true;
29
+ scaleX: true;
30
+ scaleY: true;
31
+ skewX: true;
32
+ skewY: true;
33
+ matrix: true;
34
+ rotate: true;
35
+ rotateY: true;
36
+ rotateX: true;
37
+ rotateZ: true;
38
+ backfaceVisibility: true;
39
+ backgroundColor: true;
40
+ borderBottomColor: true;
41
+ borderBottomStyle: true;
42
+ borderTopStyle: true;
43
+ borderLeftStyle: true;
44
+ borderRightStyle: true;
45
+ borderBottomEndRadius: true;
46
+ borderBottomLeftRadius: true;
47
+ borderBottomRightRadius: true;
48
+ borderBottomStartRadius: true;
49
+ borderBottomWidth: true;
50
+ borderColor: true;
51
+ borderEndColor: true;
52
+ borderLeftColor: true;
53
+ borderLeftWidth: true;
54
+ borderRadius: true;
55
+ borderRightColor: true;
56
+ borderRightWidth: true;
57
+ borderStartColor: true;
58
+ borderStyle: true;
59
+ borderTopColor: true;
60
+ borderTopEndRadius: true;
61
+ borderTopLeftRadius: true;
62
+ borderTopRightRadius: true;
63
+ borderTopStartRadius: true;
64
+ borderTopWidth: true;
65
+ borderWidth: true;
66
+ opacity: true;
67
+ transform: true;
68
+ alignContent: true;
69
+ alignItems: true;
70
+ alignSelf: true;
71
+ aspectRatio: true;
72
+ borderEndWidth: true;
73
+ borderStartWidth: true;
74
+ bottom: true;
75
+ display: true;
76
+ end: true;
77
+ flex: true;
78
+ flexBasis: true;
79
+ flexDirection: true;
80
+ flexGrow: true;
81
+ flexShrink: true;
82
+ flexWrap: true;
83
+ height: true;
84
+ justifyContent: true;
85
+ left: true;
86
+ margin: true;
87
+ marginBottom: true;
88
+ marginEnd: true;
89
+ marginHorizontal: true;
90
+ marginLeft: true;
91
+ marginRight: true;
92
+ marginStart: true;
93
+ marginTop: true;
94
+ marginVertical: true;
95
+ maxHeight: true;
96
+ maxWidth: true;
97
+ minHeight: true;
98
+ minWidth: true;
99
+ overflow: true;
100
+ padding: true;
101
+ paddingBottom: true;
102
+ paddingEnd: true;
103
+ paddingHorizontal: true;
104
+ paddingLeft: true;
105
+ paddingRight: true;
106
+ paddingStart: true;
107
+ paddingTop: true;
108
+ paddingVertical: true;
109
+ position: true;
110
+ right: true;
111
+ start: true;
112
+ top: true;
113
+ width: true;
114
+ zIndex: true;
115
+ direction: true;
116
+ shadowColor: true;
117
+ shadowOffset: true;
118
+ shadowOpacity: true;
119
+ shadowRadius: true;
120
120
  }>;
121
121
  export declare const stylePropsTextOnly: Readonly<{
122
- whiteSpace?: boolean | undefined;
123
- wordWrap?: boolean | undefined;
124
- textOverflow?: boolean | undefined;
125
- textDecorationDistance?: boolean | undefined;
126
- userSelect?: boolean | undefined;
127
- selectable?: boolean | undefined;
128
- cursor?: boolean | undefined;
129
- color: boolean;
130
- fontFamily: boolean;
131
- fontSize: boolean;
132
- fontStyle: boolean;
133
- fontWeight: boolean;
134
- letterSpacing: boolean;
135
- lineHeight: boolean;
136
- textAlign: boolean;
137
- textDecorationLine: boolean;
138
- textDecorationStyle: boolean;
139
- textDecorationColor: boolean;
140
- textShadowColor: boolean;
141
- textShadowOffset: boolean;
142
- textShadowRadius: boolean;
143
- textTransform: boolean;
122
+ whiteSpace?: true | undefined;
123
+ wordWrap?: true | undefined;
124
+ textOverflow?: true | undefined;
125
+ textDecorationDistance?: true | undefined;
126
+ userSelect?: true | undefined;
127
+ selectable?: true | undefined;
128
+ cursor?: true | undefined;
129
+ color: true;
130
+ fontFamily: true;
131
+ fontSize: true;
132
+ fontStyle: true;
133
+ fontWeight: true;
134
+ letterSpacing: true;
135
+ lineHeight: true;
136
+ textAlign: true;
137
+ textDecorationLine: true;
138
+ textDecorationStyle: true;
139
+ textDecorationColor: true;
140
+ textShadowColor: true;
141
+ textShadowOffset: true;
142
+ textShadowRadius: true;
143
+ textTransform: true;
144
144
  }>;
145
145
  export declare const stylePropsText: Readonly<{
146
- whiteSpace?: boolean | undefined;
147
- wordWrap?: boolean | undefined;
148
- textOverflow?: boolean | undefined;
149
- textDecorationDistance?: boolean | undefined;
150
- userSelect?: boolean | undefined;
151
- selectable?: boolean | undefined;
152
- cursor?: boolean | undefined;
153
- color: boolean;
154
- fontFamily: boolean;
155
- fontSize: boolean;
156
- fontStyle: boolean;
157
- fontWeight: boolean;
158
- letterSpacing: boolean;
159
- lineHeight: boolean;
160
- textAlign: boolean;
161
- textDecorationLine: boolean;
162
- textDecorationStyle: boolean;
163
- textDecorationColor: boolean;
164
- textShadowColor: boolean;
165
- textShadowOffset: boolean;
166
- textShadowRadius: boolean;
167
- textTransform: boolean;
168
- overflowX?: boolean | undefined;
169
- overflowY?: boolean | undefined;
170
- contain?: boolean | undefined;
171
- pointerEvents?: boolean | undefined;
172
- boxSizing?: boolean | undefined;
173
- boxShadow?: boolean | undefined;
174
- x: boolean;
175
- y: boolean;
176
- scale: boolean;
177
- perspective: boolean;
178
- scaleX: boolean;
179
- scaleY: boolean;
180
- skewX: boolean;
181
- skewY: boolean;
182
- matrix: boolean;
183
- rotate: boolean;
184
- rotateY: boolean;
185
- rotateX: boolean;
186
- rotateZ: boolean;
187
- backfaceVisibility: boolean;
188
- backgroundColor: boolean;
189
- borderBottomColor: boolean;
190
- borderBottomStyle: boolean;
191
- borderTopStyle: boolean;
192
- borderLeftStyle: boolean;
193
- borderRightStyle: boolean;
194
- borderBottomEndRadius: boolean;
195
- borderBottomLeftRadius: boolean;
196
- borderBottomRightRadius: boolean;
197
- borderBottomStartRadius: boolean;
198
- borderBottomWidth: boolean;
199
- borderColor: boolean;
200
- borderEndColor: boolean;
201
- borderLeftColor: boolean;
202
- borderLeftWidth: boolean;
203
- borderRadius: boolean;
204
- borderRightColor: boolean;
205
- borderRightWidth: boolean;
206
- borderStartColor: boolean;
207
- borderStyle: boolean;
208
- borderTopColor: boolean;
209
- borderTopEndRadius: boolean;
210
- borderTopLeftRadius: boolean;
211
- borderTopRightRadius: boolean;
212
- borderTopStartRadius: boolean;
213
- borderTopWidth: boolean;
214
- borderWidth: boolean;
215
- opacity: boolean;
216
- transform: boolean;
217
- alignContent: boolean;
218
- alignItems: boolean;
219
- alignSelf: boolean;
220
- aspectRatio: boolean;
221
- borderEndWidth: boolean;
222
- borderStartWidth: boolean;
223
- bottom: boolean;
224
- display: boolean;
225
- end: boolean;
226
- flex: boolean;
227
- flexBasis: boolean;
228
- flexDirection: boolean;
229
- flexGrow: boolean;
230
- flexShrink: boolean;
231
- flexWrap: boolean;
232
- height: boolean;
233
- justifyContent: boolean;
234
- left: boolean;
235
- margin: boolean;
236
- marginBottom: boolean;
237
- marginEnd: boolean;
238
- marginHorizontal: boolean;
239
- marginLeft: boolean;
240
- marginRight: boolean;
241
- marginStart: boolean;
242
- marginTop: boolean;
243
- marginVertical: boolean;
244
- maxHeight: boolean;
245
- maxWidth: boolean;
246
- minHeight: boolean;
247
- minWidth: boolean;
248
- overflow: boolean;
249
- padding: boolean;
250
- paddingBottom: boolean;
251
- paddingEnd: boolean;
252
- paddingHorizontal: boolean;
253
- paddingLeft: boolean;
254
- paddingRight: boolean;
255
- paddingStart: boolean;
256
- paddingTop: boolean;
257
- paddingVertical: boolean;
258
- position: boolean;
259
- right: boolean;
260
- start: boolean;
261
- top: boolean;
262
- width: boolean;
263
- zIndex: boolean;
264
- direction: boolean;
265
- shadowColor: boolean;
266
- shadowOffset: boolean;
267
- shadowOpacity: boolean;
268
- shadowRadius: boolean;
146
+ whiteSpace?: true | undefined;
147
+ wordWrap?: true | undefined;
148
+ textOverflow?: true | undefined;
149
+ textDecorationDistance?: true | undefined;
150
+ userSelect?: true | undefined;
151
+ selectable?: true | undefined;
152
+ cursor?: true | undefined;
153
+ color: true;
154
+ fontFamily: true;
155
+ fontSize: true;
156
+ fontStyle: true;
157
+ fontWeight: true;
158
+ letterSpacing: true;
159
+ lineHeight: true;
160
+ textAlign: true;
161
+ textDecorationLine: true;
162
+ textDecorationStyle: true;
163
+ textDecorationColor: true;
164
+ textShadowColor: true;
165
+ textShadowOffset: true;
166
+ textShadowRadius: true;
167
+ textTransform: true;
168
+ overflowX?: true | undefined;
169
+ overflowY?: true | undefined;
170
+ contain?: true | undefined;
171
+ pointerEvents?: true | undefined;
172
+ boxSizing?: true | undefined;
173
+ boxShadow?: true | undefined;
174
+ x: true;
175
+ y: true;
176
+ scale: true;
177
+ perspective: true;
178
+ scaleX: true;
179
+ scaleY: true;
180
+ skewX: true;
181
+ skewY: true;
182
+ matrix: true;
183
+ rotate: true;
184
+ rotateY: true;
185
+ rotateX: true;
186
+ rotateZ: true;
187
+ backfaceVisibility: true;
188
+ backgroundColor: true;
189
+ borderBottomColor: true;
190
+ borderBottomStyle: true;
191
+ borderTopStyle: true;
192
+ borderLeftStyle: true;
193
+ borderRightStyle: true;
194
+ borderBottomEndRadius: true;
195
+ borderBottomLeftRadius: true;
196
+ borderBottomRightRadius: true;
197
+ borderBottomStartRadius: true;
198
+ borderBottomWidth: true;
199
+ borderColor: true;
200
+ borderEndColor: true;
201
+ borderLeftColor: true;
202
+ borderLeftWidth: true;
203
+ borderRadius: true;
204
+ borderRightColor: true;
205
+ borderRightWidth: true;
206
+ borderStartColor: true;
207
+ borderStyle: true;
208
+ borderTopColor: true;
209
+ borderTopEndRadius: true;
210
+ borderTopLeftRadius: true;
211
+ borderTopRightRadius: true;
212
+ borderTopStartRadius: true;
213
+ borderTopWidth: true;
214
+ borderWidth: true;
215
+ opacity: true;
216
+ transform: true;
217
+ alignContent: true;
218
+ alignItems: true;
219
+ alignSelf: true;
220
+ aspectRatio: true;
221
+ borderEndWidth: true;
222
+ borderStartWidth: true;
223
+ bottom: true;
224
+ display: true;
225
+ end: true;
226
+ flex: true;
227
+ flexBasis: true;
228
+ flexDirection: true;
229
+ flexGrow: true;
230
+ flexShrink: true;
231
+ flexWrap: true;
232
+ height: true;
233
+ justifyContent: true;
234
+ left: true;
235
+ margin: true;
236
+ marginBottom: true;
237
+ marginEnd: true;
238
+ marginHorizontal: true;
239
+ marginLeft: true;
240
+ marginRight: true;
241
+ marginStart: true;
242
+ marginTop: true;
243
+ marginVertical: true;
244
+ maxHeight: true;
245
+ maxWidth: true;
246
+ minHeight: true;
247
+ minWidth: true;
248
+ overflow: true;
249
+ padding: true;
250
+ paddingBottom: true;
251
+ paddingEnd: true;
252
+ paddingHorizontal: true;
253
+ paddingLeft: true;
254
+ paddingRight: true;
255
+ paddingStart: true;
256
+ paddingTop: true;
257
+ paddingVertical: true;
258
+ position: true;
259
+ right: true;
260
+ start: true;
261
+ top: true;
262
+ width: true;
263
+ zIndex: true;
264
+ direction: true;
265
+ shadowColor: true;
266
+ shadowOffset: true;
267
+ shadowOpacity: true;
268
+ shadowRadius: true;
269
269
  }>;
270
270
  export declare const stylePropsAll: Readonly<{
271
- whiteSpace?: boolean | undefined;
272
- wordWrap?: boolean | undefined;
273
- textOverflow?: boolean | undefined;
274
- textDecorationDistance?: boolean | undefined;
275
- userSelect?: boolean | undefined;
276
- selectable?: boolean | undefined;
277
- cursor?: boolean | undefined;
278
- color: boolean;
279
- fontFamily: boolean;
280
- fontSize: boolean;
281
- fontStyle: boolean;
282
- fontWeight: boolean;
283
- letterSpacing: boolean;
284
- lineHeight: boolean;
285
- textAlign: boolean;
286
- textDecorationLine: boolean;
287
- textDecorationStyle: boolean;
288
- textDecorationColor: boolean;
289
- textShadowColor: boolean;
290
- textShadowOffset: boolean;
291
- textShadowRadius: boolean;
292
- textTransform: boolean;
293
- overflowX?: boolean | undefined;
294
- overflowY?: boolean | undefined;
295
- contain?: boolean | undefined;
296
- pointerEvents?: boolean | undefined;
297
- boxSizing?: boolean | undefined;
298
- boxShadow?: boolean | undefined;
299
- x: boolean;
300
- y: boolean;
301
- scale: boolean;
302
- perspective: boolean;
303
- scaleX: boolean;
304
- scaleY: boolean;
305
- skewX: boolean;
306
- skewY: boolean;
307
- matrix: boolean;
308
- rotate: boolean;
309
- rotateY: boolean;
310
- rotateX: boolean;
311
- rotateZ: boolean;
312
- backfaceVisibility: boolean;
313
- backgroundColor: boolean;
314
- borderBottomColor: boolean;
315
- borderBottomStyle: boolean;
316
- borderTopStyle: boolean;
317
- borderLeftStyle: boolean;
318
- borderRightStyle: boolean;
319
- borderBottomEndRadius: boolean;
320
- borderBottomLeftRadius: boolean;
321
- borderBottomRightRadius: boolean;
322
- borderBottomStartRadius: boolean;
323
- borderBottomWidth: boolean;
324
- borderColor: boolean;
325
- borderEndColor: boolean;
326
- borderLeftColor: boolean;
327
- borderLeftWidth: boolean;
328
- borderRadius: boolean;
329
- borderRightColor: boolean;
330
- borderRightWidth: boolean;
331
- borderStartColor: boolean;
332
- borderStyle: boolean;
333
- borderTopColor: boolean;
334
- borderTopEndRadius: boolean;
335
- borderTopLeftRadius: boolean;
336
- borderTopRightRadius: boolean;
337
- borderTopStartRadius: boolean;
338
- borderTopWidth: boolean;
339
- borderWidth: boolean;
340
- opacity: boolean;
341
- transform: boolean;
342
- alignContent: boolean;
343
- alignItems: boolean;
344
- alignSelf: boolean;
345
- aspectRatio: boolean;
346
- borderEndWidth: boolean;
347
- borderStartWidth: boolean;
348
- bottom: boolean;
349
- display: boolean;
350
- end: boolean;
351
- flex: boolean;
352
- flexBasis: boolean;
353
- flexDirection: boolean;
354
- flexGrow: boolean;
355
- flexShrink: boolean;
356
- flexWrap: boolean;
357
- height: boolean;
358
- justifyContent: boolean;
359
- left: boolean;
360
- margin: boolean;
361
- marginBottom: boolean;
362
- marginEnd: boolean;
363
- marginHorizontal: boolean;
364
- marginLeft: boolean;
365
- marginRight: boolean;
366
- marginStart: boolean;
367
- marginTop: boolean;
368
- marginVertical: boolean;
369
- maxHeight: boolean;
370
- maxWidth: boolean;
371
- minHeight: boolean;
372
- minWidth: boolean;
373
- overflow: boolean;
374
- padding: boolean;
375
- paddingBottom: boolean;
376
- paddingEnd: boolean;
377
- paddingHorizontal: boolean;
378
- paddingLeft: boolean;
379
- paddingRight: boolean;
380
- paddingStart: boolean;
381
- paddingTop: boolean;
382
- paddingVertical: boolean;
383
- position: boolean;
384
- right: boolean;
385
- start: boolean;
386
- top: boolean;
387
- width: boolean;
388
- zIndex: boolean;
389
- direction: boolean;
390
- shadowColor: boolean;
391
- shadowOffset: boolean;
392
- shadowOpacity: boolean;
393
- shadowRadius: boolean;
271
+ whiteSpace?: true | undefined;
272
+ wordWrap?: true | undefined;
273
+ textOverflow?: true | undefined;
274
+ textDecorationDistance?: true | undefined;
275
+ userSelect?: true | undefined;
276
+ selectable?: true | undefined;
277
+ cursor?: true | undefined;
278
+ color: true;
279
+ fontFamily: true;
280
+ fontSize: true;
281
+ fontStyle: true;
282
+ fontWeight: true;
283
+ letterSpacing: true;
284
+ lineHeight: true;
285
+ textAlign: true;
286
+ textDecorationLine: true;
287
+ textDecorationStyle: true;
288
+ textDecorationColor: true;
289
+ textShadowColor: true;
290
+ textShadowOffset: true;
291
+ textShadowRadius: true;
292
+ textTransform: true;
293
+ overflowX?: true | undefined;
294
+ overflowY?: true | undefined;
295
+ contain?: true | undefined;
296
+ pointerEvents?: true | undefined;
297
+ boxSizing?: true | undefined;
298
+ boxShadow?: true | undefined;
299
+ x: true;
300
+ y: true;
301
+ scale: true;
302
+ perspective: true;
303
+ scaleX: true;
304
+ scaleY: true;
305
+ skewX: true;
306
+ skewY: true;
307
+ matrix: true;
308
+ rotate: true;
309
+ rotateY: true;
310
+ rotateX: true;
311
+ rotateZ: true;
312
+ backfaceVisibility: true;
313
+ backgroundColor: true;
314
+ borderBottomColor: true;
315
+ borderBottomStyle: true;
316
+ borderTopStyle: true;
317
+ borderLeftStyle: true;
318
+ borderRightStyle: true;
319
+ borderBottomEndRadius: true;
320
+ borderBottomLeftRadius: true;
321
+ borderBottomRightRadius: true;
322
+ borderBottomStartRadius: true;
323
+ borderBottomWidth: true;
324
+ borderColor: true;
325
+ borderEndColor: true;
326
+ borderLeftColor: true;
327
+ borderLeftWidth: true;
328
+ borderRadius: true;
329
+ borderRightColor: true;
330
+ borderRightWidth: true;
331
+ borderStartColor: true;
332
+ borderStyle: true;
333
+ borderTopColor: true;
334
+ borderTopEndRadius: true;
335
+ borderTopLeftRadius: true;
336
+ borderTopRightRadius: true;
337
+ borderTopStartRadius: true;
338
+ borderTopWidth: true;
339
+ borderWidth: true;
340
+ opacity: true;
341
+ transform: true;
342
+ alignContent: true;
343
+ alignItems: true;
344
+ alignSelf: true;
345
+ aspectRatio: true;
346
+ borderEndWidth: true;
347
+ borderStartWidth: true;
348
+ bottom: true;
349
+ display: true;
350
+ end: true;
351
+ flex: true;
352
+ flexBasis: true;
353
+ flexDirection: true;
354
+ flexGrow: true;
355
+ flexShrink: true;
356
+ flexWrap: true;
357
+ height: true;
358
+ justifyContent: true;
359
+ left: true;
360
+ margin: true;
361
+ marginBottom: true;
362
+ marginEnd: true;
363
+ marginHorizontal: true;
364
+ marginLeft: true;
365
+ marginRight: true;
366
+ marginStart: true;
367
+ marginTop: true;
368
+ marginVertical: true;
369
+ maxHeight: true;
370
+ maxWidth: true;
371
+ minHeight: true;
372
+ minWidth: true;
373
+ overflow: true;
374
+ padding: true;
375
+ paddingBottom: true;
376
+ paddingEnd: true;
377
+ paddingHorizontal: true;
378
+ paddingLeft: true;
379
+ paddingRight: true;
380
+ paddingStart: true;
381
+ paddingTop: true;
382
+ paddingVertical: true;
383
+ position: true;
384
+ right: true;
385
+ start: true;
386
+ top: true;
387
+ width: true;
388
+ zIndex: true;
389
+ direction: true;
390
+ shadowColor: true;
391
+ shadowOffset: true;
392
+ shadowOpacity: true;
393
+ shadowRadius: true;
394
394
  }>;
395
395
  export declare const validPseudoKeys: Readonly<{
396
- enterStyle: boolean;
397
- exitStyle: boolean;
398
- hoverStyle: boolean;
399
- pressStyle: boolean;
400
- focusStyle: boolean;
396
+ enterStyle: true;
397
+ exitStyle: true;
398
+ hoverStyle: true;
399
+ pressStyle: true;
400
+ focusStyle: true;
401
401
  }>;
402
402
  export declare const validStyles: Readonly<{
403
- overflowX?: boolean | undefined;
404
- overflowY?: boolean | undefined;
405
- userSelect?: boolean | undefined;
406
- cursor?: boolean | undefined;
407
- contain?: boolean | undefined;
408
- pointerEvents?: boolean | undefined;
409
- boxSizing?: boolean | undefined;
410
- boxShadow?: boolean | undefined;
411
- x: boolean;
412
- y: boolean;
413
- scale: boolean;
414
- perspective: boolean;
415
- scaleX: boolean;
416
- scaleY: boolean;
417
- skewX: boolean;
418
- skewY: boolean;
419
- matrix: boolean;
420
- rotate: boolean;
421
- rotateY: boolean;
422
- rotateX: boolean;
423
- rotateZ: boolean;
424
- backfaceVisibility: boolean;
425
- backgroundColor: boolean;
426
- borderBottomColor: boolean;
427
- borderBottomStyle: boolean;
428
- borderTopStyle: boolean;
429
- borderLeftStyle: boolean;
430
- borderRightStyle: boolean;
431
- borderBottomEndRadius: boolean;
432
- borderBottomLeftRadius: boolean;
433
- borderBottomRightRadius: boolean;
434
- borderBottomStartRadius: boolean;
435
- borderBottomWidth: boolean;
436
- borderColor: boolean;
437
- borderEndColor: boolean;
438
- borderLeftColor: boolean;
439
- borderLeftWidth: boolean;
440
- borderRadius: boolean;
441
- borderRightColor: boolean;
442
- borderRightWidth: boolean;
443
- borderStartColor: boolean;
444
- borderStyle: boolean;
445
- borderTopColor: boolean;
446
- borderTopEndRadius: boolean;
447
- borderTopLeftRadius: boolean;
448
- borderTopRightRadius: boolean;
449
- borderTopStartRadius: boolean;
450
- borderTopWidth: boolean;
451
- borderWidth: boolean;
452
- opacity: boolean;
453
- transform: boolean;
454
- alignContent: boolean;
455
- alignItems: boolean;
456
- alignSelf: boolean;
457
- aspectRatio: boolean;
458
- borderEndWidth: boolean;
459
- borderStartWidth: boolean;
460
- bottom: boolean;
461
- display: boolean;
462
- end: boolean;
463
- flex: boolean;
464
- flexBasis: boolean;
465
- flexDirection: boolean;
466
- flexGrow: boolean;
467
- flexShrink: boolean;
468
- flexWrap: boolean;
469
- height: boolean;
470
- justifyContent: boolean;
471
- left: boolean;
472
- margin: boolean;
473
- marginBottom: boolean;
474
- marginEnd: boolean;
475
- marginHorizontal: boolean;
476
- marginLeft: boolean;
477
- marginRight: boolean;
478
- marginStart: boolean;
479
- marginTop: boolean;
480
- marginVertical: boolean;
481
- maxHeight: boolean;
482
- maxWidth: boolean;
483
- minHeight: boolean;
484
- minWidth: boolean;
485
- overflow: boolean;
486
- padding: boolean;
487
- paddingBottom: boolean;
488
- paddingEnd: boolean;
489
- paddingHorizontal: boolean;
490
- paddingLeft: boolean;
491
- paddingRight: boolean;
492
- paddingStart: boolean;
493
- paddingTop: boolean;
494
- paddingVertical: boolean;
495
- position: boolean;
496
- right: boolean;
497
- start: boolean;
498
- top: boolean;
499
- width: boolean;
500
- zIndex: boolean;
501
- direction: boolean;
502
- shadowColor: boolean;
503
- shadowOffset: boolean;
504
- shadowOpacity: boolean;
505
- shadowRadius: boolean;
506
- enterStyle: boolean;
507
- exitStyle: boolean;
508
- hoverStyle: boolean;
509
- pressStyle: boolean;
510
- focusStyle: boolean;
403
+ overflowX?: true | undefined;
404
+ overflowY?: true | undefined;
405
+ userSelect?: true | undefined;
406
+ cursor?: true | undefined;
407
+ contain?: true | undefined;
408
+ pointerEvents?: true | undefined;
409
+ boxSizing?: true | undefined;
410
+ boxShadow?: true | undefined;
411
+ x: true;
412
+ y: true;
413
+ scale: true;
414
+ perspective: true;
415
+ scaleX: true;
416
+ scaleY: true;
417
+ skewX: true;
418
+ skewY: true;
419
+ matrix: true;
420
+ rotate: true;
421
+ rotateY: true;
422
+ rotateX: true;
423
+ rotateZ: true;
424
+ backfaceVisibility: true;
425
+ backgroundColor: true;
426
+ borderBottomColor: true;
427
+ borderBottomStyle: true;
428
+ borderTopStyle: true;
429
+ borderLeftStyle: true;
430
+ borderRightStyle: true;
431
+ borderBottomEndRadius: true;
432
+ borderBottomLeftRadius: true;
433
+ borderBottomRightRadius: true;
434
+ borderBottomStartRadius: true;
435
+ borderBottomWidth: true;
436
+ borderColor: true;
437
+ borderEndColor: true;
438
+ borderLeftColor: true;
439
+ borderLeftWidth: true;
440
+ borderRadius: true;
441
+ borderRightColor: true;
442
+ borderRightWidth: true;
443
+ borderStartColor: true;
444
+ borderStyle: true;
445
+ borderTopColor: true;
446
+ borderTopEndRadius: true;
447
+ borderTopLeftRadius: true;
448
+ borderTopRightRadius: true;
449
+ borderTopStartRadius: true;
450
+ borderTopWidth: true;
451
+ borderWidth: true;
452
+ opacity: true;
453
+ transform: true;
454
+ alignContent: true;
455
+ alignItems: true;
456
+ alignSelf: true;
457
+ aspectRatio: true;
458
+ borderEndWidth: true;
459
+ borderStartWidth: true;
460
+ bottom: true;
461
+ display: true;
462
+ end: true;
463
+ flex: true;
464
+ flexBasis: true;
465
+ flexDirection: true;
466
+ flexGrow: true;
467
+ flexShrink: true;
468
+ flexWrap: true;
469
+ height: true;
470
+ justifyContent: true;
471
+ left: true;
472
+ margin: true;
473
+ marginBottom: true;
474
+ marginEnd: true;
475
+ marginHorizontal: true;
476
+ marginLeft: true;
477
+ marginRight: true;
478
+ marginStart: true;
479
+ marginTop: true;
480
+ marginVertical: true;
481
+ maxHeight: true;
482
+ maxWidth: true;
483
+ minHeight: true;
484
+ minWidth: true;
485
+ overflow: true;
486
+ padding: true;
487
+ paddingBottom: true;
488
+ paddingEnd: true;
489
+ paddingHorizontal: true;
490
+ paddingLeft: true;
491
+ paddingRight: true;
492
+ paddingStart: true;
493
+ paddingTop: true;
494
+ paddingVertical: true;
495
+ position: true;
496
+ right: true;
497
+ start: true;
498
+ top: true;
499
+ width: true;
500
+ zIndex: true;
501
+ direction: true;
502
+ shadowColor: true;
503
+ shadowOffset: true;
504
+ shadowOpacity: true;
505
+ shadowRadius: true;
506
+ enterStyle: true;
507
+ exitStyle: true;
508
+ hoverStyle: true;
509
+ pressStyle: true;
510
+ focusStyle: true;
511
511
  }>;
512
512
  //# sourceMappingURL=validStyleProps.d.ts.map