@thecb/components 7.13.4-beta.11 → 7.13.4-beta.13
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
|
@@ -37987,11 +37987,10 @@ var Card = function Card(_ref) {
|
|
|
37987
37987
|
minWidth: width,
|
|
37988
37988
|
extraStyles: extraStyles
|
|
37989
37989
|
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
37990
|
-
singleChild: true
|
|
37991
|
-
fillCenter: true
|
|
37990
|
+
singleChild: true
|
|
37992
37991
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
37993
37992
|
fullHeight: true,
|
|
37994
|
-
childGap: "
|
|
37993
|
+
childGap: "1.5rem",
|
|
37995
37994
|
bottomItem: numberOfChildren
|
|
37996
37995
|
}, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
|
|
37997
37996
|
headerText: headerText,
|