@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.cjs.js
CHANGED
|
@@ -38035,12 +38035,12 @@ var Card = function Card(_ref) {
|
|
|
38035
38035
|
backgroundColor: themeValues.imageBackgroundColor,
|
|
38036
38036
|
src: imgSrc,
|
|
38037
38037
|
alt: imgAltText
|
|
38038
|
-
}), text && /*#__PURE__*/React__default.createElement(CardText$1, {
|
|
38038
|
+
}), /*#__PURE__*/React__default.createElement("div", null, text && /*#__PURE__*/React__default.createElement(CardText$1, {
|
|
38039
38039
|
padding: padding,
|
|
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);
|