@aria-ui/overlay
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -15,3 +15,3 @@ import { | ||
useOverlayRoot | ||
} from "./chunk-ITJBE75A.js"; | ||
} from "./chunk-X2DBJXQB.js"; | ||
export { | ||
@@ -18,0 +18,0 @@ OverlayAnchorElement, |
@@ -57,8 +57,9 @@ import { PropDeclarations, EventDeclarations } from '@aria-ui/core'; | ||
* | ||
* @default false | ||
* @default true | ||
*/ | ||
hoist: boolean; | ||
/** | ||
* Whether to use `transform: translate3d()` for positioning instead of `top` | ||
* and `left` (layout) to place the floating element. | ||
* Whether to use CSS transforms to position the floating element instead of | ||
* layout (`top` and `left` CSS properties). CSS transforms are more | ||
* performant, but can cause conflicts with transform animations. | ||
* | ||
@@ -71,3 +72,3 @@ * @default false | ||
* | ||
* @default undefined | ||
* @default 6 | ||
*/ | ||
@@ -81,3 +82,3 @@ offset?: OffsetOptions; | ||
* | ||
* @default false | ||
* @default true | ||
*/ | ||
@@ -88,3 +89,3 @@ flip: boolean | Placement[]; | ||
* | ||
* @default false | ||
* @default true | ||
*/ | ||
@@ -152,3 +153,3 @@ shift: boolean; | ||
* | ||
* @default 0 | ||
* @default 4 | ||
*/ | ||
@@ -169,3 +170,3 @@ overflowPadding: number; | ||
* | ||
* @default true | ||
* @default false | ||
*/ | ||
@@ -172,0 +173,0 @@ altBoundary: boolean; |
@@ -11,3 +11,3 @@ import { | ||
overlayRootProps | ||
} from "./chunk-ITJBE75A.js"; | ||
} from "./chunk-X2DBJXQB.js"; | ||
@@ -14,0 +14,0 @@ // src/index.ts |
{ | ||
"name": "@aria-ui/overlay", | ||
"type": "module", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"private": false, | ||
@@ -22,8 +22,8 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@floating-ui/dom": "^1.6.11", | ||
"@zag-js/dom-query": "^0.74.2", | ||
"@floating-ui/dom": "^1.6.12", | ||
"@zag-js/dom-query": "^0.77.0", | ||
"@aria-ui/core": "^0.0.19" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^8.3.0", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.6.3" | ||
@@ -30,0 +30,0 @@ }, |
@@ -61,3 +61,3 @@ # @aria-ui/overlay | ||
**Default**: `true` | ||
**Default**: `false` | ||
@@ -146,3 +146,3 @@ </dd> | ||
**Default**: `false` | ||
**Default**: `true` | ||
@@ -179,3 +179,3 @@ </dd> | ||
**Default**: `false` | ||
**Default**: `true` | ||
@@ -212,3 +212,3 @@ </dd> | ||
**Default**: `undefined` | ||
**Default**: `6` | ||
@@ -229,3 +229,3 @@ </dd> | ||
**Default**: `0` | ||
**Default**: `4` | ||
@@ -326,3 +326,3 @@ </dd> | ||
**Default**: `false` | ||
**Default**: `true` | ||
@@ -355,3 +355,3 @@ </dd> | ||
Whether to use `transform: translate3d()` for positioning instead of `top` and `left` (layout) to place the floating element. | ||
Whether to use CSS transforms to position the floating element instead of layout (`top` and `left` CSS properties). CSS transforms are more performant, but can cause conflicts with transform animations. | ||
@@ -358,0 +358,0 @@ **Type**: `boolean` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23783
591
0
+ Added@zag-js/dom-query@0.77.1(transitive)
Updated@floating-ui/dom@^1.6.12
Updated@zag-js/dom-query@^0.77.0