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.
- package/dist/cjs/{ai12z-bot-e97d6697.js → ai12z-bot-74f5836f.js} +2 -2
- package/dist/cjs/ai12z-bot-74f5836f.js.map +1 -0
- package/dist/cjs/ai12z-bot.cjs.entry.js +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/collection/components/ai12z-bot/ai12z-bot.js +1 -1
- package/dist/collection/components/ai12z-bot/ai12z-bot.js.map +1 -1
- package/dist/esm/{ai12z-bot-c41c059a.js → ai12z-bot-6f64c1b4.js} +2 -2
- package/dist/esm/ai12z-bot-6f64c1b4.js.map +1 -0
- package/dist/esm/ai12z-bot.entry.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/library/index.esm.js +1 -1
- package/dist/library/library.esm.js +1 -1
- package/dist/library/{p-45807409.js → p-a6392d09.js} +2 -2
- package/dist/library/{p-45807409.js.map → p-a6392d09.js.map} +1 -1
- package/dist/library/{p-85559039.entry.js → p-af76a7c6.entry.js} +2 -2
- package/package.json +2 -2
- package/dist/cjs/ai12z-bot-e97d6697.js.map +0 -1
- package/dist/esm/ai12z-bot-c41c059a.js.map +0 -1
- /package/dist/library/{p-85559039.entry.js.map → p-af76a7c6.entry.js.map} +0 -0
|
@@ -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-
|
|
2590
|
+
//# sourceMappingURL=ai12z-bot-6f64c1b4.js.map
|