@tamagui/avatar 1.0.1-beta.159 → 1.0.1-beta.162
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 +7 -7
- package/types/Avatar.d.ts +182 -182
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/avatar",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.162",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
34
|
-
"@tamagui/image": "^1.0.1-beta.
|
|
35
|
-
"@tamagui/shapes": "^1.0.1-beta.
|
|
36
|
-
"@tamagui/text": "^1.0.1-beta.
|
|
37
|
-
"@tamagui/use-event": "^1.0.1-beta.
|
|
33
|
+
"@tamagui/core": "^1.0.1-beta.162",
|
|
34
|
+
"@tamagui/image": "^1.0.1-beta.162",
|
|
35
|
+
"@tamagui/shapes": "^1.0.1-beta.162",
|
|
36
|
+
"@tamagui/text": "^1.0.1-beta.162",
|
|
37
|
+
"@tamagui/use-event": "^1.0.1-beta.162"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "*",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
45
|
+
"@tamagui/build": "^1.0.1-beta.162",
|
|
46
46
|
"@types/react-dom": "^18.0.3",
|
|
47
47
|
"@types/react-native": "^0.69.2",
|
|
48
48
|
"react": "*",
|
package/types/Avatar.d.ts
CHANGED
|
@@ -78,141 +78,141 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
|
|
|
78
78
|
readonly fullscreen?: boolean | undefined;
|
|
79
79
|
readonly elevation?: SizeTokens | undefined;
|
|
80
80
|
} & {
|
|
81
|
-
fontFamily?: unknown;
|
|
82
|
-
backgrounded?: boolean | undefined;
|
|
83
|
-
radiused?: boolean | undefined;
|
|
84
|
-
hoverTheme?: boolean | undefined;
|
|
85
|
-
pressTheme?: boolean | undefined;
|
|
86
|
-
focusTheme?: boolean | undefined;
|
|
87
|
-
circular?: boolean | undefined;
|
|
88
|
-
padded?: boolean | undefined;
|
|
89
|
-
elevate?: boolean | undefined;
|
|
90
|
-
bordered?: number | boolean | undefined;
|
|
91
|
-
transparent?: boolean | undefined;
|
|
92
|
-
chromeless?: boolean | "all" | undefined;
|
|
81
|
+
readonly fontFamily?: unknown;
|
|
82
|
+
readonly backgrounded?: boolean | undefined;
|
|
83
|
+
readonly radiused?: boolean | undefined;
|
|
84
|
+
readonly hoverTheme?: boolean | undefined;
|
|
85
|
+
readonly pressTheme?: boolean | undefined;
|
|
86
|
+
readonly focusTheme?: boolean | undefined;
|
|
87
|
+
readonly circular?: boolean | undefined;
|
|
88
|
+
readonly padded?: boolean | undefined;
|
|
89
|
+
readonly elevate?: boolean | undefined;
|
|
90
|
+
readonly bordered?: number | boolean | undefined;
|
|
91
|
+
readonly transparent?: boolean | undefined;
|
|
92
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
93
93
|
}, "size" | "circular"> & {
|
|
94
|
-
circular?: boolean | undefined;
|
|
95
|
-
size?: SizeTokens | undefined;
|
|
94
|
+
readonly circular?: boolean | undefined;
|
|
95
|
+
readonly size?: SizeTokens | undefined;
|
|
96
96
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
97
97
|
readonly fullscreen?: boolean | undefined;
|
|
98
98
|
readonly elevation?: SizeTokens | undefined;
|
|
99
99
|
} & {
|
|
100
|
-
fontFamily?: unknown;
|
|
101
|
-
backgrounded?: boolean | undefined;
|
|
102
|
-
radiused?: boolean | undefined;
|
|
103
|
-
hoverTheme?: boolean | undefined;
|
|
104
|
-
pressTheme?: boolean | undefined;
|
|
105
|
-
focusTheme?: boolean | undefined;
|
|
106
|
-
circular?: boolean | undefined;
|
|
107
|
-
padded?: boolean | undefined;
|
|
108
|
-
elevate?: boolean | undefined;
|
|
109
|
-
bordered?: number | boolean | undefined;
|
|
110
|
-
transparent?: boolean | undefined;
|
|
111
|
-
chromeless?: boolean | "all" | undefined;
|
|
100
|
+
readonly fontFamily?: unknown;
|
|
101
|
+
readonly backgrounded?: boolean | undefined;
|
|
102
|
+
readonly radiused?: boolean | undefined;
|
|
103
|
+
readonly hoverTheme?: boolean | undefined;
|
|
104
|
+
readonly pressTheme?: boolean | undefined;
|
|
105
|
+
readonly focusTheme?: boolean | undefined;
|
|
106
|
+
readonly circular?: boolean | undefined;
|
|
107
|
+
readonly padded?: boolean | undefined;
|
|
108
|
+
readonly elevate?: boolean | undefined;
|
|
109
|
+
readonly bordered?: number | boolean | undefined;
|
|
110
|
+
readonly transparent?: boolean | undefined;
|
|
111
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
112
112
|
}, "size" | "circular"> & {
|
|
113
|
-
circular?: boolean | undefined;
|
|
114
|
-
size?: SizeTokens | undefined;
|
|
113
|
+
readonly circular?: boolean | undefined;
|
|
114
|
+
readonly size?: SizeTokens | undefined;
|
|
115
115
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
116
116
|
readonly fullscreen?: boolean | undefined;
|
|
117
117
|
readonly elevation?: SizeTokens | undefined;
|
|
118
118
|
} & {
|
|
119
|
-
fontFamily?: unknown;
|
|
120
|
-
backgrounded?: boolean | undefined;
|
|
121
|
-
radiused?: boolean | undefined;
|
|
122
|
-
hoverTheme?: boolean | undefined;
|
|
123
|
-
pressTheme?: boolean | undefined;
|
|
124
|
-
focusTheme?: boolean | undefined;
|
|
125
|
-
circular?: boolean | undefined;
|
|
126
|
-
padded?: boolean | undefined;
|
|
127
|
-
elevate?: boolean | undefined;
|
|
128
|
-
bordered?: number | boolean | undefined;
|
|
129
|
-
transparent?: boolean | undefined;
|
|
130
|
-
chromeless?: boolean | "all" | undefined;
|
|
119
|
+
readonly fontFamily?: unknown;
|
|
120
|
+
readonly backgrounded?: boolean | undefined;
|
|
121
|
+
readonly radiused?: boolean | undefined;
|
|
122
|
+
readonly hoverTheme?: boolean | undefined;
|
|
123
|
+
readonly pressTheme?: boolean | undefined;
|
|
124
|
+
readonly focusTheme?: boolean | undefined;
|
|
125
|
+
readonly circular?: boolean | undefined;
|
|
126
|
+
readonly padded?: boolean | undefined;
|
|
127
|
+
readonly elevate?: boolean | undefined;
|
|
128
|
+
readonly bordered?: number | boolean | undefined;
|
|
129
|
+
readonly transparent?: boolean | undefined;
|
|
130
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
131
131
|
}, "size" | "circular"> & {
|
|
132
|
-
circular?: boolean | undefined;
|
|
133
|
-
size?: SizeTokens | undefined;
|
|
132
|
+
readonly circular?: boolean | undefined;
|
|
133
|
+
readonly size?: SizeTokens | undefined;
|
|
134
134
|
}>>) | (Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
135
135
|
readonly fullscreen?: boolean | undefined;
|
|
136
136
|
readonly elevation?: SizeTokens | undefined;
|
|
137
137
|
} & {
|
|
138
|
-
fontFamily?: unknown;
|
|
139
|
-
backgrounded?: boolean | undefined;
|
|
140
|
-
radiused?: boolean | undefined;
|
|
141
|
-
hoverTheme?: boolean | undefined;
|
|
142
|
-
pressTheme?: boolean | undefined;
|
|
143
|
-
focusTheme?: boolean | undefined;
|
|
144
|
-
circular?: boolean | undefined;
|
|
145
|
-
padded?: boolean | undefined;
|
|
146
|
-
elevate?: boolean | undefined;
|
|
147
|
-
bordered?: number | boolean | undefined;
|
|
148
|
-
transparent?: boolean | undefined;
|
|
149
|
-
chromeless?: boolean | "all" | undefined;
|
|
138
|
+
readonly fontFamily?: unknown;
|
|
139
|
+
readonly backgrounded?: boolean | undefined;
|
|
140
|
+
readonly radiused?: boolean | undefined;
|
|
141
|
+
readonly hoverTheme?: boolean | undefined;
|
|
142
|
+
readonly pressTheme?: boolean | undefined;
|
|
143
|
+
readonly focusTheme?: boolean | undefined;
|
|
144
|
+
readonly circular?: boolean | undefined;
|
|
145
|
+
readonly padded?: boolean | undefined;
|
|
146
|
+
readonly elevate?: boolean | undefined;
|
|
147
|
+
readonly bordered?: number | boolean | undefined;
|
|
148
|
+
readonly transparent?: boolean | undefined;
|
|
149
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
150
150
|
} & {
|
|
151
|
-
circular?: boolean | undefined;
|
|
152
|
-
size?: SizeTokens | undefined;
|
|
151
|
+
readonly circular?: boolean | undefined;
|
|
152
|
+
readonly size?: SizeTokens | undefined;
|
|
153
153
|
}, string | number> & {
|
|
154
154
|
[x: string]: undefined;
|
|
155
155
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
156
156
|
readonly fullscreen?: boolean | undefined;
|
|
157
157
|
readonly elevation?: SizeTokens | undefined;
|
|
158
158
|
} & {
|
|
159
|
-
fontFamily?: unknown;
|
|
160
|
-
backgrounded?: boolean | undefined;
|
|
161
|
-
radiused?: boolean | undefined;
|
|
162
|
-
hoverTheme?: boolean | undefined;
|
|
163
|
-
pressTheme?: boolean | undefined;
|
|
164
|
-
focusTheme?: boolean | undefined;
|
|
165
|
-
circular?: boolean | undefined;
|
|
166
|
-
padded?: boolean | undefined;
|
|
167
|
-
elevate?: boolean | undefined;
|
|
168
|
-
bordered?: number | boolean | undefined;
|
|
169
|
-
transparent?: boolean | undefined;
|
|
170
|
-
chromeless?: boolean | "all" | undefined;
|
|
159
|
+
readonly fontFamily?: unknown;
|
|
160
|
+
readonly backgrounded?: boolean | undefined;
|
|
161
|
+
readonly radiused?: boolean | undefined;
|
|
162
|
+
readonly hoverTheme?: boolean | undefined;
|
|
163
|
+
readonly pressTheme?: boolean | undefined;
|
|
164
|
+
readonly focusTheme?: boolean | undefined;
|
|
165
|
+
readonly circular?: boolean | undefined;
|
|
166
|
+
readonly padded?: boolean | undefined;
|
|
167
|
+
readonly elevate?: boolean | undefined;
|
|
168
|
+
readonly bordered?: number | boolean | undefined;
|
|
169
|
+
readonly transparent?: boolean | undefined;
|
|
170
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
171
171
|
} & {
|
|
172
|
-
circular?: boolean | undefined;
|
|
173
|
-
size?: SizeTokens | undefined;
|
|
172
|
+
readonly circular?: boolean | undefined;
|
|
173
|
+
readonly size?: SizeTokens | undefined;
|
|
174
174
|
}, string | number> & {
|
|
175
175
|
[x: string]: undefined;
|
|
176
176
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
177
177
|
readonly fullscreen?: boolean | undefined;
|
|
178
178
|
readonly elevation?: SizeTokens | undefined;
|
|
179
179
|
} & {
|
|
180
|
-
fontFamily?: unknown;
|
|
181
|
-
backgrounded?: boolean | undefined;
|
|
182
|
-
radiused?: boolean | undefined;
|
|
183
|
-
hoverTheme?: boolean | undefined;
|
|
184
|
-
pressTheme?: boolean | undefined;
|
|
185
|
-
focusTheme?: boolean | undefined;
|
|
186
|
-
circular?: boolean | undefined;
|
|
187
|
-
padded?: boolean | undefined;
|
|
188
|
-
elevate?: boolean | undefined;
|
|
189
|
-
bordered?: number | boolean | undefined;
|
|
190
|
-
transparent?: boolean | undefined;
|
|
191
|
-
chromeless?: boolean | "all" | undefined;
|
|
180
|
+
readonly fontFamily?: unknown;
|
|
181
|
+
readonly backgrounded?: boolean | undefined;
|
|
182
|
+
readonly radiused?: boolean | undefined;
|
|
183
|
+
readonly hoverTheme?: boolean | undefined;
|
|
184
|
+
readonly pressTheme?: boolean | undefined;
|
|
185
|
+
readonly focusTheme?: boolean | undefined;
|
|
186
|
+
readonly circular?: boolean | undefined;
|
|
187
|
+
readonly padded?: boolean | undefined;
|
|
188
|
+
readonly elevate?: boolean | undefined;
|
|
189
|
+
readonly bordered?: number | boolean | undefined;
|
|
190
|
+
readonly transparent?: boolean | undefined;
|
|
191
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
192
192
|
} & {
|
|
193
|
-
circular?: boolean | undefined;
|
|
194
|
-
size?: SizeTokens | undefined;
|
|
193
|
+
readonly circular?: boolean | undefined;
|
|
194
|
+
readonly size?: SizeTokens | undefined;
|
|
195
195
|
}, string | number> & {
|
|
196
196
|
[x: string]: undefined;
|
|
197
197
|
}>>), TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
198
198
|
readonly fullscreen?: boolean | undefined;
|
|
199
199
|
readonly elevation?: SizeTokens | undefined;
|
|
200
200
|
} & {
|
|
201
|
-
fontFamily?: unknown;
|
|
202
|
-
backgrounded?: boolean | undefined;
|
|
203
|
-
radiused?: boolean | undefined;
|
|
204
|
-
hoverTheme?: boolean | undefined;
|
|
205
|
-
pressTheme?: boolean | undefined;
|
|
206
|
-
focusTheme?: boolean | undefined;
|
|
207
|
-
circular?: boolean | undefined;
|
|
208
|
-
padded?: boolean | undefined;
|
|
209
|
-
elevate?: boolean | undefined;
|
|
210
|
-
bordered?: number | boolean | undefined;
|
|
211
|
-
transparent?: boolean | undefined;
|
|
212
|
-
chromeless?: boolean | "all" | undefined;
|
|
201
|
+
readonly fontFamily?: unknown;
|
|
202
|
+
readonly backgrounded?: boolean | undefined;
|
|
203
|
+
readonly radiused?: boolean | undefined;
|
|
204
|
+
readonly hoverTheme?: boolean | undefined;
|
|
205
|
+
readonly pressTheme?: boolean | undefined;
|
|
206
|
+
readonly focusTheme?: boolean | undefined;
|
|
207
|
+
readonly circular?: boolean | undefined;
|
|
208
|
+
readonly padded?: boolean | undefined;
|
|
209
|
+
readonly elevate?: boolean | undefined;
|
|
210
|
+
readonly bordered?: number | boolean | undefined;
|
|
211
|
+
readonly transparent?: boolean | undefined;
|
|
212
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
213
213
|
} & {
|
|
214
|
-
circular?: boolean | undefined;
|
|
215
|
-
size?: SizeTokens | undefined;
|
|
214
|
+
readonly circular?: boolean | undefined;
|
|
215
|
+
readonly size?: SizeTokens | undefined;
|
|
216
216
|
} & ({} | {
|
|
217
217
|
[x: string]: undefined;
|
|
218
218
|
})>;
|
|
@@ -221,120 +221,120 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
221
221
|
readonly fullscreen?: boolean | undefined;
|
|
222
222
|
readonly elevation?: SizeTokens | undefined;
|
|
223
223
|
} & {
|
|
224
|
-
fontFamily?: unknown;
|
|
225
|
-
backgrounded?: boolean | undefined;
|
|
226
|
-
radiused?: boolean | undefined;
|
|
227
|
-
hoverTheme?: boolean | undefined;
|
|
228
|
-
pressTheme?: boolean | undefined;
|
|
229
|
-
focusTheme?: boolean | undefined;
|
|
230
|
-
circular?: boolean | undefined;
|
|
231
|
-
padded?: boolean | undefined;
|
|
232
|
-
elevate?: boolean | undefined;
|
|
233
|
-
bordered?: number | boolean | undefined;
|
|
234
|
-
transparent?: boolean | undefined;
|
|
235
|
-
chromeless?: boolean | "all" | undefined;
|
|
224
|
+
readonly fontFamily?: unknown;
|
|
225
|
+
readonly backgrounded?: boolean | undefined;
|
|
226
|
+
readonly radiused?: boolean | undefined;
|
|
227
|
+
readonly hoverTheme?: boolean | undefined;
|
|
228
|
+
readonly pressTheme?: boolean | undefined;
|
|
229
|
+
readonly focusTheme?: boolean | undefined;
|
|
230
|
+
readonly circular?: boolean | undefined;
|
|
231
|
+
readonly padded?: boolean | undefined;
|
|
232
|
+
readonly elevate?: boolean | undefined;
|
|
233
|
+
readonly bordered?: number | boolean | undefined;
|
|
234
|
+
readonly transparent?: boolean | undefined;
|
|
235
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
236
236
|
}, "size" | "circular"> & {
|
|
237
|
-
circular?: boolean | undefined;
|
|
238
|
-
size?: SizeTokens | undefined;
|
|
237
|
+
readonly circular?: boolean | undefined;
|
|
238
|
+
readonly size?: SizeTokens | undefined;
|
|
239
239
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
240
240
|
readonly fullscreen?: boolean | undefined;
|
|
241
241
|
readonly elevation?: SizeTokens | undefined;
|
|
242
242
|
} & {
|
|
243
|
-
fontFamily?: unknown;
|
|
244
|
-
backgrounded?: boolean | undefined;
|
|
245
|
-
radiused?: boolean | undefined;
|
|
246
|
-
hoverTheme?: boolean | undefined;
|
|
247
|
-
pressTheme?: boolean | undefined;
|
|
248
|
-
focusTheme?: boolean | undefined;
|
|
249
|
-
circular?: boolean | undefined;
|
|
250
|
-
padded?: boolean | undefined;
|
|
251
|
-
elevate?: boolean | undefined;
|
|
252
|
-
bordered?: number | boolean | undefined;
|
|
253
|
-
transparent?: boolean | undefined;
|
|
254
|
-
chromeless?: boolean | "all" | undefined;
|
|
243
|
+
readonly fontFamily?: unknown;
|
|
244
|
+
readonly backgrounded?: boolean | undefined;
|
|
245
|
+
readonly radiused?: boolean | undefined;
|
|
246
|
+
readonly hoverTheme?: boolean | undefined;
|
|
247
|
+
readonly pressTheme?: boolean | undefined;
|
|
248
|
+
readonly focusTheme?: boolean | undefined;
|
|
249
|
+
readonly circular?: boolean | undefined;
|
|
250
|
+
readonly padded?: boolean | undefined;
|
|
251
|
+
readonly elevate?: boolean | undefined;
|
|
252
|
+
readonly bordered?: number | boolean | undefined;
|
|
253
|
+
readonly transparent?: boolean | undefined;
|
|
254
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
255
255
|
}, "size" | "circular"> & {
|
|
256
|
-
circular?: boolean | undefined;
|
|
257
|
-
size?: SizeTokens | undefined;
|
|
256
|
+
readonly circular?: boolean | undefined;
|
|
257
|
+
readonly size?: SizeTokens | undefined;
|
|
258
258
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
259
259
|
readonly fullscreen?: boolean | undefined;
|
|
260
260
|
readonly elevation?: SizeTokens | undefined;
|
|
261
261
|
} & {
|
|
262
|
-
fontFamily?: unknown;
|
|
263
|
-
backgrounded?: boolean | undefined;
|
|
264
|
-
radiused?: boolean | undefined;
|
|
265
|
-
hoverTheme?: boolean | undefined;
|
|
266
|
-
pressTheme?: boolean | undefined;
|
|
267
|
-
focusTheme?: boolean | undefined;
|
|
268
|
-
circular?: boolean | undefined;
|
|
269
|
-
padded?: boolean | undefined;
|
|
270
|
-
elevate?: boolean | undefined;
|
|
271
|
-
bordered?: number | boolean | undefined;
|
|
272
|
-
transparent?: boolean | undefined;
|
|
273
|
-
chromeless?: boolean | "all" | undefined;
|
|
262
|
+
readonly fontFamily?: unknown;
|
|
263
|
+
readonly backgrounded?: boolean | undefined;
|
|
264
|
+
readonly radiused?: boolean | undefined;
|
|
265
|
+
readonly hoverTheme?: boolean | undefined;
|
|
266
|
+
readonly pressTheme?: boolean | undefined;
|
|
267
|
+
readonly focusTheme?: boolean | undefined;
|
|
268
|
+
readonly circular?: boolean | undefined;
|
|
269
|
+
readonly padded?: boolean | undefined;
|
|
270
|
+
readonly elevate?: boolean | undefined;
|
|
271
|
+
readonly bordered?: number | boolean | undefined;
|
|
272
|
+
readonly transparent?: boolean | undefined;
|
|
273
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
274
274
|
}, "size" | "circular"> & {
|
|
275
|
-
circular?: boolean | undefined;
|
|
276
|
-
size?: SizeTokens | undefined;
|
|
275
|
+
readonly circular?: boolean | undefined;
|
|
276
|
+
readonly size?: SizeTokens | undefined;
|
|
277
277
|
}>>) | Pick<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
278
278
|
readonly fullscreen?: boolean | undefined;
|
|
279
279
|
readonly elevation?: SizeTokens | undefined;
|
|
280
280
|
} & {
|
|
281
|
-
fontFamily?: unknown;
|
|
282
|
-
backgrounded?: boolean | undefined;
|
|
283
|
-
radiused?: boolean | undefined;
|
|
284
|
-
hoverTheme?: boolean | undefined;
|
|
285
|
-
pressTheme?: boolean | undefined;
|
|
286
|
-
focusTheme?: boolean | undefined;
|
|
287
|
-
circular?: boolean | undefined;
|
|
288
|
-
padded?: boolean | undefined;
|
|
289
|
-
elevate?: boolean | undefined;
|
|
290
|
-
bordered?: number | boolean | undefined;
|
|
291
|
-
transparent?: boolean | undefined;
|
|
292
|
-
chromeless?: boolean | "all" | undefined;
|
|
281
|
+
readonly fontFamily?: unknown;
|
|
282
|
+
readonly backgrounded?: boolean | undefined;
|
|
283
|
+
readonly radiused?: boolean | undefined;
|
|
284
|
+
readonly hoverTheme?: boolean | undefined;
|
|
285
|
+
readonly pressTheme?: boolean | undefined;
|
|
286
|
+
readonly focusTheme?: boolean | undefined;
|
|
287
|
+
readonly circular?: boolean | undefined;
|
|
288
|
+
readonly padded?: boolean | undefined;
|
|
289
|
+
readonly elevate?: boolean | undefined;
|
|
290
|
+
readonly bordered?: number | boolean | undefined;
|
|
291
|
+
readonly transparent?: boolean | undefined;
|
|
292
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
293
293
|
} & {
|
|
294
|
-
circular?: boolean | undefined;
|
|
295
|
-
size?: SizeTokens | undefined;
|
|
294
|
+
readonly circular?: boolean | undefined;
|
|
295
|
+
readonly size?: SizeTokens | undefined;
|
|
296
296
|
}, string | number> & {
|
|
297
297
|
[x: string]: undefined;
|
|
298
298
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
299
299
|
readonly fullscreen?: boolean | undefined;
|
|
300
300
|
readonly elevation?: SizeTokens | undefined;
|
|
301
301
|
} & {
|
|
302
|
-
fontFamily?: unknown;
|
|
303
|
-
backgrounded?: boolean | undefined;
|
|
304
|
-
radiused?: boolean | undefined;
|
|
305
|
-
hoverTheme?: boolean | undefined;
|
|
306
|
-
pressTheme?: boolean | undefined;
|
|
307
|
-
focusTheme?: boolean | undefined;
|
|
308
|
-
circular?: boolean | undefined;
|
|
309
|
-
padded?: boolean | undefined;
|
|
310
|
-
elevate?: boolean | undefined;
|
|
311
|
-
bordered?: number | boolean | undefined;
|
|
312
|
-
transparent?: boolean | undefined;
|
|
313
|
-
chromeless?: boolean | "all" | undefined;
|
|
302
|
+
readonly fontFamily?: unknown;
|
|
303
|
+
readonly backgrounded?: boolean | undefined;
|
|
304
|
+
readonly radiused?: boolean | undefined;
|
|
305
|
+
readonly hoverTheme?: boolean | undefined;
|
|
306
|
+
readonly pressTheme?: boolean | undefined;
|
|
307
|
+
readonly focusTheme?: boolean | undefined;
|
|
308
|
+
readonly circular?: boolean | undefined;
|
|
309
|
+
readonly padded?: boolean | undefined;
|
|
310
|
+
readonly elevate?: boolean | undefined;
|
|
311
|
+
readonly bordered?: number | boolean | undefined;
|
|
312
|
+
readonly transparent?: boolean | undefined;
|
|
313
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
314
314
|
} & {
|
|
315
|
-
circular?: boolean | undefined;
|
|
316
|
-
size?: SizeTokens | undefined;
|
|
315
|
+
readonly circular?: boolean | undefined;
|
|
316
|
+
readonly size?: SizeTokens | undefined;
|
|
317
317
|
}, string | number> & {
|
|
318
318
|
[x: string]: undefined;
|
|
319
319
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
320
320
|
readonly fullscreen?: boolean | undefined;
|
|
321
321
|
readonly elevation?: SizeTokens | undefined;
|
|
322
322
|
} & {
|
|
323
|
-
fontFamily?: unknown;
|
|
324
|
-
backgrounded?: boolean | undefined;
|
|
325
|
-
radiused?: boolean | undefined;
|
|
326
|
-
hoverTheme?: boolean | undefined;
|
|
327
|
-
pressTheme?: boolean | undefined;
|
|
328
|
-
focusTheme?: boolean | undefined;
|
|
329
|
-
circular?: boolean | undefined;
|
|
330
|
-
padded?: boolean | undefined;
|
|
331
|
-
elevate?: boolean | undefined;
|
|
332
|
-
bordered?: number | boolean | undefined;
|
|
333
|
-
transparent?: boolean | undefined;
|
|
334
|
-
chromeless?: boolean | "all" | undefined;
|
|
323
|
+
readonly fontFamily?: unknown;
|
|
324
|
+
readonly backgrounded?: boolean | undefined;
|
|
325
|
+
readonly radiused?: boolean | undefined;
|
|
326
|
+
readonly hoverTheme?: boolean | undefined;
|
|
327
|
+
readonly pressTheme?: boolean | undefined;
|
|
328
|
+
readonly focusTheme?: boolean | undefined;
|
|
329
|
+
readonly circular?: boolean | undefined;
|
|
330
|
+
readonly padded?: boolean | undefined;
|
|
331
|
+
readonly elevate?: boolean | undefined;
|
|
332
|
+
readonly bordered?: number | boolean | undefined;
|
|
333
|
+
readonly transparent?: boolean | undefined;
|
|
334
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
335
335
|
} & {
|
|
336
|
-
circular?: boolean | undefined;
|
|
337
|
-
size?: SizeTokens | undefined;
|
|
336
|
+
readonly circular?: boolean | undefined;
|
|
337
|
+
readonly size?: SizeTokens | undefined;
|
|
338
338
|
}, string | number> & {
|
|
339
339
|
[x: string]: undefined;
|
|
340
340
|
}>>, string | number>) & React.RefAttributes<TamaguiElement>> & {
|