@thecb/components 7.13.3-beta.1 → 7.13.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -40394,7 +40394,9 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
40394
40394
|
_ref$index = _ref.index,
|
|
40395
40395
|
index = _ref$index === void 0 ? 1 : _ref$index,
|
|
40396
40396
|
_ref$headerEl = _ref.headerEl,
|
|
40397
|
-
headerEl = _ref$headerEl === void 0 ? null : _ref$headerEl
|
|
40397
|
+
headerEl = _ref$headerEl === void 0 ? null : _ref$headerEl,
|
|
40398
|
+
_ref$iconColor = _ref.iconColor,
|
|
40399
|
+
iconColor = _ref$iconColor === void 0 ? null : _ref$iconColor;
|
|
40398
40400
|
|
|
40399
40401
|
var handleKeyDown = function handleKeyDown(e) {
|
|
40400
40402
|
if (e.keyCode === 13) {
|