@s-ui/react-atom-action-button
Advanced tools
Comparing version 1.7.0 to 1.8.0
# CHANGELOG | ||
# 1.8.0 (2022-04-05) | ||
### Bug Fixes | ||
* **components/atom/actionButton:** resolve linting errors ([d43022e](https://github.com/SUI-Components/sui-components/commit/d43022e59327489f0c0477d9dc19526e89a84619)) | ||
# 1.7.0 (2022-02-02) | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "atom-action-button", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"name": "@s-ui/react-atom-action-button", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -215,9 +215,4 @@ /* | ||
const {atomActionButtonStyles: actual} = library | ||
const { | ||
FILLED_NEGATIVE, | ||
FILLED_POSITIVE, | ||
OUTLINE, | ||
FLAT, | ||
...others | ||
} = actual | ||
const {FILLED_NEGATIVE, FILLED_POSITIVE, OUTLINE, FLAT, ...others} = | ||
actual | ||
@@ -224,0 +219,0 @@ // Then |
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
35174
660
79