@chakra-ui/accordion
Advanced tools
Comparing version 2.1.11 to 2.2.0
@@ -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. |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81914
2188