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

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$stackDirection = _ref.stackDirection,
37979
+ stackDirection = _ref$stackDirection === void 0 ? "column" : _ref$stackDirection,
37982
37980
  _ref$boxStyles = _ref.boxStyles,
37983
37981
  boxStyles = _ref$boxStyles === void 0 ? "" : _ref$boxStyles,
37984
37982
  children = _ref.children;
@@ -38000,7 +37998,8 @@ var Card = function Card(_ref) {
38000
37998
  fullHeight: true,
38001
37999
  childGap: "0",
38002
38000
  bottomItem: numberOfChildren,
38003
- extraStyles: stackStyles
38001
+ extraStyles: stackStyles,
38002
+ direction: stackDirection
38004
38003
  }, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
38005
38004
  headerText: headerText,
38006
38005
  headerColor: themeValues.headerColor,