@tamagui/card 1.0.1-beta.132 → 1.0.1-beta.135
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 +0 -0
- package/dist/cjs/Card.js.map +0 -0
- package/dist/cjs/index.js +0 -0
- package/dist/cjs/index.js.map +0 -0
- package/dist/esm/Card.js +0 -0
- package/dist/esm/Card.js.map +0 -0
- package/dist/esm/index.js +0 -0
- package/dist/esm/index.js.map +0 -0
- package/dist/jsx/Card.js +0 -0
- package/dist/jsx/Card.js.map +0 -0
- package/dist/jsx/index.js +0 -0
- package/dist/jsx/index.js.map +0 -0
- package/package.json +5 -5
- package/types/Card.d.ts +49 -49
- package/types/index.d.ts +0 -0
package/dist/cjs/Card.js
CHANGED
|
File without changes
|
package/dist/cjs/Card.js.map
CHANGED
|
File without changes
|
package/dist/cjs/index.js
CHANGED
|
File without changes
|
package/dist/cjs/index.js.map
CHANGED
|
File without changes
|
package/dist/esm/Card.js
CHANGED
|
File without changes
|
package/dist/esm/Card.js.map
CHANGED
|
File without changes
|
package/dist/esm/index.js
CHANGED
|
File without changes
|
package/dist/esm/index.js.map
CHANGED
|
File without changes
|
package/dist/jsx/Card.js
CHANGED
|
File without changes
|
package/dist/jsx/Card.js.map
CHANGED
|
File without changes
|
package/dist/jsx/index.js
CHANGED
|
File without changes
|
package/dist/jsx/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/card",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.135",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"clean:build": "tamagui-build clean:build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
24
|
+
"@tamagui/core": "^1.0.1-beta.135",
|
|
25
|
+
"@tamagui/create-context": "^1.0.1-beta.135",
|
|
26
|
+
"@tamagui/stacks": "^1.0.1-beta.135"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": "*",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-native": "*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
34
|
+
"@tamagui/build": "^1.0.1-beta.135",
|
|
35
35
|
"@types/react-native": "^0.69.2",
|
|
36
36
|
"react": "*",
|
|
37
37
|
"react-dom": "*",
|
package/types/Card.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
21
21
|
elevate?: boolean | undefined;
|
|
22
22
|
bordered?: number | boolean | undefined;
|
|
23
23
|
transparent?: boolean | undefined;
|
|
24
|
-
chromeless?: boolean | undefined;
|
|
24
|
+
chromeless?: boolean | "all" | undefined;
|
|
25
25
|
}, "size"> & {
|
|
26
26
|
size?: SizeTokens | undefined;
|
|
27
27
|
} & 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<{
|
|
@@ -39,7 +39,7 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
39
39
|
elevate?: boolean | undefined;
|
|
40
40
|
bordered?: number | boolean | undefined;
|
|
41
41
|
transparent?: boolean | undefined;
|
|
42
|
-
chromeless?: boolean | undefined;
|
|
42
|
+
chromeless?: boolean | "all" | undefined;
|
|
43
43
|
}, "size"> & {
|
|
44
44
|
size?: SizeTokens | undefined;
|
|
45
45
|
}>> & 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<{
|
|
@@ -57,7 +57,7 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
57
57
|
elevate?: boolean | undefined;
|
|
58
58
|
bordered?: number | boolean | undefined;
|
|
59
59
|
transparent?: boolean | undefined;
|
|
60
|
-
chromeless?: boolean | undefined;
|
|
60
|
+
chromeless?: boolean | "all" | undefined;
|
|
61
61
|
}, "size"> & {
|
|
62
62
|
size?: SizeTokens | undefined;
|
|
63
63
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -75,7 +75,7 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
75
75
|
elevate?: boolean | undefined;
|
|
76
76
|
bordered?: number | boolean | undefined;
|
|
77
77
|
transparent?: boolean | undefined;
|
|
78
|
-
chromeless?: boolean | undefined;
|
|
78
|
+
chromeless?: boolean | "all" | undefined;
|
|
79
79
|
} & {
|
|
80
80
|
size?: SizeTokens | undefined;
|
|
81
81
|
}>;
|
|
@@ -94,7 +94,7 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
94
94
|
elevate?: boolean | undefined;
|
|
95
95
|
bordered?: number | boolean | undefined;
|
|
96
96
|
transparent?: boolean | undefined;
|
|
97
|
-
chromeless?: boolean | undefined;
|
|
97
|
+
chromeless?: boolean | "all" | undefined;
|
|
98
98
|
}, "size"> & {
|
|
99
99
|
size?: SizeTokens | undefined;
|
|
100
100
|
} & 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<{
|
|
@@ -112,7 +112,7 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
112
112
|
elevate?: boolean | undefined;
|
|
113
113
|
bordered?: number | boolean | undefined;
|
|
114
114
|
transparent?: boolean | undefined;
|
|
115
|
-
chromeless?: boolean | undefined;
|
|
115
|
+
chromeless?: boolean | "all" | undefined;
|
|
116
116
|
}, "size"> & {
|
|
117
117
|
size?: SizeTokens | undefined;
|
|
118
118
|
}>> & 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<{
|
|
@@ -130,7 +130,7 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
130
130
|
elevate?: boolean | undefined;
|
|
131
131
|
bordered?: number | boolean | undefined;
|
|
132
132
|
transparent?: boolean | undefined;
|
|
133
|
-
chromeless?: boolean | undefined;
|
|
133
|
+
chromeless?: boolean | "all" | undefined;
|
|
134
134
|
}, "size"> & {
|
|
135
135
|
size?: SizeTokens | undefined;
|
|
136
136
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -148,7 +148,7 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
148
148
|
elevate?: boolean | undefined;
|
|
149
149
|
bordered?: number | boolean | undefined;
|
|
150
150
|
transparent?: boolean | undefined;
|
|
151
|
-
chromeless?: boolean | undefined;
|
|
151
|
+
chromeless?: boolean | "all" | undefined;
|
|
152
152
|
} & {
|
|
153
153
|
size?: SizeTokens | undefined;
|
|
154
154
|
}>;
|
|
@@ -167,7 +167,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
167
167
|
elevate?: boolean | undefined;
|
|
168
168
|
bordered?: number | boolean | undefined;
|
|
169
169
|
transparent?: boolean | undefined;
|
|
170
|
-
chromeless?: boolean | undefined;
|
|
170
|
+
chromeless?: boolean | "all" | undefined;
|
|
171
171
|
}, "size"> & {
|
|
172
172
|
size?: SizeTokens | undefined;
|
|
173
173
|
} & 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<{
|
|
@@ -185,7 +185,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
185
185
|
elevate?: boolean | undefined;
|
|
186
186
|
bordered?: number | boolean | undefined;
|
|
187
187
|
transparent?: boolean | undefined;
|
|
188
|
-
chromeless?: boolean | undefined;
|
|
188
|
+
chromeless?: boolean | "all" | undefined;
|
|
189
189
|
}, "size"> & {
|
|
190
190
|
size?: SizeTokens | undefined;
|
|
191
191
|
}>> & 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<{
|
|
@@ -203,7 +203,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
203
203
|
elevate?: boolean | undefined;
|
|
204
204
|
bordered?: number | boolean | undefined;
|
|
205
205
|
transparent?: boolean | undefined;
|
|
206
|
-
chromeless?: boolean | undefined;
|
|
206
|
+
chromeless?: boolean | "all" | undefined;
|
|
207
207
|
}, "size"> & {
|
|
208
208
|
size?: SizeTokens | undefined;
|
|
209
209
|
}>>) | (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<{
|
|
@@ -221,7 +221,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
221
221
|
elevate?: boolean | undefined;
|
|
222
222
|
bordered?: number | boolean | undefined;
|
|
223
223
|
transparent?: boolean | undefined;
|
|
224
|
-
chromeless?: boolean | undefined;
|
|
224
|
+
chromeless?: boolean | "all" | undefined;
|
|
225
225
|
} & {
|
|
226
226
|
size?: SizeTokens | undefined;
|
|
227
227
|
}, string | number> & {
|
|
@@ -241,7 +241,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
241
241
|
elevate?: boolean | undefined;
|
|
242
242
|
bordered?: number | boolean | undefined;
|
|
243
243
|
transparent?: boolean | undefined;
|
|
244
|
-
chromeless?: boolean | undefined;
|
|
244
|
+
chromeless?: boolean | "all" | undefined;
|
|
245
245
|
} & {
|
|
246
246
|
size?: SizeTokens | undefined;
|
|
247
247
|
}, string | number> & {
|
|
@@ -261,7 +261,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
261
261
|
elevate?: boolean | undefined;
|
|
262
262
|
bordered?: number | boolean | undefined;
|
|
263
263
|
transparent?: boolean | undefined;
|
|
264
|
-
chromeless?: boolean | undefined;
|
|
264
|
+
chromeless?: boolean | "all" | undefined;
|
|
265
265
|
} & {
|
|
266
266
|
size?: SizeTokens | undefined;
|
|
267
267
|
}, string | number> & {
|
|
@@ -281,7 +281,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
281
281
|
elevate?: boolean | undefined;
|
|
282
282
|
bordered?: number | boolean | undefined;
|
|
283
283
|
transparent?: boolean | undefined;
|
|
284
|
-
chromeless?: boolean | undefined;
|
|
284
|
+
chromeless?: boolean | "all" | undefined;
|
|
285
285
|
} & {
|
|
286
286
|
size?: SizeTokens | undefined;
|
|
287
287
|
} & ({} | {
|
|
@@ -290,7 +290,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
290
290
|
export declare const CardBackground: 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<{
|
|
291
291
|
readonly fullscreen?: boolean | undefined;
|
|
292
292
|
readonly elevation?: SizeTokens | undefined;
|
|
293
|
-
}, "
|
|
293
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
294
294
|
fontFamily?: unknown;
|
|
295
295
|
backgrounded?: boolean | undefined;
|
|
296
296
|
radiused?: boolean | undefined;
|
|
@@ -302,11 +302,11 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
302
302
|
elevate?: boolean | undefined;
|
|
303
303
|
bordered?: number | boolean | undefined;
|
|
304
304
|
transparent?: boolean | undefined;
|
|
305
|
-
chromeless?: boolean | undefined;
|
|
305
|
+
chromeless?: boolean | "all" | undefined;
|
|
306
306
|
} & 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<{
|
|
307
307
|
readonly fullscreen?: boolean | undefined;
|
|
308
308
|
readonly elevation?: SizeTokens | undefined;
|
|
309
|
-
}, "
|
|
309
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
310
310
|
fontFamily?: unknown;
|
|
311
311
|
backgrounded?: boolean | undefined;
|
|
312
312
|
radiused?: boolean | undefined;
|
|
@@ -318,11 +318,11 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
318
318
|
elevate?: boolean | undefined;
|
|
319
319
|
bordered?: number | boolean | undefined;
|
|
320
320
|
transparent?: boolean | undefined;
|
|
321
|
-
chromeless?: boolean | undefined;
|
|
321
|
+
chromeless?: boolean | "all" | undefined;
|
|
322
322
|
}>> & 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<{
|
|
323
323
|
readonly fullscreen?: boolean | undefined;
|
|
324
324
|
readonly elevation?: SizeTokens | undefined;
|
|
325
|
-
}, "
|
|
325
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
326
326
|
fontFamily?: unknown;
|
|
327
327
|
backgrounded?: boolean | undefined;
|
|
328
328
|
radiused?: boolean | undefined;
|
|
@@ -334,7 +334,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
334
334
|
elevate?: boolean | undefined;
|
|
335
335
|
bordered?: number | boolean | undefined;
|
|
336
336
|
transparent?: boolean | undefined;
|
|
337
|
-
chromeless?: boolean | undefined;
|
|
337
|
+
chromeless?: boolean | "all" | undefined;
|
|
338
338
|
}>>) | (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<{
|
|
339
339
|
readonly fullscreen?: boolean | undefined;
|
|
340
340
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -350,7 +350,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
350
350
|
elevate?: boolean | undefined;
|
|
351
351
|
bordered?: number | boolean | undefined;
|
|
352
352
|
transparent?: boolean | undefined;
|
|
353
|
-
chromeless?: boolean | undefined;
|
|
353
|
+
chromeless?: boolean | "all" | undefined;
|
|
354
354
|
}, string | number> & {
|
|
355
355
|
[x: string]: undefined;
|
|
356
356
|
} & 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<{
|
|
@@ -368,7 +368,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
368
368
|
elevate?: boolean | undefined;
|
|
369
369
|
bordered?: number | boolean | undefined;
|
|
370
370
|
transparent?: boolean | undefined;
|
|
371
|
-
chromeless?: boolean | undefined;
|
|
371
|
+
chromeless?: boolean | "all" | undefined;
|
|
372
372
|
}, string | number> & {
|
|
373
373
|
[x: string]: undefined;
|
|
374
374
|
}>> & 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<{
|
|
@@ -386,7 +386,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
386
386
|
elevate?: boolean | undefined;
|
|
387
387
|
bordered?: number | boolean | undefined;
|
|
388
388
|
transparent?: boolean | undefined;
|
|
389
|
-
chromeless?: boolean | undefined;
|
|
389
|
+
chromeless?: boolean | "all" | undefined;
|
|
390
390
|
}, string | number> & {
|
|
391
391
|
[x: string]: undefined;
|
|
392
392
|
}>>), any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -404,7 +404,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
404
404
|
elevate?: boolean | undefined;
|
|
405
405
|
bordered?: number | boolean | undefined;
|
|
406
406
|
transparent?: boolean | undefined;
|
|
407
|
-
chromeless?: boolean | undefined;
|
|
407
|
+
chromeless?: boolean | "all" | undefined;
|
|
408
408
|
} & ({} | {
|
|
409
409
|
[x: string]: undefined;
|
|
410
410
|
})>;
|
|
@@ -426,7 +426,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
426
426
|
elevate?: boolean | undefined;
|
|
427
427
|
bordered?: number | boolean | undefined;
|
|
428
428
|
transparent?: boolean | undefined;
|
|
429
|
-
chromeless?: boolean | undefined;
|
|
429
|
+
chromeless?: boolean | "all" | undefined;
|
|
430
430
|
}, "size"> & {
|
|
431
431
|
size?: SizeTokens | undefined;
|
|
432
432
|
} & 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<{
|
|
@@ -444,7 +444,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
444
444
|
elevate?: boolean | undefined;
|
|
445
445
|
bordered?: number | boolean | undefined;
|
|
446
446
|
transparent?: boolean | undefined;
|
|
447
|
-
chromeless?: boolean | undefined;
|
|
447
|
+
chromeless?: boolean | "all" | undefined;
|
|
448
448
|
}, "size"> & {
|
|
449
449
|
size?: SizeTokens | undefined;
|
|
450
450
|
}>> & 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<{
|
|
@@ -462,7 +462,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
462
462
|
elevate?: boolean | undefined;
|
|
463
463
|
bordered?: number | boolean | undefined;
|
|
464
464
|
transparent?: boolean | undefined;
|
|
465
|
-
chromeless?: boolean | undefined;
|
|
465
|
+
chromeless?: boolean | "all" | undefined;
|
|
466
466
|
}, "size"> & {
|
|
467
467
|
size?: SizeTokens | undefined;
|
|
468
468
|
}>> & {
|
|
@@ -486,7 +486,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
486
486
|
elevate?: boolean | undefined;
|
|
487
487
|
bordered?: number | boolean | undefined;
|
|
488
488
|
transparent?: boolean | undefined;
|
|
489
|
-
chromeless?: boolean | undefined;
|
|
489
|
+
chromeless?: boolean | "all" | undefined;
|
|
490
490
|
}, "size"> & {
|
|
491
491
|
size?: SizeTokens | undefined;
|
|
492
492
|
} & 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<{
|
|
@@ -504,7 +504,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
504
504
|
elevate?: boolean | undefined;
|
|
505
505
|
bordered?: number | boolean | undefined;
|
|
506
506
|
transparent?: boolean | undefined;
|
|
507
|
-
chromeless?: boolean | undefined;
|
|
507
|
+
chromeless?: boolean | "all" | undefined;
|
|
508
508
|
}, "size"> & {
|
|
509
509
|
size?: SizeTokens | undefined;
|
|
510
510
|
}>> & 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<{
|
|
@@ -522,7 +522,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
522
522
|
elevate?: boolean | undefined;
|
|
523
523
|
bordered?: number | boolean | undefined;
|
|
524
524
|
transparent?: boolean | undefined;
|
|
525
|
-
chromeless?: boolean | undefined;
|
|
525
|
+
chromeless?: boolean | "all" | undefined;
|
|
526
526
|
}, "size"> & {
|
|
527
527
|
size?: SizeTokens | undefined;
|
|
528
528
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -540,7 +540,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
540
540
|
elevate?: boolean | undefined;
|
|
541
541
|
bordered?: number | boolean | undefined;
|
|
542
542
|
transparent?: boolean | undefined;
|
|
543
|
-
chromeless?: boolean | undefined;
|
|
543
|
+
chromeless?: boolean | "all" | undefined;
|
|
544
544
|
} & {
|
|
545
545
|
size?: SizeTokens | undefined;
|
|
546
546
|
}>;
|
|
@@ -559,7 +559,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
559
559
|
elevate?: boolean | undefined;
|
|
560
560
|
bordered?: number | boolean | undefined;
|
|
561
561
|
transparent?: boolean | undefined;
|
|
562
|
-
chromeless?: boolean | undefined;
|
|
562
|
+
chromeless?: boolean | "all" | undefined;
|
|
563
563
|
}, "size"> & {
|
|
564
564
|
size?: SizeTokens | undefined;
|
|
565
565
|
} & 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<{
|
|
@@ -577,7 +577,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
577
577
|
elevate?: boolean | undefined;
|
|
578
578
|
bordered?: number | boolean | undefined;
|
|
579
579
|
transparent?: boolean | undefined;
|
|
580
|
-
chromeless?: boolean | undefined;
|
|
580
|
+
chromeless?: boolean | "all" | undefined;
|
|
581
581
|
}, "size"> & {
|
|
582
582
|
size?: SizeTokens | undefined;
|
|
583
583
|
}>> & 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<{
|
|
@@ -595,7 +595,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
595
595
|
elevate?: boolean | undefined;
|
|
596
596
|
bordered?: number | boolean | undefined;
|
|
597
597
|
transparent?: boolean | undefined;
|
|
598
|
-
chromeless?: boolean | undefined;
|
|
598
|
+
chromeless?: boolean | "all" | undefined;
|
|
599
599
|
}, "size"> & {
|
|
600
600
|
size?: SizeTokens | undefined;
|
|
601
601
|
}>>) | (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<{
|
|
@@ -613,7 +613,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
613
613
|
elevate?: boolean | undefined;
|
|
614
614
|
bordered?: number | boolean | undefined;
|
|
615
615
|
transparent?: boolean | undefined;
|
|
616
|
-
chromeless?: boolean | undefined;
|
|
616
|
+
chromeless?: boolean | "all" | undefined;
|
|
617
617
|
} & {
|
|
618
618
|
size?: SizeTokens | undefined;
|
|
619
619
|
}, string | number> & {
|
|
@@ -633,7 +633,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
633
633
|
elevate?: boolean | undefined;
|
|
634
634
|
bordered?: number | boolean | undefined;
|
|
635
635
|
transparent?: boolean | undefined;
|
|
636
|
-
chromeless?: boolean | undefined;
|
|
636
|
+
chromeless?: boolean | "all" | undefined;
|
|
637
637
|
} & {
|
|
638
638
|
size?: SizeTokens | undefined;
|
|
639
639
|
}, string | number> & {
|
|
@@ -653,7 +653,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
653
653
|
elevate?: boolean | undefined;
|
|
654
654
|
bordered?: number | boolean | undefined;
|
|
655
655
|
transparent?: boolean | undefined;
|
|
656
|
-
chromeless?: boolean | undefined;
|
|
656
|
+
chromeless?: boolean | "all" | undefined;
|
|
657
657
|
} & {
|
|
658
658
|
size?: SizeTokens | undefined;
|
|
659
659
|
}, string | number> & {
|
|
@@ -673,7 +673,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
673
673
|
elevate?: boolean | undefined;
|
|
674
674
|
bordered?: number | boolean | undefined;
|
|
675
675
|
transparent?: boolean | undefined;
|
|
676
|
-
chromeless?: boolean | undefined;
|
|
676
|
+
chromeless?: boolean | "all" | undefined;
|
|
677
677
|
} & {
|
|
678
678
|
size?: SizeTokens | undefined;
|
|
679
679
|
} & ({} | {
|
|
@@ -682,7 +682,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
682
682
|
Background: 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<{
|
|
683
683
|
readonly fullscreen?: boolean | undefined;
|
|
684
684
|
readonly elevation?: SizeTokens | undefined;
|
|
685
|
-
}, "
|
|
685
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
686
686
|
fontFamily?: unknown;
|
|
687
687
|
backgrounded?: boolean | undefined;
|
|
688
688
|
radiused?: boolean | undefined;
|
|
@@ -694,11 +694,11 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
694
694
|
elevate?: boolean | undefined;
|
|
695
695
|
bordered?: number | boolean | undefined;
|
|
696
696
|
transparent?: boolean | undefined;
|
|
697
|
-
chromeless?: boolean | undefined;
|
|
697
|
+
chromeless?: boolean | "all" | undefined;
|
|
698
698
|
} & 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<{
|
|
699
699
|
readonly fullscreen?: boolean | undefined;
|
|
700
700
|
readonly elevation?: SizeTokens | undefined;
|
|
701
|
-
}, "
|
|
701
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
702
702
|
fontFamily?: unknown;
|
|
703
703
|
backgrounded?: boolean | undefined;
|
|
704
704
|
radiused?: boolean | undefined;
|
|
@@ -710,11 +710,11 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
710
710
|
elevate?: boolean | undefined;
|
|
711
711
|
bordered?: number | boolean | undefined;
|
|
712
712
|
transparent?: boolean | undefined;
|
|
713
|
-
chromeless?: boolean | undefined;
|
|
713
|
+
chromeless?: boolean | "all" | undefined;
|
|
714
714
|
}>> & 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<{
|
|
715
715
|
readonly fullscreen?: boolean | undefined;
|
|
716
716
|
readonly elevation?: SizeTokens | undefined;
|
|
717
|
-
}, "
|
|
717
|
+
}, "transparent" | "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "chromeless"> & {
|
|
718
718
|
fontFamily?: unknown;
|
|
719
719
|
backgrounded?: boolean | undefined;
|
|
720
720
|
radiused?: boolean | undefined;
|
|
@@ -726,7 +726,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
726
726
|
elevate?: boolean | undefined;
|
|
727
727
|
bordered?: number | boolean | undefined;
|
|
728
728
|
transparent?: boolean | undefined;
|
|
729
|
-
chromeless?: boolean | undefined;
|
|
729
|
+
chromeless?: boolean | "all" | undefined;
|
|
730
730
|
}>>) | (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<{
|
|
731
731
|
readonly fullscreen?: boolean | undefined;
|
|
732
732
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -742,7 +742,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
742
742
|
elevate?: boolean | undefined;
|
|
743
743
|
bordered?: number | boolean | undefined;
|
|
744
744
|
transparent?: boolean | undefined;
|
|
745
|
-
chromeless?: boolean | undefined;
|
|
745
|
+
chromeless?: boolean | "all" | undefined;
|
|
746
746
|
}, string | number> & {
|
|
747
747
|
[x: string]: undefined;
|
|
748
748
|
} & 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<{
|
|
@@ -760,7 +760,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
760
760
|
elevate?: boolean | undefined;
|
|
761
761
|
bordered?: number | boolean | undefined;
|
|
762
762
|
transparent?: boolean | undefined;
|
|
763
|
-
chromeless?: boolean | undefined;
|
|
763
|
+
chromeless?: boolean | "all" | undefined;
|
|
764
764
|
}, string | number> & {
|
|
765
765
|
[x: string]: undefined;
|
|
766
766
|
}>> & 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<{
|
|
@@ -778,7 +778,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
778
778
|
elevate?: boolean | undefined;
|
|
779
779
|
bordered?: number | boolean | undefined;
|
|
780
780
|
transparent?: boolean | undefined;
|
|
781
|
-
chromeless?: boolean | undefined;
|
|
781
|
+
chromeless?: boolean | "all" | undefined;
|
|
782
782
|
}, string | number> & {
|
|
783
783
|
[x: string]: undefined;
|
|
784
784
|
}>>), any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -796,7 +796,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
796
796
|
elevate?: boolean | undefined;
|
|
797
797
|
bordered?: number | boolean | undefined;
|
|
798
798
|
transparent?: boolean | undefined;
|
|
799
|
-
chromeless?: boolean | undefined;
|
|
799
|
+
chromeless?: boolean | "all" | undefined;
|
|
800
800
|
} & ({} | {
|
|
801
801
|
[x: string]: undefined;
|
|
802
802
|
})>;
|
package/types/index.d.ts
CHANGED
|
File without changes
|