@tamagui/popover 1.20.6 → 1.20.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 +19 -19
- package/types/Popover.d.ts +9 -6
- package/types/Popover.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/popover",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.7",
|
|
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.20.
|
|
36
|
-
"@tamagui/animate-presence": "1.20.
|
|
37
|
-
"@tamagui/aria-hidden": "1.20.
|
|
38
|
-
"@tamagui/compose-refs": "1.20.
|
|
39
|
-
"@tamagui/core": "1.20.
|
|
40
|
-
"@tamagui/create-context": "1.20.
|
|
41
|
-
"@tamagui/dismissable": "1.20.
|
|
42
|
-
"@tamagui/floating": "1.20.
|
|
43
|
-
"@tamagui/focus-scope": "1.20.
|
|
44
|
-
"@tamagui/polyfill-dev": "1.20.
|
|
45
|
-
"@tamagui/popper": "1.20.
|
|
46
|
-
"@tamagui/portal": "1.20.
|
|
47
|
-
"@tamagui/remove-scroll": "1.20.
|
|
48
|
-
"@tamagui/scroll-view": "1.20.
|
|
49
|
-
"@tamagui/sheet": "1.20.
|
|
50
|
-
"@tamagui/stacks": "1.20.
|
|
51
|
-
"@tamagui/use-controllable-state": "1.20.
|
|
35
|
+
"@tamagui/adapt": "1.20.7",
|
|
36
|
+
"@tamagui/animate-presence": "1.20.7",
|
|
37
|
+
"@tamagui/aria-hidden": "1.20.7",
|
|
38
|
+
"@tamagui/compose-refs": "1.20.7",
|
|
39
|
+
"@tamagui/core": "1.20.7",
|
|
40
|
+
"@tamagui/create-context": "1.20.7",
|
|
41
|
+
"@tamagui/dismissable": "1.20.7",
|
|
42
|
+
"@tamagui/floating": "1.20.7",
|
|
43
|
+
"@tamagui/focus-scope": "1.20.7",
|
|
44
|
+
"@tamagui/polyfill-dev": "1.20.7",
|
|
45
|
+
"@tamagui/popper": "1.20.7",
|
|
46
|
+
"@tamagui/portal": "1.20.7",
|
|
47
|
+
"@tamagui/remove-scroll": "1.20.7",
|
|
48
|
+
"@tamagui/scroll-view": "1.20.7",
|
|
49
|
+
"@tamagui/sheet": "1.20.7",
|
|
50
|
+
"@tamagui/stacks": "1.20.7",
|
|
51
|
+
"@tamagui/use-controllable-state": "1.20.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "*",
|
|
55
55
|
"react-native": "*"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@tamagui/build": "1.20.
|
|
58
|
+
"@tamagui/build": "1.20.7",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-native": "^0.71.4"
|
|
61
61
|
},
|
package/types/Popover.d.ts
CHANGED
|
@@ -269,8 +269,8 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
269
269
|
};
|
|
270
270
|
};
|
|
271
271
|
ScrollView: React.ForwardRefExoticComponent<ScrollViewProps & React.RefAttributes<ScrollView>>;
|
|
272
|
-
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet
|
|
273
|
-
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet
|
|
272
|
+
Sheet: React.FunctionComponent<Omit<import("@tamagui/sheet").SheetProps, "open" | "onOpenChange"> & React.RefAttributes<View>> & {
|
|
273
|
+
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<{}, "elevation" | "fullscreen"> & {
|
|
274
274
|
readonly fullscreen?: boolean | undefined;
|
|
275
275
|
readonly elevation?: SizeTokens | undefined;
|
|
276
276
|
} & import("@tamagui/core").MediaProps<Partial<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<{}, "elevation" | "fullscreen"> & {
|
|
@@ -292,7 +292,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
292
292
|
}>> & {
|
|
293
293
|
__scopeSheet?: Scope<any>;
|
|
294
294
|
} & React.RefAttributes<unknown>>;
|
|
295
|
-
Overlay: ({ __scopeSheet, ...props }: import("@tamagui/sheet
|
|
295
|
+
Overlay: ({ __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<{
|
|
296
296
|
readonly fullscreen?: boolean | undefined;
|
|
297
297
|
readonly elevation?: SizeTokens | undefined;
|
|
298
298
|
} & {
|
|
@@ -307,8 +307,9 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
307
307
|
readonly bordered?: number | boolean | undefined;
|
|
308
308
|
readonly transparent?: boolean | undefined;
|
|
309
309
|
readonly chromeless?: boolean | "all" | undefined;
|
|
310
|
-
}, "closed"> & {
|
|
310
|
+
}, "unstyled" | "closed"> & {
|
|
311
311
|
readonly closed?: boolean | undefined;
|
|
312
|
+
readonly unstyled?: boolean | undefined;
|
|
312
313
|
} & import("@tamagui/core").MediaProps<Partial<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<{
|
|
313
314
|
readonly fullscreen?: boolean | undefined;
|
|
314
315
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -324,8 +325,9 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
324
325
|
readonly bordered?: number | boolean | undefined;
|
|
325
326
|
readonly transparent?: boolean | undefined;
|
|
326
327
|
readonly chromeless?: boolean | "all" | undefined;
|
|
327
|
-
}, "closed"> & {
|
|
328
|
+
}, "unstyled" | "closed"> & {
|
|
328
329
|
readonly closed?: boolean | undefined;
|
|
330
|
+
readonly unstyled?: boolean | undefined;
|
|
329
331
|
}>> & import("@tamagui/core").PseudoProps<Partial<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<{
|
|
330
332
|
readonly fullscreen?: boolean | undefined;
|
|
331
333
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -341,8 +343,9 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
341
343
|
readonly bordered?: number | boolean | undefined;
|
|
342
344
|
readonly transparent?: boolean | undefined;
|
|
343
345
|
readonly chromeless?: boolean | "all" | undefined;
|
|
344
|
-
}, "closed"> & {
|
|
346
|
+
}, "unstyled" | "closed"> & {
|
|
345
347
|
readonly closed?: boolean | undefined;
|
|
348
|
+
readonly unstyled?: boolean | undefined;
|
|
346
349
|
}>>>) => JSX.Element;
|
|
347
350
|
ScrollView: React.ForwardRefExoticComponent<ScrollViewProps & Omit<import("@tamagui/core").StackProps, keyof ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
348
351
|
readonly fullscreen?: boolean | undefined;
|
package/types/Popover.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"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"}
|