@tamagui/popover 1.91.0 → 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.
Files changed (2) hide show
  1. package/package.json +20 -20
  2. package/types/Popover.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/popover",
3
- "version": "1.91.0",
3
+ "version": "1.91.2",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -33,24 +33,24 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@floating-ui/react": "^0.26.6",
36
- "@tamagui/adapt": "1.91.0",
37
- "@tamagui/animate": "1.91.0",
38
- "@tamagui/aria-hidden": "1.91.0",
39
- "@tamagui/compose-refs": "1.91.0",
40
- "@tamagui/constants": "1.91.0",
41
- "@tamagui/core": "1.91.0",
42
- "@tamagui/dismissable": "1.91.0",
43
- "@tamagui/floating": "1.91.0",
44
- "@tamagui/focus-scope": "1.91.0",
45
- "@tamagui/helpers": "1.91.0",
46
- "@tamagui/polyfill-dev": "1.91.0",
47
- "@tamagui/popper": "1.91.0",
48
- "@tamagui/portal": "1.91.0",
49
- "@tamagui/remove-scroll": "1.91.0",
50
- "@tamagui/scroll-view": "1.91.0",
51
- "@tamagui/sheet": "1.91.0",
52
- "@tamagui/stacks": "1.91.0",
53
- "@tamagui/use-controllable-state": "1.91.0",
36
+ "@tamagui/adapt": "1.91.2",
37
+ "@tamagui/animate": "1.91.2",
38
+ "@tamagui/aria-hidden": "1.91.2",
39
+ "@tamagui/compose-refs": "1.91.2",
40
+ "@tamagui/constants": "1.91.2",
41
+ "@tamagui/core": "1.91.2",
42
+ "@tamagui/dismissable": "1.91.2",
43
+ "@tamagui/floating": "1.91.2",
44
+ "@tamagui/focus-scope": "1.91.2",
45
+ "@tamagui/helpers": "1.91.2",
46
+ "@tamagui/polyfill-dev": "1.91.2",
47
+ "@tamagui/popper": "1.91.2",
48
+ "@tamagui/portal": "1.91.2",
49
+ "@tamagui/remove-scroll": "1.91.2",
50
+ "@tamagui/scroll-view": "1.91.2",
51
+ "@tamagui/sheet": "1.91.2",
52
+ "@tamagui/stacks": "1.91.2",
53
+ "@tamagui/use-controllable-state": "1.91.2",
54
54
  "react-freeze": "^1.0.3"
55
55
  },
56
56
  "peerDependencies": {
@@ -58,7 +58,7 @@
58
58
  "react-native": "*"
59
59
  },
60
60
  "devDependencies": {
61
- "@tamagui/build": "1.91.0",
61
+ "@tamagui/build": "1.91.2",
62
62
  "react": "^18.2.0",
63
63
  "react-native": "^0.73.4"
64
64
  },
@@ -337,7 +337,7 @@ export declare const Popover: React.ForwardRefExoticComponent<PopperProps & {
337
337
  open?: boolean | undefined;
338
338
  }, {}];
339
339
  };
340
- ScrollView: React.ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
340
+ 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 & {
341
341
  readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
342
342
  }> & {
343
343
  fullscreen?: boolean | undefined;