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