@royaloperahouse/harmonic 0.9.1 → 0.9.2

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.
@@ -8469,7 +8469,8 @@ var Card = function Card(_ref) {
8469
8469
  labelParams = _ref.labelParams,
8470
8470
  _ref$isGridCard = _ref.isGridCard,
8471
8471
  isGridCard = _ref$isGridCard === void 0 ? false : _ref$isGridCard,
8472
- auxiliaryCTA = _ref.auxiliaryCTA;
8472
+ auxiliaryCTA = _ref.auxiliaryCTA,
8473
+ onClick = _ref.onClick;
8473
8474
  var truncate = function truncate(str, n) {
8474
8475
  return str.length >= n ? str.substr(0, n) : str;
8475
8476
  };
@@ -8520,6 +8521,7 @@ var Card = function Card(_ref) {
8520
8521
  }, /*#__PURE__*/React__default.createElement("a", {
8521
8522
  href: firstButton == null ? void 0 : firstButton.href,
8522
8523
  target: firstButton == null ? void 0 : firstButton.target,
8524
+ onClick: onClick,
8523
8525
  className: "targetLink",
8524
8526
  style: {
8525
8527
  flexGrow: onlyShowButtonsOnHover ? 'unset' : 1