@thecb/components 7.13.4-beta.10 → 7.13.4-beta.11
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
|
@@ -38022,7 +38022,8 @@ var Card = function Card(_ref) {
|
|
|
38022
38022
|
src: imgSrc,
|
|
38023
38023
|
alt: imgAltText
|
|
38024
38024
|
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
38025
|
-
padding: "0"
|
|
38025
|
+
padding: "0",
|
|
38026
|
+
extraStyles: "flex-basis: 100%; width: 100%;"
|
|
38026
38027
|
}, text && /*#__PURE__*/React__default.createElement(CardText$1, {
|
|
38027
38028
|
padding: padding,
|
|
38028
38029
|
titleText: titleText,
|