@react-types/tabs
Advanced tools
Comparing version 3.0.0-nightly.2457 to 3.0.0-nightly.2464
{ | ||
"name": "@react-types/tabs", | ||
"version": "3.0.0-nightly.2457+d7547a9c", | ||
"version": "3.0.0-nightly.2464+d80334eb", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.779+d7547a9c" | ||
"@react-types/shared": "3.0.0-nightly.786+d80334eb" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "d7547a9c2a763b47479883b4893db99f8035ff0d" | ||
"gitHead": "d80334eba4d7a44d282ccbd3736a80708112d0a2" | ||
} |
@@ -24,3 +24,3 @@ /* | ||
export interface TabAriaProps<T> { | ||
export interface AriaTabProps<T> { | ||
/** Collection node for the tab. */ | ||
@@ -32,3 +32,5 @@ item: Node<T>, | ||
export interface TabsAriaProps<T> extends CollectionBase<T>, SingleSelection, AriaLabelingProps { | ||
export interface TabsProps<T> extends CollectionBase<T>, SingleSelection {} | ||
export interface AriaTabsProps<T> extends TabsProps<T>, DOMProps, AriaLabelingProps { | ||
/** | ||
@@ -51,3 +53,3 @@ * Whether tabs are activated automatically on focus or manually. | ||
export interface SpectrumTabsProps<T> extends TabsAriaProps<T>, DOMProps, StyleProps { | ||
export interface SpectrumTabsProps<T> extends AriaTabsProps<T>, StyleProps { | ||
isQuiet?: boolean, | ||
@@ -54,0 +56,0 @@ density?: 'compact', |
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
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
13847
55