@tamagui/popover 1.100.0 → 1.100.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 +21 -21
  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.100.0",
3
+ "version": "1.100.2",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,25 +32,25 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@floating-ui/react": "0.26.6",
36
- "@tamagui/adapt": "1.100.0",
37
- "@tamagui/animate": "1.100.0",
38
- "@tamagui/aria-hidden": "1.100.0",
39
- "@tamagui/compose-refs": "1.100.0",
40
- "@tamagui/constants": "1.100.0",
41
- "@tamagui/core": "1.100.0",
42
- "@tamagui/dismissable": "1.100.0",
43
- "@tamagui/floating": "1.100.0",
44
- "@tamagui/focus-scope": "1.100.0",
45
- "@tamagui/helpers": "1.100.0",
46
- "@tamagui/polyfill-dev": "1.100.0",
47
- "@tamagui/popper": "1.100.0",
48
- "@tamagui/portal": "1.100.0",
49
- "@tamagui/remove-scroll": "1.100.0",
50
- "@tamagui/scroll-view": "1.100.0",
51
- "@tamagui/sheet": "1.100.0",
52
- "@tamagui/stacks": "1.100.0",
53
- "@tamagui/use-controllable-state": "1.100.0",
35
+ "@floating-ui/react": "^0.26.16",
36
+ "@tamagui/adapt": "1.100.2",
37
+ "@tamagui/animate": "1.100.2",
38
+ "@tamagui/aria-hidden": "1.100.2",
39
+ "@tamagui/compose-refs": "1.100.2",
40
+ "@tamagui/constants": "1.100.2",
41
+ "@tamagui/core": "1.100.2",
42
+ "@tamagui/dismissable": "1.100.2",
43
+ "@tamagui/floating": "1.100.2",
44
+ "@tamagui/focus-scope": "1.100.2",
45
+ "@tamagui/helpers": "1.100.2",
46
+ "@tamagui/polyfill-dev": "1.100.2",
47
+ "@tamagui/popper": "1.100.2",
48
+ "@tamagui/portal": "1.100.2",
49
+ "@tamagui/remove-scroll": "1.100.2",
50
+ "@tamagui/scroll-view": "1.100.2",
51
+ "@tamagui/sheet": "1.100.2",
52
+ "@tamagui/stacks": "1.100.2",
53
+ "@tamagui/use-controllable-state": "1.100.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.100.0",
61
+ "@tamagui/build": "1.100.2",
62
62
  "react": "^18.2.0",
63
63
  "react-native": "0.74.1"
64
64
  },
@@ -186,7 +186,7 @@ export declare const Popover: React.ForwardRefExoticComponent<PopperProps & {
186
186
  /**
187
187
  * Enable staying open while mouseover
188
188
  */
189
- hoverable?: boolean | UseHoverProps<import("@floating-ui/react").ReferenceType> | undefined;
189
+ hoverable?: boolean | UseHoverProps | undefined;
190
190
  /**
191
191
  * Disable focusing behavior on open
192
192
  */