Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@chakra-ui/tabs

Package Overview
Dependencies
110
Maintainers
4
Versions
460
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

9

CHANGELOG.md
# Change Log
## 1.0.7
### Patch Changes
- Updated dependencies
[[`002a4361`](https://github.com/chakra-ui/chakra-ui/commit/002a4361bd738bef49e021a2fff2b9b6a9af5815)]:
- @chakra-ui/hooks@1.1.2
- @chakra-ui/descendant@1.0.5
## 1.0.6

@@ -4,0 +13,0 @@

7

dist/cjs/use-tabs.js

@@ -69,8 +69,3 @@ "use strict";

value: index,
onChange: onChange,
propsMap: {
value: "index",
defaultValue: "defaultIndex",
onChange: "onChange"
}
onChange: onChange
}),

@@ -77,0 +72,0 @@ selectedIndex = _useControllableState[0],

@@ -48,8 +48,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

value: index,
onChange,
propsMap: {
value: "index",
defaultValue: "defaultIndex",
onChange: "onChange"
}
onChange
});

@@ -56,0 +51,0 @@ /**

@@ -242,6 +242,2 @@ import { UseClickableProps } from "@chakra-ui/clickable";

'aria-colcount'?: number | undefined;
/**
* generate a unique id or use user-provided id for
* the tabs widget
*/
'aria-colindex'?: number | undefined;

@@ -248,0 +244,0 @@ 'aria-colspan'?: number | undefined;

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

@@ -65,8 +65,8 @@ "keywords": [

"@chakra-ui/clickable": "1.0.3",
"@chakra-ui/descendant": "1.0.4",
"@chakra-ui/hooks": "1.1.1",
"@chakra-ui/descendant": "1.0.5",
"@chakra-ui/hooks": "1.1.2",
"@chakra-ui/utils": "1.1.0"
},
"devDependencies": {
"@chakra-ui/system": "1.1.6",
"@chakra-ui/system": "1.1.7",
"react": "^17.0.1"

@@ -73,0 +73,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc