@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.esm.js
CHANGED
|
@@ -38001,8 +38001,7 @@ var Card = function Card(_ref) {
|
|
|
38001
38001
|
}), Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
|
|
38002
38002
|
minHeight: imgHeight,
|
|
38003
38003
|
padding: "0",
|
|
38004
|
-
background: themeValues.imageBackgroundColor
|
|
38005
|
-
extraStyles: boxStyles
|
|
38004
|
+
background: themeValues.imageBackgroundColor
|
|
38006
38005
|
}, /*#__PURE__*/React.createElement(Cover, {
|
|
38007
38006
|
minHeight: imgHeight,
|
|
38008
38007
|
singleChild: true
|
|
@@ -38016,7 +38015,9 @@ var Card = function Card(_ref) {
|
|
|
38016
38015
|
backgroundColor: themeValues.imageBackgroundColor,
|
|
38017
38016
|
src: imgSrc,
|
|
38018
38017
|
alt: imgAltText
|
|
38019
|
-
}), /*#__PURE__*/React.createElement(Box,
|
|
38018
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
38019
|
+
extraStyles: boxStyles
|
|
38020
|
+
}, text && /*#__PURE__*/React.createElement(CardText$1, {
|
|
38020
38021
|
padding: padding,
|
|
38021
38022
|
titleText: titleText,
|
|
38022
38023
|
text: text,
|