@influenzanet/case-web-app-core 2.7.4-staging.5 → 2.7.4-staging.6

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.
package/build/index.es.js CHANGED
@@ -24983,6 +24983,9 @@ var ContentRenderer = function (props) {
24983
24983
  else if (action_1.type === 'navigate') {
24984
24984
  history.push(action_1.value);
24985
24985
  }
24986
+ else if (action_1.type === 'navigateExternal') {
24987
+ window.open(action_1.value, '_blank');
24988
+ }
24986
24989
  } }, item.itemKey);
24987
24990
  case 'actionCard':
24988
24991
  var actionCardAction_1 = item.config.action;