@react-types/tooltip
Advanced tools
Comparing version 3.4.10-nightly.4718 to 3.4.10-nightly.4723
{ | ||
"name": "@react-types/tooltip", | ||
"version": "3.4.10-nightly.4718+4b27a0c02", | ||
"version": "3.4.10-nightly.4723+9b48ec5d5", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/overlays": "3.8.8-nightly.4718+4b27a0c02", | ||
"@react-types/shared": "3.0.0-nightly.3006+4b27a0c02" | ||
"@react-types/overlays": "3.8.8-nightly.4723+9b48ec5d5", | ||
"@react-types/shared": "3.0.0-nightly.3011+9b48ec5d5" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4b27a0c027f4fbab9ed1070c748966c902b13429" | ||
"gitHead": "9b48ec5d528adeba1a96592945459726def7ba56" | ||
} |
@@ -14,3 +14,3 @@ /* | ||
import {AriaLabelingProps, DOMProps, StyleProps} from '@react-types/shared'; | ||
import {OverlayTriggerProps, PositionProps} from '@react-types/overlays'; | ||
import {OverlayTriggerProps, Placement, PositionProps} from '@react-types/overlays'; | ||
import {ReactElement, ReactNode} from 'react'; | ||
@@ -50,3 +50,8 @@ | ||
*/ | ||
offset?: number | ||
offset?: number, | ||
/** | ||
* The placement of the tooltip with respect to the trigger. | ||
* @default 'top' | ||
*/ | ||
placement?: Placement | ||
} | ||
@@ -53,0 +58,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
14684
68