terra-toggle
Advanced tools
Comparing version 3.50.2 to 3.50.3
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.50.3 - (July 5, 2022) | ||
* Changed | ||
* Minor dependency version bump | ||
## 3.50.2 - (May 3, 2022) | ||
@@ -7,0 +12,0 @@ |
@@ -22,3 +22,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); } | ||
@@ -25,0 +25,0 @@ 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; } |
{ | ||
"name": "terra-toggle", | ||
"main": "lib/Toggle.js", | ||
"version": "3.50.2", | ||
"version": "3.50.3", | ||
"description": "Toggle component that transitions content in and out.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"react-animate-height": "^2.0.1", | ||
"terra-icon": "^3.47.1" | ||
"terra-icon": "^3.48.0" | ||
}, | ||
@@ -48,3 +48,3 @@ "scripts": { | ||
}, | ||
"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
34888
Updatedterra-icon@^3.48.0