@royaloperahouse/harmonic 0.18.6-a → 0.18.6-b

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.
@@ -12472,13 +12472,15 @@ var UpsellSection = function UpsellSection(_ref) {
12472
12472
  upsellCards = _ref.upsellCards,
12473
12473
  _ref$theme = _ref.theme,
12474
12474
  theme = _ref$theme === void 0 ? exports.ThemeType.Core : _ref$theme,
12475
- className = _ref.className;
12475
+ className = _ref.className,
12476
+ titleFontFamily = _ref.titleFontFamily;
12476
12477
  var themedUpsellCards = upsellCards ? [].concat(upsellCards).map(function (card) {
12477
12478
  return _extends({}, card, {
12478
12479
  theme: card.theme || theme,
12479
12480
  secondaryTheme: card.secondaryTheme || card.theme || theme
12480
12481
  });
12481
12482
  }) : [];
12483
+ var isVictorTitleFont = titleFontFamily === 'Victor';
12482
12484
  return /*#__PURE__*/React__default.createElement(HarmonicThemeProvider, {
12483
12485
  theme: theme
12484
12486
  }, /*#__PURE__*/React__default.createElement(Grid, {
@@ -12491,7 +12493,7 @@ var UpsellSection = function UpsellSection(_ref) {
12491
12493
  columnStartSmallDevice: 1,
12492
12494
  columnSpanSmallDevice: 14
12493
12495
  }, /*#__PURE__*/React__default.createElement(UpsellBorderBox, null, /*#__PURE__*/React__default.createElement(TitleContent, {
12494
- serif: true
12496
+ serif: isVictorTitleFont
12495
12497
  }, title), /*#__PURE__*/React__default.createElement(TextContainer$2, null, /*#__PURE__*/React__default.createElement(TextContent, {
12496
12498
  text: richText != null ? richText : '',
12497
12499
  columnStartDesktop: 1,