@gengage/assistant-fe 0.6.42 → 0.6.45
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/components/ChatDrawer.d.ts +5 -1
- package/dist/chat/components/productMentionLinker.d.ts +5 -5
- package/dist/chat/runtime.d.ts +4 -1
- package/dist/chat/types.d.ts +18 -0
- package/dist/chat-runtime.js +1 -1
- package/dist/chat.iife.js +12 -12
- package/dist/chat.js +1 -1
- package/dist/common/overlay.d.ts +1 -0
- package/dist/common/transport.d.ts +1 -0
- package/dist/common/types.d.ts +1 -0
- package/dist/{common-B9n_o9ki.js → common-BqApfsJV.js} +2 -2
- package/dist/common.js +7 -7
- package/dist/{connection-warning-ByY3TKaG.js → connection-warning-B829KlSR.js} +1 -1
- package/dist/{fastIntent-BaNC2CJz.js → fastIntent-DtopsdAD.js} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/{native-webview-Ch9lsx7E.js → native-webview-CYX30O3Q.js} +1 -1
- package/dist/native.iife.js +8 -8
- package/dist/native.js +1 -1
- package/dist/{overlay-CPLLn1eK.js → overlay-BPZEIyo_.js} +1 -1
- package/dist/overlay.js +1 -1
- package/dist/qna-runtime.js +1 -1
- package/dist/qna.iife.js +8 -8
- package/dist/qna.js +1 -1
- package/dist/request-response-cache-DIu22gmN.js +1491 -0
- package/dist/{runtime-_ly8XVXC.js → runtime-5Iu4s-BA.js} +1206 -1153
- package/dist/{runtime-CmpEARET.js → runtime-BmIfwBR6.js} +3 -3
- package/dist/{runtime-BkqUiRUi.js → runtime-Dly7YrGI.js} +3 -3
- package/dist/{simbut-CltMk2OF.js → simbut-DN8UCH7t.js} +1 -1
- package/dist/simbut.iife.js +2 -2
- package/dist/simbut.js +1 -1
- package/dist/{simrel-BuCc53Pw.js → simrel-DGfunNnJ.js} +1 -1
- package/dist/simrel-runtime.js +1 -1
- package/dist/simrel.iife.js +3 -3
- package/dist/simrel.js +2 -2
- package/dist/{widget-base-vDXD27_n.js → widget-base-DH9dsYIO.js} +4 -1
- package/package.json +1 -1
- package/dist/request-response-cache-DkilqELR.js +0 -1475
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-BmIfwBR6.js";
|
|
2
|
+
import { n as R, t as n } from "./simrel-DGfunNnJ.js";
|
|
3
3
|
export {
|
|
4
4
|
m as GengageSimRel,
|
|
5
5
|
i as createDefaultSimRelUISpecRegistry,
|
|
@@ -88,6 +88,9 @@ var i = {
|
|
|
88
88
|
"--error": "#dc2626",
|
|
89
89
|
"--info": "#2563eb",
|
|
90
90
|
"--rating": "#f5b301",
|
|
91
|
+
"--gengage-brand-accent-start": "#0b24d6",
|
|
92
|
+
"--gengage-brand-accent-mid": "#f768f2",
|
|
93
|
+
"--gengage-brand-accent-end": "#ffed74",
|
|
91
94
|
"--ai-accent-start": "#0b24d6",
|
|
92
95
|
"--ai-accent-end": "#f768f2",
|
|
93
96
|
"--ai-accent-soft": "linear-gradient(135deg, rgba(11, 36, 214, 0.08), rgba(247, 104, 242, 0.08))"
|
|
@@ -257,7 +260,7 @@ function p(e, t, r) {
|
|
|
257
260
|
const a = [`[gengage:${e}]`, t];
|
|
258
261
|
r !== void 0 && a.push(r), console.debug(...a);
|
|
259
262
|
}
|
|
260
|
-
var D = ("0.6.
|
|
263
|
+
var D = ("0.6.45".trim(), "0.6.45".trim()), B = ("package-build".trim(), "package-build".trim());
|
|
261
264
|
function G() {
|
|
262
265
|
if (typeof window > "u") return;
|
|
263
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.45",
|
|
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",
|