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 0.0.0-dev-20220829143113 to 0.0.0-dev-20220912120959

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>;

12

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

@@ -45,6 +45,6 @@ "keywords": [

"@chakra-ui/clickable": "2.0.9",
"@chakra-ui/descendant": "0.0.0-dev-20220829143113",
"@chakra-ui/descendant": "3.0.9",
"@chakra-ui/react-context": "2.0.3",
"@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": "0.0.0-dev-20220912120959",
"@chakra-ui/react-children-utils": "2.0.1",

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

"@chakra-ui/react-use-interval": "2.0.1",
"@chakra-ui/system": "0.0.0-dev-20220829143113",
"@chakra-ui/modal": "2.1.7",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"@chakra-ui/modal": "0.0.0-dev-20220912120959",
"react": "^18.0.0"
},
"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20220829143113",
"@chakra-ui/system": "0.0.0-dev-20220912120959",
"react": ">=18"

@@ -65,0 +65,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