@react-types/breadcrumbs
Advanced tools
Comparing version 3.0.0-nightly.802 to 3.0.0-nightly.804
{ | ||
"name": "@react-types/breadcrumbs", | ||
"version": "3.0.0-nightly.802+50b2ffb8", | ||
"version": "3.0.0-nightly.804+703966e4", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.802+50b2ffb8" | ||
"@react-types/shared": "3.0.0-nightly.804+703966e4" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "50b2ffb8ef01482042a0515a987fbf9f09f850ae" | ||
"gitHead": "703966e428163d83bd2d9cc6f3471a9b0b4d3973" | ||
} |
@@ -31,2 +31,10 @@ /* | ||
export interface AriaBreadcrumbItemProps extends BreadcrumbItemProps, DOMProps { | ||
/** | ||
* The HTML element used to render the breadcrumb link, e.g. 'a', or 'span'. | ||
* @default 'a' | ||
*/ | ||
elementType?: string | ||
} | ||
export interface BreadcrumbsProps<T> { | ||
@@ -33,0 +41,0 @@ /** The breadcrumb items. */ |
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
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
14385
56