@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.esm.js CHANGED
@@ -40478,7 +40478,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40478
40478
  variants: icon,
40479
40479
  extraStyles: "display: flex; align-items: center;"
40480
40480
  }, /*#__PURE__*/React.createElement(ChevronIcon$1, {
40481
- color: iconColor ? iconColor : null
40481
+ color: iconColor || ""
40482
40482
  }))))), /*#__PURE__*/React.createElement(AnimatePresence, {
40483
40483
  initial: false
40484
40484
  }, isOpen && /*#__PURE__*/React.createElement(Motion, {