@royaloperahouse/harmonic 0.9.2 → 0.9.3

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.
@@ -8442,8 +8442,7 @@ var Card = function Card(_ref) {
8442
8442
  labelParams = _ref.labelParams,
8443
8443
  _ref$isGridCard = _ref.isGridCard,
8444
8444
  isGridCard = _ref$isGridCard === void 0 ? false : _ref$isGridCard,
8445
- auxiliaryCTA = _ref.auxiliaryCTA,
8446
- onClick = _ref.onClick;
8445
+ auxiliaryCTA = _ref.auxiliaryCTA;
8447
8446
  var truncate = function truncate(str, n) {
8448
8447
  return str.length >= n ? str.substr(0, n) : str;
8449
8448
  };
@@ -8494,7 +8493,7 @@ var Card = function Card(_ref) {
8494
8493
  }, /*#__PURE__*/React__default.createElement("a", {
8495
8494
  href: firstButton == null ? void 0 : firstButton.href,
8496
8495
  target: firstButton == null ? void 0 : firstButton.target,
8497
- onClick: onClick,
8496
+ onClick: firstButton == null ? void 0 : firstButton.onClick,
8498
8497
  className: "targetLink",
8499
8498
  style: {
8500
8499
  flexGrow: onlyShowButtonsOnHover ? 'unset' : 1