Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aria-ui/overlay

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/overlay - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

dist/chunk-X2DBJXQB.js

2

dist/elements.js

@@ -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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc