@thecb/components 11.2.13-beta.2 → 11.2.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
|
@@ -44564,7 +44564,8 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
44564
44564
|
fullHeight: true
|
|
44565
44565
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
44566
44566
|
direction: "row",
|
|
44567
|
-
childGap: "0.5rem"
|
|
44567
|
+
childGap: "0.5rem",
|
|
44568
|
+
extraStyles: "align-items: center;"
|
|
44568
44569
|
}, /*#__PURE__*/React__default.createElement(Title$2, {
|
|
44569
44570
|
variant: titleVariant,
|
|
44570
44571
|
theme: themeValues,
|