@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.esm.js
CHANGED
|
@@ -38001,8 +38001,7 @@ var Card = function Card(_ref) {
|
|
|
38001
38001
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
38002
38002
|
fullHeight: true,
|
|
38003
38003
|
childGap: "0",
|
|
38004
|
-
bottomItem: numberOfChildren
|
|
38005
|
-
direction: "row"
|
|
38004
|
+
bottomItem: numberOfChildren
|
|
38006
38005
|
}, headerText && /*#__PURE__*/React.createElement(CardHeader, {
|
|
38007
38006
|
headerText: headerText,
|
|
38008
38007
|
headerColor: themeValues.headerColor,
|
|
@@ -38011,7 +38010,7 @@ var Card = function Card(_ref) {
|
|
|
38011
38010
|
borderRadius: borderRadius,
|
|
38012
38011
|
padding: padding,
|
|
38013
38012
|
as: headerAs
|
|
38014
|
-
}), Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
|
|
38013
|
+
}), /*#__PURE__*/React.createElement(Stack, null, Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
|
|
38015
38014
|
minHeight: imgHeight,
|
|
38016
38015
|
padding: "0",
|
|
38017
38016
|
background: themeValues.imageBackgroundColor
|
|
@@ -38033,7 +38032,7 @@ var Card = function Card(_ref) {
|
|
|
38033
38032
|
titleText: titleText,
|
|
38034
38033
|
text: text,
|
|
38035
38034
|
titleVariant: titleVariant
|
|
38036
|
-
}), children)));
|
|
38035
|
+
}), children))));
|
|
38037
38036
|
};
|
|
38038
38037
|
|
|
38039
38038
|
var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
|