@s-ui/react-atom-label
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.8.0"></a> | ||
# 1.8.0 (2019-10-25) | ||
### Features | ||
* add contrast type ([21ba141](https://github.com/SUI-Components/sui-components/commit/21ba141)) | ||
<a name="1.7.0"></a> | ||
@@ -7,0 +17,0 @@ # 1.7.0 (2019-10-07) |
@@ -7,3 +7,4 @@ import React from 'react'; | ||
SUCCESS: 'success', | ||
ERROR: 'error' | ||
ERROR: 'error', | ||
CONTRAST: 'contrast' | ||
}; | ||
@@ -10,0 +11,0 @@ var FONT_SIZES = { |
{ | ||
"name": "@s-ui/react-atom-label", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8205
45