@tamagui/card 1.88.10 → 1.88.12
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 +9 -9
- package/types/Card.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/card",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.12",
|
|
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.12",
|
|
36
|
+
"@tamagui/helpers": "1.88.12",
|
|
37
|
+
"@tamagui/stacks": "1.88.12",
|
|
38
|
+
"@tamagui/web": "1.88.12"
|
|
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.12",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-native": "^0.72.6"
|
|
48
48
|
},
|
package/types/Card.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const CardFrame: import("@tamagui/web").TamaguiComponent<import("
|
|
|
16
16
|
radiused?: boolean | undefined;
|
|
17
17
|
padded?: boolean | undefined;
|
|
18
18
|
chromeless?: boolean | "all" | undefined;
|
|
19
|
-
},
|
|
19
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
20
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;
|
|
@@ -33,7 +33,7 @@ export declare const CardHeader: import("@tamagui/web").TamaguiComponent<import(
|
|
|
33
33
|
radiused?: boolean | undefined;
|
|
34
34
|
padded?: boolean | undefined;
|
|
35
35
|
chromeless?: boolean | "all" | undefined;
|
|
36
|
-
},
|
|
36
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
37
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;
|
|
@@ -50,7 +50,7 @@ export declare const CardFooter: import("@tamagui/web").TamaguiComponent<import(
|
|
|
50
50
|
radiused?: boolean | undefined;
|
|
51
51
|
padded?: boolean | undefined;
|
|
52
52
|
chromeless?: boolean | "all" | undefined;
|
|
53
|
-
},
|
|
53
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
54
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;
|
|
@@ -66,7 +66,7 @@ export declare const CardBackground: import("@tamagui/web").TamaguiComponent<imp
|
|
|
66
66
|
radiused?: boolean | undefined;
|
|
67
67
|
padded?: boolean | undefined;
|
|
68
68
|
chromeless?: boolean | "all" | undefined;
|
|
69
|
-
},
|
|
69
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
70
70
|
export type CardHeaderProps = GetProps<typeof CardHeader>;
|
|
71
71
|
export type CardFooterProps = GetProps<typeof CardFooter>;
|
|
72
72
|
export type CardProps = GetProps<typeof CardFrame>;
|
|
@@ -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
|
-
},
|
|
137
|
+
}, import("@tamagui/web").StaticConfigPublic> & Omit<import("@tamagui/web").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
138
138
|
__tama: [import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
139
139
|
size?: SizeTokens | undefined;
|
|
140
140
|
unstyled?: boolean | undefined;
|
|
@@ -151,7 +151,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
151
151
|
radiused?: boolean | undefined;
|
|
152
152
|
padded?: boolean | undefined;
|
|
153
153
|
chromeless?: boolean | "all" | undefined;
|
|
154
|
-
},
|
|
154
|
+
}, import("@tamagui/web").StaticConfigPublic];
|
|
155
155
|
} & {
|
|
156
156
|
Header: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
157
157
|
size?: SizeTokens | undefined;
|
|
@@ -169,7 +169,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
169
169
|
radiused?: boolean | undefined;
|
|
170
170
|
padded?: boolean | undefined;
|
|
171
171
|
chromeless?: boolean | "all" | undefined;
|
|
172
|
-
},
|
|
172
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
173
173
|
Footer: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
174
174
|
size?: SizeTokens | undefined;
|
|
175
175
|
unstyled?: boolean | undefined;
|
|
@@ -186,7 +186,7 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
186
186
|
radiused?: boolean | undefined;
|
|
187
187
|
padded?: boolean | undefined;
|
|
188
188
|
chromeless?: boolean | "all" | undefined;
|
|
189
|
-
},
|
|
189
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
190
190
|
Background: import("@tamagui/web").TamaguiComponent<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
191
191
|
unstyled?: boolean | undefined;
|
|
192
192
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -202,6 +202,6 @@ export declare const Card: import("react").ForwardRefExoticComponent<Omit<import
|
|
|
202
202
|
radiused?: boolean | undefined;
|
|
203
203
|
padded?: boolean | undefined;
|
|
204
204
|
chromeless?: boolean | "all" | undefined;
|
|
205
|
-
},
|
|
205
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
206
206
|
};
|
|
207
207
|
//# sourceMappingURL=Card.d.ts.map
|
package/types/Card.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAA+B,MAAM,cAAc,CAAA;AAKhF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAA+B,MAAM,cAAc,CAAA;AAKhF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;6CAyBpB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;6CAyBrB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;6CAiBrB,CAAA;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;6CAkBzB,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AACzD,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AACzD,MAAM,MAAM,SAAS,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAA;AAElD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIf,CAAA"}
|