Socket
Socket
Sign inDemoInstall

@chakra-ui/tabs

Package Overview
Dependencies
Maintainers
3
Versions
460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/tabs - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

2

dist/index.d.ts

@@ -7,3 +7,3 @@ export { Tab, TabProps } from './tab.js';

export { Tabs, TabsProps, useTabsStyles } from './tabs.js';
export { TabsDescendantsProvider, TabsProvider, UseTabListProps, UseTabListReturn, UseTabOptions, UseTabPanelsProps, UseTabProps, UseTabsProps, UseTabsReturn, useTab, useTabIndicator, useTabList, useTabPanel, useTabPanels, useTabs, useTabsContext } from './use-tabs.js';
export { TabsDescendantsProvider, TabsProvider, UseTabListProps, UseTabListReturn, UseTabOptions, UseTabPanelsProps, UseTabProps, UseTabsProps, UseTabsReturn, useTab, useTabIndicator, useTabList, useTabPanel, useTabPanels, useTabs, useTabsContext, useTabsDescendant, useTabsDescendants, useTabsDescendantsContext } from './use-tabs.js';
import '@chakra-ui/system';

@@ -10,0 +10,0 @@ import 'react';

@@ -38,2 +38,5 @@ "use strict";

useTabsContext: () => useTabsContext,
useTabsDescendant: () => useTabsDescendant,
useTabsDescendants: () => useTabsDescendants,
useTabsDescendantsContext: () => useTabsDescendantsContext,
useTabsStyles: () => useTabsStyles

@@ -458,3 +461,6 @@ });

useTabsContext,
useTabsDescendant,
useTabsDescendants,
useTabsDescendantsContext,
useTabsStyles
});

@@ -14,2 +14,3 @@ import * as _chakra_ui_system from '@chakra-ui/system';

* If `true`, tabs will stretch to width of the tablist.
* @default false
*/

@@ -16,0 +17,0 @@ isFitted?: boolean;

@@ -30,2 +30,4 @@ import * as react from 'react';

* and their panel is displayed when they receive focus.
*
* @default false
*/

@@ -52,2 +54,3 @@ isManual?: boolean;

* If `true`, rendering of the tab panel's will be deferred until it is selected.
* @default false
*/

@@ -126,2 +129,5 @@ isLazy?: boolean;

id?: string;
/**
* @default false
*/
isSelected?: boolean;

@@ -131,2 +137,3 @@ panelId?: string;

* If `true`, the `Tab` won't be toggleable
* @default false
*/

@@ -133,0 +140,0 @@ isDisabled?: boolean;

{
"name": "@chakra-ui/tabs",
"version": "2.1.7",
"version": "2.1.8",
"description": "Accessible Tabs component for React and Chakra UI",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/clickable": "2.0.13",
"@chakra-ui/clickable": "2.0.14",
"@chakra-ui/descendant": "3.0.13",

@@ -58,3 +58,3 @@ "@chakra-ui/react-context": "2.0.7",

"@chakra-ui/system": "2.4.0",
"@chakra-ui/modal": "0.0.0-dev-20230112160451"
"@chakra-ui/modal": "2.2.9"
},

@@ -61,0 +61,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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