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