@zag-js/popper
Advanced tools
Comparing version 0.65.1 to 0.66.0
@@ -72,3 +72,3 @@ import { Placement, Boundary, AutoUpdateOptions, ComputePositionReturn, VirtualElement } from '@floating-ui/dom'; | ||
*/ | ||
boundary?: Boundary | (() => Boundary); | ||
boundary?: () => Boundary; | ||
/** | ||
@@ -75,0 +75,0 @@ * Options to activate auto-update listeners |
{ | ||
"name": "@zag-js/popper", | ||
"version": "0.65.1", | ||
"version": "0.66.0", | ||
"description": "Dynamic positioning logic for ui machines", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"@floating-ui/dom": "1.6.10", | ||
"@zag-js/dom-query": "0.65.1", | ||
"@zag-js/utils": "0.65.1" | ||
"@zag-js/dom-query": "0.66.0", | ||
"@zag-js/utils": "0.66.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -73,3 +73,3 @@ import type { AutoUpdateOptions, Boundary, ComputePositionReturn, Placement, VirtualElement } from "@floating-ui/dom" | ||
*/ | ||
boundary?: Boundary | (() => Boundary) | ||
boundary?: () => Boundary | ||
/** | ||
@@ -76,0 +76,0 @@ * Options to activate auto-update listeners |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90071
+ Added@zag-js/dom-query@0.66.0(transitive)
+ Added@zag-js/utils@0.66.0(transitive)
- Removed@zag-js/dom-query@0.65.1(transitive)
- Removed@zag-js/utils@0.65.1(transitive)
Updated@zag-js/dom-query@0.66.0
Updated@zag-js/utils@0.66.0