Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/use-clickable

Package Overview
Dependencies
Maintainers
1
Versions
618
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-clickable - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

10

dist/index.d.ts

@@ -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.3.5",
"version": "0.3.6",
"description": "Yamada UI useClickable custom hook",

@@ -5,0 +5,0 @@ "keywords": [

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc