@tamagui/card 1.0.1-beta.158 → 1.0.1-beta.161
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.map +1 -1
- package/dist/esm/Card.js.map +1 -1
- package/dist/jsx/Card.js.map +1 -1
- package/package.json +5 -5
- package/src/Card.tsx +2 -2
- package/types/Card.d.ts +545 -545
package/types/Card.d.ts
CHANGED
|
@@ -5,280 +5,280 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
5
5
|
readonly fullscreen?: boolean | undefined;
|
|
6
6
|
readonly elevation?: SizeTokens | undefined;
|
|
7
7
|
} & {
|
|
8
|
-
fontFamily?: unknown;
|
|
9
|
-
backgrounded?: boolean | undefined;
|
|
10
|
-
radiused?: boolean | undefined;
|
|
11
|
-
hoverTheme?: boolean | undefined;
|
|
12
|
-
pressTheme?: boolean | undefined;
|
|
13
|
-
focusTheme?: boolean | undefined;
|
|
14
|
-
circular?: boolean | undefined;
|
|
15
|
-
padded?: boolean | undefined;
|
|
16
|
-
elevate?: boolean | undefined;
|
|
17
|
-
bordered?: number | boolean | undefined;
|
|
18
|
-
transparent?: boolean | undefined;
|
|
19
|
-
chromeless?: boolean | "all" | undefined;
|
|
8
|
+
readonly fontFamily?: unknown;
|
|
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
20
|
}, "size"> & {
|
|
21
|
-
size?: SizeTokens | undefined;
|
|
21
|
+
readonly size?: SizeTokens | undefined;
|
|
22
22
|
} & 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<{
|
|
23
23
|
readonly fullscreen?: boolean | undefined;
|
|
24
24
|
readonly elevation?: SizeTokens | undefined;
|
|
25
25
|
} & {
|
|
26
|
-
fontFamily?: unknown;
|
|
27
|
-
backgrounded?: boolean | undefined;
|
|
28
|
-
radiused?: boolean | undefined;
|
|
29
|
-
hoverTheme?: boolean | undefined;
|
|
30
|
-
pressTheme?: boolean | undefined;
|
|
31
|
-
focusTheme?: boolean | undefined;
|
|
32
|
-
circular?: boolean | undefined;
|
|
33
|
-
padded?: boolean | undefined;
|
|
34
|
-
elevate?: boolean | undefined;
|
|
35
|
-
bordered?: number | boolean | undefined;
|
|
36
|
-
transparent?: boolean | undefined;
|
|
37
|
-
chromeless?: boolean | "all" | undefined;
|
|
26
|
+
readonly fontFamily?: unknown;
|
|
27
|
+
readonly backgrounded?: boolean | undefined;
|
|
28
|
+
readonly radiused?: boolean | undefined;
|
|
29
|
+
readonly hoverTheme?: boolean | undefined;
|
|
30
|
+
readonly pressTheme?: boolean | undefined;
|
|
31
|
+
readonly focusTheme?: boolean | undefined;
|
|
32
|
+
readonly circular?: boolean | undefined;
|
|
33
|
+
readonly padded?: boolean | undefined;
|
|
34
|
+
readonly elevate?: boolean | undefined;
|
|
35
|
+
readonly bordered?: number | boolean | undefined;
|
|
36
|
+
readonly transparent?: boolean | undefined;
|
|
37
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
38
38
|
}, "size"> & {
|
|
39
|
-
size?: SizeTokens | undefined;
|
|
39
|
+
readonly size?: SizeTokens | undefined;
|
|
40
40
|
}>> & 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<{
|
|
41
41
|
readonly fullscreen?: boolean | undefined;
|
|
42
42
|
readonly elevation?: SizeTokens | undefined;
|
|
43
43
|
} & {
|
|
44
|
-
fontFamily?: unknown;
|
|
45
|
-
backgrounded?: boolean | undefined;
|
|
46
|
-
radiused?: boolean | undefined;
|
|
47
|
-
hoverTheme?: boolean | undefined;
|
|
48
|
-
pressTheme?: boolean | undefined;
|
|
49
|
-
focusTheme?: boolean | undefined;
|
|
50
|
-
circular?: boolean | undefined;
|
|
51
|
-
padded?: boolean | undefined;
|
|
52
|
-
elevate?: boolean | undefined;
|
|
53
|
-
bordered?: number | boolean | undefined;
|
|
54
|
-
transparent?: boolean | undefined;
|
|
55
|
-
chromeless?: boolean | "all" | undefined;
|
|
44
|
+
readonly fontFamily?: unknown;
|
|
45
|
+
readonly backgrounded?: boolean | undefined;
|
|
46
|
+
readonly radiused?: boolean | undefined;
|
|
47
|
+
readonly hoverTheme?: boolean | undefined;
|
|
48
|
+
readonly pressTheme?: boolean | undefined;
|
|
49
|
+
readonly focusTheme?: boolean | undefined;
|
|
50
|
+
readonly circular?: boolean | undefined;
|
|
51
|
+
readonly padded?: boolean | undefined;
|
|
52
|
+
readonly elevate?: boolean | undefined;
|
|
53
|
+
readonly bordered?: number | boolean | undefined;
|
|
54
|
+
readonly transparent?: boolean | undefined;
|
|
55
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
56
56
|
}, "size"> & {
|
|
57
|
-
size?: SizeTokens | undefined;
|
|
57
|
+
readonly size?: SizeTokens | undefined;
|
|
58
58
|
}>>, import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
59
59
|
readonly fullscreen?: boolean | undefined;
|
|
60
60
|
readonly elevation?: SizeTokens | undefined;
|
|
61
61
|
} & {
|
|
62
|
-
fontFamily?: unknown;
|
|
63
|
-
backgrounded?: boolean | undefined;
|
|
64
|
-
radiused?: boolean | undefined;
|
|
65
|
-
hoverTheme?: boolean | undefined;
|
|
66
|
-
pressTheme?: boolean | undefined;
|
|
67
|
-
focusTheme?: boolean | undefined;
|
|
68
|
-
circular?: boolean | undefined;
|
|
69
|
-
padded?: boolean | undefined;
|
|
70
|
-
elevate?: boolean | undefined;
|
|
71
|
-
bordered?: number | boolean | undefined;
|
|
72
|
-
transparent?: boolean | undefined;
|
|
73
|
-
chromeless?: boolean | "all" | undefined;
|
|
62
|
+
readonly fontFamily?: unknown;
|
|
63
|
+
readonly backgrounded?: boolean | undefined;
|
|
64
|
+
readonly radiused?: boolean | undefined;
|
|
65
|
+
readonly hoverTheme?: boolean | undefined;
|
|
66
|
+
readonly pressTheme?: boolean | undefined;
|
|
67
|
+
readonly focusTheme?: boolean | undefined;
|
|
68
|
+
readonly circular?: boolean | undefined;
|
|
69
|
+
readonly padded?: boolean | undefined;
|
|
70
|
+
readonly elevate?: boolean | undefined;
|
|
71
|
+
readonly bordered?: number | boolean | undefined;
|
|
72
|
+
readonly transparent?: boolean | undefined;
|
|
73
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
74
74
|
} & {
|
|
75
|
-
size?: SizeTokens | undefined;
|
|
75
|
+
readonly size?: SizeTokens | undefined;
|
|
76
76
|
}>;
|
|
77
77
|
export declare const CardHeader: import("@tamagui/core").TamaguiComponent<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<{
|
|
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"> & {
|
|
94
|
-
size?: SizeTokens | undefined;
|
|
94
|
+
readonly size?: SizeTokens | undefined;
|
|
95
95
|
} & 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<{
|
|
96
96
|
readonly fullscreen?: boolean | undefined;
|
|
97
97
|
readonly elevation?: SizeTokens | undefined;
|
|
98
98
|
} & {
|
|
99
|
-
fontFamily?: unknown;
|
|
100
|
-
backgrounded?: boolean | undefined;
|
|
101
|
-
radiused?: boolean | undefined;
|
|
102
|
-
hoverTheme?: boolean | undefined;
|
|
103
|
-
pressTheme?: boolean | undefined;
|
|
104
|
-
focusTheme?: boolean | undefined;
|
|
105
|
-
circular?: boolean | undefined;
|
|
106
|
-
padded?: boolean | undefined;
|
|
107
|
-
elevate?: boolean | undefined;
|
|
108
|
-
bordered?: number | boolean | undefined;
|
|
109
|
-
transparent?: boolean | undefined;
|
|
110
|
-
chromeless?: boolean | "all" | undefined;
|
|
99
|
+
readonly fontFamily?: unknown;
|
|
100
|
+
readonly backgrounded?: boolean | undefined;
|
|
101
|
+
readonly radiused?: boolean | undefined;
|
|
102
|
+
readonly hoverTheme?: boolean | undefined;
|
|
103
|
+
readonly pressTheme?: boolean | undefined;
|
|
104
|
+
readonly focusTheme?: boolean | undefined;
|
|
105
|
+
readonly circular?: boolean | undefined;
|
|
106
|
+
readonly padded?: boolean | undefined;
|
|
107
|
+
readonly elevate?: boolean | undefined;
|
|
108
|
+
readonly bordered?: number | boolean | undefined;
|
|
109
|
+
readonly transparent?: boolean | undefined;
|
|
110
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
111
111
|
}, "size"> & {
|
|
112
|
-
size?: SizeTokens | undefined;
|
|
112
|
+
readonly size?: SizeTokens | undefined;
|
|
113
113
|
}>> & 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<{
|
|
114
114
|
readonly fullscreen?: boolean | undefined;
|
|
115
115
|
readonly elevation?: SizeTokens | undefined;
|
|
116
116
|
} & {
|
|
117
|
-
fontFamily?: unknown;
|
|
118
|
-
backgrounded?: boolean | undefined;
|
|
119
|
-
radiused?: boolean | undefined;
|
|
120
|
-
hoverTheme?: boolean | undefined;
|
|
121
|
-
pressTheme?: boolean | undefined;
|
|
122
|
-
focusTheme?: boolean | undefined;
|
|
123
|
-
circular?: boolean | undefined;
|
|
124
|
-
padded?: boolean | undefined;
|
|
125
|
-
elevate?: boolean | undefined;
|
|
126
|
-
bordered?: number | boolean | undefined;
|
|
127
|
-
transparent?: boolean | undefined;
|
|
128
|
-
chromeless?: boolean | "all" | undefined;
|
|
117
|
+
readonly fontFamily?: unknown;
|
|
118
|
+
readonly backgrounded?: boolean | undefined;
|
|
119
|
+
readonly radiused?: boolean | undefined;
|
|
120
|
+
readonly hoverTheme?: boolean | undefined;
|
|
121
|
+
readonly pressTheme?: boolean | undefined;
|
|
122
|
+
readonly focusTheme?: boolean | undefined;
|
|
123
|
+
readonly circular?: boolean | undefined;
|
|
124
|
+
readonly padded?: boolean | undefined;
|
|
125
|
+
readonly elevate?: boolean | undefined;
|
|
126
|
+
readonly bordered?: number | boolean | undefined;
|
|
127
|
+
readonly transparent?: boolean | undefined;
|
|
128
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
129
129
|
}, "size"> & {
|
|
130
|
-
size?: SizeTokens | undefined;
|
|
130
|
+
readonly size?: SizeTokens | undefined;
|
|
131
131
|
}>>, import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
132
132
|
readonly fullscreen?: boolean | undefined;
|
|
133
133
|
readonly elevation?: SizeTokens | undefined;
|
|
134
134
|
} & {
|
|
135
|
-
fontFamily?: unknown;
|
|
136
|
-
backgrounded?: boolean | undefined;
|
|
137
|
-
radiused?: boolean | undefined;
|
|
138
|
-
hoverTheme?: boolean | undefined;
|
|
139
|
-
pressTheme?: boolean | undefined;
|
|
140
|
-
focusTheme?: boolean | undefined;
|
|
141
|
-
circular?: boolean | undefined;
|
|
142
|
-
padded?: boolean | undefined;
|
|
143
|
-
elevate?: boolean | undefined;
|
|
144
|
-
bordered?: number | boolean | undefined;
|
|
145
|
-
transparent?: boolean | undefined;
|
|
146
|
-
chromeless?: boolean | "all" | undefined;
|
|
135
|
+
readonly fontFamily?: unknown;
|
|
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
147
|
} & {
|
|
148
|
-
size?: SizeTokens | undefined;
|
|
148
|
+
readonly size?: SizeTokens | undefined;
|
|
149
149
|
}>;
|
|
150
150
|
export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(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<{
|
|
151
151
|
readonly fullscreen?: boolean | undefined;
|
|
152
152
|
readonly elevation?: SizeTokens | undefined;
|
|
153
153
|
} & {
|
|
154
|
-
fontFamily?: unknown;
|
|
155
|
-
backgrounded?: boolean | undefined;
|
|
156
|
-
radiused?: boolean | undefined;
|
|
157
|
-
hoverTheme?: boolean | undefined;
|
|
158
|
-
pressTheme?: boolean | undefined;
|
|
159
|
-
focusTheme?: boolean | undefined;
|
|
160
|
-
circular?: boolean | undefined;
|
|
161
|
-
padded?: boolean | undefined;
|
|
162
|
-
elevate?: boolean | undefined;
|
|
163
|
-
bordered?: number | boolean | undefined;
|
|
164
|
-
transparent?: boolean | undefined;
|
|
165
|
-
chromeless?: boolean | "all" | undefined;
|
|
154
|
+
readonly fontFamily?: unknown;
|
|
155
|
+
readonly backgrounded?: boolean | undefined;
|
|
156
|
+
readonly radiused?: boolean | undefined;
|
|
157
|
+
readonly hoverTheme?: boolean | undefined;
|
|
158
|
+
readonly pressTheme?: boolean | undefined;
|
|
159
|
+
readonly focusTheme?: boolean | undefined;
|
|
160
|
+
readonly circular?: boolean | undefined;
|
|
161
|
+
readonly padded?: boolean | undefined;
|
|
162
|
+
readonly elevate?: boolean | undefined;
|
|
163
|
+
readonly bordered?: number | boolean | undefined;
|
|
164
|
+
readonly transparent?: boolean | undefined;
|
|
165
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
166
166
|
}, "size"> & {
|
|
167
|
-
size?: SizeTokens | undefined;
|
|
167
|
+
readonly size?: SizeTokens | undefined;
|
|
168
168
|
} & 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<{
|
|
169
169
|
readonly fullscreen?: boolean | undefined;
|
|
170
170
|
readonly elevation?: SizeTokens | undefined;
|
|
171
171
|
} & {
|
|
172
|
-
fontFamily?: unknown;
|
|
173
|
-
backgrounded?: boolean | undefined;
|
|
174
|
-
radiused?: boolean | undefined;
|
|
175
|
-
hoverTheme?: boolean | undefined;
|
|
176
|
-
pressTheme?: boolean | undefined;
|
|
177
|
-
focusTheme?: boolean | undefined;
|
|
178
|
-
circular?: boolean | undefined;
|
|
179
|
-
padded?: boolean | undefined;
|
|
180
|
-
elevate?: boolean | undefined;
|
|
181
|
-
bordered?: number | boolean | undefined;
|
|
182
|
-
transparent?: boolean | undefined;
|
|
183
|
-
chromeless?: boolean | "all" | undefined;
|
|
172
|
+
readonly fontFamily?: unknown;
|
|
173
|
+
readonly backgrounded?: boolean | undefined;
|
|
174
|
+
readonly radiused?: boolean | undefined;
|
|
175
|
+
readonly hoverTheme?: boolean | undefined;
|
|
176
|
+
readonly pressTheme?: boolean | undefined;
|
|
177
|
+
readonly focusTheme?: boolean | undefined;
|
|
178
|
+
readonly circular?: boolean | undefined;
|
|
179
|
+
readonly padded?: boolean | undefined;
|
|
180
|
+
readonly elevate?: boolean | undefined;
|
|
181
|
+
readonly bordered?: number | boolean | undefined;
|
|
182
|
+
readonly transparent?: boolean | undefined;
|
|
183
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
184
184
|
}, "size"> & {
|
|
185
|
-
size?: SizeTokens | undefined;
|
|
185
|
+
readonly size?: SizeTokens | undefined;
|
|
186
186
|
}>> & 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<{
|
|
187
187
|
readonly fullscreen?: boolean | undefined;
|
|
188
188
|
readonly elevation?: SizeTokens | undefined;
|
|
189
189
|
} & {
|
|
190
|
-
fontFamily?: unknown;
|
|
191
|
-
backgrounded?: boolean | undefined;
|
|
192
|
-
radiused?: boolean | undefined;
|
|
193
|
-
hoverTheme?: boolean | undefined;
|
|
194
|
-
pressTheme?: boolean | undefined;
|
|
195
|
-
focusTheme?: boolean | undefined;
|
|
196
|
-
circular?: boolean | undefined;
|
|
197
|
-
padded?: boolean | undefined;
|
|
198
|
-
elevate?: boolean | undefined;
|
|
199
|
-
bordered?: number | boolean | undefined;
|
|
200
|
-
transparent?: boolean | undefined;
|
|
201
|
-
chromeless?: boolean | "all" | undefined;
|
|
190
|
+
readonly fontFamily?: unknown;
|
|
191
|
+
readonly backgrounded?: boolean | undefined;
|
|
192
|
+
readonly radiused?: boolean | undefined;
|
|
193
|
+
readonly hoverTheme?: boolean | undefined;
|
|
194
|
+
readonly pressTheme?: boolean | undefined;
|
|
195
|
+
readonly focusTheme?: boolean | undefined;
|
|
196
|
+
readonly circular?: boolean | undefined;
|
|
197
|
+
readonly padded?: boolean | undefined;
|
|
198
|
+
readonly elevate?: boolean | undefined;
|
|
199
|
+
readonly bordered?: number | boolean | undefined;
|
|
200
|
+
readonly transparent?: boolean | undefined;
|
|
201
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
202
202
|
}, "size"> & {
|
|
203
|
-
size?: SizeTokens | undefined;
|
|
203
|
+
readonly size?: SizeTokens | undefined;
|
|
204
204
|
}>>) | (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<{
|
|
205
205
|
readonly fullscreen?: boolean | undefined;
|
|
206
206
|
readonly elevation?: SizeTokens | undefined;
|
|
207
207
|
} & {
|
|
208
|
-
fontFamily?: unknown;
|
|
209
|
-
backgrounded?: boolean | undefined;
|
|
210
|
-
radiused?: boolean | undefined;
|
|
211
|
-
hoverTheme?: boolean | undefined;
|
|
212
|
-
pressTheme?: boolean | undefined;
|
|
213
|
-
focusTheme?: boolean | undefined;
|
|
214
|
-
circular?: boolean | undefined;
|
|
215
|
-
padded?: boolean | undefined;
|
|
216
|
-
elevate?: boolean | undefined;
|
|
217
|
-
bordered?: number | boolean | undefined;
|
|
218
|
-
transparent?: boolean | undefined;
|
|
219
|
-
chromeless?: boolean | "all" | undefined;
|
|
208
|
+
readonly fontFamily?: unknown;
|
|
209
|
+
readonly backgrounded?: boolean | undefined;
|
|
210
|
+
readonly radiused?: boolean | undefined;
|
|
211
|
+
readonly hoverTheme?: boolean | undefined;
|
|
212
|
+
readonly pressTheme?: boolean | undefined;
|
|
213
|
+
readonly focusTheme?: boolean | undefined;
|
|
214
|
+
readonly circular?: boolean | undefined;
|
|
215
|
+
readonly padded?: boolean | undefined;
|
|
216
|
+
readonly elevate?: boolean | undefined;
|
|
217
|
+
readonly bordered?: number | boolean | undefined;
|
|
218
|
+
readonly transparent?: boolean | undefined;
|
|
219
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
220
220
|
} & {
|
|
221
|
-
size?: SizeTokens | undefined;
|
|
221
|
+
readonly size?: SizeTokens | undefined;
|
|
222
222
|
}, string | number> & {
|
|
223
223
|
[x: string]: undefined;
|
|
224
224
|
} & 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<{
|
|
225
225
|
readonly fullscreen?: boolean | undefined;
|
|
226
226
|
readonly elevation?: SizeTokens | undefined;
|
|
227
227
|
} & {
|
|
228
|
-
fontFamily?: unknown;
|
|
229
|
-
backgrounded?: boolean | undefined;
|
|
230
|
-
radiused?: boolean | undefined;
|
|
231
|
-
hoverTheme?: boolean | undefined;
|
|
232
|
-
pressTheme?: boolean | undefined;
|
|
233
|
-
focusTheme?: boolean | undefined;
|
|
234
|
-
circular?: boolean | undefined;
|
|
235
|
-
padded?: boolean | undefined;
|
|
236
|
-
elevate?: boolean | undefined;
|
|
237
|
-
bordered?: number | boolean | undefined;
|
|
238
|
-
transparent?: boolean | undefined;
|
|
239
|
-
chromeless?: boolean | "all" | undefined;
|
|
228
|
+
readonly fontFamily?: unknown;
|
|
229
|
+
readonly backgrounded?: boolean | undefined;
|
|
230
|
+
readonly radiused?: boolean | undefined;
|
|
231
|
+
readonly hoverTheme?: boolean | undefined;
|
|
232
|
+
readonly pressTheme?: boolean | undefined;
|
|
233
|
+
readonly focusTheme?: boolean | undefined;
|
|
234
|
+
readonly circular?: boolean | undefined;
|
|
235
|
+
readonly padded?: boolean | undefined;
|
|
236
|
+
readonly elevate?: boolean | undefined;
|
|
237
|
+
readonly bordered?: number | boolean | undefined;
|
|
238
|
+
readonly transparent?: boolean | undefined;
|
|
239
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
240
240
|
} & {
|
|
241
|
-
size?: SizeTokens | undefined;
|
|
241
|
+
readonly size?: SizeTokens | undefined;
|
|
242
242
|
}, string | number> & {
|
|
243
243
|
[x: string]: undefined;
|
|
244
244
|
}>> & 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<{
|
|
245
245
|
readonly fullscreen?: boolean | undefined;
|
|
246
246
|
readonly elevation?: SizeTokens | undefined;
|
|
247
247
|
} & {
|
|
248
|
-
fontFamily?: unknown;
|
|
249
|
-
backgrounded?: boolean | undefined;
|
|
250
|
-
radiused?: boolean | undefined;
|
|
251
|
-
hoverTheme?: boolean | undefined;
|
|
252
|
-
pressTheme?: boolean | undefined;
|
|
253
|
-
focusTheme?: boolean | undefined;
|
|
254
|
-
circular?: boolean | undefined;
|
|
255
|
-
padded?: boolean | undefined;
|
|
256
|
-
elevate?: boolean | undefined;
|
|
257
|
-
bordered?: number | boolean | undefined;
|
|
258
|
-
transparent?: boolean | undefined;
|
|
259
|
-
chromeless?: boolean | "all" | undefined;
|
|
248
|
+
readonly fontFamily?: unknown;
|
|
249
|
+
readonly backgrounded?: boolean | undefined;
|
|
250
|
+
readonly radiused?: boolean | undefined;
|
|
251
|
+
readonly hoverTheme?: boolean | undefined;
|
|
252
|
+
readonly pressTheme?: boolean | undefined;
|
|
253
|
+
readonly focusTheme?: boolean | undefined;
|
|
254
|
+
readonly circular?: boolean | undefined;
|
|
255
|
+
readonly padded?: boolean | undefined;
|
|
256
|
+
readonly elevate?: boolean | undefined;
|
|
257
|
+
readonly bordered?: number | boolean | undefined;
|
|
258
|
+
readonly transparent?: boolean | undefined;
|
|
259
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
260
260
|
} & {
|
|
261
|
-
size?: SizeTokens | undefined;
|
|
261
|
+
readonly size?: SizeTokens | undefined;
|
|
262
262
|
}, string | number> & {
|
|
263
263
|
[x: string]: undefined;
|
|
264
264
|
}>>), import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
265
265
|
readonly fullscreen?: boolean | undefined;
|
|
266
266
|
readonly elevation?: SizeTokens | undefined;
|
|
267
267
|
} & {
|
|
268
|
-
fontFamily?: unknown;
|
|
269
|
-
backgrounded?: boolean | undefined;
|
|
270
|
-
radiused?: boolean | undefined;
|
|
271
|
-
hoverTheme?: boolean | undefined;
|
|
272
|
-
pressTheme?: boolean | undefined;
|
|
273
|
-
focusTheme?: boolean | undefined;
|
|
274
|
-
circular?: boolean | undefined;
|
|
275
|
-
padded?: boolean | undefined;
|
|
276
|
-
elevate?: boolean | undefined;
|
|
277
|
-
bordered?: number | boolean | undefined;
|
|
278
|
-
transparent?: boolean | undefined;
|
|
279
|
-
chromeless?: boolean | "all" | undefined;
|
|
268
|
+
readonly fontFamily?: unknown;
|
|
269
|
+
readonly backgrounded?: boolean | undefined;
|
|
270
|
+
readonly radiused?: boolean | undefined;
|
|
271
|
+
readonly hoverTheme?: boolean | undefined;
|
|
272
|
+
readonly pressTheme?: boolean | undefined;
|
|
273
|
+
readonly focusTheme?: boolean | undefined;
|
|
274
|
+
readonly circular?: boolean | undefined;
|
|
275
|
+
readonly padded?: boolean | undefined;
|
|
276
|
+
readonly elevate?: boolean | undefined;
|
|
277
|
+
readonly bordered?: number | boolean | undefined;
|
|
278
|
+
readonly transparent?: boolean | undefined;
|
|
279
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
280
280
|
} & {
|
|
281
|
-
size?: SizeTokens | undefined;
|
|
281
|
+
readonly size?: SizeTokens | undefined;
|
|
282
282
|
} & ({} | {
|
|
283
283
|
[x: string]: undefined;
|
|
284
284
|
})>;
|
|
@@ -286,120 +286,120 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
286
286
|
readonly fullscreen?: boolean | undefined;
|
|
287
287
|
readonly elevation?: SizeTokens | undefined;
|
|
288
288
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
289
|
-
fontFamily?: unknown;
|
|
290
|
-
backgrounded?: boolean | undefined;
|
|
291
|
-
radiused?: boolean | undefined;
|
|
292
|
-
hoverTheme?: boolean | undefined;
|
|
293
|
-
pressTheme?: boolean | undefined;
|
|
294
|
-
focusTheme?: boolean | undefined;
|
|
295
|
-
circular?: boolean | undefined;
|
|
296
|
-
padded?: boolean | undefined;
|
|
297
|
-
elevate?: boolean | undefined;
|
|
298
|
-
bordered?: number | boolean | undefined;
|
|
299
|
-
transparent?: boolean | undefined;
|
|
300
|
-
chromeless?: boolean | "all" | undefined;
|
|
289
|
+
readonly fontFamily?: unknown;
|
|
290
|
+
readonly backgrounded?: boolean | undefined;
|
|
291
|
+
readonly radiused?: boolean | undefined;
|
|
292
|
+
readonly hoverTheme?: boolean | undefined;
|
|
293
|
+
readonly pressTheme?: boolean | undefined;
|
|
294
|
+
readonly focusTheme?: boolean | undefined;
|
|
295
|
+
readonly circular?: boolean | undefined;
|
|
296
|
+
readonly padded?: boolean | undefined;
|
|
297
|
+
readonly elevate?: boolean | undefined;
|
|
298
|
+
readonly bordered?: number | boolean | undefined;
|
|
299
|
+
readonly transparent?: boolean | undefined;
|
|
300
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
301
301
|
} & 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<{
|
|
302
302
|
readonly fullscreen?: boolean | undefined;
|
|
303
303
|
readonly elevation?: SizeTokens | undefined;
|
|
304
304
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
305
|
-
fontFamily?: unknown;
|
|
306
|
-
backgrounded?: boolean | undefined;
|
|
307
|
-
radiused?: boolean | undefined;
|
|
308
|
-
hoverTheme?: boolean | undefined;
|
|
309
|
-
pressTheme?: boolean | undefined;
|
|
310
|
-
focusTheme?: boolean | undefined;
|
|
311
|
-
circular?: boolean | undefined;
|
|
312
|
-
padded?: boolean | undefined;
|
|
313
|
-
elevate?: boolean | undefined;
|
|
314
|
-
bordered?: number | boolean | undefined;
|
|
315
|
-
transparent?: boolean | undefined;
|
|
316
|
-
chromeless?: boolean | "all" | undefined;
|
|
305
|
+
readonly fontFamily?: unknown;
|
|
306
|
+
readonly backgrounded?: boolean | undefined;
|
|
307
|
+
readonly radiused?: boolean | undefined;
|
|
308
|
+
readonly hoverTheme?: boolean | undefined;
|
|
309
|
+
readonly pressTheme?: boolean | undefined;
|
|
310
|
+
readonly focusTheme?: boolean | undefined;
|
|
311
|
+
readonly circular?: boolean | undefined;
|
|
312
|
+
readonly padded?: boolean | undefined;
|
|
313
|
+
readonly elevate?: boolean | undefined;
|
|
314
|
+
readonly bordered?: number | boolean | undefined;
|
|
315
|
+
readonly transparent?: boolean | undefined;
|
|
316
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
317
317
|
}>> & 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<{
|
|
318
318
|
readonly fullscreen?: boolean | undefined;
|
|
319
319
|
readonly elevation?: SizeTokens | undefined;
|
|
320
320
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
321
|
-
fontFamily?: unknown;
|
|
322
|
-
backgrounded?: boolean | undefined;
|
|
323
|
-
radiused?: boolean | undefined;
|
|
324
|
-
hoverTheme?: boolean | undefined;
|
|
325
|
-
pressTheme?: boolean | undefined;
|
|
326
|
-
focusTheme?: boolean | undefined;
|
|
327
|
-
circular?: boolean | undefined;
|
|
328
|
-
padded?: boolean | undefined;
|
|
329
|
-
elevate?: boolean | undefined;
|
|
330
|
-
bordered?: number | boolean | undefined;
|
|
331
|
-
transparent?: boolean | undefined;
|
|
332
|
-
chromeless?: boolean | "all" | undefined;
|
|
321
|
+
readonly fontFamily?: unknown;
|
|
322
|
+
readonly backgrounded?: boolean | undefined;
|
|
323
|
+
readonly radiused?: boolean | undefined;
|
|
324
|
+
readonly hoverTheme?: boolean | undefined;
|
|
325
|
+
readonly pressTheme?: boolean | undefined;
|
|
326
|
+
readonly focusTheme?: boolean | undefined;
|
|
327
|
+
readonly circular?: boolean | undefined;
|
|
328
|
+
readonly padded?: boolean | undefined;
|
|
329
|
+
readonly elevate?: boolean | undefined;
|
|
330
|
+
readonly bordered?: number | boolean | undefined;
|
|
331
|
+
readonly transparent?: boolean | undefined;
|
|
332
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
333
333
|
}>>) | (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<{
|
|
334
334
|
readonly fullscreen?: boolean | undefined;
|
|
335
335
|
readonly elevation?: SizeTokens | undefined;
|
|
336
336
|
} & {
|
|
337
|
-
fontFamily?: unknown;
|
|
338
|
-
backgrounded?: boolean | undefined;
|
|
339
|
-
radiused?: boolean | undefined;
|
|
340
|
-
hoverTheme?: boolean | undefined;
|
|
341
|
-
pressTheme?: boolean | undefined;
|
|
342
|
-
focusTheme?: boolean | undefined;
|
|
343
|
-
circular?: boolean | undefined;
|
|
344
|
-
padded?: boolean | undefined;
|
|
345
|
-
elevate?: boolean | undefined;
|
|
346
|
-
bordered?: number | boolean | undefined;
|
|
347
|
-
transparent?: boolean | undefined;
|
|
348
|
-
chromeless?: boolean | "all" | undefined;
|
|
337
|
+
readonly fontFamily?: unknown;
|
|
338
|
+
readonly backgrounded?: boolean | undefined;
|
|
339
|
+
readonly radiused?: boolean | undefined;
|
|
340
|
+
readonly hoverTheme?: boolean | undefined;
|
|
341
|
+
readonly pressTheme?: boolean | undefined;
|
|
342
|
+
readonly focusTheme?: boolean | undefined;
|
|
343
|
+
readonly circular?: boolean | undefined;
|
|
344
|
+
readonly padded?: boolean | undefined;
|
|
345
|
+
readonly elevate?: boolean | undefined;
|
|
346
|
+
readonly bordered?: number | boolean | undefined;
|
|
347
|
+
readonly transparent?: boolean | undefined;
|
|
348
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
349
349
|
}, string | number> & {
|
|
350
350
|
[x: string]: undefined;
|
|
351
351
|
} & 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<{
|
|
352
352
|
readonly fullscreen?: boolean | undefined;
|
|
353
353
|
readonly elevation?: SizeTokens | undefined;
|
|
354
354
|
} & {
|
|
355
|
-
fontFamily?: unknown;
|
|
356
|
-
backgrounded?: boolean | undefined;
|
|
357
|
-
radiused?: boolean | undefined;
|
|
358
|
-
hoverTheme?: boolean | undefined;
|
|
359
|
-
pressTheme?: boolean | undefined;
|
|
360
|
-
focusTheme?: boolean | undefined;
|
|
361
|
-
circular?: boolean | undefined;
|
|
362
|
-
padded?: boolean | undefined;
|
|
363
|
-
elevate?: boolean | undefined;
|
|
364
|
-
bordered?: number | boolean | undefined;
|
|
365
|
-
transparent?: boolean | undefined;
|
|
366
|
-
chromeless?: boolean | "all" | undefined;
|
|
355
|
+
readonly fontFamily?: unknown;
|
|
356
|
+
readonly backgrounded?: boolean | undefined;
|
|
357
|
+
readonly radiused?: boolean | undefined;
|
|
358
|
+
readonly hoverTheme?: boolean | undefined;
|
|
359
|
+
readonly pressTheme?: boolean | undefined;
|
|
360
|
+
readonly focusTheme?: boolean | undefined;
|
|
361
|
+
readonly circular?: boolean | undefined;
|
|
362
|
+
readonly padded?: boolean | undefined;
|
|
363
|
+
readonly elevate?: boolean | undefined;
|
|
364
|
+
readonly bordered?: number | boolean | undefined;
|
|
365
|
+
readonly transparent?: boolean | undefined;
|
|
366
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
367
367
|
}, string | number> & {
|
|
368
368
|
[x: string]: undefined;
|
|
369
369
|
}>> & 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<{
|
|
370
370
|
readonly fullscreen?: boolean | undefined;
|
|
371
371
|
readonly elevation?: SizeTokens | undefined;
|
|
372
372
|
} & {
|
|
373
|
-
fontFamily?: unknown;
|
|
374
|
-
backgrounded?: boolean | undefined;
|
|
375
|
-
radiused?: boolean | undefined;
|
|
376
|
-
hoverTheme?: boolean | undefined;
|
|
377
|
-
pressTheme?: boolean | undefined;
|
|
378
|
-
focusTheme?: boolean | undefined;
|
|
379
|
-
circular?: boolean | undefined;
|
|
380
|
-
padded?: boolean | undefined;
|
|
381
|
-
elevate?: boolean | undefined;
|
|
382
|
-
bordered?: number | boolean | undefined;
|
|
383
|
-
transparent?: boolean | undefined;
|
|
384
|
-
chromeless?: boolean | "all" | undefined;
|
|
373
|
+
readonly fontFamily?: unknown;
|
|
374
|
+
readonly backgrounded?: boolean | undefined;
|
|
375
|
+
readonly radiused?: boolean | undefined;
|
|
376
|
+
readonly hoverTheme?: boolean | undefined;
|
|
377
|
+
readonly pressTheme?: boolean | undefined;
|
|
378
|
+
readonly focusTheme?: boolean | undefined;
|
|
379
|
+
readonly circular?: boolean | undefined;
|
|
380
|
+
readonly padded?: boolean | undefined;
|
|
381
|
+
readonly elevate?: boolean | undefined;
|
|
382
|
+
readonly bordered?: number | boolean | undefined;
|
|
383
|
+
readonly transparent?: boolean | undefined;
|
|
384
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
385
385
|
}, string | number> & {
|
|
386
386
|
[x: string]: undefined;
|
|
387
387
|
}>>), import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
388
388
|
readonly fullscreen?: boolean | undefined;
|
|
389
389
|
readonly elevation?: SizeTokens | undefined;
|
|
390
390
|
} & {
|
|
391
|
-
fontFamily?: unknown;
|
|
392
|
-
backgrounded?: boolean | undefined;
|
|
393
|
-
radiused?: boolean | undefined;
|
|
394
|
-
hoverTheme?: boolean | undefined;
|
|
395
|
-
pressTheme?: boolean | undefined;
|
|
396
|
-
focusTheme?: boolean | undefined;
|
|
397
|
-
circular?: boolean | undefined;
|
|
398
|
-
padded?: boolean | undefined;
|
|
399
|
-
elevate?: boolean | undefined;
|
|
400
|
-
bordered?: number | boolean | undefined;
|
|
401
|
-
transparent?: boolean | undefined;
|
|
402
|
-
chromeless?: boolean | "all" | undefined;
|
|
391
|
+
readonly fontFamily?: unknown;
|
|
392
|
+
readonly backgrounded?: boolean | undefined;
|
|
393
|
+
readonly radiused?: boolean | undefined;
|
|
394
|
+
readonly hoverTheme?: boolean | undefined;
|
|
395
|
+
readonly pressTheme?: boolean | undefined;
|
|
396
|
+
readonly focusTheme?: boolean | undefined;
|
|
397
|
+
readonly circular?: boolean | undefined;
|
|
398
|
+
readonly padded?: boolean | undefined;
|
|
399
|
+
readonly elevate?: boolean | undefined;
|
|
400
|
+
readonly bordered?: number | boolean | undefined;
|
|
401
|
+
readonly transparent?: boolean | undefined;
|
|
402
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
403
403
|
} & ({} | {
|
|
404
404
|
[x: string]: undefined;
|
|
405
405
|
})>;
|
|
@@ -410,56 +410,56 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
410
410
|
readonly fullscreen?: boolean | undefined;
|
|
411
411
|
readonly elevation?: SizeTokens | undefined;
|
|
412
412
|
} & {
|
|
413
|
-
fontFamily?: unknown;
|
|
414
|
-
backgrounded?: boolean | undefined;
|
|
415
|
-
radiused?: boolean | undefined;
|
|
416
|
-
hoverTheme?: boolean | undefined;
|
|
417
|
-
pressTheme?: boolean | undefined;
|
|
418
|
-
focusTheme?: boolean | undefined;
|
|
419
|
-
circular?: boolean | undefined;
|
|
420
|
-
padded?: boolean | undefined;
|
|
421
|
-
elevate?: boolean | undefined;
|
|
422
|
-
bordered?: number | boolean | undefined;
|
|
423
|
-
transparent?: boolean | undefined;
|
|
424
|
-
chromeless?: boolean | "all" | undefined;
|
|
413
|
+
readonly fontFamily?: unknown;
|
|
414
|
+
readonly backgrounded?: boolean | undefined;
|
|
415
|
+
readonly radiused?: boolean | undefined;
|
|
416
|
+
readonly hoverTheme?: boolean | undefined;
|
|
417
|
+
readonly pressTheme?: boolean | undefined;
|
|
418
|
+
readonly focusTheme?: boolean | undefined;
|
|
419
|
+
readonly circular?: boolean | undefined;
|
|
420
|
+
readonly padded?: boolean | undefined;
|
|
421
|
+
readonly elevate?: boolean | undefined;
|
|
422
|
+
readonly bordered?: number | boolean | undefined;
|
|
423
|
+
readonly transparent?: boolean | undefined;
|
|
424
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
425
425
|
}, "size"> & {
|
|
426
|
-
size?: SizeTokens | undefined;
|
|
426
|
+
readonly size?: SizeTokens | undefined;
|
|
427
427
|
} & 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<{
|
|
428
428
|
readonly fullscreen?: boolean | undefined;
|
|
429
429
|
readonly elevation?: SizeTokens | undefined;
|
|
430
430
|
} & {
|
|
431
|
-
fontFamily?: unknown;
|
|
432
|
-
backgrounded?: boolean | undefined;
|
|
433
|
-
radiused?: boolean | undefined;
|
|
434
|
-
hoverTheme?: boolean | undefined;
|
|
435
|
-
pressTheme?: boolean | undefined;
|
|
436
|
-
focusTheme?: boolean | undefined;
|
|
437
|
-
circular?: boolean | undefined;
|
|
438
|
-
padded?: boolean | undefined;
|
|
439
|
-
elevate?: boolean | undefined;
|
|
440
|
-
bordered?: number | boolean | undefined;
|
|
441
|
-
transparent?: boolean | undefined;
|
|
442
|
-
chromeless?: boolean | "all" | undefined;
|
|
431
|
+
readonly fontFamily?: unknown;
|
|
432
|
+
readonly backgrounded?: boolean | undefined;
|
|
433
|
+
readonly radiused?: boolean | undefined;
|
|
434
|
+
readonly hoverTheme?: boolean | undefined;
|
|
435
|
+
readonly pressTheme?: boolean | undefined;
|
|
436
|
+
readonly focusTheme?: boolean | undefined;
|
|
437
|
+
readonly circular?: boolean | undefined;
|
|
438
|
+
readonly padded?: boolean | undefined;
|
|
439
|
+
readonly elevate?: boolean | undefined;
|
|
440
|
+
readonly bordered?: number | boolean | undefined;
|
|
441
|
+
readonly transparent?: boolean | undefined;
|
|
442
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
443
443
|
}, "size"> & {
|
|
444
|
-
size?: SizeTokens | undefined;
|
|
444
|
+
readonly size?: SizeTokens | undefined;
|
|
445
445
|
}>> & 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<{
|
|
446
446
|
readonly fullscreen?: boolean | undefined;
|
|
447
447
|
readonly elevation?: SizeTokens | undefined;
|
|
448
448
|
} & {
|
|
449
|
-
fontFamily?: unknown;
|
|
450
|
-
backgrounded?: boolean | undefined;
|
|
451
|
-
radiused?: boolean | undefined;
|
|
452
|
-
hoverTheme?: boolean | undefined;
|
|
453
|
-
pressTheme?: boolean | undefined;
|
|
454
|
-
focusTheme?: boolean | undefined;
|
|
455
|
-
circular?: boolean | undefined;
|
|
456
|
-
padded?: boolean | undefined;
|
|
457
|
-
elevate?: boolean | undefined;
|
|
458
|
-
bordered?: number | boolean | undefined;
|
|
459
|
-
transparent?: boolean | undefined;
|
|
460
|
-
chromeless?: boolean | "all" | undefined;
|
|
449
|
+
readonly fontFamily?: unknown;
|
|
450
|
+
readonly backgrounded?: boolean | undefined;
|
|
451
|
+
readonly radiused?: boolean | undefined;
|
|
452
|
+
readonly hoverTheme?: boolean | undefined;
|
|
453
|
+
readonly pressTheme?: boolean | undefined;
|
|
454
|
+
readonly focusTheme?: boolean | undefined;
|
|
455
|
+
readonly circular?: boolean | undefined;
|
|
456
|
+
readonly padded?: boolean | undefined;
|
|
457
|
+
readonly elevate?: boolean | undefined;
|
|
458
|
+
readonly bordered?: number | boolean | undefined;
|
|
459
|
+
readonly transparent?: boolean | undefined;
|
|
460
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
461
461
|
}, "size"> & {
|
|
462
|
-
size?: SizeTokens | undefined;
|
|
462
|
+
readonly size?: SizeTokens | undefined;
|
|
463
463
|
}>> & {
|
|
464
464
|
__scopeCard?: import("@tamagui/create-context").Scope<any>;
|
|
465
465
|
} & React.RefAttributes<HTMLElement | View>, "theme" | "themeInverse"> & {
|
|
@@ -470,207 +470,207 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
470
470
|
readonly fullscreen?: boolean | undefined;
|
|
471
471
|
readonly elevation?: SizeTokens | undefined;
|
|
472
472
|
} & {
|
|
473
|
-
fontFamily?: unknown;
|
|
474
|
-
backgrounded?: boolean | undefined;
|
|
475
|
-
radiused?: boolean | undefined;
|
|
476
|
-
hoverTheme?: boolean | undefined;
|
|
477
|
-
pressTheme?: boolean | undefined;
|
|
478
|
-
focusTheme?: boolean | undefined;
|
|
479
|
-
circular?: boolean | undefined;
|
|
480
|
-
padded?: boolean | undefined;
|
|
481
|
-
elevate?: boolean | undefined;
|
|
482
|
-
bordered?: number | boolean | undefined;
|
|
483
|
-
transparent?: boolean | undefined;
|
|
484
|
-
chromeless?: boolean | "all" | undefined;
|
|
473
|
+
readonly fontFamily?: unknown;
|
|
474
|
+
readonly backgrounded?: boolean | undefined;
|
|
475
|
+
readonly radiused?: boolean | undefined;
|
|
476
|
+
readonly hoverTheme?: boolean | undefined;
|
|
477
|
+
readonly pressTheme?: boolean | undefined;
|
|
478
|
+
readonly focusTheme?: boolean | undefined;
|
|
479
|
+
readonly circular?: boolean | undefined;
|
|
480
|
+
readonly padded?: boolean | undefined;
|
|
481
|
+
readonly elevate?: boolean | undefined;
|
|
482
|
+
readonly bordered?: number | boolean | undefined;
|
|
483
|
+
readonly transparent?: boolean | undefined;
|
|
484
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
485
485
|
}, "size"> & {
|
|
486
|
-
size?: SizeTokens | undefined;
|
|
486
|
+
readonly size?: SizeTokens | undefined;
|
|
487
487
|
} & 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<{
|
|
488
488
|
readonly fullscreen?: boolean | undefined;
|
|
489
489
|
readonly elevation?: SizeTokens | undefined;
|
|
490
490
|
} & {
|
|
491
|
-
fontFamily?: unknown;
|
|
492
|
-
backgrounded?: boolean | undefined;
|
|
493
|
-
radiused?: boolean | undefined;
|
|
494
|
-
hoverTheme?: boolean | undefined;
|
|
495
|
-
pressTheme?: boolean | undefined;
|
|
496
|
-
focusTheme?: boolean | undefined;
|
|
497
|
-
circular?: boolean | undefined;
|
|
498
|
-
padded?: boolean | undefined;
|
|
499
|
-
elevate?: boolean | undefined;
|
|
500
|
-
bordered?: number | boolean | undefined;
|
|
501
|
-
transparent?: boolean | undefined;
|
|
502
|
-
chromeless?: boolean | "all" | undefined;
|
|
491
|
+
readonly fontFamily?: unknown;
|
|
492
|
+
readonly backgrounded?: boolean | undefined;
|
|
493
|
+
readonly radiused?: boolean | undefined;
|
|
494
|
+
readonly hoverTheme?: boolean | undefined;
|
|
495
|
+
readonly pressTheme?: boolean | undefined;
|
|
496
|
+
readonly focusTheme?: boolean | undefined;
|
|
497
|
+
readonly circular?: boolean | undefined;
|
|
498
|
+
readonly padded?: boolean | undefined;
|
|
499
|
+
readonly elevate?: boolean | undefined;
|
|
500
|
+
readonly bordered?: number | boolean | undefined;
|
|
501
|
+
readonly transparent?: boolean | undefined;
|
|
502
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
503
503
|
}, "size"> & {
|
|
504
|
-
size?: SizeTokens | undefined;
|
|
504
|
+
readonly size?: SizeTokens | undefined;
|
|
505
505
|
}>> & 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<{
|
|
506
506
|
readonly fullscreen?: boolean | undefined;
|
|
507
507
|
readonly elevation?: SizeTokens | undefined;
|
|
508
508
|
} & {
|
|
509
|
-
fontFamily?: unknown;
|
|
510
|
-
backgrounded?: boolean | undefined;
|
|
511
|
-
radiused?: boolean | undefined;
|
|
512
|
-
hoverTheme?: boolean | undefined;
|
|
513
|
-
pressTheme?: boolean | undefined;
|
|
514
|
-
focusTheme?: boolean | undefined;
|
|
515
|
-
circular?: boolean | undefined;
|
|
516
|
-
padded?: boolean | undefined;
|
|
517
|
-
elevate?: boolean | undefined;
|
|
518
|
-
bordered?: number | boolean | undefined;
|
|
519
|
-
transparent?: boolean | undefined;
|
|
520
|
-
chromeless?: boolean | "all" | undefined;
|
|
509
|
+
readonly fontFamily?: unknown;
|
|
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
521
|
}, "size"> & {
|
|
522
|
-
size?: SizeTokens | undefined;
|
|
522
|
+
readonly size?: SizeTokens | undefined;
|
|
523
523
|
}>>, import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
524
524
|
readonly fullscreen?: boolean | undefined;
|
|
525
525
|
readonly elevation?: SizeTokens | undefined;
|
|
526
526
|
} & {
|
|
527
|
-
fontFamily?: unknown;
|
|
528
|
-
backgrounded?: boolean | undefined;
|
|
529
|
-
radiused?: boolean | undefined;
|
|
530
|
-
hoverTheme?: boolean | undefined;
|
|
531
|
-
pressTheme?: boolean | undefined;
|
|
532
|
-
focusTheme?: boolean | undefined;
|
|
533
|
-
circular?: boolean | undefined;
|
|
534
|
-
padded?: boolean | undefined;
|
|
535
|
-
elevate?: boolean | undefined;
|
|
536
|
-
bordered?: number | boolean | undefined;
|
|
537
|
-
transparent?: boolean | undefined;
|
|
538
|
-
chromeless?: boolean | "all" | undefined;
|
|
527
|
+
readonly fontFamily?: unknown;
|
|
528
|
+
readonly backgrounded?: boolean | undefined;
|
|
529
|
+
readonly radiused?: boolean | undefined;
|
|
530
|
+
readonly hoverTheme?: boolean | undefined;
|
|
531
|
+
readonly pressTheme?: boolean | undefined;
|
|
532
|
+
readonly focusTheme?: boolean | undefined;
|
|
533
|
+
readonly circular?: boolean | undefined;
|
|
534
|
+
readonly padded?: boolean | undefined;
|
|
535
|
+
readonly elevate?: boolean | undefined;
|
|
536
|
+
readonly bordered?: number | boolean | undefined;
|
|
537
|
+
readonly transparent?: boolean | undefined;
|
|
538
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
539
539
|
} & {
|
|
540
|
-
size?: SizeTokens | undefined;
|
|
540
|
+
readonly size?: SizeTokens | undefined;
|
|
541
541
|
}>;
|
|
542
542
|
Footer: import("@tamagui/core").TamaguiComponent<(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<{
|
|
543
543
|
readonly fullscreen?: boolean | undefined;
|
|
544
544
|
readonly elevation?: SizeTokens | undefined;
|
|
545
545
|
} & {
|
|
546
|
-
fontFamily?: unknown;
|
|
547
|
-
backgrounded?: boolean | undefined;
|
|
548
|
-
radiused?: boolean | undefined;
|
|
549
|
-
hoverTheme?: boolean | undefined;
|
|
550
|
-
pressTheme?: boolean | undefined;
|
|
551
|
-
focusTheme?: boolean | undefined;
|
|
552
|
-
circular?: boolean | undefined;
|
|
553
|
-
padded?: boolean | undefined;
|
|
554
|
-
elevate?: boolean | undefined;
|
|
555
|
-
bordered?: number | boolean | undefined;
|
|
556
|
-
transparent?: boolean | undefined;
|
|
557
|
-
chromeless?: boolean | "all" | undefined;
|
|
546
|
+
readonly fontFamily?: unknown;
|
|
547
|
+
readonly backgrounded?: boolean | undefined;
|
|
548
|
+
readonly radiused?: boolean | undefined;
|
|
549
|
+
readonly hoverTheme?: boolean | undefined;
|
|
550
|
+
readonly pressTheme?: boolean | undefined;
|
|
551
|
+
readonly focusTheme?: boolean | undefined;
|
|
552
|
+
readonly circular?: boolean | undefined;
|
|
553
|
+
readonly padded?: boolean | undefined;
|
|
554
|
+
readonly elevate?: boolean | undefined;
|
|
555
|
+
readonly bordered?: number | boolean | undefined;
|
|
556
|
+
readonly transparent?: boolean | undefined;
|
|
557
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
558
558
|
}, "size"> & {
|
|
559
|
-
size?: SizeTokens | undefined;
|
|
559
|
+
readonly size?: SizeTokens | undefined;
|
|
560
560
|
} & 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<{
|
|
561
561
|
readonly fullscreen?: boolean | undefined;
|
|
562
562
|
readonly elevation?: SizeTokens | undefined;
|
|
563
563
|
} & {
|
|
564
|
-
fontFamily?: unknown;
|
|
565
|
-
backgrounded?: boolean | undefined;
|
|
566
|
-
radiused?: boolean | undefined;
|
|
567
|
-
hoverTheme?: boolean | undefined;
|
|
568
|
-
pressTheme?: boolean | undefined;
|
|
569
|
-
focusTheme?: boolean | undefined;
|
|
570
|
-
circular?: boolean | undefined;
|
|
571
|
-
padded?: boolean | undefined;
|
|
572
|
-
elevate?: boolean | undefined;
|
|
573
|
-
bordered?: number | boolean | undefined;
|
|
574
|
-
transparent?: boolean | undefined;
|
|
575
|
-
chromeless?: boolean | "all" | undefined;
|
|
564
|
+
readonly fontFamily?: unknown;
|
|
565
|
+
readonly backgrounded?: boolean | undefined;
|
|
566
|
+
readonly radiused?: boolean | undefined;
|
|
567
|
+
readonly hoverTheme?: boolean | undefined;
|
|
568
|
+
readonly pressTheme?: boolean | undefined;
|
|
569
|
+
readonly focusTheme?: boolean | undefined;
|
|
570
|
+
readonly circular?: boolean | undefined;
|
|
571
|
+
readonly padded?: boolean | undefined;
|
|
572
|
+
readonly elevate?: boolean | undefined;
|
|
573
|
+
readonly bordered?: number | boolean | undefined;
|
|
574
|
+
readonly transparent?: boolean | undefined;
|
|
575
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
576
576
|
}, "size"> & {
|
|
577
|
-
size?: SizeTokens | undefined;
|
|
577
|
+
readonly size?: SizeTokens | undefined;
|
|
578
578
|
}>> & 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<{
|
|
579
579
|
readonly fullscreen?: boolean | undefined;
|
|
580
580
|
readonly elevation?: SizeTokens | undefined;
|
|
581
581
|
} & {
|
|
582
|
-
fontFamily?: unknown;
|
|
583
|
-
backgrounded?: boolean | undefined;
|
|
584
|
-
radiused?: boolean | undefined;
|
|
585
|
-
hoverTheme?: boolean | undefined;
|
|
586
|
-
pressTheme?: boolean | undefined;
|
|
587
|
-
focusTheme?: boolean | undefined;
|
|
588
|
-
circular?: boolean | undefined;
|
|
589
|
-
padded?: boolean | undefined;
|
|
590
|
-
elevate?: boolean | undefined;
|
|
591
|
-
bordered?: number | boolean | undefined;
|
|
592
|
-
transparent?: boolean | undefined;
|
|
593
|
-
chromeless?: boolean | "all" | undefined;
|
|
582
|
+
readonly fontFamily?: unknown;
|
|
583
|
+
readonly backgrounded?: boolean | undefined;
|
|
584
|
+
readonly radiused?: boolean | undefined;
|
|
585
|
+
readonly hoverTheme?: boolean | undefined;
|
|
586
|
+
readonly pressTheme?: boolean | undefined;
|
|
587
|
+
readonly focusTheme?: boolean | undefined;
|
|
588
|
+
readonly circular?: boolean | undefined;
|
|
589
|
+
readonly padded?: boolean | undefined;
|
|
590
|
+
readonly elevate?: boolean | undefined;
|
|
591
|
+
readonly bordered?: number | boolean | undefined;
|
|
592
|
+
readonly transparent?: boolean | undefined;
|
|
593
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
594
594
|
}, "size"> & {
|
|
595
|
-
size?: SizeTokens | undefined;
|
|
595
|
+
readonly size?: SizeTokens | undefined;
|
|
596
596
|
}>>) | (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<{
|
|
597
597
|
readonly fullscreen?: boolean | undefined;
|
|
598
598
|
readonly elevation?: SizeTokens | undefined;
|
|
599
599
|
} & {
|
|
600
|
-
fontFamily?: unknown;
|
|
601
|
-
backgrounded?: boolean | undefined;
|
|
602
|
-
radiused?: boolean | undefined;
|
|
603
|
-
hoverTheme?: boolean | undefined;
|
|
604
|
-
pressTheme?: boolean | undefined;
|
|
605
|
-
focusTheme?: boolean | undefined;
|
|
606
|
-
circular?: boolean | undefined;
|
|
607
|
-
padded?: boolean | undefined;
|
|
608
|
-
elevate?: boolean | undefined;
|
|
609
|
-
bordered?: number | boolean | undefined;
|
|
610
|
-
transparent?: boolean | undefined;
|
|
611
|
-
chromeless?: boolean | "all" | undefined;
|
|
600
|
+
readonly fontFamily?: unknown;
|
|
601
|
+
readonly backgrounded?: boolean | undefined;
|
|
602
|
+
readonly radiused?: boolean | undefined;
|
|
603
|
+
readonly hoverTheme?: boolean | undefined;
|
|
604
|
+
readonly pressTheme?: boolean | undefined;
|
|
605
|
+
readonly focusTheme?: boolean | undefined;
|
|
606
|
+
readonly circular?: boolean | undefined;
|
|
607
|
+
readonly padded?: boolean | undefined;
|
|
608
|
+
readonly elevate?: boolean | undefined;
|
|
609
|
+
readonly bordered?: number | boolean | undefined;
|
|
610
|
+
readonly transparent?: boolean | undefined;
|
|
611
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
612
612
|
} & {
|
|
613
|
-
size?: SizeTokens | undefined;
|
|
613
|
+
readonly size?: SizeTokens | undefined;
|
|
614
614
|
}, string | number> & {
|
|
615
615
|
[x: string]: undefined;
|
|
616
616
|
} & 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<{
|
|
617
617
|
readonly fullscreen?: boolean | undefined;
|
|
618
618
|
readonly elevation?: SizeTokens | undefined;
|
|
619
619
|
} & {
|
|
620
|
-
fontFamily?: unknown;
|
|
621
|
-
backgrounded?: boolean | undefined;
|
|
622
|
-
radiused?: boolean | undefined;
|
|
623
|
-
hoverTheme?: boolean | undefined;
|
|
624
|
-
pressTheme?: boolean | undefined;
|
|
625
|
-
focusTheme?: boolean | undefined;
|
|
626
|
-
circular?: boolean | undefined;
|
|
627
|
-
padded?: boolean | undefined;
|
|
628
|
-
elevate?: boolean | undefined;
|
|
629
|
-
bordered?: number | boolean | undefined;
|
|
630
|
-
transparent?: boolean | undefined;
|
|
631
|
-
chromeless?: boolean | "all" | undefined;
|
|
620
|
+
readonly fontFamily?: unknown;
|
|
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
632
|
} & {
|
|
633
|
-
size?: SizeTokens | undefined;
|
|
633
|
+
readonly size?: SizeTokens | undefined;
|
|
634
634
|
}, string | number> & {
|
|
635
635
|
[x: string]: undefined;
|
|
636
636
|
}>> & 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<{
|
|
637
637
|
readonly fullscreen?: boolean | undefined;
|
|
638
638
|
readonly elevation?: SizeTokens | undefined;
|
|
639
639
|
} & {
|
|
640
|
-
fontFamily?: unknown;
|
|
641
|
-
backgrounded?: boolean | undefined;
|
|
642
|
-
radiused?: boolean | undefined;
|
|
643
|
-
hoverTheme?: boolean | undefined;
|
|
644
|
-
pressTheme?: boolean | undefined;
|
|
645
|
-
focusTheme?: boolean | undefined;
|
|
646
|
-
circular?: boolean | undefined;
|
|
647
|
-
padded?: boolean | undefined;
|
|
648
|
-
elevate?: boolean | undefined;
|
|
649
|
-
bordered?: number | boolean | undefined;
|
|
650
|
-
transparent?: boolean | undefined;
|
|
651
|
-
chromeless?: boolean | "all" | undefined;
|
|
640
|
+
readonly fontFamily?: unknown;
|
|
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
652
|
} & {
|
|
653
|
-
size?: SizeTokens | undefined;
|
|
653
|
+
readonly size?: SizeTokens | undefined;
|
|
654
654
|
}, string | number> & {
|
|
655
655
|
[x: string]: undefined;
|
|
656
656
|
}>>), import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
657
657
|
readonly fullscreen?: boolean | undefined;
|
|
658
658
|
readonly elevation?: SizeTokens | undefined;
|
|
659
659
|
} & {
|
|
660
|
-
fontFamily?: unknown;
|
|
661
|
-
backgrounded?: boolean | undefined;
|
|
662
|
-
radiused?: boolean | undefined;
|
|
663
|
-
hoverTheme?: boolean | undefined;
|
|
664
|
-
pressTheme?: boolean | undefined;
|
|
665
|
-
focusTheme?: boolean | undefined;
|
|
666
|
-
circular?: boolean | undefined;
|
|
667
|
-
padded?: boolean | undefined;
|
|
668
|
-
elevate?: boolean | undefined;
|
|
669
|
-
bordered?: number | boolean | undefined;
|
|
670
|
-
transparent?: boolean | undefined;
|
|
671
|
-
chromeless?: boolean | "all" | undefined;
|
|
660
|
+
readonly fontFamily?: unknown;
|
|
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
672
|
} & {
|
|
673
|
-
size?: SizeTokens | undefined;
|
|
673
|
+
readonly size?: SizeTokens | undefined;
|
|
674
674
|
} & ({} | {
|
|
675
675
|
[x: string]: undefined;
|
|
676
676
|
})>;
|
|
@@ -678,120 +678,120 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
678
678
|
readonly fullscreen?: boolean | undefined;
|
|
679
679
|
readonly elevation?: SizeTokens | undefined;
|
|
680
680
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
681
|
-
fontFamily?: unknown;
|
|
682
|
-
backgrounded?: boolean | undefined;
|
|
683
|
-
radiused?: boolean | undefined;
|
|
684
|
-
hoverTheme?: boolean | undefined;
|
|
685
|
-
pressTheme?: boolean | undefined;
|
|
686
|
-
focusTheme?: boolean | undefined;
|
|
687
|
-
circular?: boolean | undefined;
|
|
688
|
-
padded?: boolean | undefined;
|
|
689
|
-
elevate?: boolean | undefined;
|
|
690
|
-
bordered?: number | boolean | undefined;
|
|
691
|
-
transparent?: boolean | undefined;
|
|
692
|
-
chromeless?: boolean | "all" | undefined;
|
|
681
|
+
readonly fontFamily?: unknown;
|
|
682
|
+
readonly backgrounded?: boolean | undefined;
|
|
683
|
+
readonly radiused?: boolean | undefined;
|
|
684
|
+
readonly hoverTheme?: boolean | undefined;
|
|
685
|
+
readonly pressTheme?: boolean | undefined;
|
|
686
|
+
readonly focusTheme?: boolean | undefined;
|
|
687
|
+
readonly circular?: boolean | undefined;
|
|
688
|
+
readonly padded?: boolean | undefined;
|
|
689
|
+
readonly elevate?: boolean | undefined;
|
|
690
|
+
readonly bordered?: number | boolean | undefined;
|
|
691
|
+
readonly transparent?: boolean | undefined;
|
|
692
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
693
693
|
} & 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<{
|
|
694
694
|
readonly fullscreen?: boolean | undefined;
|
|
695
695
|
readonly elevation?: SizeTokens | undefined;
|
|
696
696
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
697
|
-
fontFamily?: unknown;
|
|
698
|
-
backgrounded?: boolean | undefined;
|
|
699
|
-
radiused?: boolean | undefined;
|
|
700
|
-
hoverTheme?: boolean | undefined;
|
|
701
|
-
pressTheme?: boolean | undefined;
|
|
702
|
-
focusTheme?: boolean | undefined;
|
|
703
|
-
circular?: boolean | undefined;
|
|
704
|
-
padded?: boolean | undefined;
|
|
705
|
-
elevate?: boolean | undefined;
|
|
706
|
-
bordered?: number | boolean | undefined;
|
|
707
|
-
transparent?: boolean | undefined;
|
|
708
|
-
chromeless?: boolean | "all" | undefined;
|
|
697
|
+
readonly fontFamily?: unknown;
|
|
698
|
+
readonly backgrounded?: boolean | undefined;
|
|
699
|
+
readonly radiused?: boolean | undefined;
|
|
700
|
+
readonly hoverTheme?: boolean | undefined;
|
|
701
|
+
readonly pressTheme?: boolean | undefined;
|
|
702
|
+
readonly focusTheme?: boolean | undefined;
|
|
703
|
+
readonly circular?: boolean | undefined;
|
|
704
|
+
readonly padded?: boolean | undefined;
|
|
705
|
+
readonly elevate?: boolean | undefined;
|
|
706
|
+
readonly bordered?: number | boolean | undefined;
|
|
707
|
+
readonly transparent?: boolean | undefined;
|
|
708
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
709
709
|
}>> & 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<{
|
|
710
710
|
readonly fullscreen?: boolean | undefined;
|
|
711
711
|
readonly elevation?: SizeTokens | undefined;
|
|
712
712
|
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
713
|
-
fontFamily?: unknown;
|
|
714
|
-
backgrounded?: boolean | undefined;
|
|
715
|
-
radiused?: boolean | undefined;
|
|
716
|
-
hoverTheme?: boolean | undefined;
|
|
717
|
-
pressTheme?: boolean | undefined;
|
|
718
|
-
focusTheme?: boolean | undefined;
|
|
719
|
-
circular?: boolean | undefined;
|
|
720
|
-
padded?: boolean | undefined;
|
|
721
|
-
elevate?: boolean | undefined;
|
|
722
|
-
bordered?: number | boolean | undefined;
|
|
723
|
-
transparent?: boolean | undefined;
|
|
724
|
-
chromeless?: boolean | "all" | undefined;
|
|
713
|
+
readonly fontFamily?: unknown;
|
|
714
|
+
readonly backgrounded?: boolean | undefined;
|
|
715
|
+
readonly radiused?: boolean | undefined;
|
|
716
|
+
readonly hoverTheme?: boolean | undefined;
|
|
717
|
+
readonly pressTheme?: boolean | undefined;
|
|
718
|
+
readonly focusTheme?: boolean | undefined;
|
|
719
|
+
readonly circular?: boolean | undefined;
|
|
720
|
+
readonly padded?: boolean | undefined;
|
|
721
|
+
readonly elevate?: boolean | undefined;
|
|
722
|
+
readonly bordered?: number | boolean | undefined;
|
|
723
|
+
readonly transparent?: boolean | undefined;
|
|
724
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
725
725
|
}>>) | (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<{
|
|
726
726
|
readonly fullscreen?: boolean | undefined;
|
|
727
727
|
readonly elevation?: SizeTokens | undefined;
|
|
728
728
|
} & {
|
|
729
|
-
fontFamily?: unknown;
|
|
730
|
-
backgrounded?: boolean | undefined;
|
|
731
|
-
radiused?: boolean | undefined;
|
|
732
|
-
hoverTheme?: boolean | undefined;
|
|
733
|
-
pressTheme?: boolean | undefined;
|
|
734
|
-
focusTheme?: boolean | undefined;
|
|
735
|
-
circular?: boolean | undefined;
|
|
736
|
-
padded?: boolean | undefined;
|
|
737
|
-
elevate?: boolean | undefined;
|
|
738
|
-
bordered?: number | boolean | undefined;
|
|
739
|
-
transparent?: boolean | undefined;
|
|
740
|
-
chromeless?: boolean | "all" | undefined;
|
|
729
|
+
readonly fontFamily?: unknown;
|
|
730
|
+
readonly backgrounded?: boolean | undefined;
|
|
731
|
+
readonly radiused?: boolean | undefined;
|
|
732
|
+
readonly hoverTheme?: boolean | undefined;
|
|
733
|
+
readonly pressTheme?: boolean | undefined;
|
|
734
|
+
readonly focusTheme?: boolean | undefined;
|
|
735
|
+
readonly circular?: boolean | undefined;
|
|
736
|
+
readonly padded?: boolean | undefined;
|
|
737
|
+
readonly elevate?: boolean | undefined;
|
|
738
|
+
readonly bordered?: number | boolean | undefined;
|
|
739
|
+
readonly transparent?: boolean | undefined;
|
|
740
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
741
741
|
}, string | number> & {
|
|
742
742
|
[x: string]: undefined;
|
|
743
743
|
} & 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<{
|
|
744
744
|
readonly fullscreen?: boolean | undefined;
|
|
745
745
|
readonly elevation?: SizeTokens | undefined;
|
|
746
746
|
} & {
|
|
747
|
-
fontFamily?: unknown;
|
|
748
|
-
backgrounded?: boolean | undefined;
|
|
749
|
-
radiused?: boolean | undefined;
|
|
750
|
-
hoverTheme?: boolean | undefined;
|
|
751
|
-
pressTheme?: boolean | undefined;
|
|
752
|
-
focusTheme?: boolean | undefined;
|
|
753
|
-
circular?: boolean | undefined;
|
|
754
|
-
padded?: boolean | undefined;
|
|
755
|
-
elevate?: boolean | undefined;
|
|
756
|
-
bordered?: number | boolean | undefined;
|
|
757
|
-
transparent?: boolean | undefined;
|
|
758
|
-
chromeless?: boolean | "all" | undefined;
|
|
747
|
+
readonly fontFamily?: unknown;
|
|
748
|
+
readonly backgrounded?: boolean | undefined;
|
|
749
|
+
readonly radiused?: boolean | undefined;
|
|
750
|
+
readonly hoverTheme?: boolean | undefined;
|
|
751
|
+
readonly pressTheme?: boolean | undefined;
|
|
752
|
+
readonly focusTheme?: boolean | undefined;
|
|
753
|
+
readonly circular?: boolean | undefined;
|
|
754
|
+
readonly padded?: boolean | undefined;
|
|
755
|
+
readonly elevate?: boolean | undefined;
|
|
756
|
+
readonly bordered?: number | boolean | undefined;
|
|
757
|
+
readonly transparent?: boolean | undefined;
|
|
758
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
759
759
|
}, string | number> & {
|
|
760
760
|
[x: string]: undefined;
|
|
761
761
|
}>> & 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<{
|
|
762
762
|
readonly fullscreen?: boolean | undefined;
|
|
763
763
|
readonly elevation?: SizeTokens | undefined;
|
|
764
764
|
} & {
|
|
765
|
-
fontFamily?: unknown;
|
|
766
|
-
backgrounded?: boolean | undefined;
|
|
767
|
-
radiused?: boolean | undefined;
|
|
768
|
-
hoverTheme?: boolean | undefined;
|
|
769
|
-
pressTheme?: boolean | undefined;
|
|
770
|
-
focusTheme?: boolean | undefined;
|
|
771
|
-
circular?: boolean | undefined;
|
|
772
|
-
padded?: boolean | undefined;
|
|
773
|
-
elevate?: boolean | undefined;
|
|
774
|
-
bordered?: number | boolean | undefined;
|
|
775
|
-
transparent?: boolean | undefined;
|
|
776
|
-
chromeless?: boolean | "all" | undefined;
|
|
765
|
+
readonly fontFamily?: unknown;
|
|
766
|
+
readonly backgrounded?: boolean | undefined;
|
|
767
|
+
readonly radiused?: boolean | undefined;
|
|
768
|
+
readonly hoverTheme?: boolean | undefined;
|
|
769
|
+
readonly pressTheme?: boolean | undefined;
|
|
770
|
+
readonly focusTheme?: boolean | undefined;
|
|
771
|
+
readonly circular?: boolean | undefined;
|
|
772
|
+
readonly padded?: boolean | undefined;
|
|
773
|
+
readonly elevate?: boolean | undefined;
|
|
774
|
+
readonly bordered?: number | boolean | undefined;
|
|
775
|
+
readonly transparent?: boolean | undefined;
|
|
776
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
777
777
|
}, string | number> & {
|
|
778
778
|
[x: string]: undefined;
|
|
779
779
|
}>>), import("@tamagui/core").TamaguiElement, import("@tamagui/core").StackPropsBase, {
|
|
780
780
|
readonly fullscreen?: boolean | undefined;
|
|
781
781
|
readonly elevation?: SizeTokens | undefined;
|
|
782
782
|
} & {
|
|
783
|
-
fontFamily?: unknown;
|
|
784
|
-
backgrounded?: boolean | undefined;
|
|
785
|
-
radiused?: boolean | undefined;
|
|
786
|
-
hoverTheme?: boolean | undefined;
|
|
787
|
-
pressTheme?: boolean | undefined;
|
|
788
|
-
focusTheme?: boolean | undefined;
|
|
789
|
-
circular?: boolean | undefined;
|
|
790
|
-
padded?: boolean | undefined;
|
|
791
|
-
elevate?: boolean | undefined;
|
|
792
|
-
bordered?: number | boolean | undefined;
|
|
793
|
-
transparent?: boolean | undefined;
|
|
794
|
-
chromeless?: boolean | "all" | undefined;
|
|
783
|
+
readonly fontFamily?: unknown;
|
|
784
|
+
readonly backgrounded?: boolean | undefined;
|
|
785
|
+
readonly radiused?: boolean | undefined;
|
|
786
|
+
readonly hoverTheme?: boolean | undefined;
|
|
787
|
+
readonly pressTheme?: boolean | undefined;
|
|
788
|
+
readonly focusTheme?: boolean | undefined;
|
|
789
|
+
readonly circular?: boolean | undefined;
|
|
790
|
+
readonly padded?: boolean | undefined;
|
|
791
|
+
readonly elevate?: boolean | undefined;
|
|
792
|
+
readonly bordered?: number | boolean | undefined;
|
|
793
|
+
readonly transparent?: boolean | undefined;
|
|
794
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
795
795
|
} & ({} | {
|
|
796
796
|
[x: string]: undefined;
|
|
797
797
|
})>;
|