@superwise.ai/superwise-chatbot-package 1.0.4 → 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.
- package/dist/react-chatbot.es.js +637 -603
- package/dist/react-chatbot.umd.js +52 -24
- package/dist/superwise-chatbot-package.css +1 -1
- package/package.json +1 -1
package/dist/react-chatbot.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
var ye = { exports: {} },
|
|
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 ye = { 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
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
16
|
-
var
|
|
17
|
-
function a
|
|
18
|
-
var
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
for (var
|
|
22
|
-
|
|
23
|
-
} else
|
|
24
|
-
return
|
|
25
|
-
$$typeof:
|
|
26
|
-
type:
|
|
27
|
-
key:
|
|
28
|
-
ref:
|
|
29
|
-
props:
|
|
12
|
+
var Ie;
|
|
13
|
+
function Ne() {
|
|
14
|
+
if (Ie) return oe;
|
|
15
|
+
Ie = 1;
|
|
16
|
+
var r = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
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
|
+
$$typeof: r,
|
|
26
|
+
type: a,
|
|
27
|
+
key: c,
|
|
28
|
+
ref: o !== void 0 ? o : null,
|
|
29
|
+
props: w
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return oe.Fragment = n, oe.jsx = i, oe.jsxs = i, oe;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
34
|
+
var se = {};
|
|
35
35
|
/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-jsx-runtime.development.js
|
|
@@ -41,330 +41,330 @@ 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
|
|
45
|
-
function
|
|
46
|
-
return
|
|
47
|
-
function t
|
|
48
|
-
if (
|
|
49
|
-
if (typeof
|
|
50
|
-
return
|
|
51
|
-
if (typeof
|
|
52
|
-
switch (
|
|
53
|
-
case
|
|
44
|
+
var Re;
|
|
45
|
+
function Ue() {
|
|
46
|
+
return Re || (Re = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
+
function r(t) {
|
|
48
|
+
if (t == null) return null;
|
|
49
|
+
if (typeof t == "function")
|
|
50
|
+
return t.$$typeof === W ? null : t.displayName || t.name || null;
|
|
51
|
+
if (typeof t == "string") return t;
|
|
52
|
+
switch (t) {
|
|
53
|
+
case b:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case A:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
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
|
-
if (typeof
|
|
67
|
-
switch (typeof
|
|
66
|
+
if (typeof t == "object")
|
|
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
|
-
),
|
|
70
|
-
case
|
|
69
|
+
), t.$$typeof) {
|
|
70
|
+
case y:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
73
|
-
return
|
|
74
|
-
case J:
|
|
75
|
-
return (r._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case ae:
|
|
77
|
-
var d = r.render;
|
|
78
|
-
return r = r.displayName, r || (r = d.displayName || d.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
79
|
-
case ce:
|
|
80
|
-
return d = r.displayName || null, d !== null ? d : t(r.type) || "Memo";
|
|
72
|
+
case ie:
|
|
73
|
+
return t.displayName || "Context";
|
|
81
74
|
case X:
|
|
82
|
-
|
|
75
|
+
return (t._context.displayName || "Context") + ".Consumer";
|
|
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 t(
|
|
84
|
+
return r(t(h));
|
|
85
85
|
} catch {
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
90
|
-
function n(
|
|
91
|
-
return "" +
|
|
90
|
+
function n(t) {
|
|
91
|
+
return "" + t;
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function i(t) {
|
|
94
94
|
try {
|
|
95
|
-
n(
|
|
96
|
-
var
|
|
95
|
+
n(t);
|
|
96
|
+
var h = !1;
|
|
97
97
|
} catch {
|
|
98
|
-
|
|
98
|
+
h = !0;
|
|
99
99
|
}
|
|
100
|
-
if (
|
|
101
|
-
|
|
102
|
-
var
|
|
103
|
-
return
|
|
104
|
-
|
|
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
|
-
|
|
107
|
-
), n(
|
|
106
|
+
j
|
|
107
|
+
), n(t);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
function
|
|
111
|
-
if (
|
|
112
|
-
if (typeof
|
|
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
|
|
116
|
-
return
|
|
115
|
+
var h = r(t);
|
|
116
|
+
return h ? "<" + h + ">" : "<...>";
|
|
117
117
|
} catch {
|
|
118
118
|
return "<...>";
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
function
|
|
122
|
-
var
|
|
123
|
-
return
|
|
121
|
+
function o() {
|
|
122
|
+
var t = R.A;
|
|
123
|
+
return t === null ? null : t.getOwner();
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function w() {
|
|
126
126
|
return Error("react-stack-top-frame");
|
|
127
127
|
}
|
|
128
|
-
function
|
|
129
|
-
if (
|
|
130
|
-
var
|
|
131
|
-
if (
|
|
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
|
-
return
|
|
133
|
+
return t.key !== void 0;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
function
|
|
137
|
-
|
|
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
|
-
|
|
139
|
+
h
|
|
140
140
|
));
|
|
141
141
|
}
|
|
142
|
-
|
|
143
|
-
get:
|
|
142
|
+
E.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
143
|
+
get: E,
|
|
144
144
|
configurable: !0
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
-
function
|
|
148
|
-
var
|
|
149
|
-
return
|
|
147
|
+
function l() {
|
|
148
|
+
var t = r(this.type);
|
|
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 C(
|
|
154
|
-
var
|
|
155
|
-
return
|
|
156
|
-
$$typeof:
|
|
157
|
-
type:
|
|
158
|
-
key:
|
|
159
|
-
props:
|
|
160
|
-
_owner:
|
|
161
|
-
}, (
|
|
153
|
+
function C(t, h, E, j, q, ee) {
|
|
154
|
+
var k = E.ref;
|
|
155
|
+
return t = {
|
|
156
|
+
$$typeof: f,
|
|
157
|
+
type: t,
|
|
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:
|
|
164
|
-
}) : Object.defineProperty(
|
|
163
|
+
get: l
|
|
164
|
+
}) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
167
167
|
writable: !0,
|
|
168
168
|
value: 0
|
|
169
|
-
}), Object.defineProperty(
|
|
169
|
+
}), Object.defineProperty(t, "_debugInfo", {
|
|
170
170
|
configurable: !1,
|
|
171
171
|
enumerable: !1,
|
|
172
172
|
writable: !0,
|
|
173
173
|
value: null
|
|
174
|
-
}), Object.defineProperty(
|
|
174
|
+
}), Object.defineProperty(t, "_debugStack", {
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
179
|
-
}), Object.defineProperty(
|
|
178
|
+
value: q
|
|
179
|
+
}), Object.defineProperty(t, "_debugTask", {
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
|
-
value:
|
|
184
|
-
}), Object.freeze && (Object.freeze(
|
|
183
|
+
value: ee
|
|
184
|
+
}), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
var
|
|
188
|
-
if (
|
|
189
|
-
if (
|
|
190
|
-
if (
|
|
191
|
-
for (
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
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
|
|
199
|
-
if (
|
|
200
|
-
|
|
201
|
-
var
|
|
202
|
-
return
|
|
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
|
-
|
|
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
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
), Y[
|
|
211
|
+
j,
|
|
212
|
+
k,
|
|
213
|
+
O,
|
|
214
|
+
k
|
|
215
|
+
), Y[k + j] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
219
|
-
for (var
|
|
220
|
-
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
224
|
-
typeof
|
|
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
|
+
typeof t == "function" ? t.displayName || t.name || "Unknown" : t
|
|
225
225
|
), C(
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
t,
|
|
227
|
+
k,
|
|
228
|
+
E,
|
|
229
|
+
o(),
|
|
230
|
+
q,
|
|
231
|
+
ee
|
|
232
232
|
);
|
|
233
233
|
}
|
|
234
|
-
function
|
|
235
|
-
|
|
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
|
|
238
|
-
return typeof
|
|
237
|
+
function p(t) {
|
|
238
|
+
return typeof t == "object" && t !== null && t.$$typeof === f;
|
|
239
239
|
}
|
|
240
|
-
var
|
|
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
|
-
|
|
244
|
-
react_stack_bottom_frame: function(
|
|
245
|
-
return
|
|
243
|
+
m = {
|
|
244
|
+
react_stack_bottom_frame: function(t) {
|
|
245
|
+
return t();
|
|
246
246
|
}
|
|
247
247
|
};
|
|
248
|
-
var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
)(),
|
|
252
|
-
|
|
253
|
-
var
|
|
254
|
-
return
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
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
|
+
t,
|
|
256
|
+
h,
|
|
257
|
+
E,
|
|
258
258
|
!1,
|
|
259
|
-
|
|
260
|
-
|
|
259
|
+
j ? Error("react-stack-top-frame") : ne,
|
|
260
|
+
j ? Q(a(t)) : ue
|
|
261
261
|
);
|
|
262
|
-
},
|
|
263
|
-
var
|
|
264
|
-
return
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
262
|
+
}, se.jsxs = function(t, h, E) {
|
|
263
|
+
var j = 1e4 > R.recentlyCreatedOwnerStacks++;
|
|
264
|
+
return u(
|
|
265
|
+
t,
|
|
266
|
+
h,
|
|
267
|
+
E,
|
|
268
268
|
!0,
|
|
269
|
-
|
|
270
|
-
|
|
269
|
+
j ? Error("react-stack-top-frame") : ne,
|
|
270
|
+
j ? Q(a(t)) : ue
|
|
271
271
|
);
|
|
272
272
|
};
|
|
273
|
-
}()),
|
|
273
|
+
}()), se;
|
|
274
274
|
}
|
|
275
|
-
process.env.NODE_ENV === "production" ? ye.exports =
|
|
275
|
+
process.env.NODE_ENV === "production" ? ye.exports = Ne() : ye.exports = Ue();
|
|
276
276
|
var e = ye.exports;
|
|
277
|
-
const
|
|
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
|
-
],
|
|
284
|
-
function
|
|
285
|
-
if (typeof
|
|
286
|
-
let n =
|
|
287
|
-
for (const
|
|
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
|
+
if (typeof r != "string" || r.length === 0) return r;
|
|
286
|
+
let n = r;
|
|
287
|
+
for (const i of Be)
|
|
288
288
|
for (; ; ) {
|
|
289
|
-
const
|
|
290
|
-
if (
|
|
291
|
-
const
|
|
292
|
-
if (
|
|
293
|
-
let
|
|
294
|
-
for (let C =
|
|
295
|
-
const
|
|
296
|
-
if (
|
|
297
|
-
|
|
298
|
-
else if (
|
|
299
|
-
|
|
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 (
|
|
304
|
-
const
|
|
305
|
-
n =
|
|
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
|
-
function
|
|
310
|
-
if (typeof
|
|
311
|
-
const n =
|
|
312
|
-
return n.startsWith("Message: ") ? n.slice(9).trim() : n.startsWith("Message : ") ? n.slice(11).trim() :
|
|
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
313
|
}
|
|
314
|
-
async function
|
|
315
|
-
var
|
|
316
|
-
const
|
|
317
|
-
role:
|
|
318
|
-
message:
|
|
319
|
-
})) : [],
|
|
320
|
-
user_input:
|
|
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 = {
|
|
320
|
+
user_input: r,
|
|
321
321
|
chat_history: C,
|
|
322
|
-
mql_df: Array.isArray(
|
|
323
|
-
agent_id:
|
|
324
|
-
discovery_agent_id:
|
|
322
|
+
mql_df: Array.isArray(i) ? i : [],
|
|
323
|
+
agent_id: a,
|
|
324
|
+
discovery_agent_id: o,
|
|
325
325
|
utm_source: "Web",
|
|
326
326
|
utm_medium: "chatbot"
|
|
327
327
|
};
|
|
328
|
-
console.log("Sending payload:",
|
|
328
|
+
console.log("Sending payload:", u);
|
|
329
329
|
try {
|
|
330
|
-
const
|
|
330
|
+
const f = await fetch(l, {
|
|
331
331
|
method: "POST",
|
|
332
332
|
headers: {
|
|
333
333
|
"Content-Type": "application/json",
|
|
334
334
|
Accept: "application/json"
|
|
335
335
|
},
|
|
336
|
-
body: JSON.stringify(
|
|
337
|
-
signal:
|
|
336
|
+
body: JSON.stringify(u),
|
|
337
|
+
signal: c ?? void 0
|
|
338
338
|
});
|
|
339
|
-
if (console.log("Response status:",
|
|
340
|
-
const
|
|
341
|
-
return console.error("API Error Response:",
|
|
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 };
|
|
342
342
|
}
|
|
343
|
-
const
|
|
344
|
-
console.log("API Response Data:",
|
|
345
|
-
let
|
|
346
|
-
return
|
|
347
|
-
} catch (
|
|
348
|
-
if (console.error("API call failed:",
|
|
349
|
-
throw
|
|
350
|
-
return
|
|
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 };
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
async function
|
|
354
|
-
const
|
|
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 || {
|
|
355
355
|
name: "User",
|
|
356
356
|
email: "user@example.com",
|
|
357
357
|
summary: "Chat conversation summary"
|
|
358
|
-
},
|
|
359
|
-
role:
|
|
360
|
-
message:
|
|
358
|
+
}, l = Array.isArray(i) ? i.map((u) => ({
|
|
359
|
+
role: u.role,
|
|
360
|
+
message: u.content != null ? u.content : ""
|
|
361
361
|
})) : [], C = {
|
|
362
|
-
lead_row:
|
|
363
|
-
chat_history:
|
|
362
|
+
lead_row: d,
|
|
363
|
+
chat_history: l
|
|
364
364
|
};
|
|
365
365
|
console.log("Downloading PDF with payload:", C);
|
|
366
366
|
try {
|
|
367
|
-
const
|
|
367
|
+
const u = await fetch(c, {
|
|
368
368
|
method: "POST",
|
|
369
369
|
headers: {
|
|
370
370
|
"Content-Type": "application/json",
|
|
@@ -372,17 +372,17 @@ async function Ye(t, n = null, a = [], c = "") {
|
|
|
372
372
|
},
|
|
373
373
|
body: JSON.stringify(C)
|
|
374
374
|
});
|
|
375
|
-
if (console.log("PDF Response status:",
|
|
376
|
-
const
|
|
377
|
-
throw console.error("PDF API Error Response:",
|
|
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}`);
|
|
378
378
|
}
|
|
379
|
-
const
|
|
380
|
-
return
|
|
381
|
-
} catch (
|
|
382
|
-
throw console.error("PDF download failed:",
|
|
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;
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
const
|
|
385
|
+
const g = {
|
|
386
386
|
container: {
|
|
387
387
|
position: "fixed",
|
|
388
388
|
bottom: "20px",
|
|
@@ -422,17 +422,18 @@ const f = {
|
|
|
422
422
|
zIndex: 999999,
|
|
423
423
|
fontFamily: "'Inter', sans-serif",
|
|
424
424
|
width: "auto",
|
|
425
|
-
minWidth: "
|
|
426
|
-
maxWidth: "
|
|
425
|
+
minWidth: "auto",
|
|
426
|
+
maxWidth: "none",
|
|
427
427
|
height: "auto",
|
|
428
428
|
display: "flex",
|
|
429
429
|
flexDirection: "row",
|
|
430
430
|
borderRadius: "25px",
|
|
431
|
-
background: "
|
|
431
|
+
background: "var(--swttyw-minimized-button-color)",
|
|
432
432
|
boxShadow: "0 4px 12px rgba(0, 0, 0, 0.15)",
|
|
433
433
|
boxSizing: "border-box",
|
|
434
434
|
padding: "12px 16px",
|
|
435
435
|
alignItems: "center",
|
|
436
|
+
justifyContent: "center",
|
|
436
437
|
cursor: "pointer"
|
|
437
438
|
},
|
|
438
439
|
header: {
|
|
@@ -624,17 +625,12 @@ const f = {
|
|
|
624
625
|
width: "20px",
|
|
625
626
|
height: "20px",
|
|
626
627
|
flexShrink: 0
|
|
627
|
-
},
|
|
628
|
-
minimizedTitle: {
|
|
629
|
-
color: "white",
|
|
630
|
-
fontSize: "16px",
|
|
631
|
-
fontWeight: "500",
|
|
632
|
-
margin: 0
|
|
633
628
|
}
|
|
634
|
-
},
|
|
629
|
+
}, Je = `@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');\r
|
|
635
630
|
\r
|
|
636
631
|
.sw-ttyw-chatbot {\r
|
|
637
632
|
--swttyw-primary-color: #000;\r
|
|
633
|
+
--swttyw-minimized-button-color: #000;\r
|
|
638
634
|
--swttyw-avatar-image: url('');\r
|
|
639
635
|
--swttyw-user-avatar-image: url('');\r
|
|
640
636
|
--swttyw-background-color: #F7F7F7;\r
|
|
@@ -643,7 +639,7 @@ const f = {
|
|
|
643
639
|
--swttyw-footer-font-size: 16px;\r
|
|
644
640
|
--swttyw-user-background-image: url('');\r
|
|
645
641
|
scrollbar-width: thin;\r
|
|
646
|
-
scrollbar-color:
|
|
642
|
+
scrollbar-color: var(--swttyw-primary-color) transparent;\r
|
|
647
643
|
}\r
|
|
648
644
|
\r
|
|
649
645
|
.sw-ttyw-chatbot ::-webkit-scrollbar {\r
|
|
@@ -667,13 +663,19 @@ const f = {
|
|
|
667
663
|
opacity: 0.9;\r
|
|
668
664
|
}\r
|
|
669
665
|
\r
|
|
670
|
-
/*
|
|
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
|
|
671
672
|
.sw-ttyw-chatbot .message-loading .message-content {\r
|
|
672
|
-
min-height: 1.
|
|
673
|
-
min-width: 4.
|
|
673
|
+
min-height: 1.5rem !important;\r
|
|
674
|
+
min-width: 4.0rem !important;\r
|
|
674
675
|
display: flex !important;\r
|
|
675
676
|
align-items: center !important;\r
|
|
676
|
-
padding: 0.
|
|
677
|
+
padding: 0.45rem 0 0.25rem 0.5rem !important;\r
|
|
678
|
+
overflow: visible !important;\r
|
|
677
679
|
} \r
|
|
678
680
|
\r
|
|
679
681
|
.typing {\r
|
|
@@ -888,9 +890,9 @@ const f = {
|
|
|
888
890
|
}\r
|
|
889
891
|
}\r
|
|
890
892
|
\r
|
|
891
|
-
/*
|
|
893
|
+
/* User messages: background uses primary color */\r
|
|
892
894
|
.sw-ttyw-message.self {\r
|
|
893
|
-
background:
|
|
895
|
+
background: var(--swttyw-primary-color) !important;\r
|
|
894
896
|
color: white !important;\r
|
|
895
897
|
margin: 1rem 1rem 1rem auto !important;\r
|
|
896
898
|
border-radius: 1.125rem 1.125rem 0 1.125rem !important;\r
|
|
@@ -898,10 +900,14 @@ const f = {
|
|
|
898
900
|
display: table;\r
|
|
899
901
|
}\r
|
|
900
902
|
\r
|
|
901
|
-
/* Avatar positioning for user messages */\r
|
|
903
|
+
/* Avatar positioning and color for user messages */\r
|
|
902
904
|
.sw-ttyw-message.self .message-avatar {\r
|
|
903
905
|
right: -28px !important;\r
|
|
904
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
|
|
905
911
|
}\r
|
|
906
912
|
\r
|
|
907
913
|
/* Avatar positioning for AI messages */\r
|
|
@@ -980,16 +986,27 @@ const f = {
|
|
|
980
986
|
word-break: break-word;\r
|
|
981
987
|
}\r
|
|
982
988
|
\r
|
|
989
|
+
.sw-ttyw-markdown ol,\r
|
|
983
990
|
.sw-ttyw-markdown ul {\r
|
|
984
991
|
margin: 0.35em 0;\r
|
|
985
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
|
|
986
998
|
list-style: disc;\r
|
|
987
|
-
}
|
|
999
|
+
}\r
|
|
988
1000
|
.sw-ttyw-markdown ul ul {\r
|
|
989
1001
|
margin: 0.2em 0;\r
|
|
990
1002
|
padding-left: 1.25em;\r
|
|
991
1003
|
list-style: circle;\r
|
|
992
1004
|
}\r
|
|
1005
|
+
.sw-ttyw-markdown ol ul {\r
|
|
1006
|
+
margin: 0.2em 0;\r
|
|
1007
|
+
padding-left: 1.25em;\r
|
|
1008
|
+
list-style: disc;\r
|
|
1009
|
+
}\r
|
|
993
1010
|
.sw-ttyw-markdown li {\r
|
|
994
1011
|
margin: 0.15em 0;\r
|
|
995
1012
|
line-height: 1.4;\r
|
|
@@ -1005,7 +1022,7 @@ const f = {
|
|
|
1005
1022
|
\r
|
|
1006
1023
|
/* API bracket labels e.g. [Agents], [Via the SUPERWISE dashboard] */\r
|
|
1007
1024
|
.sw-ttyw-markdown .sw-ttyw-bracket-label {\r
|
|
1008
|
-
font-
|
|
1025
|
+
font-weight: 600;\r
|
|
1009
1026
|
opacity: 0.9;\r
|
|
1010
1027
|
}\r
|
|
1011
1028
|
\r
|
|
@@ -1032,11 +1049,11 @@ const f = {
|
|
|
1032
1049
|
opacity: 0.5 !important;\r
|
|
1033
1050
|
}\r
|
|
1034
1051
|
\r
|
|
1035
|
-
/* Messages area: vertical scroll only,
|
|
1052
|
+
/* Messages area: vertical scroll only, scrollbar uses primary color */\r
|
|
1036
1053
|
.sw-ttyw-messages {\r
|
|
1037
1054
|
overflow-x: hidden;\r
|
|
1038
1055
|
scrollbar-width: thin;\r
|
|
1039
|
-
scrollbar-color:
|
|
1056
|
+
scrollbar-color: var(--swttyw-primary-color) transparent;\r
|
|
1040
1057
|
}\r
|
|
1041
1058
|
\r
|
|
1042
1059
|
/* Ensure empty state doesn't interfere with scrolling */\r
|
|
@@ -1053,6 +1070,12 @@ const f = {
|
|
|
1053
1070
|
cursor: not-allowed;\r
|
|
1054
1071
|
}\r
|
|
1055
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
|
|
1056
1079
|
#sw-ttyw-chat-send-message:disabled {\r
|
|
1057
1080
|
opacity: 0.5;\r
|
|
1058
1081
|
cursor: not-allowed;\r
|
|
@@ -1084,24 +1107,24 @@ const f = {
|
|
|
1084
1107
|
\r
|
|
1085
1108
|
.sw-ttyw-jump-button:hover {\r
|
|
1086
1109
|
opacity: 0.9;\r
|
|
1087
|
-
}`, Ge = "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";
|
|
1088
|
-
let
|
|
1089
|
-
function
|
|
1090
|
-
const
|
|
1091
|
-
|
|
1092
|
-
const
|
|
1093
|
-
return /* @__PURE__ */ e.jsxs("svg", { width:
|
|
1094
|
-
/* @__PURE__ */ e.jsxs("g", { clipPath: `url(#${
|
|
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: [
|
|
1095
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" }),
|
|
1096
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" }),
|
|
1097
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" })
|
|
1098
1121
|
] }),
|
|
1099
|
-
/* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id:
|
|
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" }) }) })
|
|
1100
1123
|
] });
|
|
1101
1124
|
}
|
|
1102
|
-
function
|
|
1103
|
-
const
|
|
1104
|
-
return /* @__PURE__ */ e.jsxs("svg", { width:
|
|
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: [
|
|
1105
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" }),
|
|
1106
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" }),
|
|
1107
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" }),
|
|
@@ -1118,122 +1141,135 @@ function Xe({ width: t, height: n = 20, style: a }) {
|
|
|
1118
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" })
|
|
1119
1142
|
] });
|
|
1120
1143
|
}
|
|
1121
|
-
const
|
|
1122
|
-
function
|
|
1123
|
-
if (typeof document > "u" || document.getElementById(
|
|
1124
|
-
const
|
|
1125
|
-
|
|
1144
|
+
const _e = "superwise-chatbot-package-css";
|
|
1145
|
+
function et() {
|
|
1146
|
+
if (typeof document > "u" || document.getElementById(_e)) return;
|
|
1147
|
+
const r = document.createElement("style");
|
|
1148
|
+
r.id = _e, r.textContent = Je, document.head.appendChild(r);
|
|
1126
1149
|
}
|
|
1127
|
-
|
|
1128
|
-
function
|
|
1129
|
-
return
|
|
1150
|
+
et();
|
|
1151
|
+
function tt(r) {
|
|
1152
|
+
return r === "human" ? { ...g.message, ...g.messageSelf } : { ...g.message, ...g.messageOther };
|
|
1130
1153
|
}
|
|
1131
|
-
function xe(
|
|
1132
|
-
return String(
|
|
1154
|
+
function xe(r) {
|
|
1155
|
+
return String(r).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """);
|
|
1133
1156
|
}
|
|
1134
|
-
function ge(
|
|
1135
|
-
return !
|
|
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));
|
|
1136
1159
|
}
|
|
1137
|
-
function
|
|
1138
|
-
const n = [],
|
|
1139
|
-
`),
|
|
1140
|
-
let
|
|
1141
|
-
for (;
|
|
1142
|
-
const
|
|
1143
|
-
if (!ge(
|
|
1144
|
-
|
|
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++;
|
|
1145
1168
|
continue;
|
|
1146
1169
|
}
|
|
1147
|
-
const
|
|
1148
|
-
for (;
|
|
1149
|
-
const
|
|
1150
|
-
if (
|
|
1151
|
-
|
|
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++;
|
|
1152
1175
|
else break;
|
|
1153
1176
|
}
|
|
1154
|
-
if (
|
|
1155
|
-
const
|
|
1156
|
-
`).trim(), C = xe(
|
|
1157
|
-
n.push({ placeholder: `\0CODE_RAW_${
|
|
1158
|
-
} else
|
|
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]);
|
|
1159
1182
|
}
|
|
1160
|
-
return { html:
|
|
1183
|
+
return { html: a.join(`
|
|
1161
1184
|
`), codeBlocks: n };
|
|
1162
1185
|
}
|
|
1163
|
-
function
|
|
1164
|
-
return !
|
|
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>");
|
|
1165
1188
|
}
|
|
1166
|
-
const
|
|
1167
|
-
function
|
|
1189
|
+
const Ve = /^\s*([*\-]|\d+\.)\s+(.*)$/;
|
|
1190
|
+
function nt(r) {
|
|
1168
1191
|
const n = [];
|
|
1169
|
-
for (const
|
|
1170
|
-
const
|
|
1171
|
-
if (!
|
|
1172
|
-
const
|
|
1173
|
-
n.push({ indent:
|
|
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 });
|
|
1174
1197
|
}
|
|
1175
1198
|
if (n.length === 0) return "";
|
|
1176
|
-
const
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
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
|
+
}
|
|
1184
1220
|
}
|
|
1185
|
-
for (;
|
|
1186
|
-
|
|
1187
|
-
return
|
|
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("");
|
|
1188
1224
|
}
|
|
1189
|
-
function
|
|
1190
|
-
if (!
|
|
1191
|
-
let n = String(
|
|
1192
|
-
const
|
|
1193
|
-
n = n.replace(/```\s*(\w*)\s*\n?([\s\S]*?)```/g, (
|
|
1194
|
-
const
|
|
1195
|
-
return
|
|
1196
|
-
}), n = n.replace(/\[code\]([\s\S]*?)\[\/code\]/gi, (
|
|
1197
|
-
const
|
|
1198
|
-
return
|
|
1225
|
+
function We(r) {
|
|
1226
|
+
if (!r) return "";
|
|
1227
|
+
let n = String(r);
|
|
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`;
|
|
1199
1235
|
});
|
|
1200
|
-
const { html:
|
|
1201
|
-
n =
|
|
1202
|
-
const
|
|
1203
|
-
`),
|
|
1204
|
-
let
|
|
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 = [];
|
|
1205
1241
|
function C() {
|
|
1206
|
-
|
|
1242
|
+
d.length && (c.push({ type: "list", lines: d }), d = []);
|
|
1207
1243
|
}
|
|
1208
|
-
function
|
|
1209
|
-
|
|
1244
|
+
function u() {
|
|
1245
|
+
l.length && (c.push({ type: "content", lines: l }), l = []);
|
|
1210
1246
|
}
|
|
1211
|
-
for (let
|
|
1212
|
-
const
|
|
1213
|
-
|
|
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));
|
|
1214
1250
|
}
|
|
1215
|
-
return C(),
|
|
1216
|
-
`))).join(""),
|
|
1217
|
-
n = n.replace(`\0CODE_FENCED_${
|
|
1218
|
-
}),
|
|
1219
|
-
n = n.replace(
|
|
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);
|
|
1220
1256
|
}), n = n.replace(/(<br\s*\/?>)\s*$/i, ""), n;
|
|
1221
1257
|
}
|
|
1222
|
-
const
|
|
1223
|
-
const [
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
}, [
|
|
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(() => {
|
|
1227
1263
|
if (!n) return;
|
|
1228
|
-
|
|
1229
|
-
const
|
|
1230
|
-
let
|
|
1231
|
-
const
|
|
1232
|
-
|
|
1233
|
-
},
|
|
1234
|
-
return () => clearInterval(
|
|
1235
|
-
}, [n,
|
|
1236
|
-
const C = (
|
|
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, `
|
|
1237
1273
|
• `).replace(/\n/g, "<br/>").replace(/(\d+\.\s)/g, "<br/>$1").replace(/(\*\s)/g, "<br/>$1");
|
|
1238
1274
|
return /* @__PURE__ */ e.jsx(
|
|
1239
1275
|
"div",
|
|
@@ -1244,18 +1280,18 @@ const rt = 30, nt = 300, ot = Re(function({ text: n, speed: a = 20, onComplete:
|
|
|
1244
1280
|
wordBreak: "break-word"
|
|
1245
1281
|
},
|
|
1246
1282
|
dangerouslySetInnerHTML: {
|
|
1247
|
-
__html:
|
|
1283
|
+
__html: c ? We(o) : C(o) + '<span class="typing-cursor">|</span>'
|
|
1248
1284
|
}
|
|
1249
1285
|
}
|
|
1250
1286
|
);
|
|
1251
|
-
}),
|
|
1252
|
-
const
|
|
1253
|
-
return /* @__PURE__ */ e.jsxs("div", { className:
|
|
1254
|
-
/* @__PURE__ */ e.jsx("div", { className: "message-avatar", style:
|
|
1255
|
-
/* @__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"
|
|
1256
|
-
/* @__PURE__ */ e.jsx("circle", { cx: "12", cy: "7", r: "4"
|
|
1257
|
-
] }) : /* @__PURE__ */ e.jsx(
|
|
1258
|
-
/* @__PURE__ */ e.jsx("div", { className: "message-content sw-ttyw-markdown", style:
|
|
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(
|
|
1259
1295
|
"div",
|
|
1260
1296
|
{
|
|
1261
1297
|
style: {
|
|
@@ -1263,7 +1299,7 @@ const rt = 30, nt = 300, ot = Re(function({ text: n, speed: a = 20, onComplete:
|
|
|
1263
1299
|
lineHeight: "1.5",
|
|
1264
1300
|
wordBreak: "break-word"
|
|
1265
1301
|
},
|
|
1266
|
-
dangerouslySetInnerHTML: { __html:
|
|
1302
|
+
dangerouslySetInnerHTML: { __html: We(n.text) }
|
|
1267
1303
|
}
|
|
1268
1304
|
) : /* @__PURE__ */ e.jsx(
|
|
1269
1305
|
"div",
|
|
@@ -1280,254 +1316,255 @@ const rt = 30, nt = 300, ot = Re(function({ text: n, speed: a = 20, onComplete:
|
|
|
1280
1316
|
}
|
|
1281
1317
|
) })
|
|
1282
1318
|
] });
|
|
1283
|
-
}),
|
|
1319
|
+
}), lt = (r = "") => {
|
|
1284
1320
|
const n = (/* @__PURE__ */ new Date()).getHours();
|
|
1285
|
-
let
|
|
1286
|
-
return n >= 5 && n < 12 ?
|
|
1287
|
-
`🌅 Good morning ${
|
|
1288
|
-
`☀️ Morning ${
|
|
1289
|
-
`🌞 Good morning ${
|
|
1290
|
-
`👋 Rise and shine ${
|
|
1291
|
-
`👋 Morning ${
|
|
1292
|
-
] :
|
|
1321
|
+
let i = [];
|
|
1322
|
+
return n >= 5 && n < 12 ? r ? i = [
|
|
1323
|
+
`🌅 Good morning ${r}! I'm an expert on SUPERWISE. Ready to explore the platform together and uncover what's possible?`,
|
|
1324
|
+
`☀️ Morning ${r}! I'm an expert on SUPERWISE. What would you like to discover or optimize today?`,
|
|
1325
|
+
`🌞 Good morning ${r}! I'm an expert on SUPERWISE. Curious about a feature or looking to dive deeper into the platform?`,
|
|
1326
|
+
`👋 Rise and shine ${r}! I'm an expert on SUPERWISE. Let's jump into anything you want to explore.`,
|
|
1327
|
+
`👋 Morning ${r}! I'm an expert on SUPERWISE. How can I guide you through the platform today?`
|
|
1328
|
+
] : i = [
|
|
1293
1329
|
"🌅 Good morning! I'm an expert on SUPERWISE. Ready to explore the platform together and uncover what's possible?",
|
|
1294
1330
|
"☀️ Morning! I'm an expert on SUPERWISE. What would you like to discover or optimize today?",
|
|
1295
1331
|
"🌞 Good morning! I'm an expert on SUPERWISE. Curious about a feature or looking to dive deeper into the platform?",
|
|
1296
1332
|
"👋 Rise and shine! I'm an expert on SUPERWISE. Let's jump into anything you want to explore.",
|
|
1297
1333
|
"👋 Morning! I'm an expert on SUPERWISE. How can I guide you through the platform today?"
|
|
1298
|
-
] : n >= 12 && n < 17 ?
|
|
1299
|
-
`🌞 Good afternoon ${
|
|
1300
|
-
`☀️ Afternoon ${
|
|
1301
|
-
`👋 Good afternoon ${
|
|
1302
|
-
`🌅 Hey there ${
|
|
1303
|
-
`🌅 Afternoon ${
|
|
1304
|
-
] :
|
|
1334
|
+
] : n >= 12 && n < 17 ? r ? i = [
|
|
1335
|
+
`🌞 Good afternoon ${r}! I'm an expert on SUPERWISE. Ready to explore insights, features, or workflows together?`,
|
|
1336
|
+
`☀️ Afternoon ${r}! I'm an expert on SUPERWISE. How may I help you today?`,
|
|
1337
|
+
`👋 Good afternoon ${r}! I'm an expert on SUPERWISE. Looking to learn, optimize, or explore something specific?`,
|
|
1338
|
+
`🌅 Hey there ${r}! SUPERWISE expert here. Ready to help you unlock the capabilities you're curious about.`,
|
|
1339
|
+
`🌅 Afternoon ${r}! I'm an expert on SUPERWISE. How can I support your exploration today?`
|
|
1340
|
+
] : i = [
|
|
1305
1341
|
"🌞 Good afternoon! I'm an expert on SUPERWISE. Ready to explore insights, features, or workflows together?",
|
|
1306
1342
|
"☀️ Afternoon! I'm an expert on SUPERWISE. How may I help you today?",
|
|
1307
1343
|
"👋 Good afternoon! I'm an expert on SUPERWISE. Looking to learn, optimize, or explore something specific?",
|
|
1308
1344
|
"🌅 Hey there! SUPERWISE expert here. Ready to help you unlock the capabilities you're curious about.",
|
|
1309
1345
|
"🌅 Afternoon! I'm an expert on SUPERWISE. How can I support your exploration today?"
|
|
1310
|
-
] : n >= 17 && n < 21 ?
|
|
1311
|
-
`🌆 Good evening ${
|
|
1312
|
-
`🌅 Evening ${
|
|
1313
|
-
`👋 Good evening ${
|
|
1314
|
-
`🌇 Hey there ${
|
|
1315
|
-
`🌇 Evening ${
|
|
1316
|
-
] :
|
|
1346
|
+
] : n >= 17 && n < 21 ? r ? i = [
|
|
1347
|
+
`🌆 Good evening ${r}! I'm a SUPERWISE expert. Ready to explore features or clarify anything you're evaluating?`,
|
|
1348
|
+
`🌅 Evening ${r}! I'm your SUPERWISE expert. What can I help you discover or fine-tune tonight?`,
|
|
1349
|
+
`👋 Good evening ${r}! I'm an expert on SUPERWISE. Interested in exploring capabilities or reviewing how something works?`,
|
|
1350
|
+
`🌇 Hey there ${r}! SUPERWISE expert here. Want to dive into the platform together?`,
|
|
1351
|
+
`🌇 Evening ${r}! I'm an expert on SUPERWISE. How can I assist your learning or discovery today?`
|
|
1352
|
+
] : i = [
|
|
1317
1353
|
"🌆 Good evening! I'm a SUPERWISE expert. Ready to explore features or clarify anything you're evaluating?",
|
|
1318
1354
|
"🌅 Evening! I'm your SUPERWISE expert. What can I help you discover or fine-tune tonight?",
|
|
1319
1355
|
"👋 Good evening! I'm an expert on SUPERWISE. Interested in exploring capabilities or reviewing how something works?",
|
|
1320
1356
|
"🌇 Hey there! SUPERWISE expert here. Want to dive into the platform together?",
|
|
1321
1357
|
"🌇 Evening! I'm an expert on SUPERWISE. How can I assist your learning or discovery today?"
|
|
1322
|
-
] :
|
|
1323
|
-
`🌙 Good evening ${
|
|
1324
|
-
`⭐ Evening ${
|
|
1325
|
-
`👋 Good evening ${
|
|
1326
|
-
`🌃 Hey there ${
|
|
1327
|
-
`🌃 Evening ${
|
|
1328
|
-
] :
|
|
1358
|
+
] : r ? i = [
|
|
1359
|
+
`🌙 Good evening ${r}! I'm a SUPERWISE expert. Ready to guide you through the platform anytime.`,
|
|
1360
|
+
`⭐ Evening ${r}! I'm your SUPERWISE expert. What brings you to Superwise tonight - exploration, questions, or clarity?`,
|
|
1361
|
+
`👋 Good evening ${r}! I'm a SUPERWISE expert. Looking to discover features or understand how something works?`,
|
|
1362
|
+
`🌃 Hey there ${r}! I'm a SUPERWISE expert. Want to explore what the platform offers?`,
|
|
1363
|
+
`🌃 Evening ${r}! SUPERWISE expert here. How can I help simplify or explain things for you today?`
|
|
1364
|
+
] : i = [
|
|
1329
1365
|
"🌙 Good evening! I'm a SUPERWISE expert. Ready to guide you through the platform anytime.",
|
|
1330
1366
|
"⭐ Evening! I'm your SUPERWISE expert. What brings you to Superwise tonight - exploration, questions, or clarity?",
|
|
1331
1367
|
"👋 Good evening! I'm a SUPERWISE expert. Looking to discover features or understand how something works?",
|
|
1332
1368
|
"🌃 Hey there! I'm a SUPERWISE expert. Want to explore what the platform offers?",
|
|
1333
1369
|
"🌃 Evening! SUPERWISE expert here. How can I help simplify or explain things for you today?"
|
|
1334
|
-
],
|
|
1370
|
+
], i[Math.floor(Math.random() * i.length)];
|
|
1335
1371
|
};
|
|
1336
|
-
function
|
|
1337
|
-
const [
|
|
1372
|
+
function dt({ title: r = "", agentId: n = "", discoveryAgentId: i = "", primaryColor: a = "", minimizedButtonColor: o = "", apiUrl: w = "" }) {
|
|
1373
|
+
const [c, d] = H(() => {
|
|
1338
1374
|
try {
|
|
1339
1375
|
if (typeof window < "u" && window.localStorage) {
|
|
1340
|
-
const
|
|
1341
|
-
return
|
|
1376
|
+
const s = window.localStorage.getItem("chatbot-messages");
|
|
1377
|
+
return s ? JSON.parse(s) : [];
|
|
1342
1378
|
}
|
|
1343
1379
|
} catch {
|
|
1344
1380
|
}
|
|
1345
1381
|
return [];
|
|
1346
|
-
}), [l,
|
|
1382
|
+
}), [l, C] = H(() => {
|
|
1347
1383
|
try {
|
|
1348
1384
|
if (typeof window < "u" && window.localStorage) {
|
|
1349
|
-
const
|
|
1350
|
-
return
|
|
1385
|
+
const s = window.localStorage.getItem("chatbot-mql_df");
|
|
1386
|
+
return s ? JSON.parse(s) : [];
|
|
1351
1387
|
}
|
|
1352
1388
|
} catch {
|
|
1353
1389
|
}
|
|
1354
1390
|
return [];
|
|
1355
|
-
}), [
|
|
1356
|
-
if (
|
|
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;
|
|
1357
1393
|
if (typeof document < "u" && typeof window < "u") {
|
|
1358
|
-
const
|
|
1359
|
-
if (
|
|
1360
|
-
return
|
|
1361
|
-
const
|
|
1362
|
-
if (
|
|
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;
|
|
1363
1399
|
}
|
|
1364
1400
|
return "#000";
|
|
1365
|
-
})(),
|
|
1401
|
+
})(), j = o || "#000000", q = He(() => {
|
|
1366
1402
|
if (!l || l.length === 0) return "";
|
|
1367
|
-
const
|
|
1368
|
-
return
|
|
1369
|
-
}, [l]),
|
|
1370
|
-
|
|
1371
|
-
}, []),
|
|
1372
|
-
_(),
|
|
1373
|
-
}, [
|
|
1374
|
-
|
|
1375
|
-
|
|
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("");
|
|
1376
1412
|
}, 4e3);
|
|
1377
|
-
},
|
|
1378
|
-
const x =
|
|
1379
|
-
return
|
|
1380
|
-
}, U =
|
|
1381
|
-
var
|
|
1382
|
-
const x =
|
|
1383
|
-
x && (x.scrollTop = x.scrollHeight), (
|
|
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);
|
|
1384
1420
|
}, []);
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
}, [
|
|
1388
|
-
const
|
|
1389
|
-
if (!
|
|
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;
|
|
1390
1426
|
const x = new ResizeObserver(() => {
|
|
1391
|
-
|
|
1427
|
+
N.current && U("auto");
|
|
1392
1428
|
});
|
|
1393
|
-
return x.observe(
|
|
1429
|
+
return x.observe(s), () => x.disconnect();
|
|
1394
1430
|
}, [U]);
|
|
1395
|
-
const
|
|
1396
|
-
|
|
1397
|
-
const
|
|
1398
|
-
if (
|
|
1399
|
-
const x =
|
|
1400
|
-
x != null ? (
|
|
1401
|
-
const
|
|
1402
|
-
if (
|
|
1403
|
-
const I =
|
|
1404
|
-
|
|
1405
|
-
const
|
|
1406
|
-
|
|
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);
|
|
1407
1443
|
}
|
|
1408
1444
|
})) : requestAnimationFrame(() => U("auto"));
|
|
1409
1445
|
}
|
|
1410
|
-
}, [
|
|
1411
|
-
const
|
|
1412
|
-
const
|
|
1413
|
-
if (!
|
|
1414
|
-
const I =
|
|
1415
|
-
|
|
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));
|
|
1416
1452
|
}, []);
|
|
1417
|
-
|
|
1453
|
+
P(() => {
|
|
1418
1454
|
try {
|
|
1419
|
-
typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-messages", JSON.stringify(
|
|
1455
|
+
typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-messages", JSON.stringify(c));
|
|
1420
1456
|
} catch {
|
|
1421
1457
|
}
|
|
1422
|
-
}, [
|
|
1458
|
+
}, [c]), P(() => {
|
|
1423
1459
|
try {
|
|
1424
1460
|
typeof window < "u" && window.localStorage && window.localStorage.setItem("chatbot-mql_df", JSON.stringify(l));
|
|
1425
1461
|
} catch {
|
|
1426
1462
|
}
|
|
1427
|
-
}, [l]),
|
|
1428
|
-
|
|
1429
|
-
}, [
|
|
1430
|
-
if (
|
|
1431
|
-
const x = { from: "ai", text:
|
|
1432
|
-
|
|
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]));
|
|
1433
1469
|
}
|
|
1434
|
-
}, [
|
|
1435
|
-
const
|
|
1436
|
-
var
|
|
1437
|
-
if (
|
|
1438
|
-
const
|
|
1439
|
-
if (!
|
|
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))
|
|
1440
1476
|
return;
|
|
1441
|
-
|
|
1477
|
+
W(!1), _(), (Le = t.current) == null || Le.abort();
|
|
1442
1478
|
const x = new AbortController();
|
|
1443
|
-
|
|
1444
|
-
const
|
|
1445
|
-
|
|
1446
|
-
let
|
|
1447
|
-
if (l && l.length > 0 && !
|
|
1448
|
-
const
|
|
1449
|
-
|
|
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));
|
|
1450
1486
|
}
|
|
1451
|
-
const
|
|
1452
|
-
|
|
1453
|
-
var
|
|
1454
|
-
|
|
1487
|
+
const ze = [...we, { role: "human", content: s }];
|
|
1488
|
+
ke(() => {
|
|
1489
|
+
var S;
|
|
1490
|
+
W(!0), (S = t.current) == null || S.abort(), m(!1);
|
|
1455
1491
|
});
|
|
1456
1492
|
try {
|
|
1457
|
-
const
|
|
1458
|
-
if (_(), typeof
|
|
1459
|
-
const
|
|
1460
|
-
|
|
1461
|
-
const
|
|
1462
|
-
return
|
|
1463
|
-
}), (
|
|
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);
|
|
1464
1500
|
} else {
|
|
1465
|
-
if (
|
|
1466
|
-
|
|
1467
|
-
const B =
|
|
1468
|
-
|
|
1469
|
-
const
|
|
1470
|
-
return
|
|
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;
|
|
1471
1507
|
});
|
|
1472
1508
|
return;
|
|
1473
1509
|
}
|
|
1474
|
-
const
|
|
1475
|
-
|
|
1476
|
-
const
|
|
1477
|
-
return
|
|
1478
|
-
}),
|
|
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);
|
|
1479
1515
|
}
|
|
1480
|
-
} catch (
|
|
1481
|
-
if (_(),
|
|
1516
|
+
} catch (S) {
|
|
1517
|
+
if (_(), S.name === "AbortError")
|
|
1482
1518
|
return;
|
|
1483
|
-
|
|
1519
|
+
W(!0), d((G) => {
|
|
1484
1520
|
const B = [
|
|
1485
|
-
...
|
|
1521
|
+
...G,
|
|
1486
1522
|
{
|
|
1487
1523
|
from: "ai",
|
|
1488
|
-
text:
|
|
1524
|
+
text: ae
|
|
1489
1525
|
}
|
|
1490
1526
|
];
|
|
1491
|
-
return
|
|
1527
|
+
return V(($) => /* @__PURE__ */ new Set([...$, B.length - 1])), B;
|
|
1492
1528
|
});
|
|
1493
1529
|
} finally {
|
|
1494
|
-
|
|
1530
|
+
m(!1);
|
|
1495
1531
|
}
|
|
1496
|
-
}, [
|
|
1497
|
-
var
|
|
1498
|
-
_(), (
|
|
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);
|
|
1499
1535
|
try {
|
|
1500
1536
|
typeof window < "u" && window.localStorage && window.localStorage.removeItem("chatbot-messages");
|
|
1501
1537
|
} catch {
|
|
1502
1538
|
}
|
|
1503
|
-
|
|
1504
|
-
}, [_]),
|
|
1505
|
-
var
|
|
1539
|
+
y(!1);
|
|
1540
|
+
}, [_]), Ee = J(async () => {
|
|
1541
|
+
var s, x, v;
|
|
1506
1542
|
if (!l || l.length === 0) {
|
|
1507
1543
|
console.warn("No mql_df data available for PDF download");
|
|
1508
1544
|
return;
|
|
1509
1545
|
}
|
|
1510
1546
|
try {
|
|
1511
|
-
|
|
1547
|
+
m(!0), console.log("mql_df data for lead extraction:", l);
|
|
1512
1548
|
const I = {
|
|
1513
|
-
name: ((
|
|
1514
|
-
email: ((x = l.find((
|
|
1515
|
-
summary: `Chat conversation with ${
|
|
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"}"`
|
|
1516
1552
|
};
|
|
1517
|
-
console.log("Extracted lead row:", I), await
|
|
1553
|
+
console.log("Extracted lead row:", I), await Ge(l, I, we, w), console.log("PDF downloaded successfully");
|
|
1518
1554
|
} catch (I) {
|
|
1519
1555
|
console.error("Failed to download PDF:", I);
|
|
1520
1556
|
} finally {
|
|
1521
|
-
|
|
1557
|
+
m(!1);
|
|
1522
1558
|
}
|
|
1523
|
-
}, [l,
|
|
1559
|
+
}, [l, c]);
|
|
1524
1560
|
return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs(
|
|
1525
1561
|
"div",
|
|
1526
1562
|
{
|
|
1527
1563
|
className: "sw-ttyw-chatbot",
|
|
1528
1564
|
style: {
|
|
1529
|
-
...
|
|
1530
|
-
"--swttyw-primary-color":
|
|
1565
|
+
...b ? g.containerMinimized : A ? g.containerExpanded : g.container,
|
|
1566
|
+
"--swttyw-primary-color": E,
|
|
1567
|
+
"--swttyw-minimized-button-color": j,
|
|
1531
1568
|
"--swttyw-avatar-image": "url('')",
|
|
1532
1569
|
"--swttyw-user-avatar-image": "url('')",
|
|
1533
1570
|
"--swttyw-background-color": "#F7F7F7",
|
|
@@ -1536,30 +1573,27 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1536
1573
|
"--swttyw-footer-font-size": "16px",
|
|
1537
1574
|
"--swttyw-user-background-image": "url('')"
|
|
1538
1575
|
},
|
|
1539
|
-
onClick:
|
|
1576
|
+
onClick: b ? () => F(!1) : void 0,
|
|
1540
1577
|
children: [
|
|
1541
|
-
|
|
1542
|
-
/* Minimized State -
|
|
1543
|
-
/* @__PURE__ */ e.
|
|
1544
|
-
/* @__PURE__ */ e.
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
] }),
|
|
1549
|
-
/* @__PURE__ */ e.jsx("div", { style: f.minimizedTitle, children: t })
|
|
1550
|
-
] })
|
|
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
|
+
] }) })
|
|
1551
1585
|
) : (
|
|
1552
1586
|
/* Full State - Header with Controls */
|
|
1553
|
-
/* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-header", style:
|
|
1554
|
-
/* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-name", style:
|
|
1555
|
-
/* @__PURE__ */ e.jsxs("div", { style:
|
|
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: [
|
|
1556
1590
|
/* @__PURE__ */ e.jsx(
|
|
1557
1591
|
"button",
|
|
1558
1592
|
{
|
|
1559
|
-
onClick: () =>
|
|
1560
|
-
style:
|
|
1561
|
-
title:
|
|
1562
|
-
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: [
|
|
1563
1597
|
/* @__PURE__ */ e.jsx("path", { d: "M9 4V9H4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1564
1598
|
/* @__PURE__ */ e.jsx("path", { d: "M15 4V9H20", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1565
1599
|
/* @__PURE__ */ e.jsx("path", { d: "M9 20V15H4", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1576,24 +1610,24 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1576
1610
|
"button",
|
|
1577
1611
|
{
|
|
1578
1612
|
onClick: () => {
|
|
1579
|
-
if (!
|
|
1580
|
-
const
|
|
1581
|
-
|
|
1613
|
+
if (!b) {
|
|
1614
|
+
const s = k.current;
|
|
1615
|
+
s && (fe.current = s.scrollTop), X(!1);
|
|
1582
1616
|
}
|
|
1583
|
-
|
|
1617
|
+
F(!b);
|
|
1584
1618
|
},
|
|
1585
|
-
style:
|
|
1586
|
-
title:
|
|
1619
|
+
style: g.headerButton,
|
|
1620
|
+
title: b ? "Maximize chat" : "Minimize chat",
|
|
1587
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" }) })
|
|
1588
1622
|
}
|
|
1589
1623
|
),
|
|
1590
1624
|
l && l.length > 0 && /* @__PURE__ */ e.jsx(
|
|
1591
1625
|
"button",
|
|
1592
1626
|
{
|
|
1593
|
-
onClick:
|
|
1594
|
-
style:
|
|
1627
|
+
onClick: Ee,
|
|
1628
|
+
style: g.headerButton,
|
|
1595
1629
|
title: "Download PDF Report",
|
|
1596
|
-
disabled:
|
|
1630
|
+
disabled: p,
|
|
1597
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: [
|
|
1598
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" }),
|
|
1599
1633
|
/* @__PURE__ */ e.jsx("path", { d: "M7 10L12 15L17 10", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1604,8 +1638,8 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1604
1638
|
/* @__PURE__ */ e.jsx(
|
|
1605
1639
|
"button",
|
|
1606
1640
|
{
|
|
1607
|
-
onClick: () =>
|
|
1608
|
-
style:
|
|
1641
|
+
onClick: () => y(!0),
|
|
1642
|
+
style: g.headerButton,
|
|
1609
1643
|
title: "Clear chat",
|
|
1610
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: [
|
|
1611
1645
|
/* @__PURE__ */ e.jsx("path", { d: "M3 6H5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1618,16 +1652,16 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1618
1652
|
] })
|
|
1619
1653
|
] })
|
|
1620
1654
|
),
|
|
1621
|
-
!
|
|
1655
|
+
!b && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-section", style: { flexGrow: 1, display: "flex", flexDirection: "column" }, children: [
|
|
1622
1656
|
/* @__PURE__ */ e.jsxs(
|
|
1623
1657
|
"div",
|
|
1624
1658
|
{
|
|
1625
1659
|
className: "sw-ttyw-messages",
|
|
1626
|
-
style:
|
|
1627
|
-
ref:
|
|
1628
|
-
onScroll:
|
|
1660
|
+
style: g.chatSection,
|
|
1661
|
+
ref: k,
|
|
1662
|
+
onScroll: $e,
|
|
1629
1663
|
children: [
|
|
1630
|
-
|
|
1664
|
+
c.length === 0 && !p && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-empty-state", style: {
|
|
1631
1665
|
display: "flex",
|
|
1632
1666
|
flexDirection: "column",
|
|
1633
1667
|
alignItems: "center",
|
|
@@ -1637,7 +1671,7 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1637
1671
|
}, children: /* @__PURE__ */ e.jsx(
|
|
1638
1672
|
"img",
|
|
1639
1673
|
{
|
|
1640
|
-
src:
|
|
1674
|
+
src: Xe,
|
|
1641
1675
|
alt: "Superwise Logo",
|
|
1642
1676
|
style: {
|
|
1643
1677
|
width: "350px",
|
|
@@ -1645,33 +1679,33 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1645
1679
|
opacity: 0.8,
|
|
1646
1680
|
objectFit: "contain"
|
|
1647
1681
|
},
|
|
1648
|
-
onError: (
|
|
1649
|
-
console.log("Logo failed to load, using fallback"),
|
|
1682
|
+
onError: (s) => {
|
|
1683
|
+
console.log("Logo failed to load, using fallback"), s.target.style.display = "none";
|
|
1650
1684
|
}
|
|
1651
1685
|
}
|
|
1652
1686
|
) }),
|
|
1653
|
-
|
|
1654
|
-
|
|
1687
|
+
c.map((s, x) => /* @__PURE__ */ e.jsx(
|
|
1688
|
+
it,
|
|
1655
1689
|
{
|
|
1656
|
-
msg:
|
|
1657
|
-
isTyping:
|
|
1690
|
+
msg: s,
|
|
1691
|
+
isTyping: ie.has(x),
|
|
1658
1692
|
onTypingComplete: () => {
|
|
1659
|
-
|
|
1660
|
-
const I = new Set(
|
|
1693
|
+
V((v) => {
|
|
1694
|
+
const I = new Set(v);
|
|
1661
1695
|
return I.delete(x), I;
|
|
1662
1696
|
}), requestAnimationFrame(() => U("auto"));
|
|
1663
1697
|
}
|
|
1664
1698
|
},
|
|
1665
1699
|
x
|
|
1666
1700
|
)),
|
|
1667
|
-
|
|
1701
|
+
Z && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-validation-message", children: [
|
|
1668
1702
|
/* @__PURE__ */ e.jsx("span", { className: "error-icon", children: "⚠️" }),
|
|
1669
|
-
/* @__PURE__ */ e.jsx("span", { children:
|
|
1703
|
+
/* @__PURE__ */ e.jsx("span", { children: Z })
|
|
1670
1704
|
] }),
|
|
1671
|
-
|
|
1705
|
+
pe && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-contact-cta", children: /* @__PURE__ */ e.jsxs(
|
|
1672
1706
|
"a",
|
|
1673
1707
|
{
|
|
1674
|
-
href:
|
|
1708
|
+
href: ue,
|
|
1675
1709
|
target: "_blank",
|
|
1676
1710
|
rel: "noopener noreferrer",
|
|
1677
1711
|
className: "sw-ttyw-cta-button",
|
|
@@ -1681,7 +1715,7 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1681
1715
|
]
|
|
1682
1716
|
}
|
|
1683
1717
|
) }),
|
|
1684
|
-
|
|
1718
|
+
R && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-exceeded", children: [
|
|
1685
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." }),
|
|
1686
1720
|
/* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-limit-action-buttons", children: [
|
|
1687
1721
|
/* @__PURE__ */ e.jsxs(
|
|
@@ -1689,8 +1723,8 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1689
1723
|
{
|
|
1690
1724
|
type: "button",
|
|
1691
1725
|
className: "sw-ttyw-limit-download-pdf",
|
|
1692
|
-
onClick:
|
|
1693
|
-
disabled:
|
|
1726
|
+
onClick: Ee,
|
|
1727
|
+
disabled: p,
|
|
1694
1728
|
children: [
|
|
1695
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: [
|
|
1696
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" }),
|
|
@@ -1706,7 +1740,7 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1706
1740
|
{
|
|
1707
1741
|
type: "button",
|
|
1708
1742
|
className: "sw-ttyw-limit-clear-history",
|
|
1709
|
-
onClick: () =>
|
|
1743
|
+
onClick: () => y(!0),
|
|
1710
1744
|
children: [
|
|
1711
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: [
|
|
1712
1746
|
/* @__PURE__ */ e.jsx("path", { d: "M3 6H5H21", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1720,59 +1754,59 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1720
1754
|
)
|
|
1721
1755
|
] })
|
|
1722
1756
|
] }),
|
|
1723
|
-
|
|
1724
|
-
/* @__PURE__ */ e.jsx("div", { className: "message-avatar", style:
|
|
1725
|
-
/* @__PURE__ */ e.jsxs("div", { className: "message-content", style:
|
|
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: [
|
|
1726
1760
|
/* @__PURE__ */ e.jsx("div", { className: "typing typing-1" }),
|
|
1727
1761
|
/* @__PURE__ */ e.jsx("div", { className: "typing typing-2" }),
|
|
1728
1762
|
/* @__PURE__ */ e.jsx("div", { className: "typing typing-3" })
|
|
1729
1763
|
] })
|
|
1730
1764
|
] }),
|
|
1731
|
-
!
|
|
1765
|
+
!O && /* @__PURE__ */ e.jsx("div", { className: "sw-ttyw-jump-latest", children: /* @__PURE__ */ e.jsx(
|
|
1732
1766
|
"button",
|
|
1733
1767
|
{
|
|
1734
1768
|
type: "button",
|
|
1735
1769
|
className: "sw-ttyw-jump-button",
|
|
1736
1770
|
onClick: () => {
|
|
1737
|
-
U("smooth"),
|
|
1771
|
+
U("smooth"), D(!0);
|
|
1738
1772
|
},
|
|
1739
1773
|
children: "Jump to latest"
|
|
1740
1774
|
}
|
|
1741
1775
|
) }),
|
|
1742
|
-
/* @__PURE__ */ e.jsx("div", { ref:
|
|
1776
|
+
/* @__PURE__ */ e.jsx("div", { ref: ee })
|
|
1743
1777
|
]
|
|
1744
1778
|
}
|
|
1745
1779
|
),
|
|
1746
|
-
/* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-section", style:
|
|
1780
|
+
/* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-section", style: g.inputSection, children: [
|
|
1747
1781
|
/* @__PURE__ */ e.jsx(
|
|
1748
1782
|
"textarea",
|
|
1749
1783
|
{
|
|
1750
1784
|
className: "sw-ttyw-input",
|
|
1751
|
-
placeholder:
|
|
1752
|
-
value:
|
|
1753
|
-
onChange: (
|
|
1754
|
-
|
|
1785
|
+
placeholder: R ? "Chat limit reached." : "Please ask question here",
|
|
1786
|
+
value: u,
|
|
1787
|
+
onChange: (s) => {
|
|
1788
|
+
L(s.target.value), Z && z("");
|
|
1755
1789
|
},
|
|
1756
1790
|
maxLength: 1e3,
|
|
1757
|
-
disabled:
|
|
1758
|
-
style:
|
|
1759
|
-
onKeyDown: (
|
|
1791
|
+
disabled: p || R,
|
|
1792
|
+
style: g.textarea,
|
|
1793
|
+
onKeyDown: (s) => s.key === "Enter" && !s.shiftKey && (s.preventDefault(), Se())
|
|
1760
1794
|
}
|
|
1761
1795
|
),
|
|
1762
|
-
/* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-input-content", style:
|
|
1763
|
-
/* @__PURE__ */ e.jsxs("small", { id: "sw-ttyw-chat-textbox-status", style:
|
|
1764
|
-
/* @__PURE__ */ e.jsx("span", { children:
|
|
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 }),
|
|
1765
1799
|
"/1000"
|
|
1766
1800
|
] }),
|
|
1767
1801
|
/* @__PURE__ */ e.jsx(
|
|
1768
1802
|
"button",
|
|
1769
1803
|
{
|
|
1770
1804
|
id: "sw-ttyw-chat-send-message",
|
|
1771
|
-
onClick:
|
|
1805
|
+
onClick: Se,
|
|
1772
1806
|
"aria-label": "Send message",
|
|
1773
|
-
disabled:
|
|
1774
|
-
style:
|
|
1775
|
-
children: /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "
|
|
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: [
|
|
1776
1810
|
/* @__PURE__ */ e.jsx("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
1777
1811
|
/* @__PURE__ */ e.jsx("path", { d: "M2.01 21L23 12 2.01 3 2 10l15 2-15 2z" })
|
|
1778
1812
|
] })
|
|
@@ -1781,18 +1815,18 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1781
1815
|
] })
|
|
1782
1816
|
] })
|
|
1783
1817
|
] }),
|
|
1784
|
-
|
|
1818
|
+
f && /* @__PURE__ */ e.jsxs("div", { className: "swttyw-modal swttyw-modal-clear-history", style: g.modalOverlay, children: [
|
|
1785
1819
|
/* @__PURE__ */ e.jsx("div", { className: "swtty-modal-header" }),
|
|
1786
|
-
/* @__PURE__ */ e.jsxs("div", { className: "swtty-modal-body", style:
|
|
1820
|
+
/* @__PURE__ */ e.jsxs("div", { className: "swtty-modal-body", style: g.modalBody, children: [
|
|
1787
1821
|
/* @__PURE__ */ e.jsx("div", { className: "swtty-content", children: "Are you sure you want to delete the chat history?" }),
|
|
1788
|
-
/* @__PURE__ */ e.jsxs("div", { className: "swtty-action", style:
|
|
1822
|
+
/* @__PURE__ */ e.jsxs("div", { className: "swtty-action", style: g.modalActions, children: [
|
|
1789
1823
|
/* @__PURE__ */ e.jsx(
|
|
1790
1824
|
"input",
|
|
1791
1825
|
{
|
|
1792
1826
|
type: "button",
|
|
1793
1827
|
className: "swttyw-btn swttyw-btn-primary",
|
|
1794
1828
|
id: "swttyw-btn-clear-history-yes",
|
|
1795
|
-
onClick:
|
|
1829
|
+
onClick: Fe,
|
|
1796
1830
|
value: "Yes",
|
|
1797
1831
|
style: {
|
|
1798
1832
|
background: "var(--swttyw-primary-color)",
|
|
@@ -1811,7 +1845,7 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1811
1845
|
type: "button",
|
|
1812
1846
|
className: "swttyw-btn swttyw-btn-primary-inverse",
|
|
1813
1847
|
id: "swttyw-btn-clear-history-no",
|
|
1814
|
-
onClick: () =>
|
|
1848
|
+
onClick: () => y(!1),
|
|
1815
1849
|
value: "No",
|
|
1816
1850
|
style: {
|
|
1817
1851
|
background: "transparent",
|
|
@@ -1828,14 +1862,14 @@ function lt({ title: t = "", agentId: n = "", discoveryAgentId: a = "", primaryC
|
|
|
1828
1862
|
] }),
|
|
1829
1863
|
/* @__PURE__ */ e.jsx("div", { className: "swtty-modal-footer" })
|
|
1830
1864
|
] }),
|
|
1831
|
-
!
|
|
1865
|
+
!b && /* @__PURE__ */ e.jsxs("div", { className: "sw-ttyw-chat-footer", style: g.footer, children: [
|
|
1832
1866
|
"Powered by ",
|
|
1833
|
-
/* @__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(
|
|
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 }) })
|
|
1834
1868
|
] })
|
|
1835
1869
|
]
|
|
1836
1870
|
}
|
|
1837
1871
|
) });
|
|
1838
1872
|
}
|
|
1839
1873
|
export {
|
|
1840
|
-
|
|
1874
|
+
dt as Chatbot
|
|
1841
1875
|
};
|