@veracity/ai 0.0.5 → 0.0.7
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/veracity-ai.es.js +143 -141
- package/dist/veracity-ai.umd.js +4 -4
- package/package.json +2 -1
package/dist/veracity-ai.es.js
CHANGED
|
@@ -25,6 +25,8 @@ function xe(e, n) {
|
|
|
25
25
|
function Jt(e) {
|
|
26
26
|
if (e instanceof Node)
|
|
27
27
|
return e;
|
|
28
|
+
if (typeof e == "string")
|
|
29
|
+
return document.createTextNode(e);
|
|
28
30
|
if (e != null && e[Symbol.iterator]) {
|
|
29
31
|
const n = document.createDocumentFragment();
|
|
30
32
|
for (const t of e)
|
|
@@ -213,14 +215,14 @@ function Se(e) {
|
|
|
213
215
|
return e.replace(/[\t\n\r ]+/g, " ").replace(/^ | $/g, "").toLowerCase().toUpperCase();
|
|
214
216
|
}
|
|
215
217
|
const se = ge(/[A-Za-z]/), ie = ge(/[\dA-Za-z]/), gn = ge(/[#-'*+\--9=?A-Z^-~]/);
|
|
216
|
-
function
|
|
218
|
+
function Ne(e) {
|
|
217
219
|
return (
|
|
218
220
|
// Special whitespace codes (which have negative values), C0 and Control
|
|
219
221
|
// character DEL
|
|
220
222
|
e !== null && (e < 32 || e === 127)
|
|
221
223
|
);
|
|
222
224
|
}
|
|
223
|
-
const
|
|
225
|
+
const Oe = ge(/\d/), fn = ge(/[\dA-Fa-f]/), wn = ge(/[!-/:-@[-`{-~]/);
|
|
224
226
|
function A(e) {
|
|
225
227
|
return e !== null && e < -2;
|
|
226
228
|
}
|
|
@@ -295,9 +297,9 @@ function Sn(e) {
|
|
|
295
297
|
return a;
|
|
296
298
|
function a(C) {
|
|
297
299
|
if (r < t.length) {
|
|
298
|
-
const
|
|
299
|
-
return n.containerState =
|
|
300
|
-
|
|
300
|
+
const N = t[r];
|
|
301
|
+
return n.containerState = N[1], e.attempt(
|
|
302
|
+
N[0].continuation,
|
|
301
303
|
p,
|
|
302
304
|
h
|
|
303
305
|
)(C);
|
|
@@ -307,22 +309,22 @@ function Sn(e) {
|
|
|
307
309
|
function p(C) {
|
|
308
310
|
if (r++, n.containerState._closeFlow) {
|
|
309
311
|
n.containerState._closeFlow = void 0, i && G();
|
|
310
|
-
const
|
|
311
|
-
let D =
|
|
312
|
+
const N = n.events.length;
|
|
313
|
+
let D = N, b;
|
|
312
314
|
for (; D--; )
|
|
313
315
|
if (n.events[D][0] === "exit" && n.events[D][1].type === "chunkFlow") {
|
|
314
316
|
b = n.events[D][1].end;
|
|
315
317
|
break;
|
|
316
318
|
}
|
|
317
319
|
y(r);
|
|
318
|
-
let z =
|
|
320
|
+
let z = N;
|
|
319
321
|
for (; z < n.events.length; )
|
|
320
322
|
n.events[z][1].end = Object.assign({}, b), z++;
|
|
321
323
|
return ae(
|
|
322
324
|
n.events,
|
|
323
325
|
D + 1,
|
|
324
326
|
0,
|
|
325
|
-
n.events.slice(
|
|
327
|
+
n.events.slice(N)
|
|
326
328
|
), n.events.length = z, h(C);
|
|
327
329
|
}
|
|
328
330
|
return a(C);
|
|
@@ -370,14 +372,14 @@ function Sn(e) {
|
|
|
370
372
|
}
|
|
371
373
|
function T(C) {
|
|
372
374
|
if (C === null) {
|
|
373
|
-
|
|
375
|
+
j(e.exit("chunkFlow"), !0), y(0), e.consume(C);
|
|
374
376
|
return;
|
|
375
377
|
}
|
|
376
|
-
return A(C) ? (e.consume(C),
|
|
378
|
+
return A(C) ? (e.consume(C), j(e.exit("chunkFlow")), r = 0, n.interrupt = void 0, a) : (e.consume(C), T);
|
|
377
379
|
}
|
|
378
|
-
function
|
|
380
|
+
function j(C, N) {
|
|
379
381
|
const D = n.sliceStream(C);
|
|
380
|
-
if (
|
|
382
|
+
if (N && D.push(null), C.previous = s, s && (s.next = C), s = C, i.defineSkip(C.start), i.write(D), n.parser.lazy[C.start.line]) {
|
|
381
383
|
let b = i.events.length;
|
|
382
384
|
for (; b--; )
|
|
383
385
|
if (
|
|
@@ -408,9 +410,9 @@ function Sn(e) {
|
|
|
408
410
|
}
|
|
409
411
|
}
|
|
410
412
|
function y(C) {
|
|
411
|
-
let
|
|
412
|
-
for (;
|
|
413
|
-
const D = t[
|
|
413
|
+
let N = t.length;
|
|
414
|
+
for (; N-- > C; ) {
|
|
415
|
+
const D = t[N];
|
|
414
416
|
n.containerState = D[1], D[0].exit.call(n, e);
|
|
415
417
|
}
|
|
416
418
|
t.length = C;
|
|
@@ -542,7 +544,7 @@ function _n(e, n, t) {
|
|
|
542
544
|
return c === 58 ? (e.consume(c), r = 0, p) : (c === 43 || c === 45 || c === 46 || ie(c)) && r++ < 32 ? (e.consume(c), a) : (r = 0, h(c));
|
|
543
545
|
}
|
|
544
546
|
function p(c) {
|
|
545
|
-
return c === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(c), e.exit("autolinkMarker"), e.exit("autolink"), n) : c === null || c === 32 || c === 60 ||
|
|
547
|
+
return c === 62 ? (e.exit("autolinkProtocol"), e.enter("autolinkMarker"), e.consume(c), e.exit("autolinkMarker"), e.exit("autolink"), n) : c === null || c === 32 || c === 60 || Ne(c) ? t(c) : (e.consume(c), p);
|
|
546
548
|
}
|
|
547
549
|
function h(c) {
|
|
548
550
|
return c === 64 ? (e.consume(c), m) : gn(c) ? (e.consume(c), h) : t(c);
|
|
@@ -644,7 +646,7 @@ function Dn(e, n, t) {
|
|
|
644
646
|
return d === 35 ? (e.enter("characterReferenceMarkerNumeric"), e.consume(d), e.exit("characterReferenceMarkerNumeric"), h) : (e.enter("characterReferenceValue"), s = 31, o = ie, m(d));
|
|
645
647
|
}
|
|
646
648
|
function h(d) {
|
|
647
|
-
return d === 88 || d === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(d), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), s = 6, o = fn, m) : (e.enter("characterReferenceValue"), s = 7, o =
|
|
649
|
+
return d === 88 || d === 120 ? (e.enter("characterReferenceMarkerHexadecimal"), e.consume(d), e.exit("characterReferenceMarkerHexadecimal"), e.enter("characterReferenceValue"), s = 6, o = fn, m) : (e.enter("characterReferenceValue"), s = 7, o = Oe, m(d));
|
|
648
650
|
}
|
|
649
651
|
function m(d) {
|
|
650
652
|
if (d === 59 && i) {
|
|
@@ -680,7 +682,7 @@ function Fn(e, n, t) {
|
|
|
680
682
|
return b === a ? (o++, e.consume(b), m) : o < 3 ? t(b) : (e.exit("codeFencedFenceSequence"), _(b) ? M(e, d, "whitespace")(b) : d(b));
|
|
681
683
|
}
|
|
682
684
|
function d(b) {
|
|
683
|
-
return b === null || A(b) ? (e.exit("codeFencedFence"), r.interrupt ? n(b) : e.check(st, T,
|
|
685
|
+
return b === null || A(b) ? (e.exit("codeFencedFence"), r.interrupt ? n(b) : e.check(st, T, N)(b)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
|
|
684
686
|
contentType: "string"
|
|
685
687
|
}), g(b));
|
|
686
688
|
}
|
|
@@ -696,9 +698,9 @@ function Fn(e, n, t) {
|
|
|
696
698
|
return b === null || A(b) ? (e.exit("chunkString"), e.exit("codeFencedFenceMeta"), d(b)) : b === 96 && b === a ? t(b) : (e.consume(b), k);
|
|
697
699
|
}
|
|
698
700
|
function T(b) {
|
|
699
|
-
return e.attempt(i,
|
|
701
|
+
return e.attempt(i, N, j)(b);
|
|
700
702
|
}
|
|
701
|
-
function
|
|
703
|
+
function j(b) {
|
|
702
704
|
return e.enter("lineEnding"), e.consume(b), e.exit("lineEnding"), y;
|
|
703
705
|
}
|
|
704
706
|
function y(b) {
|
|
@@ -710,12 +712,12 @@ function Fn(e, n, t) {
|
|
|
710
712
|
)(b) : G(b);
|
|
711
713
|
}
|
|
712
714
|
function G(b) {
|
|
713
|
-
return b === null || A(b) ? e.check(st, T,
|
|
715
|
+
return b === null || A(b) ? e.check(st, T, N)(b) : (e.enter("codeFlowValue"), C(b));
|
|
714
716
|
}
|
|
715
717
|
function C(b) {
|
|
716
718
|
return b === null || A(b) ? (e.exit("codeFlowValue"), G(b)) : (e.consume(b), C);
|
|
717
719
|
}
|
|
718
|
-
function
|
|
720
|
+
function N(b) {
|
|
719
721
|
return e.exit("codeFenced"), n(b);
|
|
720
722
|
}
|
|
721
723
|
function D(b, z, U) {
|
|
@@ -755,12 +757,12 @@ function Rn(e, n, t) {
|
|
|
755
757
|
}
|
|
756
758
|
const Me = {
|
|
757
759
|
name: "codeIndented",
|
|
758
|
-
tokenize:
|
|
759
|
-
},
|
|
760
|
+
tokenize: On
|
|
761
|
+
}, Nn = {
|
|
760
762
|
tokenize: Pn,
|
|
761
763
|
partial: !0
|
|
762
764
|
};
|
|
763
|
-
function
|
|
765
|
+
function On(e, n, t) {
|
|
764
766
|
const r = this;
|
|
765
767
|
return i;
|
|
766
768
|
function i(h) {
|
|
@@ -771,7 +773,7 @@ function Nn(e, n, t) {
|
|
|
771
773
|
return m && m[1].type === "linePrefix" && m[2].sliceSerialize(m[1], !0).length >= 4 ? o(h) : t(h);
|
|
772
774
|
}
|
|
773
775
|
function o(h) {
|
|
774
|
-
return h === null ? p(h) : A(h) ? e.attempt(
|
|
776
|
+
return h === null ? p(h) : A(h) ? e.attempt(Nn, o, p)(h) : (e.enter("codeFlowValue"), a(h));
|
|
775
777
|
}
|
|
776
778
|
function a(h) {
|
|
777
779
|
return h === null || A(h) ? (e.exit("codeFlowValue"), o(h)) : (e.consume(h), a);
|
|
@@ -791,13 +793,13 @@ function Pn(e, n, t) {
|
|
|
791
793
|
return a && a[1].type === "linePrefix" && a[2].sliceSerialize(a[1], !0).length >= 4 ? n(o) : A(o) ? i(o) : t(o);
|
|
792
794
|
}
|
|
793
795
|
}
|
|
794
|
-
const
|
|
796
|
+
const jn = {
|
|
795
797
|
name: "codeText",
|
|
796
798
|
tokenize: Un,
|
|
797
|
-
resolve:
|
|
799
|
+
resolve: qn,
|
|
798
800
|
previous: Gn
|
|
799
801
|
};
|
|
800
|
-
function
|
|
802
|
+
function qn(e) {
|
|
801
803
|
let n = e.length - 4, t = 3, r, i;
|
|
802
804
|
if ((e[t][1].type === "lineEnding" || e[t][1].type === "space") && (e[n][1].type === "lineEnding" || e[n][1].type === "space")) {
|
|
803
805
|
for (r = t; ++r < n; )
|
|
@@ -856,7 +858,7 @@ function Hn(e, n) {
|
|
|
856
858
|
let i = n - 1;
|
|
857
859
|
const s = [], o = t._tokenizer || r.parser[t.contentType](t.start), a = o.events, p = [], h = {};
|
|
858
860
|
let m, d, g = -1, c = t, k = 0, T = 0;
|
|
859
|
-
const
|
|
861
|
+
const j = [T];
|
|
860
862
|
for (; c; ) {
|
|
861
863
|
for (; e[++i][1] !== c; )
|
|
862
864
|
;
|
|
@@ -864,9 +866,9 @@ function Hn(e, n) {
|
|
|
864
866
|
}
|
|
865
867
|
for (c = t; ++g < a.length; )
|
|
866
868
|
// Find a void token that includes a break.
|
|
867
|
-
a[g][0] === "exit" && a[g - 1][0] === "enter" && a[g][1].type === a[g - 1][1].type && a[g][1].start.line !== a[g][1].end.line && (T = g + 1,
|
|
868
|
-
for (o.events = [], c ? (c._tokenizer = void 0, c.previous = void 0) :
|
|
869
|
-
const y = a.slice(
|
|
869
|
+
a[g][0] === "exit" && a[g - 1][0] === "enter" && a[g][1].type === a[g - 1][1].type && a[g][1].start.line !== a[g][1].end.line && (T = g + 1, j.push(T), c._tokenizer = void 0, c.previous = void 0, c = c.next);
|
|
870
|
+
for (o.events = [], c ? (c._tokenizer = void 0, c.previous = void 0) : j.pop(), g = j.length; g--; ) {
|
|
871
|
+
const y = a.slice(j[g], j[g + 1]), G = s.pop();
|
|
870
872
|
p.unshift([G, G + y.length - 1]), ae(e, G, 2, y);
|
|
871
873
|
}
|
|
872
874
|
for (g = -1; ++g < p.length; )
|
|
@@ -926,7 +928,7 @@ function Bt(e, n, t, r, i, s, o, a, p) {
|
|
|
926
928
|
let m = 0;
|
|
927
929
|
return d;
|
|
928
930
|
function d(y) {
|
|
929
|
-
return y === 60 ? (e.enter(r), e.enter(i), e.enter(s), e.consume(y), e.exit(s), g) : y === null || y === 32 || y === 41 ||
|
|
931
|
+
return y === 60 ? (e.enter(r), e.enter(i), e.enter(s), e.consume(y), e.exit(s), g) : y === null || y === 32 || y === 41 || Ne(y) ? t(y) : (e.enter(r), e.enter(o), e.enter(a), e.enter("chunkString", {
|
|
930
932
|
contentType: "string"
|
|
931
933
|
}), T(y));
|
|
932
934
|
}
|
|
@@ -942,9 +944,9 @@ function Bt(e, n, t, r, i, s, o, a, p) {
|
|
|
942
944
|
return y === 60 || y === 62 || y === 92 ? (e.consume(y), c) : c(y);
|
|
943
945
|
}
|
|
944
946
|
function T(y) {
|
|
945
|
-
return !m && (y === null || y === 41 || Z(y)) ? (e.exit("chunkString"), e.exit(a), e.exit(o), e.exit(r), n(y)) : m < h && y === 40 ? (e.consume(y), m++, T) : y === 41 ? (e.consume(y), m--, T) : y === null || y === 32 || y === 40 ||
|
|
947
|
+
return !m && (y === null || y === 41 || Z(y)) ? (e.exit("chunkString"), e.exit(a), e.exit(o), e.exit(r), n(y)) : m < h && y === 40 ? (e.consume(y), m++, T) : y === 41 ? (e.consume(y), m--, T) : y === null || y === 32 || y === 40 || Ne(y) ? t(y) : (e.consume(y), y === 92 ? j : T);
|
|
946
948
|
}
|
|
947
|
-
function
|
|
949
|
+
function j(y) {
|
|
948
950
|
return y === 40 || y === 41 || y === 92 ? (e.consume(y), T) : T(y);
|
|
949
951
|
}
|
|
950
952
|
}
|
|
@@ -1233,7 +1235,7 @@ function hr(e, n, t) {
|
|
|
1233
1235
|
return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(u), d;
|
|
1234
1236
|
}
|
|
1235
1237
|
function d(u) {
|
|
1236
|
-
return u === 33 ? (e.consume(u), g) : u === 47 ? (e.consume(u), s = !0, T) : u === 63 ? (e.consume(u), i = 3, r.interrupt ? n : l) : se(u) ? (e.consume(u), o = String.fromCharCode(u),
|
|
1238
|
+
return u === 33 ? (e.consume(u), g) : u === 47 ? (e.consume(u), s = !0, T) : u === 63 ? (e.consume(u), i = 3, r.interrupt ? n : l) : se(u) ? (e.consume(u), o = String.fromCharCode(u), j) : t(u);
|
|
1237
1239
|
}
|
|
1238
1240
|
function g(u) {
|
|
1239
1241
|
return u === 45 ? (e.consume(u), i = 2, c) : u === 91 ? (e.consume(u), i = 5, a = 0, k) : se(u) ? (e.consume(u), i = 4, r.interrupt ? n : l) : t(u);
|
|
@@ -1246,14 +1248,14 @@ function hr(e, n, t) {
|
|
|
1246
1248
|
return u === ne.charCodeAt(a++) ? (e.consume(u), a === ne.length ? r.interrupt ? n : E : k) : t(u);
|
|
1247
1249
|
}
|
|
1248
1250
|
function T(u) {
|
|
1249
|
-
return se(u) ? (e.consume(u), o = String.fromCharCode(u),
|
|
1251
|
+
return se(u) ? (e.consume(u), o = String.fromCharCode(u), j) : t(u);
|
|
1250
1252
|
}
|
|
1251
|
-
function
|
|
1253
|
+
function j(u) {
|
|
1252
1254
|
if (u === null || u === 47 || u === 62 || Z(u)) {
|
|
1253
1255
|
const ne = u === 47, fe = o.toLowerCase();
|
|
1254
1256
|
return !ne && !s && at.includes(fe) ? (i = 1, r.interrupt ? n(u) : E(u)) : sr.includes(o.toLowerCase()) ? (i = 6, ne ? (e.consume(u), y) : r.interrupt ? n(u) : E(u)) : (i = 7, r.interrupt && !r.parser.lazy[r.now().line] ? t(u) : s ? G(u) : C(u));
|
|
1255
1257
|
}
|
|
1256
|
-
return u === 45 || ie(u) ? (e.consume(u), o += String.fromCharCode(u),
|
|
1258
|
+
return u === 45 || ie(u) ? (e.consume(u), o += String.fromCharCode(u), j) : t(u);
|
|
1257
1259
|
}
|
|
1258
1260
|
function y(u) {
|
|
1259
1261
|
return u === 62 ? (e.consume(u), r.interrupt ? n : E) : t(u);
|
|
@@ -1262,10 +1264,10 @@ function hr(e, n, t) {
|
|
|
1262
1264
|
return _(u) ? (e.consume(u), G) : f(u);
|
|
1263
1265
|
}
|
|
1264
1266
|
function C(u) {
|
|
1265
|
-
return u === 47 ? (e.consume(u), f) : u === 58 || u === 95 || se(u) ? (e.consume(u),
|
|
1267
|
+
return u === 47 ? (e.consume(u), f) : u === 58 || u === 95 || se(u) ? (e.consume(u), N) : _(u) ? (e.consume(u), C) : f(u);
|
|
1266
1268
|
}
|
|
1267
|
-
function
|
|
1268
|
-
return u === 45 || u === 46 || u === 58 || u === 95 || ie(u) ? (e.consume(u),
|
|
1269
|
+
function N(u) {
|
|
1270
|
+
return u === 45 || u === 46 || u === 58 || u === 95 || ie(u) ? (e.consume(u), N) : D(u);
|
|
1269
1271
|
}
|
|
1270
1272
|
function D(u) {
|
|
1271
1273
|
return u === 61 ? (e.consume(u), b) : _(u) ? (e.consume(u), D) : C(u);
|
|
@@ -1384,9 +1386,9 @@ function mr(e, n, t) {
|
|
|
1384
1386
|
return l === te.charCodeAt(s++) ? (e.consume(l), s === te.length ? T : k) : t(l);
|
|
1385
1387
|
}
|
|
1386
1388
|
function T(l) {
|
|
1387
|
-
return l === null ? t(l) : l === 93 ? (e.consume(l),
|
|
1389
|
+
return l === null ? t(l) : l === 93 ? (e.consume(l), j) : A(l) ? (o = T, V(l)) : (e.consume(l), T);
|
|
1388
1390
|
}
|
|
1389
|
-
function
|
|
1391
|
+
function j(l) {
|
|
1390
1392
|
return l === 93 ? (e.consume(l), y) : T(l);
|
|
1391
1393
|
}
|
|
1392
1394
|
function y(l) {
|
|
@@ -1396,9 +1398,9 @@ function mr(e, n, t) {
|
|
|
1396
1398
|
return l === null || l === 62 ? Q(l) : A(l) ? (o = G, V(l)) : (e.consume(l), G);
|
|
1397
1399
|
}
|
|
1398
1400
|
function C(l) {
|
|
1399
|
-
return l === null ? t(l) : l === 63 ? (e.consume(l),
|
|
1401
|
+
return l === null ? t(l) : l === 63 ? (e.consume(l), N) : A(l) ? (o = C, V(l)) : (e.consume(l), C);
|
|
1400
1402
|
}
|
|
1401
|
-
function
|
|
1403
|
+
function N(l) {
|
|
1402
1404
|
return l === 62 ? Q(l) : C(l);
|
|
1403
1405
|
}
|
|
1404
1406
|
function D(l) {
|
|
@@ -1721,7 +1723,7 @@ function Tr(e, n, t) {
|
|
|
1721
1723
|
return a;
|
|
1722
1724
|
function a(c) {
|
|
1723
1725
|
const k = r.containerState.type || (c === 42 || c === 43 || c === 45 ? "listUnordered" : "listOrdered");
|
|
1724
|
-
if (k === "listUnordered" ? !r.containerState.marker || c === r.containerState.marker :
|
|
1726
|
+
if (k === "listUnordered" ? !r.containerState.marker || c === r.containerState.marker : Oe(c)) {
|
|
1725
1727
|
if (r.containerState.type || (r.containerState.type = k, e.enter(k, {
|
|
1726
1728
|
_container: !0
|
|
1727
1729
|
})), k === "listUnordered")
|
|
@@ -1732,7 +1734,7 @@ function Tr(e, n, t) {
|
|
|
1732
1734
|
return t(c);
|
|
1733
1735
|
}
|
|
1734
1736
|
function p(c) {
|
|
1735
|
-
return
|
|
1737
|
+
return Oe(c) && ++o < 10 ? (e.consume(c), p) : (!r.interrupt || o < 2) && (r.containerState.marker ? c === r.containerState.marker : c === 41 || c === 46) ? (e.exit("listItemValue"), h(c)) : t(c);
|
|
1736
1738
|
}
|
|
1737
1739
|
function h(c) {
|
|
1738
1740
|
return e.enter("listItemMarker"), e.consume(c), e.exit("listItemMarker"), r.containerState.marker = r.containerState.marker || c, e.check(
|
|
@@ -1810,10 +1812,10 @@ function Rr(e, n, t) {
|
|
|
1810
1812
|
}
|
|
1811
1813
|
const lt = {
|
|
1812
1814
|
name: "setextUnderline",
|
|
1813
|
-
tokenize:
|
|
1814
|
-
resolveTo:
|
|
1815
|
+
tokenize: Or,
|
|
1816
|
+
resolveTo: Nr
|
|
1815
1817
|
};
|
|
1816
|
-
function
|
|
1818
|
+
function Nr(e, n) {
|
|
1817
1819
|
let t = e.length, r, i, s;
|
|
1818
1820
|
for (; t--; )
|
|
1819
1821
|
if (e[t][0] === "enter") {
|
|
@@ -1831,7 +1833,7 @@ function Or(e, n) {
|
|
|
1831
1833
|
};
|
|
1832
1834
|
return e[i][1].type = "setextHeadingText", s ? (e.splice(i, 0, ["enter", o, n]), e.splice(s + 1, 0, ["exit", e[r][1], n]), e[r][1].end = Object.assign({}, e[s][1].end)) : e[r][1] = o, e.push(["exit", o, n]), e;
|
|
1833
1835
|
}
|
|
1834
|
-
function
|
|
1836
|
+
function Or(e, n, t) {
|
|
1835
1837
|
const r = this;
|
|
1836
1838
|
let i;
|
|
1837
1839
|
return s;
|
|
@@ -1855,9 +1857,9 @@ function Nr(e, n, t) {
|
|
|
1855
1857
|
}
|
|
1856
1858
|
}
|
|
1857
1859
|
const Pr = {
|
|
1858
|
-
tokenize:
|
|
1860
|
+
tokenize: jr
|
|
1859
1861
|
};
|
|
1860
|
-
function
|
|
1862
|
+
function jr(e) {
|
|
1861
1863
|
const n = this, t = e.attempt(
|
|
1862
1864
|
// Try to parse a blank line.
|
|
1863
1865
|
Be,
|
|
@@ -1893,7 +1895,7 @@ function qr(e) {
|
|
|
1893
1895
|
return e.enter("lineEnding"), e.consume(s), e.exit("lineEnding"), n.currentConstruct = void 0, t;
|
|
1894
1896
|
}
|
|
1895
1897
|
}
|
|
1896
|
-
const
|
|
1898
|
+
const qr = {
|
|
1897
1899
|
resolveAll: Ft()
|
|
1898
1900
|
}, Gr = Dt("string"), Ur = Dt("text");
|
|
1899
1901
|
function Dt(e) {
|
|
@@ -2004,7 +2006,7 @@ function Vr(e, n, t) {
|
|
|
2004
2006
|
const p = {
|
|
2005
2007
|
consume: G,
|
|
2006
2008
|
enter: C,
|
|
2007
|
-
exit:
|
|
2009
|
+
exit: N,
|
|
2008
2010
|
attempt: z(D),
|
|
2009
2011
|
check: z(b),
|
|
2010
2012
|
interrupt: z(b, {
|
|
@@ -2025,7 +2027,7 @@ function Vr(e, n, t) {
|
|
|
2025
2027
|
let m = n.tokenize.call(h, p);
|
|
2026
2028
|
return n.resolveAll && s.push(n), h;
|
|
2027
2029
|
function d(S) {
|
|
2028
|
-
return o = K(o, S),
|
|
2030
|
+
return o = K(o, S), j(), o[o.length - 1] !== null ? [] : (U(n, 0), h.events = Ve(s, h.events, h), h.events);
|
|
2029
2031
|
}
|
|
2030
2032
|
function g(S, E) {
|
|
2031
2033
|
return Qr(c(S), E);
|
|
@@ -2046,7 +2048,7 @@ function Vr(e, n, t) {
|
|
|
2046
2048
|
function T(S) {
|
|
2047
2049
|
i[S.line] = S.column, f();
|
|
2048
2050
|
}
|
|
2049
|
-
function
|
|
2051
|
+
function j() {
|
|
2050
2052
|
let S;
|
|
2051
2053
|
for (; r._index < o.length; ) {
|
|
2052
2054
|
const E = o[r._index];
|
|
@@ -2067,7 +2069,7 @@ function Vr(e, n, t) {
|
|
|
2067
2069
|
const P = E || {};
|
|
2068
2070
|
return P.type = S, P.start = k(), h.events.push(["enter", P, h]), a.push(P), P;
|
|
2069
2071
|
}
|
|
2070
|
-
function
|
|
2072
|
+
function N(S) {
|
|
2071
2073
|
const E = a.pop();
|
|
2072
2074
|
return E.end = k(), h.events.push(["exit", E, h]), E;
|
|
2073
2075
|
}
|
|
@@ -2245,9 +2247,9 @@ const Zr = {
|
|
|
2245
2247
|
92: [er, _t],
|
|
2246
2248
|
93: We,
|
|
2247
2249
|
95: Pe,
|
|
2248
|
-
96:
|
|
2250
|
+
96: jn
|
|
2249
2251
|
}, ei = {
|
|
2250
|
-
null: [Pe,
|
|
2252
|
+
null: [Pe, qr]
|
|
2251
2253
|
}, ti = {
|
|
2252
2254
|
null: [42, 95]
|
|
2253
2255
|
}, ni = {
|
|
@@ -2342,13 +2344,13 @@ function ui(e, n, t) {
|
|
|
2342
2344
|
return He(t) || e;
|
|
2343
2345
|
}
|
|
2344
2346
|
function ze(e) {
|
|
2345
|
-
return !e || typeof e != "object" ? "" : "position" in e || "type" in e ? ht(e.position) : "start" in e || "end" in e ? ht(e) : "line" in e || "column" in e ?
|
|
2347
|
+
return !e || typeof e != "object" ? "" : "position" in e || "type" in e ? ht(e.position) : "start" in e || "end" in e ? ht(e) : "line" in e || "column" in e ? je(e) : "";
|
|
2346
2348
|
}
|
|
2347
|
-
function
|
|
2349
|
+
function je(e) {
|
|
2348
2350
|
return ct(e && e.line) + ":" + ct(e && e.column);
|
|
2349
2351
|
}
|
|
2350
2352
|
function ht(e) {
|
|
2351
|
-
return
|
|
2353
|
+
return je(e && e.start) + "-" + je(e && e.end);
|
|
2352
2354
|
}
|
|
2353
2355
|
function ct(e) {
|
|
2354
2356
|
return e && typeof e == "number" ? e : 1;
|
|
@@ -2381,11 +2383,11 @@ function ci(e) {
|
|
|
2381
2383
|
codeTextData: F,
|
|
2382
2384
|
data: F,
|
|
2383
2385
|
codeFlowValue: F,
|
|
2384
|
-
definition: s(
|
|
2386
|
+
definition: s(jt),
|
|
2385
2387
|
definitionDestinationString: o,
|
|
2386
2388
|
definitionLabelString: o,
|
|
2387
2389
|
definitionTitleString: o,
|
|
2388
|
-
emphasis: s(
|
|
2390
|
+
emphasis: s(qt),
|
|
2389
2391
|
hardBreakEscape: s(Ze),
|
|
2390
2392
|
hardBreakTrailing: s(Ze),
|
|
2391
2393
|
htmlFlow: s($e, o),
|
|
@@ -2419,7 +2421,7 @@ function ci(e) {
|
|
|
2419
2421
|
characterReferenceMarkerHexadecimal: fe,
|
|
2420
2422
|
characterReferenceMarkerNumeric: fe,
|
|
2421
2423
|
characterReferenceValue: W,
|
|
2422
|
-
codeFenced: p(
|
|
2424
|
+
codeFenced: p(j),
|
|
2423
2425
|
codeFencedFence: T,
|
|
2424
2426
|
codeFencedFenceInfo: c,
|
|
2425
2427
|
codeFencedFenceMeta: k,
|
|
@@ -2429,7 +2431,7 @@ function ci(e) {
|
|
|
2429
2431
|
codeTextData: f,
|
|
2430
2432
|
data: f,
|
|
2431
2433
|
definition: p(),
|
|
2432
|
-
definitionDestinationString:
|
|
2434
|
+
definitionDestinationString: N,
|
|
2433
2435
|
definitionLabelString: G,
|
|
2434
2436
|
definitionTitleString: C,
|
|
2435
2437
|
emphasis: p(),
|
|
@@ -2459,7 +2461,7 @@ function ci(e) {
|
|
|
2459
2461
|
thematicBreak: p()
|
|
2460
2462
|
}
|
|
2461
2463
|
};
|
|
2462
|
-
|
|
2464
|
+
Nt(n, (e || {}).mdastExtensions || []);
|
|
2463
2465
|
const t = {};
|
|
2464
2466
|
return r;
|
|
2465
2467
|
function r(w) {
|
|
@@ -2477,25 +2479,25 @@ function ci(e) {
|
|
|
2477
2479
|
resume: m,
|
|
2478
2480
|
data: t
|
|
2479
2481
|
}, L = [];
|
|
2480
|
-
let
|
|
2481
|
-
for (; ++
|
|
2482
|
-
if (w[
|
|
2483
|
-
if (w[
|
|
2484
|
-
L.push(
|
|
2482
|
+
let O = -1;
|
|
2483
|
+
for (; ++O < w.length; )
|
|
2484
|
+
if (w[O][1].type === "listOrdered" || w[O][1].type === "listUnordered")
|
|
2485
|
+
if (w[O][0] === "enter")
|
|
2486
|
+
L.push(O);
|
|
2485
2487
|
else {
|
|
2486
2488
|
const re = L.pop();
|
|
2487
|
-
|
|
2489
|
+
O = i(w, re, O);
|
|
2488
2490
|
}
|
|
2489
|
-
for (
|
|
2490
|
-
const re = n[w[
|
|
2491
|
-
Rt.call(re, w[
|
|
2491
|
+
for (O = -1; ++O < w.length; ) {
|
|
2492
|
+
const re = n[w[O][0]];
|
|
2493
|
+
Rt.call(re, w[O][1].type) && re[w[O][1].type].call(
|
|
2492
2494
|
Object.assign(
|
|
2493
2495
|
{
|
|
2494
|
-
sliceSerialize: w[
|
|
2496
|
+
sliceSerialize: w[O][2].sliceSerialize
|
|
2495
2497
|
},
|
|
2496
2498
|
v
|
|
2497
2499
|
),
|
|
2498
|
-
w[
|
|
2500
|
+
w[O][1]
|
|
2499
2501
|
);
|
|
2500
2502
|
}
|
|
2501
2503
|
if (v.tokenStack.length > 0) {
|
|
@@ -2517,23 +2519,23 @@ function ci(e) {
|
|
|
2517
2519
|
offset: 0
|
|
2518
2520
|
}
|
|
2519
2521
|
)
|
|
2520
|
-
},
|
|
2521
|
-
x = n.transforms[
|
|
2522
|
+
}, O = -1; ++O < n.transforms.length; )
|
|
2523
|
+
x = n.transforms[O](x) || x;
|
|
2522
2524
|
return x;
|
|
2523
2525
|
}
|
|
2524
2526
|
function i(w, x, v) {
|
|
2525
|
-
let L = x - 1,
|
|
2527
|
+
let L = x - 1, O = -1, re = !1, be, he, Ae, Ie;
|
|
2526
2528
|
for (; ++L <= v; ) {
|
|
2527
2529
|
const Y = w[L];
|
|
2528
2530
|
switch (Y[1].type) {
|
|
2529
2531
|
case "listUnordered":
|
|
2530
2532
|
case "listOrdered":
|
|
2531
2533
|
case "blockQuote": {
|
|
2532
|
-
Y[0] === "enter" ?
|
|
2534
|
+
Y[0] === "enter" ? O++ : O--, Ie = void 0;
|
|
2533
2535
|
break;
|
|
2534
2536
|
}
|
|
2535
2537
|
case "lineEndingBlank": {
|
|
2536
|
-
Y[0] === "enter" && (be && !Ie && !
|
|
2538
|
+
Y[0] === "enter" && (be && !Ie && !O && !Ae && (Ae = L), Ie = void 0);
|
|
2537
2539
|
break;
|
|
2538
2540
|
}
|
|
2539
2541
|
case "linePrefix":
|
|
@@ -2545,7 +2547,7 @@ function ci(e) {
|
|
|
2545
2547
|
default:
|
|
2546
2548
|
Ie = void 0;
|
|
2547
2549
|
}
|
|
2548
|
-
if (!
|
|
2550
|
+
if (!O && Y[0] === "enter" && Y[1].type === "listItemPrefix" || O === -1 && Y[0] === "exit" && (Y[1].type === "listUnordered" || Y[1].type === "listOrdered")) {
|
|
2549
2551
|
if (be) {
|
|
2550
2552
|
let ke = L;
|
|
2551
2553
|
for (he = void 0; ke--; ) {
|
|
@@ -2637,7 +2639,7 @@ function ci(e) {
|
|
|
2637
2639
|
function T() {
|
|
2638
2640
|
this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
|
|
2639
2641
|
}
|
|
2640
|
-
function
|
|
2642
|
+
function j() {
|
|
2641
2643
|
const w = this.resume(), x = this.stack[this.stack.length - 1];
|
|
2642
2644
|
x.value = w.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
|
|
2643
2645
|
}
|
|
@@ -2655,7 +2657,7 @@ function ci(e) {
|
|
|
2655
2657
|
const w = this.resume(), x = this.stack[this.stack.length - 1];
|
|
2656
2658
|
x.title = w;
|
|
2657
2659
|
}
|
|
2658
|
-
function
|
|
2660
|
+
function N() {
|
|
2659
2661
|
const w = this.resume(), x = this.stack[this.stack.length - 1];
|
|
2660
2662
|
x.url = w;
|
|
2661
2663
|
}
|
|
@@ -2773,8 +2775,8 @@ function ci(e) {
|
|
|
2773
2775
|
x,
|
|
2774
2776
|
v === "characterReferenceMarkerNumeric" ? 10 : 16
|
|
2775
2777
|
), this.data.characterReferenceType = void 0) : L = He(x);
|
|
2776
|
-
const
|
|
2777
|
-
|
|
2778
|
+
const O = this.stack.pop();
|
|
2779
|
+
O.value += L, O.position.end = me(w.end);
|
|
2778
2780
|
}
|
|
2779
2781
|
function Ee(w) {
|
|
2780
2782
|
f.call(this, w);
|
|
@@ -2806,7 +2808,7 @@ function ci(e) {
|
|
|
2806
2808
|
value: ""
|
|
2807
2809
|
};
|
|
2808
2810
|
}
|
|
2809
|
-
function
|
|
2811
|
+
function jt() {
|
|
2810
2812
|
return {
|
|
2811
2813
|
type: "definition",
|
|
2812
2814
|
identifier: "",
|
|
@@ -2815,7 +2817,7 @@ function ci(e) {
|
|
|
2815
2817
|
url: ""
|
|
2816
2818
|
};
|
|
2817
2819
|
}
|
|
2818
|
-
function
|
|
2820
|
+
function qt() {
|
|
2819
2821
|
return {
|
|
2820
2822
|
type: "emphasis",
|
|
2821
2823
|
children: []
|
|
@@ -2904,11 +2906,11 @@ function me(e) {
|
|
|
2904
2906
|
offset: e.offset
|
|
2905
2907
|
};
|
|
2906
2908
|
}
|
|
2907
|
-
function
|
|
2909
|
+
function Nt(e, n) {
|
|
2908
2910
|
let t = -1;
|
|
2909
2911
|
for (; ++t < n.length; ) {
|
|
2910
2912
|
const r = n[t];
|
|
2911
|
-
Array.isArray(r) ?
|
|
2913
|
+
Array.isArray(r) ? Nt(e, r) : pi(e, r);
|
|
2912
2914
|
}
|
|
2913
2915
|
}
|
|
2914
2916
|
function pi(e, n) {
|
|
@@ -3092,13 +3094,13 @@ function wi(e, n, t) {
|
|
|
3092
3094
|
)(f) : k(f));
|
|
3093
3095
|
}
|
|
3094
3096
|
function k(f) {
|
|
3095
|
-
return f === 45 || f === 58 ?
|
|
3097
|
+
return f === 45 || f === 58 ? j(f) : f === 124 ? (o = !0, e.enter("tableCellDivider"), e.consume(f), e.exit("tableCellDivider"), T) : D(f);
|
|
3096
3098
|
}
|
|
3097
3099
|
function T(f) {
|
|
3098
|
-
return _(f) ? M(e,
|
|
3100
|
+
return _(f) ? M(e, j, "whitespace")(f) : j(f);
|
|
3099
3101
|
}
|
|
3100
|
-
function
|
|
3101
|
-
return f === 58 ? (s += 1, o = !0, e.enter("tableDelimiterMarker"), e.consume(f), e.exit("tableDelimiterMarker"), y) : f === 45 ? (s += 1, y(f)) : f === null || A(f) ?
|
|
3102
|
+
function j(f) {
|
|
3103
|
+
return f === 58 ? (s += 1, o = !0, e.enter("tableDelimiterMarker"), e.consume(f), e.exit("tableDelimiterMarker"), y) : f === 45 ? (s += 1, y(f)) : f === null || A(f) ? N(f) : D(f);
|
|
3102
3104
|
}
|
|
3103
3105
|
function y(f) {
|
|
3104
3106
|
return f === 45 ? (e.enter("tableDelimiterFiller"), G(f)) : D(f);
|
|
@@ -3107,9 +3109,9 @@ function wi(e, n, t) {
|
|
|
3107
3109
|
return f === 45 ? (e.consume(f), G) : f === 58 ? (o = !0, e.exit("tableDelimiterFiller"), e.enter("tableDelimiterMarker"), e.consume(f), e.exit("tableDelimiterMarker"), C) : (e.exit("tableDelimiterFiller"), C(f));
|
|
3108
3110
|
}
|
|
3109
3111
|
function C(f) {
|
|
3110
|
-
return _(f) ? M(e,
|
|
3112
|
+
return _(f) ? M(e, N, "whitespace")(f) : N(f);
|
|
3111
3113
|
}
|
|
3112
|
-
function
|
|
3114
|
+
function N(f) {
|
|
3113
3115
|
return f === 124 ? k(f) : f === null || A(f) ? !o || i !== s ? D(f) : (e.exit("tableDelimiterRow"), e.exit("tableHead"), n(f)) : D(f);
|
|
3114
3116
|
}
|
|
3115
3117
|
function D(f) {
|
|
@@ -3347,14 +3349,14 @@ function _i(e) {
|
|
|
3347
3349
|
})()
|
|
3348
3350
|
}, ft[e] = n, n.promise.then((r) => n.result = r).catch((r) => n.error = r), n;
|
|
3349
3351
|
}
|
|
3350
|
-
function
|
|
3352
|
+
function qe(e, n) {
|
|
3351
3353
|
const t = hi(n, {
|
|
3352
3354
|
extensions: [fi()],
|
|
3353
3355
|
mdastExtensions: [xi()]
|
|
3354
3356
|
}), r = {}, i = {};
|
|
3355
|
-
|
|
3357
|
+
Ot(t, r, i), Ge(t, e, r, i);
|
|
3356
3358
|
}
|
|
3357
|
-
function
|
|
3359
|
+
function Ot(e, n, t) {
|
|
3358
3360
|
for (const r of e.children) {
|
|
3359
3361
|
switch (r.type) {
|
|
3360
3362
|
case "definition":
|
|
@@ -3362,7 +3364,7 @@ function Nt(e, n, t) {
|
|
|
3362
3364
|
i && (n[i] = r, t[i.toLowerCase()] = r);
|
|
3363
3365
|
continue;
|
|
3364
3366
|
}
|
|
3365
|
-
r.children &&
|
|
3367
|
+
r.children && Ot(r, n, t);
|
|
3366
3368
|
}
|
|
3367
3369
|
}
|
|
3368
3370
|
function Ge(e, n, t, r) {
|
|
@@ -3549,7 +3551,7 @@ class Li {
|
|
|
3549
3551
|
this.node = /* @__PURE__ */ R("div", { class: "shadow-md border border-Light rounded-lg" }, this.messageNode = /* @__PURE__ */ R("div", { class: "p-5" }, n));
|
|
3550
3552
|
}
|
|
3551
3553
|
updateMarkdown(n) {
|
|
3552
|
-
|
|
3554
|
+
qe(this.messageNode, n);
|
|
3553
3555
|
}
|
|
3554
3556
|
}
|
|
3555
3557
|
class Pt {
|
|
@@ -3590,7 +3592,7 @@ class bt extends Pt {
|
|
|
3590
3592
|
};
|
|
3591
3593
|
}
|
|
3592
3594
|
}
|
|
3593
|
-
var
|
|
3595
|
+
var q = /* @__PURE__ */ ((e) => (e[e.Init = 0] = "Init", e[e.Done = 1] = "Done", e[e.Error = 2] = "Error", e[e.AgentManifest = 3] = "AgentManifest", e[e.AppendMessage = 4] = "AppendMessage", e[e.ToolCallUpdate = 5] = "ToolCallUpdate", e[e.Loop = 6] = "Loop", e[e.ToolCallStatus = 7] = "ToolCallStatus", e[e.ToolCallLog = 8] = "ToolCallLog", e[e.ToolCallDone = 9] = "ToolCallDone", e[e.ToolCallError = 10] = "ToolCallError", e))(q || {}), X = /* @__PURE__ */ ((e) => (e.Progress = "progress", e.Complete = "complete", e.Info = "info", e.Warning = "warning", e.Error = "error", e.Undetermined = "undetermined", e))(X || {}), oe = /* @__PURE__ */ ((e) => (e.ExtraSmall = "16", e.Small = "20", e.Medium = "24", e.Large = "28", e.ExtraLarge = "32", e.ExtraExtraLarge = "40", e))(oe || {});
|
|
3594
3596
|
function Bi({ size: e = oe.Medium, ...n }) {
|
|
3595
3597
|
const t = J("svg");
|
|
3596
3598
|
t.setAttribute("viewBox", "0 0 448 512"), t.setAttribute("fill", "currentColor"), t.setAttribute("width", e), t.setAttribute("height", e), xe(t, n);
|
|
@@ -3714,7 +3716,7 @@ class yt {
|
|
|
3714
3716
|
I(this, "_iconNode");
|
|
3715
3717
|
I(this, "_markdown");
|
|
3716
3718
|
I(this, "_markdownNode");
|
|
3717
|
-
this._icon = n, this._markdown = t, this.node = /* @__PURE__ */ R("li", { class: "flex gap-2 items-center px-5" }, this._iconNode = kt(n), this._markdownNode = /* @__PURE__ */ R("span", null)),
|
|
3719
|
+
this._icon = n, this._markdown = t, this.node = /* @__PURE__ */ R("li", { class: "flex gap-2 items-center px-5" }, this._iconNode = kt(n), this._markdownNode = /* @__PURE__ */ R("span", null)), qe(this._markdownNode, this._markdown);
|
|
3718
3720
|
}
|
|
3719
3721
|
get icon() {
|
|
3720
3722
|
return this._icon;
|
|
@@ -3726,7 +3728,7 @@ class yt {
|
|
|
3726
3728
|
return this._markdown;
|
|
3727
3729
|
}
|
|
3728
3730
|
set markdown(n) {
|
|
3729
|
-
n !== this._markdown && (
|
|
3731
|
+
n !== this._markdown && (qe(this._markdownNode, this._markdown = n), this._markdown = n);
|
|
3730
3732
|
}
|
|
3731
3733
|
status(n, t, r) {
|
|
3732
3734
|
this.icon = t, this.markdown = r;
|
|
@@ -3833,10 +3835,10 @@ class Fi {
|
|
|
3833
3835
|
const r = t[0];
|
|
3834
3836
|
let i;
|
|
3835
3837
|
switch (r) {
|
|
3836
|
-
case
|
|
3837
|
-
case
|
|
3838
|
+
case q.Init:
|
|
3839
|
+
case q.Done:
|
|
3838
3840
|
return i = performance.now(), { type: r, elapsed: i - n };
|
|
3839
|
-
case
|
|
3841
|
+
case q.Error: {
|
|
3840
3842
|
const s = await this.readUtf8StringAsync();
|
|
3841
3843
|
return i = performance.now(), {
|
|
3842
3844
|
type: r,
|
|
@@ -3844,7 +3846,7 @@ class Fi {
|
|
|
3844
3846
|
errorMarkdown: s
|
|
3845
3847
|
};
|
|
3846
3848
|
}
|
|
3847
|
-
case
|
|
3849
|
+
case q.AgentManifest: {
|
|
3848
3850
|
const s = await this.readUtf8StringAsync(), o = await this.readUtf8StringAsync(), a = await this.readUtf8StringAsync(), p = await this.readUtf8StringAsync();
|
|
3849
3851
|
return i = performance.now(), {
|
|
3850
3852
|
type: r,
|
|
@@ -3855,7 +3857,7 @@ class Fi {
|
|
|
3855
3857
|
agentManifestIcon: p
|
|
3856
3858
|
};
|
|
3857
3859
|
}
|
|
3858
|
-
case
|
|
3860
|
+
case q.AppendMessage: {
|
|
3859
3861
|
const s = await this.readUtf8StringAsync(), o = await this.readUtf8StringAsync();
|
|
3860
3862
|
return i = performance.now(), {
|
|
3861
3863
|
type: r,
|
|
@@ -3864,7 +3866,7 @@ class Fi {
|
|
|
3864
3866
|
appendMessageMarkdown: o
|
|
3865
3867
|
};
|
|
3866
3868
|
}
|
|
3867
|
-
case
|
|
3869
|
+
case q.ToolCallUpdate: {
|
|
3868
3870
|
const s = await this.readUtf8StringAsync(), o = await this.readUtf8StringAsync(), a = await this.readLittleEndianInt32Async(), p = await this.readUtf8StringAsync(), h = await this.readUtf8StringAsync();
|
|
3869
3871
|
return i = performance.now(), {
|
|
3870
3872
|
type: r,
|
|
@@ -3876,7 +3878,7 @@ class Fi {
|
|
|
3876
3878
|
toolCallUpdateArguments: h
|
|
3877
3879
|
};
|
|
3878
3880
|
}
|
|
3879
|
-
case
|
|
3881
|
+
case q.Loop: {
|
|
3880
3882
|
const s = await this.readUtf8StringAsync();
|
|
3881
3883
|
return i = performance.now(), {
|
|
3882
3884
|
type: r,
|
|
@@ -3884,7 +3886,7 @@ class Fi {
|
|
|
3884
3886
|
parentFunctionId: s
|
|
3885
3887
|
};
|
|
3886
3888
|
}
|
|
3887
|
-
case
|
|
3889
|
+
case q.ToolCallStatus: {
|
|
3888
3890
|
const s = await this.readUtf8StringAsync(), o = await this.readLittleEndianInt32Async(), a = await this.readLittleEndianDoubleAsync(), p = await this.readUtf8StringAsync(), h = await this.readUtf8StringAsync();
|
|
3889
3891
|
return i = performance.now(), {
|
|
3890
3892
|
type: r,
|
|
@@ -3896,7 +3898,7 @@ class Fi {
|
|
|
3896
3898
|
toolCallMarkdown: h
|
|
3897
3899
|
};
|
|
3898
3900
|
}
|
|
3899
|
-
case
|
|
3901
|
+
case q.ToolCallLog: {
|
|
3900
3902
|
const s = await this.readUtf8StringAsync(), o = await this.readBytesAsync(1);
|
|
3901
3903
|
if (o.length == 0)
|
|
3902
3904
|
return null;
|
|
@@ -3910,7 +3912,7 @@ class Fi {
|
|
|
3910
3912
|
toolCallMarkdown: h
|
|
3911
3913
|
};
|
|
3912
3914
|
}
|
|
3913
|
-
case
|
|
3915
|
+
case q.ToolCallDone: {
|
|
3914
3916
|
const s = await this.readUtf8StringAsync();
|
|
3915
3917
|
return i = performance.now(), {
|
|
3916
3918
|
type: r,
|
|
@@ -3918,7 +3920,7 @@ class Fi {
|
|
|
3918
3920
|
toolCallFunctionId: s
|
|
3919
3921
|
};
|
|
3920
3922
|
}
|
|
3921
|
-
case
|
|
3923
|
+
case q.ToolCallError: {
|
|
3922
3924
|
const s = await this.readUtf8StringAsync();
|
|
3923
3925
|
return i = performance.now(), {
|
|
3924
3926
|
type: r,
|
|
@@ -3936,7 +3938,7 @@ function Ri(e, n, t) {
|
|
|
3936
3938
|
let r = new Uint8Array(e.length - t + n.length);
|
|
3937
3939
|
return r.set(e.subarray(0, e.length - t), 0), r.set(n, e.length - t), r;
|
|
3938
3940
|
}
|
|
3939
|
-
class
|
|
3941
|
+
class Ni extends Fi {
|
|
3940
3942
|
constructor(t = 1) {
|
|
3941
3943
|
super();
|
|
3942
3944
|
I(this, "_latestReadMessagePromise");
|
|
@@ -3958,10 +3960,10 @@ class Oi extends Fi {
|
|
|
3958
3960
|
const t = await (this._latestReadMessagePromise = this.readMessageAsync());
|
|
3959
3961
|
if (!t)
|
|
3960
3962
|
return;
|
|
3961
|
-
if (t.type ===
|
|
3963
|
+
if (t.type === q.AppendMessage) {
|
|
3962
3964
|
t.appendMessageMarkdown && (this._lettersRead += t.appendMessageMarkdown.length), this._lettersReadTime += t.elapsed;
|
|
3963
3965
|
const r = this.peekParentFunctionId(t.parentFunctionId);
|
|
3964
|
-
if (r && r.type ===
|
|
3966
|
+
if (r && r.type === q.AppendMessage) {
|
|
3965
3967
|
t.appendMessageMarkdown && (r.appendMessageMarkdown += t.appendMessageMarkdown), r.elapsed += t.elapsed;
|
|
3966
3968
|
continue;
|
|
3967
3969
|
}
|
|
@@ -3980,7 +3982,7 @@ class Oi extends Fi {
|
|
|
3980
3982
|
const t = await this.readMessageFromQueueAsync();
|
|
3981
3983
|
if (!t)
|
|
3982
3984
|
return;
|
|
3983
|
-
if (t.type ===
|
|
3985
|
+
if (t.type === q.AppendMessage && t.appendMessageMarkdown) {
|
|
3984
3986
|
const r = t.appendMessageMarkdown;
|
|
3985
3987
|
for (let i = 0; ; ) {
|
|
3986
3988
|
if (this.peek() || this._isDone) {
|
|
@@ -4024,9 +4026,9 @@ class Oi extends Fi {
|
|
|
4024
4026
|
do {
|
|
4025
4027
|
const i = this._queue[r];
|
|
4026
4028
|
switch (i.type) {
|
|
4027
|
-
case
|
|
4028
|
-
case
|
|
4029
|
-
case
|
|
4029
|
+
case q.Init:
|
|
4030
|
+
case q.Done:
|
|
4031
|
+
case q.Error:
|
|
4030
4032
|
return;
|
|
4031
4033
|
}
|
|
4032
4034
|
if (i.parentFunctionId === t)
|
|
@@ -4040,8 +4042,8 @@ class Oi extends Fi {
|
|
|
4040
4042
|
return this._queue.length - this._headIndex;
|
|
4041
4043
|
}
|
|
4042
4044
|
}
|
|
4043
|
-
const Ni = '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Avenir Next,ui-sans-serif,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}b,strong{font-weight:600}:root{--Dark-Blue-5: hsl(223, 67%, 5%);--Dark-Blue-10: hsl(223, 67%, 10%);--Dark-Blue-15: hsl(223, 67%, 15%);--Dark-Blue-20: hsl(223, 67%, 20%);--Dark-Blue-25: hsl(223, 67%, 25%);--Dark-Blue-30: hsl(223, 67%, 30%);--Dark-Blue-35: hsl(223, 67%, 35%);--Dark-Blue-40: hsl(223, 67%, 40%);--Dark-Blue-45: hsl(223, 67%, 45%);--Dark-Blue-50: hsl(223, 67%, 50%);--Dark-Blue-55: hsl(223, 67%, 55%);--Dark-Blue-60: hsl(223, 67%, 60%);--Dark-Blue-65: hsl(223, 67%, 65%);--Dark-Blue-70: hsl(223, 67%, 70%);--Dark-Blue-75: hsl(223, 67%, 75%);--Dark-Blue-80: hsl(223, 67%, 80%);--Dark-Blue-85: hsl(223, 67%, 85%);--Dark-Blue-90: hsl(223, 67%, 90%);--Dark-Blue-95: hsl(223, 67%, 95%);--Dark-Blue-Main-18: hsl(223, 67%, 18%);--Sea-Blue-5: hsl(218, 100%, 5%);--Sea-Blue-10: hsl(218, 100%, 10%);--Sea-Blue-15: hsl(218, 100%, 15%);--Sea-Blue-20: hsl(218, 100%, 20%);--Sea-Blue-25: hsl(218, 100%, 25%);--Sea-Blue-30: hsl(218, 100%, 30%);--Sea-Blue-35: hsl(218, 100%, 35%);--Sea-Blue-40: hsl(218, 100%, 40%);--Sea-Blue-45: hsl(218, 100%, 45%);--Sea-Blue-50: hsl(218, 100%, 50%);--Sea-Blue-55: hsl(218, 100%, 55%);--Sea-Blue-60: hsl(218, 100%, 60%);--Sea-Blue-65: hsl(218, 100%, 65%);--Sea-Blue-70: hsl(218, 100%, 70%);--Sea-Blue-75: hsl(218, 100%, 75%);--Sea-Blue-80: hsl(218, 100%, 80%);--Sea-Blue-85: hsl(218, 100%, 85%);--Sea-Blue-90: hsl(218, 100%, 90%);--Sea-Blue-95: hsl(218, 100%, 95%);--Sea-Blue-Main-28: hsl(218, 100%, 28%);--Sky-Blue-5: hsl(196, 74%, 5%);--Sky-Blue-10: hsl(196, 74%, 10%);--Sky-Blue-15: hsl(196, 74%, 15%);--Sky-Blue-20: hsl(196, 74%, 20%);--Sky-Blue-25: hsl(196, 74%, 25%);--Sky-Blue-30: hsl(196, 74%, 30%);--Sky-Blue-35: hsl(196, 74%, 35%);--Sky-Blue-40: hsl(196, 74%, 40%);--Sky-Blue-45: hsl(196, 74%, 45%);--Sky-Blue-50: hsl(196, 74%, 50%);--Sky-Blue-55: hsl(196, 74%, 55%);--Sky-Blue-60: hsl(196, 74%, 60%);--Sky-Blue-65: hsl(196, 74%, 65%);--Sky-Blue-70: hsl(196, 74%, 70%);--Sky-Blue-75: hsl(196, 74%, 75%);--Sky-Blue-80: hsl(196, 74%, 80%);--Sky-Blue-85: hsl(196, 74%, 85%);--Sky-Blue-90: hsl(196, 74%, 90%);--Sky-Blue-95: hsl(196, 74%, 95%);--Sky-Blue-97: hsl(196, 74%, 97%);--Sky-Blue-Main-77: hsl(196, 74%, 77%);--Digi-Green-5: hsl(139, 100%, 5%);--Digi-Green-10: hsl(139, 100%, 10%);--Digi-Green-15: hsl(139, 100%, 15%);--Digi-Green-20: hsl(139, 100%, 20%);--Digi-Green-25: hsl(139, 100%, 25%);--Digi-Green-30: hsl(139, 100%, 30%);--Digi-Green-35: hsl(139, 100%, 35%);--Digi-Green-40: hsl(139, 100%, 40%);--Digi-Green-45: hsl(139, 100%, 45%);--Digi-Green-50: hsl(139, 100%, 50%);--Digi-Green-55: hsl(139, 100%, 55%);--Digi-Green-60: hsl(139, 100%, 60%);--Digi-Green-65: hsl(139, 100%, 65%);--Digi-Green-70: hsl(139, 100%, 70%);--Digi-Green-75: hsl(139, 100%, 75%);--Digi-Green-80: hsl(139, 100%, 80%);--Digi-Green-85: hsl(139, 100%, 85%);--Digi-Green-90: hsl(139, 100%, 90%);--Digi-Green-95: hsl(139, 100%, 95%);--Digi-Green-Main-78: hsl(139, 100%, 78%);--Sandstone-5: hsl(40, 3%, 5%);--Sandstone-10: hsl(40, 3%, 10%);--Sandstone-15: hsl(40, 3%, 15%);--Sandstone-20: hsl(40, 3%, 20%);--Sandstone-25: hsl(40, 3%, 25%);--Sandstone-30: hsl(40, 3%, 30%);--Sandstone-35: hsl(40, 3%, 35%);--Sandstone-40: hsl(40, 3%, 40%);--Sandstone-45: hsl(40, 3%, 45%);--Sandstone-50: hsl(40, 3%, 50%);--Sandstone-55: hsl(40, 3%, 55%);--Sandstone-60: hsl(40, 3%, 60%);--Sandstone-65: hsl(40, 3%, 65%);--Sandstone-70: hsl(40, 3%, 70%);--Sandstone-75: hsl(40, 3%, 75%);--Sandstone-80: hsl(40, 3%, 80%);--Sandstone-85: hsl(40, 3%, 85%);--Sandstone-90: hsl(40, 3%, 90%);--Sandstone-95: hsl(40, 3%, 95%);--Sandstone-97: hsl(40, 3%, 97%);--Sandstone-Main-79: hsl(40, 3%, 79%);--Warm-Grey-5: hsl(30, 8%, 5%);--Warm-Grey-10: hsl(30, 8%, 10%);--Warm-Grey-15: hsl(30, 8%, 15%);--Warm-Grey-20: hsl(30, 8%, 20%);--Warm-Grey-25: hsl(30, 8%, 25%);--Warm-Grey-30: hsl(30, 8%, 30%);--Warm-Grey-35: hsl(30, 8%, 35%);--Warm-Grey-40: hsl(30, 8%, 40%);--Warm-Grey-45: hsl(30, 8%, 45%);--Warm-Grey-50: hsl(30, 8%, 50%);--Warm-Grey-55: hsl(30, 8%, 55%);--Warm-Grey-60: hsl(30, 8%, 60%);--Warm-Grey-65: hsl(30, 8%, 65%);--Warm-Grey-70: hsl(30, 8%, 70%);--Warm-Grey-75: hsl(30, 8%, 75%);--Warm-Grey-80: hsl(30, 8%, 80%);--Warm-Grey-85: hsl(30, 8%, 85%);--Warm-Grey-90: hsl(30, 8%, 90%);--Warm-Grey-95: hsl(30, 8%, 95%);--Warm-Grey-Main-56: hsl(30, 8%, 56%);--Earth-5: hsl(35, 53%, 5%);--Earth-10: hsl(35, 53%, 10%);--Earth-15: hsl(35, 53%, 15%);--Earth-20: hsl(35, 53%, 20%);--Earth-25: hsl(35, 53%, 25%);--Earth-30: hsl(35, 53%, 30%);--Earth-35: hsl(35, 53%, 35%);--Earth-40: hsl(35, 53%, 40%);--Earth-45: hsl(35, 53%, 45%);--Earth-50: hsl(35, 53%, 50%);--Earth-55: hsl(35, 53%, 55%);--Earth-60: hsl(35, 53%, 60%);--Earth-65: hsl(35, 53%, 65%);--Earth-70: hsl(35, 53%, 70%);--Earth-75: hsl(35, 53%, 75%);--Earth-80: hsl(35, 53%, 80%);--Earth-85: hsl(35, 53%, 85%);--Earth-90: hsl(35, 53%, 90%);--Earth-95: hsl(35, 53%, 95%);--Earth-97: hsl(35, 53%, 97%);--Earth-Main-89: hsl(35, 53%, 89%);--Pine-5: hsl(195, 46%, 5%);--Pine-10: hsl(195, 46%, 10%);--Pine-15: hsl(195, 46%, 15%);--Pine-20: hsl(195, 46%, 20%);--Pine-25: hsl(195, 46%, 25%);--Pine-30: hsl(195, 46%, 30%);--Pine-35: hsl(195, 46%, 35%);--Pine-40: hsl(195, 46%, 40%);--Pine-45: hsl(195, 46%, 45%);--Pine-50: hsl(195, 46%, 50%);--Pine-55: hsl(195, 46%, 55%);--Pine-60: hsl(195, 46%, 60%);--Pine-65: hsl(195, 46%, 65%);--Pine-70: hsl(195, 46%, 70%);--Pine-75: hsl(195, 46%, 75%);--Pine-80: hsl(195, 46%, 80%);--Pine-85: hsl(195, 46%, 85%);--Pine-90: hsl(195, 46%, 90%);--Pine-95: hsl(195, 46%, 95%);--Pine-Main-30: hsl(195, 46%, 30%);--Eucalyptus-5: hsl(178, 80%, 5%);--Eucalyptus-10: hsl(178, 80%, 10%);--Eucalyptus-15: hsl(178, 80%, 15%);--Eucalyptus-20: hsl(178, 80%, 20%);--Eucalyptus-25: hsl(178, 80%, 25%);--Eucalyptus-30: hsl(178, 80%, 30%);--Eucalyptus-35: hsl(178, 80%, 35%);--Eucalyptus-40: hsl(178, 80%, 40%);--Eucalyptus-45: hsl(178, 80%, 45%);--Eucalyptus-50: hsl(178, 80%, 50%);--Eucalyptus-55: hsl(178, 80%, 55%);--Eucalyptus-60: hsl(178, 80%, 60%);--Eucalyptus-65: hsl(178, 80%, 65%);--Eucalyptus-70: hsl(178, 80%, 70%);--Eucalyptus-75: hsl(178, 80%, 75%);--Eucalyptus-80: hsl(178, 80%, 80%);--Eucalyptus-85: hsl(178, 80%, 85%);--Eucalyptus-90: hsl(178, 80%, 90%);--Eucalyptus-95: hsl(178, 80%, 95%);--Eucalyptus-Main-41: hsl(178, 80%, 41%);--Lavender-5: hsl(232, 58%, 5%);--Lavender-10: hsl(232, 58%, 10%);--Lavender-15: hsl(232, 58%, 15%);--Lavender-20: hsl(232, 58%, 20%);--Lavender-25: hsl(232, 58%, 25%);--Lavender-30: hsl(232, 58%, 30%);--Lavender-35: hsl(232, 58%, 35%);--Lavender-40: hsl(232, 58%, 40%);--Lavender-45: hsl(232, 58%, 45%);--Lavender-50: hsl(232, 58%, 50%);--Lavender-55: hsl(232, 58%, 55%);--Lavender-60: hsl(232, 58%, 60%);--Lavender-65: hsl(232, 58%, 65%);--Lavender-70: hsl(232, 58%, 70%);--Lavender-75: hsl(232, 58%, 75%);--Lavender-80: hsl(232, 58%, 80%);--Lavender-85: hsl(232, 58%, 85%);--Lavender-90: hsl(232, 58%, 90%);--Lavender-95: hsl(232, 58%, 95%);--Lavender-Main-77: hsl(232, 58%, 77%);--Terracotta-5: hsl(34, 100%, 5%);--Terracotta-10: hsl(34, 100%, 10%);--Terracotta-15: hsl(34, 100%, 15%);--Terracotta-20: hsl(34, 100%, 20%);--Terracotta-25: hsl(34, 100%, 25%);--Terracotta-30: hsl(34, 100%, 30%);--Terracotta-35: hsl(34, 100%, 35%);--Terracotta-40: hsl(34, 100%, 40%);--Terracotta-45: hsl(34, 100%, 45%);--Terracotta-50: hsl(34, 100%, 50%);--Terracotta-55: hsl(34, 100%, 55%);--Terracotta-60: hsl(34, 100%, 60%);--Terracotta-65: hsl(34, 100%, 65%);--Terracotta-70: hsl(34, 100%, 70%);--Terracotta-75: hsl(34, 100%, 75%);--Terracotta-80: hsl(34, 100%, 80%);--Terracotta-85: hsl(34, 100%, 85%);--Terracotta-90: hsl(34, 100%, 90%);--Terracotta-95: hsl(34, 100%, 95%);--Terracotta-Main-35: hsl(34, 100%, 35%);--Land-Green-5: hsl(114, 49%, 5%);--Land-Green-10: hsl(114, 49%, 10%);--Land-Green-15: hsl(114, 49%, 15%);--Land-Green-20: hsl(114, 49%, 20%);--Land-Green-25: hsl(114, 49%, 25%);--Land-Green-30: hsl(114, 49%, 30%);--Land-Green-35: hsl(114, 49%, 35%);--Land-Green-40: hsl(114, 49%, 40%);--Land-Green-45: hsl(114, 49%, 45%);--Land-Green-50: hsl(114, 49%, 50%);--Land-Green-55: hsl(114, 49%, 55%);--Land-Green-60: hsl(114, 49%, 60%);--Land-Green-65: hsl(114, 49%, 65%);--Land-Green-70: hsl(114, 49%, 70%);--Land-Green-75: hsl(114, 49%, 75%);--Land-Green-80: hsl(114, 49%, 80%);--Land-Green-85: hsl(114, 49%, 85%);--Land-Green-90: hsl(114, 49%, 90%);--Land-Green-95: hsl(114, 49%, 95%);--Land-Green-Main-41: hsl(114, 49%, 41%);--Sunflower-5: hsl(55, 100%, 5%);--Sunflower-10: hsl(55, 100%, 10%);--Sunflower-15: hsl(55, 100%, 15%);--Sunflower-20: hsl(55, 100%, 20%);--Sunflower-25: hsl(55, 100%, 25%);--Sunflower-30: hsl(55, 100%, 30%);--Sunflower-35: hsl(55, 100%, 35%);--Sunflower-40: hsl(55, 100%, 40%);--Sunflower-45: hsl(55, 100%, 45%);--Sunflower-50: hsl(55, 100%, 50%);--Sunflower-55: hsl(55, 100%, 55%);--Sunflower-60: hsl(55, 100%, 60%);--Sunflower-65: hsl(55, 100%, 65%);--Sunflower-70: hsl(55, 100%, 70%);--Sunflower-75: hsl(55, 100%, 75%);--Sunflower-80: hsl(55, 100%, 80%);--Sunflower-85: hsl(55, 100%, 85%);--Sunflower-90: hsl(55, 100%, 90%);--Sunflower-95: hsl(55, 100%, 95%);--Sunflower-Main-73: hsl(55, 100%, 73%);--Energy-Red-5: hsl(357, 83%, 5%);--Energy-Red-10: hsl(357, 83%, 10%);--Energy-Red-15: hsl(357, 83%, 15%);--Energy-Red-20: hsl(357, 83%, 20%);--Energy-Red-25: hsl(357, 83%, 25%);--Energy-Red-30: hsl(357, 83%, 30%);--Energy-Red-35: hsl(357, 83%, 35%);--Energy-Red-40: hsl(357, 83%, 40%);--Energy-Red-45: hsl(357, 83%, 45%);--Energy-Red-50: hsl(357, 83%, 50%);--Energy-Red-55: hsl(357, 83%, 55%);--Energy-Red-60: hsl(357, 83%, 60%);--Energy-Red-65: hsl(357, 83%, 65%);--Energy-Red-70: hsl(357, 83%, 70%);--Energy-Red-75: hsl(357, 83%, 75%);--Energy-Red-80: hsl(357, 83%, 80%);--Energy-Red-85: hsl(357, 83%, 85%);--Energy-Red-90: hsl(357, 83%, 90%);--Energy-Red-95: hsl(357, 83%, 95%);--Energy-Red-Main-54: hsl(357, 83%, 54%);--Cyan-5: hsl(196, 100%, 5%);--Cyan-10: hsl(196, 100%, 10%);--Cyan-15: hsl(196, 100%, 15%);--Cyan-20: hsl(196, 100%, 20%);--Cyan-25: hsl(196, 100%, 25%);--Cyan-30: hsl(196, 100%, 30%);--Cyan-35: hsl(196, 100%, 35%);--Cyan-40: hsl(196, 100%, 40%);--Cyan-45: hsl(196, 100%, 45%);--Cyan-50: hsl(196, 100%, 50%);--Cyan-55: hsl(196, 100%, 55%);--Cyan-60: hsl(196, 100%, 60%);--Cyan-65: hsl(196, 100%, 65%);--Cyan-70: hsl(196, 100%, 70%);--Cyan-75: hsl(196, 100%, 75%);--Cyan-80: hsl(196, 100%, 80%);--Cyan-85: hsl(196, 100%, 85%);--Cyan-90: hsl(196, 100%, 90%);--Cyan-95: hsl(196, 100%, 95%);--Cyan-Main-43: hsl(196, 100%, 43%);--Black: hsl(40 3% 10%);--White: hsl(40 3% 100%);--Light: hsl(40, 3%, 90%);--Default: hsl(40, 3%, 79%);--Medium: hsl(40, 3%, 75%);--Strong: hsl(218, 100%, 28%);--Emphasis: hsl(223, 67%, 18%);--vui-animation-duration-0: 0ms;--vui-animation-duration-100: .13s;--vui-animation-duration-200: .16s;--vui-animation-duration-300: .19s;--vui-animation-duration-400: .22s;--vui-animation-duration-500: .25s;--vui-animation-duration-600: .3s;--vui-animation-duration-700: .35s;--vui-animation-duration-800: .4s;--vui-animation-duration-900: .45s;--vui-animation-duration-1000: .5s;--vui-animation-duration-2000: 1s;--vui-animation-duration-4000: 2s;--vui-animation-ease-in-out: cubic-bezier(.45, 0, .4, 1);--vui-animation-ease-in: cubic-bezier(.5, 0, 1, 1);--vui-animation-ease-out: cubic-bezier(0, 0, .4, 1);--vui-animation-linear: cubic-bezier(0, 0, 1, 1);--vui-elevation-1: 0 6px 23px -10px hsla(223, 67%, 18%, .2);--vui-elevation-2: 0 9px 20px -6px hsla(223, 67%, 18%, .2);--vui-elevation-3: 0 12px 23px -4px hsla(223, 67%, 18%, .2);--vui-elevation-4: 0 15px 23px 0 hsla(223, 67%, 18%, .2)}h1,.h1{font-family:Avenir Next;font-size:3.125rem;font-style:normal;font-weight:400;line-height:1.24}@media only screen and (max-width: 992px){h1,.h1{font-size:1.9375rem;line-height:1.5483870967741935}}h1,.h1{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h2,.h2{font-family:Avenir Next;font-size:2rem;font-style:normal;font-weight:400;line-height:1.3125}@media only screen and (max-width: 992px){h2,.h2{font-size:1.75rem;line-height:1.3571428571428572}}h2,.h2{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h3,.h3{font-family:Avenir Next;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.3333333333333333}@media only screen and (max-width: 992px){h3,.h3{font-size:1.375rem;line-height:1.4545454545454546}}h3,.h3{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h4,.h4{font-family:Avenir Next;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.2}@media only screen and (max-width: 992px){h4,.h4{font-size:1.125rem;line-height:1.3333333333333333}}h4,.h4{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h5,.h5{font-family:Avenir Next;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.4444444444444444}@media only screen and (max-width: 992px){h5,.h5{font-size:1rem;line-height:1.375}}h5,.h5{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h6,.h6{font-family:Avenir Next;font-size:1rem;font-style:normal;font-weight:600;line-height:1.375;color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sideMenuItem>.icon{width:24px;height:24px}.avatar{font-family:Avenir Next;font-weight:500;font-style:normal;align-items:center;background:#e6e6e5;border-radius:9999px;color:#353431;display:inline-flex;justify-content:center;overflow:hidden;text-transform:uppercase}.avatar.avatar-xl{font-size:1.125rem;line-height:1.5555555555555556;height:3rem;width:3rem}.avatar.avatar-lg{font-size:1rem;line-height:1.5;height:2.5rem;width:2.5rem}.avatar.avatar-md{font-size:.875rem;line-height:1.4285714285714286;height:2rem;width:2rem}.avatar.avatar-sm{font-size:.75rem;line-height:1.3333333333333333;height:1.5rem;width:1.5rem}.avatar.avatar-xxl{font-size:1.125rem;line-height:1.5555555555555556;height:3.5rem;width:3.5rem}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding:.1428571em .3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-left:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body: #404040;--tw-prose-headings: #171717;--tw-prose-lead: #525252;--tw-prose-links: #171717;--tw-prose-bold: #171717;--tw-prose-counters: #737373;--tw-prose-bullets: #d4d4d4;--tw-prose-hr: #e5e5e5;--tw-prose-quotes: #171717;--tw-prose-quote-borders: #e5e5e5;--tw-prose-captions: #737373;--tw-prose-kbd: #171717;--tw-prose-kbd-shadows: 23 23 23;--tw-prose-code: #171717;--tw-prose-pre-code: #e5e5e5;--tw-prose-pre-bg: #262626;--tw-prose-th-borders: #d4d4d4;--tw-prose-td-borders: #e5e5e5;--tw-prose-invert-body: #d4d4d4;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a3a3a3;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a3a3a3;--tw-prose-invert-bullets: #525252;--tw-prose-invert-hr: #404040;--tw-prose-invert-quotes: #f5f5f5;--tw-prose-invert-quote-borders: #404040;--tw-prose-invert-captions: #a3a3a3;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d4d4d4;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #525252;--tw-prose-invert-td-borders: #404040}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-\\[-3\\.25rem\\]{left:-3.25rem}.top-0{top:0}.top-\\[3\\%\\]{top:3%}.inline{display:inline}.flex{display:flex}.table{display:table}.h-6{height:1.5rem}.h-\\[1\\.421875rem\\]{height:1.421875rem}.w-6{width:1.5rem}.max-w-none{max-width:none}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-Light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:hsl(40 3% 90% / var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-Light{--tw-border-opacity: 1;border-color:hsl(40 3% 90% / var(--tw-border-opacity))}.bg-Dark-Blue-Main-18{--tw-bg-opacity: 1;background-color:hsl(223 67% 18% / var(--tw-bg-opacity))}.bg-Energy-Red-95{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.bg-Eucalyptus-85{--tw-bg-opacity: 1;background-color:hsl(178 80% 85% / var(--tw-bg-opacity))}.bg-Land-Green-95{--tw-bg-opacity: 1;background-color:hsl(114 49% 95% / var(--tw-bg-opacity))}.bg-Lavender-90{--tw-bg-opacity: 1;background-color:hsl(232 58% 90% / var(--tw-bg-opacity))}.bg-Sea-Blue-Main-28{--tw-bg-opacity: 1;background-color:hsl(218 100% 28% / var(--tw-bg-opacity))}.bg-Sunflower-85{--tw-bg-opacity: 1;background-color:hsl(55 100% 85% / var(--tw-bg-opacity))}.bg-Terracotta-85{--tw-bg-opacity: 1;background-color:hsl(34 100% 85% / var(--tw-bg-opacity))}.bg-White{--tw-bg-opacity: 1;background-color:hsl(40 3% 100% / var(--tw-bg-opacity))}.p-5{padding:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.text-\\[0\\.875rem\\]{font-size:.875rem}.text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.text-Energy-Red-Main-54{--tw-text-opacity: 1;color:hsl(357 83% 54% / var(--tw-text-opacity))}.text-Eucalyptus-20{--tw-text-opacity: 1;color:hsl(178 80% 20% / var(--tw-text-opacity))}.text-Land-Green-30{--tw-text-opacity: 1;color:hsl(114 49% 30% / var(--tw-text-opacity))}.text-Land-Green-Main-41{--tw-text-opacity: 1;color:hsl(114 49% 41% / var(--tw-text-opacity))}.text-Lavender-50{--tw-text-opacity: 1;color:hsl(232 58% 50% / var(--tw-text-opacity))}.text-Sandstone-Main-79{--tw-text-opacity: 1;color:hsl(40 3% 79% / var(--tw-text-opacity))}.text-Sea-Blue-Main-28{--tw-text-opacity: 1;color:hsl(218 100% 28% / var(--tw-text-opacity))}.text-Sky-Blue-95{--tw-text-opacity: 1;color:hsl(196 74% 95% / var(--tw-text-opacity))}.text-Sunflower-20{--tw-text-opacity: 1;color:hsl(55 100% 20% / var(--tw-text-opacity))}.text-Terracotta-20{--tw-text-opacity: 1;color:hsl(34 100% 20% / var(--tw-text-opacity))}.text-Terracotta-Main-35{--tw-text-opacity: 1;color:hsl(34 100% 35% / var(--tw-text-opacity))}.text-White{--tw-text-opacity: 1;color:hsl(40 3% 100% / var(--tw-text-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.title{font-family:DNV Display;font-size:4rem;font-style:normal;font-weight:400;line-height:1.15625}@media only screen and (max-width: 992px){.title{font-size:2.625rem;line-height:1.2380952380952381}}.title{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark .title){color:var(--White, hsl(40 3% 100%))}.first\\:pt-0:first-child{padding-top:0}.last\\:pb-0:last-child{padding-bottom:0}.prose-code\\:text-\\[1em\\] :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1em}', Pi = "pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:#fff}.hljs-string,.hljs-title,.hljs-name,.hljs-type,.hljs-attribute,.hljs-symbol,.hljs-bullet,.hljs-built_in,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#d88}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#979797}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-title,.hljs-section,.hljs-doctag,.hljs-type,.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}";
|
|
4044
|
-
class
|
|
4045
|
+
const Oi = '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Avenir Next,ui-sans-serif,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}b,strong{font-weight:600}:root{--Dark-Blue-5: hsl(223, 67%, 5%);--Dark-Blue-10: hsl(223, 67%, 10%);--Dark-Blue-15: hsl(223, 67%, 15%);--Dark-Blue-20: hsl(223, 67%, 20%);--Dark-Blue-25: hsl(223, 67%, 25%);--Dark-Blue-30: hsl(223, 67%, 30%);--Dark-Blue-35: hsl(223, 67%, 35%);--Dark-Blue-40: hsl(223, 67%, 40%);--Dark-Blue-45: hsl(223, 67%, 45%);--Dark-Blue-50: hsl(223, 67%, 50%);--Dark-Blue-55: hsl(223, 67%, 55%);--Dark-Blue-60: hsl(223, 67%, 60%);--Dark-Blue-65: hsl(223, 67%, 65%);--Dark-Blue-70: hsl(223, 67%, 70%);--Dark-Blue-75: hsl(223, 67%, 75%);--Dark-Blue-80: hsl(223, 67%, 80%);--Dark-Blue-85: hsl(223, 67%, 85%);--Dark-Blue-90: hsl(223, 67%, 90%);--Dark-Blue-95: hsl(223, 67%, 95%);--Dark-Blue-Main-18: hsl(223, 67%, 18%);--Sea-Blue-5: hsl(218, 100%, 5%);--Sea-Blue-10: hsl(218, 100%, 10%);--Sea-Blue-15: hsl(218, 100%, 15%);--Sea-Blue-20: hsl(218, 100%, 20%);--Sea-Blue-25: hsl(218, 100%, 25%);--Sea-Blue-30: hsl(218, 100%, 30%);--Sea-Blue-35: hsl(218, 100%, 35%);--Sea-Blue-40: hsl(218, 100%, 40%);--Sea-Blue-45: hsl(218, 100%, 45%);--Sea-Blue-50: hsl(218, 100%, 50%);--Sea-Blue-55: hsl(218, 100%, 55%);--Sea-Blue-60: hsl(218, 100%, 60%);--Sea-Blue-65: hsl(218, 100%, 65%);--Sea-Blue-70: hsl(218, 100%, 70%);--Sea-Blue-75: hsl(218, 100%, 75%);--Sea-Blue-80: hsl(218, 100%, 80%);--Sea-Blue-85: hsl(218, 100%, 85%);--Sea-Blue-90: hsl(218, 100%, 90%);--Sea-Blue-95: hsl(218, 100%, 95%);--Sea-Blue-Main-28: hsl(218, 100%, 28%);--Sky-Blue-5: hsl(196, 74%, 5%);--Sky-Blue-10: hsl(196, 74%, 10%);--Sky-Blue-15: hsl(196, 74%, 15%);--Sky-Blue-20: hsl(196, 74%, 20%);--Sky-Blue-25: hsl(196, 74%, 25%);--Sky-Blue-30: hsl(196, 74%, 30%);--Sky-Blue-35: hsl(196, 74%, 35%);--Sky-Blue-40: hsl(196, 74%, 40%);--Sky-Blue-45: hsl(196, 74%, 45%);--Sky-Blue-50: hsl(196, 74%, 50%);--Sky-Blue-55: hsl(196, 74%, 55%);--Sky-Blue-60: hsl(196, 74%, 60%);--Sky-Blue-65: hsl(196, 74%, 65%);--Sky-Blue-70: hsl(196, 74%, 70%);--Sky-Blue-75: hsl(196, 74%, 75%);--Sky-Blue-80: hsl(196, 74%, 80%);--Sky-Blue-85: hsl(196, 74%, 85%);--Sky-Blue-90: hsl(196, 74%, 90%);--Sky-Blue-95: hsl(196, 74%, 95%);--Sky-Blue-97: hsl(196, 74%, 97%);--Sky-Blue-Main-77: hsl(196, 74%, 77%);--Digi-Green-5: hsl(139, 100%, 5%);--Digi-Green-10: hsl(139, 100%, 10%);--Digi-Green-15: hsl(139, 100%, 15%);--Digi-Green-20: hsl(139, 100%, 20%);--Digi-Green-25: hsl(139, 100%, 25%);--Digi-Green-30: hsl(139, 100%, 30%);--Digi-Green-35: hsl(139, 100%, 35%);--Digi-Green-40: hsl(139, 100%, 40%);--Digi-Green-45: hsl(139, 100%, 45%);--Digi-Green-50: hsl(139, 100%, 50%);--Digi-Green-55: hsl(139, 100%, 55%);--Digi-Green-60: hsl(139, 100%, 60%);--Digi-Green-65: hsl(139, 100%, 65%);--Digi-Green-70: hsl(139, 100%, 70%);--Digi-Green-75: hsl(139, 100%, 75%);--Digi-Green-80: hsl(139, 100%, 80%);--Digi-Green-85: hsl(139, 100%, 85%);--Digi-Green-90: hsl(139, 100%, 90%);--Digi-Green-95: hsl(139, 100%, 95%);--Digi-Green-Main-78: hsl(139, 100%, 78%);--Sandstone-5: hsl(40, 3%, 5%);--Sandstone-10: hsl(40, 3%, 10%);--Sandstone-15: hsl(40, 3%, 15%);--Sandstone-20: hsl(40, 3%, 20%);--Sandstone-25: hsl(40, 3%, 25%);--Sandstone-30: hsl(40, 3%, 30%);--Sandstone-35: hsl(40, 3%, 35%);--Sandstone-40: hsl(40, 3%, 40%);--Sandstone-45: hsl(40, 3%, 45%);--Sandstone-50: hsl(40, 3%, 50%);--Sandstone-55: hsl(40, 3%, 55%);--Sandstone-60: hsl(40, 3%, 60%);--Sandstone-65: hsl(40, 3%, 65%);--Sandstone-70: hsl(40, 3%, 70%);--Sandstone-75: hsl(40, 3%, 75%);--Sandstone-80: hsl(40, 3%, 80%);--Sandstone-85: hsl(40, 3%, 85%);--Sandstone-90: hsl(40, 3%, 90%);--Sandstone-95: hsl(40, 3%, 95%);--Sandstone-97: hsl(40, 3%, 97%);--Sandstone-Main-79: hsl(40, 3%, 79%);--Warm-Grey-5: hsl(30, 8%, 5%);--Warm-Grey-10: hsl(30, 8%, 10%);--Warm-Grey-15: hsl(30, 8%, 15%);--Warm-Grey-20: hsl(30, 8%, 20%);--Warm-Grey-25: hsl(30, 8%, 25%);--Warm-Grey-30: hsl(30, 8%, 30%);--Warm-Grey-35: hsl(30, 8%, 35%);--Warm-Grey-40: hsl(30, 8%, 40%);--Warm-Grey-45: hsl(30, 8%, 45%);--Warm-Grey-50: hsl(30, 8%, 50%);--Warm-Grey-55: hsl(30, 8%, 55%);--Warm-Grey-60: hsl(30, 8%, 60%);--Warm-Grey-65: hsl(30, 8%, 65%);--Warm-Grey-70: hsl(30, 8%, 70%);--Warm-Grey-75: hsl(30, 8%, 75%);--Warm-Grey-80: hsl(30, 8%, 80%);--Warm-Grey-85: hsl(30, 8%, 85%);--Warm-Grey-90: hsl(30, 8%, 90%);--Warm-Grey-95: hsl(30, 8%, 95%);--Warm-Grey-Main-56: hsl(30, 8%, 56%);--Earth-5: hsl(35, 53%, 5%);--Earth-10: hsl(35, 53%, 10%);--Earth-15: hsl(35, 53%, 15%);--Earth-20: hsl(35, 53%, 20%);--Earth-25: hsl(35, 53%, 25%);--Earth-30: hsl(35, 53%, 30%);--Earth-35: hsl(35, 53%, 35%);--Earth-40: hsl(35, 53%, 40%);--Earth-45: hsl(35, 53%, 45%);--Earth-50: hsl(35, 53%, 50%);--Earth-55: hsl(35, 53%, 55%);--Earth-60: hsl(35, 53%, 60%);--Earth-65: hsl(35, 53%, 65%);--Earth-70: hsl(35, 53%, 70%);--Earth-75: hsl(35, 53%, 75%);--Earth-80: hsl(35, 53%, 80%);--Earth-85: hsl(35, 53%, 85%);--Earth-90: hsl(35, 53%, 90%);--Earth-95: hsl(35, 53%, 95%);--Earth-97: hsl(35, 53%, 97%);--Earth-Main-89: hsl(35, 53%, 89%);--Pine-5: hsl(195, 46%, 5%);--Pine-10: hsl(195, 46%, 10%);--Pine-15: hsl(195, 46%, 15%);--Pine-20: hsl(195, 46%, 20%);--Pine-25: hsl(195, 46%, 25%);--Pine-30: hsl(195, 46%, 30%);--Pine-35: hsl(195, 46%, 35%);--Pine-40: hsl(195, 46%, 40%);--Pine-45: hsl(195, 46%, 45%);--Pine-50: hsl(195, 46%, 50%);--Pine-55: hsl(195, 46%, 55%);--Pine-60: hsl(195, 46%, 60%);--Pine-65: hsl(195, 46%, 65%);--Pine-70: hsl(195, 46%, 70%);--Pine-75: hsl(195, 46%, 75%);--Pine-80: hsl(195, 46%, 80%);--Pine-85: hsl(195, 46%, 85%);--Pine-90: hsl(195, 46%, 90%);--Pine-95: hsl(195, 46%, 95%);--Pine-Main-30: hsl(195, 46%, 30%);--Eucalyptus-5: hsl(178, 80%, 5%);--Eucalyptus-10: hsl(178, 80%, 10%);--Eucalyptus-15: hsl(178, 80%, 15%);--Eucalyptus-20: hsl(178, 80%, 20%);--Eucalyptus-25: hsl(178, 80%, 25%);--Eucalyptus-30: hsl(178, 80%, 30%);--Eucalyptus-35: hsl(178, 80%, 35%);--Eucalyptus-40: hsl(178, 80%, 40%);--Eucalyptus-45: hsl(178, 80%, 45%);--Eucalyptus-50: hsl(178, 80%, 50%);--Eucalyptus-55: hsl(178, 80%, 55%);--Eucalyptus-60: hsl(178, 80%, 60%);--Eucalyptus-65: hsl(178, 80%, 65%);--Eucalyptus-70: hsl(178, 80%, 70%);--Eucalyptus-75: hsl(178, 80%, 75%);--Eucalyptus-80: hsl(178, 80%, 80%);--Eucalyptus-85: hsl(178, 80%, 85%);--Eucalyptus-90: hsl(178, 80%, 90%);--Eucalyptus-95: hsl(178, 80%, 95%);--Eucalyptus-Main-41: hsl(178, 80%, 41%);--Lavender-5: hsl(232, 58%, 5%);--Lavender-10: hsl(232, 58%, 10%);--Lavender-15: hsl(232, 58%, 15%);--Lavender-20: hsl(232, 58%, 20%);--Lavender-25: hsl(232, 58%, 25%);--Lavender-30: hsl(232, 58%, 30%);--Lavender-35: hsl(232, 58%, 35%);--Lavender-40: hsl(232, 58%, 40%);--Lavender-45: hsl(232, 58%, 45%);--Lavender-50: hsl(232, 58%, 50%);--Lavender-55: hsl(232, 58%, 55%);--Lavender-60: hsl(232, 58%, 60%);--Lavender-65: hsl(232, 58%, 65%);--Lavender-70: hsl(232, 58%, 70%);--Lavender-75: hsl(232, 58%, 75%);--Lavender-80: hsl(232, 58%, 80%);--Lavender-85: hsl(232, 58%, 85%);--Lavender-90: hsl(232, 58%, 90%);--Lavender-95: hsl(232, 58%, 95%);--Lavender-Main-77: hsl(232, 58%, 77%);--Terracotta-5: hsl(34, 100%, 5%);--Terracotta-10: hsl(34, 100%, 10%);--Terracotta-15: hsl(34, 100%, 15%);--Terracotta-20: hsl(34, 100%, 20%);--Terracotta-25: hsl(34, 100%, 25%);--Terracotta-30: hsl(34, 100%, 30%);--Terracotta-35: hsl(34, 100%, 35%);--Terracotta-40: hsl(34, 100%, 40%);--Terracotta-45: hsl(34, 100%, 45%);--Terracotta-50: hsl(34, 100%, 50%);--Terracotta-55: hsl(34, 100%, 55%);--Terracotta-60: hsl(34, 100%, 60%);--Terracotta-65: hsl(34, 100%, 65%);--Terracotta-70: hsl(34, 100%, 70%);--Terracotta-75: hsl(34, 100%, 75%);--Terracotta-80: hsl(34, 100%, 80%);--Terracotta-85: hsl(34, 100%, 85%);--Terracotta-90: hsl(34, 100%, 90%);--Terracotta-95: hsl(34, 100%, 95%);--Terracotta-Main-35: hsl(34, 100%, 35%);--Land-Green-5: hsl(114, 49%, 5%);--Land-Green-10: hsl(114, 49%, 10%);--Land-Green-15: hsl(114, 49%, 15%);--Land-Green-20: hsl(114, 49%, 20%);--Land-Green-25: hsl(114, 49%, 25%);--Land-Green-30: hsl(114, 49%, 30%);--Land-Green-35: hsl(114, 49%, 35%);--Land-Green-40: hsl(114, 49%, 40%);--Land-Green-45: hsl(114, 49%, 45%);--Land-Green-50: hsl(114, 49%, 50%);--Land-Green-55: hsl(114, 49%, 55%);--Land-Green-60: hsl(114, 49%, 60%);--Land-Green-65: hsl(114, 49%, 65%);--Land-Green-70: hsl(114, 49%, 70%);--Land-Green-75: hsl(114, 49%, 75%);--Land-Green-80: hsl(114, 49%, 80%);--Land-Green-85: hsl(114, 49%, 85%);--Land-Green-90: hsl(114, 49%, 90%);--Land-Green-95: hsl(114, 49%, 95%);--Land-Green-Main-41: hsl(114, 49%, 41%);--Sunflower-5: hsl(55, 100%, 5%);--Sunflower-10: hsl(55, 100%, 10%);--Sunflower-15: hsl(55, 100%, 15%);--Sunflower-20: hsl(55, 100%, 20%);--Sunflower-25: hsl(55, 100%, 25%);--Sunflower-30: hsl(55, 100%, 30%);--Sunflower-35: hsl(55, 100%, 35%);--Sunflower-40: hsl(55, 100%, 40%);--Sunflower-45: hsl(55, 100%, 45%);--Sunflower-50: hsl(55, 100%, 50%);--Sunflower-55: hsl(55, 100%, 55%);--Sunflower-60: hsl(55, 100%, 60%);--Sunflower-65: hsl(55, 100%, 65%);--Sunflower-70: hsl(55, 100%, 70%);--Sunflower-75: hsl(55, 100%, 75%);--Sunflower-80: hsl(55, 100%, 80%);--Sunflower-85: hsl(55, 100%, 85%);--Sunflower-90: hsl(55, 100%, 90%);--Sunflower-95: hsl(55, 100%, 95%);--Sunflower-Main-73: hsl(55, 100%, 73%);--Energy-Red-5: hsl(357, 83%, 5%);--Energy-Red-10: hsl(357, 83%, 10%);--Energy-Red-15: hsl(357, 83%, 15%);--Energy-Red-20: hsl(357, 83%, 20%);--Energy-Red-25: hsl(357, 83%, 25%);--Energy-Red-30: hsl(357, 83%, 30%);--Energy-Red-35: hsl(357, 83%, 35%);--Energy-Red-40: hsl(357, 83%, 40%);--Energy-Red-45: hsl(357, 83%, 45%);--Energy-Red-50: hsl(357, 83%, 50%);--Energy-Red-55: hsl(357, 83%, 55%);--Energy-Red-60: hsl(357, 83%, 60%);--Energy-Red-65: hsl(357, 83%, 65%);--Energy-Red-70: hsl(357, 83%, 70%);--Energy-Red-75: hsl(357, 83%, 75%);--Energy-Red-80: hsl(357, 83%, 80%);--Energy-Red-85: hsl(357, 83%, 85%);--Energy-Red-90: hsl(357, 83%, 90%);--Energy-Red-95: hsl(357, 83%, 95%);--Energy-Red-Main-54: hsl(357, 83%, 54%);--Cyan-5: hsl(196, 100%, 5%);--Cyan-10: hsl(196, 100%, 10%);--Cyan-15: hsl(196, 100%, 15%);--Cyan-20: hsl(196, 100%, 20%);--Cyan-25: hsl(196, 100%, 25%);--Cyan-30: hsl(196, 100%, 30%);--Cyan-35: hsl(196, 100%, 35%);--Cyan-40: hsl(196, 100%, 40%);--Cyan-45: hsl(196, 100%, 45%);--Cyan-50: hsl(196, 100%, 50%);--Cyan-55: hsl(196, 100%, 55%);--Cyan-60: hsl(196, 100%, 60%);--Cyan-65: hsl(196, 100%, 65%);--Cyan-70: hsl(196, 100%, 70%);--Cyan-75: hsl(196, 100%, 75%);--Cyan-80: hsl(196, 100%, 80%);--Cyan-85: hsl(196, 100%, 85%);--Cyan-90: hsl(196, 100%, 90%);--Cyan-95: hsl(196, 100%, 95%);--Cyan-Main-43: hsl(196, 100%, 43%);--Black: hsl(40 3% 10%);--White: hsl(40 3% 100%);--Light: hsl(40, 3%, 90%);--Default: hsl(40, 3%, 79%);--Medium: hsl(40, 3%, 75%);--Strong: hsl(218, 100%, 28%);--Emphasis: hsl(223, 67%, 18%);--vui-animation-duration-0: 0ms;--vui-animation-duration-100: .13s;--vui-animation-duration-200: .16s;--vui-animation-duration-300: .19s;--vui-animation-duration-400: .22s;--vui-animation-duration-500: .25s;--vui-animation-duration-600: .3s;--vui-animation-duration-700: .35s;--vui-animation-duration-800: .4s;--vui-animation-duration-900: .45s;--vui-animation-duration-1000: .5s;--vui-animation-duration-2000: 1s;--vui-animation-duration-4000: 2s;--vui-animation-ease-in-out: cubic-bezier(.45, 0, .4, 1);--vui-animation-ease-in: cubic-bezier(.5, 0, 1, 1);--vui-animation-ease-out: cubic-bezier(0, 0, .4, 1);--vui-animation-linear: cubic-bezier(0, 0, 1, 1);--vui-elevation-1: 0 6px 23px -10px hsla(223, 67%, 18%, .2);--vui-elevation-2: 0 9px 20px -6px hsla(223, 67%, 18%, .2);--vui-elevation-3: 0 12px 23px -4px hsla(223, 67%, 18%, .2);--vui-elevation-4: 0 15px 23px 0 hsla(223, 67%, 18%, .2)}h1,.h1{font-family:Avenir Next;font-size:3.125rem;font-style:normal;font-weight:400;line-height:1.24}@media only screen and (max-width: 992px){h1,.h1{font-size:1.9375rem;line-height:1.5483870967741935}}h1,.h1{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h2,.h2{font-family:Avenir Next;font-size:2rem;font-style:normal;font-weight:400;line-height:1.3125}@media only screen and (max-width: 992px){h2,.h2{font-size:1.75rem;line-height:1.3571428571428572}}h2,.h2{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h3,.h3{font-family:Avenir Next;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.3333333333333333}@media only screen and (max-width: 992px){h3,.h3{font-size:1.375rem;line-height:1.4545454545454546}}h3,.h3{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h4,.h4{font-family:Avenir Next;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.2}@media only screen and (max-width: 992px){h4,.h4{font-size:1.125rem;line-height:1.3333333333333333}}h4,.h4{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h5,.h5{font-family:Avenir Next;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.4444444444444444}@media only screen and (max-width: 992px){h5,.h5{font-size:1rem;line-height:1.375}}h5,.h5{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}h6,.h6{font-family:Avenir Next;font-size:1rem;font-style:normal;font-weight:600;line-height:1.375;color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sideMenuItem>.icon{width:24px;height:24px}.avatar{font-family:Avenir Next;font-weight:500;font-style:normal;align-items:center;background:#e6e6e5;border-radius:9999px;color:#353431;display:inline-flex;justify-content:center;overflow:hidden;text-transform:uppercase}.avatar.avatar-xl{font-size:1.125rem;line-height:1.5555555555555556;height:3rem;width:3rem}.avatar.avatar-lg{font-size:1rem;line-height:1.5;height:2.5rem;width:2.5rem}.avatar.avatar-md{font-size:.875rem;line-height:1.4285714285714286;height:2rem;width:2rem}.avatar.avatar-sm{font-size:.75rem;line-height:1.3333333333333333;height:1.5rem;width:1.5rem}.avatar.avatar-xxl{font-size:1.125rem;line-height:1.5555555555555556;height:3.5rem;width:3.5rem}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding:.1428571em .3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>*:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-left:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body: #404040;--tw-prose-headings: #171717;--tw-prose-lead: #525252;--tw-prose-links: #171717;--tw-prose-bold: #171717;--tw-prose-counters: #737373;--tw-prose-bullets: #d4d4d4;--tw-prose-hr: #e5e5e5;--tw-prose-quotes: #171717;--tw-prose-quote-borders: #e5e5e5;--tw-prose-captions: #737373;--tw-prose-kbd: #171717;--tw-prose-kbd-shadows: 23 23 23;--tw-prose-code: #171717;--tw-prose-pre-code: #e5e5e5;--tw-prose-pre-bg: #262626;--tw-prose-th-borders: #d4d4d4;--tw-prose-td-borders: #e5e5e5;--tw-prose-invert-body: #d4d4d4;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a3a3a3;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a3a3a3;--tw-prose-invert-bullets: #525252;--tw-prose-invert-hr: #404040;--tw-prose-invert-quotes: #f5f5f5;--tw-prose-invert-quote-borders: #404040;--tw-prose-invert-captions: #a3a3a3;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d4d4d4;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #525252;--tw-prose-invert-td-borders: #404040}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-\\[-3\\.25rem\\]{left:-3.25rem}.top-0{top:0}.top-\\[3\\%\\]{top:3%}.inline{display:inline}.flex{display:flex}.table{display:table}.h-6{height:1.5rem}.h-\\[1\\.421875rem\\]{height:1.421875rem}.w-6{width:1.5rem}.max-w-none{max-width:none}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-Light>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:hsl(40 3% 90% / var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-Light{--tw-border-opacity: 1;border-color:hsl(40 3% 90% / var(--tw-border-opacity))}.bg-Dark-Blue-Main-18{--tw-bg-opacity: 1;background-color:hsl(223 67% 18% / var(--tw-bg-opacity))}.bg-Energy-Red-95{--tw-bg-opacity: 1;background-color:hsl(357 83% 95% / var(--tw-bg-opacity))}.bg-Eucalyptus-85{--tw-bg-opacity: 1;background-color:hsl(178 80% 85% / var(--tw-bg-opacity))}.bg-Land-Green-95{--tw-bg-opacity: 1;background-color:hsl(114 49% 95% / var(--tw-bg-opacity))}.bg-Lavender-90{--tw-bg-opacity: 1;background-color:hsl(232 58% 90% / var(--tw-bg-opacity))}.bg-Sea-Blue-Main-28{--tw-bg-opacity: 1;background-color:hsl(218 100% 28% / var(--tw-bg-opacity))}.bg-Sunflower-85{--tw-bg-opacity: 1;background-color:hsl(55 100% 85% / var(--tw-bg-opacity))}.bg-Terracotta-85{--tw-bg-opacity: 1;background-color:hsl(34 100% 85% / var(--tw-bg-opacity))}.bg-White{--tw-bg-opacity: 1;background-color:hsl(40 3% 100% / var(--tw-bg-opacity))}.p-5{padding:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.text-\\[0\\.875rem\\]{font-size:.875rem}.text-Energy-Red-45{--tw-text-opacity: 1;color:hsl(357 83% 45% / var(--tw-text-opacity))}.text-Energy-Red-Main-54{--tw-text-opacity: 1;color:hsl(357 83% 54% / var(--tw-text-opacity))}.text-Eucalyptus-20{--tw-text-opacity: 1;color:hsl(178 80% 20% / var(--tw-text-opacity))}.text-Land-Green-30{--tw-text-opacity: 1;color:hsl(114 49% 30% / var(--tw-text-opacity))}.text-Land-Green-Main-41{--tw-text-opacity: 1;color:hsl(114 49% 41% / var(--tw-text-opacity))}.text-Lavender-50{--tw-text-opacity: 1;color:hsl(232 58% 50% / var(--tw-text-opacity))}.text-Sandstone-Main-79{--tw-text-opacity: 1;color:hsl(40 3% 79% / var(--tw-text-opacity))}.text-Sea-Blue-Main-28{--tw-text-opacity: 1;color:hsl(218 100% 28% / var(--tw-text-opacity))}.text-Sky-Blue-95{--tw-text-opacity: 1;color:hsl(196 74% 95% / var(--tw-text-opacity))}.text-Sunflower-20{--tw-text-opacity: 1;color:hsl(55 100% 20% / var(--tw-text-opacity))}.text-Terracotta-20{--tw-text-opacity: 1;color:hsl(34 100% 20% / var(--tw-text-opacity))}.text-Terracotta-Main-35{--tw-text-opacity: 1;color:hsl(34 100% 35% / var(--tw-text-opacity))}.text-White{--tw-text-opacity: 1;color:hsl(40 3% 100% / var(--tw-text-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.title{font-family:DNV Display;font-size:4rem;font-style:normal;font-weight:400;line-height:1.15625}@media only screen and (max-width: 992px){.title{font-size:2.625rem;line-height:1.2380952380952381}}.title{color:var(--Dark-Blue-Main-18, hsl(223, 67%, 18%))}:is(.dark .title){color:var(--White, hsl(40 3% 100%))}.first\\:pt-0:first-child{padding-top:0}.last\\:pb-0:last-child{padding-bottom:0}.prose-code\\:text-\\[1em\\] :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1em}', Pi = "pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:#fff}.hljs-string,.hljs-title,.hljs-name,.hljs-type,.hljs-attribute,.hljs-symbol,.hljs-bullet,.hljs-built_in,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#d88}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#979797}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-title,.hljs-section,.hljs-doctag,.hljs-type,.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}";
|
|
4046
|
+
class qi {
|
|
4045
4047
|
constructor(n) {
|
|
4046
4048
|
I(this, "node");
|
|
4047
4049
|
I(this, "userId");
|
|
@@ -4056,7 +4058,7 @@ class ji {
|
|
|
4056
4058
|
I(this, "_groupByFunctionId", {});
|
|
4057
4059
|
this.userId = n.userId, this.avatarLetters = n.avatarLetters, this.url = n.url, this.node = /* @__PURE__ */ R("div", null);
|
|
4058
4060
|
const t = document.createElement("style");
|
|
4059
|
-
t.textContent =
|
|
4061
|
+
t.textContent = Oi + `
|
|
4060
4062
|
` + Pi;
|
|
4061
4063
|
const r = this.node.attachShadow({ mode: "closed" });
|
|
4062
4064
|
r.appendChild(t), r.appendChild(
|
|
@@ -4085,7 +4087,7 @@ class ji {
|
|
|
4085
4087
|
this.setGeneratingStatus();
|
|
4086
4088
|
const t = new zi(this, n, this.userId, this.avatarLetters);
|
|
4087
4089
|
this.messages.push(t), this.messagesNode.appendChild(t.node), this.setGeneratingStatus();
|
|
4088
|
-
const r = new
|
|
4090
|
+
const r = new Ni();
|
|
4089
4091
|
await r.initializeConnectionAsync(
|
|
4090
4092
|
this.url,
|
|
4091
4093
|
this.messages.map((s) => s.toDto())
|
|
@@ -4093,10 +4095,10 @@ class ji {
|
|
|
4093
4095
|
let i;
|
|
4094
4096
|
for await (const s of r.readMessagesAsync())
|
|
4095
4097
|
switch (s.type) {
|
|
4096
|
-
case
|
|
4098
|
+
case q.Init:
|
|
4097
4099
|
i = null;
|
|
4098
4100
|
break;
|
|
4099
|
-
case
|
|
4101
|
+
case q.AppendMessage:
|
|
4100
4102
|
i instanceof bt || (i = new bt(
|
|
4101
4103
|
this,
|
|
4102
4104
|
void 0,
|
|
@@ -4107,7 +4109,7 @@ class ji {
|
|
|
4107
4109
|
o ? o + s.appendMessageMarkdown : s.appendMessageMarkdown
|
|
4108
4110
|
);
|
|
4109
4111
|
break;
|
|
4110
|
-
case
|
|
4112
|
+
case q.ToolCallUpdate: {
|
|
4111
4113
|
s.toolCallFunctionId && (this._functionIdToParentFunctionId[s.toolCallFunctionId] = s.parentFunctionId), i instanceof Re || (i = new Re(), this.messagesNode.appendChild(i.node)), s.toolCallFunctionId && (this._groupByFunctionId[s.toolCallFunctionId] = i), i.aggregate(
|
|
4112
4114
|
//msg.parentFunctionId,
|
|
4113
4115
|
s.toolCallFunctionId,
|
|
@@ -4117,7 +4119,7 @@ class ji {
|
|
|
4117
4119
|
);
|
|
4118
4120
|
break;
|
|
4119
4121
|
}
|
|
4120
|
-
case
|
|
4122
|
+
case q.ToolCallStatus: {
|
|
4121
4123
|
const a = this._groupByFunctionId[s.toolCallFunctionId];
|
|
4122
4124
|
if (a)
|
|
4123
4125
|
a.status(
|
|
@@ -4131,7 +4133,7 @@ class ji {
|
|
|
4131
4133
|
debugger;
|
|
4132
4134
|
break;
|
|
4133
4135
|
}
|
|
4134
|
-
case
|
|
4136
|
+
case q.ToolCallLog: {
|
|
4135
4137
|
const a = this._groupByFunctionId[s.toolCallFunctionId];
|
|
4136
4138
|
if (a)
|
|
4137
4139
|
a.log(s.toolCallFunctionId, s.toolCallLogLevel, s.toolCallTime, s.toolCallMarkdown);
|
|
@@ -4139,10 +4141,10 @@ class ji {
|
|
|
4139
4141
|
debugger;
|
|
4140
4142
|
break;
|
|
4141
4143
|
}
|
|
4142
|
-
case
|
|
4144
|
+
case q.Loop:
|
|
4143
4145
|
i instanceof Re && i.completeAggregation(), i = null;
|
|
4144
4146
|
break;
|
|
4145
|
-
case
|
|
4147
|
+
case q.ToolCallDone: {
|
|
4146
4148
|
const a = this._groupByFunctionId[s.toolCallFunctionId];
|
|
4147
4149
|
if (a)
|
|
4148
4150
|
a.done(s.toolCallFunctionId);
|
|
@@ -4150,7 +4152,7 @@ class ji {
|
|
|
4150
4152
|
debugger;
|
|
4151
4153
|
break;
|
|
4152
4154
|
}
|
|
4153
|
-
case
|
|
4155
|
+
case q.ToolCallError: {
|
|
4154
4156
|
const a = this._groupByFunctionId[s.toolCallFunctionId];
|
|
4155
4157
|
if (a)
|
|
4156
4158
|
a.error(s.toolCallFunctionId);
|
|
@@ -4168,5 +4170,5 @@ class ji {
|
|
|
4168
4170
|
}
|
|
4169
4171
|
}
|
|
4170
4172
|
export {
|
|
4171
|
-
|
|
4173
|
+
qi as AIChat
|
|
4172
4174
|
};
|