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

@aria-ui/popover

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/popover - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

4

dist/index.d.ts
import * as _aria_ui_core from '@aria-ui/core';
import { ConnectableElement, SignalState } from '@aria-ui/core';
import { ConnectableElement, SignalState, EmptyObject } from '@aria-ui/core';
import { OverlayPositionerProps, OverlayPositionerDataAttributes } from '@aria-ui/overlay';

@@ -181,3 +181,3 @@ import { PointerDownOutsideEvent, FocusOutsideEvent, InteractOutsideEvent } from '@zag-js/dismissable';

*/
interface PopoverTriggerProps {
interface PopoverTriggerProps extends EmptyObject {
}

@@ -184,0 +184,0 @@ /**

{
"name": "@aria-ui/popover",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"private": false,

@@ -12,18 +12,18 @@ "sideEffects": false,

"dependencies": {
"@zag-js/dismissable": "^0.59.0",
"@zag-js/dismissable": "^0.63.0",
"@zag-js/tabbable": "^0.49.0",
"@aria-ui/core": "^0.0.17",
"@aria-ui/overlay": "^0.0.18",
"@aria-ui/presence": "^0.0.13"
"@aria-ui/core": "^0.0.18",
"@aria-ui/overlay": "^0.0.19",
"@aria-ui/presence": "^0.0.14"
},
"devDependencies": {
"@testing-library/dom": "^10.3.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "^1.6.0",
"@vitest/browser": "^2.0.5",
"lit-html": "^3.1.4",
"playwright": "^1.45.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"playwright": "^1.45.3",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"@aria-ui/config": "0.0.0"

@@ -30,0 +30,0 @@ },

@@ -20,3 +20,3 @@ # @aria-ui/popover

| `altBoundary` | `boolean` | **See** https://floating-ui.com/docs/detectoverflow **Default** `true` |
| `autoUpdate` | `boolean` \| `Partial`\<`object`\> | Options to activate auto-update listeners **See** https://floating-ui.com/docs/autoUpdate **Default** `true` |
| `autoUpdate` | `boolean` \| `AutoUpdateOptions` | Options to activate auto-update listeners **See** https://floating-ui.com/docs/autoUpdate **Default** `true` |
| `boundary` | `Boundary` | **See** https://floating-ui.com/docs/detectoverflow **Default** `'clippingAncestors'` |

@@ -61,3 +61,3 @@ | `elementContext` | `ElementContext` | **See** https://floating-ui.com/docs/detectoverflow **Default** `'floating'` |

| `altBoundary` | `boolean` | **See** https://floating-ui.com/docs/detectoverflow **Default** `true` |
| `autoUpdate` | `boolean` \| `Partial`\<`object`\> | Options to activate auto-update listeners **See** https://floating-ui.com/docs/autoUpdate **Default** `true` |
| `autoUpdate` | `boolean` \| `AutoUpdateOptions` | Options to activate auto-update listeners **See** https://floating-ui.com/docs/autoUpdate **Default** `true` |
| `boundary` | `Boundary` | **See** https://floating-ui.com/docs/detectoverflow **Default** `'clippingAncestors'` |

@@ -64,0 +64,0 @@ | `elementContext` | `ElementContext` | **See** https://floating-ui.com/docs/detectoverflow **Default** `'floating'` |

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