@tarxemo/customer_support 1.0.12 → 1.0.13
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/components/CustomerSupportWidget.d.ts.map +1 -1
- package/dist/customer_support.css +1 -1
- package/dist/hooks/useLocalStorage.d.ts.map +1 -1
- package/dist/index.es.js +178 -179
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
var Et = Object.defineProperty;
|
|
2
2
|
var _t = (e, t, r) => t in e ? Et(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
-
var
|
|
4
|
-
import
|
|
3
|
+
var Pe = (e, t, r) => _t(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
import w, { useState as J, useEffect as xe, useRef as Ge, useCallback as ee } from "react";
|
|
5
5
|
import { ExternalLink as St, Send as Rt, X as Ot, Loader2 as Tt, MessageCircle as At } from "lucide-react";
|
|
6
6
|
function Ye(e, t) {
|
|
7
7
|
return function() {
|
|
8
8
|
return e.apply(t, arguments);
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
|
-
const { toString: Ct } = Object.prototype, { getPrototypeOf:
|
|
11
|
+
const { toString: Ct } = Object.prototype, { getPrototypeOf: Ee } = Object, { iterator: ie, toStringTag: Qe } = Symbol, ae = /* @__PURE__ */ ((e) => (t) => {
|
|
12
12
|
const r = Ct.call(t);
|
|
13
13
|
return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
|
|
14
14
|
})(/* @__PURE__ */ Object.create(null)), k = (e) => (e = e.toLowerCase(), (t) => ae(t) === e), ce = (e) => (t) => typeof t === e, { isArray: H } = Array, $ = ce("undefined");
|
|
15
|
-
function
|
|
15
|
+
function K(e) {
|
|
16
16
|
return e !== null && !$(e) && e.constructor !== null && !$(e.constructor) && A(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
17
17
|
}
|
|
18
18
|
const Ze = k("ArrayBuffer");
|
|
@@ -20,20 +20,20 @@ function Nt(e) {
|
|
|
20
20
|
let t;
|
|
21
21
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ze(e.buffer), t;
|
|
22
22
|
}
|
|
23
|
-
const kt = ce("string"), A = ce("function"), et = ce("number"),
|
|
23
|
+
const kt = ce("string"), A = ce("function"), et = ce("number"), V = (e) => e !== null && typeof e == "object", Pt = (e) => e === !0 || e === !1, re = (e) => {
|
|
24
24
|
if (ae(e) !== "object")
|
|
25
25
|
return !1;
|
|
26
|
-
const t =
|
|
26
|
+
const t = Ee(e);
|
|
27
27
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Qe in e) && !(ie in e);
|
|
28
28
|
}, Ut = (e) => {
|
|
29
|
-
if (!
|
|
29
|
+
if (!V(e) || K(e))
|
|
30
30
|
return !1;
|
|
31
31
|
try {
|
|
32
32
|
return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
|
|
33
33
|
} catch {
|
|
34
34
|
return !1;
|
|
35
35
|
}
|
|
36
|
-
}, Dt = k("Date"), Ft = k("File"), Lt = k("Blob"), vt = k("FileList"), Bt = (e) =>
|
|
36
|
+
}, Dt = k("Date"), Ft = k("File"), Lt = k("Blob"), vt = k("FileList"), Bt = (e) => V(e) && A(e.pipe), It = (e) => {
|
|
37
37
|
let t;
|
|
38
38
|
return e && (typeof FormData == "function" && e instanceof FormData || A(e.append) && ((t = ae(e)) === "formdata" || // detect form-data instance
|
|
39
39
|
t === "object" && A(e.toString) && e.toString() === "[object FormData]"));
|
|
@@ -46,7 +46,7 @@ function W(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
|
46
46
|
for (n = 0, s = e.length; n < s; n++)
|
|
47
47
|
t.call(null, e[n], n, e);
|
|
48
48
|
else {
|
|
49
|
-
if (
|
|
49
|
+
if (K(e))
|
|
50
50
|
return;
|
|
51
51
|
const o = r ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
|
|
52
52
|
let a;
|
|
@@ -55,7 +55,7 @@ function W(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
function tt(e, t) {
|
|
58
|
-
if (
|
|
58
|
+
if (K(e))
|
|
59
59
|
return null;
|
|
60
60
|
t = t.toLowerCase();
|
|
61
61
|
const r = Object.keys(e);
|
|
@@ -66,10 +66,10 @@ function tt(e, t) {
|
|
|
66
66
|
return null;
|
|
67
67
|
}
|
|
68
68
|
const B = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, rt = (e) => !$(e) && e !== B;
|
|
69
|
-
function
|
|
69
|
+
function ge() {
|
|
70
70
|
const { caseless: e, skipUndefined: t } = rt(this) && this || {}, r = {}, n = (s, o) => {
|
|
71
71
|
const i = e && tt(r, o) || o;
|
|
72
|
-
re(r[i]) && re(s) ? r[i] =
|
|
72
|
+
re(r[i]) && re(s) ? r[i] = ge(r[i], s) : re(s) ? r[i] = ge({}, s) : H(s) ? r[i] = s.slice() : (!t || !$(s)) && (r[i] = s);
|
|
73
73
|
};
|
|
74
74
|
for (let s = 0, o = arguments.length; s < o; s++)
|
|
75
75
|
arguments[s] && W(arguments[s], n);
|
|
@@ -87,7 +87,7 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (W(t, (s, o) => {
|
|
|
87
87
|
enumerable: !0,
|
|
88
88
|
configurable: !0
|
|
89
89
|
});
|
|
90
|
-
}, { allOwnKeys: n }), e),
|
|
90
|
+
}, { allOwnKeys: n }), e), Kt = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Vt = (e, t, r, n) => {
|
|
91
91
|
e.prototype = Object.create(t.prototype, n), Object.defineProperty(e.prototype, "constructor", {
|
|
92
92
|
value: e,
|
|
93
93
|
writable: !0,
|
|
@@ -103,7 +103,7 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (W(t, (s, o) => {
|
|
|
103
103
|
do {
|
|
104
104
|
for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
|
|
105
105
|
i = s[o], (!n || n(i, e, t)) && !a[i] && (t[i] = e[i], a[i] = !0);
|
|
106
|
-
e = r !== !1 &&
|
|
106
|
+
e = r !== !1 && Ee(e);
|
|
107
107
|
} while (e && (!r || r(e, t)) && e !== Object.prototype);
|
|
108
108
|
return t;
|
|
109
109
|
}, Xt = (e, t, r) => {
|
|
@@ -119,7 +119,7 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (W(t, (s, o) => {
|
|
|
119
119
|
for (; t-- > 0; )
|
|
120
120
|
r[t] = e[t];
|
|
121
121
|
return r;
|
|
122
|
-
}, Yt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" &&
|
|
122
|
+
}, Yt = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Ee(Uint8Array)), Qt = (e, t) => {
|
|
123
123
|
const n = (e && e[ie]).call(e);
|
|
124
124
|
let s;
|
|
125
125
|
for (; (s = n.next()) && !s.done; ) {
|
|
@@ -137,7 +137,7 @@ const Jt = (e, t, r, { allOwnKeys: n } = {}) => (W(t, (s, o) => {
|
|
|
137
137
|
function(r, n, s) {
|
|
138
138
|
return n.toUpperCase() + s;
|
|
139
139
|
}
|
|
140
|
-
),
|
|
140
|
+
), Ue = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype), rr = k("RegExp"), nt = (e, t) => {
|
|
141
141
|
const r = Object.getOwnPropertyDescriptors(e), n = {};
|
|
142
142
|
W(r, (s, o) => {
|
|
143
143
|
let i;
|
|
@@ -172,10 +172,10 @@ function ar(e) {
|
|
|
172
172
|
}
|
|
173
173
|
const cr = (e) => {
|
|
174
174
|
const t = new Array(10), r = (n, s) => {
|
|
175
|
-
if (
|
|
175
|
+
if (V(n)) {
|
|
176
176
|
if (t.indexOf(n) >= 0)
|
|
177
177
|
return;
|
|
178
|
-
if (
|
|
178
|
+
if (K(n))
|
|
179
179
|
return n;
|
|
180
180
|
if (!("toJSON" in n)) {
|
|
181
181
|
t[s] = n;
|
|
@@ -189,7 +189,7 @@ const cr = (e) => {
|
|
|
189
189
|
return n;
|
|
190
190
|
};
|
|
191
191
|
return r(e, 0);
|
|
192
|
-
}, lr = k("AsyncFunction"), ur = (e) => e && (
|
|
192
|
+
}, lr = k("AsyncFunction"), ur = (e) => e && (V(e) || A(e)) && A(e.then) && A(e.catch), st = ((e, t) => e ? setImmediate : t ? ((r, n) => (B.addEventListener("message", ({ source: s, data: o }) => {
|
|
193
193
|
s === B && o === r && n.length && n.shift()();
|
|
194
194
|
}, !1), (s) => {
|
|
195
195
|
n.push(s), B.postMessage(r, "*");
|
|
@@ -199,13 +199,13 @@ const cr = (e) => {
|
|
|
199
199
|
), dr = typeof queueMicrotask < "u" ? queueMicrotask.bind(B) : typeof process < "u" && process.nextTick || st, fr = (e) => e != null && A(e[ie]), c = {
|
|
200
200
|
isArray: H,
|
|
201
201
|
isArrayBuffer: Ze,
|
|
202
|
-
isBuffer:
|
|
202
|
+
isBuffer: K,
|
|
203
203
|
isFormData: It,
|
|
204
204
|
isArrayBufferView: Nt,
|
|
205
205
|
isString: kt,
|
|
206
206
|
isNumber: et,
|
|
207
207
|
isBoolean: Pt,
|
|
208
|
-
isObject:
|
|
208
|
+
isObject: V,
|
|
209
209
|
isPlainObject: re,
|
|
210
210
|
isEmptyObject: Ut,
|
|
211
211
|
isReadableStream: Mt,
|
|
@@ -223,11 +223,11 @@ const cr = (e) => {
|
|
|
223
223
|
isTypedArray: Yt,
|
|
224
224
|
isFileList: vt,
|
|
225
225
|
forEach: W,
|
|
226
|
-
merge:
|
|
226
|
+
merge: ge,
|
|
227
227
|
extend: Jt,
|
|
228
228
|
trim: zt,
|
|
229
|
-
stripBOM:
|
|
230
|
-
inherits:
|
|
229
|
+
stripBOM: Kt,
|
|
230
|
+
inherits: Vt,
|
|
231
231
|
toFlatObject: Wt,
|
|
232
232
|
kindOf: ae,
|
|
233
233
|
kindOfTest: k,
|
|
@@ -236,8 +236,8 @@ const cr = (e) => {
|
|
|
236
236
|
forEachEntry: Qt,
|
|
237
237
|
matchAll: Zt,
|
|
238
238
|
isHTMLForm: er,
|
|
239
|
-
hasOwnProperty:
|
|
240
|
-
hasOwnProp:
|
|
239
|
+
hasOwnProperty: Ue,
|
|
240
|
+
hasOwnProp: Ue,
|
|
241
241
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
242
242
|
reduceDescriptors: nt,
|
|
243
243
|
freezeMethods: nr,
|
|
@@ -256,7 +256,7 @@ const cr = (e) => {
|
|
|
256
256
|
asap: dr,
|
|
257
257
|
isIterable: fr
|
|
258
258
|
};
|
|
259
|
-
let
|
|
259
|
+
let g = class ot extends Error {
|
|
260
260
|
static from(t, r, n, s, o, i) {
|
|
261
261
|
const a = new ot(t.message, r || t.code, n, s, o);
|
|
262
262
|
return a.cause = t, a.name = t.name, i && Object.assign(a, i), a;
|
|
@@ -295,32 +295,32 @@ let w = class ot extends Error {
|
|
|
295
295
|
};
|
|
296
296
|
}
|
|
297
297
|
};
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
298
|
+
g.ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE";
|
|
299
|
+
g.ERR_BAD_OPTION = "ERR_BAD_OPTION";
|
|
300
|
+
g.ECONNABORTED = "ECONNABORTED";
|
|
301
|
+
g.ETIMEDOUT = "ETIMEDOUT";
|
|
302
|
+
g.ERR_NETWORK = "ERR_NETWORK";
|
|
303
|
+
g.ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS";
|
|
304
|
+
g.ERR_DEPRECATED = "ERR_DEPRECATED";
|
|
305
|
+
g.ERR_BAD_RESPONSE = "ERR_BAD_RESPONSE";
|
|
306
|
+
g.ERR_BAD_REQUEST = "ERR_BAD_REQUEST";
|
|
307
|
+
g.ERR_CANCELED = "ERR_CANCELED";
|
|
308
|
+
g.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
309
|
+
g.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
310
310
|
const pr = null;
|
|
311
|
-
function
|
|
311
|
+
function we(e) {
|
|
312
312
|
return c.isPlainObject(e) || c.isArray(e);
|
|
313
313
|
}
|
|
314
314
|
function it(e) {
|
|
315
315
|
return c.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
316
316
|
}
|
|
317
|
-
function
|
|
317
|
+
function De(e, t, r) {
|
|
318
318
|
return e ? e.concat(t).map(function(s, o) {
|
|
319
319
|
return s = it(s), !r && o ? "[" + s + "]" : s;
|
|
320
320
|
}).join(r ? "." : "") : t;
|
|
321
321
|
}
|
|
322
322
|
function mr(e) {
|
|
323
|
-
return c.isArray(e) && !e.some(
|
|
323
|
+
return c.isArray(e) && !e.some(we);
|
|
324
324
|
}
|
|
325
325
|
const hr = c.toFlatObject(c, {}, null, function(t) {
|
|
326
326
|
return /^is[A-Z]/.test(t);
|
|
@@ -345,7 +345,7 @@ function le(e, t, r) {
|
|
|
345
345
|
if (c.isBoolean(d))
|
|
346
346
|
return d.toString();
|
|
347
347
|
if (!f && c.isBlob(d))
|
|
348
|
-
throw new
|
|
348
|
+
throw new g("Blob is not supported. Use a Buffer instead.");
|
|
349
349
|
return c.isArrayBuffer(d) || c.isTypedArray(d) ? f && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
|
|
350
350
|
}
|
|
351
351
|
function l(d, h, m) {
|
|
@@ -357,17 +357,17 @@ function le(e, t, r) {
|
|
|
357
357
|
return h = it(h), E.forEach(function(x, b) {
|
|
358
358
|
!(c.isUndefined(x) || x === null) && t.append(
|
|
359
359
|
// eslint-disable-next-line no-nested-ternary
|
|
360
|
-
i === !0 ?
|
|
360
|
+
i === !0 ? De([h], b, o) : i === null ? h : h + "[]",
|
|
361
361
|
u(x)
|
|
362
362
|
);
|
|
363
363
|
}), !1;
|
|
364
364
|
}
|
|
365
|
-
return
|
|
365
|
+
return we(d) ? !0 : (t.append(De(m, h, o), u(d)), !1);
|
|
366
366
|
}
|
|
367
367
|
const p = [], y = Object.assign(hr, {
|
|
368
368
|
defaultVisitor: l,
|
|
369
369
|
convertValue: u,
|
|
370
|
-
isVisitable:
|
|
370
|
+
isVisitable: we
|
|
371
371
|
});
|
|
372
372
|
function R(d, h) {
|
|
373
373
|
if (!c.isUndefined(d)) {
|
|
@@ -388,7 +388,7 @@ function le(e, t, r) {
|
|
|
388
388
|
throw new TypeError("data must be an object");
|
|
389
389
|
return R(e), t;
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function Fe(e) {
|
|
392
392
|
const t = {
|
|
393
393
|
"!": "%21",
|
|
394
394
|
"'": "%27",
|
|
@@ -402,38 +402,38 @@ function De(e) {
|
|
|
402
402
|
return t[n];
|
|
403
403
|
});
|
|
404
404
|
}
|
|
405
|
-
function
|
|
405
|
+
function _e(e, t) {
|
|
406
406
|
this._pairs = [], e && le(e, this, t);
|
|
407
407
|
}
|
|
408
|
-
const at =
|
|
408
|
+
const at = _e.prototype;
|
|
409
409
|
at.append = function(t, r) {
|
|
410
410
|
this._pairs.push([t, r]);
|
|
411
411
|
};
|
|
412
412
|
at.toString = function(t) {
|
|
413
413
|
const r = t ? function(n) {
|
|
414
|
-
return t.call(this, n,
|
|
415
|
-
} :
|
|
414
|
+
return t.call(this, n, Fe);
|
|
415
|
+
} : Fe;
|
|
416
416
|
return this._pairs.map(function(s) {
|
|
417
417
|
return r(s[0]) + "=" + r(s[1]);
|
|
418
418
|
}, "").join("&");
|
|
419
419
|
};
|
|
420
|
-
function
|
|
420
|
+
function gr(e) {
|
|
421
421
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
422
422
|
}
|
|
423
423
|
function ct(e, t, r) {
|
|
424
424
|
if (!t)
|
|
425
425
|
return e;
|
|
426
|
-
const n = r && r.encode ||
|
|
426
|
+
const n = r && r.encode || gr, s = c.isFunction(r) ? {
|
|
427
427
|
serialize: r
|
|
428
428
|
} : r, o = s && s.serialize;
|
|
429
429
|
let i;
|
|
430
|
-
if (o ? i = o(t, s) : i = c.isURLSearchParams(t) ? t.toString() : new
|
|
430
|
+
if (o ? i = o(t, s) : i = c.isURLSearchParams(t) ? t.toString() : new _e(t, s).toString(n), i) {
|
|
431
431
|
const a = e.indexOf("#");
|
|
432
432
|
a !== -1 && (e = e.slice(0, a)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
|
433
433
|
}
|
|
434
434
|
return e;
|
|
435
435
|
}
|
|
436
|
-
class
|
|
436
|
+
class Le {
|
|
437
437
|
constructor() {
|
|
438
438
|
this.handlers = [];
|
|
439
439
|
}
|
|
@@ -492,18 +492,18 @@ const lt = {
|
|
|
492
492
|
silentJSONParsing: !0,
|
|
493
493
|
forcedJSONParsing: !0,
|
|
494
494
|
clarifyTimeoutError: !1
|
|
495
|
-
},
|
|
495
|
+
}, wr = typeof URLSearchParams < "u" ? URLSearchParams : _e, br = typeof FormData < "u" ? FormData : null, yr = typeof Blob < "u" ? Blob : null, xr = {
|
|
496
496
|
isBrowser: !0,
|
|
497
497
|
classes: {
|
|
498
|
-
URLSearchParams:
|
|
498
|
+
URLSearchParams: wr,
|
|
499
499
|
FormData: br,
|
|
500
500
|
Blob: yr
|
|
501
501
|
},
|
|
502
502
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
503
|
-
},
|
|
504
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Sr =
|
|
503
|
+
}, Se = typeof window < "u" && typeof document < "u", be = typeof navigator == "object" && navigator || void 0, Er = Se && (!be || ["ReactNative", "NativeScript", "NS"].indexOf(be.product) < 0), _r = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
504
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Sr = Se && window.location.href || "http://localhost", Rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
505
505
|
__proto__: null,
|
|
506
|
-
hasBrowserEnv:
|
|
506
|
+
hasBrowserEnv: Se,
|
|
507
507
|
hasStandardBrowserEnv: Er,
|
|
508
508
|
hasStandardBrowserWebWorkerEnv: _r,
|
|
509
509
|
navigator: be,
|
|
@@ -595,7 +595,7 @@ const X = {
|
|
|
595
595
|
return JSON.parse(t, this.parseReviver);
|
|
596
596
|
} catch (a) {
|
|
597
597
|
if (i)
|
|
598
|
-
throw a.name === "SyntaxError" ?
|
|
598
|
+
throw a.name === "SyntaxError" ? g.from(a, g.ERR_BAD_RESPONSE, this, null, this.response) : a;
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
return t;
|
|
@@ -651,7 +651,7 @@ const Nr = c.toObjectSet([
|
|
|
651
651
|
`).forEach(function(i) {
|
|
652
652
|
s = i.indexOf(":"), r = i.substring(0, s).trim().toLowerCase(), n = i.substring(s + 1).trim(), !(!r || t[r] && Nr[r]) && (r === "set-cookie" ? t[r] ? t[r].push(n) : t[r] = [n] : t[r] = t[r] ? t[r] + ", " + n : n);
|
|
653
653
|
}), t;
|
|
654
|
-
},
|
|
654
|
+
}, ve = Symbol("internals");
|
|
655
655
|
function z(e) {
|
|
656
656
|
return e && String(e).trim().toLowerCase();
|
|
657
657
|
}
|
|
@@ -806,7 +806,7 @@ let C = class {
|
|
|
806
806
|
return r.forEach((s) => n.set(s)), n;
|
|
807
807
|
}
|
|
808
808
|
static accessor(t) {
|
|
809
|
-
const n = (this[
|
|
809
|
+
const n = (this[ve] = this[ve] = {
|
|
810
810
|
accessors: {}
|
|
811
811
|
}).accessors, s = this.prototype;
|
|
812
812
|
function o(i) {
|
|
@@ -837,7 +837,7 @@ function me(e, t) {
|
|
|
837
837
|
function dt(e) {
|
|
838
838
|
return !!(e && e.__CANCEL__);
|
|
839
839
|
}
|
|
840
|
-
let G = class extends
|
|
840
|
+
let G = class extends g {
|
|
841
841
|
/**
|
|
842
842
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
843
843
|
*
|
|
@@ -848,14 +848,14 @@ let G = class extends w {
|
|
|
848
848
|
* @returns {CanceledError} The created error.
|
|
849
849
|
*/
|
|
850
850
|
constructor(t, r, n) {
|
|
851
|
-
super(t ?? "canceled",
|
|
851
|
+
super(t ?? "canceled", g.ERR_CANCELED, r, n), this.name = "CanceledError", this.__CANCEL__ = !0;
|
|
852
852
|
}
|
|
853
853
|
};
|
|
854
854
|
function ft(e, t, r) {
|
|
855
855
|
const n = r.config.validateStatus;
|
|
856
|
-
!r.status || !n || n(r.status) ? e(r) : t(new
|
|
856
|
+
!r.status || !n || n(r.status) ? e(r) : t(new g(
|
|
857
857
|
"Request failed with status code " + r.status,
|
|
858
|
-
[
|
|
858
|
+
[g.ERR_BAD_REQUEST, g.ERR_BAD_RESPONSE][Math.floor(r.status / 100) - 4],
|
|
859
859
|
r.config,
|
|
860
860
|
r.request,
|
|
861
861
|
r
|
|
@@ -912,14 +912,14 @@ const oe = (e, t, r = 3) => {
|
|
|
912
912
|
};
|
|
913
913
|
e(p);
|
|
914
914
|
}, r);
|
|
915
|
-
},
|
|
915
|
+
}, Be = (e, t) => {
|
|
916
916
|
const r = e != null;
|
|
917
917
|
return [(n) => t[0]({
|
|
918
918
|
lengthComputable: r,
|
|
919
919
|
total: e,
|
|
920
920
|
loaded: n
|
|
921
921
|
}), t[1]];
|
|
922
|
-
},
|
|
922
|
+
}, Ie = (e) => (...t) => c.asap(() => e(...t)), Ir = T.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (r) => (r = new URL(r, T.origin), e.protocol === r.protocol && e.host === r.host && (t || e.port === r.port)))(
|
|
923
923
|
new URL(T.origin),
|
|
924
924
|
T.navigator && /(msie|trident)/i.test(T.navigator.userAgent)
|
|
925
925
|
) : () => !0, jr = T.hasStandardBrowserEnv ? (
|
|
@@ -961,7 +961,7 @@ function pt(e, t, r) {
|
|
|
961
961
|
let n = !Mr(t);
|
|
962
962
|
return e && (n || r == !1) ? $r(e, t) : t;
|
|
963
963
|
}
|
|
964
|
-
const
|
|
964
|
+
const je = (e) => e instanceof C ? { ...e } : e;
|
|
965
965
|
function j(e, t) {
|
|
966
966
|
t = t || {};
|
|
967
967
|
const r = {};
|
|
@@ -1019,7 +1019,7 @@ function j(e, t) {
|
|
|
1019
1019
|
socketPath: i,
|
|
1020
1020
|
responseEncoding: i,
|
|
1021
1021
|
validateStatus: a,
|
|
1022
|
-
headers: (u, l, p) => s(
|
|
1022
|
+
headers: (u, l, p) => s(je(u), je(l), p, !0)
|
|
1023
1023
|
};
|
|
1024
1024
|
return c.forEach(Object.keys({ ...e, ...t }), function(l) {
|
|
1025
1025
|
const p = f[l] || s, y = p(e[l], t[l], l);
|
|
@@ -1080,16 +1080,16 @@ const mt = (e) => {
|
|
|
1080
1080
|
"onloadend" in m ? m.onloadend = E : m.onreadystatechange = function() {
|
|
1081
1081
|
!m || m.readyState !== 4 || m.status === 0 && !(m.responseURL && m.responseURL.indexOf("file:") === 0) || setTimeout(E);
|
|
1082
1082
|
}, m.onabort = function() {
|
|
1083
|
-
m && (n(new
|
|
1083
|
+
m && (n(new g("Request aborted", g.ECONNABORTED, e, m)), m = null);
|
|
1084
1084
|
}, m.onerror = function(b) {
|
|
1085
|
-
const O = b && b.message ? b.message : "Network Error", D = new
|
|
1085
|
+
const O = b && b.message ? b.message : "Network Error", D = new g(O, g.ERR_NETWORK, e, m);
|
|
1086
1086
|
D.event = b || null, n(D), m = null;
|
|
1087
1087
|
}, m.ontimeout = function() {
|
|
1088
1088
|
let b = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
|
|
1089
1089
|
const O = s.transitional || lt;
|
|
1090
|
-
s.timeoutErrorMessage && (b = s.timeoutErrorMessage), n(new
|
|
1090
|
+
s.timeoutErrorMessage && (b = s.timeoutErrorMessage), n(new g(
|
|
1091
1091
|
b,
|
|
1092
|
-
O.clarifyTimeoutError ?
|
|
1092
|
+
O.clarifyTimeoutError ? g.ETIMEDOUT : g.ECONNABORTED,
|
|
1093
1093
|
e,
|
|
1094
1094
|
m
|
|
1095
1095
|
)), m = null;
|
|
@@ -1100,7 +1100,7 @@ const mt = (e) => {
|
|
|
1100
1100
|
}, s.cancelToken && s.cancelToken.subscribe(l), s.signal && (s.signal.aborted ? l() : s.signal.addEventListener("abort", l)));
|
|
1101
1101
|
const _ = Lr(s.url);
|
|
1102
1102
|
if (_ && T.protocols.indexOf(_) === -1) {
|
|
1103
|
-
n(new
|
|
1103
|
+
n(new g("Unsupported protocol " + _ + ":", g.ERR_BAD_REQUEST, e));
|
|
1104
1104
|
return;
|
|
1105
1105
|
}
|
|
1106
1106
|
m.send(o || null);
|
|
@@ -1113,11 +1113,11 @@ const mt = (e) => {
|
|
|
1113
1113
|
if (!s) {
|
|
1114
1114
|
s = !0, a();
|
|
1115
1115
|
const l = u instanceof Error ? u : this.reason;
|
|
1116
|
-
n.abort(l instanceof
|
|
1116
|
+
n.abort(l instanceof g ? l : new G(l instanceof Error ? l.message : l));
|
|
1117
1117
|
}
|
|
1118
1118
|
};
|
|
1119
1119
|
let i = t && setTimeout(() => {
|
|
1120
|
-
i = null, o(new
|
|
1120
|
+
i = null, o(new g(`timeout of ${t}ms exceeded`, g.ETIMEDOUT));
|
|
1121
1121
|
}, t);
|
|
1122
1122
|
const a = () => {
|
|
1123
1123
|
e && (i && clearTimeout(i), i = null, e.forEach((u) => {
|
|
@@ -1137,10 +1137,10 @@ const mt = (e) => {
|
|
|
1137
1137
|
let n = 0, s;
|
|
1138
1138
|
for (; n < r; )
|
|
1139
1139
|
s = n + t, yield e.slice(n, s), n = s;
|
|
1140
|
-
},
|
|
1141
|
-
for await (const r of
|
|
1140
|
+
}, Kr = async function* (e, t) {
|
|
1141
|
+
for await (const r of Vr(e))
|
|
1142
1142
|
yield* Jr(r, t);
|
|
1143
|
-
},
|
|
1143
|
+
}, Vr = async function* (e) {
|
|
1144
1144
|
if (e[Symbol.asyncIterator]) {
|
|
1145
1145
|
yield* e;
|
|
1146
1146
|
return;
|
|
@@ -1156,8 +1156,8 @@ const mt = (e) => {
|
|
|
1156
1156
|
} finally {
|
|
1157
1157
|
await t.cancel();
|
|
1158
1158
|
}
|
|
1159
|
-
},
|
|
1160
|
-
const s =
|
|
1159
|
+
}, Me = (e, t, r, n) => {
|
|
1160
|
+
const s = Kr(e, t);
|
|
1161
1161
|
let o = 0, i, a = (f) => {
|
|
1162
1162
|
i || (i = !0, n && n(f));
|
|
1163
1163
|
};
|
|
@@ -1185,13 +1185,13 @@ const mt = (e) => {
|
|
|
1185
1185
|
}, {
|
|
1186
1186
|
highWaterMark: 2
|
|
1187
1187
|
});
|
|
1188
|
-
},
|
|
1188
|
+
}, $e = 64 * 1024, { isFunction: te } = c, Wr = (({ Request: e, Response: t }) => ({
|
|
1189
1189
|
Request: e,
|
|
1190
1190
|
Response: t
|
|
1191
1191
|
}))(c.global), {
|
|
1192
|
-
ReadableStream:
|
|
1193
|
-
TextEncoder:
|
|
1194
|
-
} = c.global,
|
|
1192
|
+
ReadableStream: He,
|
|
1193
|
+
TextEncoder: qe
|
|
1194
|
+
} = c.global, ze = (e, ...t) => {
|
|
1195
1195
|
try {
|
|
1196
1196
|
return !!e(...t);
|
|
1197
1197
|
} catch {
|
|
@@ -1204,17 +1204,17 @@ const mt = (e) => {
|
|
|
1204
1204
|
const { fetch: t, Request: r, Response: n } = e, s = t ? te(t) : typeof fetch == "function", o = te(r), i = te(n);
|
|
1205
1205
|
if (!s)
|
|
1206
1206
|
return !1;
|
|
1207
|
-
const a = s && te(
|
|
1207
|
+
const a = s && te(He), f = s && (typeof qe == "function" ? /* @__PURE__ */ ((d) => (h) => d.encode(h))(new qe()) : async (d) => new Uint8Array(await new r(d).arrayBuffer())), u = o && a && ze(() => {
|
|
1208
1208
|
let d = !1;
|
|
1209
1209
|
const h = new r(T.origin, {
|
|
1210
|
-
body: new
|
|
1210
|
+
body: new He(),
|
|
1211
1211
|
method: "POST",
|
|
1212
1212
|
get duplex() {
|
|
1213
1213
|
return d = !0, "half";
|
|
1214
1214
|
}
|
|
1215
1215
|
}).headers.has("Content-Type");
|
|
1216
1216
|
return d && !h;
|
|
1217
|
-
}), l = i && a &&
|
|
1217
|
+
}), l = i && a && ze(() => c.isReadableStream(new n("").body)), p = {
|
|
1218
1218
|
stream: l && ((d) => d.body)
|
|
1219
1219
|
};
|
|
1220
1220
|
s && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((d) => {
|
|
@@ -1222,7 +1222,7 @@ const mt = (e) => {
|
|
|
1222
1222
|
let E = h && h[d];
|
|
1223
1223
|
if (E)
|
|
1224
1224
|
return E.call(h);
|
|
1225
|
-
throw new
|
|
1225
|
+
throw new g(`Response type '${d}' is not supported`, g.ERR_NOT_SUPPORT, m);
|
|
1226
1226
|
});
|
|
1227
1227
|
});
|
|
1228
1228
|
const y = async (d) => {
|
|
@@ -1256,32 +1256,32 @@ const mt = (e) => {
|
|
|
1256
1256
|
responseType: N,
|
|
1257
1257
|
headers: de,
|
|
1258
1258
|
withCredentials: Y = "same-origin",
|
|
1259
|
-
fetchOptions:
|
|
1260
|
-
} = mt(d),
|
|
1259
|
+
fetchOptions: Oe
|
|
1260
|
+
} = mt(d), Te = t || fetch;
|
|
1261
1261
|
N = N ? (N + "").toLowerCase() : "text";
|
|
1262
1262
|
let Q = zr([_, x && x.toAbortSignal()], b), q = null;
|
|
1263
1263
|
const v = Q && Q.unsubscribe && (() => {
|
|
1264
1264
|
Q.unsubscribe();
|
|
1265
1265
|
});
|
|
1266
|
-
let
|
|
1266
|
+
let Ae;
|
|
1267
1267
|
try {
|
|
1268
|
-
if (D && u && m !== "get" && m !== "head" && (
|
|
1268
|
+
if (D && u && m !== "get" && m !== "head" && (Ae = await R(de, E)) !== 0) {
|
|
1269
1269
|
let L = new r(h, {
|
|
1270
1270
|
method: "POST",
|
|
1271
1271
|
body: E,
|
|
1272
1272
|
duplex: "half"
|
|
1273
1273
|
}), M;
|
|
1274
1274
|
if (c.isFormData(E) && (M = L.headers.get("content-type")) && de.setContentType(M), L.body) {
|
|
1275
|
-
const [fe, Z] =
|
|
1276
|
-
|
|
1277
|
-
oe(
|
|
1275
|
+
const [fe, Z] = Be(
|
|
1276
|
+
Ae,
|
|
1277
|
+
oe(Ie(D))
|
|
1278
1278
|
);
|
|
1279
|
-
E =
|
|
1279
|
+
E = Me(L.body, $e, fe, Z);
|
|
1280
1280
|
}
|
|
1281
1281
|
}
|
|
1282
1282
|
c.isString(Y) || (Y = Y ? "include" : "omit");
|
|
1283
|
-
const P = o && "credentials" in r.prototype,
|
|
1284
|
-
...
|
|
1283
|
+
const P = o && "credentials" in r.prototype, Ce = {
|
|
1284
|
+
...Oe,
|
|
1285
1285
|
signal: Q,
|
|
1286
1286
|
method: m.toUpperCase(),
|
|
1287
1287
|
headers: de.normalize().toJSON(),
|
|
@@ -1289,20 +1289,20 @@ const mt = (e) => {
|
|
|
1289
1289
|
duplex: "half",
|
|
1290
1290
|
credentials: P ? Y : void 0
|
|
1291
1291
|
};
|
|
1292
|
-
q = o && new r(h,
|
|
1293
|
-
let F = await (o ?
|
|
1294
|
-
const
|
|
1295
|
-
if (l && (O ||
|
|
1292
|
+
q = o && new r(h, Ce);
|
|
1293
|
+
let F = await (o ? Te(q, Oe) : Te(h, Ce));
|
|
1294
|
+
const Ne = l && (N === "stream" || N === "response");
|
|
1295
|
+
if (l && (O || Ne && v)) {
|
|
1296
1296
|
const L = {};
|
|
1297
|
-
["status", "statusText", "headers"].forEach((
|
|
1298
|
-
L[
|
|
1297
|
+
["status", "statusText", "headers"].forEach((ke) => {
|
|
1298
|
+
L[ke] = F[ke];
|
|
1299
1299
|
});
|
|
1300
|
-
const M = c.toFiniteNumber(F.headers.get("content-length")), [fe, Z] = O &&
|
|
1300
|
+
const M = c.toFiniteNumber(F.headers.get("content-length")), [fe, Z] = O && Be(
|
|
1301
1301
|
M,
|
|
1302
|
-
oe(
|
|
1302
|
+
oe(Ie(O), !0)
|
|
1303
1303
|
) || [];
|
|
1304
1304
|
F = new n(
|
|
1305
|
-
|
|
1305
|
+
Me(F.body, $e, fe, () => {
|
|
1306
1306
|
Z && Z(), v && v();
|
|
1307
1307
|
}),
|
|
1308
1308
|
L
|
|
@@ -1310,7 +1310,7 @@ const mt = (e) => {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
N = N || "text";
|
|
1312
1312
|
let xt = await p[c.findKey(p, N) || "text"](F, d);
|
|
1313
|
-
return !
|
|
1313
|
+
return !Ne && v && v(), await new Promise((L, M) => {
|
|
1314
1314
|
ft(L, M, {
|
|
1315
1315
|
data: xt,
|
|
1316
1316
|
headers: C.from(F.headers),
|
|
@@ -1322,11 +1322,11 @@ const mt = (e) => {
|
|
|
1322
1322
|
});
|
|
1323
1323
|
} catch (P) {
|
|
1324
1324
|
throw v && v(), P && P.name === "TypeError" && /Load failed|fetch/i.test(P.message) ? Object.assign(
|
|
1325
|
-
new
|
|
1325
|
+
new g("Network Error", g.ERR_NETWORK, d, q),
|
|
1326
1326
|
{
|
|
1327
1327
|
cause: P.cause || P
|
|
1328
1328
|
}
|
|
1329
|
-
) :
|
|
1329
|
+
) : g.from(P, P && P.code, d, q);
|
|
1330
1330
|
}
|
|
1331
1331
|
};
|
|
1332
1332
|
}, Gr = /* @__PURE__ */ new Map(), ht = (e) => {
|
|
@@ -1342,14 +1342,14 @@ const mt = (e) => {
|
|
|
1342
1342
|
return u;
|
|
1343
1343
|
};
|
|
1344
1344
|
ht();
|
|
1345
|
-
const
|
|
1345
|
+
const Re = {
|
|
1346
1346
|
http: pr,
|
|
1347
1347
|
xhr: qr,
|
|
1348
1348
|
fetch: {
|
|
1349
1349
|
get: ht
|
|
1350
1350
|
}
|
|
1351
1351
|
};
|
|
1352
|
-
c.forEach(
|
|
1352
|
+
c.forEach(Re, (e, t) => {
|
|
1353
1353
|
if (e) {
|
|
1354
1354
|
try {
|
|
1355
1355
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1358,7 +1358,7 @@ c.forEach(Se, (e, t) => {
|
|
|
1358
1358
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1359
1359
|
}
|
|
1360
1360
|
});
|
|
1361
|
-
const
|
|
1361
|
+
const Je = (e) => `- ${e}`, Yr = (e) => c.isFunction(e) || e === null || e === !1;
|
|
1362
1362
|
function Qr(e, t) {
|
|
1363
1363
|
e = c.isArray(e) ? e : [e];
|
|
1364
1364
|
const { length: r } = e;
|
|
@@ -1367,8 +1367,8 @@ function Qr(e, t) {
|
|
|
1367
1367
|
for (let i = 0; i < r; i++) {
|
|
1368
1368
|
n = e[i];
|
|
1369
1369
|
let a;
|
|
1370
|
-
if (s = n, !Yr(n) && (s =
|
|
1371
|
-
throw new
|
|
1370
|
+
if (s = n, !Yr(n) && (s = Re[(a = String(n)).toLowerCase()], s === void 0))
|
|
1371
|
+
throw new g(`Unknown adapter '${a}'`);
|
|
1372
1372
|
if (s && (c.isFunction(s) || (s = s.get(t))))
|
|
1373
1373
|
break;
|
|
1374
1374
|
o[a || "#" + i] = s;
|
|
@@ -1378,16 +1378,16 @@ function Qr(e, t) {
|
|
|
1378
1378
|
([f, u]) => `adapter ${f} ` + (u === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1379
1379
|
);
|
|
1380
1380
|
let a = r ? i.length > 1 ? `since :
|
|
1381
|
-
` + i.map(
|
|
1382
|
-
`) : " " +
|
|
1383
|
-
throw new
|
|
1381
|
+
` + i.map(Je).join(`
|
|
1382
|
+
`) : " " + Je(i[0]) : "as no adapter specified";
|
|
1383
|
+
throw new g(
|
|
1384
1384
|
"There is no suitable adapter to dispatch the request " + a,
|
|
1385
1385
|
"ERR_NOT_SUPPORT"
|
|
1386
1386
|
);
|
|
1387
1387
|
}
|
|
1388
1388
|
return s;
|
|
1389
1389
|
}
|
|
1390
|
-
const
|
|
1390
|
+
const gt = {
|
|
1391
1391
|
/**
|
|
1392
1392
|
* Resolve an adapter from a list of adapter names or functions.
|
|
1393
1393
|
* @type {Function}
|
|
@@ -1397,17 +1397,17 @@ const wt = {
|
|
|
1397
1397
|
* Exposes all known adapters
|
|
1398
1398
|
* @type {Object<string, Function|Object>}
|
|
1399
1399
|
*/
|
|
1400
|
-
adapters:
|
|
1400
|
+
adapters: Re
|
|
1401
1401
|
};
|
|
1402
1402
|
function he(e) {
|
|
1403
1403
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1404
1404
|
throw new G(null, e);
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1406
|
+
function Ke(e) {
|
|
1407
1407
|
return he(e), e.headers = C.from(e.headers), e.data = me.call(
|
|
1408
1408
|
e,
|
|
1409
1409
|
e.transformRequest
|
|
1410
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1),
|
|
1410
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), gt.getAdapter(e.adapter || X.adapter, e)(e).then(function(n) {
|
|
1411
1411
|
return he(e), n.data = me.call(
|
|
1412
1412
|
e,
|
|
1413
1413
|
e.transformResponse,
|
|
@@ -1421,7 +1421,7 @@ function Je(e) {
|
|
|
1421
1421
|
), n.response.headers = C.from(n.response.headers))), Promise.reject(n);
|
|
1422
1422
|
});
|
|
1423
1423
|
}
|
|
1424
|
-
const
|
|
1424
|
+
const wt = "1.13.4", ue = {};
|
|
1425
1425
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1426
1426
|
ue[e] = function(n) {
|
|
1427
1427
|
return typeof n === e || "a" + (t < 1 ? "n " : " ") + e;
|
|
@@ -1430,13 +1430,13 @@ const gt = "1.13.4", ue = {};
|
|
|
1430
1430
|
const Ve = {};
|
|
1431
1431
|
ue.transitional = function(t, r, n) {
|
|
1432
1432
|
function s(o, i) {
|
|
1433
|
-
return "[Axios v" +
|
|
1433
|
+
return "[Axios v" + wt + "] Transitional option '" + o + "'" + i + (n ? ". " + n : "");
|
|
1434
1434
|
}
|
|
1435
1435
|
return (o, i, a) => {
|
|
1436
1436
|
if (t === !1)
|
|
1437
|
-
throw new
|
|
1437
|
+
throw new g(
|
|
1438
1438
|
s(i, " has been removed" + (r ? " in " + r : "")),
|
|
1439
|
-
|
|
1439
|
+
g.ERR_DEPRECATED
|
|
1440
1440
|
);
|
|
1441
1441
|
return r && !Ve[i] && (Ve[i] = !0, console.warn(
|
|
1442
1442
|
s(
|
|
@@ -1451,7 +1451,7 @@ ue.spelling = function(t) {
|
|
|
1451
1451
|
};
|
|
1452
1452
|
function Zr(e, t, r) {
|
|
1453
1453
|
if (typeof e != "object")
|
|
1454
|
-
throw new
|
|
1454
|
+
throw new g("options must be an object", g.ERR_BAD_OPTION_VALUE);
|
|
1455
1455
|
const n = Object.keys(e);
|
|
1456
1456
|
let s = n.length;
|
|
1457
1457
|
for (; s-- > 0; ) {
|
|
@@ -1459,11 +1459,11 @@ function Zr(e, t, r) {
|
|
|
1459
1459
|
if (i) {
|
|
1460
1460
|
const a = e[o], f = a === void 0 || i(a, o, e);
|
|
1461
1461
|
if (f !== !0)
|
|
1462
|
-
throw new
|
|
1462
|
+
throw new g("option " + o + " must be " + f, g.ERR_BAD_OPTION_VALUE);
|
|
1463
1463
|
continue;
|
|
1464
1464
|
}
|
|
1465
1465
|
if (r !== !0)
|
|
1466
|
-
throw new
|
|
1466
|
+
throw new g("Unknown option " + o, g.ERR_BAD_OPTION);
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
const se = {
|
|
@@ -1473,8 +1473,8 @@ const se = {
|
|
|
1473
1473
|
let I = class {
|
|
1474
1474
|
constructor(t) {
|
|
1475
1475
|
this.defaults = t || {}, this.interceptors = {
|
|
1476
|
-
request: new
|
|
1477
|
-
response: new
|
|
1476
|
+
request: new Le(),
|
|
1477
|
+
response: new Le()
|
|
1478
1478
|
};
|
|
1479
1479
|
}
|
|
1480
1480
|
/**
|
|
@@ -1539,7 +1539,7 @@ let I = class {
|
|
|
1539
1539
|
});
|
|
1540
1540
|
let l, p = 0, y;
|
|
1541
1541
|
if (!f) {
|
|
1542
|
-
const d = [
|
|
1542
|
+
const d = [Ke.bind(this), void 0];
|
|
1543
1543
|
for (d.unshift(...a), d.push(...u), y = d.length, l = Promise.resolve(r); p < y; )
|
|
1544
1544
|
l = l.then(d[p++], d[p++]);
|
|
1545
1545
|
return l;
|
|
@@ -1556,7 +1556,7 @@ let I = class {
|
|
|
1556
1556
|
}
|
|
1557
1557
|
}
|
|
1558
1558
|
try {
|
|
1559
|
-
l =
|
|
1559
|
+
l = Ke.call(this, R);
|
|
1560
1560
|
} catch (d) {
|
|
1561
1561
|
return Promise.reject(d);
|
|
1562
1562
|
}
|
|
@@ -1760,9 +1760,9 @@ S.Axios = I;
|
|
|
1760
1760
|
S.CanceledError = G;
|
|
1761
1761
|
S.CancelToken = en;
|
|
1762
1762
|
S.isCancel = dt;
|
|
1763
|
-
S.VERSION =
|
|
1763
|
+
S.VERSION = wt;
|
|
1764
1764
|
S.toFormData = le;
|
|
1765
|
-
S.AxiosError =
|
|
1765
|
+
S.AxiosError = g;
|
|
1766
1766
|
S.Cancel = S.CanceledError;
|
|
1767
1767
|
S.all = function(t) {
|
|
1768
1768
|
return Promise.all(t);
|
|
@@ -1772,7 +1772,7 @@ S.isAxiosError = rn;
|
|
|
1772
1772
|
S.mergeConfig = j;
|
|
1773
1773
|
S.AxiosHeaders = C;
|
|
1774
1774
|
S.formToJSON = (e) => ut(c.isHTMLForm(e) ? new FormData(e) : e);
|
|
1775
|
-
S.getAdapter =
|
|
1775
|
+
S.getAdapter = gt.getAdapter;
|
|
1776
1776
|
S.HttpStatusCode = ye;
|
|
1777
1777
|
S.default = S;
|
|
1778
1778
|
const {
|
|
@@ -1795,7 +1795,7 @@ const {
|
|
|
1795
1795
|
} = S, nn = "https://customers-services.tarxemo.com/api";
|
|
1796
1796
|
class sn {
|
|
1797
1797
|
constructor(t, r = nn) {
|
|
1798
|
-
|
|
1798
|
+
Pe(this, "client");
|
|
1799
1799
|
this.client = S.create({
|
|
1800
1800
|
baseURL: r,
|
|
1801
1801
|
headers: {
|
|
@@ -1859,34 +1859,33 @@ class sn {
|
|
|
1859
1859
|
this.client.defaults.baseURL = t;
|
|
1860
1860
|
}
|
|
1861
1861
|
}
|
|
1862
|
-
function
|
|
1862
|
+
function We(e, t) {
|
|
1863
1863
|
const [r, n] = J(() => {
|
|
1864
1864
|
try {
|
|
1865
|
-
const
|
|
1866
|
-
return
|
|
1867
|
-
} catch (
|
|
1868
|
-
return console.warn(`Error reading localStorage key "${e}":`,
|
|
1865
|
+
const s = window.localStorage.getItem(e);
|
|
1866
|
+
return s ? JSON.parse(s) : t;
|
|
1867
|
+
} catch (s) {
|
|
1868
|
+
return console.warn(`Error reading localStorage key "${e}":`, s), t;
|
|
1869
1869
|
}
|
|
1870
1870
|
});
|
|
1871
|
-
return
|
|
1871
|
+
return xe(() => {
|
|
1872
1872
|
try {
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
console.warn(`Error setting localStorage key "${e}":`, i);
|
|
1873
|
+
window.localStorage.setItem(e, JSON.stringify(r));
|
|
1874
|
+
} catch (s) {
|
|
1875
|
+
console.warn(`Error setting localStorage key "${e}":`, s);
|
|
1877
1876
|
}
|
|
1878
|
-
}];
|
|
1877
|
+
}, [e, r]), [r, n];
|
|
1879
1878
|
}
|
|
1880
|
-
function
|
|
1879
|
+
function Xe() {
|
|
1881
1880
|
return `session_${Date.now()}_${Math.random().toString(36).substring(2, 9)}`;
|
|
1882
1881
|
}
|
|
1883
1882
|
const on = "customer_support_session_id", an = "customer_support_messages";
|
|
1884
1883
|
function cn(e) {
|
|
1885
|
-
const { apiKey: t, baseUrl: r, onError: n } = e, [s, o] =
|
|
1884
|
+
const { apiKey: t, baseUrl: r, onError: n } = e, [s, o] = We(an, []), [i, a] = We(
|
|
1886
1885
|
on,
|
|
1887
|
-
|
|
1888
|
-
), [f, u] = J(!1), [l, p] = J(null), y =
|
|
1889
|
-
|
|
1886
|
+
Xe()
|
|
1887
|
+
), [f, u] = J(!1), [l, p] = J(null), y = Ge(null);
|
|
1888
|
+
xe(() => {
|
|
1890
1889
|
y.current = new sn(t, r);
|
|
1891
1890
|
}, [t, r]);
|
|
1892
1891
|
const R = ee(() => {
|
|
@@ -1950,7 +1949,7 @@ function cn(e) {
|
|
|
1950
1949
|
}
|
|
1951
1950
|
}
|
|
1952
1951
|
}, [i, n, o]), m = ee(() => {
|
|
1953
|
-
o([]), a(
|
|
1952
|
+
o([]), a(Xe());
|
|
1954
1953
|
}, [o, a]);
|
|
1955
1954
|
return {
|
|
1956
1955
|
messages: s,
|
|
@@ -1965,7 +1964,7 @@ function cn(e) {
|
|
|
1965
1964
|
}
|
|
1966
1965
|
const ln = ({ message: e }) => {
|
|
1967
1966
|
const t = e.role.toUpperCase() === "USER", r = e.timestamp instanceof Date ? e.timestamp : new Date(e.timestamp);
|
|
1968
|
-
return /* @__PURE__ */
|
|
1967
|
+
return /* @__PURE__ */ w.createElement("div", { className: `cs-message ${t ? "cs-message--user" : "cs-message--assistant"}` }, /* @__PURE__ */ w.createElement("div", { className: "cs-message__content" }, /* @__PURE__ */ w.createElement("p", { className: "cs-message__text" }, e.content), e.sources && e.sources.length > 0 && /* @__PURE__ */ w.createElement("div", { className: "cs-message__sources" }, /* @__PURE__ */ w.createElement("p", { className: "cs-message__sources-title" }, "Sources:"), /* @__PURE__ */ w.createElement("ul", { className: "cs-message__sources-list" }, e.sources.map((n, s) => /* @__PURE__ */ w.createElement("li", { key: s, className: "cs-message__source-item" }, /* @__PURE__ */ w.createElement(
|
|
1969
1968
|
"a",
|
|
1970
1969
|
{
|
|
1971
1970
|
href: n.url,
|
|
@@ -1973,9 +1972,9 @@ const ln = ({ message: e }) => {
|
|
|
1973
1972
|
rel: "noopener noreferrer",
|
|
1974
1973
|
className: "cs-message__source-link"
|
|
1975
1974
|
},
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
1978
|
-
), /* @__PURE__ */
|
|
1975
|
+
/* @__PURE__ */ w.createElement(St, { size: 12 }),
|
|
1976
|
+
/* @__PURE__ */ w.createElement("span", null, n.title)
|
|
1977
|
+
), /* @__PURE__ */ w.createElement("span", { className: "cs-message__source-similarity" }, Math.round(n.similarity * 100), "% match")))))), /* @__PURE__ */ w.createElement("time", { className: "cs-message__time", dateTime: r.toISOString() }, r.toLocaleTimeString([], { hour: "2-digit", minute: "2-digit" })));
|
|
1979
1978
|
}, un = ({
|
|
1980
1979
|
onSendMessage: e,
|
|
1981
1980
|
isLoading: t,
|
|
@@ -1986,7 +1985,7 @@ const ln = ({ message: e }) => {
|
|
|
1986
1985
|
}, i = (a) => {
|
|
1987
1986
|
a.key === "Enter" && !a.shiftKey && (a.preventDefault(), o(a));
|
|
1988
1987
|
};
|
|
1989
|
-
return /* @__PURE__ */
|
|
1988
|
+
return /* @__PURE__ */ w.createElement("form", { className: "cs-input", onSubmit: o }, /* @__PURE__ */ w.createElement(
|
|
1990
1989
|
"textarea",
|
|
1991
1990
|
{
|
|
1992
1991
|
className: "cs-input__textarea",
|
|
@@ -1998,7 +1997,7 @@ const ln = ({ message: e }) => {
|
|
|
1998
1997
|
rows: 1,
|
|
1999
1998
|
"aria-label": "Message input"
|
|
2000
1999
|
}
|
|
2001
|
-
), /* @__PURE__ */
|
|
2000
|
+
), /* @__PURE__ */ w.createElement(
|
|
2002
2001
|
"button",
|
|
2003
2002
|
{
|
|
2004
2003
|
type: "submit",
|
|
@@ -2006,7 +2005,7 @@ const ln = ({ message: e }) => {
|
|
|
2006
2005
|
disabled: !n.trim() || t,
|
|
2007
2006
|
"aria-label": "Send message"
|
|
2008
2007
|
},
|
|
2009
|
-
/* @__PURE__ */
|
|
2008
|
+
/* @__PURE__ */ w.createElement(Rt, { size: 20 })
|
|
2010
2009
|
));
|
|
2011
2010
|
}, dn = ({
|
|
2012
2011
|
messages: e,
|
|
@@ -2017,19 +2016,19 @@ const ln = ({ message: e }) => {
|
|
|
2017
2016
|
placeholder: o,
|
|
2018
2017
|
welcomeMessage: i = "Hi! How can I help you today?"
|
|
2019
2018
|
}) => {
|
|
2020
|
-
const a =
|
|
2021
|
-
return
|
|
2019
|
+
const a = Ge(null);
|
|
2020
|
+
return xe(() => {
|
|
2022
2021
|
var f;
|
|
2023
2022
|
(f = a.current) == null || f.scrollIntoView({ behavior: "smooth" });
|
|
2024
|
-
}, [e]), /* @__PURE__ */
|
|
2023
|
+
}, [e]), /* @__PURE__ */ w.createElement("div", { className: "cs-window" }, /* @__PURE__ */ w.createElement("div", { className: "cs-window__header" }, /* @__PURE__ */ w.createElement("div", { className: "cs-window__header-info" }, /* @__PURE__ */ w.createElement("h3", { className: "cs-window__title" }, "Customer Support"), /* @__PURE__ */ w.createElement("div", { className: "cs-window__status" }, /* @__PURE__ */ w.createElement("span", { className: "cs-window__status-dot" }), /* @__PURE__ */ w.createElement("span", null, "Online"))), /* @__PURE__ */ w.createElement(
|
|
2025
2024
|
"button",
|
|
2026
2025
|
{
|
|
2027
2026
|
className: "cs-window__close",
|
|
2028
2027
|
onClick: r,
|
|
2029
2028
|
"aria-label": "Close chat"
|
|
2030
2029
|
},
|
|
2031
|
-
/* @__PURE__ */
|
|
2032
|
-
)), /* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ w.createElement(Ot, { size: 20 })
|
|
2031
|
+
)), /* @__PURE__ */ w.createElement("div", { className: "cs-window__messages" }, e.length === 0 && !n && /* @__PURE__ */ w.createElement("div", { className: "cs-window__welcome" }, /* @__PURE__ */ w.createElement("p", null, i)), e.map((f) => /* @__PURE__ */ w.createElement(ln, { key: f.id, message: f })), n && /* @__PURE__ */ w.createElement("div", { className: "cs-window__typing" }, /* @__PURE__ */ w.createElement(Tt, { size: 20, className: "cs-window__typing-icon" }), /* @__PURE__ */ w.createElement("span", null, "Thinking...")), s && /* @__PURE__ */ w.createElement("div", { className: "cs-window__error" }, /* @__PURE__ */ w.createElement("p", null, s.message)), /* @__PURE__ */ w.createElement("div", { ref: a })), /* @__PURE__ */ w.createElement("div", { className: "cs-window__input-wrapper" }, /* @__PURE__ */ w.createElement(
|
|
2033
2032
|
un,
|
|
2034
2033
|
{
|
|
2035
2034
|
onSendMessage: t,
|
|
@@ -2037,7 +2036,7 @@ const ln = ({ message: e }) => {
|
|
|
2037
2036
|
placeholder: o
|
|
2038
2037
|
}
|
|
2039
2038
|
)));
|
|
2040
|
-
}, fn = ':root{--cs-primary-color:
|
|
2039
|
+
}, fn = ':root{--cs-primary-color: inherit;--cs-secondary-color: inherit;--cs-bg-color: inherit;--cs-text-color: inherit;--cs-font-family: inherit;--cs-border-radius: 12px;--cs-button-color: var(--cs-primary-color);--cs-user-message-color: var(--cs-primary-color);--cs-assistant-message-color: rgba(0, 0, 0, .05);--cs-header-gradient: linear-gradient(135deg, var(--cs-primary-color), var(--cs-secondary-color));--cs-focus-ring: rgba(0, 0, 0, .1);--cs-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--cs-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--cs-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--cs-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.cs-widget{position:fixed;z-index:9999;font-family:var(--cs-font-family)}.cs-widget,.cs-widget *{box-sizing:border-box}.cs-widget--bottom-right{bottom:20px;right:20px}.cs-widget--bottom-left{bottom:20px;left:20px}.cs-widget--top-right{top:20px;right:20px}.cs-widget--top-left{top:20px;left:20px}.cs-widget__toggle{position:relative;width:60px;height:60px;border-radius:50%;background:var(--cs-header-gradient);border:none;color:#fff;cursor:pointer;box-shadow:var(--cs-shadow-xl);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.cs-widget__toggle:hover{transform:scale(1.1);box-shadow:0 15px 25px -5px var(--cs-focus-ring)}.cs-widget__toggle:active{transform:scale(.95)}.cs-widget__toggle--open{background:#ef4444}.cs-widget__badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;box-shadow:var(--cs-shadow)}.cs-window{position:absolute;bottom:85px;right:0;width:380px;max-width:calc(100vw - 40px);height:600px;max-height:calc(100vh - 130px);background:var(--cs-bg-color);border-radius:var(--cs-border-radius);border:1px solid rgba(0,0,0,.1);box-shadow:var(--cs-shadow-xl);display:flex;flex-direction:column;overflow:visible;animation:slideUp .3s cubic-bezier(.4,0,.2,1);transform-origin:bottom right}.cs-window:after{content:"";position:absolute;bottom:-10px;right:25px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--cs-bg-color);filter:drop-shadow(0 5px 5px rgba(0,0,0,.1))}.cs-widget--bottom-left .cs-window{transform-origin:bottom left;right:auto;left:0}.cs-widget--bottom-left .cs-window:after{right:auto;left:25px}.cs-widget--top-right .cs-window{transform-origin:top right;bottom:auto;top:85px}.cs-widget--top-right .cs-window:after{bottom:auto;top:-10px;border-top:none;border-bottom:10px solid var(--cs-bg-color)}.cs-widget--top-left .cs-window{transform-origin:top left;bottom:auto;top:85px;right:auto;left:0}.cs-widget--top-left .cs-window:after{bottom:auto;top:-10px;border-top:none;border-bottom:10px solid var(--cs-bg-color);right:auto;left:25px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cs-window__header{background:var(--cs-header-gradient);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cs-window__header-info{display:flex;flex-direction:column;gap:2px}.cs-window__title{margin:0;font-size:16px;font-weight:600}.cs-window__status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.cs-window__status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;box-shadow:0 0 0 2px #fff3}.cs-window__close{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cs-window__close:hover{background:#ffffff4d}.cs-window__messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--cs-bg-color)}.cs-window__messages::-webkit-scrollbar{width:6px}.cs-window__messages::-webkit-scrollbar-track{background:transparent}.cs-window__messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.cs-window__messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cs-window__welcome{text-align:center;padding:40px 20px;color:#6b7280}.cs-window__welcome p{margin:0;font-size:16px}.cs-window__typing{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--cs-assistant-message-color);border-radius:var(--cs-border-radius);width:fit-content;color:var(--cs-text-color)}.cs-window__typing-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cs-window__error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b;padding:12px 16px;border-radius:var(--cs-border-radius)}.cs-window__error p{margin:0}.cs-message{display:flex;flex-direction:column;gap:6px;max-width:85%;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cs-message--user{align-self:flex-end;align-items:flex-end}.cs-message--assistant{align-self:flex-start;align-items:flex-start}.cs-message__content{background:var(--cs-assistant-message-color);padding:12px 16px;border-radius:var(--cs-border-radius);border-bottom-left-radius:4px;color:var(--cs-text-color);word-wrap:break-word;box-shadow:var(--cs-shadow-sm)}.cs-message--user .cs-message__content{background:var(--cs-user-message-color);color:#fff;border-radius:var(--cs-border-radius);border-bottom-right-radius:4px}.cs-message__text{margin:0;line-height:1.5;white-space:pre-wrap}.cs-message__time{font-size:11px;color:#9ca3af;padding:0 4px}.cs-message__sources{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.cs-message__sources-title{margin:0 0 8px;font-size:12px;font-weight:600;color:#6b7280}.cs-message__sources-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.cs-message__source-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.cs-message__source-link{display:flex;align-items:center;gap:4px;color:var(--cs-primary-color);text-decoration:none;flex:1;min-width:0}.cs-message__source-link:hover{text-decoration:underline}.cs-message__source-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-message__source-similarity{color:#6b7280;font-size:11px;white-space:nowrap}.cs-window__input-wrapper{padding:16px;background:var(--cs-bg-color);border-top:1px solid #e5e7eb;flex-shrink:0}.cs-input{display:flex;gap:8px;align-items:flex-end}.cs-input__textarea{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:var(--cs-border-radius);font-family:var(--cs-font-family);font-size:14px;resize:none;max-height:120px;min-height:44px;transition:border-color .2s}.cs-input__textarea:focus{outline:none;border-color:var(--cs-primary-color);box-shadow:0 0 0 3px var(--cs-focus-ring);background-color:var(--cs-bg-color)}.cs-input__textarea:disabled{background:#f3f4f6;cursor:not-allowed}.cs-input__button{background:var(--cs-button-color);color:#fff;border:none;width:44px;height:44px;border-radius:var(--cs-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.cs-input__button:hover:not(:disabled){background:var(--cs-secondary-color);transform:scale(1.05)}.cs-input__button:active:not(:disabled){transform:scale(.95)}.cs-input__button:disabled{background:#d1d5db;cursor:not-allowed}@media(max-width:480px){.cs-widget--open{position:fixed!important;inset:auto!important;bottom:20px!important;right:20px!important;width:auto!important;height:auto!important;z-index:10000!important}.cs-window{position:fixed!important;width:88vw!important;height:60vh!important;max-width:400px!important;max-height:500px!important;bottom:90px!important;right:5%!important;left:5%!important;top:auto!important;border-radius:var(--cs-border-radius)!important;box-shadow:var(--cs-shadow-xl)!important;display:flex!important;flex-direction:column!important;animation:slideUp .3s ease-out!important;overflow:visible!important}.cs-widget--open .cs-widget__toggle{display:flex!important;opacity:.8}.cs-window__messages{padding:16px}.cs-window__header{padding:12px 16px}.cs-window__input-wrapper{padding:12px}.cs-widget__toggle{width:50px;height:50px}}', Ln = ({
|
|
2041
2040
|
apiKey: e,
|
|
2042
2041
|
baseUrl: t,
|
|
2043
2042
|
theme: r,
|
|
@@ -2059,9 +2058,9 @@ const ln = ({ message: e }) => {
|
|
|
2059
2058
|
apiKey: e,
|
|
2060
2059
|
baseUrl: t,
|
|
2061
2060
|
onError: a
|
|
2062
|
-
}), E =
|
|
2061
|
+
}), E = w.useMemo(() => {
|
|
2063
2062
|
const b = {};
|
|
2064
|
-
return b["--cs-primary-color"] = (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-secondary-color"] = (r == null ? void 0 : r.secondaryColor) || (r == null ? void 0 : r.primaryColor) || "#8b5cf6", b["--cs-bg-color"] = (r == null ? void 0 : r.backgroundColor) || "#ffffff", b["--cs-text-color"] = (r == null ? void 0 : r.textColor) || "#1f2937", b["--cs-font-family"] = (r == null ? void 0 : r.fontFamily) || "inherit", b["--cs-border-radius"] = (r == null ? void 0 : r.borderRadius) || "12px", b["--cs-button-color"] = (r == null ? void 0 : r.buttonColor) || (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-user-message-color"] = (r == null ? void 0 : r.userMessageColor) || (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-assistant-message-color"] = (r == null ? void 0 : r.assistantMessageColor) || "
|
|
2063
|
+
return b["--cs-primary-color"] = (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-secondary-color"] = (r == null ? void 0 : r.secondaryColor) || (r == null ? void 0 : r.primaryColor) || "#8b5cf6", b["--cs-bg-color"] = (r == null ? void 0 : r.backgroundColor) || "#ffffff", b["--cs-text-color"] = (r == null ? void 0 : r.textColor) || "#1f2937", b["--cs-font-family"] = (r == null ? void 0 : r.fontFamily) || "inherit", b["--cs-border-radius"] = (r == null ? void 0 : r.borderRadius) || "12px", b["--cs-button-color"] = (r == null ? void 0 : r.buttonColor) || (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-user-message-color"] = (r == null ? void 0 : r.userMessageColor) || (r == null ? void 0 : r.primaryColor) || "#6366f1", b["--cs-assistant-message-color"] = (r == null ? void 0 : r.assistantMessageColor) || "rgba(0, 0, 0, 0.05)", r != null && r.primaryColor && (b["--cs-focus-ring"] = `${r.primaryColor}33`), b;
|
|
2065
2064
|
}, [r]), _ = async (b) => {
|
|
2066
2065
|
if (f == null || f(b), await R(b), !h) {
|
|
2067
2066
|
const O = y[y.length - 1];
|
|
@@ -2070,14 +2069,14 @@ const ln = ({ message: e }) => {
|
|
|
2070
2069
|
}, x = () => {
|
|
2071
2070
|
p(!l), h && m();
|
|
2072
2071
|
};
|
|
2073
|
-
return /* @__PURE__ */
|
|
2072
|
+
return /* @__PURE__ */ w.createElement(
|
|
2074
2073
|
"div",
|
|
2075
2074
|
{
|
|
2076
2075
|
className: `cs-widget cs-widget--${n} ${l ? "cs-widget--open" : ""} ${i}`,
|
|
2077
2076
|
style: E
|
|
2078
2077
|
},
|
|
2079
|
-
/* @__PURE__ */
|
|
2080
|
-
l && /* @__PURE__ */
|
|
2078
|
+
/* @__PURE__ */ w.createElement("style", { dangerouslySetInnerHTML: { __html: fn } }),
|
|
2079
|
+
l && /* @__PURE__ */ w.createElement(
|
|
2081
2080
|
dn,
|
|
2082
2081
|
{
|
|
2083
2082
|
messages: y,
|
|
@@ -2089,7 +2088,7 @@ const ln = ({ message: e }) => {
|
|
|
2089
2088
|
welcomeMessage: s
|
|
2090
2089
|
}
|
|
2091
2090
|
),
|
|
2092
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ w.createElement(
|
|
2093
2092
|
"button",
|
|
2094
2093
|
{
|
|
2095
2094
|
className: `cs-widget__toggle ${l ? "cs-widget__toggle--open" : ""}`,
|
|
@@ -2097,8 +2096,8 @@ const ln = ({ message: e }) => {
|
|
|
2097
2096
|
"aria-label": l ? "Close chat" : "Open chat",
|
|
2098
2097
|
"aria-expanded": l
|
|
2099
2098
|
},
|
|
2100
|
-
/* @__PURE__ */
|
|
2101
|
-
!l && y.length > 0 && /* @__PURE__ */
|
|
2099
|
+
/* @__PURE__ */ w.createElement(At, { size: 24 }),
|
|
2100
|
+
!l && y.length > 0 && /* @__PURE__ */ w.createElement("span", { className: "cs-widget__badge" }, y.filter((b) => b.role.toUpperCase() === "ASSISTANT").length)
|
|
2102
2101
|
)
|
|
2103
2102
|
);
|
|
2104
2103
|
};
|
|
@@ -2109,6 +2108,6 @@ export {
|
|
|
2109
2108
|
sn as CustomerSupportAPIClient,
|
|
2110
2109
|
Ln as CustomerSupportWidget,
|
|
2111
2110
|
cn as useCustomerSupport,
|
|
2112
|
-
|
|
2111
|
+
We as useLocalStorage
|
|
2113
2112
|
};
|
|
2114
2113
|
//# sourceMappingURL=index.es.js.map
|