@thecb/components 7.13.3-beta.6 → 7.13.3-beta.7
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.cjs.js
CHANGED
|
@@ -40402,7 +40402,9 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
40402
40402
|
_ref$index = _ref.index,
|
|
40403
40403
|
index = _ref$index === void 0 ? 1 : _ref$index,
|
|
40404
40404
|
_ref$iconColor = _ref.iconColor,
|
|
40405
|
-
iconColor = _ref$iconColor === void 0 ? "" : _ref$iconColor
|
|
40405
|
+
iconColor = _ref$iconColor === void 0 ? "" : _ref$iconColor,
|
|
40406
|
+
_ref$extraStyles = _ref.extraStyles,
|
|
40407
|
+
extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
|
|
40406
40408
|
|
|
40407
40409
|
var handleKeyDown = function handleKeyDown(e) {
|
|
40408
40410
|
if (e.keyCode === 13) {
|