clickable-box
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -11,3 +11,3 @@ import React from "react"; | ||
} | ||
declare const ClickableBox: React.ForwardRefExoticComponent<Pick<ClickableBoxProps, React.ReactText> & React.RefAttributes<HTMLElement>>; | ||
declare const ClickableBox: React.ForwardRefExoticComponent<Pick<ClickableBoxProps, keyof ClickableBoxProps> & React.RefAttributes<HTMLElement>>; | ||
export default ClickableBox; |
{ | ||
"name": "clickable-box", | ||
"description": "Add `onClick` to HTML elements without sacrificing accessibility.", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"jest": "^26.6.3", | ||
"microbundle": "^0.12.4", | ||
"microbundle": "0.15.1", | ||
"prettier": "^2.7.1", | ||
@@ -38,0 +38,0 @@ "react": "^17.0.1", |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
31583
34