terra-status
Advanced tools
Comparing version 4.44.0 to 4.45.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.45.0 - (June 22, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.44.0 - (May 11, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -18,2 +18,4 @@ "use strict"; | ||
var _excluded = ["children", "visuallyHiddenText", "colorClass"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -53,3 +55,3 @@ | ||
colorClass = _ref.colorClass, | ||
customProps = _objectWithoutProperties(_ref, ["children", "visuallyHiddenText", "colorClass"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -56,0 +58,0 @@ if (process.env.NODE_ENV !== 'production' && !visuallyHiddenText) { |
{ | ||
"name": "terra-status", | ||
"main": "lib/Status.js", | ||
"version": "4.44.0", | ||
"version": "4.45.0", | ||
"description": "The status component provides a customizable color indictor to signify a specific condition.", | ||
@@ -45,6 +45,6 @@ "repository": { | ||
"terra-arrange": "^3.46.0", | ||
"terra-icon": "^3.43.0", | ||
"terra-icon": "^3.44.0", | ||
"terra-visually-hidden-text": "^2.32.0" | ||
}, | ||
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1" | ||
"gitHead": "2977b120ca79f956841fcf0148bf342a607a570d" | ||
} |
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
86314
610
Updatedterra-icon@^3.44.0