@yamada-ui/input
Advanced tools
Comparing version
@@ -133,5 +133,4 @@ "use client" | ||
var InputElement = (0, import_core3.forwardRef)( | ||
({ className, isClick = false, isClickable, placement = "left", ...rest }, ref) => { | ||
({ className, isClickable = false, placement = "left", ...rest }, ref) => { | ||
const { styles, fieldHeight, fieldFontSize } = useInputGroup(); | ||
isClickable != null ? isClickable : isClickable = isClick; | ||
const css = { | ||
@@ -138,0 +137,0 @@ [placement === "left" ? "insetStart" : "insetEnd"]: "0", |
@@ -9,11 +9,3 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
* @default false | ||
* | ||
* @deprecated Use `isClickable` instead. | ||
*/ | ||
isClick?: boolean; | ||
/** | ||
* If `true`, the element clickable. | ||
* | ||
* @default false | ||
*/ | ||
isClickable?: boolean; | ||
@@ -20,0 +12,0 @@ /** |
@@ -41,5 +41,4 @@ "use client" | ||
var InputElement = (0, import_core.forwardRef)( | ||
({ className, isClick = false, isClickable, placement = "left", ...rest }, ref) => { | ||
({ className, isClickable = false, placement = "left", ...rest }, ref) => { | ||
const { styles, fieldHeight, fieldFontSize } = useInputGroup(); | ||
isClickable != null ? isClickable : isClickable = isClick; | ||
const css = { | ||
@@ -46,0 +45,0 @@ [placement === "left" ? "insetStart" : "insetEnd"]: "0", |
@@ -104,5 +104,4 @@ "use client" | ||
var InputElement = (0, import_core2.forwardRef)( | ||
({ className, isClick = false, isClickable, placement = "left", ...rest }, ref) => { | ||
({ className, isClickable = false, placement = "left", ...rest }, ref) => { | ||
const { styles, fieldHeight, fieldFontSize } = useInputGroup(); | ||
isClickable != null ? isClickable : isClickable = isClick; | ||
const css = { | ||
@@ -109,0 +108,0 @@ [placement === "left" ? "insetStart" : "insetEnd"]: "0", |
{ | ||
"name": "@yamada-ui/input", | ||
"version": "2.0.0-next-20241005232637", | ||
"version": "2.0.0-next-20241005235555", | ||
"description": "Yamada UI input component", | ||
@@ -39,6 +39,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.15.2-next-20241005232637", | ||
"@yamada-ui/file-input": "2.0.0-next-20241005232637", | ||
"@yamada-ui/form-control": "3.0.0-next-20241005232637", | ||
"@yamada-ui/use-token": "1.1.27-next-20241005232637", | ||
"@yamada-ui/core": "1.15.2-next-20241005235555", | ||
"@yamada-ui/file-input": "2.0.0-next-20241005235555", | ||
"@yamada-ui/form-control": "3.0.0-next-20241005235555", | ||
"@yamada-ui/use-token": "1.1.27-next-20241005235555", | ||
"@yamada-ui/utils": "1.5.2" | ||
@@ -45,0 +45,0 @@ }, |
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
89729
-1.67%1135
-1.05%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed