ai12z 3.3.1-alpha.7 → 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
|
@@ -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-
|
|
2592
|
+
//# sourceMappingURL=ai12z-bot-74f5836f.js.map
|