@royaloperahouse/harmonic 0.9.1-a → 0.9.2-a

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.
@@ -8474,8 +8474,7 @@ var Card = function Card(_ref) {
8474
8474
  labelParams = _ref.labelParams,
8475
8475
  _ref$isGridCard = _ref.isGridCard,
8476
8476
  isGridCard = _ref$isGridCard === void 0 ? false : _ref$isGridCard,
8477
- auxiliaryCTA = _ref.auxiliaryCTA,
8478
- onClick = _ref.onClick;
8477
+ auxiliaryCTA = _ref.auxiliaryCTA;
8479
8478
  var truncate = function truncate(str, n) {
8480
8479
  return str.length >= n ? str.substr(0, n) : str;
8481
8480
  };
@@ -8526,7 +8525,7 @@ var Card = function Card(_ref) {
8526
8525
  }, /*#__PURE__*/React__default.createElement("a", {
8527
8526
  href: firstButton == null ? void 0 : firstButton.href,
8528
8527
  target: firstButton == null ? void 0 : firstButton.target,
8529
- onClick: onClick,
8528
+ onClick: firstButton == null ? void 0 : firstButton.onClick,
8530
8529
  className: "targetLink",
8531
8530
  style: {
8532
8531
  flexGrow: onlyShowButtonsOnHover ? 'unset' : 1