@tamagui/theme-builder 1.38.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.
- package/dist/cjs/Card.js +125 -0
- package/dist/cjs/Card.js.map +6 -0
- package/dist/cjs/index.js +25 -0
- package/dist/cjs/index.js.map +6 -0
- package/dist/esm/Card.js +101 -0
- package/dist/esm/Card.js.map +6 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +6 -0
- package/dist/jsx/Card.js +101 -0
- package/dist/jsx/Card.js.map +6 -0
- package/dist/jsx/Card.mjs +101 -0
- package/dist/jsx/Card.mjs.map +6 -0
- package/dist/jsx/index.js +2 -0
- package/dist/jsx/index.js.map +6 -0
- package/dist/jsx/index.mjs +2 -0
- package/dist/jsx/index.mjs.map +6 -0
- package/package.json +38 -0
- package/src/index.ts +2 -0
- package/types/Card.d.ts +944 -0
- package/types/Card.d.ts.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.d.ts.map +1 -0
package/types/Card.d.ts
ADDED
|
@@ -0,0 +1,944 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GetProps, SizeTokens } from '@tamagui/web';
|
|
3
|
+
export declare const CardFrame: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
4
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
5
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
6
|
+
readonly fullscreen?: boolean | undefined;
|
|
7
|
+
readonly elevation?: SizeTokens | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
readonly backgrounded?: boolean | undefined;
|
|
10
|
+
readonly radiused?: boolean | undefined;
|
|
11
|
+
readonly hoverTheme?: boolean | undefined;
|
|
12
|
+
readonly pressTheme?: boolean | undefined;
|
|
13
|
+
readonly focusTheme?: boolean | undefined;
|
|
14
|
+
readonly circular?: boolean | undefined;
|
|
15
|
+
readonly padded?: boolean | undefined;
|
|
16
|
+
readonly elevate?: boolean | undefined;
|
|
17
|
+
readonly bordered?: number | boolean | undefined;
|
|
18
|
+
readonly transparent?: boolean | undefined;
|
|
19
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
20
|
+
}, "size" | "unstyled"> & {
|
|
21
|
+
readonly unstyled?: boolean | undefined;
|
|
22
|
+
readonly size?: SizeTokens | undefined;
|
|
23
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
24
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
25
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
26
|
+
readonly fullscreen?: boolean | undefined;
|
|
27
|
+
readonly elevation?: SizeTokens | undefined;
|
|
28
|
+
} & {
|
|
29
|
+
readonly backgrounded?: boolean | undefined;
|
|
30
|
+
readonly radiused?: boolean | undefined;
|
|
31
|
+
readonly hoverTheme?: boolean | undefined;
|
|
32
|
+
readonly pressTheme?: boolean | undefined;
|
|
33
|
+
readonly focusTheme?: boolean | undefined;
|
|
34
|
+
readonly circular?: boolean | undefined;
|
|
35
|
+
readonly padded?: boolean | undefined;
|
|
36
|
+
readonly elevate?: boolean | undefined;
|
|
37
|
+
readonly bordered?: number | boolean | undefined;
|
|
38
|
+
readonly transparent?: boolean | undefined;
|
|
39
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
40
|
+
}, "size" | "unstyled"> & {
|
|
41
|
+
readonly unstyled?: boolean | undefined;
|
|
42
|
+
readonly size?: SizeTokens | undefined;
|
|
43
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
44
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
45
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
46
|
+
readonly fullscreen?: boolean | undefined;
|
|
47
|
+
readonly elevation?: SizeTokens | undefined;
|
|
48
|
+
} & {
|
|
49
|
+
readonly backgrounded?: boolean | undefined;
|
|
50
|
+
readonly radiused?: boolean | undefined;
|
|
51
|
+
readonly hoverTheme?: boolean | undefined;
|
|
52
|
+
readonly pressTheme?: boolean | undefined;
|
|
53
|
+
readonly focusTheme?: boolean | undefined;
|
|
54
|
+
readonly circular?: boolean | undefined;
|
|
55
|
+
readonly padded?: boolean | undefined;
|
|
56
|
+
readonly elevate?: boolean | undefined;
|
|
57
|
+
readonly bordered?: number | boolean | undefined;
|
|
58
|
+
readonly transparent?: boolean | undefined;
|
|
59
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
60
|
+
}, "size" | "unstyled"> & {
|
|
61
|
+
readonly unstyled?: boolean | undefined;
|
|
62
|
+
readonly size?: SizeTokens | undefined;
|
|
63
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
64
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
65
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
66
|
+
readonly fullscreen?: boolean | undefined;
|
|
67
|
+
readonly elevation?: SizeTokens | undefined;
|
|
68
|
+
} & {
|
|
69
|
+
readonly backgrounded?: boolean | undefined;
|
|
70
|
+
readonly radiused?: boolean | undefined;
|
|
71
|
+
readonly hoverTheme?: boolean | undefined;
|
|
72
|
+
readonly pressTheme?: boolean | undefined;
|
|
73
|
+
readonly focusTheme?: boolean | undefined;
|
|
74
|
+
readonly circular?: boolean | undefined;
|
|
75
|
+
readonly padded?: boolean | undefined;
|
|
76
|
+
readonly elevate?: boolean | undefined;
|
|
77
|
+
readonly bordered?: number | boolean | undefined;
|
|
78
|
+
readonly transparent?: boolean | undefined;
|
|
79
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
80
|
+
} & {
|
|
81
|
+
readonly unstyled?: boolean | undefined;
|
|
82
|
+
readonly size?: SizeTokens | undefined;
|
|
83
|
+
}, {
|
|
84
|
+
displayName: string | undefined;
|
|
85
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
86
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
87
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
88
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
89
|
+
};
|
|
90
|
+
__variantProps: {
|
|
91
|
+
readonly fullscreen?: boolean | undefined;
|
|
92
|
+
readonly elevation?: SizeTokens | undefined;
|
|
93
|
+
} & {
|
|
94
|
+
readonly fullscreen?: boolean | undefined;
|
|
95
|
+
readonly elevation?: SizeTokens | undefined;
|
|
96
|
+
} & {
|
|
97
|
+
readonly backgrounded?: boolean | undefined;
|
|
98
|
+
readonly radiused?: boolean | undefined;
|
|
99
|
+
readonly hoverTheme?: boolean | undefined;
|
|
100
|
+
readonly pressTheme?: boolean | undefined;
|
|
101
|
+
readonly focusTheme?: boolean | undefined;
|
|
102
|
+
readonly circular?: boolean | undefined;
|
|
103
|
+
readonly padded?: boolean | undefined;
|
|
104
|
+
readonly elevate?: boolean | undefined;
|
|
105
|
+
readonly bordered?: number | boolean | undefined;
|
|
106
|
+
readonly transparent?: boolean | undefined;
|
|
107
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
108
|
+
};
|
|
109
|
+
}>;
|
|
110
|
+
export declare const CardHeader: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
111
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
112
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
113
|
+
readonly fullscreen?: boolean | undefined;
|
|
114
|
+
readonly elevation?: SizeTokens | undefined;
|
|
115
|
+
} & {
|
|
116
|
+
readonly backgrounded?: boolean | undefined;
|
|
117
|
+
readonly radiused?: boolean | undefined;
|
|
118
|
+
readonly hoverTheme?: boolean | undefined;
|
|
119
|
+
readonly pressTheme?: boolean | undefined;
|
|
120
|
+
readonly focusTheme?: boolean | undefined;
|
|
121
|
+
readonly circular?: boolean | undefined;
|
|
122
|
+
readonly padded?: boolean | undefined;
|
|
123
|
+
readonly elevate?: boolean | undefined;
|
|
124
|
+
readonly bordered?: number | boolean | undefined;
|
|
125
|
+
readonly transparent?: boolean | undefined;
|
|
126
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
127
|
+
}, "size" | "unstyled"> & {
|
|
128
|
+
readonly unstyled?: boolean | undefined;
|
|
129
|
+
readonly size?: SizeTokens | undefined;
|
|
130
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
131
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
132
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
133
|
+
readonly fullscreen?: boolean | undefined;
|
|
134
|
+
readonly elevation?: SizeTokens | undefined;
|
|
135
|
+
} & {
|
|
136
|
+
readonly backgrounded?: boolean | undefined;
|
|
137
|
+
readonly radiused?: boolean | undefined;
|
|
138
|
+
readonly hoverTheme?: boolean | undefined;
|
|
139
|
+
readonly pressTheme?: boolean | undefined;
|
|
140
|
+
readonly focusTheme?: boolean | undefined;
|
|
141
|
+
readonly circular?: boolean | undefined;
|
|
142
|
+
readonly padded?: boolean | undefined;
|
|
143
|
+
readonly elevate?: boolean | undefined;
|
|
144
|
+
readonly bordered?: number | boolean | undefined;
|
|
145
|
+
readonly transparent?: boolean | undefined;
|
|
146
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
147
|
+
}, "size" | "unstyled"> & {
|
|
148
|
+
readonly unstyled?: boolean | undefined;
|
|
149
|
+
readonly size?: SizeTokens | undefined;
|
|
150
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
151
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
152
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
153
|
+
readonly fullscreen?: boolean | undefined;
|
|
154
|
+
readonly elevation?: SizeTokens | undefined;
|
|
155
|
+
} & {
|
|
156
|
+
readonly backgrounded?: boolean | undefined;
|
|
157
|
+
readonly radiused?: boolean | undefined;
|
|
158
|
+
readonly hoverTheme?: boolean | undefined;
|
|
159
|
+
readonly pressTheme?: boolean | undefined;
|
|
160
|
+
readonly focusTheme?: boolean | undefined;
|
|
161
|
+
readonly circular?: boolean | undefined;
|
|
162
|
+
readonly padded?: boolean | undefined;
|
|
163
|
+
readonly elevate?: boolean | undefined;
|
|
164
|
+
readonly bordered?: number | boolean | undefined;
|
|
165
|
+
readonly transparent?: boolean | undefined;
|
|
166
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
167
|
+
}, "size" | "unstyled"> & {
|
|
168
|
+
readonly unstyled?: boolean | undefined;
|
|
169
|
+
readonly size?: SizeTokens | undefined;
|
|
170
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
171
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
172
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
173
|
+
readonly fullscreen?: boolean | undefined;
|
|
174
|
+
readonly elevation?: SizeTokens | undefined;
|
|
175
|
+
} & {
|
|
176
|
+
readonly backgrounded?: boolean | undefined;
|
|
177
|
+
readonly radiused?: boolean | undefined;
|
|
178
|
+
readonly hoverTheme?: boolean | undefined;
|
|
179
|
+
readonly pressTheme?: boolean | undefined;
|
|
180
|
+
readonly focusTheme?: boolean | undefined;
|
|
181
|
+
readonly circular?: boolean | undefined;
|
|
182
|
+
readonly padded?: boolean | undefined;
|
|
183
|
+
readonly elevate?: boolean | undefined;
|
|
184
|
+
readonly bordered?: number | boolean | undefined;
|
|
185
|
+
readonly transparent?: boolean | undefined;
|
|
186
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
187
|
+
} & {
|
|
188
|
+
readonly unstyled?: boolean | undefined;
|
|
189
|
+
readonly size?: SizeTokens | undefined;
|
|
190
|
+
}, {
|
|
191
|
+
displayName: string | undefined;
|
|
192
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
193
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
194
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
195
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
196
|
+
};
|
|
197
|
+
__variantProps: {
|
|
198
|
+
readonly fullscreen?: boolean | undefined;
|
|
199
|
+
readonly elevation?: SizeTokens | undefined;
|
|
200
|
+
} & {
|
|
201
|
+
readonly fullscreen?: boolean | undefined;
|
|
202
|
+
readonly elevation?: SizeTokens | undefined;
|
|
203
|
+
} & {
|
|
204
|
+
readonly backgrounded?: boolean | undefined;
|
|
205
|
+
readonly radiused?: boolean | undefined;
|
|
206
|
+
readonly hoverTheme?: boolean | undefined;
|
|
207
|
+
readonly pressTheme?: boolean | undefined;
|
|
208
|
+
readonly focusTheme?: boolean | undefined;
|
|
209
|
+
readonly circular?: boolean | undefined;
|
|
210
|
+
readonly padded?: boolean | undefined;
|
|
211
|
+
readonly elevate?: boolean | undefined;
|
|
212
|
+
readonly bordered?: number | boolean | undefined;
|
|
213
|
+
readonly transparent?: boolean | undefined;
|
|
214
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
215
|
+
};
|
|
216
|
+
}>;
|
|
217
|
+
export declare const CardFooter: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
218
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
219
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
220
|
+
readonly fullscreen?: boolean | undefined;
|
|
221
|
+
readonly elevation?: SizeTokens | undefined;
|
|
222
|
+
} & {
|
|
223
|
+
readonly backgrounded?: boolean | undefined;
|
|
224
|
+
readonly radiused?: boolean | undefined;
|
|
225
|
+
readonly hoverTheme?: boolean | undefined;
|
|
226
|
+
readonly pressTheme?: boolean | undefined;
|
|
227
|
+
readonly focusTheme?: boolean | undefined;
|
|
228
|
+
readonly circular?: boolean | undefined;
|
|
229
|
+
readonly padded?: boolean | undefined;
|
|
230
|
+
readonly elevate?: boolean | undefined;
|
|
231
|
+
readonly bordered?: number | boolean | undefined;
|
|
232
|
+
readonly transparent?: boolean | undefined;
|
|
233
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
234
|
+
} & {
|
|
235
|
+
readonly unstyled?: boolean | undefined;
|
|
236
|
+
readonly size?: SizeTokens | undefined;
|
|
237
|
+
}, "unstyled"> & {
|
|
238
|
+
readonly unstyled?: boolean | undefined;
|
|
239
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
240
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
241
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
242
|
+
readonly fullscreen?: boolean | undefined;
|
|
243
|
+
readonly elevation?: SizeTokens | undefined;
|
|
244
|
+
} & {
|
|
245
|
+
readonly backgrounded?: boolean | undefined;
|
|
246
|
+
readonly radiused?: boolean | undefined;
|
|
247
|
+
readonly hoverTheme?: boolean | undefined;
|
|
248
|
+
readonly pressTheme?: boolean | undefined;
|
|
249
|
+
readonly focusTheme?: boolean | undefined;
|
|
250
|
+
readonly circular?: boolean | undefined;
|
|
251
|
+
readonly padded?: boolean | undefined;
|
|
252
|
+
readonly elevate?: boolean | undefined;
|
|
253
|
+
readonly bordered?: number | boolean | undefined;
|
|
254
|
+
readonly transparent?: boolean | undefined;
|
|
255
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
256
|
+
} & {
|
|
257
|
+
readonly unstyled?: boolean | undefined;
|
|
258
|
+
readonly size?: SizeTokens | undefined;
|
|
259
|
+
}, "unstyled"> & {
|
|
260
|
+
readonly unstyled?: boolean | undefined;
|
|
261
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
262
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
263
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
264
|
+
readonly fullscreen?: boolean | undefined;
|
|
265
|
+
readonly elevation?: SizeTokens | undefined;
|
|
266
|
+
} & {
|
|
267
|
+
readonly backgrounded?: boolean | undefined;
|
|
268
|
+
readonly radiused?: boolean | undefined;
|
|
269
|
+
readonly hoverTheme?: boolean | undefined;
|
|
270
|
+
readonly pressTheme?: boolean | undefined;
|
|
271
|
+
readonly focusTheme?: boolean | undefined;
|
|
272
|
+
readonly circular?: boolean | undefined;
|
|
273
|
+
readonly padded?: boolean | undefined;
|
|
274
|
+
readonly elevate?: boolean | undefined;
|
|
275
|
+
readonly bordered?: number | boolean | undefined;
|
|
276
|
+
readonly transparent?: boolean | undefined;
|
|
277
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
278
|
+
} & {
|
|
279
|
+
readonly unstyled?: boolean | undefined;
|
|
280
|
+
readonly size?: SizeTokens | undefined;
|
|
281
|
+
}, "unstyled"> & {
|
|
282
|
+
readonly unstyled?: boolean | undefined;
|
|
283
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
284
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
285
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
286
|
+
readonly fullscreen?: boolean | undefined;
|
|
287
|
+
readonly elevation?: SizeTokens | undefined;
|
|
288
|
+
} & {
|
|
289
|
+
readonly backgrounded?: boolean | undefined;
|
|
290
|
+
readonly radiused?: boolean | undefined;
|
|
291
|
+
readonly hoverTheme?: boolean | undefined;
|
|
292
|
+
readonly pressTheme?: boolean | undefined;
|
|
293
|
+
readonly focusTheme?: boolean | undefined;
|
|
294
|
+
readonly circular?: boolean | undefined;
|
|
295
|
+
readonly padded?: boolean | undefined;
|
|
296
|
+
readonly elevate?: boolean | undefined;
|
|
297
|
+
readonly bordered?: number | boolean | undefined;
|
|
298
|
+
readonly transparent?: boolean | undefined;
|
|
299
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
300
|
+
} & {
|
|
301
|
+
readonly unstyled?: boolean | undefined;
|
|
302
|
+
readonly size?: SizeTokens | undefined;
|
|
303
|
+
} & {
|
|
304
|
+
readonly unstyled?: boolean | undefined;
|
|
305
|
+
}, {
|
|
306
|
+
displayName: string | undefined;
|
|
307
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
308
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
309
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
310
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
311
|
+
};
|
|
312
|
+
__variantProps: {
|
|
313
|
+
readonly fullscreen?: boolean | undefined;
|
|
314
|
+
readonly elevation?: SizeTokens | undefined;
|
|
315
|
+
} & {
|
|
316
|
+
readonly fullscreen?: boolean | undefined;
|
|
317
|
+
readonly elevation?: SizeTokens | undefined;
|
|
318
|
+
} & {
|
|
319
|
+
readonly backgrounded?: boolean | undefined;
|
|
320
|
+
readonly radiused?: boolean | undefined;
|
|
321
|
+
readonly hoverTheme?: boolean | undefined;
|
|
322
|
+
readonly pressTheme?: boolean | undefined;
|
|
323
|
+
readonly focusTheme?: boolean | undefined;
|
|
324
|
+
readonly circular?: boolean | undefined;
|
|
325
|
+
readonly padded?: boolean | undefined;
|
|
326
|
+
readonly elevate?: boolean | undefined;
|
|
327
|
+
readonly bordered?: number | boolean | undefined;
|
|
328
|
+
readonly transparent?: boolean | undefined;
|
|
329
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
330
|
+
} & {
|
|
331
|
+
readonly unstyled?: boolean | undefined;
|
|
332
|
+
readonly size?: SizeTokens | undefined;
|
|
333
|
+
};
|
|
334
|
+
}>;
|
|
335
|
+
export declare const CardBackground: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
336
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
337
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
338
|
+
readonly fullscreen?: boolean | undefined;
|
|
339
|
+
readonly elevation?: SizeTokens | undefined;
|
|
340
|
+
} & {
|
|
341
|
+
readonly backgrounded?: boolean | undefined;
|
|
342
|
+
readonly radiused?: boolean | undefined;
|
|
343
|
+
readonly hoverTheme?: boolean | undefined;
|
|
344
|
+
readonly pressTheme?: boolean | undefined;
|
|
345
|
+
readonly focusTheme?: boolean | undefined;
|
|
346
|
+
readonly circular?: boolean | undefined;
|
|
347
|
+
readonly padded?: boolean | undefined;
|
|
348
|
+
readonly elevate?: boolean | undefined;
|
|
349
|
+
readonly bordered?: number | boolean | undefined;
|
|
350
|
+
readonly transparent?: boolean | undefined;
|
|
351
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
352
|
+
}, "unstyled"> & {
|
|
353
|
+
readonly unstyled?: boolean | undefined;
|
|
354
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
355
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
356
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
357
|
+
readonly fullscreen?: boolean | undefined;
|
|
358
|
+
readonly elevation?: SizeTokens | undefined;
|
|
359
|
+
} & {
|
|
360
|
+
readonly backgrounded?: boolean | undefined;
|
|
361
|
+
readonly radiused?: boolean | undefined;
|
|
362
|
+
readonly hoverTheme?: boolean | undefined;
|
|
363
|
+
readonly pressTheme?: boolean | undefined;
|
|
364
|
+
readonly focusTheme?: boolean | undefined;
|
|
365
|
+
readonly circular?: boolean | undefined;
|
|
366
|
+
readonly padded?: boolean | undefined;
|
|
367
|
+
readonly elevate?: boolean | undefined;
|
|
368
|
+
readonly bordered?: number | boolean | undefined;
|
|
369
|
+
readonly transparent?: boolean | undefined;
|
|
370
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
371
|
+
}, "unstyled"> & {
|
|
372
|
+
readonly unstyled?: boolean | undefined;
|
|
373
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
374
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
375
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
376
|
+
readonly fullscreen?: boolean | undefined;
|
|
377
|
+
readonly elevation?: SizeTokens | undefined;
|
|
378
|
+
} & {
|
|
379
|
+
readonly backgrounded?: boolean | undefined;
|
|
380
|
+
readonly radiused?: boolean | undefined;
|
|
381
|
+
readonly hoverTheme?: boolean | undefined;
|
|
382
|
+
readonly pressTheme?: boolean | undefined;
|
|
383
|
+
readonly focusTheme?: boolean | undefined;
|
|
384
|
+
readonly circular?: boolean | undefined;
|
|
385
|
+
readonly padded?: boolean | undefined;
|
|
386
|
+
readonly elevate?: boolean | undefined;
|
|
387
|
+
readonly bordered?: number | boolean | undefined;
|
|
388
|
+
readonly transparent?: boolean | undefined;
|
|
389
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
390
|
+
}, "unstyled"> & {
|
|
391
|
+
readonly unstyled?: boolean | undefined;
|
|
392
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
393
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
394
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
395
|
+
readonly fullscreen?: boolean | undefined;
|
|
396
|
+
readonly elevation?: SizeTokens | undefined;
|
|
397
|
+
} & {
|
|
398
|
+
readonly backgrounded?: boolean | undefined;
|
|
399
|
+
readonly radiused?: boolean | undefined;
|
|
400
|
+
readonly hoverTheme?: boolean | undefined;
|
|
401
|
+
readonly pressTheme?: boolean | undefined;
|
|
402
|
+
readonly focusTheme?: boolean | undefined;
|
|
403
|
+
readonly circular?: boolean | undefined;
|
|
404
|
+
readonly padded?: boolean | undefined;
|
|
405
|
+
readonly elevate?: boolean | undefined;
|
|
406
|
+
readonly bordered?: number | boolean | undefined;
|
|
407
|
+
readonly transparent?: boolean | undefined;
|
|
408
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
409
|
+
} & {
|
|
410
|
+
readonly unstyled?: boolean | undefined;
|
|
411
|
+
}, {
|
|
412
|
+
displayName: string | undefined;
|
|
413
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
414
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
415
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
416
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
417
|
+
};
|
|
418
|
+
__variantProps: {
|
|
419
|
+
readonly fullscreen?: boolean | undefined;
|
|
420
|
+
readonly elevation?: SizeTokens | undefined;
|
|
421
|
+
} & {
|
|
422
|
+
readonly fullscreen?: boolean | undefined;
|
|
423
|
+
readonly elevation?: SizeTokens | undefined;
|
|
424
|
+
} & {
|
|
425
|
+
readonly backgrounded?: boolean | undefined;
|
|
426
|
+
readonly radiused?: boolean | undefined;
|
|
427
|
+
readonly hoverTheme?: boolean | undefined;
|
|
428
|
+
readonly pressTheme?: boolean | undefined;
|
|
429
|
+
readonly focusTheme?: boolean | undefined;
|
|
430
|
+
readonly circular?: boolean | undefined;
|
|
431
|
+
readonly padded?: boolean | undefined;
|
|
432
|
+
readonly elevate?: boolean | undefined;
|
|
433
|
+
readonly bordered?: number | boolean | undefined;
|
|
434
|
+
readonly transparent?: boolean | undefined;
|
|
435
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
436
|
+
};
|
|
437
|
+
}>;
|
|
438
|
+
export type CardHeaderProps = GetProps<typeof CardHeader>;
|
|
439
|
+
export type CardFooterProps = GetProps<typeof CardFooter>;
|
|
440
|
+
export type CardProps = GetProps<typeof CardFrame>;
|
|
441
|
+
export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
442
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
443
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
444
|
+
readonly fullscreen?: boolean | undefined;
|
|
445
|
+
readonly elevation?: SizeTokens | undefined;
|
|
446
|
+
} & {
|
|
447
|
+
readonly backgrounded?: boolean | undefined;
|
|
448
|
+
readonly radiused?: boolean | undefined;
|
|
449
|
+
readonly hoverTheme?: boolean | undefined;
|
|
450
|
+
readonly pressTheme?: boolean | undefined;
|
|
451
|
+
readonly focusTheme?: boolean | undefined;
|
|
452
|
+
readonly circular?: boolean | undefined;
|
|
453
|
+
readonly padded?: boolean | undefined;
|
|
454
|
+
readonly elevate?: boolean | undefined;
|
|
455
|
+
readonly bordered?: number | boolean | undefined;
|
|
456
|
+
readonly transparent?: boolean | undefined;
|
|
457
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
458
|
+
}, "size" | "unstyled"> & {
|
|
459
|
+
readonly unstyled?: boolean | undefined;
|
|
460
|
+
readonly size?: SizeTokens | undefined;
|
|
461
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
462
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
463
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
464
|
+
readonly fullscreen?: boolean | undefined;
|
|
465
|
+
readonly elevation?: SizeTokens | undefined;
|
|
466
|
+
} & {
|
|
467
|
+
readonly backgrounded?: boolean | undefined;
|
|
468
|
+
readonly radiused?: boolean | undefined;
|
|
469
|
+
readonly hoverTheme?: boolean | undefined;
|
|
470
|
+
readonly pressTheme?: boolean | undefined;
|
|
471
|
+
readonly focusTheme?: boolean | undefined;
|
|
472
|
+
readonly circular?: boolean | undefined;
|
|
473
|
+
readonly padded?: boolean | undefined;
|
|
474
|
+
readonly elevate?: boolean | undefined;
|
|
475
|
+
readonly bordered?: number | boolean | undefined;
|
|
476
|
+
readonly transparent?: boolean | undefined;
|
|
477
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
478
|
+
}, "size" | "unstyled"> & {
|
|
479
|
+
readonly unstyled?: boolean | undefined;
|
|
480
|
+
readonly size?: SizeTokens | undefined;
|
|
481
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
482
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
483
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
484
|
+
readonly fullscreen?: boolean | undefined;
|
|
485
|
+
readonly elevation?: SizeTokens | undefined;
|
|
486
|
+
} & {
|
|
487
|
+
readonly backgrounded?: boolean | undefined;
|
|
488
|
+
readonly radiused?: boolean | undefined;
|
|
489
|
+
readonly hoverTheme?: boolean | undefined;
|
|
490
|
+
readonly pressTheme?: boolean | undefined;
|
|
491
|
+
readonly focusTheme?: boolean | undefined;
|
|
492
|
+
readonly circular?: boolean | undefined;
|
|
493
|
+
readonly padded?: boolean | undefined;
|
|
494
|
+
readonly elevate?: boolean | undefined;
|
|
495
|
+
readonly bordered?: number | boolean | undefined;
|
|
496
|
+
readonly transparent?: boolean | undefined;
|
|
497
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
498
|
+
}, "size" | "unstyled"> & {
|
|
499
|
+
readonly unstyled?: boolean | undefined;
|
|
500
|
+
readonly size?: SizeTokens | undefined;
|
|
501
|
+
}>>, import("@tamagui/web").TamaguiElement> & {
|
|
502
|
+
staticConfig: import("@tamagui/web").StaticConfigParsed;
|
|
503
|
+
extractable: <X>(a: X, opts?: Partial<import("@tamagui/web").StaticConfig> | undefined) => X;
|
|
504
|
+
styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
505
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
506
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
507
|
+
readonly fullscreen?: boolean | undefined;
|
|
508
|
+
readonly elevation?: SizeTokens | undefined;
|
|
509
|
+
} & {
|
|
510
|
+
readonly backgrounded?: boolean | undefined;
|
|
511
|
+
readonly radiused?: boolean | undefined;
|
|
512
|
+
readonly hoverTheme?: boolean | undefined;
|
|
513
|
+
readonly pressTheme?: boolean | undefined;
|
|
514
|
+
readonly focusTheme?: boolean | undefined;
|
|
515
|
+
readonly circular?: boolean | undefined;
|
|
516
|
+
readonly padded?: boolean | undefined;
|
|
517
|
+
readonly elevate?: boolean | undefined;
|
|
518
|
+
readonly bordered?: number | boolean | undefined;
|
|
519
|
+
readonly transparent?: boolean | undefined;
|
|
520
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
521
|
+
}, "size" | "unstyled"> & {
|
|
522
|
+
readonly unstyled?: boolean | undefined;
|
|
523
|
+
readonly size?: SizeTokens | undefined;
|
|
524
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
525
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
526
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
527
|
+
readonly fullscreen?: boolean | undefined;
|
|
528
|
+
readonly elevation?: SizeTokens | undefined;
|
|
529
|
+
} & {
|
|
530
|
+
readonly backgrounded?: boolean | undefined;
|
|
531
|
+
readonly radiused?: boolean | undefined;
|
|
532
|
+
readonly hoverTheme?: boolean | undefined;
|
|
533
|
+
readonly pressTheme?: boolean | undefined;
|
|
534
|
+
readonly focusTheme?: boolean | undefined;
|
|
535
|
+
readonly circular?: boolean | undefined;
|
|
536
|
+
readonly padded?: boolean | undefined;
|
|
537
|
+
readonly elevate?: boolean | undefined;
|
|
538
|
+
readonly bordered?: number | boolean | undefined;
|
|
539
|
+
readonly transparent?: boolean | undefined;
|
|
540
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
541
|
+
}, "size" | "unstyled"> & {
|
|
542
|
+
readonly unstyled?: boolean | undefined;
|
|
543
|
+
readonly size?: SizeTokens | undefined;
|
|
544
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
545
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
546
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
547
|
+
readonly fullscreen?: boolean | undefined;
|
|
548
|
+
readonly elevation?: SizeTokens | undefined;
|
|
549
|
+
} & {
|
|
550
|
+
readonly backgrounded?: boolean | undefined;
|
|
551
|
+
readonly radiused?: boolean | undefined;
|
|
552
|
+
readonly hoverTheme?: boolean | undefined;
|
|
553
|
+
readonly pressTheme?: boolean | undefined;
|
|
554
|
+
readonly focusTheme?: boolean | undefined;
|
|
555
|
+
readonly circular?: boolean | undefined;
|
|
556
|
+
readonly padded?: boolean | undefined;
|
|
557
|
+
readonly elevate?: boolean | undefined;
|
|
558
|
+
readonly bordered?: number | boolean | undefined;
|
|
559
|
+
readonly transparent?: boolean | undefined;
|
|
560
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
561
|
+
}, "size" | "unstyled"> & {
|
|
562
|
+
readonly unstyled?: boolean | undefined;
|
|
563
|
+
readonly size?: SizeTokens | undefined;
|
|
564
|
+
}>>, import("@tamagui/web").TamaguiElement>;
|
|
565
|
+
} & {
|
|
566
|
+
displayName: string | undefined;
|
|
567
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
568
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
569
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
570
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
571
|
+
};
|
|
572
|
+
__variantProps: {
|
|
573
|
+
readonly fullscreen?: boolean | undefined;
|
|
574
|
+
readonly elevation?: SizeTokens | undefined;
|
|
575
|
+
} & {
|
|
576
|
+
readonly fullscreen?: boolean | undefined;
|
|
577
|
+
readonly elevation?: SizeTokens | undefined;
|
|
578
|
+
} & {
|
|
579
|
+
readonly backgrounded?: boolean | undefined;
|
|
580
|
+
readonly radiused?: boolean | undefined;
|
|
581
|
+
readonly hoverTheme?: boolean | undefined;
|
|
582
|
+
readonly pressTheme?: boolean | undefined;
|
|
583
|
+
readonly focusTheme?: boolean | undefined;
|
|
584
|
+
readonly circular?: boolean | undefined;
|
|
585
|
+
readonly padded?: boolean | undefined;
|
|
586
|
+
readonly elevate?: boolean | undefined;
|
|
587
|
+
readonly bordered?: number | boolean | undefined;
|
|
588
|
+
readonly transparent?: boolean | undefined;
|
|
589
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
590
|
+
};
|
|
591
|
+
} & {
|
|
592
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
593
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
594
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps;
|
|
595
|
+
__variantProps: {
|
|
596
|
+
readonly fullscreen?: boolean | undefined;
|
|
597
|
+
readonly elevation?: SizeTokens | undefined;
|
|
598
|
+
} & {
|
|
599
|
+
readonly backgrounded?: boolean | undefined;
|
|
600
|
+
readonly radiused?: boolean | undefined;
|
|
601
|
+
readonly hoverTheme?: boolean | undefined;
|
|
602
|
+
readonly pressTheme?: boolean | undefined;
|
|
603
|
+
readonly focusTheme?: boolean | undefined;
|
|
604
|
+
readonly circular?: boolean | undefined;
|
|
605
|
+
readonly padded?: boolean | undefined;
|
|
606
|
+
readonly elevate?: boolean | undefined;
|
|
607
|
+
readonly bordered?: number | boolean | undefined;
|
|
608
|
+
readonly transparent?: boolean | undefined;
|
|
609
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
610
|
+
} & {
|
|
611
|
+
readonly unstyled?: boolean | undefined;
|
|
612
|
+
readonly size?: SizeTokens | undefined;
|
|
613
|
+
};
|
|
614
|
+
} & {
|
|
615
|
+
Header: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
616
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
617
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
618
|
+
readonly fullscreen?: boolean | undefined;
|
|
619
|
+
readonly elevation?: SizeTokens | undefined;
|
|
620
|
+
} & {
|
|
621
|
+
readonly backgrounded?: boolean | undefined;
|
|
622
|
+
readonly radiused?: boolean | undefined;
|
|
623
|
+
readonly hoverTheme?: boolean | undefined;
|
|
624
|
+
readonly pressTheme?: boolean | undefined;
|
|
625
|
+
readonly focusTheme?: boolean | undefined;
|
|
626
|
+
readonly circular?: boolean | undefined;
|
|
627
|
+
readonly padded?: boolean | undefined;
|
|
628
|
+
readonly elevate?: boolean | undefined;
|
|
629
|
+
readonly bordered?: number | boolean | undefined;
|
|
630
|
+
readonly transparent?: boolean | undefined;
|
|
631
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
632
|
+
}, "size" | "unstyled"> & {
|
|
633
|
+
readonly unstyled?: boolean | undefined;
|
|
634
|
+
readonly size?: SizeTokens | undefined;
|
|
635
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
636
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
637
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
638
|
+
readonly fullscreen?: boolean | undefined;
|
|
639
|
+
readonly elevation?: SizeTokens | undefined;
|
|
640
|
+
} & {
|
|
641
|
+
readonly backgrounded?: boolean | undefined;
|
|
642
|
+
readonly radiused?: boolean | undefined;
|
|
643
|
+
readonly hoverTheme?: boolean | undefined;
|
|
644
|
+
readonly pressTheme?: boolean | undefined;
|
|
645
|
+
readonly focusTheme?: boolean | undefined;
|
|
646
|
+
readonly circular?: boolean | undefined;
|
|
647
|
+
readonly padded?: boolean | undefined;
|
|
648
|
+
readonly elevate?: boolean | undefined;
|
|
649
|
+
readonly bordered?: number | boolean | undefined;
|
|
650
|
+
readonly transparent?: boolean | undefined;
|
|
651
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
652
|
+
}, "size" | "unstyled"> & {
|
|
653
|
+
readonly unstyled?: boolean | undefined;
|
|
654
|
+
readonly size?: SizeTokens | undefined;
|
|
655
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
656
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
657
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
658
|
+
readonly fullscreen?: boolean | undefined;
|
|
659
|
+
readonly elevation?: SizeTokens | undefined;
|
|
660
|
+
} & {
|
|
661
|
+
readonly backgrounded?: boolean | undefined;
|
|
662
|
+
readonly radiused?: boolean | undefined;
|
|
663
|
+
readonly hoverTheme?: boolean | undefined;
|
|
664
|
+
readonly pressTheme?: boolean | undefined;
|
|
665
|
+
readonly focusTheme?: boolean | undefined;
|
|
666
|
+
readonly circular?: boolean | undefined;
|
|
667
|
+
readonly padded?: boolean | undefined;
|
|
668
|
+
readonly elevate?: boolean | undefined;
|
|
669
|
+
readonly bordered?: number | boolean | undefined;
|
|
670
|
+
readonly transparent?: boolean | undefined;
|
|
671
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
672
|
+
}, "size" | "unstyled"> & {
|
|
673
|
+
readonly unstyled?: boolean | undefined;
|
|
674
|
+
readonly size?: SizeTokens | undefined;
|
|
675
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
676
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
677
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
678
|
+
readonly fullscreen?: boolean | undefined;
|
|
679
|
+
readonly elevation?: SizeTokens | undefined;
|
|
680
|
+
} & {
|
|
681
|
+
readonly backgrounded?: boolean | undefined;
|
|
682
|
+
readonly radiused?: boolean | undefined;
|
|
683
|
+
readonly hoverTheme?: boolean | undefined;
|
|
684
|
+
readonly pressTheme?: boolean | undefined;
|
|
685
|
+
readonly focusTheme?: boolean | undefined;
|
|
686
|
+
readonly circular?: boolean | undefined;
|
|
687
|
+
readonly padded?: boolean | undefined;
|
|
688
|
+
readonly elevate?: boolean | undefined;
|
|
689
|
+
readonly bordered?: number | boolean | undefined;
|
|
690
|
+
readonly transparent?: boolean | undefined;
|
|
691
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
692
|
+
} & {
|
|
693
|
+
readonly unstyled?: boolean | undefined;
|
|
694
|
+
readonly size?: SizeTokens | undefined;
|
|
695
|
+
}, {
|
|
696
|
+
displayName: string | undefined;
|
|
697
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
698
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
699
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
700
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
701
|
+
};
|
|
702
|
+
__variantProps: {
|
|
703
|
+
readonly fullscreen?: boolean | undefined;
|
|
704
|
+
readonly elevation?: SizeTokens | undefined;
|
|
705
|
+
} & {
|
|
706
|
+
readonly fullscreen?: boolean | undefined;
|
|
707
|
+
readonly elevation?: SizeTokens | undefined;
|
|
708
|
+
} & {
|
|
709
|
+
readonly backgrounded?: boolean | undefined;
|
|
710
|
+
readonly radiused?: boolean | undefined;
|
|
711
|
+
readonly hoverTheme?: boolean | undefined;
|
|
712
|
+
readonly pressTheme?: boolean | undefined;
|
|
713
|
+
readonly focusTheme?: boolean | undefined;
|
|
714
|
+
readonly circular?: boolean | undefined;
|
|
715
|
+
readonly padded?: boolean | undefined;
|
|
716
|
+
readonly elevate?: boolean | undefined;
|
|
717
|
+
readonly bordered?: number | boolean | undefined;
|
|
718
|
+
readonly transparent?: boolean | undefined;
|
|
719
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
720
|
+
};
|
|
721
|
+
}>;
|
|
722
|
+
Footer: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
723
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
724
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
725
|
+
readonly fullscreen?: boolean | undefined;
|
|
726
|
+
readonly elevation?: SizeTokens | undefined;
|
|
727
|
+
} & {
|
|
728
|
+
readonly backgrounded?: boolean | undefined;
|
|
729
|
+
readonly radiused?: boolean | undefined;
|
|
730
|
+
readonly hoverTheme?: boolean | undefined;
|
|
731
|
+
readonly pressTheme?: boolean | undefined;
|
|
732
|
+
readonly focusTheme?: boolean | undefined;
|
|
733
|
+
readonly circular?: boolean | undefined;
|
|
734
|
+
readonly padded?: boolean | undefined;
|
|
735
|
+
readonly elevate?: boolean | undefined;
|
|
736
|
+
readonly bordered?: number | boolean | undefined;
|
|
737
|
+
readonly transparent?: boolean | undefined;
|
|
738
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
739
|
+
} & {
|
|
740
|
+
readonly unstyled?: boolean | undefined;
|
|
741
|
+
readonly size?: SizeTokens | undefined;
|
|
742
|
+
}, "unstyled"> & {
|
|
743
|
+
readonly unstyled?: boolean | undefined;
|
|
744
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
745
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
746
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
747
|
+
readonly fullscreen?: boolean | undefined;
|
|
748
|
+
readonly elevation?: SizeTokens | undefined;
|
|
749
|
+
} & {
|
|
750
|
+
readonly backgrounded?: boolean | undefined;
|
|
751
|
+
readonly radiused?: boolean | undefined;
|
|
752
|
+
readonly hoverTheme?: boolean | undefined;
|
|
753
|
+
readonly pressTheme?: boolean | undefined;
|
|
754
|
+
readonly focusTheme?: boolean | undefined;
|
|
755
|
+
readonly circular?: boolean | undefined;
|
|
756
|
+
readonly padded?: boolean | undefined;
|
|
757
|
+
readonly elevate?: boolean | undefined;
|
|
758
|
+
readonly bordered?: number | boolean | undefined;
|
|
759
|
+
readonly transparent?: boolean | undefined;
|
|
760
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
761
|
+
} & {
|
|
762
|
+
readonly unstyled?: boolean | undefined;
|
|
763
|
+
readonly size?: SizeTokens | undefined;
|
|
764
|
+
}, "unstyled"> & {
|
|
765
|
+
readonly unstyled?: boolean | undefined;
|
|
766
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
767
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
768
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
769
|
+
readonly fullscreen?: boolean | undefined;
|
|
770
|
+
readonly elevation?: SizeTokens | undefined;
|
|
771
|
+
} & {
|
|
772
|
+
readonly backgrounded?: boolean | undefined;
|
|
773
|
+
readonly radiused?: boolean | undefined;
|
|
774
|
+
readonly hoverTheme?: boolean | undefined;
|
|
775
|
+
readonly pressTheme?: boolean | undefined;
|
|
776
|
+
readonly focusTheme?: boolean | undefined;
|
|
777
|
+
readonly circular?: boolean | undefined;
|
|
778
|
+
readonly padded?: boolean | undefined;
|
|
779
|
+
readonly elevate?: boolean | undefined;
|
|
780
|
+
readonly bordered?: number | boolean | undefined;
|
|
781
|
+
readonly transparent?: boolean | undefined;
|
|
782
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
783
|
+
} & {
|
|
784
|
+
readonly unstyled?: boolean | undefined;
|
|
785
|
+
readonly size?: SizeTokens | undefined;
|
|
786
|
+
}, "unstyled"> & {
|
|
787
|
+
readonly unstyled?: boolean | undefined;
|
|
788
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
789
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
790
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
791
|
+
readonly fullscreen?: boolean | undefined;
|
|
792
|
+
readonly elevation?: SizeTokens | undefined;
|
|
793
|
+
} & {
|
|
794
|
+
readonly backgrounded?: boolean | undefined;
|
|
795
|
+
readonly radiused?: boolean | undefined;
|
|
796
|
+
readonly hoverTheme?: boolean | undefined;
|
|
797
|
+
readonly pressTheme?: boolean | undefined;
|
|
798
|
+
readonly focusTheme?: boolean | undefined;
|
|
799
|
+
readonly circular?: boolean | undefined;
|
|
800
|
+
readonly padded?: boolean | undefined;
|
|
801
|
+
readonly elevate?: boolean | undefined;
|
|
802
|
+
readonly bordered?: number | boolean | undefined;
|
|
803
|
+
readonly transparent?: boolean | undefined;
|
|
804
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
805
|
+
} & {
|
|
806
|
+
readonly unstyled?: boolean | undefined;
|
|
807
|
+
readonly size?: SizeTokens | undefined;
|
|
808
|
+
} & {
|
|
809
|
+
readonly unstyled?: boolean | undefined;
|
|
810
|
+
}, {
|
|
811
|
+
displayName: string | undefined;
|
|
812
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
813
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
814
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
815
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
816
|
+
};
|
|
817
|
+
__variantProps: {
|
|
818
|
+
readonly fullscreen?: boolean | undefined;
|
|
819
|
+
readonly elevation?: SizeTokens | undefined;
|
|
820
|
+
} & {
|
|
821
|
+
readonly fullscreen?: boolean | undefined;
|
|
822
|
+
readonly elevation?: SizeTokens | undefined;
|
|
823
|
+
} & {
|
|
824
|
+
readonly backgrounded?: boolean | undefined;
|
|
825
|
+
readonly radiused?: boolean | undefined;
|
|
826
|
+
readonly hoverTheme?: boolean | undefined;
|
|
827
|
+
readonly pressTheme?: boolean | undefined;
|
|
828
|
+
readonly focusTheme?: boolean | undefined;
|
|
829
|
+
readonly circular?: boolean | undefined;
|
|
830
|
+
readonly padded?: boolean | undefined;
|
|
831
|
+
readonly elevate?: boolean | undefined;
|
|
832
|
+
readonly bordered?: number | boolean | undefined;
|
|
833
|
+
readonly transparent?: boolean | undefined;
|
|
834
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
835
|
+
} & {
|
|
836
|
+
readonly unstyled?: boolean | undefined;
|
|
837
|
+
readonly size?: SizeTokens | undefined;
|
|
838
|
+
};
|
|
839
|
+
}>;
|
|
840
|
+
Background: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
841
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
842
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
843
|
+
readonly fullscreen?: boolean | undefined;
|
|
844
|
+
readonly elevation?: SizeTokens | undefined;
|
|
845
|
+
} & {
|
|
846
|
+
readonly backgrounded?: boolean | undefined;
|
|
847
|
+
readonly radiused?: boolean | undefined;
|
|
848
|
+
readonly hoverTheme?: boolean | undefined;
|
|
849
|
+
readonly pressTheme?: boolean | undefined;
|
|
850
|
+
readonly focusTheme?: boolean | undefined;
|
|
851
|
+
readonly circular?: boolean | undefined;
|
|
852
|
+
readonly padded?: boolean | undefined;
|
|
853
|
+
readonly elevate?: boolean | undefined;
|
|
854
|
+
readonly bordered?: number | boolean | undefined;
|
|
855
|
+
readonly transparent?: boolean | undefined;
|
|
856
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
857
|
+
}, "unstyled"> & {
|
|
858
|
+
readonly unstyled?: boolean | undefined;
|
|
859
|
+
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
860
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
861
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
862
|
+
readonly fullscreen?: boolean | undefined;
|
|
863
|
+
readonly elevation?: SizeTokens | undefined;
|
|
864
|
+
} & {
|
|
865
|
+
readonly backgrounded?: boolean | undefined;
|
|
866
|
+
readonly radiused?: boolean | undefined;
|
|
867
|
+
readonly hoverTheme?: boolean | undefined;
|
|
868
|
+
readonly pressTheme?: boolean | undefined;
|
|
869
|
+
readonly focusTheme?: boolean | undefined;
|
|
870
|
+
readonly circular?: boolean | undefined;
|
|
871
|
+
readonly padded?: boolean | undefined;
|
|
872
|
+
readonly elevate?: boolean | undefined;
|
|
873
|
+
readonly bordered?: number | boolean | undefined;
|
|
874
|
+
readonly transparent?: boolean | undefined;
|
|
875
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
876
|
+
}, "unstyled"> & {
|
|
877
|
+
readonly unstyled?: boolean | undefined;
|
|
878
|
+
}>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
879
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
880
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
881
|
+
readonly fullscreen?: boolean | undefined;
|
|
882
|
+
readonly elevation?: SizeTokens | undefined;
|
|
883
|
+
} & {
|
|
884
|
+
readonly backgrounded?: boolean | undefined;
|
|
885
|
+
readonly radiused?: boolean | undefined;
|
|
886
|
+
readonly hoverTheme?: boolean | undefined;
|
|
887
|
+
readonly pressTheme?: boolean | undefined;
|
|
888
|
+
readonly focusTheme?: boolean | undefined;
|
|
889
|
+
readonly circular?: boolean | undefined;
|
|
890
|
+
readonly padded?: boolean | undefined;
|
|
891
|
+
readonly elevate?: boolean | undefined;
|
|
892
|
+
readonly bordered?: number | boolean | undefined;
|
|
893
|
+
readonly transparent?: boolean | undefined;
|
|
894
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
895
|
+
}, "unstyled"> & {
|
|
896
|
+
readonly unstyled?: boolean | undefined;
|
|
897
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
898
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
899
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
900
|
+
readonly fullscreen?: boolean | undefined;
|
|
901
|
+
readonly elevation?: SizeTokens | undefined;
|
|
902
|
+
} & {
|
|
903
|
+
readonly backgrounded?: boolean | undefined;
|
|
904
|
+
readonly radiused?: boolean | undefined;
|
|
905
|
+
readonly hoverTheme?: boolean | undefined;
|
|
906
|
+
readonly pressTheme?: boolean | undefined;
|
|
907
|
+
readonly focusTheme?: boolean | undefined;
|
|
908
|
+
readonly circular?: boolean | undefined;
|
|
909
|
+
readonly padded?: boolean | undefined;
|
|
910
|
+
readonly elevate?: boolean | undefined;
|
|
911
|
+
readonly bordered?: number | boolean | undefined;
|
|
912
|
+
readonly transparent?: boolean | undefined;
|
|
913
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
914
|
+
} & {
|
|
915
|
+
readonly unstyled?: boolean | undefined;
|
|
916
|
+
}, {
|
|
917
|
+
displayName: string | undefined;
|
|
918
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
919
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
920
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & {
|
|
921
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
922
|
+
};
|
|
923
|
+
__variantProps: {
|
|
924
|
+
readonly fullscreen?: boolean | undefined;
|
|
925
|
+
readonly elevation?: SizeTokens | undefined;
|
|
926
|
+
} & {
|
|
927
|
+
readonly fullscreen?: boolean | undefined;
|
|
928
|
+
readonly elevation?: SizeTokens | undefined;
|
|
929
|
+
} & {
|
|
930
|
+
readonly backgrounded?: boolean | undefined;
|
|
931
|
+
readonly radiused?: boolean | undefined;
|
|
932
|
+
readonly hoverTheme?: boolean | undefined;
|
|
933
|
+
readonly pressTheme?: boolean | undefined;
|
|
934
|
+
readonly focusTheme?: boolean | undefined;
|
|
935
|
+
readonly circular?: boolean | undefined;
|
|
936
|
+
readonly padded?: boolean | undefined;
|
|
937
|
+
readonly elevate?: boolean | undefined;
|
|
938
|
+
readonly bordered?: number | boolean | undefined;
|
|
939
|
+
readonly transparent?: boolean | undefined;
|
|
940
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
941
|
+
};
|
|
942
|
+
}>;
|
|
943
|
+
};
|
|
944
|
+
//# sourceMappingURL=Card.d.ts.map
|