@chakra-ui/accordion
Advanced tools
Comparing version 1.1.0 to 1.1.2
# 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 @@ |
@@ -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
116579
+ Added@chakra-ui/descendant@1.0.7(transitive)
+ Added@chakra-ui/hooks@1.1.4(transitive)
+ Added@chakra-ui/icon@1.1.1(transitive)
+ Added@chakra-ui/transition@1.0.8(transitive)
+ Added@chakra-ui/utils@1.2.0(transitive)
- Removed@chakra-ui/descendant@1.0.6(transitive)
- Removed@chakra-ui/hooks@1.1.3(transitive)
- Removed@chakra-ui/icon@1.1.0(transitive)
- Removed@chakra-ui/transition@1.0.7(transitive)
- Removed@chakra-ui/utils@1.1.0(transitive)
- Removedobject-assign@4.1.1(transitive)
Updated@chakra-ui/descendant@1.0.7
Updated@chakra-ui/hooks@1.1.4
Updated@chakra-ui/icon@1.1.1
Updated@chakra-ui/transition@1.0.8
Updated@chakra-ui/utils@1.2.0