@thecb/components 8.4.4-beta.4 → 8.4.4

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
@@ -42995,7 +42995,9 @@ var LinkCard = function LinkCard(_ref) {
42995
42995
  _ref$extraHoverStyles = _ref.extraHoverStyles,
42996
42996
  extraHoverStyles = _ref$extraHoverStyles === void 0 ? "" : _ref$extraHoverStyles,
42997
42997
  _ref$extraActiveStyle = _ref.extraActiveStyles,
42998
- extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle;
42998
+ extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle,
42999
+ _ref$titleVariant = _ref.titleVariant,
43000
+ titleVariant = _ref$titleVariant === void 0 ? "h3" : _ref$titleVariant;
42999
43001
 
43000
43002
  var _useContext = React.useContext(styled.ThemeContext),
43001
43003
  isMobile = _useContext.isMobile;
@@ -43027,7 +43029,7 @@ var LinkCard = function LinkCard(_ref) {
43027
43029
  padding: 0,
43028
43030
  width: "100%"
43029
43031
  }, /*#__PURE__*/React__default.createElement(Title$2, {
43030
- variant: "h3",
43032
+ variant: titleVariant,
43031
43033
  weight: FONT_WEIGHT_SEMIBOLD,
43032
43034
  color: themeValues.color,
43033
43035
  margin: 0