Socket
Book a DemoInstallSign in
Socket

@yamada-ui/input

Package Overview
Dependencies
Maintainers
1
Versions
1077
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/input - npm Package Compare versions

Comparing version

to
2.0.0-next-20241005235555

dist/chunk-I3CWDP7I.mjs

3

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.