@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.esm.js CHANGED
@@ -35165,13 +35165,13 @@ var CardText = function CardText(_ref) {
35165
35165
  themeValues = _ref.themeValues;
35166
35166
  return /*#__PURE__*/React.createElement(Box, {
35167
35167
  padding: padding
35168
- }, titleText && /*#__PURE__*/React.createElement(Title$1, {
35168
+ }, /*#__PURE__*/React.createElement(Cover, null, /*#__PURE__*/React.createElement(Stack, null, titleText && /*#__PURE__*/React.createElement(Title$1, {
35169
35169
  variant: titleVariant,
35170
35170
  color: themeValues.titleColor,
35171
35171
  weight: themeValues === null || themeValues === void 0 ? void 0 : themeValues.titleWeight
35172
35172
  }, titleText), /*#__PURE__*/React.createElement(Paragraph$1, {
35173
35173
  color: themeValues.textColor
35174
- }, text));
35174
+ }, text))));
35175
35175
  };
35176
35176
  var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$x);
35177
35177
 
@@ -35224,7 +35224,8 @@ var Card = function Card(_ref) {
35224
35224
  minWidth: width,
35225
35225
  extraStyles: extraStyles
35226
35226
  }, /*#__PURE__*/React.createElement(Cover, {
35227
- singleChild: true
35227
+ singleChild: true,
35228
+ fillCenter: true
35228
35229
  }, /*#__PURE__*/React.createElement(Stack, {
35229
35230
  fullHeight: true,
35230
35231
  childGap: "0",