@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "7.13.3-beta.2",
3
+ "version": "7.13.3-beta.3",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -114,7 +114,7 @@ const CollapsibleSection = ({
114
114
  variants={icon}
115
115
  extraStyles={`display: flex; align-items: center;`}
116
116
  >
117
- <ChevronIcon color={iconColor ? iconColor : null} />
117
+ <ChevronIcon color={iconColor || ""} />
118
118
  </Motion>
119
119
  </Cluster>
120
120
  </Box>