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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const ai12zBot = require('./ai12z-bot-e97d6697.js');
5
+ const ai12zBot = require('./ai12z-bot-74f5836f.js');
6
6
  require('./index-171f7ecf.js');
7
7
  require('./index-286c64af.js');
8
8
  require('./showdown-f472e772.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const ai12zBot = require('./ai12z-bot-e97d6697.js');
5
+ const ai12zBot = require('./ai12z-bot-74f5836f.js');
6
6
  const ai12zCta = require('./ai12z-cta-3d6f0243.js');
7
7
  const ai12zKnowledgeBox = require('./ai12z-knowledge-box-30117a83.js');
8
8
  const ai12zSearchPanel = require('./ai12z-search-panel-2c065bf9.js');
@@ -1812,7 +1812,7 @@ export class Ai12zBot {
1812
1812
  this.toggleBot(ev);
1813
1813
  this.showHistory = false;
1814
1814
  this.close.emit("close");
1815
- } }, "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 => {
1815
+ } }, "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 => {
1816
1816
  ev.preventDefault();
1817
1817
  if (!this.isLiveAgentEnabled)
1818
1818
  return;