@yamada-ui/use-focus
Advanced tools
Comparing version 1.0.7-next-20240308164301 to 1.0.7-next-20240310014253
@@ -16,3 +16,3 @@ import { FocusableElement } from '@yamada-ui/utils'; | ||
}; | ||
declare const useFocusOnShow: <T extends HTMLElement>(target: T | RefObject<T>, { focusRef, preventScroll, shouldFocus, visible }?: UseFocusOnShowProps) => void; | ||
declare const useFocusOnShow: <T extends HTMLElement>(target: React.RefObject<T> | T, { focusRef, preventScroll, shouldFocus, visible }?: UseFocusOnShowProps) => void; | ||
type UseFocusOnMouseDownProps = { | ||
@@ -19,0 +19,0 @@ ref: React.RefObject<HTMLElement>; |
{ | ||
"name": "@yamada-ui/use-focus", | ||
"version": "1.0.7-next-20240308164301", | ||
"version": "1.0.7-next-20240310014253", | ||
"description": "Yamada UI useFocus custom hook", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/utils": "1.0.7-next-20240308164301", | ||
"@yamada-ui/use-event-listener": "1.0.7-next-20240308164301" | ||
"@yamada-ui/utils": "1.0.7-next-20240310014253", | ||
"@yamada-ui/use-event-listener": "1.0.7-next-20240310014253" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
24848
+ Added@yamada-ui/use-event-listener@1.0.7-next-20240310014253(transitive)
+ Added@yamada-ui/utils@1.0.7-next-20240310014253(transitive)
- Removed@yamada-ui/use-event-listener@1.0.7-next-20240308164301(transitive)
- Removed@yamada-ui/utils@1.0.7-next-20240308164301(transitive)
Updated@yamada-ui/use-event-listener@1.0.7-next-20240310014253