@thecb/components 7.13.3-beta.11 → 7.13.3-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
@@ -38009,7 +38009,8 @@ var Card = function Card(_ref) {
38009
38009
  }, /*#__PURE__*/React__default.createElement(Stack, {
38010
38010
  fullHeight: true,
38011
38011
  childGap: "0",
38012
- bottomItem: numberOfChildren
38012
+ bottomItem: numberOfChildren,
38013
+ direction: "row"
38013
38014
  }, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
38014
38015
  headerText: headerText,
38015
38016
  headerColor: themeValues.headerColor,