New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/accordion

Package Overview
Dependencies
Maintainers
4
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/accordion - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

24

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- [`01231ed49`](https://github.com/chakra-ui/chakra-ui/commit/01231ed4919521fbe911cb1b035f4beadb340fa5)
[#3298](https://github.com/chakra-ui/chakra-ui/pull/3298) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Provide better typings for
`size` and `variant` for AvatarGroup, CheckboxGroup, ButtonGroup, and
RadioGroup.
## 1.1.1
### Patch Changes
- Updated dependencies
[[`ff4a36bca`](https://github.com/chakra-ui/chakra-ui/commit/ff4a36bca11cc177830f6f1da13700acd1e3a087),
[`483687237`](https://github.com/chakra-ui/chakra-ui/commit/483687237f2c4fed05dc6a79693f307c601c1285),
[`61962345c`](https://github.com/chakra-ui/chakra-ui/commit/61962345c5b1c862445c16c586e304b28c376c9a)]:
- @chakra-ui/utils@1.2.0
- @chakra-ui/icon@1.1.1
- @chakra-ui/hooks@1.1.4
- @chakra-ui/transition@1.0.8
- @chakra-ui/descendant@1.0.7
## 1.1.0

@@ -4,0 +28,0 @@

2

dist/types/accordion.d.ts

@@ -6,3 +6,3 @@ import { IconProps } from "@chakra-ui/icon";

import { UseAccordionItemProps, UseAccordionProps } from "./use-accordion";
export interface AccordionProps extends UseAccordionProps, Omit<HTMLChakraProps<"div">, keyof UseAccordionProps>, ThemingProps {
export interface AccordionProps extends UseAccordionProps, Omit<HTMLChakraProps<"div">, keyof UseAccordionProps>, ThemingProps<"Accordion"> {
/**

@@ -9,0 +9,0 @@ * If `true`, height animation and transitions will be disabled.

{
"name": "@chakra-ui/accordion",
"version": "1.1.0",
"version": "1.1.2",
"description": "A simple and accessible accordion component for React & Chakra UI",

@@ -60,10 +60,10 @@ "keywords": [

"dependencies": {
"@chakra-ui/descendant": "1.0.6",
"@chakra-ui/hooks": "1.1.3",
"@chakra-ui/icon": "1.1.0",
"@chakra-ui/transition": "1.0.7",
"@chakra-ui/utils": "1.1.0"
"@chakra-ui/descendant": "1.0.7",
"@chakra-ui/hooks": "1.1.4",
"@chakra-ui/icon": "1.1.1",
"@chakra-ui/transition": "1.0.8",
"@chakra-ui/utils": "1.2.0"
},
"devDependencies": {
"@chakra-ui/system": "1.2.0",
"@chakra-ui/system": "1.3.0",
"react": "^17.0.1"

@@ -70,0 +70,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc