@thecb/components 7.13.3-beta.2 → 7.13.3-beta.3

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
@@ -40486,7 +40486,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40486
40486
  variants: icon,
40487
40487
  extraStyles: "display: flex; align-items: center;"
40488
40488
  }, /*#__PURE__*/React__default.createElement(ChevronIcon$1, {
40489
- color: iconColor ? iconColor : null
40489
+ color: iconColor || ""
40490
40490
  }))))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
40491
40491
  initial: false
40492
40492
  }, isOpen && /*#__PURE__*/React__default.createElement(Motion, {