@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.esm.js CHANGED
@@ -38010,7 +38010,7 @@ var Card = function Card(_ref) {
38010
38010
  borderRadius: borderRadius,
38011
38011
  padding: padding,
38012
38012
  as: headerAs
38013
- }), Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
38013
+ }), /*#__PURE__*/React.createElement(Stack, null, Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
38014
38014
  minHeight: imgHeight,
38015
38015
  padding: "0",
38016
38016
  background: themeValues.imageBackgroundColor
@@ -38032,7 +38032,7 @@ var Card = function Card(_ref) {
38032
38032
  titleText: titleText,
38033
38033
  text: text,
38034
38034
  titleVariant: titleVariant
38035
- }), children)));
38035
+ }), children))));
38036
38036
  };
38037
38037
 
38038
38038
  var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);