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.1 to 2.1.2

4

dist/index.d.ts

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

* @see Docs https://chakra-ui.com/docs/components/useTabs
* @see WAI-ARIA https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/
*/

@@ -771,2 +772,5 @@ declare function useTabs(props: UseTabsProps): {

* Provides context and logic for all tabs components.
*
* @see Docs https://chakra-ui.com/docs/components/tabs
* @see WAI-ARIA https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/
*/

@@ -773,0 +777,0 @@ declare const Tabs: _chakra_ui_system.ComponentWithAs<"div", TabsProps>;

8

package.json
{
"name": "@chakra-ui/tabs",
"version": "2.1.1",
"version": "2.1.2",
"description": "Accessible Tabs component for React and Chakra UI",

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

"@chakra-ui/react-use-safe-layout-effect": "2.0.1",
"@chakra-ui/react-use-controllable-state": "2.0.3",
"@chakra-ui/react-use-controllable-state": "2.0.4",
"@chakra-ui/react-children-utils": "2.0.1",

@@ -57,4 +57,4 @@ "@chakra-ui/react-use-merge-refs": "2.0.3",

"@chakra-ui/react-use-interval": "2.0.1",
"@chakra-ui/system": "2.2.8",
"@chakra-ui/modal": "2.1.7",
"@chakra-ui/system": "2.2.10",
"@chakra-ui/modal": "2.2.0",
"react": "^18.0.0"

@@ -61,0 +61,0 @@ },

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