@chakra-ui/utils
Advanced tools
Comparing version 0.0.0-dev-20240314210302 to 0.0.0-dev-20240315145938
@@ -8,2 +8,2 @@ import { FocusableElement } from "./types"; | ||
export declare function isContentEditableElement(element: HTMLElement): boolean; | ||
export declare function isDisabledElement(element: HTMLElement): boolean; | ||
export declare function disabledElement(element: HTMLElement): boolean; |
@@ -5,3 +5,3 @@ export declare const hasDisplayNone: (element: HTMLElement) => boolean; | ||
export declare function hasFocusWithin(element: HTMLElement): boolean; | ||
export declare function isFocusable(element: HTMLElement): boolean; | ||
export declare function focusable(element: HTMLElement): boolean; | ||
export declare function isTabbable(element?: HTMLElement | null): boolean; |
{ | ||
"name": "@chakra-ui/utils", | ||
"version": "0.0.0-dev-20240314210302", | ||
"version": "0.0.0-dev-20240315145938", | ||
"description": "Common utilities and types for Chakra UI", | ||
@@ -5,0 +5,0 @@ "author": "Segun Adebayo <sage@adebayosegun.com>", |
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
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
86425