@chakra-ui/hooks
Advanced tools
Comparing version 0.0.0-dev-20240314210302 to 0.0.0-dev-20240315145938
export interface UseAnimationStateProps { | ||
isOpen: boolean; | ||
open: boolean; | ||
ref: React.RefObject<HTMLElement>; | ||
@@ -4,0 +4,0 @@ } |
import React from "react"; | ||
export interface UseDisclosureProps { | ||
isOpen?: boolean; | ||
defaultIsOpen?: boolean; | ||
open?: boolean; | ||
defaultOpen?: boolean; | ||
onClose?(): void; | ||
@@ -17,3 +17,3 @@ onOpen?(): void; | ||
export declare function useDisclosure(props?: UseDisclosureProps): { | ||
isOpen: boolean; | ||
open: boolean; | ||
onOpen: () => void; | ||
@@ -20,0 +20,0 @@ onClose: () => void; |
{ | ||
"name": "@chakra-ui/hooks", | ||
"version": "0.0.0-dev-20240314210302", | ||
"version": "0.0.0-dev-20240315145938", | ||
"description": "React hooks for Chakra components", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"framesync": "6.1.2", | ||
"@chakra-ui/utils": "0.0.0-dev-20240314210302" | ||
"@chakra-ui/utils": "0.0.0-dev-20240315145938" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
82174
+ Added@chakra-ui/utils@0.0.0-dev-20240315145938(transitive)
+ Added@types/lodash@4.17.13(transitive)
- Removed@chakra-ui/utils@0.0.0-dev-20240314210302(transitive)
- Removed@types/lodash@4.17.14(transitive)