@tamagui/card 1.0.1-beta.205 → 1.0.1-beta.207
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 +1 -4
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.207",
|
|
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.207",
|
|
34
|
+
"@tamagui/create-context": "^1.0.1-beta.207",
|
|
35
|
+
"@tamagui/stacks": "^1.0.1-beta.207"
|
|
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.207",
|
|
44
44
|
"@types/react-native": "^0.69.2",
|
|
45
45
|
"react": "*",
|
|
46
46
|
"react-dom": "*",
|
package/types/Card.d.ts
CHANGED
|
@@ -462,10 +462,7 @@ export declare const Card: ((props: Omit<Omit<import("@tamagui/types-react-nativ
|
|
|
462
462
|
readonly size?: SizeTokens | undefined;
|
|
463
463
|
}>> & {
|
|
464
464
|
__scopeCard?: import("@tamagui/create-context").Scope<any>;
|
|
465
|
-
} & React.RefAttributes<HTMLElement | View>, "theme" | "themeInverse"> & {
|
|
466
|
-
theme?: import("@tamagui/core").ThemeName | null | undefined;
|
|
467
|
-
themeInverse?: boolean | undefined;
|
|
468
|
-
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null) & {
|
|
465
|
+
} & React.RefAttributes<HTMLElement | View>, "theme" | "themeInverse"> & import("@tamagui/core").ThemeableProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null) & {
|
|
469
466
|
Header: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/types-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<{
|
|
470
467
|
readonly fullscreen?: boolean | undefined;
|
|
471
468
|
readonly elevation?: SizeTokens | undefined;
|