Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/link

Package Overview
Dependencies
Maintainers
1
Versions
838
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/link - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-nightly.672

10

package.json
{
"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',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc