@tamagui/card 1.88.3 → 1.88.5
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 +6 -6
- package/types/Card.d.ts +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/card",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.5",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@tamagui/create-context": "1.88.
|
|
36
|
-
"@tamagui/helpers": "1.88.
|
|
37
|
-
"@tamagui/stacks": "1.88.
|
|
38
|
-
"@tamagui/web": "1.88.
|
|
35
|
+
"@tamagui/create-context": "1.88.5",
|
|
36
|
+
"@tamagui/helpers": "1.88.5",
|
|
37
|
+
"@tamagui/stacks": "1.88.5",
|
|
38
|
+
"@tamagui/web": "1.88.5"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.88.
|
|
45
|
+
"@tamagui/build": "1.88.5",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-native": "^0.72.6"
|
|
48
48
|
},
|
package/types/Card.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GetProps, SizeTokens } from '@tamagui/web';
|
|
3
|
-
export declare const CardFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
3
|
+
export declare const CardFrame: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
4
4
|
size?: SizeTokens | undefined;
|
|
5
5
|
unstyled?: boolean | undefined;
|
|
6
6
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -17,7 +17,7 @@ export declare const CardFrame: import("@tamagui/web").TamaguiComponent<import("
|
|
|
17
17
|
padded?: boolean | undefined;
|
|
18
18
|
chromeless?: boolean | "all" | undefined;
|
|
19
19
|
}, {}>;
|
|
20
|
-
export declare const CardHeader: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
20
|
+
export declare const CardHeader: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
21
21
|
size?: SizeTokens | undefined;
|
|
22
22
|
unstyled?: boolean | undefined;
|
|
23
23
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -34,7 +34,7 @@ export declare const CardHeader: import("@tamagui/web").TamaguiComponent<import(
|
|
|
34
34
|
padded?: boolean | undefined;
|
|
35
35
|
chromeless?: boolean | "all" | undefined;
|
|
36
36
|
}, {}>;
|
|
37
|
-
export declare const CardFooter: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
37
|
+
export declare const CardFooter: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
38
38
|
size?: SizeTokens | undefined;
|
|
39
39
|
unstyled?: boolean | undefined;
|
|
40
40
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -51,7 +51,7 @@ export declare const CardFooter: import("@tamagui/web").TamaguiComponent<import(
|
|
|
51
51
|
padded?: boolean | undefined;
|
|
52
52
|
chromeless?: boolean | "all" | undefined;
|
|
53
53
|
}, {}>;
|
|
54
|
-
export declare const CardBackground: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
54
|
+
export declare const CardBackground: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
55
55
|
unstyled?: boolean | undefined;
|
|
56
56
|
elevation?: number | SizeTokens | undefined;
|
|
57
57
|
transparent?: boolean | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const CardBackground: import("@tamagui/web").TamaguiComponent<imp
|
|
|
70
70
|
export type CardHeaderProps = GetProps<typeof CardHeader>;
|
|
71
71
|
export type CardFooterProps = GetProps<typeof CardFooter>;
|
|
72
72
|
export type CardProps = GetProps<typeof CardFrame>;
|
|
73
|
-
export declare const Card: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "size" | "unstyled" | "elevation" | keyof import("@tamagui/web").
|
|
73
|
+
export declare const Card: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "size" | "unstyled" | "elevation" | keyof import("@tamagui/web").StackStyleBase | "transparent" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
74
74
|
size?: SizeTokens | undefined;
|
|
75
75
|
unstyled?: boolean | undefined;
|
|
76
76
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
86
86
|
radiused?: boolean | undefined;
|
|
87
87
|
padded?: boolean | undefined;
|
|
88
88
|
chromeless?: boolean | "all" | undefined;
|
|
89
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
89
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
90
90
|
size?: SizeTokens | undefined;
|
|
91
91
|
unstyled?: boolean | undefined;
|
|
92
92
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -102,7 +102,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
102
102
|
radiused?: boolean | undefined;
|
|
103
103
|
padded?: boolean | undefined;
|
|
104
104
|
chromeless?: boolean | "all" | undefined;
|
|
105
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
105
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
106
106
|
size?: SizeTokens | undefined;
|
|
107
107
|
unstyled?: boolean | undefined;
|
|
108
108
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -118,7 +118,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
118
118
|
radiused?: boolean | undefined;
|
|
119
119
|
padded?: boolean | undefined;
|
|
120
120
|
chromeless?: boolean | "all" | undefined;
|
|
121
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
121
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
122
122
|
size?: SizeTokens | undefined;
|
|
123
123
|
unstyled?: boolean | undefined;
|
|
124
124
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -134,7 +134,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
134
134
|
radiused?: boolean | undefined;
|
|
135
135
|
padded?: boolean | undefined;
|
|
136
136
|
chromeless?: boolean | "all" | undefined;
|
|
137
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
137
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
138
138
|
size?: SizeTokens | undefined;
|
|
139
139
|
unstyled?: boolean | undefined;
|
|
140
140
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -150,7 +150,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
150
150
|
radiused?: boolean | undefined;
|
|
151
151
|
padded?: boolean | undefined;
|
|
152
152
|
chromeless?: boolean | "all" | undefined;
|
|
153
|
-
}>> & import("react").RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
153
|
+
}>> & import("react").RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
154
154
|
size?: SizeTokens | undefined;
|
|
155
155
|
unstyled?: boolean | undefined;
|
|
156
156
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -167,7 +167,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
167
167
|
padded?: boolean | undefined;
|
|
168
168
|
chromeless?: boolean | "all" | undefined;
|
|
169
169
|
}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
|
|
170
|
-
__tama: [import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
170
|
+
__tama: [import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
171
171
|
size?: SizeTokens | undefined;
|
|
172
172
|
unstyled?: boolean | undefined;
|
|
173
173
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -185,7 +185,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
185
185
|
chromeless?: boolean | "all" | undefined;
|
|
186
186
|
}, {}];
|
|
187
187
|
} & {
|
|
188
|
-
Header: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
188
|
+
Header: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
189
189
|
size?: SizeTokens | undefined;
|
|
190
190
|
unstyled?: boolean | undefined;
|
|
191
191
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -202,7 +202,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
202
202
|
padded?: boolean | undefined;
|
|
203
203
|
chromeless?: boolean | "all" | undefined;
|
|
204
204
|
}, {}>;
|
|
205
|
-
Footer: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
205
|
+
Footer: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
206
206
|
size?: SizeTokens | undefined;
|
|
207
207
|
unstyled?: boolean | undefined;
|
|
208
208
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -219,7 +219,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
219
219
|
padded?: boolean | undefined;
|
|
220
220
|
chromeless?: boolean | "all" | undefined;
|
|
221
221
|
}, {}>;
|
|
222
|
-
Background: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").
|
|
222
|
+
Background: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
223
223
|
unstyled?: boolean | undefined;
|
|
224
224
|
elevation?: number | SizeTokens | undefined;
|
|
225
225
|
transparent?: boolean | undefined;
|