@react-types/tooltip
Advanced tools
Comparing version 3.0.0-nightly.2382 to 3.0.0-nightly.2383
{ | ||
"name": "@react-types/tooltip", | ||
"version": "3.0.0-nightly.2382+c7fda934", | ||
"version": "3.0.0-nightly.2383+b6e11f5e", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/overlays": "3.2.1-nightly.2382+c7fda934", | ||
"@react-types/shared": "3.0.0-nightly.704+c7fda934" | ||
"@react-types/overlays": "3.2.1-nightly.2383+b6e11f5e", | ||
"@react-types/shared": "3.0.0-nightly.705+b6e11f5e" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c7fda93415df1e46aa565eb89897b09e56159378" | ||
"gitHead": "b6e11f5ed2a03c317c8e43a145363dc211011aca" | ||
} |
@@ -19,3 +19,15 @@ /* | ||
isDisabled?: boolean, | ||
delay?: number | ||
delay?: number, | ||
/** | ||
* The additional offset applied along the main axis between the element and its | ||
* anchor element. | ||
* @default 7 | ||
*/ | ||
offset?: number, | ||
/** | ||
* The additional offset applied along the cross axis between the element and its | ||
* anchor element. | ||
* @default 0 | ||
*/ | ||
crossOffset?: number | ||
} | ||
@@ -22,0 +34,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
13822
43