terra-alert
Advanced tools
Comparing version 4.53.0 to 4.54.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.54.0 - (June 8, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.53.0 - (May 11, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -42,2 +42,4 @@ "use strict"; | ||
var _excluded = ["action", "children", "customIcon", "customColorClass", "onDismiss", "intl", "title", "type"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -195,3 +197,3 @@ | ||
type = _ref.type, | ||
customProps = _objectWithoutProperties(_ref, ["action", "children", "customIcon", "customColorClass", "onDismiss", "intl", "title", "type"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -198,0 +200,0 @@ var theme = _react.default.useContext(_terraThemeContext.default); |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.53.0", | ||
"version": "4.54.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.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.55.0", | ||
"terra-button": "^3.56.0", | ||
"terra-icon": "^3.43.0", | ||
@@ -51,3 +51,3 @@ "terra-responsive-element": "^5.30.0", | ||
}, | ||
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1" | ||
"gitHead": "10d0421b1b2f445c21b9029dd5cc885bb4b7caca" | ||
} |
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
79399
731
Updatedterra-button@^3.56.0