terra-toggle-button
Advanced tools
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.58.0 - (August 25, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 3.57.0 - (June 22, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -49,0 +49,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "3.57.0", | ||
"version": "3.58.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.57.0", | ||
"terra-icon": "^3.44.0", | ||
"terra-toggle": "^3.47.0" | ||
"terra-button": "^3.58.0", | ||
"terra-icon": "^3.45.0", | ||
"terra-toggle": "^3.48.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
}, | ||
"gitHead": "2977b120ca79f956841fcf0148bf342a607a570d" | ||
"gitHead": "bfc30e9df7fbe2f47063d78ea21cfadf3f4d53c0" | ||
} |
109719
0.17%