@gengage/assistant-fe 0.6.48 → 0.6.49
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/chat/catalog.d.ts +1 -16
- package/dist/{chat-CJzuUZxy.js → chat-CAGCU8UV.js} +14 -29
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +45 -45
- package/dist/chat.js +2 -2
- package/dist/{common-DzJ8OQwQ.js → common-nAeMxZrn.js} +1 -1
- package/dist/common.js +5 -5
- package/dist/{connection-warning-DBbES5G-.js → connection-warning-CDtUX-ol.js} +1 -1
- package/dist/{fastIntent-BLDisAcn.js → fastIntent-D45C2rEO.js} +1 -1
- package/dist/index.js +10 -10
- package/dist/native.iife.js +11 -11
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +23 -23
- package/dist/qna.js +1 -1
- package/dist/request-response-cache-CGxwN0CV.js +1379 -0
- package/dist/{runtime-B7PRSP3B.js → runtime-CNlICVeC.js} +3 -3
- package/dist/{runtime-CtOsorKK.js → runtime-COLQGOkl.js} +399 -455
- package/dist/{runtime-rmM8_uWp.js → runtime-Cg-6aUps.js} +3 -3
- package/dist/{simbut-CWtmuhew.js → simbut-BtaGMLLn.js} +1 -1
- package/dist/simbut.iife.js +1 -1
- package/dist/simbut.js +1 -1
- package/dist/{simrel-BDX9zun1.js → simrel-iGl2aXiY.js} +1 -1
- package/dist/simrel-runtime.js +1 -1
- package/dist/simrel.iife.js +11 -11
- package/dist/simrel.js +2 -2
- package/dist/{widget-base-CrsfKJMB.js → widget-base-AuwRxs2X.js} +1 -1
- package/package.json +1 -1
- package/dist/chat/components/HandoffNotice.d.ts +0 -9
- package/dist/chat/components/ProsAndCons.d.ts +0 -8
- package/dist/request-response-cache-DVERFkOu.js +0 -1491
package/dist/simrel.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a, i as r, n as t, r as i, t as m } from "./runtime-
|
|
2
|
-
import { n as R, t as n } from "./simrel-
|
|
1
|
+
import { a, i as r, n as t, r as i, t as m } from "./runtime-CNlICVeC.js";
|
|
2
|
+
import { n as R, t as n } from "./simrel-iGl2aXiY.js";
|
|
3
3
|
export {
|
|
4
4
|
m as GengageSimRel,
|
|
5
5
|
i as createDefaultSimRelUISpecRegistry,
|
|
@@ -260,7 +260,7 @@ function p(e, t, r) {
|
|
|
260
260
|
const a = [`[gengage:${e}]`, t];
|
|
261
261
|
r !== void 0 && a.push(r), console.debug(...a);
|
|
262
262
|
}
|
|
263
|
-
var D = ("0.6.
|
|
263
|
+
var D = ("0.6.49".trim(), "0.6.49".trim()), B = ("package-build".trim(), "package-build".trim());
|
|
264
264
|
function G() {
|
|
265
265
|
if (typeof window > "u") return;
|
|
266
266
|
const e = window;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gengage/assistant-fe",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.49",
|
|
4
4
|
"description": "Source-available frontend widgets for Gengage AI Assistant — chat, Q&A, and similar-products. Backend is SaaS (gengage.ai).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Renders a handoff notice when the backend escalates to a human agent.
|
|
3
|
-
*
|
|
4
|
-
* XSS safety: All text is set via textContent. No innerHTML.
|
|
5
|
-
*/
|
|
6
|
-
import type { ChatUISpecRenderContext } from '../types.js';
|
|
7
|
-
export declare function renderHandoffNotice(element: {
|
|
8
|
-
props?: Record<string, unknown>;
|
|
9
|
-
}, context: ChatUISpecRenderContext): HTMLElement;
|