@thecb/components 7.13.3-beta.11 → 7.13.3-beta.13

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
@@ -38018,7 +38018,7 @@ var Card = function Card(_ref) {
38018
38018
  borderRadius: borderRadius,
38019
38019
  padding: padding,
38020
38020
  as: headerAs
38021
- }), Image && !imgSrc && /*#__PURE__*/React__default.createElement(Box, {
38021
+ }), /*#__PURE__*/React__default.createElement(Stack, null, Image && !imgSrc && /*#__PURE__*/React__default.createElement(Box, {
38022
38022
  minHeight: imgHeight,
38023
38023
  padding: "0",
38024
38024
  background: themeValues.imageBackgroundColor
@@ -38040,7 +38040,7 @@ var Card = function Card(_ref) {
38040
38040
  titleText: titleText,
38041
38041
  text: text,
38042
38042
  titleVariant: titleVariant
38043
- }), children)));
38043
+ }), children))));
38044
38044
  };
38045
38045
 
38046
38046
  var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);