ai12z 3.3.1 → 3.3.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.
@@ -2460,7 +2460,7 @@ const Ai12zBot = class {
2460
2460
  this.toggleBot(ev);
2461
2461
  this.showHistory = false;
2462
2462
  this.close.emit("close");
2463
- } }, "End conversation")), index.h("div", { class: "w-full dropdown-item", role: "menuitem", tabindex: "-1" }, this.checkLiveAgentMode(), index.h("button", { class: `dropdown-item-button ${!this.isLiveAgentEnabled ? "opacity-50 cursor-not-allowed pointer-events-none" : "opacity-100 cursor-pointer"}`, style: { opacity: !this.isLiveAgentEnabled ? "0.5" : "1", cursor: !this.isLiveAgentEnabled ? "not-allowed" : "pointer" }, onClick: ev => {
2463
+ } }, "End conversation")), this.isLiveAgentEnabled && index.h("div", { class: "w-full dropdown-item", role: "menuitem", tabindex: "-1" }, this.checkLiveAgentMode(), index.h("button", { class: `dropdown-item-button ${!this.isLiveAgentEnabled ? "opacity-50 cursor-not-allowed pointer-events-none" : "opacity-100 cursor-pointer"}`, style: { opacity: !this.isLiveAgentEnabled ? "0.5" : "1", cursor: !this.isLiveAgentEnabled ? "not-allowed" : "pointer" }, onClick: ev => {
2464
2464
  ev.preventDefault();
2465
2465
  if (!this.isLiveAgentEnabled)
2466
2466
  return;
@@ -2589,4 +2589,4 @@ Ai12zBot.style = Ai12zBotStyle0 + (Ai12zBotStyle1 + (Ai12zBotStyle2 + Ai12zBotSt
2589
2589
 
2590
2590
  exports.Ai12zBot = Ai12zBot;
2591
2591
 
2592
- //# sourceMappingURL=ai12z-bot-e97d6697.js.map
2592
+ //# sourceMappingURL=ai12z-bot-74f5836f.js.map