@react-types/tabs
Advanced tools
Comparing version 3.0.0-nightly.2469 to 3.0.0-nightly.2471
{ | ||
"name": "@react-types/tabs", | ||
"version": "3.0.0-nightly.2469+88af318f", | ||
"version": "3.0.0-nightly.2471+d6696e31", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.791+88af318f" | ||
"@react-types/shared": "3.0.0-nightly.793+d6696e31" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "88af318fc7898a1e1ffafc40d10cce50e10544b0" | ||
"gitHead": "d6696e31926521431b0e1ed85b208fbc9e42ee50" | ||
} |
@@ -52,10 +52,19 @@ /* | ||
export interface SpectrumTabsProps<T> extends AriaTabsProps<T>, StyleProps { | ||
/** Whether the Tabs should be displayed with a quiet style. */ | ||
isQuiet?: boolean, | ||
density?: 'compact', | ||
overflowMode?: 'dropdown' | 'scrolling', | ||
isEmphasized?: boolean, | ||
/** | ||
* Sets the amount of space between the Tab and the Tab rail. | ||
* @default 'regular' | ||
*/ | ||
density?: 'compact' | 'regular', | ||
// overflowMode?: 'dropdown' | 'scrolling', | ||
// isEmphasized?: boolean, | ||
/** Whether Tabs are disabled. */ | ||
isDisabled?: boolean, | ||
/** Handler that is called when the tab selection changes. */ | ||
onSelectionChange?: (selectedItem: Key) => void, | ||
/** The currently selected Tab key in the collection (controlled). */ | ||
selectedKey?: Key, | ||
/** The initial selected Tab key in the collection (uncontrolled). */ | ||
defaultSelectedKey?: Key | ||
} |
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
14275
64