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

@chakra-ui/hooks

Package Overview
Dependencies
Maintainers
2
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/hooks - npm Package Compare versions

Comparing version

to
0.0.0-dev-20240315145938

2

dist/types/use-animation-state.d.ts
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