@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.cjs.js CHANGED
@@ -37976,6 +37976,7 @@ var Card = function Card(_ref) {
37976
37976
  _ref$width = _ref.width,
37977
37977
  width = _ref$width === void 0 ? "276px" : _ref$width,
37978
37978
  children = _ref.children;
37979
+ console.log("themeValues.imageBackgroundColor", themeValues.imageBackgroundColor);
37979
37980
  var hasImage = Image || imgSrc;
37980
37981
  var numberOfChildren = (Array.isArray(children) ? children.length : 1) + (text ? 1 : 0) + (hasImage ? 1 : 0) + (headerText ? 1 : 0);
37981
37982
  return /*#__PURE__*/React__default.createElement(BoxWithShadow$1, {