terra-alert
Advanced tools
Comparing version 4.95.0 to 4.96.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.96.0 - (May 8, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 4.95.0 - (April 4, 2024) | ||
@@ -7,0 +12,0 @@ |
@@ -35,3 +35,3 @@ "use strict"; | ||
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; } | ||
var cx = _bind.default.bind(_AlertModule.default); | ||
@@ -38,0 +38,0 @@ var AlertTypes = { |
{ | ||
"name": "terra-alert", | ||
"version": "4.95.0", | ||
"version": "4.96.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.", | ||
@@ -34,8 +34,8 @@ "author": "Cerner Corporation", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"classnames": "2", | ||
"prop-types": "15", | ||
"terra-button": "^3.77.0", | ||
"terra-icon": "^3.60.0", | ||
"terra-icon": "^3.61.0", | ||
"terra-responsive-element": "^5.41.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-theme-context": "1", | ||
"terra-visually-hidden-text": "^2.38.0", | ||
@@ -45,5 +45,5 @@ "uuid": "3.4.0" | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": ">=2.8.0 <6.0.0" | ||
"react": "16", | ||
"react-dom": "16", | ||
"react-intl": "2 || 3 || 4 || 5" | ||
}, | ||
@@ -63,3 +63,3 @@ "scripts": { | ||
}, | ||
"gitHead": "56e12414ad56f0db08f2fb3cf2a60644f57f27e5" | ||
"gitHead": "83e0cba673eb8b12fb60fb5be980b09fa3b2e942" | ||
} |
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
83841
694
Updatedclassnames@2
Updatedprop-types@15
Updatedterra-icon@^3.61.0
Updatedterra-theme-context@1