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