@react-types/link
Advanced tools
Comparing version 3.0.0-nightly.985 to 3.0.0-nightly.992
{ | ||
"name": "@react-types/link", | ||
"version": "3.0.0-nightly.985+887fff79", | ||
"version": "3.0.0-nightly.992+d1844573", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "3.0.0-nightly.985+887fff79", | ||
"@react-types/shared": "3.0.0-nightly.985+887fff79" | ||
"@react-aria/interactions": "3.0.0-nightly.992+d1844573", | ||
"@react-types/shared": "3.0.0-nightly.992+d1844573" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "887fff79e8f33c0f8953dc38955419feddd56b6a" | ||
"gitHead": "d1844573fa992f7a34285ebafdc08cb407829095" | ||
} |
@@ -16,10 +16,7 @@ /* | ||
export interface LinkProps extends PressEvents { | ||
/** The content to display in the link. */ | ||
children: ReactNode | ||
} | ||
export interface AriaLinkProps extends PressEvents, AriaLabelingProps { } | ||
export interface AriaLinkProps extends LinkProps, AriaLabelingProps {} | ||
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps { | ||
/** The content to display in the link. */ | ||
children: ReactNode, | ||
/** | ||
@@ -26,0 +23,0 @@ * The [visual style](https://spectrum.adobe.com/page/link/#Options) of 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
13280
25