@thecb/components 7.13.3-beta.7 → 7.13.3-beta.9
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/icons/ChevronIconWhite.js +3 -3
- package/src/components/molecules/collapsible-section/CollapsibleSection.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40484,7 +40484,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
40484
40484
|
variants: icon,
|
|
40485
40485
|
extraStyles: "display: flex; align-items: center;"
|
|
40486
40486
|
}, /*#__PURE__*/React__default.createElement(ChevronIcon$1, {
|
|
40487
|
-
color: iconColor || inherit
|
|
40487
|
+
color: iconColor || "inherit"
|
|
40488
40488
|
}))))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
|
|
40489
40489
|
initial: false
|
|
40490
40490
|
}, isOpen && /*#__PURE__*/React__default.createElement(Motion, {
|