@tamagui/card 1.0.1-beta.154 → 1.0.1-beta.157
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/types/Card.d.ts +8 -8
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.157",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
34
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
35
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
33
|
+
"@tamagui/core": "^1.0.1-beta.157",
|
|
34
|
+
"@tamagui/create-context": "^1.0.1-beta.157",
|
|
35
|
+
"@tamagui/stacks": "^1.0.1-beta.157"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "*",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-native": "*"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
43
|
+
"@tamagui/build": "^1.0.1-beta.157",
|
|
44
44
|
"@types/react-native": "^0.69.2",
|
|
45
45
|
"react": "*",
|
|
46
46
|
"react-dom": "*",
|
package/types/Card.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare const CardFrame: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
55
55
|
chromeless?: boolean | "all" | undefined;
|
|
56
56
|
}, "size"> & {
|
|
57
57
|
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
|
} & {
|
|
@@ -128,7 +128,7 @@ export declare const CardHeader: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
128
128
|
chromeless?: boolean | "all" | undefined;
|
|
129
129
|
}, "size"> & {
|
|
130
130
|
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
|
} & {
|
|
@@ -261,7 +261,7 @@ export declare const CardFooter: import("@tamagui/core").TamaguiComponent<(Omit<
|
|
|
261
261
|
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
|
} & {
|
|
@@ -384,7 +384,7 @@ export declare const CardBackground: import("@tamagui/core").TamaguiComponent<(O
|
|
|
384
384
|
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
|
} & {
|
|
@@ -462,7 +462,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
462
462
|
size?: SizeTokens | undefined;
|
|
463
463
|
}>> & {
|
|
464
464
|
__scopeCard?: import("@tamagui/create-context").Scope<any>;
|
|
465
|
-
} & React.RefAttributes<
|
|
465
|
+
} & React.RefAttributes<HTMLElement | View>, "theme" | "themeInverse"> & {
|
|
466
466
|
theme?: import("@tamagui/core").ThemeName | null | undefined;
|
|
467
467
|
themeInverse?: boolean | undefined;
|
|
468
468
|
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null) & {
|
|
@@ -520,7 +520,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
520
520
|
chromeless?: boolean | "all" | undefined;
|
|
521
521
|
}, "size"> & {
|
|
522
522
|
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
|
} & {
|
|
@@ -653,7 +653,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
653
653
|
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
|
} & {
|
|
@@ -776,7 +776,7 @@ export declare const Card: ((props: Omit<Omit<import("react-native").ViewProps,
|
|
|
776
776
|
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
|
} & {
|