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.0.0-rc.2 to 1.0.0-rc.3

11

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# 1.0.0-rc.2 (2020-08-09)
# 1.0.0-rc.3 (2020-08-30)

@@ -20,2 +20,11 @@ **Note:** Version bump only for package @chakra-ui/clickable

# 1.0.0-rc.2 (2020-08-09)
**Note:** Version bump only for package @chakra-ui/clickable
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.0.0-rc.1](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/clickable@1.0.0-rc.0...@chakra-ui/clickable@1.0.0-rc.1) (2020-08-06)

@@ -22,0 +31,0 @@

4

dist/types/use-clickable.d.ts

@@ -119,3 +119,3 @@ import { HTMLAttributes, KeyboardEvent, MouseEvent, Ref } from "react";

'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-relevant'?: "text" | "additions" | "additions text" | "all" | "removals" | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;

@@ -379,3 +379,3 @@ 'aria-roledescription'?: string | undefined;

'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-relevant'?: "text" | "additions" | "additions text" | "all" | "removals" | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;

@@ -382,0 +382,0 @@ 'aria-roledescription'?: string | undefined;

{
"name": "@chakra-ui/clickable",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "React hook and component that implements native button interactions",

@@ -48,3 +48,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.0.0-rc.2"
"@chakra-ui/utils": "1.0.0-rc.3"
},

@@ -54,3 +54,3 @@ "peerDependencies": {

},
"gitHead": "c0a55ae7279887996fd2cbfb410476c86793e1bc"
"gitHead": "a0b689f3a2b1589d58e4d9b0c8a9bbd02ed90f6e"
}
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