@thecb/components 8.4.0-beta.16 → 8.4.0-beta.17
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
|
@@ -42924,7 +42924,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42924
42924
|
childGap: "6px",
|
|
42925
42925
|
justify: "space-between",
|
|
42926
42926
|
extraStyles: "width: 100%; align-items: flex-end;"
|
|
42927
|
-
}, showLeft && leftContent, showRight && rightContent))));
|
|
42927
|
+
}, showLeft && leftContent ? leftContent : /*#__PURE__*/React__default.createElement(React__default.Fragment, null), showRight && rightContent))));
|
|
42928
42928
|
};
|
|
42929
42929
|
|
|
42930
42930
|
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "default");
|