@alxxsck/ai-assistant 2.25.4 → 2.26.0

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/index.d.ts CHANGED
@@ -34,6 +34,7 @@ export declare class ChatWidgetInstance extends EventTarget {
34
34
  private setSessionImpl;
35
35
  private setLocaleImpl;
36
36
  private readonly commandRuntime;
37
+ private readonly clientEnvironmentRuntime;
37
38
  private readonly eventTracker;
38
39
  private readonly scenarioInteractionRuntime;
39
40
  private readonly onSessionExpired;
@@ -0,0 +1,2 @@
1
+ export declare const UUID_V4_PATTERN: RegExp;
2
+ export declare const createUuidV4: () => string;
@@ -1,7 +1,7 @@
1
1
  import { jsx as H, jsxs as lt, Fragment as Ti } from "react/jsx-runtime";
2
2
  import * as R from "react";
3
3
  import Jr, { createContext as Kn, useContext as Pr, useState as he, useRef as q, useMemo as un, useEffect as Y, useCallback as le, useId as Zi, useLayoutEffect as Dn, memo as dl, useSyncExternalStore as eu, Suspense as hl, lazy as fl, Component as pl, createElement as Do } from "react";
4
- import { l as re, L as At, a as ml, n as gl, g as bl, i as Cl, P as yl, S as Il, b as vl, c as Al, o as wl } from "./index-1DOqo2bD.js";
4
+ import { l as re, L as At, a as ml, n as gl, g as bl, i as Cl, P as yl, S as Il, b as vl, c as Al, o as wl } from "./index-D01wjcEK.js";
5
5
  import { createRoot as Sl } from "react-dom/client";
6
6
  function _o(t) {
7
7
  return typeof t == "object" && t != null && "pathname" in t && "search" in t && "hash" in t && "state" in t && "key" in t;
@@ -18153,7 +18153,7 @@ function iC() {
18153
18153
  });
18154
18154
  let k = null;
18155
18155
  const z = r.onAvatarLoadStarted();
18156
- return import("./Avatar-1SXtYcpL.js").then(({ Avatar: x }) => {
18156
+ return import("./Avatar-Cr3PsHzw.js").then(({ Avatar: x }) => {
18157
18157
  if (I) return;
18158
18158
  const D = {
18159
18159
  ...r,
@@ -18996,7 +18996,7 @@ function BC(t) {
18996
18996
  ...t.kind === "INFO" && t.message.ordinal !== void 0 ? { presentationOrdinal: t.message.ordinal } : {}
18997
18997
  };
18998
18998
  }
18999
- const VC = 250, zC = fl(() => import("./ChatWidgetContent-Cfqo7BfS.js")), GC = (t) => {
18999
+ const VC = 250, zC = fl(() => import("./ChatWidgetContent-DJ2Y9kKV.js")), GC = (t) => {
19000
19000
  const e = /* @__PURE__ */ new Set(), n = t.getSnapshot(), r = new Set(
19001
19001
  [n.active, ...n.queue].flatMap(
19002
19002
  (s) => s?.messageId ? [s.messageId] : []
@@ -0,0 +1 @@
1
+ export declare const LOLA_AI_ASSISTANT_SDK_VERSION: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alxxsck/ai-assistant",
3
3
  "private": false,
4
- "version": "2.25.4",
4
+ "version": "2.26.0",
5
5
  "description": "Embeddable Lola AI assistant library",
6
6
  "type": "module",
7
7
  "main": "dist/bridge-ai-chat-widget.es.js",