@react-aria/breadcrumbs
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -1,11 +0,3 @@ | ||
import { BreadcrumbItemProps, AriaBreadcrumbsProps } from "@react-types/breadcrumbs"; | ||
import { DOMProps } from "@react-types/shared"; | ||
import { AriaBreadcrumbItemProps, AriaBreadcrumbsProps } from "@react-types/breadcrumbs"; | ||
import { HTMLAttributes, RefObject } from "react"; | ||
interface AriaBreadcrumbItemProps extends BreadcrumbItemProps, DOMProps { | ||
/** | ||
* The HTML element used to render the breadcrumb link, e.g. 'a', or 'span'. | ||
* @default 'a' | ||
*/ | ||
elementType?: string; | ||
} | ||
interface BreadcrumbItemAria { | ||
@@ -12,0 +4,0 @@ /** Props for the breadcrumb item link element. */ |
{ | ||
"name": "@react-aria/breadcrumbs", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Spectrum UI components in React", | ||
@@ -24,4 +24,4 @@ "license": "Apache-2.0", | ||
"@react-aria/link": "^3.1.2", | ||
"@react-aria/utils": "^3.3.0", | ||
"@react-types/breadcrumbs": "^3.1.1", | ||
"@react-aria/utils": "^3.5.0", | ||
"@react-types/breadcrumbs": "^3.2.0", | ||
"@react-types/shared": "^3.2.1" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "0778f71a3c13e1e24388a23b6d525e3b9f5b98f1" | ||
"gitHead": "0159136997a4b18166b0e660b929fd8e243410c8" | ||
} |
@@ -13,15 +13,6 @@ /* | ||
import {BreadcrumbItemProps} from '@react-types/breadcrumbs'; | ||
import {DOMProps} from '@react-types/shared'; | ||
import {AriaBreadcrumbItemProps} from '@react-types/breadcrumbs'; | ||
import {HTMLAttributes, RefObject} from 'react'; | ||
import {useLink} from '@react-aria/link'; | ||
interface AriaBreadcrumbItemProps extends BreadcrumbItemProps, DOMProps { | ||
/** | ||
* The HTML element used to render the breadcrumb link, e.g. 'a', or 'span'. | ||
* @default 'a' | ||
*/ | ||
elementType?: string | ||
} | ||
interface BreadcrumbItemAria { | ||
@@ -28,0 +19,0 @@ /** Props for the breadcrumb item link element. */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66246
513
Updated@react-aria/utils@^3.5.0