@zag-js/popper 0.47.0 → 0.49.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -122,7 +122,7 @@ declare function getPlacementStyles(options?: Pick<PositioningOptions, "placemen
|
|
|
122
122
|
readonly zIndex: "inherit";
|
|
123
123
|
};
|
|
124
124
|
floating: {
|
|
125
|
-
readonly position: "
|
|
125
|
+
readonly position: "absolute" | "fixed";
|
|
126
126
|
readonly isolation: "isolate";
|
|
127
127
|
readonly minWidth: "max-content" | undefined;
|
|
128
128
|
readonly width: "var(--reference-width)" | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -122,7 +122,7 @@ declare function getPlacementStyles(options?: Pick<PositioningOptions, "placemen
|
|
|
122
122
|
readonly zIndex: "inherit";
|
|
123
123
|
};
|
|
124
124
|
floating: {
|
|
125
|
-
readonly position: "
|
|
125
|
+
readonly position: "absolute" | "fixed";
|
|
126
126
|
readonly isolation: "isolate";
|
|
127
127
|
readonly minWidth: "max-content" | undefined;
|
|
128
128
|
readonly width: "var(--reference-width)" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/popper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Dynamic positioning logic for ui machines",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@floating-ui/dom": "1.6.3",
|
|
27
|
-
"@zag-js/dom-query": "0.
|
|
28
|
-
"@zag-js/utils": "0.
|
|
27
|
+
"@zag-js/dom-query": "0.49.0",
|
|
28
|
+
"@zag-js/utils": "0.49.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"clean-package": "2.2.0"
|