@gengage/assistant-fe 0.6.48 → 0.6.50

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/simrel.js CHANGED
@@ -1,5 +1,5 @@
1
- import { a, i as r, n as t, r as i, t as m } from "./runtime-B7PRSP3B.js";
2
- import { n as R, t as n } from "./simrel-BDX9zun1.js";
1
+ import { a, i as r, n as t, r as i, t as m } from "./runtime-Do3qShrH.js";
2
+ import { n as R, t as n } from "./simrel-BFPU2n5p.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.48".trim(), "0.6.48".trim()), B = ("package-build".trim(), "package-build".trim());
263
+ var D = ("0.6.50".trim(), "0.6.50".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.48",
3
+ "version": "0.6.50",
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;
@@ -1,8 +0,0 @@
1
- /**
2
- * Renders a Pros & Cons list for a product.
3
- *
4
- * XSS safety: All text is set via textContent. No innerHTML.
5
- */
6
- export declare function renderProsAndCons(element: {
7
- props?: Record<string, unknown>;
8
- }): HTMLElement;