@launchpad-ui/popover
Advanced tools
Comparing version 0.8.21 to 0.8.22
import type { OffsetOptions } from '@floating-ui/core'; | ||
import type { Placement } from '@floating-ui/dom'; | ||
import type { CSSProperties, FocusEvent, MouseEvent, PointerEvent, ReactHTML, ReactNode, Ref, RefObject } from 'react'; | ||
declare type Offset = OffsetOptions; | ||
declare type PopoverProps = { | ||
type Offset = OffsetOptions; | ||
type PopoverProps = { | ||
allowBoundaryElementOverflow?: boolean; | ||
@@ -36,3 +36,3 @@ content?: string | JSX.Element | JSX.Element[]; | ||
}; | ||
declare type PopoverTargetProps = { | ||
type PopoverTargetProps = { | ||
onMouseEnter?: (event: MouseEvent) => void; | ||
@@ -39,0 +39,0 @@ onMouseLeave?: (event: MouseEvent) => void; |
{ | ||
"name": "@launchpad-ui/popover", | ||
"version": "0.8.21", | ||
"version": "0.8.22", | ||
"status": "beta", | ||
@@ -31,7 +31,7 @@ "publishConfig": { | ||
"@floating-ui/dom": "^1.0.0", | ||
"@launchpad-ui/focus-trap": "~0.1.1", | ||
"classix": "^2.1.13", | ||
"framer-motion": "^7.6.1", | ||
"@launchpad-ui/focus-trap": "~0.1.2", | ||
"@launchpad-ui/overlay": "~0.3.25", | ||
"@launchpad-ui/tokens": "~0.3.1", | ||
"classix": "^2.1.13", | ||
"framer-motion": "^7.6.1" | ||
"@launchpad-ui/tokens": "~0.3.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
76840
12
0