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

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
@@ -38027,12 +38027,12 @@ var Card = function Card(_ref) {
38027
38027
  backgroundColor: themeValues.imageBackgroundColor,
38028
38028
  src: imgSrc,
38029
38029
  alt: imgAltText
38030
- }), text && /*#__PURE__*/React.createElement(CardText$1, {
38030
+ }), /*#__PURE__*/React.createElement("div", null, text && /*#__PURE__*/React.createElement(CardText$1, {
38031
38031
  padding: padding,
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);