@tamagui/sheet 1.89.0 → 1.89.2
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/dist/esm/createSheet.js +1 -1
- package/dist/jsx/createSheet.js +1 -1
- package/package.json +16 -16
package/dist/esm/createSheet.js
CHANGED
|
@@ -7,7 +7,7 @@ import { useDidFinishSSR } from "@tamagui/use-did-finish-ssr";
|
|
|
7
7
|
import { forwardRef, memo, useMemo } from "react";
|
|
8
8
|
import { Platform } from "react-native-web";
|
|
9
9
|
import { SHEET_HANDLE_NAME, SHEET_NAME, SHEET_OVERLAY_NAME } from "./constants";
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
import { useSheetContext } from "./SheetContext";
|
|
12
12
|
import { SheetImplementationCustom } from "./SheetImplementationCustom";
|
|
13
13
|
import { SheetScrollView } from "./SheetScrollView";
|
package/dist/jsx/createSheet.js
CHANGED
|
@@ -7,7 +7,7 @@ import { useDidFinishSSR } from "@tamagui/use-did-finish-ssr";
|
|
|
7
7
|
import { forwardRef, memo, useMemo } from "react";
|
|
8
8
|
import { Platform } from "react-native-web";
|
|
9
9
|
import { SHEET_HANDLE_NAME, SHEET_NAME, SHEET_OVERLAY_NAME } from "./constants";
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
import { useSheetContext } from "./SheetContext";
|
|
12
12
|
import { SheetImplementationCustom } from "./SheetImplementationCustom";
|
|
13
13
|
import { SheetScrollView } from "./SheetScrollView";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/sheet",
|
|
3
|
-
"version": "1.89.
|
|
3
|
+
"version": "1.89.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/animate-presence": "1.89.
|
|
37
|
-
"@tamagui/animations-react-native": "1.89.
|
|
38
|
-
"@tamagui/compose-refs": "1.89.
|
|
39
|
-
"@tamagui/constants": "1.89.
|
|
40
|
-
"@tamagui/core": "1.89.
|
|
41
|
-
"@tamagui/create-context": "1.89.
|
|
42
|
-
"@tamagui/helpers": "1.89.
|
|
43
|
-
"@tamagui/portal": "1.89.
|
|
44
|
-
"@tamagui/remove-scroll": "1.89.
|
|
45
|
-
"@tamagui/scroll-view": "1.89.
|
|
46
|
-
"@tamagui/stacks": "1.89.
|
|
47
|
-
"@tamagui/use-constant": "1.89.
|
|
48
|
-
"@tamagui/use-controllable-state": "1.89.
|
|
49
|
-
"@tamagui/use-keyboard-visible": "1.89.
|
|
36
|
+
"@tamagui/animate-presence": "1.89.2",
|
|
37
|
+
"@tamagui/animations-react-native": "1.89.2",
|
|
38
|
+
"@tamagui/compose-refs": "1.89.2",
|
|
39
|
+
"@tamagui/constants": "1.89.2",
|
|
40
|
+
"@tamagui/core": "1.89.2",
|
|
41
|
+
"@tamagui/create-context": "1.89.2",
|
|
42
|
+
"@tamagui/helpers": "1.89.2",
|
|
43
|
+
"@tamagui/portal": "1.89.2",
|
|
44
|
+
"@tamagui/remove-scroll": "1.89.2",
|
|
45
|
+
"@tamagui/scroll-view": "1.89.2",
|
|
46
|
+
"@tamagui/stacks": "1.89.2",
|
|
47
|
+
"@tamagui/use-constant": "1.89.2",
|
|
48
|
+
"@tamagui/use-controllable-state": "1.89.2",
|
|
49
|
+
"@tamagui/use-keyboard-visible": "1.89.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "*",
|
|
53
53
|
"react-native": "*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "1.89.
|
|
56
|
+
"@tamagui/build": "1.89.2",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-native": "^0.72.6"
|
|
59
59
|
},
|