Socket
Socket
Sign inDemoInstall

@chakra-ui/clickable

Package Overview
Dependencies
5
Maintainers
3
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.13 to 2.0.14

8

dist/use-clickable.d.ts

@@ -7,2 +7,4 @@ import * as react from 'react';

* It will set the `disabled` HTML attribute
*
* @default false
*/

@@ -13,2 +15,4 @@ isDisabled?: boolean;

* have only `aria-disabled` set to `true`
*
* @default false
*/

@@ -18,2 +22,4 @@ isFocusable?: boolean;

* Whether or not trigger click on pressing `Enter`.
*
* @default true
*/

@@ -23,2 +29,4 @@ clickOnEnter?: boolean;

* Whether or not trigger click on pressing `Space`.
*
* @default true
*/

@@ -25,0 +33,0 @@ clickOnSpace?: boolean;

2

package.json
{
"name": "@chakra-ui/clickable",
"version": "2.0.13",
"version": "2.0.14",
"description": "React hook and component that implements native button interactions",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc