@2uinc/frontend-component-xpert-chatbot 1.13.2 → 1.13.4
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/lib/index.min.js +5 -3
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -306,7 +306,8 @@ const is = {
|
|
306
306
|
chatApi: {
|
307
307
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
308
308
|
payloadParams: {
|
309
|
-
use_case: "Canvas_Student"
|
309
|
+
use_case: "Canvas_Student",
|
310
|
+
tags: ["live_agent"]
|
310
311
|
}
|
311
312
|
},
|
312
313
|
primaryColor: "#193d77",
|
@@ -385,7 +386,8 @@ const is = {
|
|
385
386
|
chatApi: {
|
386
387
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
387
388
|
payloadParams: {
|
388
|
-
use_case: "Moodle_Student"
|
389
|
+
use_case: "Moodle_Student",
|
390
|
+
tags: ["live_agent"]
|
389
391
|
}
|
390
392
|
},
|
391
393
|
primaryColor: "#193d77",
|
@@ -11222,7 +11224,7 @@ function ti({ submitEventExternal: e }) {
|
|
11222
11224
|
feedbackThumbType: ee
|
11223
11225
|
}) : le);
|
11224
11226
|
m(me), w(!1);
|
11225
|
-
}, Xe = ((mt = r.animatedGraduate) == null ? void 0 : mt.enabled) && a.enabled && ye === "A", gt = Xe ? s ? i.style.mobile.animatedGraduateExperiment : i.style.animatedGraduateExperiment : s ? i.style.mobile : i.style;
|
11227
|
+
}, Xe = ((mt = r.animatedGraduate) == null ? void 0 : mt.enabled) && a.enabled && ye === "A", gt = i.enabled ? Xe ? s ? i.style.mobile.animatedGraduateExperiment : i.style.animatedGraduateExperiment : s ? i.style.mobile : i.style : null;
|
11226
11228
|
return (
|
11227
11229
|
// do not remove this class as it's needed to turn off chatbot
|
11228
11230
|
/* @__PURE__ */ N.jsxs("div", { className: "xpert-chatbot-frontend-killswitch", children: [
|