@thecb/components 7.13.4-beta.6 → 7.13.4-beta.8
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
|
@@ -38009,8 +38009,7 @@ var Card = function Card(_ref) {
|
|
|
38009
38009
|
}), Image && !imgSrc && /*#__PURE__*/React__default.createElement(Box, {
|
|
38010
38010
|
minHeight: imgHeight,
|
|
38011
38011
|
padding: "0",
|
|
38012
|
-
background: themeValues.imageBackgroundColor
|
|
38013
|
-
extraStyles: boxStyles
|
|
38012
|
+
background: themeValues.imageBackgroundColor
|
|
38014
38013
|
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
38015
38014
|
minHeight: imgHeight,
|
|
38016
38015
|
singleChild: true
|
|
@@ -38024,7 +38023,9 @@ var Card = function Card(_ref) {
|
|
|
38024
38023
|
backgroundColor: themeValues.imageBackgroundColor,
|
|
38025
38024
|
src: imgSrc,
|
|
38026
38025
|
alt: imgAltText
|
|
38027
|
-
}), /*#__PURE__*/React__default.createElement(Box,
|
|
38026
|
+
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
38027
|
+
extraStyles: boxStyles
|
|
38028
|
+
}, text && /*#__PURE__*/React__default.createElement(CardText$1, {
|
|
38028
38029
|
padding: padding,
|
|
38029
38030
|
titleText: titleText,
|
|
38030
38031
|
text: text,
|