@thecb/components 7.13.3-beta.12 → 7.13.3-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 +3 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/card/Card.js +34 -37
package/dist/index.cjs.js
CHANGED
|
@@ -38009,8 +38009,7 @@ var Card = function Card(_ref) {
|
|
|
38009
38009
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
38010
38010
|
fullHeight: true,
|
|
38011
38011
|
childGap: "0",
|
|
38012
|
-
bottomItem: numberOfChildren
|
|
38013
|
-
direction: "row"
|
|
38012
|
+
bottomItem: numberOfChildren
|
|
38014
38013
|
}, headerText && /*#__PURE__*/React__default.createElement(CardHeader, {
|
|
38015
38014
|
headerText: headerText,
|
|
38016
38015
|
headerColor: themeValues.headerColor,
|
|
@@ -38019,7 +38018,7 @@ var Card = function Card(_ref) {
|
|
|
38019
38018
|
borderRadius: borderRadius,
|
|
38020
38019
|
padding: padding,
|
|
38021
38020
|
as: headerAs
|
|
38022
|
-
}), Image && !imgSrc && /*#__PURE__*/React__default.createElement(Box, {
|
|
38021
|
+
}), /*#__PURE__*/React__default.createElement(Stack, null, Image && !imgSrc && /*#__PURE__*/React__default.createElement(Box, {
|
|
38023
38022
|
minHeight: imgHeight,
|
|
38024
38023
|
padding: "0",
|
|
38025
38024
|
background: themeValues.imageBackgroundColor
|
|
@@ -38041,7 +38040,7 @@ var Card = function Card(_ref) {
|
|
|
38041
38040
|
titleText: titleText,
|
|
38042
38041
|
text: text,
|
|
38043
38042
|
titleVariant: titleVariant
|
|
38044
|
-
}), children)));
|
|
38043
|
+
}), children))));
|
|
38045
38044
|
};
|
|
38046
38045
|
|
|
38047
38046
|
var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
|