@react-types/link
Advanced tools
Comparing version 3.0.0-nightly.1021 to 3.0.0-nightly.1023
{ | ||
"name": "@react-types/link", | ||
"version": "3.0.0-nightly.1021+bae73ed3", | ||
"version": "3.0.0-nightly.1023+ac27232f", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "3.0.0-nightly.1021+bae73ed3", | ||
"@react-types/shared": "3.0.0-nightly.1021+bae73ed3" | ||
"@react-aria/interactions": "3.0.0-nightly.1023+ac27232f", | ||
"@react-types/shared": "3.0.0-nightly.1023+ac27232f" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "bae73ed3b9c146252756896cc10a91a39403c2a2" | ||
"gitHead": "ac27232f81bc0b9430efbedb154131b7f0d26352" | ||
} |
@@ -16,4 +16,6 @@ /* | ||
export interface AriaLinkProps extends PressEvents, AriaLabelingProps { } | ||
export interface LinkProps extends PressEvents {} | ||
export interface AriaLinkProps extends LinkProps, AriaLabelingProps { } | ||
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps { | ||
@@ -20,0 +22,0 @@ /** The content to display in the link. */ |
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
13332
26