@thecb/components 7.13.4-beta.10 → 7.13.4-beta.12

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
@@ -37991,7 +37991,7 @@ var Card = function Card(_ref) {
37991
37991
  fillCenter: true
37992
37992
  }, /*#__PURE__*/React__default.createElement(Stack, {
37993
37993
  fullHeight: true,
37994
- childGap: "0",
37994
+ childGap: "1.5rem",
37995
37995
  bottomItem: numberOfChildren
37996
37996
  }, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
37997
37997
  headerText: headerText,
@@ -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,