@yamada-ui/use-clickable
Advanced tools
Comparing version 0.0.0-dev-20231104154042 to 0.0.0-dev-20231125082929
@@ -37,3 +37,3 @@ import * as react from 'react'; | ||
type: string; | ||
'aria-disabled': boolean | undefined; | ||
"aria-disabled": boolean | undefined; | ||
disabled: boolean | undefined; | ||
@@ -54,3 +54,3 @@ onClick: (ev: MouseEvent<HTMLElement>) => void; | ||
className?: string | undefined; | ||
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined; | ||
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined; | ||
contextMenu?: string | undefined; | ||
@@ -310,4 +310,4 @@ dir?: string | undefined; | ||
role: string; | ||
'data-active': boolean | "true" | "false"; | ||
'aria-disabled': "true" | undefined; | ||
"data-active": boolean | "true" | "false"; | ||
"aria-disabled": "true" | undefined; | ||
tabIndex: number | undefined; | ||
@@ -328,3 +328,3 @@ onClick: (ev: MouseEvent<HTMLElement>) => void; | ||
className?: string | undefined; | ||
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined; | ||
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined; | ||
contextMenu?: string | undefined; | ||
@@ -331,0 +331,0 @@ dir?: string | undefined; |
{ | ||
"name": "@yamada-ui/use-clickable", | ||
"version": "0.0.0-dev-20231104154042", | ||
"version": "0.0.0-dev-20231125082929", | ||
"description": "Yamada UI useClickable custom hook", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/utils": "0.0.0-dev-20231104154042", | ||
"@yamada-ui/use-event-listener": "0.0.0-dev-20231104154042" | ||
"@yamada-ui/utils": "0.3.3", | ||
"@yamada-ui/use-event-listener": "0.2.5" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83942
987
+ Added@yamada-ui/use-event-listener@0.2.5(transitive)
+ Added@yamada-ui/utils@0.3.3(transitive)
- Removed@yamada-ui/use-event-listener@0.0.0-dev-20231104154042(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20231104154042(transitive)
Updated@yamada-ui/utils@0.3.3