@tamagui/card 1.43.17 → 1.45.0
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 +9 -191
- 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.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/create-context": "1.
|
|
35
|
-
"@tamagui/stacks": "1.
|
|
36
|
-
"@tamagui/web": "1.
|
|
34
|
+
"@tamagui/create-context": "1.45.0",
|
|
35
|
+
"@tamagui/stacks": "1.45.0",
|
|
36
|
+
"@tamagui/web": "1.45.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "*",
|
|
40
40
|
"react-native": "*"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@tamagui/build": "1.
|
|
43
|
+
"@tamagui/build": "1.45.0",
|
|
44
44
|
"react": "^18.2.0",
|
|
45
45
|
"react-native": "^0.72.1"
|
|
46
46
|
},
|
package/types/Card.d.ts
CHANGED
|
@@ -60,27 +60,7 @@ export declare const CardFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
|
|
|
60
60
|
}, "size" | "unstyled"> & {
|
|
61
61
|
readonly unstyled?: boolean | undefined;
|
|
62
62
|
readonly size?: SizeTokens | undefined;
|
|
63
|
-
}
|
|
64
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
65
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
66
|
-
readonly fullscreen?: boolean | undefined;
|
|
67
|
-
readonly elevation?: SizeTokens | undefined;
|
|
68
|
-
} & {
|
|
69
|
-
readonly backgrounded?: boolean | undefined;
|
|
70
|
-
readonly radiused?: boolean | undefined;
|
|
71
|
-
readonly hoverTheme?: boolean | undefined;
|
|
72
|
-
readonly pressTheme?: boolean | undefined;
|
|
73
|
-
readonly focusTheme?: boolean | undefined;
|
|
74
|
-
readonly circular?: boolean | undefined;
|
|
75
|
-
readonly padded?: boolean | undefined;
|
|
76
|
-
readonly elevate?: boolean | undefined;
|
|
77
|
-
readonly bordered?: number | boolean | undefined;
|
|
78
|
-
readonly transparent?: boolean | undefined;
|
|
79
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
80
|
-
}, "size" | "unstyled"> & {
|
|
81
|
-
readonly unstyled?: boolean | undefined;
|
|
82
|
-
readonly size?: SizeTokens | undefined;
|
|
83
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
63
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
84
64
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
85
65
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
86
66
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -187,27 +167,7 @@ export declare const CardHeader: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
187
167
|
}, "size" | "unstyled"> & {
|
|
188
168
|
readonly unstyled?: boolean | undefined;
|
|
189
169
|
readonly size?: SizeTokens | undefined;
|
|
190
|
-
}
|
|
191
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
192
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
193
|
-
readonly fullscreen?: boolean | undefined;
|
|
194
|
-
readonly elevation?: SizeTokens | undefined;
|
|
195
|
-
} & {
|
|
196
|
-
readonly backgrounded?: boolean | undefined;
|
|
197
|
-
readonly radiused?: boolean | undefined;
|
|
198
|
-
readonly hoverTheme?: boolean | undefined;
|
|
199
|
-
readonly pressTheme?: boolean | undefined;
|
|
200
|
-
readonly focusTheme?: boolean | undefined;
|
|
201
|
-
readonly circular?: boolean | undefined;
|
|
202
|
-
readonly padded?: boolean | undefined;
|
|
203
|
-
readonly elevate?: boolean | undefined;
|
|
204
|
-
readonly bordered?: number | boolean | undefined;
|
|
205
|
-
readonly transparent?: boolean | undefined;
|
|
206
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
207
|
-
}, "size" | "unstyled"> & {
|
|
208
|
-
readonly unstyled?: boolean | undefined;
|
|
209
|
-
readonly size?: SizeTokens | undefined;
|
|
210
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
170
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
211
171
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
212
172
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
213
173
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -320,29 +280,7 @@ export declare const CardFooter: import("@tamagui/web").TamaguiComponent<Omit<im
|
|
|
320
280
|
readonly size?: SizeTokens | undefined;
|
|
321
281
|
}, "unstyled"> & {
|
|
322
282
|
readonly unstyled?: boolean | undefined;
|
|
323
|
-
}
|
|
324
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
325
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
326
|
-
readonly fullscreen?: boolean | undefined;
|
|
327
|
-
readonly elevation?: SizeTokens | undefined;
|
|
328
|
-
} & {
|
|
329
|
-
readonly backgrounded?: boolean | undefined;
|
|
330
|
-
readonly radiused?: boolean | undefined;
|
|
331
|
-
readonly hoverTheme?: boolean | undefined;
|
|
332
|
-
readonly pressTheme?: boolean | undefined;
|
|
333
|
-
readonly focusTheme?: boolean | undefined;
|
|
334
|
-
readonly circular?: boolean | undefined;
|
|
335
|
-
readonly padded?: boolean | undefined;
|
|
336
|
-
readonly elevate?: boolean | undefined;
|
|
337
|
-
readonly bordered?: number | boolean | undefined;
|
|
338
|
-
readonly transparent?: boolean | undefined;
|
|
339
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
340
|
-
} & {
|
|
341
|
-
readonly unstyled?: boolean | undefined;
|
|
342
|
-
readonly size?: SizeTokens | undefined;
|
|
343
|
-
}, "unstyled"> & {
|
|
344
|
-
readonly unstyled?: boolean | undefined;
|
|
345
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
283
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
346
284
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
347
285
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
348
286
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -451,26 +389,7 @@ export declare const CardBackground: import("@tamagui/web").TamaguiComponent<Omi
|
|
|
451
389
|
readonly chromeless?: boolean | "all" | undefined;
|
|
452
390
|
}, "unstyled"> & {
|
|
453
391
|
readonly unstyled?: boolean | undefined;
|
|
454
|
-
}
|
|
455
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
456
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
457
|
-
readonly fullscreen?: boolean | undefined;
|
|
458
|
-
readonly elevation?: SizeTokens | undefined;
|
|
459
|
-
} & {
|
|
460
|
-
readonly backgrounded?: boolean | undefined;
|
|
461
|
-
readonly radiused?: boolean | undefined;
|
|
462
|
-
readonly hoverTheme?: boolean | undefined;
|
|
463
|
-
readonly pressTheme?: boolean | undefined;
|
|
464
|
-
readonly focusTheme?: boolean | undefined;
|
|
465
|
-
readonly circular?: boolean | undefined;
|
|
466
|
-
readonly padded?: boolean | undefined;
|
|
467
|
-
readonly elevate?: boolean | undefined;
|
|
468
|
-
readonly bordered?: number | boolean | undefined;
|
|
469
|
-
readonly transparent?: boolean | undefined;
|
|
470
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
471
|
-
}, "unstyled"> & {
|
|
472
|
-
readonly unstyled?: boolean | undefined;
|
|
473
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
392
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
474
393
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
475
394
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
476
395
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -579,27 +498,7 @@ export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<imp
|
|
|
579
498
|
}, "size" | "unstyled"> & {
|
|
580
499
|
readonly unstyled?: boolean | undefined;
|
|
581
500
|
readonly size?: SizeTokens | undefined;
|
|
582
|
-
}
|
|
583
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
584
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
585
|
-
readonly fullscreen?: boolean | undefined;
|
|
586
|
-
readonly elevation?: SizeTokens | undefined;
|
|
587
|
-
} & {
|
|
588
|
-
readonly backgrounded?: boolean | undefined;
|
|
589
|
-
readonly radiused?: boolean | undefined;
|
|
590
|
-
readonly hoverTheme?: boolean | undefined;
|
|
591
|
-
readonly pressTheme?: boolean | undefined;
|
|
592
|
-
readonly focusTheme?: boolean | undefined;
|
|
593
|
-
readonly circular?: boolean | undefined;
|
|
594
|
-
readonly padded?: boolean | undefined;
|
|
595
|
-
readonly elevate?: boolean | undefined;
|
|
596
|
-
readonly bordered?: number | boolean | undefined;
|
|
597
|
-
readonly transparent?: boolean | undefined;
|
|
598
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
599
|
-
}, "size" | "unstyled"> & {
|
|
600
|
-
readonly unstyled?: boolean | undefined;
|
|
601
|
-
readonly size?: SizeTokens | undefined;
|
|
602
|
-
}>>>>, import("@tamagui/web").TamaguiElement> & {
|
|
501
|
+
}>>, import("@tamagui/web").TamaguiElement> & {
|
|
603
502
|
staticConfig: import("@tamagui/web").StaticConfigParsed;
|
|
604
503
|
extractable: <X>(a: X, opts?: Partial<import("@tamagui/web").StaticConfig> | undefined) => X;
|
|
605
504
|
styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
@@ -662,27 +561,7 @@ export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<imp
|
|
|
662
561
|
}, "size" | "unstyled"> & {
|
|
663
562
|
readonly unstyled?: boolean | undefined;
|
|
664
563
|
readonly size?: SizeTokens | undefined;
|
|
665
|
-
}
|
|
666
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
667
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
668
|
-
readonly fullscreen?: boolean | undefined;
|
|
669
|
-
readonly elevation?: SizeTokens | undefined;
|
|
670
|
-
} & {
|
|
671
|
-
readonly backgrounded?: boolean | undefined;
|
|
672
|
-
readonly radiused?: boolean | undefined;
|
|
673
|
-
readonly hoverTheme?: boolean | undefined;
|
|
674
|
-
readonly pressTheme?: boolean | undefined;
|
|
675
|
-
readonly focusTheme?: boolean | undefined;
|
|
676
|
-
readonly circular?: boolean | undefined;
|
|
677
|
-
readonly padded?: boolean | undefined;
|
|
678
|
-
readonly elevate?: boolean | undefined;
|
|
679
|
-
readonly bordered?: number | boolean | undefined;
|
|
680
|
-
readonly transparent?: boolean | undefined;
|
|
681
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
682
|
-
}, "size" | "unstyled"> & {
|
|
683
|
-
readonly unstyled?: boolean | undefined;
|
|
684
|
-
readonly size?: SizeTokens | undefined;
|
|
685
|
-
}>>>>, import("@tamagui/web").TamaguiElement>;
|
|
564
|
+
}>>, import("@tamagui/web").TamaguiElement>;
|
|
686
565
|
} & {
|
|
687
566
|
displayName: string | undefined;
|
|
688
567
|
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
@@ -793,27 +672,7 @@ export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<imp
|
|
|
793
672
|
}, "size" | "unstyled"> & {
|
|
794
673
|
readonly unstyled?: boolean | undefined;
|
|
795
674
|
readonly size?: SizeTokens | undefined;
|
|
796
|
-
}
|
|
797
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
798
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
799
|
-
readonly fullscreen?: boolean | undefined;
|
|
800
|
-
readonly elevation?: SizeTokens | undefined;
|
|
801
|
-
} & {
|
|
802
|
-
readonly backgrounded?: boolean | undefined;
|
|
803
|
-
readonly radiused?: boolean | undefined;
|
|
804
|
-
readonly hoverTheme?: boolean | undefined;
|
|
805
|
-
readonly pressTheme?: boolean | undefined;
|
|
806
|
-
readonly focusTheme?: boolean | undefined;
|
|
807
|
-
readonly circular?: boolean | undefined;
|
|
808
|
-
readonly padded?: boolean | undefined;
|
|
809
|
-
readonly elevate?: boolean | undefined;
|
|
810
|
-
readonly bordered?: number | boolean | undefined;
|
|
811
|
-
readonly transparent?: boolean | undefined;
|
|
812
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
813
|
-
}, "size" | "unstyled"> & {
|
|
814
|
-
readonly unstyled?: boolean | undefined;
|
|
815
|
-
readonly size?: SizeTokens | undefined;
|
|
816
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
675
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
817
676
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
818
677
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
819
678
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -926,29 +785,7 @@ export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<imp
|
|
|
926
785
|
readonly size?: SizeTokens | undefined;
|
|
927
786
|
}, "unstyled"> & {
|
|
928
787
|
readonly unstyled?: boolean | undefined;
|
|
929
|
-
}
|
|
930
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
931
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
932
|
-
readonly fullscreen?: boolean | undefined;
|
|
933
|
-
readonly elevation?: SizeTokens | undefined;
|
|
934
|
-
} & {
|
|
935
|
-
readonly backgrounded?: boolean | undefined;
|
|
936
|
-
readonly radiused?: boolean | undefined;
|
|
937
|
-
readonly hoverTheme?: boolean | undefined;
|
|
938
|
-
readonly pressTheme?: boolean | undefined;
|
|
939
|
-
readonly focusTheme?: boolean | undefined;
|
|
940
|
-
readonly circular?: boolean | undefined;
|
|
941
|
-
readonly padded?: boolean | undefined;
|
|
942
|
-
readonly elevate?: boolean | undefined;
|
|
943
|
-
readonly bordered?: number | boolean | undefined;
|
|
944
|
-
readonly transparent?: boolean | undefined;
|
|
945
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
946
|
-
} & {
|
|
947
|
-
readonly unstyled?: boolean | undefined;
|
|
948
|
-
readonly size?: SizeTokens | undefined;
|
|
949
|
-
}, "unstyled"> & {
|
|
950
|
-
readonly unstyled?: boolean | undefined;
|
|
951
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
788
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
952
789
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
953
790
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
954
791
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1057,26 +894,7 @@ export declare const Card: import("@tamagui/web").ReactComponentWithRef<Omit<imp
|
|
|
1057
894
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1058
895
|
}, "unstyled"> & {
|
|
1059
896
|
readonly unstyled?: boolean | undefined;
|
|
1060
|
-
}
|
|
1061
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
1062
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
1063
|
-
readonly fullscreen?: boolean | undefined;
|
|
1064
|
-
readonly elevation?: SizeTokens | undefined;
|
|
1065
|
-
} & {
|
|
1066
|
-
readonly backgrounded?: boolean | undefined;
|
|
1067
|
-
readonly radiused?: boolean | undefined;
|
|
1068
|
-
readonly hoverTheme?: boolean | undefined;
|
|
1069
|
-
readonly pressTheme?: boolean | undefined;
|
|
1070
|
-
readonly focusTheme?: boolean | undefined;
|
|
1071
|
-
readonly circular?: boolean | undefined;
|
|
1072
|
-
readonly padded?: boolean | undefined;
|
|
1073
|
-
readonly elevate?: boolean | undefined;
|
|
1074
|
-
readonly bordered?: number | boolean | undefined;
|
|
1075
|
-
readonly transparent?: boolean | undefined;
|
|
1076
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
1077
|
-
}, "unstyled"> & {
|
|
1078
|
-
readonly unstyled?: boolean | undefined;
|
|
1079
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
897
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1080
898
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
1081
899
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
1082
900
|
readonly fullscreen?: boolean | undefined;
|
package/types/Card.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,QAAQ,EACR,UAAU,EAIX,MAAM,cAAc,CAAA;AAMrB,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../src/Card.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,QAAQ,EACR,UAAU,EAIX,MAAM,cAAc,CAAA;AAMrB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBpB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBrB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBrB,CAAA;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBzB,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"}
|