@tamagui/popover 1.30.0 → 1.30.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 +19 -19
- package/types/Popover.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/popover",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,30 +32,30 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@floating-ui/react": "^0.19.1",
|
|
35
|
-
"@tamagui/adapt": "1.30.
|
|
36
|
-
"@tamagui/animate-presence": "1.30.
|
|
37
|
-
"@tamagui/aria-hidden": "1.30.
|
|
38
|
-
"@tamagui/compose-refs": "1.30.
|
|
39
|
-
"@tamagui/core": "1.30.
|
|
40
|
-
"@tamagui/create-context": "1.30.
|
|
41
|
-
"@tamagui/dismissable": "1.30.
|
|
42
|
-
"@tamagui/floating": "1.30.
|
|
43
|
-
"@tamagui/focus-scope": "1.30.
|
|
44
|
-
"@tamagui/polyfill-dev": "1.30.
|
|
45
|
-
"@tamagui/popper": "1.30.
|
|
46
|
-
"@tamagui/portal": "1.30.
|
|
47
|
-
"@tamagui/remove-scroll": "1.30.
|
|
48
|
-
"@tamagui/scroll-view": "1.30.
|
|
49
|
-
"@tamagui/sheet": "1.30.
|
|
50
|
-
"@tamagui/stacks": "1.30.
|
|
51
|
-
"@tamagui/use-controllable-state": "1.30.
|
|
35
|
+
"@tamagui/adapt": "1.30.2",
|
|
36
|
+
"@tamagui/animate-presence": "1.30.2",
|
|
37
|
+
"@tamagui/aria-hidden": "1.30.2",
|
|
38
|
+
"@tamagui/compose-refs": "1.30.2",
|
|
39
|
+
"@tamagui/core": "1.30.2",
|
|
40
|
+
"@tamagui/create-context": "1.30.2",
|
|
41
|
+
"@tamagui/dismissable": "1.30.2",
|
|
42
|
+
"@tamagui/floating": "1.30.2",
|
|
43
|
+
"@tamagui/focus-scope": "1.30.2",
|
|
44
|
+
"@tamagui/polyfill-dev": "1.30.2",
|
|
45
|
+
"@tamagui/popper": "1.30.2",
|
|
46
|
+
"@tamagui/portal": "1.30.2",
|
|
47
|
+
"@tamagui/remove-scroll": "1.30.2",
|
|
48
|
+
"@tamagui/scroll-view": "1.30.2",
|
|
49
|
+
"@tamagui/sheet": "1.30.2",
|
|
50
|
+
"@tamagui/stacks": "1.30.2",
|
|
51
|
+
"@tamagui/use-controllable-state": "1.30.2"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "*",
|
|
55
55
|
"react-native": "*"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@tamagui/build": "1.30.
|
|
58
|
+
"@tamagui/build": "1.30.2",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-native": "^0.71.7"
|
|
61
61
|
},
|
package/types/Popover.d.ts
CHANGED
|
@@ -290,7 +290,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
290
290
|
} & {
|
|
291
291
|
__scopeSheet?: Scope<any>;
|
|
292
292
|
} & React.RefAttributes<unknown>>;
|
|
293
|
-
Overlay: (propsIn: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
293
|
+
Overlay: React.MemoExoticComponent<(propsIn: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
294
294
|
readonly fullscreen?: boolean | undefined;
|
|
295
295
|
readonly elevation?: SizeTokens | undefined;
|
|
296
296
|
} & {
|
|
@@ -344,7 +344,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
344
344
|
}, "open" | "unstyled"> & {
|
|
345
345
|
readonly open?: boolean | undefined;
|
|
346
346
|
readonly unstyled?: boolean | undefined;
|
|
347
|
-
}>>>) => null
|
|
347
|
+
}>>>) => null>;
|
|
348
348
|
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
349
349
|
readonly fullscreen?: boolean | undefined;
|
|
350
350
|
readonly elevation?: SizeTokens | undefined;
|