@superwise.ai/superwise-chatbot-package 1.0.3 → 1.0.5

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.
@@ -1,5 +1,5 @@
1
- import Me, { memo as Ee, useState as L, useRef as q, useEffect as W, useMemo as Ce, useCallback as ee } from "react";
2
- var ue = { exports: {} }, ne = {};
1
+ import De, { memo as Me, useState as H, useRef as M, useEffect as P, useMemo as He, useCallback as J } from "react";
2
+ var ye = { exports: {} }, oe = {};
3
3
  /**
4
4
  * @license React
5
5
  * react-jsx-runtime.production.js
@@ -9,29 +9,29 @@ var ue = { exports: {} }, ne = {};
9
9
  * This source code is licensed under the MIT license found in the
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
- var be;
13
- function Pe() {
14
- if (be) return ne;
15
- be = 1;
12
+ var Ie;
13
+ function Ne() {
14
+ if (Ie) return oe;
15
+ Ie = 1;
16
16
  var r = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
17
- function s(p, l, a) {
18
- var d = null;
19
- if (a !== void 0 && (d = "" + a), l.key !== void 0 && (d = "" + l.key), "key" in l) {
20
- a = {};
21
- for (var i in l)
22
- i !== "key" && (a[i] = l[i]);
23
- } else a = l;
24
- return l = a.ref, {
17
+ function i(a, o, w) {
18
+ var c = null;
19
+ if (w !== void 0 && (c = "" + w), o.key !== void 0 && (c = "" + o.key), "key" in o) {
20
+ w = {};
21
+ for (var d in o)
22
+ d !== "key" && (w[d] = o[d]);
23
+ } else w = o;
24
+ return o = w.ref, {
25
25
  $$typeof: r,
26
- type: p,
27
- key: d,
28
- ref: l !== void 0 ? l : null,
29
- props: a
26
+ type: a,
27
+ key: c,
28
+ ref: o !== void 0 ? o : null,
29
+ props: w
30
30
  };
31
31
  }
32
- return ne.Fragment = n, ne.jsx = s, ne.jsxs = s, ne;
32
+ return oe.Fragment = n, oe.jsx = i, oe.jsxs = i, oe;
33
33
  }
34
- var oe = {};
34
+ var se = {};
35
35
  /**
36
36
  * @license React
37
37
  * react-jsx-runtime.development.js
@@ -41,47 +41,47 @@ var oe = {};
41
41
  * This source code is licensed under the MIT license found in the
42
42
  * LICENSE file in the root directory of this source tree.
43
43
  */
44
- var ke;
45
- function Ve() {
46
- return ke || (ke = 1, process.env.NODE_ENV !== "production" && function() {
44
+ var Re;
45
+ function Ue() {
46
+ return Re || (Re = 1, process.env.NODE_ENV !== "production" && function() {
47
47
  function r(t) {
48
48
  if (t == null) return null;
49
49
  if (typeof t == "function")
50
- return t.$$typeof === M ? null : t.displayName || t.name || null;
50
+ return t.$$typeof === W ? null : t.displayName || t.name || null;
51
51
  if (typeof t == "string") return t;
52
52
  switch (t) {
53
- case I:
53
+ case b:
54
54
  return "Fragment";
55
- case T:
55
+ case A:
56
56
  return "Profiler";
57
- case H:
57
+ case F:
58
58
  return "StrictMode";
59
- case ie:
60
- return "Suspense";
61
59
  case le:
60
+ return "Suspense";
61
+ case ce:
62
62
  return "SuspenseList";
63
- case _:
63
+ case pe:
64
64
  return "Activity";
65
65
  }
66
66
  if (typeof t == "object")
67
67
  switch (typeof t.tag == "number" && console.error(
68
68
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
69
  ), t.$$typeof) {
70
- case f:
70
+ case y:
71
71
  return "Portal";
72
- case R:
72
+ case ie:
73
73
  return t.displayName || "Context";
74
- case O:
74
+ case X:
75
75
  return (t._context.displayName || "Context") + ".Consumer";
76
- case ae:
77
- var c = t.render;
78
- return t = t.displayName, t || (t = c.displayName || c.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
79
- case ce:
80
- return c = t.displayName || null, c !== null ? c : r(t.type) || "Memo";
81
- case G:
82
- c = t._payload, t = t._init;
76
+ case V:
77
+ var h = t.render;
78
+ return t = t.displayName, t || (t = h.displayName || h.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
79
+ case de:
80
+ return h = t.displayName || null, h !== null ? h : r(t.type) || "Memo";
81
+ case K:
82
+ h = t._payload, t = t._init;
83
83
  try {
84
- return r(t(c));
84
+ return r(t(h));
85
85
  } catch {
86
86
  }
87
87
  }
@@ -90,77 +90,77 @@ function Ve() {
90
90
  function n(t) {
91
91
  return "" + t;
92
92
  }
93
- function s(t) {
93
+ function i(t) {
94
94
  try {
95
95
  n(t);
96
- var c = !1;
96
+ var h = !1;
97
97
  } catch {
98
- c = !0;
98
+ h = !0;
99
99
  }
100
- if (c) {
101
- c = console;
102
- var x = c.error, b = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
103
- return x.call(
104
- c,
100
+ if (h) {
101
+ h = console;
102
+ var E = h.error, j = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
103
+ return E.call(
104
+ h,
105
105
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
106
- b
106
+ j
107
107
  ), n(t);
108
108
  }
109
109
  }
110
- function p(t) {
111
- if (t === I) return "<>";
112
- if (typeof t == "object" && t !== null && t.$$typeof === G)
110
+ function a(t) {
111
+ if (t === b) return "<>";
112
+ if (typeof t == "object" && t !== null && t.$$typeof === K)
113
113
  return "<...>";
114
114
  try {
115
- var c = r(t);
116
- return c ? "<" + c + ">" : "<...>";
115
+ var h = r(t);
116
+ return h ? "<" + h + ">" : "<...>";
117
117
  } catch {
118
118
  return "<...>";
119
119
  }
120
120
  }
121
- function l() {
122
- var t = J.A;
121
+ function o() {
122
+ var t = R.A;
123
123
  return t === null ? null : t.getOwner();
124
124
  }
125
- function a() {
125
+ function w() {
126
126
  return Error("react-stack-top-frame");
127
127
  }
128
- function d(t) {
129
- if (me.call(t, "key")) {
130
- var c = Object.getOwnPropertyDescriptor(t, "key").get;
131
- if (c && c.isReactWarning) return !1;
128
+ function c(t) {
129
+ if (re.call(t, "key")) {
130
+ var h = Object.getOwnPropertyDescriptor(t, "key").get;
131
+ if (h && h.isReactWarning) return !1;
132
132
  }
133
133
  return t.key !== void 0;
134
134
  }
135
- function i(t, c) {
136
- function x() {
137
- F || (F = !0, console.error(
135
+ function d(t, h) {
136
+ function E() {
137
+ Z || (Z = !0, console.error(
138
138
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
139
- c
139
+ h
140
140
  ));
141
141
  }
142
- x.isReactWarning = !0, Object.defineProperty(t, "key", {
143
- get: x,
142
+ E.isReactWarning = !0, Object.defineProperty(t, "key", {
143
+ get: E,
144
144
  configurable: !0
145
145
  });
146
146
  }
147
- function C() {
147
+ function l() {
148
148
  var t = r(this.type);
149
- return te[t] || (te[t] = !0, console.error(
149
+ return z[t] || (z[t] = !0, console.error(
150
150
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
151
151
  )), t = this.props.ref, t !== void 0 ? t : null;
152
152
  }
153
- function y(t, c, x, b, Z, X) {
154
- var u = x.ref;
153
+ function C(t, h, E, j, q, ee) {
154
+ var k = E.ref;
155
155
  return t = {
156
- $$typeof: h,
156
+ $$typeof: f,
157
157
  type: t,
158
- key: c,
159
- props: x,
160
- _owner: b
161
- }, (u !== void 0 ? u : null) !== null ? Object.defineProperty(t, "ref", {
158
+ key: h,
159
+ props: E,
160
+ _owner: j
161
+ }, (k !== void 0 ? k : null) !== null ? Object.defineProperty(t, "ref", {
162
162
  enumerable: !1,
163
- get: C
163
+ get: l
164
164
  }) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
165
165
  configurable: !1,
166
166
  enumerable: !1,
@@ -175,212 +175,217 @@ function Ve() {
175
175
  configurable: !1,
176
176
  enumerable: !1,
177
177
  writable: !0,
178
- value: Z
178
+ value: q
179
179
  }), Object.defineProperty(t, "_debugTask", {
180
180
  configurable: !1,
181
181
  enumerable: !1,
182
182
  writable: !0,
183
- value: X
183
+ value: ee
184
184
  }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
185
185
  }
186
- function w(t, c, x, b, Z, X) {
187
- var u = c.children;
188
- if (u !== void 0)
189
- if (b)
190
- if (de(u)) {
191
- for (b = 0; b < u.length; b++)
192
- v(u[b]);
193
- Object.freeze && Object.freeze(u);
186
+ function u(t, h, E, j, q, ee) {
187
+ var k = h.children;
188
+ if (k !== void 0)
189
+ if (j)
190
+ if (Ce(k)) {
191
+ for (j = 0; j < k.length; j++)
192
+ L(k[j]);
193
+ Object.freeze && Object.freeze(k);
194
194
  } else
195
195
  console.error(
196
196
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
197
197
  );
198
- else v(u);
199
- if (me.call(c, "key")) {
200
- u = r(t);
201
- var P = Object.keys(c).filter(function(K) {
202
- return K !== "key";
198
+ else L(k);
199
+ if (re.call(h, "key")) {
200
+ k = r(t);
201
+ var O = Object.keys(h).filter(function(N) {
202
+ return N !== "key";
203
203
  });
204
- b = 0 < P.length ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}", U[u + b] || (P = 0 < P.length ? "{" + P.join(": ..., ") + ": ...}" : "{}", console.error(
204
+ j = 0 < O.length ? "{key: someKey, " + O.join(": ..., ") + ": ...}" : "{key: someKey}", Y[k + j] || (O = 0 < O.length ? "{" + O.join(": ..., ") + ": ...}" : "{}", console.error(
205
205
  `A props object containing a "key" prop is being spread into JSX:
206
206
  let props = %s;
207
207
  <%s {...props} />
208
208
  React keys must be passed directly to JSX without using spread:
209
209
  let props = %s;
210
210
  <%s key={someKey} {...props} />`,
211
- b,
212
- u,
213
- P,
214
- u
215
- ), U[u + b] = !0);
211
+ j,
212
+ k,
213
+ O,
214
+ k
215
+ ), Y[k + j] = !0);
216
216
  }
217
- if (u = null, x !== void 0 && (s(x), u = "" + x), d(c) && (s(c.key), u = "" + c.key), "key" in c) {
218
- x = {};
219
- for (var B in c)
220
- B !== "key" && (x[B] = c[B]);
221
- } else x = c;
222
- return u && i(
223
- x,
217
+ if (k = null, E !== void 0 && (i(E), k = "" + E), c(h) && (i(h.key), k = "" + h.key), "key" in h) {
218
+ E = {};
219
+ for (var D in h)
220
+ D !== "key" && (E[D] = h[D]);
221
+ } else E = h;
222
+ return k && d(
223
+ E,
224
224
  typeof t == "function" ? t.displayName || t.name || "Unknown" : t
225
- ), y(
225
+ ), C(
226
226
  t,
227
- u,
228
- x,
229
- l(),
230
- Z,
231
- X
227
+ k,
228
+ E,
229
+ o(),
230
+ q,
231
+ ee
232
232
  );
233
233
  }
234
- function v(t) {
235
- j(t) ? t._store && (t._store.validated = 1) : typeof t == "object" && t !== null && t.$$typeof === G && (t._payload.status === "fulfilled" ? j(t._payload.value) && t._payload.value._store && (t._payload.value._store.validated = 1) : t._store && (t._store.validated = 1));
234
+ function L(t) {
235
+ p(t) ? t._store && (t._store.validated = 1) : typeof t == "object" && t !== null && t.$$typeof === K && (t._payload.status === "fulfilled" ? p(t._payload.value) && t._payload.value._store && (t._payload.value._store.validated = 1) : t._store && (t._store.validated = 1));
236
236
  }
237
- function j(t) {
238
- return typeof t == "object" && t !== null && t.$$typeof === h;
237
+ function p(t) {
238
+ return typeof t == "object" && t !== null && t.$$typeof === f;
239
239
  }
240
- var E = Me, h = Symbol.for("react.transitional.element"), f = Symbol.for("react.portal"), I = Symbol.for("react.fragment"), H = Symbol.for("react.strict_mode"), T = Symbol.for("react.profiler"), O = Symbol.for("react.consumer"), R = Symbol.for("react.context"), ae = Symbol.for("react.forward_ref"), ie = Symbol.for("react.suspense"), le = Symbol.for("react.suspense_list"), ce = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), _ = Symbol.for("react.activity"), M = Symbol.for("react.client.reference"), J = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, me = Object.prototype.hasOwnProperty, de = Array.isArray, $ = console.createTask ? console.createTask : function() {
240
+ var m = De, f = Symbol.for("react.transitional.element"), y = Symbol.for("react.portal"), b = Symbol.for("react.fragment"), F = Symbol.for("react.strict_mode"), A = Symbol.for("react.profiler"), X = Symbol.for("react.consumer"), ie = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), le = Symbol.for("react.suspense"), ce = Symbol.for("react.suspense_list"), de = Symbol.for("react.memo"), K = Symbol.for("react.lazy"), pe = Symbol.for("react.activity"), W = Symbol.for("react.client.reference"), R = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, re = Object.prototype.hasOwnProperty, Ce = Array.isArray, Q = console.createTask ? console.createTask : function() {
241
241
  return null;
242
242
  };
243
- E = {
243
+ m = {
244
244
  react_stack_bottom_frame: function(t) {
245
245
  return t();
246
246
  }
247
247
  };
248
- var F, te = {}, pe = E.react_stack_bottom_frame.bind(
249
- E,
250
- a
251
- )(), N = $(p(a)), U = {};
252
- oe.Fragment = I, oe.jsx = function(t, c, x) {
253
- var b = 1e4 > J.recentlyCreatedOwnerStacks++;
254
- return w(
248
+ var Z, z = {}, ne = m.react_stack_bottom_frame.bind(
249
+ m,
250
+ w
251
+ )(), ue = Q(a(w)), Y = {};
252
+ se.Fragment = b, se.jsx = function(t, h, E) {
253
+ var j = 1e4 > R.recentlyCreatedOwnerStacks++;
254
+ return u(
255
255
  t,
256
- c,
257
- x,
256
+ h,
257
+ E,
258
258
  !1,
259
- b ? Error("react-stack-top-frame") : pe,
260
- b ? $(p(t)) : N
259
+ j ? Error("react-stack-top-frame") : ne,
260
+ j ? Q(a(t)) : ue
261
261
  );
262
- }, oe.jsxs = function(t, c, x) {
263
- var b = 1e4 > J.recentlyCreatedOwnerStacks++;
264
- return w(
262
+ }, se.jsxs = function(t, h, E) {
263
+ var j = 1e4 > R.recentlyCreatedOwnerStacks++;
264
+ return u(
265
265
  t,
266
- c,
267
- x,
266
+ h,
267
+ E,
268
268
  !0,
269
- b ? Error("react-stack-top-frame") : pe,
270
- b ? $(p(t)) : N
269
+ j ? Error("react-stack-top-frame") : ne,
270
+ j ? Q(a(t)) : ue
271
271
  );
272
272
  };
273
- }()), oe;
273
+ }()), se;
274
274
  }
275
- process.env.NODE_ENV === "production" ? ue.exports = Pe() : ue.exports = Ve();
276
- var e = ue.exports;
277
- const Ae = [
275
+ process.env.NODE_ENV === "production" ? ye.exports = Ne() : ye.exports = Ue();
276
+ var e = ye.exports;
277
+ const Be = [
278
278
  "Parameters:",
279
279
  "additional_parameter_company_name:",
280
280
  "additional_parameter_company_size:",
281
281
  "additional_parameter_user_role:",
282
282
  "additional_parameter_use_case:"
283
- ], se = "Apologize, I’m unable to respond at the moment. Please try asking your question again or click Contact Sales to get in touch with our team.";
284
- function We(r) {
283
+ ], ae = "Apologize, I’m unable to respond at the moment. Please try asking your question again or click Contact Sales to get in touch with our team.";
284
+ function Ze(r) {
285
285
  if (typeof r != "string" || r.length === 0) return r;
286
286
  let n = r;
287
- for (const s of Ae)
287
+ for (const i of Be)
288
288
  for (; ; ) {
289
- const p = n.indexOf(s);
290
- if (p === -1) break;
291
- const l = n.indexOf("{", p);
292
- if (l === -1) break;
293
- let a = 0, d = -1;
294
- for (let y = l; y < n.length; y++) {
295
- const w = n[y];
296
- if (w === "{")
297
- a++;
298
- else if (w === "}" && (a--, a === 0)) {
299
- d = y;
289
+ const a = n.indexOf(i);
290
+ if (a === -1) break;
291
+ const o = n.indexOf("{", a);
292
+ if (o === -1) break;
293
+ let w = 0, c = -1;
294
+ for (let C = o; C < n.length; C++) {
295
+ const u = n[C];
296
+ if (u === "{")
297
+ w++;
298
+ else if (u === "}" && (w--, w === 0)) {
299
+ c = C;
300
300
  break;
301
301
  }
302
302
  }
303
- if (d === -1) break;
304
- const i = n.slice(0, p).trim(), C = n.slice(d + 1).trim();
305
- n = i + (C.length > 0 ? " " + C : "");
303
+ if (c === -1) break;
304
+ const d = n.slice(0, a).trim(), l = n.slice(c + 1).trim();
305
+ n = d + (l.length > 0 ? " " + l : "");
306
306
  }
307
307
  return n.includes("Parameters:") && (n = n.split("Parameters:")[0].trim()), n;
308
308
  }
309
- async function Te(r, n = [], s = [], p = "", l = "", a = "", d = null) {
310
- var v, j, E;
311
- const i = typeof a == "string" && a.trim().length > 0 ? a.trim() : "https://sage-api-ttyw-stage.superwise.ai/api/v1/", C = i.replace(/\/+$/, "").endsWith("/chat") ? i : i.replace(/\/+$/, "") + "/chat", y = Array.isArray(n) ? n.map((h) => ({
312
- role: h.role,
313
- message: h.content != null ? h.content : ""
314
- })) : [], w = {
309
+ function Ye(r) {
310
+ if (typeof r != "string" || r.length === 0) return r;
311
+ const n = r.trim();
312
+ return n.startsWith("Message: ") ? n.slice(9).trim() : n.startsWith("Message : ") ? n.slice(11).trim() : r;
313
+ }
314
+ async function qe(r, n = [], i = [], a = "", o = "", w = "", c = null) {
315
+ var L, p, m;
316
+ const d = typeof w == "string" && w.trim().length > 0 ? w.trim() : "https://sage-api-ttyw-stage.superwise.ai/api/v1/", l = d.replace(/\/+$/, "").endsWith("/chat") ? d : d.replace(/\/+$/, "") + "/chat", C = Array.isArray(n) ? n.map((f) => ({
317
+ role: f.role,
318
+ message: f.content != null ? f.content : ""
319
+ })) : [], u = {
315
320
  user_input: r,
316
- chat_history: y,
317
- mql_df: Array.isArray(s) ? s : [],
318
- agent_id: p,
319
- discovery_agent_id: l,
321
+ chat_history: C,
322
+ mql_df: Array.isArray(i) ? i : [],
323
+ agent_id: a,
324
+ discovery_agent_id: o,
320
325
  utm_source: "Web",
321
326
  utm_medium: "chatbot"
322
327
  };
323
- console.log("Sending payload:", w);
328
+ console.log("Sending payload:", u);
324
329
  try {
325
- const h = await fetch(C, {
330
+ const f = await fetch(l, {
326
331
  method: "POST",
327
332
  headers: {
328
333
  "Content-Type": "application/json",
329
334
  Accept: "application/json"
330
335
  },
331
- body: JSON.stringify(w),
332
- signal: d ?? void 0
336
+ body: JSON.stringify(u),
337
+ signal: c ?? void 0
333
338
  });
334
- if (console.log("Response status:", h.status), console.log("Response headers:", h.headers), !h.ok) {
335
- const O = await h.text();
336
- return console.error("API Error Response:", O), { reply: se, mqlDf: [], isError: !0, status: h.status };
339
+ if (console.log("Response status:", f.status), console.log("Response headers:", f.headers), !f.ok) {
340
+ const X = await f.text();
341
+ return console.error("API Error Response:", X), { reply: ae, mqlDf: [], isError: !0, status: f.status };
337
342
  }
338
- const f = await h.json();
339
- console.log("API Response Data:", f);
340
- let I = "⚠️ No reply from server.", H = [], T = !1;
341
- return f.chat_response ? I = f.chat_response : f.success && ((v = f.data) != null && v.chat_response) ? I = f.data.chat_response : f.message && (I = f.message), f.mql_df ? H = f.mql_df : (j = f.data) != null && j.mql_df && (H = f.data.mql_df), (f.chat_history_limit_exceeded === !0 || ((E = f.data) == null ? void 0 : E.chat_history_limit_exceeded) === !0) && (T = !0), I = We(I), { reply: I, mqlDf: H, chatHistoryLimitExceeded: T };
342
- } catch (h) {
343
- if (console.error("API call failed:", h), h.name === "AbortError")
344
- throw h;
345
- return h.name === "TypeError" && h.message.includes("fetch") ? { reply: se, mqlDf: [], isError: !0 } : { reply: se, mqlDf: [], isError: !0 };
343
+ const y = await f.json();
344
+ console.log("API Response Data:", y);
345
+ let b = "⚠️ No reply from server.", F = [], A = !1;
346
+ return y.chat_response ? b = y.chat_response : y.success && ((L = y.data) != null && L.chat_response) ? b = y.data.chat_response : y.message && (b = y.message), y.mql_df ? F = y.mql_df : (p = y.data) != null && p.mql_df && (F = y.data.mql_df), (y.chat_history_limit_exceeded === !0 || ((m = y.data) == null ? void 0 : m.chat_history_limit_exceeded) === !0) && (A = !0), b = Ze(b), b = Ye(b), { reply: b, mqlDf: F, chatHistoryLimitExceeded: A };
347
+ } catch (f) {
348
+ if (console.error("API call failed:", f), f.name === "AbortError")
349
+ throw f;
350
+ return f.name === "TypeError" && f.message.includes("fetch") ? { reply: ae, mqlDf: [], isError: !0 } : { reply: ae, mqlDf: [], isError: !0 };
346
351
  }
347
352
  }
348
- async function $e(r, n = null, s = [], p = "") {
349
- const d = (typeof p == "string" && p.trim().length > 0 ? p.trim() : "https://sage-api-ttyw-stage.superwise.ai/api/v1/").replace(/\/+$/, "").replace(/\/chat\/?$/, "").replace(/\/+$/, "") + "/pdf", i = Array.isArray(r) && r.length > 0 ? r[0] : n || {
353
+ async function Ge(r, n = null, i = [], a = "") {
354
+ const c = (typeof a == "string" && a.trim().length > 0 ? a.trim() : "https://sage-api-ttyw-stage.superwise.ai/api/v1/").replace(/\/+$/, "").replace(/\/chat\/?$/, "").replace(/\/+$/, "") + "/pdf", d = Array.isArray(r) && r.length > 0 ? r[0] : n || {
350
355
  name: "User",
351
356
  email: "user@example.com",
352
357
  summary: "Chat conversation summary"
353
- }, C = Array.isArray(s) ? s.map((w) => ({
354
- role: w.role,
355
- message: w.content != null ? w.content : ""
356
- })) : [], y = {
357
- lead_row: i,
358
- chat_history: C
358
+ }, l = Array.isArray(i) ? i.map((u) => ({
359
+ role: u.role,
360
+ message: u.content != null ? u.content : ""
361
+ })) : [], C = {
362
+ lead_row: d,
363
+ chat_history: l
359
364
  };
360
- console.log("Downloading PDF with payload:", y);
365
+ console.log("Downloading PDF with payload:", C);
361
366
  try {
362
- const w = await fetch(d, {
367
+ const u = await fetch(c, {
363
368
  method: "POST",
364
369
  headers: {
365
370
  "Content-Type": "application/json",
366
371
  Accept: "application/pdf"
367
372
  },
368
- body: JSON.stringify(y)
373
+ body: JSON.stringify(C)
369
374
  });
370
- if (console.log("PDF Response status:", w.status), !w.ok) {
371
- const h = await w.text();
372
- throw console.error("PDF API Error Response:", h), new Error(`PDF API Error ${w.status}: ${h}`);
375
+ if (console.log("PDF Response status:", u.status), !u.ok) {
376
+ const f = await u.text();
377
+ throw console.error("PDF API Error Response:", f), new Error(`PDF API Error ${u.status}: ${f}`);
373
378
  }
374
- const v = await w.blob(), j = window.URL.createObjectURL(v), E = document.createElement("a");
375
- return E.href = j, E.download = `chatbot-report-${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}.pdf`, document.body.appendChild(E), E.click(), document.body.removeChild(E), window.URL.revokeObjectURL(j), !0;
376
- } catch (w) {
377
- throw console.error("PDF download failed:", w), w;
379
+ const L = await u.blob(), p = window.URL.createObjectURL(L), m = document.createElement("a");
380
+ return m.href = p, m.download = `chatbot-report-${(/* @__PURE__ */ new Date()).toISOString().split("T")[0]}.pdf`, document.body.appendChild(m), m.click(), document.body.removeChild(m), window.URL.revokeObjectURL(p), !0;
381
+ } catch (u) {
382
+ throw console.error("PDF download failed:", u), u;
378
383
  }
379
384
  }
380
- const m = {
385
+ const g = {
381
386
  container: {
382
387
  position: "fixed",
383
- bottom: "0px",
388
+ bottom: "20px",
384
389
  right: "20px",
385
390
  zIndex: 999999,
386
391
  fontFamily: "'Inter', sans-serif",
@@ -397,14 +402,12 @@ const m = {
397
402
  },
398
403
  containerExpanded: {
399
404
  position: "fixed",
400
- top: "0px",
401
- left: "0px",
402
- right: "0px",
403
- bottom: "0px",
405
+ top: "5px",
406
+ left: "10px",
407
+ right: "20px",
408
+ bottom: "20px",
404
409
  zIndex: 999999,
405
410
  fontFamily: "'Inter', sans-serif",
406
- width: "100%",
407
- height: "100%",
408
411
  display: "flex",
409
412
  flexDirection: "column",
410
413
  borderRadius: "0",
@@ -419,17 +422,18 @@ const m = {
419
422
  zIndex: 999999,
420
423
  fontFamily: "'Inter', sans-serif",
421
424
  width: "auto",
422
- minWidth: "250px",
423
- maxWidth: "350px",
425
+ minWidth: "auto",
426
+ maxWidth: "none",
424
427
  height: "auto",
425
428
  display: "flex",
426
429
  flexDirection: "row",
427
430
  borderRadius: "25px",
428
- background: "#000000",
431
+ background: "var(--swttyw-minimized-button-color)",
429
432
  boxShadow: "0 4px 12px rgba(0, 0, 0, 0.15)",
430
433
  boxSizing: "border-box",
431
434
  padding: "12px 16px",
432
435
  alignItems: "center",
436
+ justifyContent: "center",
433
437
  cursor: "pointer"
434
438
  },
435
439
  header: {
@@ -621,17 +625,12 @@ const m = {
621
625
  width: "20px",
622
626
  height: "20px",
623
627
  flexShrink: 0
624
- },
625
- minimizedTitle: {
626
- color: "white",
627
- fontSize: "16px",
628
- fontWeight: "500",
629
- margin: 0
630
628
  }
631
- }, Fe = `@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');\r
629
+ }, Je = `@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');\r
632
630
  \r
633
631
  .sw-ttyw-chatbot {\r
634
632
  --swttyw-primary-color: #000;\r
633
+ --swttyw-minimized-button-color: #000;\r
635
634
  --swttyw-avatar-image: url('');\r
636
635
  --swttyw-user-avatar-image: url('');\r
637
636
  --swttyw-background-color: #F7F7F7;\r
@@ -640,7 +639,7 @@ const m = {
640
639
  --swttyw-footer-font-size: 16px;\r
641
640
  --swttyw-user-background-image: url('');\r
642
641
  scrollbar-width: thin;\r
643
- scrollbar-color: black transparent;\r
642
+ scrollbar-color: var(--swttyw-primary-color) transparent;\r
644
643
  }\r
645
644
  \r
646
645
  .sw-ttyw-chatbot ::-webkit-scrollbar {\r
@@ -664,6 +663,21 @@ const m = {
664
663
  opacity: 0.9;\r
665
664
  }\r
666
665
  \r
666
+ /* Allow overflow so the wave/bounce animation is not cut off */\r
667
+ .sw-ttyw-chatbot .message-loading {\r
668
+ overflow: visible !important;\r
669
+ }\r
670
+ \r
671
+ /* Loading (typing) bubble: compact so it doesn't get cut at top/bottom */\r
672
+ .sw-ttyw-chatbot .message-loading .message-content {\r
673
+ min-height: 1.5rem !important;\r
674
+ min-width: 4.0rem !important;\r
675
+ display: flex !important;\r
676
+ align-items: center !important;\r
677
+ padding: 0.45rem 0 0.25rem 0.5rem !important;\r
678
+ overflow: visible !important;\r
679
+ } \r
680
+ \r
667
681
  .typing {\r
668
682
  display: inline-block !important;\r
669
683
  width: 0.8rem !important;\r
@@ -800,6 +814,7 @@ const m = {
800
814
  flex-wrap: wrap;\r
801
815
  gap: 10px;\r
802
816
  align-items: center;\r
817
+ justify-content: center;\r
803
818
  }\r
804
819
  \r
805
820
  .sw-ttyw-limit-download-pdf,\r
@@ -875,9 +890,9 @@ const m = {
875
890
  }\r
876
891
  }\r
877
892
  \r
878
- /* Ensure user messages have black background */\r
893
+ /* User messages: background uses primary color */\r
879
894
  .sw-ttyw-message.self {\r
880
- background: #000000 !important;\r
895
+ background: var(--swttyw-primary-color) !important;\r
881
896
  color: white !important;\r
882
897
  margin: 1rem 1rem 1rem auto !important;\r
883
898
  border-radius: 1.125rem 1.125rem 0 1.125rem !important;\r
@@ -885,10 +900,14 @@ const m = {
885
900
  display: table;\r
886
901
  }\r
887
902
  \r
888
- /* Avatar positioning for user messages */\r
903
+ /* Avatar positioning and color for user messages */\r
889
904
  .sw-ttyw-message.self .message-avatar {\r
890
905
  right: -28px !important;\r
891
906
  left: auto !important;\r
907
+ color: var(--swttyw-primary-color);\r
908
+ }\r
909
+ .sw-ttyw-message.self .message-avatar svg {\r
910
+ fill: currentColor;\r
892
911
  }\r
893
912
  \r
894
913
  /* Avatar positioning for AI messages */\r
@@ -932,6 +951,14 @@ const m = {
932
951
  overflow-x: hidden;\r
933
952
  }\r
934
953
  \r
954
+ /* Reduce space taken by <br> in responses (avoid large gaps after paragraphs) */\r
955
+ .sw-ttyw-markdown br {\r
956
+ display: block;\r
957
+ line-height: 0.5;\r
958
+ margin: 0;\r
959
+ padding: 0;\r
960
+ }\r
961
+ \r
935
962
  .sw-ttyw-markdown pre,\r
936
963
  .sw-ttyw-markdown pre.sw-ttyw-code-block {\r
937
964
  margin: 0.5em 0;\r
@@ -959,13 +986,30 @@ const m = {
959
986
  word-break: break-word;\r
960
987
  }\r
961
988
  \r
989
+ .sw-ttyw-markdown ol,\r
962
990
  .sw-ttyw-markdown ul {\r
963
- margin: 0.5em 0;\r
991
+ margin: 0.35em 0;\r
964
992
  padding-left: 1.25em;\r
993
+ }\r
994
+ .sw-ttyw-markdown ol {\r
995
+ list-style: decimal;\r
996
+ }\r
997
+ .sw-ttyw-markdown ul {\r
965
998
  list-style: disc;\r
966
999
  }\r
967
- .sw-ttyw-markdown li {\r
1000
+ .sw-ttyw-markdown ul ul {\r
1001
+ margin: 0.2em 0;\r
1002
+ padding-left: 1.25em;\r
1003
+ list-style: circle;\r
1004
+ }\r
1005
+ .sw-ttyw-markdown ol ul {\r
968
1006
  margin: 0.2em 0;\r
1007
+ padding-left: 1.25em;\r
1008
+ list-style: disc;\r
1009
+ }\r
1010
+ .sw-ttyw-markdown li {\r
1011
+ margin: 0.15em 0;\r
1012
+ line-height: 1.4;\r
969
1013
  }\r
970
1014
  \r
971
1015
  .sw-ttyw-markdown a {\r
@@ -978,7 +1022,7 @@ const m = {
978
1022
  \r
979
1023
  /* API bracket labels e.g. [Agents], [Via the SUPERWISE dashboard] */\r
980
1024
  .sw-ttyw-markdown .sw-ttyw-bracket-label {\r
981
- font-style: italic;\r
1025
+ font-weight: 600;\r
982
1026
  opacity: 0.9;\r
983
1027
  }\r
984
1028
  \r
@@ -988,7 +1032,7 @@ const m = {
988
1032
  font-weight: 600;\r
989
1033
  font-size: 1.05em;\r
990
1034
  margin: 0.75em 0 0.35em;\r
991
- line-height: 1.35;\r
1035
+ line-height: 1.0;\r
992
1036
  color: inherit;\r
993
1037
  }\r
994
1038
  .sw-ttyw-markdown .sw-ttyw-text-block:first-child {\r
@@ -1005,11 +1049,11 @@ const m = {
1005
1049
  opacity: 0.5 !important;\r
1006
1050
  }\r
1007
1051
  \r
1008
- /* Messages area: vertical scroll only, no horizontal scroll */\r
1052
+ /* Messages area: vertical scroll only, scrollbar uses primary color */\r
1009
1053
  .sw-ttyw-messages {\r
1010
1054
  overflow-x: hidden;\r
1011
1055
  scrollbar-width: thin;\r
1012
- scrollbar-color: black transparent;\r
1056
+ scrollbar-color: var(--swttyw-primary-color) transparent;\r
1013
1057
  }\r
1014
1058
  \r
1015
1059
  /* Ensure empty state doesn't interfere with scrolling */\r
@@ -1026,6 +1070,12 @@ const m = {
1026
1070
  cursor: not-allowed;\r
1027
1071
  }\r
1028
1072
  \r
1073
+ .sw-ttyw-chatbot #sw-ttyw-chat-send-message {\r
1074
+ color: var(--swttyw-primary-color);\r
1075
+ }\r
1076
+ .sw-ttyw-chatbot #sw-ttyw-chat-send-message svg {\r
1077
+ fill: currentColor;\r
1078
+ }\r
1029
1079
  #sw-ttyw-chat-send-message:disabled {\r
1030
1080
  opacity: 0.5;\r
1031
1081
  cursor: not-allowed;\r
@@ -1034,24 +1084,47 @@ const m = {
1034
1084
  #sw-ttyw-chat-send-message:disabled svg,\r
1035
1085
  #sw-ttyw-chat-send-message:disabled path {\r
1036
1086
  cursor: not-allowed;\r
1037
- }`, ze = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='190'%20height='42'%20viewBox='0%200%20190%2042'%20fill='none'%3e%3cpath%20d='M17.2253%2014.2603C17.155%2014.0259%2016.9441%2013.8618%2016.7097%2013.8618H14.6472C14.3894%2013.8618%2014.1785%2014.0259%2014.1316%2014.2603L10.7801%2027.5053C10.7332%2027.6694%2010.7801%2027.8335%2010.8739%2027.9741C10.9676%2028.1148%2011.1317%2028.1851%2011.2957%2028.1851H12.9363C13.1941%2028.1851%2013.4051%2027.9976%2013.4754%2027.7631L14.0613%2025.0673H17.3191L17.905%2027.7631C17.9519%2028.021%2018.1862%2028.1851%2018.444%2028.1851H20.0846C20.2487%2028.1851%2020.4128%2028.1148%2020.5065%2027.9741C20.6003%2027.8335%2020.6471%2027.6694%2020.6003%2027.5053L17.2488%2014.2603H17.2253ZM14.5769%2022.5824L15.655%2017.636L16.7566%2022.5824H14.5769Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M23.8359%2013.8618H22.2656C21.9609%2013.8618%2021.7266%2014.0962%2021.7266%2014.401V27.6459C21.7266%2027.9507%2021.9609%2028.1851%2022.2656%2028.1851H23.8359C24.1406%2028.1851%2024.375%2027.9507%2024.375%2027.6459V14.401C24.375%2014.0962%2024.1406%2013.8618%2023.8359%2013.8618ZM22.2891%2014.0493C22.2422%2014.0493%2022.1953%2014.0493%2022.1484%2014.0728C22.1953%2014.0728%2022.2422%2014.0493%2022.2891%2014.0493Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M36.1401%2029.4041L36.0932%2012.5256C36.0932%2011.3066%2035.4369%2010.1579%2034.3588%209.5484L19.7341%201.15601C18.6794%200.546507%2017.3669%200.546507%2016.2888%201.15601L1.71091%209.61872C0.65624%2010.2282%200%2011.3769%200%2012.5959L0.046874%2029.4744C0.046874%2030.6934%200.703114%2031.8421%201.78122%2032.4516L16.406%2040.844C17.4607%2041.4535%2018.7731%2041.4535%2019.8513%2040.844L34.4291%2032.3813C35.4838%2031.7718%2036.1401%2030.6231%2036.1401%2029.4041ZM11.9998%2031.5608C6.16397%2028.1851%204.17181%2020.7539%207.54676%2014.9167C10.8983%209.07955%2018.3513%207.08694%2024.1871%2010.4626C30.023%2013.8149%2032.0151%2021.2696%2028.6402%2027.1068C25.2887%2032.9439%2017.8357%2034.9365%2011.9998%2031.5608Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M46.3593%2014.19C46.6171%2013.9087%2046.9218%2013.6977%2047.2734%2013.557C47.6249%2013.4164%2048.0468%2013.3461%2048.5155%2013.3461C48.9843%2013.3461%2049.6171%2013.4398%2050.0858%2013.6508C50.5546%2013.8618%2050.9295%2014.1665%2051.2342%2014.5416C51.3983%2014.7526%2051.5623%2014.987%2051.6795%2015.2683C51.8202%2015.5496%2051.9139%2015.8309%2051.9608%2016.1357L55.4295%2015.0574C55.1717%2014.1431%2054.8201%2013.3695%2054.3748%2012.7131C53.9295%2012.0567%2053.3904%2011.4941%2052.7576%2011.0487C52.1952%2010.6502%2051.5623%2010.3689%2050.8358%2010.1813C50.1327%209.99379%2049.3593%209.90002%2048.5624%209.90002C47.7655%209.90002%2046.5937%2010.0407%2045.7734%2010.3454C44.9765%2010.6502%2044.2734%2011.0956%2043.7109%2011.6816C43.125%2012.2443%2042.7031%2012.9241%2042.4219%2013.7211C42.1406%2014.5182%2042%2015.4324%2042%2016.4405C42%2017.4485%2042.1641%2018.5034%2042.5156%2019.277C42.8672%2020.0506%2043.3828%2020.707%2044.0859%2021.2461C44.789%2021.7853%2045.7031%2022.2776%2046.8515%2022.6761L48.8436%2023.4028C49.5702%2023.6842%2050.1561%2023.9655%2050.5546%2024.2702C50.953%2024.5515%2051.2342%2024.8797%2051.3983%2025.2314C51.5623%2025.583%2051.6327%2026.0284%2051.6327%2026.5676C51.6327%2027.1067%2051.5858%2027.4818%2051.4686%2027.8335C51.3749%2028.1851%2051.1874%2028.4899%2050.9764%2028.7712C50.742%2029.0759%2050.4374%2029.2869%2050.0624%2029.4275C49.7108%2029.5682%2049.2889%2029.6385%2048.8202%2029.6385C48.3515%2029.6385%2047.7187%2029.5448%2047.2734%2029.3338C46.8046%2029.1228%2046.4296%2028.818%2046.1249%2028.443C45.9374%2028.232%2045.7734%2027.9976%2045.6562%2027.6928C45.5156%2027.4115%2045.4453%2027.1067%2045.3749%2026.802L41.8594%2027.7866C42.0937%2028.7008%2042.4453%2029.4979%2042.8906%2030.2011C43.3594%2030.9044%2043.8984%2031.467%2044.5546%2031.9359C45.1406%2032.311%2045.7734%2032.5923%2046.4765%2032.8032C47.1796%2033.0142%2047.953%2033.108%2048.7499%2033.108C49.5468%2033.108%2050.742%2032.9439%2051.5389%2032.6626C52.3592%2032.3578%2053.0623%2031.9124%2053.6483%2031.3029C54.1873%2030.7169%2054.6092%2030.0136%2054.9139%2029.1931C55.2185%2028.3726%2055.3592%2027.4349%2055.3592%2026.3566C55.3592%2025.2782%2055.1951%2024.2702%2054.8435%2023.4966C54.492%2022.723%2053.9764%2022.0666%2053.2498%2021.5275C52.5233%2020.9883%2051.5858%2020.496%2050.3905%2020.0506L48.4218%2019.3239C47.6952%2019.0426%2047.1327%2018.7612%2046.7577%2018.4799C46.3593%2018.1752%2046.1015%2017.8704%2045.9609%2017.5188C45.8203%2017.1672%2045.7499%2016.7686%2045.7499%2016.2998C45.7499%2015.8309%2045.7968%2015.4324%2045.914%2015.0808C46.0077%2014.7292%2046.1718%2014.4478%2046.3593%2014.19Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M67.5233%2026.4504C67.5233%2027.1536%2067.4295%2027.7631%2067.242%2028.232C67.0545%2028.7008%2066.7499%2029.0525%2066.3046%2029.3103C65.8593%2029.5682%2065.2733%2029.6854%2064.5468%2029.6854C63.8202%2029.6854%2063.2109%2029.5682%2062.7656%2029.3103C62.3202%2029.0525%2062.0156%2028.7008%2061.8281%2028.232C61.6406%2027.7631%2061.5468%2027.1771%2061.5468%2026.4504V10.1579H57.8672V26.3332C57.8672%2027.6694%2058.1016%2028.8415%2058.5703%2029.8495C59.039%2030.8575%2059.7656%2031.6546%2060.75%2032.2406C61.7343%2032.8267%2063.0234%2033.108%2064.5702%2033.108C66.1171%2033.108%2067.3592%2032.8267%2068.367%2032.2406C69.3748%2031.6546%2070.1014%2030.8575%2070.5467%2029.8261C70.992%2028.7946%2071.2264%2027.6459%2071.2264%2026.3332V10.1579H67.5467V26.4504H67.5233Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M83.7186%2010.9549C82.7811%2010.4158%2081.5858%2010.1579%2080.1562%2010.1579H74.0859V32.8033H77.7656V24.9032H80.1093C81.5624%2024.9032%2082.7577%2024.6453%2083.6952%2024.1296C84.6327%2023.6138%2085.3358%2022.8168%2085.8045%2021.7385C86.2732%2020.6601%2086.5076%2019.2536%2086.5076%2017.5423C86.5076%2015.831%2086.2732%2014.4479%2085.8045%2013.3695C85.3358%2012.2912%2084.6327%2011.4941%2083.6952%2010.9549H83.7186ZM82.4999%2019.9099C82.2889%2020.4726%2081.9843%2020.8711%2081.5858%2021.1289C81.1874%2021.3868%2080.6718%2021.504%2080.0155%2021.504H77.7421V13.6274H80.0155C80.6718%2013.6274%2081.1874%2013.7446%2081.5858%2014.0025C81.9843%2014.2603%2082.2889%2014.6588%2082.4999%2015.2215C82.7108%2015.7841%2082.8046%2016.5577%2082.8046%2017.5423C82.8046%2018.5268%2082.7108%2019.3473%2082.4999%2019.9099Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M88.5938%2032.8267H99.7029V29.3807H92.2734V23.0043H98.4608V19.5817H92.2734V13.6274H99.7029V10.1813H88.5938V32.8267Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M111.797%2023.356C112.711%2022.8402%20113.437%2022.0666%20113.953%2021.0352C114.469%2020.0037%20114.726%2018.7144%20114.726%2017.1672C114.726%2015.62%20114.492%2014.2134%20114.023%2013.2054C113.555%2012.1739%20112.851%2011.4238%20111.961%2010.9315C111.047%2010.4392%20109.922%2010.2048%20108.586%2010.2048H102.023V32.8501H105.703V24.153H108.258L111.094%2032.8501H115.078L111.75%2023.4028C111.75%2023.4028%20111.797%2023.4028%20111.82%2023.3794L111.797%2023.356ZM105.68%2013.6274H108.422C108.961%2013.6274%20109.406%2013.7211%20109.805%2013.9321C110.18%2014.1431%20110.484%2014.4947%20110.695%2015.0105C110.906%2015.5028%20111%2016.2295%20111%2017.1437C111%2018.058%20110.906%2018.8081%20110.695%2019.3239C110.484%2019.8396%20110.203%2020.1912%20109.828%2020.4022C109.453%2020.6132%20109.008%2020.707%20108.469%2020.707H105.703V13.6508L105.68%2013.6274Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M132.234%2027.3412L129.047%2010.1813H125.508L122.344%2027.2474L119.086%2010.1813H115.148L120.328%2032.8267H124.148L127.289%2017.6595L130.406%2032.8267H134.226L139.382%2010.1813H135.492L132.234%2027.3412Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M144.773%2010.1813H141.094V32.8267H144.773V10.1813Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M151.851%2014.19C152.109%2013.9087%20152.414%2013.6977%20152.766%2013.557C153.117%2013.4164%20153.539%2013.3461%20154.008%2013.3461C154.476%2013.3461%20155.109%2013.4398%20155.578%2013.6508C156.047%2013.8618%20156.422%2014.1665%20156.726%2014.5416C156.89%2014.7526%20157.055%2014.987%20157.172%2015.2683C157.312%2015.5496%20157.406%2015.8309%20157.453%2016.1357L160.922%2015.0574C160.664%2014.1431%20160.312%2013.3695%20159.867%2012.7131C159.422%2012.0567%20158.883%2011.4941%20158.25%2011.0487C157.687%2010.6502%20157.055%2010.3689%20156.328%2010.1813C155.625%209.99379%20154.851%209.90002%20154.055%209.90002C153.258%209.90002%20152.086%2010.0407%20151.266%2010.3454C150.469%2010.6502%20149.766%2011.0956%20149.203%2011.6816C148.617%2012.2443%20148.195%2012.9241%20147.914%2013.7211C147.633%2014.5182%20147.492%2015.4324%20147.492%2016.4405C147.492%2017.4485%20147.656%2018.5034%20148.008%2019.277C148.359%2020.0506%20148.875%2020.707%20149.578%2021.2461C150.281%2021.7853%20151.195%2022.2776%20152.344%2022.6761L154.336%2023.4028C155.062%2023.6842%20155.648%2023.9655%20156.047%2024.2702C156.445%2024.5515%20156.726%2024.8797%20156.89%2025.2314C157.055%2025.583%20157.125%2026.0284%20157.125%2026.5676C157.125%2027.1067%20157.078%2027.4818%20156.961%2027.8335C156.867%2028.1851%20156.68%2028.4899%20156.469%2028.7712C156.234%2029.0759%20155.93%2029.2869%20155.555%2029.4275C155.203%2029.5682%20154.781%2029.6385%20154.312%2029.6385C153.844%2029.6385%20153.211%2029.5448%20152.766%2029.3338C152.297%2029.1228%20151.922%2028.818%20151.617%2028.443C151.43%2028.232%20151.266%2027.9976%20151.148%2027.6928C151.008%2027.4115%20150.914%2027.1067%20150.867%2026.802L147.352%2027.7866C147.586%2028.7008%20147.937%2029.4979%20148.383%2030.2011C148.852%2030.9044%20149.391%2031.467%20150.047%2031.9359C150.633%2032.311%20151.266%2032.5923%20151.969%2032.8032C152.672%2033.0142%20153.445%2033.108%20154.242%2033.108C155.039%2033.108%20156.234%2032.9439%20157.031%2032.6626C157.851%2032.3578%20158.555%2031.9124%20159.14%2031.3029C159.68%2030.7169%20160.101%2030.0136%20160.406%2029.1931C160.711%2028.3726%20160.851%2027.4349%20160.851%2026.3566C160.851%2025.2782%20160.687%2024.2702%20160.336%2023.4966C159.984%2022.723%20159.469%2022.0666%20158.742%2021.5275C158.015%2020.9883%20157.078%2020.496%20155.883%2020.0506L153.914%2019.3239C153.187%2019.0426%20152.625%2018.7612%20152.25%2018.4799C151.852%2018.1752%20151.594%2017.8704%20151.453%2017.5188C151.312%2017.1672%20151.242%2016.7686%20151.242%2016.2998C151.242%2015.8309%20151.289%2015.4324%20151.406%2015.0808C151.5%2014.7292%20151.664%2014.4478%20151.851%2014.19Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M174.633%2013.6274V10.1813H163.5V32.8267H174.633V29.3807H167.18V23.0043H173.367V19.5817H167.18V13.6274H174.633Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M179.316%2011.0956V10.1345H183.512V11.0956H181.918V15.8075H180.91V11.0956H179.316Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M184.168%2010.1345H185.41L186.676%2013.9321L187.941%2010.1345H189.184V15.8075H188.269V11.8223L187.098%2015.1511H186.254L185.082%2011.9161V15.831H184.168V10.1579V10.1345Z'%20fill='black'%3e%3c/path%3e%3c/svg%3e";
1038
- let De = 0;
1039
- function Se({ width: r = 20, height: n = 20, style: s }) {
1040
- const p = q(null);
1041
- p.current || (p.current = `clip0_avatar_${++De}`);
1042
- const l = p.current;
1043
- return /* @__PURE__ */ e.jsxs("svg", { width: r, height: n, viewBox: "0 0 155 174", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: s, "aria-hidden": !0, children: [
1044
- /* @__PURE__ */ e.jsxs("g", { clipPath: `url(#${l})`, children: [
1087
+ }\r
1088
+ \r
1089
+ .sw-ttyw-jump-latest {\r
1090
+ position: sticky;\r
1091
+ bottom: 12px;\r
1092
+ display: flex;\r
1093
+ justify-content: center;\r
1094
+ margin-top: 8px;\r
1095
+ }\r
1096
+ \r
1097
+ .sw-ttyw-jump-button {\r
1098
+ background: var(--swttyw-primary-color, #000);\r
1099
+ border: 1px solid var(--swttyw-primary-color, #000);\r
1100
+ color: #fff;\r
1101
+ border-radius: 20px;\r
1102
+ padding: 6px 12px;\r
1103
+ font-size: 12px;\r
1104
+ cursor: pointer;\r
1105
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\r
1106
+ }\r
1107
+ \r
1108
+ .sw-ttyw-jump-button:hover {\r
1109
+ opacity: 0.9;\r
1110
+ }`, Xe = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='190'%20height='42'%20viewBox='0%200%20190%2042'%20fill='none'%3e%3cpath%20d='M17.2253%2014.2603C17.155%2014.0259%2016.9441%2013.8618%2016.7097%2013.8618H14.6472C14.3894%2013.8618%2014.1785%2014.0259%2014.1316%2014.2603L10.7801%2027.5053C10.7332%2027.6694%2010.7801%2027.8335%2010.8739%2027.9741C10.9676%2028.1148%2011.1317%2028.1851%2011.2957%2028.1851H12.9363C13.1941%2028.1851%2013.4051%2027.9976%2013.4754%2027.7631L14.0613%2025.0673H17.3191L17.905%2027.7631C17.9519%2028.021%2018.1862%2028.1851%2018.444%2028.1851H20.0846C20.2487%2028.1851%2020.4128%2028.1148%2020.5065%2027.9741C20.6003%2027.8335%2020.6471%2027.6694%2020.6003%2027.5053L17.2488%2014.2603H17.2253ZM14.5769%2022.5824L15.655%2017.636L16.7566%2022.5824H14.5769Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M23.8359%2013.8618H22.2656C21.9609%2013.8618%2021.7266%2014.0962%2021.7266%2014.401V27.6459C21.7266%2027.9507%2021.9609%2028.1851%2022.2656%2028.1851H23.8359C24.1406%2028.1851%2024.375%2027.9507%2024.375%2027.6459V14.401C24.375%2014.0962%2024.1406%2013.8618%2023.8359%2013.8618ZM22.2891%2014.0493C22.2422%2014.0493%2022.1953%2014.0493%2022.1484%2014.0728C22.1953%2014.0728%2022.2422%2014.0493%2022.2891%2014.0493Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M36.1401%2029.4041L36.0932%2012.5256C36.0932%2011.3066%2035.4369%2010.1579%2034.3588%209.5484L19.7341%201.15601C18.6794%200.546507%2017.3669%200.546507%2016.2888%201.15601L1.71091%209.61872C0.65624%2010.2282%200%2011.3769%200%2012.5959L0.046874%2029.4744C0.046874%2030.6934%200.703114%2031.8421%201.78122%2032.4516L16.406%2040.844C17.4607%2041.4535%2018.7731%2041.4535%2019.8513%2040.844L34.4291%2032.3813C35.4838%2031.7718%2036.1401%2030.6231%2036.1401%2029.4041ZM11.9998%2031.5608C6.16397%2028.1851%204.17181%2020.7539%207.54676%2014.9167C10.8983%209.07955%2018.3513%207.08694%2024.1871%2010.4626C30.023%2013.8149%2032.0151%2021.2696%2028.6402%2027.1068C25.2887%2032.9439%2017.8357%2034.9365%2011.9998%2031.5608Z'%20fill='%23FF0000'%3e%3c/path%3e%3cpath%20d='M46.3593%2014.19C46.6171%2013.9087%2046.9218%2013.6977%2047.2734%2013.557C47.6249%2013.4164%2048.0468%2013.3461%2048.5155%2013.3461C48.9843%2013.3461%2049.6171%2013.4398%2050.0858%2013.6508C50.5546%2013.8618%2050.9295%2014.1665%2051.2342%2014.5416C51.3983%2014.7526%2051.5623%2014.987%2051.6795%2015.2683C51.8202%2015.5496%2051.9139%2015.8309%2051.9608%2016.1357L55.4295%2015.0574C55.1717%2014.1431%2054.8201%2013.3695%2054.3748%2012.7131C53.9295%2012.0567%2053.3904%2011.4941%2052.7576%2011.0487C52.1952%2010.6502%2051.5623%2010.3689%2050.8358%2010.1813C50.1327%209.99379%2049.3593%209.90002%2048.5624%209.90002C47.7655%209.90002%2046.5937%2010.0407%2045.7734%2010.3454C44.9765%2010.6502%2044.2734%2011.0956%2043.7109%2011.6816C43.125%2012.2443%2042.7031%2012.9241%2042.4219%2013.7211C42.1406%2014.5182%2042%2015.4324%2042%2016.4405C42%2017.4485%2042.1641%2018.5034%2042.5156%2019.277C42.8672%2020.0506%2043.3828%2020.707%2044.0859%2021.2461C44.789%2021.7853%2045.7031%2022.2776%2046.8515%2022.6761L48.8436%2023.4028C49.5702%2023.6842%2050.1561%2023.9655%2050.5546%2024.2702C50.953%2024.5515%2051.2342%2024.8797%2051.3983%2025.2314C51.5623%2025.583%2051.6327%2026.0284%2051.6327%2026.5676C51.6327%2027.1067%2051.5858%2027.4818%2051.4686%2027.8335C51.3749%2028.1851%2051.1874%2028.4899%2050.9764%2028.7712C50.742%2029.0759%2050.4374%2029.2869%2050.0624%2029.4275C49.7108%2029.5682%2049.2889%2029.6385%2048.8202%2029.6385C48.3515%2029.6385%2047.7187%2029.5448%2047.2734%2029.3338C46.8046%2029.1228%2046.4296%2028.818%2046.1249%2028.443C45.9374%2028.232%2045.7734%2027.9976%2045.6562%2027.6928C45.5156%2027.4115%2045.4453%2027.1067%2045.3749%2026.802L41.8594%2027.7866C42.0937%2028.7008%2042.4453%2029.4979%2042.8906%2030.2011C43.3594%2030.9044%2043.8984%2031.467%2044.5546%2031.9359C45.1406%2032.311%2045.7734%2032.5923%2046.4765%2032.8032C47.1796%2033.0142%2047.953%2033.108%2048.7499%2033.108C49.5468%2033.108%2050.742%2032.9439%2051.5389%2032.6626C52.3592%2032.3578%2053.0623%2031.9124%2053.6483%2031.3029C54.1873%2030.7169%2054.6092%2030.0136%2054.9139%2029.1931C55.2185%2028.3726%2055.3592%2027.4349%2055.3592%2026.3566C55.3592%2025.2782%2055.1951%2024.2702%2054.8435%2023.4966C54.492%2022.723%2053.9764%2022.0666%2053.2498%2021.5275C52.5233%2020.9883%2051.5858%2020.496%2050.3905%2020.0506L48.4218%2019.3239C47.6952%2019.0426%2047.1327%2018.7612%2046.7577%2018.4799C46.3593%2018.1752%2046.1015%2017.8704%2045.9609%2017.5188C45.8203%2017.1672%2045.7499%2016.7686%2045.7499%2016.2998C45.7499%2015.8309%2045.7968%2015.4324%2045.914%2015.0808C46.0077%2014.7292%2046.1718%2014.4478%2046.3593%2014.19Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M67.5233%2026.4504C67.5233%2027.1536%2067.4295%2027.7631%2067.242%2028.232C67.0545%2028.7008%2066.7499%2029.0525%2066.3046%2029.3103C65.8593%2029.5682%2065.2733%2029.6854%2064.5468%2029.6854C63.8202%2029.6854%2063.2109%2029.5682%2062.7656%2029.3103C62.3202%2029.0525%2062.0156%2028.7008%2061.8281%2028.232C61.6406%2027.7631%2061.5468%2027.1771%2061.5468%2026.4504V10.1579H57.8672V26.3332C57.8672%2027.6694%2058.1016%2028.8415%2058.5703%2029.8495C59.039%2030.8575%2059.7656%2031.6546%2060.75%2032.2406C61.7343%2032.8267%2063.0234%2033.108%2064.5702%2033.108C66.1171%2033.108%2067.3592%2032.8267%2068.367%2032.2406C69.3748%2031.6546%2070.1014%2030.8575%2070.5467%2029.8261C70.992%2028.7946%2071.2264%2027.6459%2071.2264%2026.3332V10.1579H67.5467V26.4504H67.5233Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M83.7186%2010.9549C82.7811%2010.4158%2081.5858%2010.1579%2080.1562%2010.1579H74.0859V32.8033H77.7656V24.9032H80.1093C81.5624%2024.9032%2082.7577%2024.6453%2083.6952%2024.1296C84.6327%2023.6138%2085.3358%2022.8168%2085.8045%2021.7385C86.2732%2020.6601%2086.5076%2019.2536%2086.5076%2017.5423C86.5076%2015.831%2086.2732%2014.4479%2085.8045%2013.3695C85.3358%2012.2912%2084.6327%2011.4941%2083.6952%2010.9549H83.7186ZM82.4999%2019.9099C82.2889%2020.4726%2081.9843%2020.8711%2081.5858%2021.1289C81.1874%2021.3868%2080.6718%2021.504%2080.0155%2021.504H77.7421V13.6274H80.0155C80.6718%2013.6274%2081.1874%2013.7446%2081.5858%2014.0025C81.9843%2014.2603%2082.2889%2014.6588%2082.4999%2015.2215C82.7108%2015.7841%2082.8046%2016.5577%2082.8046%2017.5423C82.8046%2018.5268%2082.7108%2019.3473%2082.4999%2019.9099Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M88.5938%2032.8267H99.7029V29.3807H92.2734V23.0043H98.4608V19.5817H92.2734V13.6274H99.7029V10.1813H88.5938V32.8267Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M111.797%2023.356C112.711%2022.8402%20113.437%2022.0666%20113.953%2021.0352C114.469%2020.0037%20114.726%2018.7144%20114.726%2017.1672C114.726%2015.62%20114.492%2014.2134%20114.023%2013.2054C113.555%2012.1739%20112.851%2011.4238%20111.961%2010.9315C111.047%2010.4392%20109.922%2010.2048%20108.586%2010.2048H102.023V32.8501H105.703V24.153H108.258L111.094%2032.8501H115.078L111.75%2023.4028C111.75%2023.4028%20111.797%2023.4028%20111.82%2023.3794L111.797%2023.356ZM105.68%2013.6274H108.422C108.961%2013.6274%20109.406%2013.7211%20109.805%2013.9321C110.18%2014.1431%20110.484%2014.4947%20110.695%2015.0105C110.906%2015.5028%20111%2016.2295%20111%2017.1437C111%2018.058%20110.906%2018.8081%20110.695%2019.3239C110.484%2019.8396%20110.203%2020.1912%20109.828%2020.4022C109.453%2020.6132%20109.008%2020.707%20108.469%2020.707H105.703V13.6508L105.68%2013.6274Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M132.234%2027.3412L129.047%2010.1813H125.508L122.344%2027.2474L119.086%2010.1813H115.148L120.328%2032.8267H124.148L127.289%2017.6595L130.406%2032.8267H134.226L139.382%2010.1813H135.492L132.234%2027.3412Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M144.773%2010.1813H141.094V32.8267H144.773V10.1813Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M151.851%2014.19C152.109%2013.9087%20152.414%2013.6977%20152.766%2013.557C153.117%2013.4164%20153.539%2013.3461%20154.008%2013.3461C154.476%2013.3461%20155.109%2013.4398%20155.578%2013.6508C156.047%2013.8618%20156.422%2014.1665%20156.726%2014.5416C156.89%2014.7526%20157.055%2014.987%20157.172%2015.2683C157.312%2015.5496%20157.406%2015.8309%20157.453%2016.1357L160.922%2015.0574C160.664%2014.1431%20160.312%2013.3695%20159.867%2012.7131C159.422%2012.0567%20158.883%2011.4941%20158.25%2011.0487C157.687%2010.6502%20157.055%2010.3689%20156.328%2010.1813C155.625%209.99379%20154.851%209.90002%20154.055%209.90002C153.258%209.90002%20152.086%2010.0407%20151.266%2010.3454C150.469%2010.6502%20149.766%2011.0956%20149.203%2011.6816C148.617%2012.2443%20148.195%2012.9241%20147.914%2013.7211C147.633%2014.5182%20147.492%2015.4324%20147.492%2016.4405C147.492%2017.4485%20147.656%2018.5034%20148.008%2019.277C148.359%2020.0506%20148.875%2020.707%20149.578%2021.2461C150.281%2021.7853%20151.195%2022.2776%20152.344%2022.6761L154.336%2023.4028C155.062%2023.6842%20155.648%2023.9655%20156.047%2024.2702C156.445%2024.5515%20156.726%2024.8797%20156.89%2025.2314C157.055%2025.583%20157.125%2026.0284%20157.125%2026.5676C157.125%2027.1067%20157.078%2027.4818%20156.961%2027.8335C156.867%2028.1851%20156.68%2028.4899%20156.469%2028.7712C156.234%2029.0759%20155.93%2029.2869%20155.555%2029.4275C155.203%2029.5682%20154.781%2029.6385%20154.312%2029.6385C153.844%2029.6385%20153.211%2029.5448%20152.766%2029.3338C152.297%2029.1228%20151.922%2028.818%20151.617%2028.443C151.43%2028.232%20151.266%2027.9976%20151.148%2027.6928C151.008%2027.4115%20150.914%2027.1067%20150.867%2026.802L147.352%2027.7866C147.586%2028.7008%20147.937%2029.4979%20148.383%2030.2011C148.852%2030.9044%20149.391%2031.467%20150.047%2031.9359C150.633%2032.311%20151.266%2032.5923%20151.969%2032.8032C152.672%2033.0142%20153.445%2033.108%20154.242%2033.108C155.039%2033.108%20156.234%2032.9439%20157.031%2032.6626C157.851%2032.3578%20158.555%2031.9124%20159.14%2031.3029C159.68%2030.7169%20160.101%2030.0136%20160.406%2029.1931C160.711%2028.3726%20160.851%2027.4349%20160.851%2026.3566C160.851%2025.2782%20160.687%2024.2702%20160.336%2023.4966C159.984%2022.723%20159.469%2022.0666%20158.742%2021.5275C158.015%2020.9883%20157.078%2020.496%20155.883%2020.0506L153.914%2019.3239C153.187%2019.0426%20152.625%2018.7612%20152.25%2018.4799C151.852%2018.1752%20151.594%2017.8704%20151.453%2017.5188C151.312%2017.1672%20151.242%2016.7686%20151.242%2016.2998C151.242%2015.8309%20151.289%2015.4324%20151.406%2015.0808C151.5%2014.7292%20151.664%2014.4478%20151.851%2014.19Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M174.633%2013.6274V10.1813H163.5V32.8267H174.633V29.3807H167.18V23.0043H173.367V19.5817H167.18V13.6274H174.633Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M179.316%2011.0956V10.1345H183.512V11.0956H181.918V15.8075H180.91V11.0956H179.316Z'%20fill='black'%3e%3c/path%3e%3cpath%20d='M184.168%2010.1345H185.41L186.676%2013.9321L187.941%2010.1345H189.184V15.8075H188.269V11.8223L187.098%2015.1511H186.254L185.082%2011.9161V15.831H184.168V10.1579V10.1345Z'%20fill='black'%3e%3c/path%3e%3c/svg%3e";
1111
+ let Ke = 0;
1112
+ function Pe({ width: r = 20, height: n = 20, style: i }) {
1113
+ const a = M(null);
1114
+ a.current || (a.current = `clip0_avatar_${++Ke}`);
1115
+ const o = a.current;
1116
+ return /* @__PURE__ */ e.jsxs("svg", { width: r, height: n, viewBox: "0 0 155 174", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: i, "aria-hidden": !0, children: [
1117
+ /* @__PURE__ */ e.jsxs("g", { clipPath: `url(#${o})`, children: [
1045
1118
  /* @__PURE__ */ e.jsx("path", { d: "M73.41 57.8388C73.15 56.8088 72.23 56.0988 71.17 56.0988H62.35C61.29 56.0988 60.37 56.8188 60.11 57.8488L45.8 114.299C45.62 114.999 45.78 115.719 46.22 116.289C46.66 116.859 47.33 117.179 48.05 117.179H55.05C56.13 117.179 57.08 116.419 57.31 115.359L59.83 103.889H73.76L76.29 115.359C76.52 116.409 77.47 117.179 78.55 117.179H85.54C86.26 117.179 86.92 116.849 87.37 116.289C87.81 115.719 87.96 114.999 87.79 114.299L73.44 57.8488L73.41 57.8388ZM62.12 93.3688L66.76 72.2188L71.42 93.3688H62.12Z", fill: "#FF0000" }),
1046
1119
  /* @__PURE__ */ e.jsx("path", { d: "M101.69 56.0988H95.01C93.73 56.0988 92.7 57.1388 92.7 58.4088V114.859C92.7 116.139 93.74 117.169 95.01 117.169H101.69C102.97 117.169 104 116.129 104 114.859V58.4088C104 57.1288 102.96 56.0988 101.69 56.0988Z", fill: "#FF0000" }),
1047
1120
  /* @__PURE__ */ e.jsx("path", { d: "M154.17 122.419L153.98 50.4588C153.97 45.2188 151.16 40.3788 146.61 37.7688L84.21 1.94879C79.66 -0.661205 74.07 -0.651206 69.54 1.98879L7.30003 38.1288C2.77003 40.7588 -0.00997311 45.6088 2.68877e-05 50.8488L0.190027 122.809C0.200027 128.049 3.01003 132.889 7.56003 135.499L69.97 171.319C74.52 173.929 80.11 173.919 84.64 171.279L146.87 135.139C151.4 132.509 154.19 127.659 154.17 122.409V122.419ZM51.11 131.639C26.26 117.289 17.74 85.5088 32.09 60.6488C46.44 35.7988 78.22 27.2788 103.08 41.6288C127.93 55.9788 136.45 87.7588 122.1 112.619C107.75 137.469 75.97 145.989 51.11 131.639Z", fill: "#FF0000" })
1048
1121
  ] }),
1049
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: l, children: /* @__PURE__ */ e.jsx("rect", { width: "154.17", height: "173.268", fill: "white" }) }) })
1122
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: o, children: /* @__PURE__ */ e.jsx("rect", { width: "154.17", height: "173.268", fill: "white" }) }) })
1050
1123
  ] });
1051
1124
  }
1052
- function Oe({ width: r, height: n = 20, style: s }) {
1053
- const p = r ?? 4.6875 * n;
1054
- return /* @__PURE__ */ e.jsxs("svg", { width: p, height: n, viewBox: "0 0 75 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: s, "aria-hidden": !0, children: [
1125
+ function Qe({ width: r, height: n = 20, style: i }) {
1126
+ const a = r ?? 4.6875 * n;
1127
+ return /* @__PURE__ */ e.jsxs("svg", { width: a, height: n, viewBox: "0 0 75 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: i, "aria-hidden": !0, children: [
1055
1128
  /* @__PURE__ */ e.jsx("path", { d: "M6.82917 5.34411C6.8013 5.25174 6.71768 5.18707 6.62476 5.18707H5.80712C5.70492 5.18707 5.62129 5.25174 5.60271 5.34411L4.27404 10.5635C4.25546 10.6282 4.27404 10.6928 4.31121 10.7483C4.34838 10.8037 4.41341 10.8314 4.47845 10.8314H5.12885C5.23106 10.8314 5.31468 10.7575 5.34255 10.6651L5.57484 9.60278H6.86634L7.09862 10.6651C7.11721 10.7667 7.21012 10.8314 7.31232 10.8314H7.96272C8.02776 10.8314 8.0928 10.8037 8.12997 10.7483C8.16713 10.6928 8.18571 10.6282 8.16713 10.5635L6.83846 5.34411H6.82917ZM5.77925 8.62356L6.20665 6.67437L6.64335 8.62356H5.77925Z", fill: "white" }),
1056
1129
  /* @__PURE__ */ e.jsx("path", { d: "M9.44935 5.18707H8.82683C8.70604 5.18707 8.61313 5.27945 8.61313 5.39954V10.6189C8.61313 10.739 8.70604 10.8314 8.82683 10.8314H9.44935C9.57014 10.8314 9.66305 10.739 9.66305 10.6189V5.39954C9.66305 5.27945 9.57014 5.18707 9.44935 5.18707ZM8.83612 5.26097C8.81754 5.26097 8.79896 5.26098 8.78037 5.27021C8.79896 5.27021 8.81754 5.26097 8.83612 5.26097Z", fill: "white" }),
1057
1130
  /* @__PURE__ */ e.jsx("path", { d: "M14.3273 11.3118L14.3087 4.66051C14.3087 4.18014 14.0486 3.72748 13.6212 3.4873L7.82334 0.180139C7.40523 -0.0600462 6.88491 -0.0600462 6.45751 0.180139L0.678271 3.51501C0.260159 3.7552 0 4.20785 0 4.68822L0.0185826 11.3395C0.0185826 11.8199 0.278741 12.2725 0.706145 12.5127L6.50396 15.8199C6.92208 16.06 7.44239 16.06 7.8698 15.8199L13.649 12.485C14.0671 12.2448 14.3273 11.7921 14.3273 11.3118ZM4.75719 12.1617C2.44363 10.8314 1.65386 7.903 2.99182 5.60277C4.32049 3.30254 7.27515 2.51732 9.5887 3.84758C11.9023 5.16859 12.692 8.10624 11.3541 10.4065C10.0254 12.7067 7.07074 13.4919 4.75719 12.1617Z", fill: "white" }),
@@ -1068,81 +1141,135 @@ function Oe({ width: r, height: n = 20, style: s }) {
1068
1141
  /* @__PURE__ */ e.jsx("path", { d: "M73.0116 3.71826H73.5041L74.0058 5.2148L74.5075 3.71826H75V5.95383H74.6376V4.38339L74.173 5.69517H73.8386L73.374 4.42034V5.96306H73.0116V3.7275V3.71826Z", fill: "white" })
1069
1142
  ] });
1070
1143
  }
1071
- const ve = "superwise-chatbot-package-css";
1072
- function Ne() {
1073
- if (typeof document > "u" || document.getElementById(ve)) return;
1144
+ const _e = "superwise-chatbot-package-css";
1145
+ function et() {
1146
+ if (typeof document > "u" || document.getElementById(_e)) return;
1074
1147
  const r = document.createElement("style");
1075
- r.id = ve, r.textContent = Fe, document.head.appendChild(r);
1148
+ r.id = _e, r.textContent = Je, document.head.appendChild(r);
1076
1149
  }
1077
- Ne();
1078
- function Ue(r) {
1079
- return r === "human" ? { ...m.message, ...m.messageSelf } : { ...m.message, ...m.messageOther };
1150
+ et();
1151
+ function tt(r) {
1152
+ return r === "human" ? { ...g.message, ...g.messageSelf } : { ...g.message, ...g.messageOther };
1080
1153
  }
1081
- function we(r) {
1154
+ function xe(r) {
1082
1155
  return String(r).replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;");
1083
1156
  }
1084
- function he(r) {
1085
- return !r.trim() || /\[text\]|\[\/text\]|\]\[text\]/i.test(r) || /\?|!/.test(r) || r.includes("—") || r.includes("–") || /^\s*(Would|Can|May|Could|Should|I |You |We |Let's|Please|Sure|Yes|No)\b/i.test(r) || /\b(your|you|we|me)\b/i.test(r) || /^\s*[A-Z][^.(]*[.?]\s*$/.test(r) || /^\s*#/.test(r) || /^\s*[-*]\s+[A-Z]/.test(r) && !/\.\w+\s*\(|=/.test(r) || /^\s*\d+\.\s+[A-Z][^.(]*$/.test(r) ? !1 : !!(/^\s*[)\]}]\s*$/.test(r) || /^\s*[\w.]+\s*=/.test(r) || /\.\w+\s*\(|\b(print|range|open|str|int|list|dict)\s*\(/.test(r) || /^\s*(def|class|import|from|return|if|else|elif|for|while|try|except|with|async)\b/.test(r) || /^\s{2,}/.test(r) && /[=(){}\[\],:]/.test(r) || /[,(]\s*$|:\s*$/.test(r) || /["'][^"']*["']\s*[:=]/.test(r) && r.length > 10 || /\b\w+\s*\([^)]*\)\s*$/.test(r) && /[=.]\w+\s*\(|import|from\s+\w+/.test(r));
1157
+ function ge(r) {
1158
+ return !r.trim() || /^\s*([*\-]|\d+\.)\s+/.test(r) || /\[text\]|\[\/text\]|\]\[text\]/i.test(r) || /\?|!/.test(r) || r.includes("—") || r.includes("–") || /^\s*(Would|Can|May|Could|Should|I |You |We |Let's|Please|Sure|Yes|No)\b/i.test(r) || /\b(your|you|we|me)\b/i.test(r) || /^\s*[A-Z][^.(]*[.?]\s*$/.test(r) || /^\s*#/.test(r) || /^\s*[-*]\s+[A-Z]/.test(r) && !/\.\w+\s*\(|=/.test(r) || /^\s*\d+\.\s+[A-Z][^.(]*$/.test(r) ? !1 : !!(/^\s*[)\]}]\s*$/.test(r) || /^\s*[\w.]+\s*=/.test(r) || /\.\w+\s*\(|\b(print|range|open|str|int|list|dict)\s*\(/.test(r) || /^\s*(def|class|import|from|return|if|else|elif|for|while|try|except|with|async)\b/.test(r) || /^\s{2,}/.test(r) && /[=(){}\[\],:]/.test(r) || /[,(]\s*$|:\s*$/.test(r) || /["'][^"']*["']\s*[:=]/.test(r) && r.length > 10 || /\b\w+\s*\([^)]*\)\s*$/.test(r) && /[=.]\w+\s*\(|import|from\s+\w+/.test(r));
1086
1159
  }
1087
- function Ze(r) {
1088
- const n = [], s = r.split(`
1089
- `), p = [];
1090
- let l = 0;
1091
- for (; l < s.length; ) {
1092
- const a = s[l];
1093
- if (!he(a)) {
1094
- p.push(a), l++;
1160
+ function rt(r) {
1161
+ const n = [], i = r.split(`
1162
+ `), a = [];
1163
+ let o = 0;
1164
+ for (; o < i.length; ) {
1165
+ const w = i[o];
1166
+ if (!ge(w)) {
1167
+ a.push(w), o++;
1095
1168
  continue;
1096
1169
  }
1097
- const d = [];
1098
- for (; l < s.length; ) {
1099
- const i = he(s[l]), C = s[l].trim() === "", y = l + 1 < s.length && he(s[l + 1]);
1100
- if (i || C && d.length > 0 && y)
1101
- d.push(s[l]), l++;
1170
+ const c = [];
1171
+ for (; o < i.length; ) {
1172
+ const d = ge(i[o]), l = i[o].trim() === "", C = o + 1 < i.length && ge(i[o + 1]);
1173
+ if (d || l && c.length > 0 && C)
1174
+ c.push(i[o]), o++;
1102
1175
  else break;
1103
1176
  }
1104
- if (d.length >= 2) {
1105
- const i = n.length, C = d.join(`
1106
- `).trim(), y = we(C);
1107
- n.push({ placeholder: `\0CODE_RAW_${i}\0`, html: `<pre class="sw-ttyw-code-block"><code>${y}</code></pre>` }), p.push(`\0CODE_RAW_${i}\0`);
1108
- } else d.length === 1 && p.push(d[0]);
1177
+ if (c.length >= 2) {
1178
+ const d = n.length, l = c.join(`
1179
+ `).trim(), C = xe(l);
1180
+ n.push({ placeholder: `\0CODE_RAW_${d}\0`, html: `<pre class="sw-ttyw-code-block"><code>${C}</code></pre>` }), a.push(`\0CODE_RAW_${d}\0`);
1181
+ } else c.length === 1 && a.push(c[0]);
1109
1182
  }
1110
- return { html: p.join(`
1183
+ return { html: a.join(`
1111
1184
  `), codeBlocks: n };
1112
1185
  }
1113
- function je(r) {
1186
+ function Ae(r) {
1187
+ return !r || !String(r).trim() ? "" : String(r).replace(/^### (.*$)/gim, "<h3>$1</h3>").replace(/^## (.*$)/gim, "<h2>$1</h2>").replace(/^# (.*$)/gim, "<h1>$1</h1>").replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/`([^`]+)`/g, "<code>$1</code>").replace(/\n/g, "<br>");
1188
+ }
1189
+ const Ve = /^\s*([*\-]|\d+\.)\s+(.*)$/;
1190
+ function nt(r) {
1191
+ const n = [];
1192
+ for (const l of r) {
1193
+ const C = l.match(Ve);
1194
+ if (!C) continue;
1195
+ const u = l.match(/^(\s*)/)[1].length, L = C[1], p = C[2], m = /^\d+\.$/.test(L);
1196
+ n.push({ indent: u, content: p, ordered: m });
1197
+ }
1198
+ if (n.length === 0) return "";
1199
+ const i = 2, a = [], o = [];
1200
+ let w = !1, c = !1, d = !1;
1201
+ for (let l = 0; l < n.length; l++) {
1202
+ const { indent: C, content: u, ordered: L } = n[l], p = Math.floor(C / i), m = Ae(u);
1203
+ if (L)
1204
+ c && (d && a.push("</li>"), a.push("</ul></li>"), o.pop(), c = !1, d = !1), d && o.length > 0 && o[o.length - 1].type === "ol" && a.push("</li>"), (o.length === 0 || o[o.length - 1].type !== "ol") && (a.push("<ol>"), o.push({ type: "ol", indentLevel: p })), a.push("<li>", m), d = !0, w = !0;
1205
+ else {
1206
+ if (w && p <= (o.length > 0 ? o[o.length - 1].indentLevel : 0))
1207
+ a.push("<ul>"), o.push({ type: "ul", indentLevel: p }), c = !0, d = !1;
1208
+ else if (c || o.length > 0 && o[o.length - 1].type === "ul") {
1209
+ d && a.push("</li>"), d = !0;
1210
+ const f = o.length > 0 ? o[o.length - 1].indentLevel : -1;
1211
+ for (; p > f && o.length > 0 && o[o.length - 1].type === "ul"; ) {
1212
+ const y = o[o.length - 1];
1213
+ if (p <= y.indentLevel) break;
1214
+ a.push("<ul>"), o.push({ type: "ul", indentLevel: p });
1215
+ }
1216
+ } else
1217
+ o.length > 0 && a.push("</li>"), (o.length === 0 || o[o.length - 1].type !== "ul") && (a.push("<ul>"), o.push({ type: "ul", indentLevel: p })), d = !0;
1218
+ a.push("<li>", m), w = !1;
1219
+ }
1220
+ }
1221
+ for (d && a.push("</li>"); o.length > 0; )
1222
+ o.pop().type === "ul" ? (a.push("</ul>"), o.length > 0 && o[o.length - 1].type === "ol" && a.push("</li>")) : a.push("</ol>");
1223
+ return a.join("");
1224
+ }
1225
+ function We(r) {
1114
1226
  if (!r) return "";
1115
1227
  let n = String(r);
1116
- const s = [];
1117
- n = n.replace(/```\s*(\w*)\s*\n?([\s\S]*?)```/g, (a, d, i) => {
1118
- const C = s.length, y = we(i.trim());
1119
- return s.push(`<pre class="sw-ttyw-code-block"><code class="${d ? `language-${d}` : ""}">${y}</code></pre>`), `\0CODE_FENCED_${C}\0`;
1120
- }), n = n.replace(/\[code\]([\s\S]*?)\[\/code\]/gi, (a, d) => {
1121
- const i = s.length, C = we(d.trim());
1122
- return s.push(`<pre class="sw-ttyw-code-block"><code>${C}</code></pre>`), `\0CODE_FENCED_${i}\0`;
1228
+ const i = [];
1229
+ n = n.replace(/```\s*(\w*)\s*\n?([\s\S]*?)```/g, (p, m, f) => {
1230
+ const y = i.length, b = xe(f.trim());
1231
+ return i.push(`<pre class="sw-ttyw-code-block"><code class="${m ? `language-${m}` : ""}">${b}</code></pre>`), `\0CODE_FENCED_${y}\0`;
1232
+ }), n = n.replace(/\[code\]([\s\S]*?)\[\/code\]/gi, (p, m) => {
1233
+ const f = i.length, y = xe(m.trim());
1234
+ return i.push(`<pre class="sw-ttyw-code-block"><code>${y}</code></pre>`), `\0CODE_FENCED_${f}\0`;
1123
1235
  });
1124
- const { html: p, codeBlocks: l } = Ze(n);
1125
- return n = p, n = n.replace(/\[text\]([\s\S]*?)(?:\[\/text\]|\]\[text\])/gi, '<span class="sw-ttyw-text-block">$1</span>').replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>').replace(/(https?:\/\/[^\s<]+)/g, '<a href="$1" target="_blank" rel="noopener noreferrer">$1</a>').replace(/\[([^[\]]+)\]/g, '<span class="sw-ttyw-bracket-label">$1</span>').replace(/^### (.*$)/gim, "<h3>$1</h3>").replace(/^## (.*$)/gim, "<h2>$1</h2>").replace(/^# (.*$)/gim, "<h1>$1</h1>").replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/`([^`]+)`/g, "<code>$1</code>").replace(/^\s*\* (.*$)/gim, "<li>$1</li>").replace(/^\s*- (.*$)/gim, "<li>$1</li>").replace(/^\s*\d+\. (.*$)/gim, "<li>$1</li>").replace(/\n/g, "<br>"), n = n.replace(/((?:<li>.*?<\/li>(?:<br>)?)+)/g, "<ul>$1</ul>"), s.forEach((a, d) => {
1126
- n = n.replace(`\0CODE_FENCED_${d}\0`, a);
1127
- }), l.forEach(({ placeholder: a, html: d }) => {
1128
- n = n.replace(a, d);
1129
- }), n;
1236
+ const { html: a, codeBlocks: o } = rt(n);
1237
+ n = a, n = n.replace(/\[text\]([\s\S]*?)(?:\[\/text\]|\]\[text\])/gi, '<span class="sw-ttyw-text-block">$1</span>').replace(/\[bold\]([\s\S]*?)\[\/bold\]/gi, "<strong>$1</strong>").replace(/\[italic\]([\s\S]*?)\[\/italic\]/gi, "<em>$1</em>").replace(/bold([\s\S]*?)\/bold/gi, "<strong>$1</strong>").replace(/italic([\s\S]*?)\/italic/gi, "<em>$1</em>").replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2" target="_blank" rel="noopener noreferrer">$1</a>').replace(/(https?:\/\/[^\s<]+)/g, '<a href="$1" target="_blank" rel="noopener noreferrer">$1</a>').replace(/\[([^[\]]+)\]/g, '<span class="sw-ttyw-bracket-label">$1</span>');
1238
+ const w = n.split(`
1239
+ `), c = [];
1240
+ let d = [], l = [];
1241
+ function C() {
1242
+ d.length && (c.push({ type: "list", lines: d }), d = []);
1243
+ }
1244
+ function u() {
1245
+ l.length && (c.push({ type: "content", lines: l }), l = []);
1246
+ }
1247
+ for (let p = 0; p < w.length; p++) {
1248
+ const m = w[p];
1249
+ Ve.test(m) ? (u(), d.push(m)) : (C(), l.push(m));
1250
+ }
1251
+ return C(), u(), n = c.map((p) => p.type === "list" ? nt(p.lines) : Ae(p.lines.join(`
1252
+ `))).join(""), i.forEach((p, m) => {
1253
+ n = n.replace(`\0CODE_FENCED_${m}\0`, p);
1254
+ }), o.forEach(({ placeholder: p, html: m }) => {
1255
+ n = n.replace(p, m);
1256
+ }), n = n.replace(/(<br\s*\/?>)\s*$/i, ""), n;
1130
1257
  }
1131
- const Be = 30, Ye = 300, qe = Ee(function({ text: n, speed: s = 20, onComplete: p }) {
1132
- const [l, a] = L(""), [d, i] = L(!1), C = q(p);
1133
- W(() => {
1134
- C.current = p;
1135
- }, [p]), W(() => {
1258
+ const ot = 30, st = 300, at = Me(function({ text: n, speed: i = 20, onComplete: a }) {
1259
+ const [o, w] = H(""), [c, d] = H(!1), l = M(a);
1260
+ P(() => {
1261
+ l.current = a;
1262
+ }, [a]), P(() => {
1136
1263
  if (!n) return;
1137
- a(""), i(!1);
1138
- const w = n.trim().split(/\s+/), v = Math.min(Be, w.length), j = w.slice(0, v).join(" "), E = Math.min(j.length, Ye, n.length);
1139
- let h = 0;
1140
- const f = setInterval(() => {
1141
- h < E ? (a(n.slice(0, h + 1)), h++) : (a(n), i(!0), clearInterval(f), C.current && C.current());
1142
- }, s);
1143
- return () => clearInterval(f);
1144
- }, [n, s]);
1145
- const y = (w) => w.replace(/(https?:\/\/[^\s<]+)/g, '<a href="$1" target="_blank" rel="noopener noreferrer">$1</a>').replace(/\[([^[\]]+)\]/g, "$1").replace(/\[bold\](.*?)\[\/bold\]/g, "<strong>$1</strong>").replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/(?:^|\n)-\s+/g, `
1264
+ w(""), d(!1);
1265
+ const u = n.trim().split(/\s+/), L = Math.min(ot, u.length), p = u.slice(0, L).join(" "), m = Math.min(p.length, st, n.length);
1266
+ let f = 0;
1267
+ const y = setInterval(() => {
1268
+ f < m ? (w(n.slice(0, f + 1)), f++) : (w(n), d(!0), clearInterval(y), l.current && l.current());
1269
+ }, i);
1270
+ return () => clearInterval(y);
1271
+ }, [n, i]);
1272
+ const C = (u) => u.replace(/(https?:\/\/[^\s<]+)/g, '<a href="$1" target="_blank" rel="noopener noreferrer">$1</a>').replace(/\[bold\]([\s\S]*?)\[\/bold\]/gi, "<strong>$1</strong>").replace(/\[italic\]([\s\S]*?)\[\/italic\]/gi, "<em>$1</em>").replace(/bold([\s\S]*?)\/bold/gi, "<strong>$1</strong>").replace(/italic([\s\S]*?)\/italic/gi, "<em>$1</em>").replace(/\[([^[\]]+)\]/g, '<span class="sw-ttyw-bracket-label">$1</span>').replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/(?:^|\n)-\s+/g, `
1146
1273
  • `).replace(/\n/g, "<br/>").replace(/(\d+\.\s)/g, "<br/>$1").replace(/(\*\s)/g, "<br/>$1");
1147
1274
  return /* @__PURE__ */ e.jsx(
1148
1275
  "div",
@@ -1153,18 +1280,18 @@ const Be = 30, Ye = 300, qe = Ee(function({ text: n, speed: s = 20, onComplete:
1153
1280
  wordBreak: "break-word"
1154
1281
  },
1155
1282
  dangerouslySetInnerHTML: {
1156
- __html: d ? je(l) : y(l) + '<span class="typing-cursor">|</span>'
1283
+ __html: c ? We(o) : C(o) + '<span class="typing-cursor">|</span>'
1157
1284
  }
1158
1285
  }
1159
1286
  );
1160
- }), Ge = Ee(function({ msg: n, isTyping: s = !1, onTypingComplete: p }) {
1161
- const l = n.from === "human" ? "sw-ttyw-message self" : "sw-ttyw-message other";
1162
- return /* @__PURE__ */ e.jsxs("div", { className: l, style: Ue(n.from), children: [
1163
- /* @__PURE__ */ e.jsx("div", { className: "message-avatar", style: m.messageAvatar, children: n.from === "human" ? /* @__PURE__ */ e.jsxs("svg", { width: "20", height: "20", viewBox: "0 0 24 24", fill: "black", xmlns: "http://www.w3.org/2000/svg", children: [
1164
- /* @__PURE__ */ e.jsx("path", { d: "M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21", fill: "black" }),
1165
- /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "7", r: "4", fill: "black" })
1166
- ] }) : /* @__PURE__ */ e.jsx(Se, { width: 20, height: 20 }) }),
1167
- /* @__PURE__ */ e.jsx("div", { className: "message-content sw-ttyw-markdown", style: m.messageContent, children: n.from === "ai" && s ? /* @__PURE__ */ e.jsx(qe, { text: n.text, speed: 20, onComplete: p }) : n.from === "ai" ? /* @__PURE__ */ e.jsx(
1287
+ }), it = Me(function({ msg: n, isTyping: i = !1, onTypingComplete: a }) {
1288
+ const o = n.from === "human" ? "sw-ttyw-message self" : "sw-ttyw-message other";
1289
+ return /* @__PURE__ */ e.jsxs("div", { className: o, style: tt(n.from), children: [
1290
+ /* @__PURE__ */ e.jsx("div", { className: "message-avatar", style: g.messageAvatar, children: n.from === "human" ? /* @__PURE__ */ e.jsxs("svg", { width: "20", height: "20", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: [
1291
+ /* @__PURE__ */ e.jsx("path", { d: "M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21" }),
1292
+ /* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "7", r: "4" })
1293
+ ] }) : /* @__PURE__ */ e.jsx(Pe, { width: 20, height: 20 }) }),
1294
+ /* @__PURE__ */ e.jsx("div", { className: "message-content sw-ttyw-markdown", style: g.messageContent, children: n.from === "ai" && i ? /* @__PURE__ */ e.jsx(at, { text: n.text, speed: 20, onComplete: a }) : n.from === "ai" ? /* @__PURE__ */ e.jsx(
1168
1295
  "div",
1169
1296
  {
1170
1297
  style: {
@@ -1172,7 +1299,7 @@ const Be = 30, Ye = 300, qe = Ee(function({ text: n, speed: s = 20, onComplete:
1172
1299
  lineHeight: "1.5",
1173
1300
  wordBreak: "break-word"
1174
1301
  },
1175
- dangerouslySetInnerHTML: { __html: je(n.text) }
1302
+ dangerouslySetInnerHTML: { __html: We(n.text) }
1176
1303
  }
1177
1304
  ) : /* @__PURE__ */ e.jsx(
1178
1305
  "div",
@@ -1183,234 +1310,261 @@ const Be = 30, Ye = 300, qe = Ee(function({ text: n, speed: s = 20, onComplete:
1183
1310
  wordBreak: "break-word"
1184
1311
  },
1185
1312
  dangerouslySetInnerHTML: {
1186
- __html: n.text.replace(/\[([^[\]]+)\]/g, "$1").replace(/\[bold\](.*?)\[\/bold\]/g, "<strong>$1</strong>").replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/(?:^|\n)-\s+/g, `
1313
+ __html: n.text.replace(/\[bold\]([\s\S]*?)\[\/bold\]/gi, "<strong>$1</strong>").replace(/\[italic\]([\s\S]*?)\[\/italic\]/gi, "<em>$1</em>").replace(/bold([\s\S]*?)\/bold/gi, "<strong>$1</strong>").replace(/italic([\s\S]*?)\/italic/gi, "<em>$1</em>").replace(/\[([^[\]]+)\]/g, "<strong>$1</strong>").replace(/\*\*(.*?)\*\*/g, "<strong>$1</strong>").replace(/\*(.*?)\*/g, "<em>$1</em>").replace(/(?:^|\n)-\s+/g, `
1187
1314
  • `).replace(/\n/g, "<br/>").replace(/(\d+\.\s)/g, "<br/>$1").replace(/(\*\s)/g, "<br/>$1")
1188
1315
  }
1189
1316
  }
1190
1317
  ) })
1191
1318
  ] });
1192
- }), Je = (r = "") => {
1319
+ }), lt = (r = "") => {
1193
1320
  const n = (/* @__PURE__ */ new Date()).getHours();
1194
- let s = [];
1195
- return n >= 5 && n < 12 ? r ? s = [
1321
+ let i = [];
1322
+ return n >= 5 && n < 12 ? r ? i = [
1196
1323
  `🌅 Good morning ${r}! I'm an expert on SUPERWISE. Ready to explore the platform together and uncover what's possible?`,
1197
1324
  `☀️ Morning ${r}! I'm an expert on SUPERWISE. What would you like to discover or optimize today?`,
1198
1325
  `🌞 Good morning ${r}! I'm an expert on SUPERWISE. Curious about a feature or looking to dive deeper into the platform?`,
1199
1326
  `👋 Rise and shine ${r}! I'm an expert on SUPERWISE. Let's jump into anything you want to explore.`,
1200
1327
  `👋 Morning ${r}! I'm an expert on SUPERWISE. How can I guide you through the platform today?`
1201
- ] : s = [
1328
+ ] : i = [
1202
1329
  "🌅 Good morning! I'm an expert on SUPERWISE. Ready to explore the platform together and uncover what's possible?",
1203
1330
  "☀️ Morning! I'm an expert on SUPERWISE. What would you like to discover or optimize today?",
1204
1331
  "🌞 Good morning! I'm an expert on SUPERWISE. Curious about a feature or looking to dive deeper into the platform?",
1205
1332
  "👋 Rise and shine! I'm an expert on SUPERWISE. Let's jump into anything you want to explore.",
1206
1333
  "👋 Morning! I'm an expert on SUPERWISE. How can I guide you through the platform today?"
1207
- ] : n >= 12 && n < 17 ? r ? s = [
1334
+ ] : n >= 12 && n < 17 ? r ? i = [
1208
1335
  `🌞 Good afternoon ${r}! I'm an expert on SUPERWISE. Ready to explore insights, features, or workflows together?`,
1209
1336
  `☀️ Afternoon ${r}! I'm an expert on SUPERWISE. How may I help you today?`,
1210
1337
  `👋 Good afternoon ${r}! I'm an expert on SUPERWISE. Looking to learn, optimize, or explore something specific?`,
1211
1338
  `🌅 Hey there ${r}! SUPERWISE expert here. Ready to help you unlock the capabilities you're curious about.`,
1212
1339
  `🌅 Afternoon ${r}! I'm an expert on SUPERWISE. How can I support your exploration today?`
1213
- ] : s = [
1340
+ ] : i = [
1214
1341
  "🌞 Good afternoon! I'm an expert on SUPERWISE. Ready to explore insights, features, or workflows together?",
1215
1342
  "☀️ Afternoon! I'm an expert on SUPERWISE. How may I help you today?",
1216
1343
  "👋 Good afternoon! I'm an expert on SUPERWISE. Looking to learn, optimize, or explore something specific?",
1217
1344
  "🌅 Hey there! SUPERWISE expert here. Ready to help you unlock the capabilities you're curious about.",
1218
1345
  "🌅 Afternoon! I'm an expert on SUPERWISE. How can I support your exploration today?"
1219
- ] : n >= 17 && n < 21 ? r ? s = [
1346
+ ] : n >= 17 && n < 21 ? r ? i = [
1220
1347
  `🌆 Good evening ${r}! I'm a SUPERWISE expert. Ready to explore features or clarify anything you're evaluating?`,
1221
1348
  `🌅 Evening ${r}! I'm your SUPERWISE expert. What can I help you discover or fine-tune tonight?`,
1222
1349
  `👋 Good evening ${r}! I'm an expert on SUPERWISE. Interested in exploring capabilities or reviewing how something works?`,
1223
1350
  `🌇 Hey there ${r}! SUPERWISE expert here. Want to dive into the platform together?`,
1224
1351
  `🌇 Evening ${r}! I'm an expert on SUPERWISE. How can I assist your learning or discovery today?`
1225
- ] : s = [
1352
+ ] : i = [
1226
1353
  "🌆 Good evening! I'm a SUPERWISE expert. Ready to explore features or clarify anything you're evaluating?",
1227
1354
  "🌅 Evening! I'm your SUPERWISE expert. What can I help you discover or fine-tune tonight?",
1228
1355
  "👋 Good evening! I'm an expert on SUPERWISE. Interested in exploring capabilities or reviewing how something works?",
1229
1356
  "🌇 Hey there! SUPERWISE expert here. Want to dive into the platform together?",
1230
1357
  "🌇 Evening! I'm an expert on SUPERWISE. How can I assist your learning or discovery today?"
1231
- ] : r ? s = [
1358
+ ] : r ? i = [
1232
1359
  `🌙 Good evening ${r}! I'm a SUPERWISE expert. Ready to guide you through the platform anytime.`,
1233
1360
  `⭐ Evening ${r}! I'm your SUPERWISE expert. What brings you to Superwise tonight - exploration, questions, or clarity?`,
1234
1361
  `👋 Good evening ${r}! I'm a SUPERWISE expert. Looking to discover features or understand how something works?`,
1235
1362
  `🌃 Hey there ${r}! I'm a SUPERWISE expert. Want to explore what the platform offers?`,
1236
1363
  `🌃 Evening ${r}! SUPERWISE expert here. How can I help simplify or explain things for you today?`
1237
- ] : s = [
1364
+ ] : i = [
1238
1365
  "🌙 Good evening! I'm a SUPERWISE expert. Ready to guide you through the platform anytime.",
1239
1366
  "⭐ Evening! I'm your SUPERWISE expert. What brings you to Superwise tonight - exploration, questions, or clarity?",
1240
1367
  "👋 Good evening! I'm a SUPERWISE expert. Looking to discover features or understand how something works?",
1241
1368
  "🌃 Hey there! I'm a SUPERWISE expert. Want to explore what the platform offers?",
1242
1369
  "🌃 Evening! SUPERWISE expert here. How can I help simplify or explain things for you today?"
1243
- ], s[Math.floor(Math.random() * s.length)];
1370
+ ], i[Math.floor(Math.random() * i.length)];
1244
1371
  };
1245
- function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryColor: p = "", apiUrl: l = "" }) {
1246
- const [a, d] = L(() => {
1372
+ function dt({ title: r = "", agentId: n = "", discoveryAgentId: i = "", primaryColor: a = "", minimizedButtonColor: o = "", apiUrl: w = "" }) {
1373
+ const [c, d] = H(() => {
1247
1374
  try {
1248
1375
  if (typeof window < "u" && window.localStorage) {
1249
- const o = window.localStorage.getItem("chatbot-messages");
1250
- return o ? JSON.parse(o) : [];
1376
+ const s = window.localStorage.getItem("chatbot-messages");
1377
+ return s ? JSON.parse(s) : [];
1251
1378
  }
1252
1379
  } catch {
1253
1380
  }
1254
1381
  return [];
1255
- }), [i, C] = L(() => {
1382
+ }), [l, C] = H(() => {
1256
1383
  try {
1257
1384
  if (typeof window < "u" && window.localStorage) {
1258
- const o = window.localStorage.getItem("chatbot-mql_df");
1259
- return o ? JSON.parse(o) : [];
1385
+ const s = window.localStorage.getItem("chatbot-mql_df");
1386
+ return s ? JSON.parse(s) : [];
1260
1387
  }
1261
1388
  } catch {
1262
1389
  }
1263
1390
  return [];
1264
- }), [y, w] = L(""), [v, j] = L(!1), [E, h] = L(!1), [f, I] = L(!1), [H, T] = L(!1), [O, R] = L(/* @__PURE__ */ new Set()), [ae, ie] = L(!1), [le, ce] = L(!1), [G, _] = L(!1), [M, J] = L(!1), [me, de] = L(""), [$, F] = L(""), te = 12e4, pe = "https://superwise.ai/contact/", N = q(null), U = q(null), c = (() => {
1265
- if (p) return p;
1391
+ }), [u, L] = H(""), [p, m] = H(!1), [f, y] = H(!1), [b, F] = H(!1), [A, X] = H(!1), [ie, V] = H(/* @__PURE__ */ new Set()), [le, ce] = H(!1), [de, K] = H(!1), [pe, W] = H(!1), [R, re] = H(!1), [Ce, Q] = H(""), [Z, z] = H(""), ne = 12e4, ue = "https://superwise.ai/contact/", Y = M(null), t = M(null), E = (() => {
1392
+ if (a) return a;
1266
1393
  if (typeof document < "u" && typeof window < "u") {
1267
- const o = document.querySelector("[data-chatbot-color]");
1268
- if (o)
1269
- return o.getAttribute("data-chatbot-color") || "#000";
1270
- const S = getComputedStyle(document.documentElement).getPropertyValue("--swttyw-primary-color").trim();
1271
- if (S) return S;
1394
+ const s = document.querySelector("[data-chatbot-color]");
1395
+ if (s)
1396
+ return s.getAttribute("data-chatbot-color") || "#000";
1397
+ const v = getComputedStyle(document.documentElement).getPropertyValue("--swttyw-primary-color").trim();
1398
+ if (v) return v;
1272
1399
  }
1273
1400
  return "#000";
1274
- })(), x = Ce(() => {
1275
- if (!i || i.length === 0) return "";
1276
- const o = i.find((k) => k.name && k.email);
1277
- return o ? `${o.name} (${o.email})` : "";
1278
- }, [i]), b = q(null), Z = q(null), X = q(a), u = ee(() => {
1279
- N.current && (clearTimeout(N.current), N.current = null);
1280
- }, []), P = ee((o) => {
1281
- u(), N.current = setTimeout(o, te);
1282
- }, [te, u]), B = Ce(() => a.map((o) => ({ role: o.from, content: o.text })), [a]), K = (o) => {
1283
- F(o), setTimeout(() => {
1284
- F("");
1401
+ })(), j = o || "#000000", q = He(() => {
1402
+ if (!l || l.length === 0) return "";
1403
+ const s = l.find((x) => x.name && x.email);
1404
+ return s ? `${s.name} (${s.email})` : "";
1405
+ }, [l]), ee = M(null), k = M(null), [O, D] = H(!0), N = M(!0), be = M(c), _ = J(() => {
1406
+ Y.current && (clearTimeout(Y.current), Y.current = null);
1407
+ }, []), ke = J((s) => {
1408
+ _(), Y.current = setTimeout(s, ne);
1409
+ }, [ne, _]), we = He(() => c.map((s) => ({ role: s.from, content: s.text })), [c]), me = (s) => {
1410
+ z(s), setTimeout(() => {
1411
+ z("");
1285
1412
  }, 4e3);
1286
- }, Le = (o) => {
1287
- const k = o.length, S = o.trim();
1288
- return de(""), F(""), !S || k === 0 ? (K("Please enter a message before sending."), !1) : new RegExp(/(<([^>]+)>)/gi).test(S) ? (K("Please avoid using HTML tags or scripts in your message."), !1) : S.length < 2 ? (K("Please enter a meaningful question (at least 2 characters)."), !1) : S.length > 1e3 ? (K("Message is too long. Please keep it under 1000 characters."), !1) : (de(""), F(""), !0);
1289
- }, re = ee((o = "auto") => {
1290
- var S;
1291
- const k = Z.current;
1292
- k && (k.scrollTop = k.scrollHeight), (S = b.current) == null || S.scrollIntoView({ behavior: o });
1413
+ }, Te = (s) => {
1414
+ const x = s.length, v = s.trim();
1415
+ return Q(""), z(""), !v || x === 0 ? (me("Please enter a message before sending."), !1) : new RegExp(/(<([^>]+)>)/gi).test(v) ? (me("Please avoid using HTML tags or scripts in your message."), !1) : v.length < 2 ? (me("Please enter a meaningful question (at least 2 characters)."), !1) : v.length > 1e3 ? (me("Message is too long. Please keep it under 1000 characters."), !1) : (Q(""), z(""), !0);
1416
+ }, U = J((s = "auto") => {
1417
+ var v;
1418
+ const x = k.current;
1419
+ x && (x.scrollTop = x.scrollHeight), (v = ee.current) == null || v.scrollIntoView({ behavior: s }), N.current = !0, D(!0);
1293
1420
  }, []);
1294
- W(() => {
1295
- requestAnimationFrame(() => re("auto"));
1296
- }, [a, $, G, M, re]), W(() => {
1297
- if (!v && O.size === 0) return;
1298
- const o = setInterval(() => re("auto"), 120);
1299
- return () => clearInterval(o);
1300
- }, [v, O, re]), W(() => {
1421
+ P(() => {
1422
+ N.current && requestAnimationFrame(() => U("auto"));
1423
+ }, [c, Z, pe, R, ie, p, U]), P(() => {
1424
+ const s = k.current;
1425
+ if (!s || typeof ResizeObserver > "u") return;
1426
+ const x = new ResizeObserver(() => {
1427
+ N.current && U("auto");
1428
+ });
1429
+ return x.observe(s), () => x.disconnect();
1430
+ }, [U]);
1431
+ const fe = M(null), ve = M(b);
1432
+ P(() => {
1433
+ const s = ve.current;
1434
+ if (ve.current = b, s && !b) {
1435
+ const x = fe.current;
1436
+ x != null ? (fe.current = null, requestAnimationFrame(() => {
1437
+ const v = k.current;
1438
+ if (v) {
1439
+ const I = v.scrollHeight - v.clientHeight;
1440
+ v.scrollTop = Math.min(x, Math.max(0, I));
1441
+ const he = v.scrollHeight - v.scrollTop - v.clientHeight <= 40;
1442
+ N.current = he, D(he);
1443
+ }
1444
+ })) : requestAnimationFrame(() => U("auto"));
1445
+ }
1446
+ }, [b, U]);
1447
+ const $e = J(() => {
1448
+ const s = k.current;
1449
+ if (!s) return;
1450
+ const I = s.scrollHeight - s.scrollTop - s.clientHeight <= 40;
1451
+ N.current !== I && (N.current = I, D(I));
1452
+ }, []);
1453
+ P(() => {
1301
1454
  try {
1302
- typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-messages", JSON.stringify(a));
1455
+ typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-messages", JSON.stringify(c));
1303
1456
  } catch {
1304
1457
  }
1305
- }, [a]), W(() => {
1458
+ }, [c]), P(() => {
1306
1459
  try {
1307
- typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-mql_df", JSON.stringify(i));
1460
+ typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-mql_df", JSON.stringify(l));
1308
1461
  } catch {
1309
1462
  }
1310
- }, [i]), W(() => {
1311
- X.current = a;
1312
- }, [a]), W(() => {
1313
- if (a.length === 0 && !ae) {
1314
- const k = { from: "ai", text: Je(x) };
1315
- d([k]), ie(!0), R(/* @__PURE__ */ new Set([0]));
1463
+ }, [l]), P(() => {
1464
+ be.current = c;
1465
+ }, [c]), P(() => {
1466
+ if (c.length === 0 && !le) {
1467
+ const x = { from: "ai", text: lt(q) };
1468
+ d([x]), ce(!0), V(/* @__PURE__ */ new Set([0]));
1316
1469
  }
1317
- }, [a.length, ae, x]), W(() => () => u(), [u]);
1318
- const fe = ee(async () => {
1319
- var xe;
1320
- if (v || M) return;
1321
- const o = y.trim();
1322
- if (!o || !Le(y))
1470
+ }, [c.length, le, q]), P(() => () => _(), [_]);
1471
+ const Se = J(async () => {
1472
+ var Le;
1473
+ if (p || R) return;
1474
+ const s = u.trim();
1475
+ if (!s || !Te(u))
1323
1476
  return;
1324
- _(!1), u(), (xe = U.current) == null || xe.abort();
1325
- const k = new AbortController();
1326
- U.current = k;
1327
- const S = k.signal, V = { from: "human", text: o }, z = X.current, He = [...z, V];
1328
- d(He), w(""), j(!0);
1329
- let ye = o;
1330
- if (i && i.length > 0 && !le) {
1331
- const g = z.filter((Y) => Y.from === "ai").pop();
1332
- g && g.text && g.text.trim() !== "" && (ye = o + "." + g.text, ce(!0));
1477
+ W(!1), _(), (Le = t.current) == null || Le.abort();
1478
+ const x = new AbortController();
1479
+ t.current = x;
1480
+ const v = x.signal, I = { from: "human", text: s }, T = be.current, he = [...T, I];
1481
+ d(he), L(""), m(!0);
1482
+ let je = s;
1483
+ if (l && l.length > 0 && !de) {
1484
+ const S = T.filter((G) => G.from === "ai").pop();
1485
+ S && S.text && S.text.trim() !== "" && (je = s + "." + S.text, K(!0));
1333
1486
  }
1334
- const Re = [...B, { role: "human", content: o }];
1335
- P(() => {
1336
- var g;
1337
- _(!0), (g = U.current) == null || g.abort(), j(!1);
1487
+ const ze = [...we, { role: "human", content: s }];
1488
+ ke(() => {
1489
+ var S;
1490
+ W(!0), (S = t.current) == null || S.abort(), m(!1);
1338
1491
  });
1339
1492
  try {
1340
- const g = await Te(ye, Re, i, n, s, l, S);
1341
- if (u(), typeof g == "string") {
1342
- const Y = { from: "ai", text: g };
1343
- d((D) => {
1344
- const A = [...D, Y];
1345
- return R((Q) => /* @__PURE__ */ new Set([...Q, A.length - 1])), A;
1346
- }), (g.startsWith("⚠️") || g.startsWith("❌")) && _(!0);
1493
+ const S = await qe(je, ze, l, n, i, w, v);
1494
+ if (_(), typeof S == "string") {
1495
+ const G = { from: "ai", text: S };
1496
+ d((B) => {
1497
+ const $ = [...B, G];
1498
+ return V((te) => /* @__PURE__ */ new Set([...te, $.length - 1])), $;
1499
+ }), (S.startsWith("⚠️") || S.startsWith("❌")) && W(!0);
1347
1500
  } else {
1348
- if (g != null && g.isError) {
1349
- _(!0);
1350
- const D = g.reply || se;
1351
- d((A) => {
1352
- const Q = [...A, { from: "ai", text: D }];
1353
- return R((_e) => /* @__PURE__ */ new Set([..._e, Q.length - 1])), Q;
1501
+ if (S != null && S.isError) {
1502
+ W(!0);
1503
+ const B = S.reply || ae;
1504
+ d(($) => {
1505
+ const te = [...$, { from: "ai", text: B }];
1506
+ return V((Oe) => /* @__PURE__ */ new Set([...Oe, te.length - 1])), te;
1354
1507
  });
1355
1508
  return;
1356
1509
  }
1357
- const Y = { from: "ai", text: g.reply };
1358
- d((D) => {
1359
- const A = [...D, Y];
1360
- return R((Q) => /* @__PURE__ */ new Set([...Q, A.length - 1])), A;
1361
- }), g.mqlDf && Array.isArray(g.mqlDf) && C(g.mqlDf), g.reply && (g.reply.startsWith("⚠️") || g.reply.startsWith("❌")) && _(!0), g.chatHistoryLimitExceeded && J(!0);
1510
+ const G = { from: "ai", text: S.reply };
1511
+ d((B) => {
1512
+ const $ = [...B, G];
1513
+ return V((te) => /* @__PURE__ */ new Set([...te, $.length - 1])), $;
1514
+ }), S.mqlDf && Array.isArray(S.mqlDf) && C(S.mqlDf), S.reply && (S.reply.startsWith("⚠️") || S.reply.startsWith("❌")) && W(!0), S.chatHistoryLimitExceeded && re(!0);
1362
1515
  }
1363
- } catch (g) {
1364
- if (u(), g.name === "AbortError")
1516
+ } catch (S) {
1517
+ if (_(), S.name === "AbortError")
1365
1518
  return;
1366
- _(!0), d((Y) => {
1367
- const D = [
1368
- ...Y,
1519
+ W(!0), d((G) => {
1520
+ const B = [
1521
+ ...G,
1369
1522
  {
1370
1523
  from: "ai",
1371
- text: se
1524
+ text: ae
1372
1525
  }
1373
1526
  ];
1374
- return R((A) => /* @__PURE__ */ new Set([...A, D.length - 1])), D;
1527
+ return V(($) => /* @__PURE__ */ new Set([...$, B.length - 1])), B;
1375
1528
  });
1376
1529
  } finally {
1377
- j(!1);
1530
+ m(!1);
1378
1531
  }
1379
- }, [y, n, s, i, le, B, M, u, P]), Ie = ee(() => {
1380
- var o;
1381
- u(), (o = U.current) == null || o.abort(), _(!1), J(!1), d([]), R(/* @__PURE__ */ new Set()), ie(!1), ce(!1);
1532
+ }, [u, n, i, l, de, we, R, _, ke]), Fe = J(() => {
1533
+ var s;
1534
+ _(), (s = t.current) == null || s.abort(), W(!1), re(!1), d([]), V(/* @__PURE__ */ new Set()), ce(!1), K(!1);
1382
1535
  try {
1383
1536
  typeof window < "u" && window.localStorage && window.localStorage.removeItem("chatbot-messages");
1384
1537
  } catch {
1385
1538
  }
1386
- h(!1);
1387
- }, [u]), ge = ee(async () => {
1388
- var o, k, S;
1389
- if (!i || i.length === 0) {
1539
+ y(!1);
1540
+ }, [_]), Ee = J(async () => {
1541
+ var s, x, v;
1542
+ if (!l || l.length === 0) {
1390
1543
  console.warn("No mql_df data available for PDF download");
1391
1544
  return;
1392
1545
  }
1393
1546
  try {
1394
- j(!0), console.log("mql_df data for lead extraction:", i);
1395
- const V = {
1396
- name: ((o = i.find((z) => z.name)) == null ? void 0 : o.name) || "Chat User",
1397
- email: ((k = i.find((z) => z.email)) == null ? void 0 : k.email) || "user@example.com",
1398
- summary: `Chat conversation with ${a.length} messages. User asked: "${((S = a.find((z) => z.from === "human")) == null ? void 0 : S.text) || "No user messages"}"`
1547
+ m(!0), console.log("mql_df data for lead extraction:", l);
1548
+ const I = {
1549
+ name: ((s = l.find((T) => T.name)) == null ? void 0 : s.name) || "Chat User",
1550
+ email: ((x = l.find((T) => T.email)) == null ? void 0 : x.email) || "user@example.com",
1551
+ summary: `Chat conversation with ${c.length} messages. User asked: "${((v = c.find((T) => T.from === "human")) == null ? void 0 : v.text) || "No user messages"}"`
1399
1552
  };
1400
- console.log("Extracted lead row:", V), await $e(i, V, B, l), console.log("PDF downloaded successfully");
1401
- } catch (V) {
1402
- console.error("Failed to download PDF:", V);
1553
+ console.log("Extracted lead row:", I), await Ge(l, I, we, w), console.log("PDF downloaded successfully");
1554
+ } catch (I) {
1555
+ console.error("Failed to download PDF:", I);
1403
1556
  } finally {
1404
- j(!1);
1557
+ m(!1);
1405
1558
  }
1406
- }, [i, a]);
1559
+ }, [l, c]);
1407
1560
  return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs(
1408
1561
  "div",
1409
1562
  {
1410
1563
  className: "sw-ttyw-chatbot",
1411
1564
  style: {
1412
- ...f ? m.containerMinimized : H ? m.containerExpanded : m.container,
1413
- "--swttyw-primary-color": c,
1565
+ ...b ? g.containerMinimized : A ? g.containerExpanded : g.container,
1566
+ "--swttyw-primary-color": E,
1567
+ "--swttyw-minimized-button-color": j,
1414
1568
  "--swttyw-avatar-image": "url('')",
1415
1569
  "--swttyw-user-avatar-image": "url('')",
1416
1570
  "--swttyw-background-color": "#F7F7F7",
@@ -1419,30 +1573,27 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1419
1573
  "--swttyw-footer-font-size": "16px",
1420
1574
  "--swttyw-user-background-image": "url('')"
1421
1575
  },
1422
- onClick: f ? () => I(!1) : void 0,
1576
+ onClick: b ? () => F(!1) : void 0,
1423
1577
  children: [
1424
- f ? (
1425
- /* Minimized State - Horizontal Button */
1426
- /* @__PURE__ */ e.jsxs("div", { style: m.minimizedContent, children: [
1427
- /* @__PURE__ */ e.jsxs("svg", { style: m.chatIcon, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1428
- /* @__PURE__ */ e.jsx("path", { d: "M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15Z", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1429
- /* @__PURE__ */ e.jsx("path", { d: "M8 9H16", stroke: "white", strokeWidth: "2", strokeLinecap: "round" }),
1430
- /* @__PURE__ */ e.jsx("path", { d: "M8 13H12", stroke: "white", strokeWidth: "2", strokeLinecap: "round" })
1431
- ] }),
1432
- /* @__PURE__ */ e.jsx("div", { style: m.minimizedTitle, children: r })
1433
- ] })
1578
+ b ? (
1579
+ /* Minimized State - Icon only (no title) */
1580
+ /* @__PURE__ */ e.jsx("div", { style: g.minimizedContent, children: /* @__PURE__ */ e.jsxs("svg", { style: g.chatIcon, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1581
+ /* @__PURE__ */ e.jsx("path", { d: "M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15Z", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1582
+ /* @__PURE__ */ e.jsx("path", { d: "M8 9H16", stroke: "white", strokeWidth: "2", strokeLinecap: "round" }),
1583
+ /* @__PURE__ */ e.jsx("path", { d: "M8 13H12", stroke: "white", strokeWidth: "2", strokeLinecap: "round" })
1584
+ ] }) })
1434
1585
  ) : (
1435
1586
  /* Full State - Header with Controls */
1436
- /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-header", style: m.header, children: [
1437
- /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-name", style: m.name, children: r }),
1438
- /* @__PURE__ */ e.jsxs("div", { style: m.headerActions, children: [
1587
+ /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-header", style: g.header, children: [
1588
+ /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-name", style: g.name, children: r }),
1589
+ /* @__PURE__ */ e.jsxs("div", { style: g.headerActions, children: [
1439
1590
  /* @__PURE__ */ e.jsx(
1440
1591
  "button",
1441
1592
  {
1442
- onClick: () => T((o) => !o),
1443
- style: m.headerButton,
1444
- title: H ? "Shrink chat" : "Expand chat",
1445
- children: H ? /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1593
+ onClick: () => X((s) => !s),
1594
+ style: g.headerButton,
1595
+ title: A ? "Shrink chat" : "Expand chat",
1596
+ children: A ? /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1446
1597
  /* @__PURE__ */ e.jsx("path", { d: "M9 4V9H4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1447
1598
  /* @__PURE__ */ e.jsx("path", { d: "M15 4V9H20", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1448
1599
  /* @__PURE__ */ e.jsx("path", { d: "M9 20V15H4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
@@ -1459,20 +1610,24 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1459
1610
  "button",
1460
1611
  {
1461
1612
  onClick: () => {
1462
- f || T(!1), I(!f);
1613
+ if (!b) {
1614
+ const s = k.current;
1615
+ s && (fe.current = s.scrollTop), X(!1);
1616
+ }
1617
+ F(!b);
1463
1618
  },
1464
- style: m.headerButton,
1465
- title: f ? "Maximize chat" : "Minimize chat",
1619
+ style: g.headerButton,
1620
+ title: b ? "Maximize chat" : "Minimize chat",
1466
1621
  children: /* @__PURE__ */ e.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e.jsx("path", { d: "M6 9H18", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }) })
1467
1622
  }
1468
1623
  ),
1469
- i && i.length > 0 && /* @__PURE__ */ e.jsx(
1624
+ l && l.length > 0 && /* @__PURE__ */ e.jsx(
1470
1625
  "button",
1471
1626
  {
1472
- onClick: ge,
1473
- style: m.headerButton,
1627
+ onClick: Ee,
1628
+ style: g.headerButton,
1474
1629
  title: "Download PDF Report",
1475
- disabled: v,
1630
+ disabled: p,
1476
1631
  children: /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1477
1632
  /* @__PURE__ */ e.jsx("path", { d: "M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1478
1633
  /* @__PURE__ */ e.jsx("path", { d: "M7 10L12 15L17 10", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
@@ -1483,8 +1638,8 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1483
1638
  /* @__PURE__ */ e.jsx(
1484
1639
  "button",
1485
1640
  {
1486
- onClick: () => h(!0),
1487
- style: m.headerButton,
1641
+ onClick: () => y(!0),
1642
+ style: g.headerButton,
1488
1643
  title: "Clear chat",
1489
1644
  children: /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1490
1645
  /* @__PURE__ */ e.jsx("path", { d: "M3 6H5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
@@ -1497,141 +1652,161 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1497
1652
  ] })
1498
1653
  ] })
1499
1654
  ),
1500
- !f && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-section", style: { flexGrow: 1, display: "flex", flexDirection: "column" }, children: [
1501
- /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-messages", style: m.chatSection, ref: Z, children: [
1502
- a.length === 0 && !v && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-empty-state", style: {
1503
- display: "flex",
1504
- flexDirection: "column",
1505
- alignItems: "center",
1506
- justifyContent: "center",
1507
- height: "100%",
1508
- position: "relative"
1509
- }, children: /* @__PURE__ */ e.jsx(
1510
- "img",
1511
- {
1512
- src: ze,
1513
- alt: "Superwise Logo",
1514
- style: {
1515
- width: "350px",
1516
- height: "200px",
1517
- opacity: 0.8,
1518
- objectFit: "contain"
1519
- },
1520
- onError: (o) => {
1521
- console.log("Logo failed to load, using fallback"), o.target.style.display = "none";
1522
- }
1523
- }
1524
- ) }),
1525
- a.map((o, k) => /* @__PURE__ */ e.jsx(
1526
- Ge,
1527
- {
1528
- msg: o,
1529
- isTyping: O.has(k),
1530
- onTypingComplete: () => {
1531
- R((S) => {
1532
- const V = new Set(S);
1533
- return V.delete(k), V;
1534
- }), requestAnimationFrame(() => re("auto"));
1535
- }
1536
- },
1537
- k
1538
- )),
1539
- $ && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-validation-message", children: [
1540
- /* @__PURE__ */ e.jsx("span", { className: "error-icon", children: "⚠️" }),
1541
- /* @__PURE__ */ e.jsx("span", { children: $ })
1542
- ] }),
1543
- G && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-contact-cta", children: /* @__PURE__ */ e.jsxs(
1544
- "a",
1545
- {
1546
- href: pe,
1547
- target: "_blank",
1548
- rel: "noopener noreferrer",
1549
- className: "sw-ttyw-cta-button",
1550
- children: [
1551
- /* @__PURE__ */ e.jsx("span", { className: "sw-ttyw-cta-icon", "aria-hidden": !0, children: "✉" }),
1552
- "Contact Sales"
1553
- ]
1554
- }
1555
- ) }),
1556
- M && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-exceeded", children: [
1557
- /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-limit-exceeded-message", children: "Chat history limit reached. Please download your conversation as PDF and clear chat history to continue." }),
1558
- /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-action-buttons", children: [
1559
- /* @__PURE__ */ e.jsxs(
1560
- "button",
1655
+ !b && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-section", style: { flexGrow: 1, display: "flex", flexDirection: "column" }, children: [
1656
+ /* @__PURE__ */ e.jsxs(
1657
+ "div",
1658
+ {
1659
+ className: "sw-ttyw-messages",
1660
+ style: g.chatSection,
1661
+ ref: k,
1662
+ onScroll: $e,
1663
+ children: [
1664
+ c.length === 0 && !p && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-empty-state", style: {
1665
+ display: "flex",
1666
+ flexDirection: "column",
1667
+ alignItems: "center",
1668
+ justifyContent: "center",
1669
+ height: "100%",
1670
+ position: "relative"
1671
+ }, children: /* @__PURE__ */ e.jsx(
1672
+ "img",
1561
1673
  {
1562
- type: "button",
1563
- className: "sw-ttyw-limit-download-pdf",
1564
- onClick: ge,
1565
- disabled: v,
1674
+ src: Xe,
1675
+ alt: "Superwise Logo",
1676
+ style: {
1677
+ width: "350px",
1678
+ height: "200px",
1679
+ opacity: 0.8,
1680
+ objectFit: "contain"
1681
+ },
1682
+ onError: (s) => {
1683
+ console.log("Logo failed to load, using fallback"), s.target.style.display = "none";
1684
+ }
1685
+ }
1686
+ ) }),
1687
+ c.map((s, x) => /* @__PURE__ */ e.jsx(
1688
+ it,
1689
+ {
1690
+ msg: s,
1691
+ isTyping: ie.has(x),
1692
+ onTypingComplete: () => {
1693
+ V((v) => {
1694
+ const I = new Set(v);
1695
+ return I.delete(x), I;
1696
+ }), requestAnimationFrame(() => U("auto"));
1697
+ }
1698
+ },
1699
+ x
1700
+ )),
1701
+ Z && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-validation-message", children: [
1702
+ /* @__PURE__ */ e.jsx("span", { className: "error-icon", children: "⚠️" }),
1703
+ /* @__PURE__ */ e.jsx("span", { children: Z })
1704
+ ] }),
1705
+ pe && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-contact-cta", children: /* @__PURE__ */ e.jsxs(
1706
+ "a",
1707
+ {
1708
+ href: ue,
1709
+ target: "_blank",
1710
+ rel: "noopener noreferrer",
1711
+ className: "sw-ttyw-cta-button",
1566
1712
  children: [
1567
- /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: [
1568
- /* @__PURE__ */ e.jsx("path", { d: "M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1569
- /* @__PURE__ */ e.jsx("path", { d: "M7 10L12 15L17 10", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1570
- /* @__PURE__ */ e.jsx("path", { d: "M12 15V3", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1571
- ] }),
1572
- "Download Chat"
1713
+ /* @__PURE__ */ e.jsx("span", { className: "sw-ttyw-cta-icon", "aria-hidden": !0, children: "✉" }),
1714
+ "Contact Sales"
1573
1715
  ]
1574
1716
  }
1575
- ),
1576
- /* @__PURE__ */ e.jsxs(
1717
+ ) }),
1718
+ R && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-exceeded", children: [
1719
+ /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-limit-exceeded-message", children: "Chat history limit reached. Please download your conversation as PDF and clear chat history to continue." }),
1720
+ /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-action-buttons", children: [
1721
+ /* @__PURE__ */ e.jsxs(
1722
+ "button",
1723
+ {
1724
+ type: "button",
1725
+ className: "sw-ttyw-limit-download-pdf",
1726
+ onClick: Ee,
1727
+ disabled: p,
1728
+ children: [
1729
+ /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: [
1730
+ /* @__PURE__ */ e.jsx("path", { d: "M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1731
+ /* @__PURE__ */ e.jsx("path", { d: "M7 10L12 15L17 10", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1732
+ /* @__PURE__ */ e.jsx("path", { d: "M12 15V3", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1733
+ ] }),
1734
+ "Download Chat"
1735
+ ]
1736
+ }
1737
+ ),
1738
+ /* @__PURE__ */ e.jsxs(
1739
+ "button",
1740
+ {
1741
+ type: "button",
1742
+ className: "sw-ttyw-limit-clear-history",
1743
+ onClick: () => y(!0),
1744
+ children: [
1745
+ /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: [
1746
+ /* @__PURE__ */ e.jsx("path", { d: "M3 6H5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1747
+ /* @__PURE__ */ e.jsx("path", { d: "M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1748
+ /* @__PURE__ */ e.jsx("path", { d: "M10 11V17", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1749
+ /* @__PURE__ */ e.jsx("path", { d: "M14 11V17", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1750
+ ] }),
1751
+ "Clear History"
1752
+ ]
1753
+ }
1754
+ )
1755
+ ] })
1756
+ ] }),
1757
+ p && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-message other message-loading", style: { ...g.message, ...g.messageOther, minHeight: "2.5rem" }, children: [
1758
+ /* @__PURE__ */ e.jsx("div", { className: "message-avatar", style: g.messageAvatar, children: /* @__PURE__ */ e.jsx(Pe, { width: 20, height: 20 }) }),
1759
+ /* @__PURE__ */ e.jsxs("div", { className: "message-content", style: g.messageContent, children: [
1760
+ /* @__PURE__ */ e.jsx("div", { className: "typing typing-1" }),
1761
+ /* @__PURE__ */ e.jsx("div", { className: "typing typing-2" }),
1762
+ /* @__PURE__ */ e.jsx("div", { className: "typing typing-3" })
1763
+ ] })
1764
+ ] }),
1765
+ !O && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-jump-latest", children: /* @__PURE__ */ e.jsx(
1577
1766
  "button",
1578
1767
  {
1579
1768
  type: "button",
1580
- className: "sw-ttyw-limit-clear-history",
1581
- onClick: () => h(!0),
1582
- children: [
1583
- /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": !0, children: [
1584
- /* @__PURE__ */ e.jsx("path", { d: "M3 6H5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1585
- /* @__PURE__ */ e.jsx("path", { d: "M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1586
- /* @__PURE__ */ e.jsx("path", { d: "M10 11V17", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
1587
- /* @__PURE__ */ e.jsx("path", { d: "M14 11V17", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
1588
- ] }),
1589
- "Clear History"
1590
- ]
1769
+ className: "sw-ttyw-jump-button",
1770
+ onClick: () => {
1771
+ U("smooth"), D(!0);
1772
+ },
1773
+ children: "Jump to latest"
1591
1774
  }
1592
- )
1593
- ] })
1594
- ] }),
1595
- v && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-message other message-loading", style: { ...m.message, ...m.messageOther }, children: [
1596
- /* @__PURE__ */ e.jsx("div", { className: "message-avatar", style: m.messageAvatar, children: /* @__PURE__ */ e.jsx(Se, { width: 20, height: 20 }) }),
1597
- /* @__PURE__ */ e.jsxs("div", { className: "message-content", style: m.messageContent, children: [
1598
- /* @__PURE__ */ e.jsx("div", { className: "typing typing-1" }),
1599
- /* @__PURE__ */ e.jsx("div", { className: "typing typing-2" }),
1600
- /* @__PURE__ */ e.jsx("div", { className: "typing typing-3" })
1601
- ] })
1602
- ] }),
1603
- /* @__PURE__ */ e.jsx("div", { ref: b })
1604
- ] }),
1605
- /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-section", style: m.inputSection, children: [
1775
+ ) }),
1776
+ /* @__PURE__ */ e.jsx("div", { ref: ee })
1777
+ ]
1778
+ }
1779
+ ),
1780
+ /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-section", style: g.inputSection, children: [
1606
1781
  /* @__PURE__ */ e.jsx(
1607
1782
  "textarea",
1608
1783
  {
1609
1784
  className: "sw-ttyw-input",
1610
- placeholder: M ? "Chat limit reached." : "Please ask question here",
1611
- value: y,
1612
- onChange: (o) => {
1613
- w(o.target.value), $ && F("");
1785
+ placeholder: R ? "Chat limit reached." : "Please ask question here",
1786
+ value: u,
1787
+ onChange: (s) => {
1788
+ L(s.target.value), Z && z("");
1614
1789
  },
1615
1790
  maxLength: 1e3,
1616
- disabled: v || M,
1617
- style: m.textarea,
1618
- onKeyDown: (o) => o.key === "Enter" && !o.shiftKey && (o.preventDefault(), fe())
1791
+ disabled: p || R,
1792
+ style: g.textarea,
1793
+ onKeyDown: (s) => s.key === "Enter" && !s.shiftKey && (s.preventDefault(), Se())
1619
1794
  }
1620
1795
  ),
1621
- /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-content", style: m.inputFooter, children: [
1622
- /* @__PURE__ */ e.jsxs("small", { id: "sw-ttyw-chat-textbox-status", style: m.characterCount, children: [
1623
- /* @__PURE__ */ e.jsx("span", { children: y.length }),
1796
+ /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-content", style: g.inputFooter, children: [
1797
+ /* @__PURE__ */ e.jsxs("small", { id: "sw-ttyw-chat-textbox-status", style: g.characterCount, children: [
1798
+ /* @__PURE__ */ e.jsx("span", { children: u.length }),
1624
1799
  "/1000"
1625
1800
  ] }),
1626
1801
  /* @__PURE__ */ e.jsx(
1627
1802
  "button",
1628
1803
  {
1629
1804
  id: "sw-ttyw-chat-send-message",
1630
- onClick: fe,
1805
+ onClick: Se,
1631
1806
  "aria-label": "Send message",
1632
- disabled: v || M,
1633
- style: m.sendButton,
1634
- children: /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "#000000", className: "cwv replaced-svg", children: [
1807
+ disabled: p || R,
1808
+ style: { ...g.sendButton, color: E },
1809
+ children: /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "currentColor", className: "cwv replaced-svg", children: [
1635
1810
  /* @__PURE__ */ e.jsx("path", { d: "M0 0h24v24H0z", fill: "none" }),
1636
1811
  /* @__PURE__ */ e.jsx("path", { d: "M2.01 21L23 12 2.01 3 2 10l15 2-15 2z" })
1637
1812
  ] })
@@ -1640,18 +1815,18 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1640
1815
  ] })
1641
1816
  ] })
1642
1817
  ] }),
1643
- E && /* @__PURE__ */ e.jsxs("div", { className: "swttyw-modal swttyw-modal-clear-history", style: m.modalOverlay, children: [
1818
+ f && /* @__PURE__ */ e.jsxs("div", { className: "swttyw-modal swttyw-modal-clear-history", style: g.modalOverlay, children: [
1644
1819
  /* @__PURE__ */ e.jsx("div", { className: "swtty-modal-header" }),
1645
- /* @__PURE__ */ e.jsxs("div", { className: "swtty-modal-body", style: m.modalBody, children: [
1820
+ /* @__PURE__ */ e.jsxs("div", { className: "swtty-modal-body", style: g.modalBody, children: [
1646
1821
  /* @__PURE__ */ e.jsx("div", { className: "swtty-content", children: "Are you sure you want to delete the chat history?" }),
1647
- /* @__PURE__ */ e.jsxs("div", { className: "swtty-action", style: m.modalActions, children: [
1822
+ /* @__PURE__ */ e.jsxs("div", { className: "swtty-action", style: g.modalActions, children: [
1648
1823
  /* @__PURE__ */ e.jsx(
1649
1824
  "input",
1650
1825
  {
1651
1826
  type: "button",
1652
1827
  className: "swttyw-btn swttyw-btn-primary",
1653
1828
  id: "swttyw-btn-clear-history-yes",
1654
- onClick: Ie,
1829
+ onClick: Fe,
1655
1830
  value: "Yes",
1656
1831
  style: {
1657
1832
  background: "var(--swttyw-primary-color)",
@@ -1670,7 +1845,7 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1670
1845
  type: "button",
1671
1846
  className: "swttyw-btn swttyw-btn-primary-inverse",
1672
1847
  id: "swttyw-btn-clear-history-no",
1673
- onClick: () => h(!1),
1848
+ onClick: () => y(!1),
1674
1849
  value: "No",
1675
1850
  style: {
1676
1851
  background: "transparent",
@@ -1687,14 +1862,14 @@ function Ke({ title: r = "", agentId: n = "", discoveryAgentId: s = "", primaryC
1687
1862
  ] }),
1688
1863
  /* @__PURE__ */ e.jsx("div", { className: "swtty-modal-footer" })
1689
1864
  ] }),
1690
- !f && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-footer", style: m.footer, children: [
1865
+ !b && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-footer", style: g.footer, children: [
1691
1866
  "Powered by ",
1692
- /* @__PURE__ */ e.jsx("a", { href: "https://superwise.ai/", className: "ml-1", target: "_new", rel: "noopener noreferrer", style: { marginLeft: "0.25rem", lineHeight: 0 }, "aria-label": "SUPERWISE®", children: /* @__PURE__ */ e.jsx(Oe, { height: 20 }) })
1867
+ /* @__PURE__ */ e.jsx("a", { href: "https://superwise.ai/", className: "ml-1", target: "_new", rel: "noopener noreferrer", style: { marginLeft: "0.25rem", lineHeight: 0 }, "aria-label": "SUPERWISE®", children: /* @__PURE__ */ e.jsx(Qe, { height: 20 }) })
1693
1868
  ] })
1694
1869
  ]
1695
1870
  }
1696
1871
  ) });
1697
1872
  }
1698
1873
  export {
1699
- Ke as Chatbot
1874
+ dt as Chatbot
1700
1875
  };