@tamagui/sheet 1.39.6 → 1.39.7
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/sheet",
|
|
3
|
-
"version": "1.39.
|
|
3
|
+
"version": "1.39.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,24 +31,24 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/animations-react-native": "1.39.
|
|
35
|
-
"@tamagui/compose-refs": "1.39.
|
|
36
|
-
"@tamagui/core": "1.39.
|
|
37
|
-
"@tamagui/create-context": "1.39.
|
|
38
|
-
"@tamagui/portal": "1.39.
|
|
39
|
-
"@tamagui/remove-scroll": "1.39.
|
|
40
|
-
"@tamagui/scroll-view": "1.39.
|
|
41
|
-
"@tamagui/stacks": "1.39.
|
|
42
|
-
"@tamagui/use-constant": "1.39.
|
|
43
|
-
"@tamagui/use-controllable-state": "1.39.
|
|
44
|
-
"@tamagui/use-keyboard-visible": "1.39.
|
|
34
|
+
"@tamagui/animations-react-native": "1.39.7",
|
|
35
|
+
"@tamagui/compose-refs": "1.39.7",
|
|
36
|
+
"@tamagui/core": "1.39.7",
|
|
37
|
+
"@tamagui/create-context": "1.39.7",
|
|
38
|
+
"@tamagui/portal": "1.39.7",
|
|
39
|
+
"@tamagui/remove-scroll": "1.39.7",
|
|
40
|
+
"@tamagui/scroll-view": "1.39.7",
|
|
41
|
+
"@tamagui/stacks": "1.39.7",
|
|
42
|
+
"@tamagui/use-constant": "1.39.7",
|
|
43
|
+
"@tamagui/use-controllable-state": "1.39.7",
|
|
44
|
+
"@tamagui/use-keyboard-visible": "1.39.7"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "*",
|
|
48
48
|
"react-native": "*"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@tamagui/build": "1.39.
|
|
51
|
+
"@tamagui/build": "1.39.7",
|
|
52
52
|
"react": "^18.2.0",
|
|
53
53
|
"react-native": "^0.72.1"
|
|
54
54
|
},
|
package/types/Sheet.d.ts
CHANGED
|
@@ -336,7 +336,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
336
336
|
readonly fullscreen?: boolean | undefined;
|
|
337
337
|
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
338
338
|
readonly fullscreen?: boolean | undefined;
|
|
339
|
-
}>> & import("react").RefAttributes<
|
|
339
|
+
}>> & import("react").RefAttributes<import("react-native").ScrollView>>;
|
|
340
340
|
};
|
|
341
341
|
Frame: import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
342
342
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -456,7 +456,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
456
456
|
readonly fullscreen?: boolean | undefined;
|
|
457
457
|
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
458
458
|
readonly fullscreen?: boolean | undefined;
|
|
459
|
-
}>> & import("react").RefAttributes<
|
|
459
|
+
}>> & import("react").RefAttributes<import("react-native").ScrollView>>;
|
|
460
460
|
};
|
|
461
461
|
/** @deprecated use Overlay instead */
|
|
462
462
|
export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
@@ -6,5 +6,5 @@ export declare const SheetScrollView: import("react").ForwardRefExoticComponent<
|
|
|
6
6
|
readonly fullscreen?: boolean | undefined;
|
|
7
7
|
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
8
8
|
readonly fullscreen?: boolean | undefined;
|
|
9
|
-
}>> & import("react").RefAttributes<
|
|
9
|
+
}>> & import("react").RefAttributes<RNScrollView>>;
|
|
10
10
|
//# sourceMappingURL=SheetScrollView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetScrollView.d.ts","sourceRoot":"","sources":["../src/SheetScrollView.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,cAAc,CAAA;AAazD,eAAO,MAAM,eAAe;;;;;;
|
|
1
|
+
{"version":3,"file":"SheetScrollView.d.ts","sourceRoot":"","sources":["../src/SheetScrollView.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,cAAc,CAAA;AAazD,eAAO,MAAM,eAAe;;;;;;kDA+G3B,CAAA"}
|
package/types/createSheet.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
48
48
|
readonly fullscreen?: boolean | undefined;
|
|
49
49
|
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
50
50
|
readonly fullscreen?: boolean | undefined;
|
|
51
|
-
}>> & RefAttributes<
|
|
51
|
+
}>> & RefAttributes<import("react-native").ScrollView>>;
|
|
52
52
|
};
|
|
53
53
|
Frame: import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<SheetScopedProps<GetProps<F> & {
|
|
54
54
|
disableHideBottomOverflow?: boolean | undefined;
|
|
@@ -61,7 +61,7 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
61
61
|
readonly fullscreen?: boolean | undefined;
|
|
62
62
|
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native").ScrollViewProps & Omit<StackProps, keyof import("react-native").ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
63
63
|
readonly fullscreen?: boolean | undefined;
|
|
64
|
-
}>> & RefAttributes<
|
|
64
|
+
}>> & RefAttributes<import("react-native").ScrollView>>;
|
|
65
65
|
};
|
|
66
66
|
export {};
|
|
67
67
|
//# sourceMappingURL=createSheet.d.ts.map
|