@tamagui/select 1.111.4 → 1.111.6
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.6",
|
|
4
4
|
"removeSideEffects": "true",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": "./package.json",
|
|
25
25
|
".": {
|
|
26
|
-
"react-native-import": "./dist/esm/index.native.
|
|
26
|
+
"react-native-import": "./dist/esm/index.native.mjs",
|
|
27
27
|
"react-native": "./dist/cjs/index.native.js",
|
|
28
28
|
"types": "./types/index.d.ts",
|
|
29
29
|
"import": "./dist/esm/index.mjs",
|
|
@@ -34,33 +34,33 @@
|
|
|
34
34
|
"@floating-ui/react": "^0.26.16",
|
|
35
35
|
"@floating-ui/react-dom": "^2.1.0",
|
|
36
36
|
"@floating-ui/react-native": "^0.10.6",
|
|
37
|
-
"@tamagui/adapt": "1.111.
|
|
38
|
-
"@tamagui/animate-presence": "1.111.
|
|
39
|
-
"@tamagui/compose-refs": "1.111.
|
|
40
|
-
"@tamagui/constants": "1.111.
|
|
41
|
-
"@tamagui/core": "1.111.
|
|
42
|
-
"@tamagui/create-context": "1.111.
|
|
43
|
-
"@tamagui/dismissable": "1.111.
|
|
44
|
-
"@tamagui/focus-scope": "1.111.
|
|
45
|
-
"@tamagui/get-token": "1.111.
|
|
46
|
-
"@tamagui/helpers": "1.111.
|
|
47
|
-
"@tamagui/list-item": "1.111.
|
|
48
|
-
"@tamagui/portal": "1.111.
|
|
49
|
-
"@tamagui/remove-scroll": "1.111.
|
|
50
|
-
"@tamagui/separator": "1.111.
|
|
51
|
-
"@tamagui/sheet": "1.111.
|
|
52
|
-
"@tamagui/stacks": "1.111.
|
|
53
|
-
"@tamagui/text": "1.111.
|
|
54
|
-
"@tamagui/use-controllable-state": "1.111.
|
|
55
|
-
"@tamagui/use-debounce": "1.111.
|
|
56
|
-
"@tamagui/use-event": "1.111.
|
|
57
|
-
"@tamagui/use-previous": "1.111.
|
|
37
|
+
"@tamagui/adapt": "1.111.6",
|
|
38
|
+
"@tamagui/animate-presence": "1.111.6",
|
|
39
|
+
"@tamagui/compose-refs": "1.111.6",
|
|
40
|
+
"@tamagui/constants": "1.111.6",
|
|
41
|
+
"@tamagui/core": "1.111.6",
|
|
42
|
+
"@tamagui/create-context": "1.111.6",
|
|
43
|
+
"@tamagui/dismissable": "1.111.6",
|
|
44
|
+
"@tamagui/focus-scope": "1.111.6",
|
|
45
|
+
"@tamagui/get-token": "1.111.6",
|
|
46
|
+
"@tamagui/helpers": "1.111.6",
|
|
47
|
+
"@tamagui/list-item": "1.111.6",
|
|
48
|
+
"@tamagui/portal": "1.111.6",
|
|
49
|
+
"@tamagui/remove-scroll": "1.111.6",
|
|
50
|
+
"@tamagui/separator": "1.111.6",
|
|
51
|
+
"@tamagui/sheet": "1.111.6",
|
|
52
|
+
"@tamagui/stacks": "1.111.6",
|
|
53
|
+
"@tamagui/text": "1.111.6",
|
|
54
|
+
"@tamagui/use-controllable-state": "1.111.6",
|
|
55
|
+
"@tamagui/use-debounce": "1.111.6",
|
|
56
|
+
"@tamagui/use-event": "1.111.6",
|
|
57
|
+
"@tamagui/use-previous": "1.111.6"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "*"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@tamagui/build": "1.111.
|
|
63
|
+
"@tamagui/build": "1.111.6",
|
|
64
64
|
"react": "^18.2.0 || ^19.0.0",
|
|
65
65
|
"react-dom": "^18.2.0 || ^19.0.0",
|
|
66
66
|
"react-native": "0.74.1"
|