@tamagui/select 1.91.1 → 1.91.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/package.json +23 -23
- package/types/Select.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.91.
|
|
3
|
+
"version": "1.91.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -35,27 +35,27 @@
|
|
|
35
35
|
"@floating-ui/react": "^0.26.6",
|
|
36
36
|
"@floating-ui/react-dom": "^2.0.6",
|
|
37
37
|
"@floating-ui/react-native": "^0.10.3",
|
|
38
|
-
"@tamagui/adapt": "1.91.
|
|
39
|
-
"@tamagui/animate-presence": "1.91.
|
|
40
|
-
"@tamagui/compose-refs": "1.91.
|
|
41
|
-
"@tamagui/constants": "1.91.
|
|
42
|
-
"@tamagui/core": "1.91.
|
|
43
|
-
"@tamagui/create-context": "1.91.
|
|
44
|
-
"@tamagui/dismissable": "1.91.
|
|
45
|
-
"@tamagui/focus-scope": "1.91.
|
|
46
|
-
"@tamagui/get-token": "1.91.
|
|
47
|
-
"@tamagui/helpers": "1.91.
|
|
48
|
-
"@tamagui/list-item": "1.91.
|
|
49
|
-
"@tamagui/portal": "1.91.
|
|
50
|
-
"@tamagui/remove-scroll": "1.91.
|
|
51
|
-
"@tamagui/separator": "1.91.
|
|
52
|
-
"@tamagui/sheet": "1.91.
|
|
53
|
-
"@tamagui/stacks": "1.91.
|
|
54
|
-
"@tamagui/text": "1.91.
|
|
55
|
-
"@tamagui/use-controllable-state": "1.91.
|
|
56
|
-
"@tamagui/use-debounce": "1.91.
|
|
57
|
-
"@tamagui/use-event": "1.91.
|
|
58
|
-
"@tamagui/use-previous": "1.91.
|
|
38
|
+
"@tamagui/adapt": "1.91.2",
|
|
39
|
+
"@tamagui/animate-presence": "1.91.2",
|
|
40
|
+
"@tamagui/compose-refs": "1.91.2",
|
|
41
|
+
"@tamagui/constants": "1.91.2",
|
|
42
|
+
"@tamagui/core": "1.91.2",
|
|
43
|
+
"@tamagui/create-context": "1.91.2",
|
|
44
|
+
"@tamagui/dismissable": "1.91.2",
|
|
45
|
+
"@tamagui/focus-scope": "1.91.2",
|
|
46
|
+
"@tamagui/get-token": "1.91.2",
|
|
47
|
+
"@tamagui/helpers": "1.91.2",
|
|
48
|
+
"@tamagui/list-item": "1.91.2",
|
|
49
|
+
"@tamagui/portal": "1.91.2",
|
|
50
|
+
"@tamagui/remove-scroll": "1.91.2",
|
|
51
|
+
"@tamagui/separator": "1.91.2",
|
|
52
|
+
"@tamagui/sheet": "1.91.2",
|
|
53
|
+
"@tamagui/stacks": "1.91.2",
|
|
54
|
+
"@tamagui/text": "1.91.2",
|
|
55
|
+
"@tamagui/use-controllable-state": "1.91.2",
|
|
56
|
+
"@tamagui/use-debounce": "1.91.2",
|
|
57
|
+
"@tamagui/use-event": "1.91.2",
|
|
58
|
+
"@tamagui/use-previous": "1.91.2",
|
|
59
59
|
"react-dom": "^18.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react-native": "*"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tamagui/build": "1.91.
|
|
66
|
+
"@tamagui/build": "1.91.2",
|
|
67
67
|
"react": "^18.2.0",
|
|
68
68
|
"react-native": "^0.73.4"
|
|
69
69
|
},
|
package/types/Select.d.ts
CHANGED
|
@@ -447,7 +447,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => import("react
|
|
|
447
447
|
open?: boolean | undefined;
|
|
448
448
|
}, {}];
|
|
449
449
|
};
|
|
450
|
-
ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/
|
|
450
|
+
ScrollView: 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 & {
|
|
451
451
|
readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
|
|
452
452
|
}> & {
|
|
453
453
|
fullscreen?: boolean | undefined;
|