Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/tabs

Package Overview
Dependencies
Maintainers
2
Versions
830
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/tabs - npm Package Compare versions

Comparing version 3.0.0-nightly.2469 to 3.0.0-nightly.2471

6

package.json
{
"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
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc