@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/dist/index.esm.js
CHANGED
|
@@ -37968,6 +37968,7 @@ var Card = function Card(_ref) {
|
|
|
37968
37968
|
_ref$width = _ref.width,
|
|
37969
37969
|
width = _ref$width === void 0 ? "276px" : _ref$width,
|
|
37970
37970
|
children = _ref.children;
|
|
37971
|
+
console.log("themeValues.imageBackgroundColor", themeValues.imageBackgroundColor);
|
|
37971
37972
|
var hasImage = Image || imgSrc;
|
|
37972
37973
|
var numberOfChildren = (Array.isArray(children) ? children.length : 1) + (text ? 1 : 0) + (hasImage ? 1 : 0) + (headerText ? 1 : 0);
|
|
37973
37974
|
return /*#__PURE__*/React.createElement(BoxWithShadow$1, {
|