@thecb/components 6.3.1-beta.6 → 6.3.1-beta.7

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
@@ -35173,13 +35173,13 @@ var CardText = function CardText(_ref) {
35173
35173
  themeValues = _ref.themeValues;
35174
35174
  return /*#__PURE__*/React__default.createElement(Box, {
35175
35175
  padding: padding
35176
- }, titleText && /*#__PURE__*/React__default.createElement(Title$1, {
35176
+ }, /*#__PURE__*/React__default.createElement(Cover, null, /*#__PURE__*/React__default.createElement(Stack, null, titleText && /*#__PURE__*/React__default.createElement(Title$1, {
35177
35177
  variant: titleVariant,
35178
35178
  color: themeValues.titleColor,
35179
35179
  weight: themeValues === null || themeValues === void 0 ? void 0 : themeValues.titleWeight
35180
35180
  }, titleText), /*#__PURE__*/React__default.createElement(Paragraph$1, {
35181
35181
  color: themeValues.textColor
35182
- }, text));
35182
+ }, text))));
35183
35183
  };
35184
35184
  var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$x);
35185
35185
 
@@ -35232,7 +35232,8 @@ var Card = function Card(_ref) {
35232
35232
  minWidth: width,
35233
35233
  extraStyles: extraStyles
35234
35234
  }, /*#__PURE__*/React__default.createElement(Cover, {
35235
- singleChild: true
35235
+ singleChild: true,
35236
+ fillCenter: true
35236
35237
  }, /*#__PURE__*/React__default.createElement(Stack, {
35237
35238
  fullHeight: true,
35238
35239
  childGap: "0",