Socket
Socket
Sign inDemoInstall

@chakra-ui/clickable

Package Overview
Dependencies
2
Maintainers
4
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

10

CHANGELOG.md
# Change Log
## 1.1.4
### Patch Changes
- Updated dependencies
[[`82f08867f`](https://github.com/chakra-ui/chakra-ui/commit/82f08867fa4825d647a3b9cc805220d9364f2f3f),
[`e9ac4cc76`](https://github.com/chakra-ui/chakra-ui/commit/e9ac4cc7629cd79efc753b4e3353bacdad46cd7d)]:
- @chakra-ui/react-utils@1.1.2
- @chakra-ui/utils@1.7.0
## 1.1.3

@@ -4,0 +14,0 @@

4

dist/types/use-clickable.d.ts

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

export declare function useClickable(props?: UseClickableProps): {
ref: (value: any) => void;
ref: (node: any) => void;
type: "reset" | "submit" | "button" | undefined;

@@ -293,3 +293,3 @@ "aria-disabled": boolean | undefined;

} | {
ref: (value: any) => void;
ref: (node: any) => void;
role: string;

@@ -296,0 +296,0 @@ "data-active": boolean | "true" | "false";

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

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

"dependencies": {
"@chakra-ui/react-utils": "1.1.1",
"@chakra-ui/utils": "1.6.0"
"@chakra-ui/react-utils": "1.1.2",
"@chakra-ui/utils": "1.7.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc