@react-types/link
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@react-types/link", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "^3.2.1", | ||
"@react-types/shared": "^3.2.1" | ||
"@react-aria/interactions": "^3.4.0", | ||
"@react-types/shared": "^3.6.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "0778f71a3c13e1e24388a23b6d525e3b9f5b98f1" | ||
"gitHead": "3aae08e7d8a75382bedcddac7c86107e40db9296" | ||
} |
@@ -16,10 +16,9 @@ /* | ||
export interface LinkProps extends PressEvents { | ||
/** The content to display in the link. */ | ||
children: ReactNode | ||
} | ||
export interface LinkProps extends PressEvents {} | ||
export interface AriaLinkProps extends LinkProps, AriaLabelingProps {} | ||
export interface AriaLinkProps extends LinkProps, AriaLabelingProps { } | ||
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps { | ||
/** The content to display in the link. */ | ||
children: ReactNode, | ||
/** | ||
@@ -26,0 +25,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
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
13268
241
26