@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.esm.js CHANGED
@@ -42987,7 +42987,9 @@ var LinkCard = function LinkCard(_ref) {
42987
42987
  _ref$extraHoverStyles = _ref.extraHoverStyles,
42988
42988
  extraHoverStyles = _ref$extraHoverStyles === void 0 ? "" : _ref$extraHoverStyles,
42989
42989
  _ref$extraActiveStyle = _ref.extraActiveStyles,
42990
- extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle;
42990
+ extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle,
42991
+ _ref$titleVariant = _ref.titleVariant,
42992
+ titleVariant = _ref$titleVariant === void 0 ? "h3" : _ref$titleVariant;
42991
42993
 
42992
42994
  var _useContext = useContext(ThemeContext),
42993
42995
  isMobile = _useContext.isMobile;
@@ -43019,7 +43021,7 @@ var LinkCard = function LinkCard(_ref) {
43019
43021
  padding: 0,
43020
43022
  width: "100%"
43021
43023
  }, /*#__PURE__*/React.createElement(Title$2, {
43022
- variant: "h3",
43024
+ variant: titleVariant,
43023
43025
  weight: FONT_WEIGHT_SEMIBOLD,
43024
43026
  color: themeValues.color,
43025
43027
  margin: 0