@launchpad-ui/button
Advanced tools
Comparing version 0.12.15 to 0.12.16
@@ -85,4 +85,3 @@ import './style.css'; | ||
const handleClick = (event) => { | ||
if (disabled) | ||
return event.preventDefault(); | ||
if (disabled) return event.preventDefault(); | ||
onClick == null ? void 0 : onClick(event); | ||
@@ -220,4 +219,3 @@ }; | ||
const iconSize = () => { | ||
if (props.size === "small") | ||
return "small"; | ||
if (props.size === "small") return "small"; | ||
return "medium"; | ||
@@ -238,4 +236,3 @@ }; | ||
const handleClick = (event) => { | ||
if (disabled) | ||
return event.preventDefault(); | ||
if (disabled) return event.preventDefault(); | ||
onClick == null ? void 0 : onClick(event); | ||
@@ -242,0 +239,0 @@ }; |
@@ -87,4 +87,3 @@ require('./style.css'); | ||
const handleClick = (event) => { | ||
if (disabled) | ||
return event.preventDefault(); | ||
if (disabled) return event.preventDefault(); | ||
onClick == null ? void 0 : onClick(event); | ||
@@ -222,4 +221,3 @@ }; | ||
const iconSize = () => { | ||
if (props.size === "small") | ||
return "small"; | ||
if (props.size === "small") return "small"; | ||
return "medium"; | ||
@@ -240,4 +238,3 @@ }; | ||
const handleClick = (event) => { | ||
if (disabled) | ||
return event.preventDefault(); | ||
if (disabled) return event.preventDefault(); | ||
onClick == null ? void 0 : onClick(event); | ||
@@ -244,0 +241,0 @@ }; |
{ | ||
"name": "@launchpad-ui/button", | ||
"version": "0.12.15", | ||
"version": "0.12.16", | ||
"status": "beta", | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
"classix": "2.1.17", | ||
"@launchpad-ui/icons": "~0.18.2", | ||
"@launchpad-ui/icons": "~0.18.3", | ||
"@launchpad-ui/tokens": "~0.9.11" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79307
734
Updated@launchpad-ui/icons@~0.18.3