@thecb/components 8.0.3-beta.2 → 8.0.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": "8.0.3-beta.2",
3
+ "version": "8.0.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",
@@ -34,6 +34,10 @@ const Card = ({
34
34
  width = "276px",
35
35
  children
36
36
  }) => {
37
+ console.log(
38
+ "themeValues.imageBackgroundColor",
39
+ themeValues.imageBackgroundColor
40
+ );
37
41
  const hasImage = Image || imgSrc;
38
42
  const numberOfChildren =
39
43
  (Array.isArray(children) ? children.length : 1) +