terra-alert
Advanced tools
Comparing version 4.26.0 to 4.27.0
@@ -7,2 +7,9 @@ ChangeLog | ||
4.27.0 - (April 28, 2020) | ||
------------------ | ||
### Changed | ||
* Removed "View Component Source Code" from docs in favour of source code badge | ||
### Added | ||
* Added clinical-lowlight-theme wdio screenshots | ||
4.26.0 - (April 22, 2020) | ||
@@ -9,0 +16,0 @@ ------------------ |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.26.0", | ||
"version": "4.27.0", | ||
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cerner/terra-core.git" | ||
"url": "git+https://github.com/cerner/terra-core.git", | ||
"directory": "packages/terra-alert" | ||
}, | ||
@@ -31,6 +32,6 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.36.0", | ||
"terra-icon": "^3.29.0", | ||
"terra-responsive-element": "^5.17.0", | ||
"terra-toggle": "^3.30.0" | ||
"terra-button": "^3.37.0", | ||
"terra-icon": "^3.30.0", | ||
"terra-responsive-element": "^5.18.0", | ||
"terra-toggle": "^3.31.0" | ||
}, | ||
@@ -50,3 +51,3 @@ "scripts": { | ||
}, | ||
"gitHead": "6f0be72ae8cf3ca0c11f2a6ea6b2345373d4ee89" | ||
"gitHead": "5e0b4b9f28277197ff0dfba8ff6ba0e60ebd0672" | ||
} |
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
161155
Updatedterra-button@^3.37.0
Updatedterra-icon@^3.30.0
Updatedterra-toggle@^3.31.0