@aria-ui/popover
Advanced tools
Comparing version 0.0.19 to 0.0.20
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'` | |
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
21887
+ Added@aria-ui/core@0.0.18(transitive)
+ Added@aria-ui/overlay@0.0.19(transitive)
+ Added@aria-ui/presence@0.0.14(transitive)
+ Added@zag-js/dismissable@0.63.0(transitive)
+ Added@zag-js/dom-event@0.63.0(transitive)
+ Added@zag-js/dom-query@0.63.0(transitive)
+ Added@zag-js/interact-outside@0.63.0(transitive)
+ Added@zag-js/text-selection@0.63.0(transitive)
+ Added@zag-js/types@0.63.0(transitive)
+ Added@zag-js/utils@0.63.0(transitive)
- Removed@aria-ui/core@0.0.17(transitive)
- Removed@aria-ui/overlay@0.0.18(transitive)
- Removed@aria-ui/presence@0.0.13(transitive)
- Removed@zag-js/dismissable@0.59.0(transitive)
- Removed@zag-js/dom-event@0.59.0(transitive)
- Removed@zag-js/dom-query@0.59.0(transitive)
- Removed@zag-js/interact-outside@0.59.0(transitive)
- Removed@zag-js/text-selection@0.59.0(transitive)
- Removed@zag-js/types@0.59.0(transitive)
- Removed@zag-js/utils@0.59.0(transitive)
Updated@aria-ui/core@^0.0.18
Updated@aria-ui/overlay@^0.0.19
Updated@aria-ui/presence@^0.0.14
Updated@zag-js/dismissable@^0.63.0