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.2457 to 3.0.0-nightly.2464

6

package.json
{
"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',

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