@hivegpt/hiveai-angular 0.0.352 → 0.0.353

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.
@@ -1091,7 +1091,7 @@
1091
1091
  _this.greetingMsg = res.Greeting;
1092
1092
  _this.thumbsDownMessages = ((_a = res === null || res === void 0 ? void 0 : res.NegativeResponses) === null || _a === void 0 ? void 0 : _a.length) ? res.NegativeResponses
1093
1093
  : [
1094
- "We are sorry we've not been able to answer your question.<br/>\n However, our dedicated support team is happy to help.\n <span class='feedback-link' style='cursor: pointer; text-decoration: underline; font-weight: 700; color: #17235B;'>\n <a style='color: inherit; text-decoration: none;' onclick=\"triggerSupport()\">Please click here</a>\n </span> and a human agent will assist you as soon as possible",
1094
+ "We are sorry we've not been able to answer your question.<br/> However, our dedicated support team is happy to help. <span class='feedback-link' style='cursor: pointer; text-decoration: underline; font-weight: 700; color: #17235B;'><a style='color: inherit; text-decoration: none;' (click)=\"triggerSupport()\">Please click here</a></span> and a human agent will assist you as soon as possible",
1095
1095
  ];
1096
1096
  _this.quickPrompts = res.QuickPrompts;
1097
1097
  _this.cdr.markForCheck();