ai12z 3.3.1 → 3.3.2

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.
@@ -2458,7 +2458,7 @@ const Ai12zBot = class {
2458
2458
  this.toggleBot(ev);
2459
2459
  this.showHistory = false;
2460
2460
  this.close.emit("close");
2461
- } }, "End conversation")), h("div", { class: "w-full dropdown-item", role: "menuitem", tabindex: "-1" }, this.checkLiveAgentMode(), 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 => {
2461
+ } }, "End conversation")), this.isLiveAgentEnabled && h("div", { class: "w-full dropdown-item", role: "menuitem", tabindex: "-1" }, this.checkLiveAgentMode(), 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 => {
2462
2462
  ev.preventDefault();
2463
2463
  if (!this.isLiveAgentEnabled)
2464
2464
  return;
@@ -2587,4 +2587,4 @@ Ai12zBot.style = Ai12zBotStyle0 + (Ai12zBotStyle1 + (Ai12zBotStyle2 + Ai12zBotSt
2587
2587
 
2588
2588
  export { Ai12zBot as A };
2589
2589
 
2590
- //# sourceMappingURL=ai12z-bot-c41c059a.js.map
2590
+ //# sourceMappingURL=ai12z-bot-6f64c1b4.js.map