Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/accordion

Package Overview
Dependencies
Maintainers
2
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 2.1.11 to 2.2.0

5

dist/accordion-icon.d.ts

@@ -1,4 +0,5 @@

import { IconProps } from '@chakra-ui/icon';
import { Icon } from '@chakra-ui/icon';
import { PropsOf } from '@chakra-ui/system';
type AccordionIconProps = IconProps;
type AccordionIconProps = PropsOf<typeof Icon>;
/**

@@ -5,0 +6,0 @@ * AccordionIcon that gives a visual cue of the open/close state of the accordion item.

10

package.json
{
"name": "@chakra-ui/accordion",
"version": "2.1.11",
"version": "2.2.0",
"description": "A simple and accessible accordion component for React & Chakra UI",

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

"devDependencies": {
"framer-motion": "^6.2.9",
"framer-motion": "^10.12.16",
"react": "^18.0.0",
"clean-package": "2.2.0",
"@chakra-ui/layout": "2.1.18",
"@chakra-ui/layout": "2.2.0",
"@chakra-ui/button": "2.0.18",
"@chakra-ui/react-use-disclosure": "2.0.8",
"@chakra-ui/system": "2.5.5",
"@chakra-ui/modal": "2.2.11"
"@chakra-ui/system": "2.5.8",
"@chakra-ui/modal": "2.2.12"
},

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

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