terra-toggle-button
Advanced tools
Comparing version
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.88.0 - (May 8, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 3.87.0 - (April 4, 2024) | ||
@@ -7,0 +12,0 @@ |
@@ -19,3 +19,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; } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -22,0 +22,0 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } |
{ | ||
"name": "terra-toggle-button", | ||
"version": "3.87.0", | ||
"version": "3.88.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -24,12 +24,20 @@ "author": "Cerner Corporation", | ||
"main": "lib/ToggleButton.js", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"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-toggle": "^3.62.0" | ||
"terra-icon": "^3.61.0", | ||
"terra-toggle": "^3.63.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5" | ||
"react": "16", | ||
"react-dom": "16" | ||
}, | ||
@@ -49,11 +57,3 @@ "scripts": { | ||
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "56e12414ad56f0db08f2fb3cf2a60644f57f27e5" | ||
"gitHead": "83e0cba673eb8b12fb60fb5be980b09fa3b2e942" | ||
} |
43885
0.06%295
-0.34%Updated
Updated
Updated
Updated