Socket
Socket
Sign inDemoInstall

@chakra-ui/clickable

Package Overview
Dependencies
Maintainers
4
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/clickable - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

13

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- [`a73198529`](https://github.com/chakra-ui/chakra-ui/commit/a7319852908f68596600da799ef08a0e7dbb468e)
[#3775](https://github.com/chakra-ui/chakra-ui/pull/3775) Thanks
[@tomchentw](https://github.com/tomchentw)! - Add missing dependency issue of
`@chakra-ui/react-utils`
- Updated dependencies
[[`8b5eb9654`](https://github.com/chakra-ui/chakra-ui/commit/8b5eb9654affe562795d38a19f732f84732a949d)]:
- @chakra-ui/utils@1.5.2
## 1.1.1

@@ -4,0 +17,0 @@

18

dist/types/use-clickable.d.ts

@@ -34,3 +34,3 @@ import * as React from "react";

ref: (value: any) => void;
type: "button" | "reset" | "submit" | undefined;
type: "reset" | "submit" | "button" | undefined;
"aria-disabled": boolean | undefined;

@@ -86,3 +86,3 @@ disabled: boolean | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
is?: string | undefined;

@@ -98,6 +98,6 @@ 'aria-activedescendant'?: string | undefined;

'aria-controls'?: string | undefined;
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
'aria-current'?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
'aria-describedby'?: string | undefined;
'aria-details'?: string | undefined;
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
'aria-dropeffect'?: "copy" | "none" | "execute" | "link" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;

@@ -107,3 +107,3 @@ 'aria-expanded'?: boolean | "true" | "false" | undefined;

'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;

@@ -348,3 +348,3 @@ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
is?: string | undefined;

@@ -360,6 +360,6 @@ 'aria-activedescendant'?: string | undefined;

'aria-controls'?: string | undefined;
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
'aria-current'?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
'aria-describedby'?: string | undefined;
'aria-details'?: string | undefined;
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
'aria-dropeffect'?: "copy" | "none" | "execute" | "link" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;

@@ -369,3 +369,3 @@ 'aria-expanded'?: boolean | "true" | "false" | undefined;

'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;

@@ -372,0 +372,0 @@ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

{
"name": "@chakra-ui/clickable",
"version": "1.1.1",
"version": "1.1.2",
"description": "React hook and component that implements native button interactions",

@@ -54,3 +54,4 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.5.1"
"@chakra-ui/react-utils": "1.1.1",
"@chakra-ui/utils": "1.5.2"
},

@@ -57,0 +58,0 @@ "peerDependencies": {

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