@thecb/components 7.13.3-beta.6 → 7.13.3-beta.8
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) {
|
|
@@ -40482,7 +40484,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
40482
40484
|
variants: icon,
|
|
40483
40485
|
extraStyles: "display: flex; align-items: center;"
|
|
40484
40486
|
}, /*#__PURE__*/React__default.createElement(ChevronIcon$1, {
|
|
40485
|
-
color: iconColor || inherit
|
|
40487
|
+
color: iconColor || "inherit"
|
|
40486
40488
|
}))))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
|
|
40487
40489
|
initial: false
|
|
40488
40490
|
}, isOpen && /*#__PURE__*/React__default.createElement(Motion, {
|