terra-alert
Advanced tools
Comparing version 4.60.6 to 4.60.7
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.60.7 - (July 5, 2022) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.60.6 - (May 3, 2022) | ||
@@ -7,0 +12,0 @@ |
@@ -50,3 +50,3 @@ "use strict"; | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
@@ -53,0 +53,0 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.60.6", | ||
"version": "4.60.7", | ||
"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.", | ||
@@ -33,4 +33,4 @@ "repository": { | ||
"terra-button": "^3.61.0", | ||
"terra-icon": "^3.47.1", | ||
"terra-responsive-element": "^5.35.1", | ||
"terra-icon": "^3.48.0", | ||
"terra-responsive-element": "^5.35.2", | ||
"terra-theme-context": "^1.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
}, | ||
"gitHead": "385b66b615031b133f34ac9025f6637b83038dc4" | ||
"gitHead": "5d980c62d9a2c86597ccd689865c4090fc26c4b0" | ||
} |
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
80525
Updatedterra-icon@^3.48.0