@aria-ui/tooltip
Advanced tools
Comparing version 0.0.21 to 0.0.22
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 } from '@aria-ui/overlay'; | ||
@@ -132,3 +132,3 @@ | ||
*/ | ||
interface TooltipTriggerProps { | ||
interface TooltipTriggerProps extends EmptyObject { | ||
} | ||
@@ -135,0 +135,0 @@ /** |
{ | ||
"name": "@aria-ui/tooltip", | ||
"type": "module", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"private": false, | ||
@@ -13,13 +13,13 @@ "sideEffects": false, | ||
"nanoid": "^5.0.7", | ||
"@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/dom": "^10.4.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@vitest/browser": "^1.6.0", | ||
"@vitest/browser": "^2.0.5", | ||
"lit-html": "^3.1.4", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.3", | ||
"tsup": "^8.2.3", | ||
"typescript": "^5.5.4", | ||
"@aria-ui/config": "0.0.0" | ||
@@ -26,0 +26,0 @@ }, |
@@ -20,3 +20,3 @@ # @aria-ui/tooltip | ||
| `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'` | | ||
@@ -23,0 +23,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
15350
+ 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/dom-query@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/dom-query@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