@tamagui/sheet 1.91.1 → 1.91.3
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 +16 -16
- package/types/Sheet.d.ts +2 -2
- package/types/SheetScrollView.d.ts +1 -1
- package/types/createSheet.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/sheet",
|
|
3
|
-
"version": "1.91.
|
|
3
|
+
"version": "1.91.3",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/animate-presence": "1.91.
|
|
37
|
-
"@tamagui/animations-react-native": "1.91.
|
|
38
|
-
"@tamagui/compose-refs": "1.91.
|
|
39
|
-
"@tamagui/constants": "1.91.
|
|
40
|
-
"@tamagui/core": "1.91.
|
|
41
|
-
"@tamagui/create-context": "1.91.
|
|
42
|
-
"@tamagui/helpers": "1.91.
|
|
43
|
-
"@tamagui/portal": "1.91.
|
|
44
|
-
"@tamagui/remove-scroll": "1.91.
|
|
45
|
-
"@tamagui/scroll-view": "1.91.
|
|
46
|
-
"@tamagui/stacks": "1.91.
|
|
47
|
-
"@tamagui/use-constant": "1.91.
|
|
48
|
-
"@tamagui/use-controllable-state": "1.91.
|
|
49
|
-
"@tamagui/use-keyboard-visible": "1.91.
|
|
36
|
+
"@tamagui/animate-presence": "1.91.3",
|
|
37
|
+
"@tamagui/animations-react-native": "1.91.3",
|
|
38
|
+
"@tamagui/compose-refs": "1.91.3",
|
|
39
|
+
"@tamagui/constants": "1.91.3",
|
|
40
|
+
"@tamagui/core": "1.91.3",
|
|
41
|
+
"@tamagui/create-context": "1.91.3",
|
|
42
|
+
"@tamagui/helpers": "1.91.3",
|
|
43
|
+
"@tamagui/portal": "1.91.3",
|
|
44
|
+
"@tamagui/remove-scroll": "1.91.3",
|
|
45
|
+
"@tamagui/scroll-view": "1.91.3",
|
|
46
|
+
"@tamagui/stacks": "1.91.3",
|
|
47
|
+
"@tamagui/use-constant": "1.91.3",
|
|
48
|
+
"@tamagui/use-controllable-state": "1.91.3",
|
|
49
|
+
"@tamagui/use-keyboard-visible": "1.91.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "*",
|
|
53
53
|
"react-native": "*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "1.91.
|
|
56
|
+
"@tamagui/build": "1.91.3",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-native": "^0.73.4"
|
|
59
59
|
},
|
package/types/Sheet.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
129
129
|
open?: boolean | undefined;
|
|
130
130
|
}, {}];
|
|
131
131
|
};
|
|
132
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
132
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
133
133
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
134
134
|
}> & {
|
|
135
135
|
fullscreen?: boolean | undefined;
|
|
@@ -202,7 +202,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
202
202
|
open?: boolean | undefined;
|
|
203
203
|
}, {}];
|
|
204
204
|
};
|
|
205
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
205
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
206
206
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
207
207
|
}> & {
|
|
208
208
|
fullscreen?: boolean | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { ScrollView as RNScrollView } from 'react-native';
|
|
3
|
-
export declare const SheetScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
3
|
+
export declare const SheetScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
4
4
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
5
5
|
}> & {
|
|
6
6
|
fullscreen?: boolean | undefined;
|
package/types/createSheet.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
67
67
|
}>> & RefAttributes<unknown>>;
|
|
68
68
|
Overlay: import("react").MemoExoticComponent<(propsIn: SheetScopedProps<GetProps<typeof Overlay>>) => null>;
|
|
69
69
|
Handle: SheetStyledComponent;
|
|
70
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
70
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
71
71
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
72
72
|
}> & {
|
|
73
73
|
fullscreen?: boolean | undefined;
|
|
@@ -114,7 +114,7 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
114
114
|
}>> & RefAttributes<unknown>>;
|
|
115
115
|
Overlay: import("react").MemoExoticComponent<(propsIn: SheetScopedProps<GetProps<typeof Overlay>>) => null>;
|
|
116
116
|
Handle: SheetStyledComponent;
|
|
117
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
117
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
118
118
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
119
119
|
}> & {
|
|
120
120
|
fullscreen?: boolean | undefined;
|