@react-types/link
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-nightly.672
{ | ||
"name": "@react-types/link", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-nightly.672+9853bacb", | ||
"description": "Spectrum UI components in React", | ||
@@ -9,7 +9,7 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "https://github.com/adobe-private/react-spectrum-v3" | ||
"url": "https://github.com/adobe/react-spectrum" | ||
}, | ||
"dependencies": { | ||
"@react-aria/interactions": "^3.0.0-rc.2", | ||
"@react-types/shared": "^3.0.0-rc.2" | ||
"@react-aria/interactions": "3.0.0-nightly.672+9853bacb", | ||
"@react-types/shared": "3.0.0-nightly.672+9853bacb" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "207e6ee9076905c96638a7f81a367758872e1410" | ||
"gitHead": "9853bacb98dd37c64faf573e5cb1a6493e2e6f08" | ||
} |
# @react-types/link | ||
This package is part of [react-spectrum](https://github.com/adobe-private/react-spectrum-v3). See the repo for more details. | ||
This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details. |
@@ -13,3 +13,3 @@ /* | ||
import {DOMProps, PressEvents, StyleProps} from '@react-types/shared'; | ||
import {AriaLabelingProps, PressEvents, StyleProps} from '@react-types/shared'; | ||
import {ReactNode} from 'react'; | ||
@@ -22,6 +22,8 @@ | ||
export interface SpectrumLinkProps extends LinkProps, DOMProps, StyleProps { | ||
export interface AriaLinkProps extends LinkProps, AriaLabelingProps {} | ||
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps { | ||
/** | ||
* The [visual style](https://spectrum.adobe.com/page/link/#Options) of the link. | ||
* @default "primary" | ||
* @default 'primary' | ||
*/ | ||
@@ -28,0 +30,0 @@ variant?: 'primary' | 'secondary' | 'overBackground', |
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
13312
27
1
- Removed@react-aria/interactions@3.22.5(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.26.0(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/shared@3.26.0(transitive)
- Removed@swc/helpers@0.5.15(transitive)
- Removedclsx@2.1.1(transitive)
- Removedtslib@2.8.1(transitive)