@tamagui/popper 1.38.4 → 1.39.0
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 +8 -8
- package/types/Popper.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/popper",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@floating-ui/react-dom": "^2.0.1",
|
|
35
35
|
"@floating-ui/react-native": "^0.10.1",
|
|
36
|
-
"@tamagui/compose-refs": "1.
|
|
37
|
-
"@tamagui/core": "1.
|
|
38
|
-
"@tamagui/floating": "1.
|
|
39
|
-
"@tamagui/get-token": "1.
|
|
40
|
-
"@tamagui/stacks": "1.
|
|
41
|
-
"@tamagui/use-controllable-state": "1.
|
|
36
|
+
"@tamagui/compose-refs": "1.39.0",
|
|
37
|
+
"@tamagui/core": "1.39.0",
|
|
38
|
+
"@tamagui/floating": "1.39.0",
|
|
39
|
+
"@tamagui/get-token": "1.39.0",
|
|
40
|
+
"@tamagui/stacks": "1.39.0",
|
|
41
|
+
"@tamagui/use-controllable-state": "1.39.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "*",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react-native": "*"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@tamagui/build": "1.
|
|
49
|
+
"@tamagui/build": "1.39.0",
|
|
50
50
|
"react": "^18.2.0",
|
|
51
51
|
"react-dom": "^18.2.0",
|
|
52
52
|
"react-native": "^0.72.1"
|
package/types/Popper.d.ts
CHANGED
|
@@ -249,13 +249,13 @@ export declare const PopperArrow: import("@tamagui/core").ReactComponentWithRef<
|
|
|
249
249
|
columnGap?: import("@tamagui/core").SpaceValue | undefined;
|
|
250
250
|
contain?: import("csstype").Property.Contain | undefined;
|
|
251
251
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
252
|
-
display?: "
|
|
252
|
+
display?: "inherit" | "none" | "flex" | "inline" | "block" | "contents" | "inline-flex" | undefined;
|
|
253
253
|
gap?: import("@tamagui/core").SpaceValue | undefined;
|
|
254
254
|
outlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
255
255
|
outlineOffset?: import("@tamagui/core").SpaceValue | undefined;
|
|
256
256
|
outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
257
257
|
outlineWidth?: import("@tamagui/core").SpaceValue | undefined;
|
|
258
|
-
pointerEvents?: "
|
|
258
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
259
259
|
rowGap?: import("@tamagui/core").SpaceValue | undefined;
|
|
260
260
|
space?: import("@tamagui/core").SpaceValue | undefined;
|
|
261
261
|
spaceDirection?: import("@tamagui/core").SpaceDirection | undefined;
|