@thecb/components 7.13.4-beta.4 → 7.13.4-beta.6

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
@@ -37975,10 +37975,8 @@ var Card = function Card(_ref) {
37975
37975
  themeValues = _ref.themeValues,
37976
37976
  _ref$width = _ref.width,
37977
37977
  width = _ref$width === void 0 ? "276px" : _ref$width,
37978
- _ref$stackStyles = _ref.stackStyles,
37979
- stackStyles = _ref$stackStyles === void 0 ? "" : _ref$stackStyles,
37980
- _ref$coverStyles = _ref.coverStyles,
37981
- coverStyles = _ref$coverStyles === void 0 ? "" : _ref$coverStyles,
37978
+ _ref$direction = _ref.direction,
37979
+ direction = _ref$direction === void 0 ? "column" : _ref$direction,
37982
37980
  _ref$boxStyles = _ref.boxStyles,
37983
37981
  boxStyles = _ref$boxStyles === void 0 ? "" : _ref$boxStyles,
37984
37982
  children = _ref.children;
@@ -37994,13 +37992,12 @@ var Card = function Card(_ref) {
37994
37992
  extraStyles: extraStyles
37995
37993
  }, /*#__PURE__*/React__default.createElement(Cover, {
37996
37994
  singleChild: true,
37997
- fillCenter: true,
37998
- extraStyles: coverStyles
37995
+ fillCenter: true
37999
37996
  }, /*#__PURE__*/React__default.createElement(Stack, {
38000
37997
  fullHeight: true,
38001
37998
  childGap: "0",
38002
37999
  bottomItem: numberOfChildren,
38003
- extraStyles: stackStyles
38000
+ direction: direction
38004
38001
  }, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
38005
38002
  headerText: headerText,
38006
38003
  headerColor: themeValues.headerColor,