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