terra-toggle-section-header
Advanced tools
Comparing version 2.51.0 to 2.52.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.52.0 - (June 8, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 2.51.0 - (May 11, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -18,2 +18,4 @@ "use strict"; | ||
var _excluded = ["children", "title", "level", "sectionHeaderAttrs", "isAnimated", "isInitiallyOpen", "isTransparent", "isOpen", "onOpen", "onClose"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -186,3 +188,3 @@ | ||
onClose = _this$props2.onClose, | ||
customProps = _objectWithoutProperties(_this$props2, ["children", "title", "level", "sectionHeaderAttrs", "isAnimated", "isInitiallyOpen", "isTransparent", "isOpen", "onOpen", "onClose"]); | ||
customProps = _objectWithoutProperties(_this$props2, _excluded); | ||
@@ -189,0 +191,0 @@ var sectionHeaderProps = _objectSpread({}, sectionHeaderAttrs); |
{ | ||
"name": "terra-toggle-section-header", | ||
"main": "lib/ToggleSectionHeader.js", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "Toggle section header component that transitions content in and out with a click on the header.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"terra-mixins": "^1.40.0", | ||
"terra-section-header": "^2.51.0", | ||
"terra-section-header": "^2.52.0", | ||
"terra-toggle": "^3.46.0" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1" | ||
"gitHead": "10d0421b1b2f445c21b9029dd5cc885bb4b7caca" | ||
} |
71539
733
Updatedterra-section-header@^2.52.0