@box/box-ai-content-answers 0.107.1 → 0.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/lib/components/answer/answer.js +316 -320
- package/dist/esm/lib/components/answer/inline-error.js +21 -21
- package/dist/esm/lib/components/answer/loading-indicator.js +27 -0
- package/dist/esm/lib/components/common/media-container.js +13 -13
- package/dist/styles/answer.css +1 -1
- package/dist/styles/inline-error.css +1 -1
- package/dist/styles/loading-indicator.css +1 -0
- package/dist/styles/media-container.css +1 -1
- package/dist/types/lib/components/answer/loading-indicator.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import {
|
|
3
|
-
import { AlertTriangle as
|
|
4
|
-
import { Gray65 as
|
|
1
|
+
import { c as k } from "../../../../chunks/markdown.js";
|
|
2
|
+
import { Text as ct } from "@box/blueprint-web";
|
|
3
|
+
import { AlertTriangle as ut } from "@box/blueprint-web-assets/icons/Line";
|
|
4
|
+
import { Gray65 as lt, Size4 as Lr } from "@box/blueprint-web-assets/tokens/tokens";
|
|
5
5
|
import xr from "clsx";
|
|
6
|
-
import * as
|
|
7
|
-
import { useIntl as
|
|
8
|
-
import { A as
|
|
6
|
+
import * as Q from "react";
|
|
7
|
+
import { useIntl as ft } from "react-intl";
|
|
8
|
+
import { A as y } from "../../../../chunks/types.js";
|
|
9
9
|
import { MediaContainer as kr } from "../common/media-container.js";
|
|
10
10
|
import { AnswerContent as yt } from "./answer-content.js";
|
|
11
|
-
import { CopyButton as
|
|
12
|
-
import { InlineError as
|
|
13
|
-
import { ThumbButtons as
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
11
|
+
import { CopyButton as dt } from "./copy-button.js";
|
|
12
|
+
import { InlineError as $t } from "./inline-error.js";
|
|
13
|
+
import { ThumbButtons as pt } from "./thumb-buttons.js";
|
|
14
|
+
import { LoadingIndicator as ht } from "./loading-indicator.js";
|
|
15
|
+
import rr from "./messages.js";
|
|
16
|
+
import { References as St } from "./references.js";
|
|
17
|
+
import { jsxs as D, jsx as u } from "react/jsx-runtime";
|
|
17
18
|
import '../../../../styles/answer.css';var C = function(r) {
|
|
18
19
|
return r && r.Math === Math && r;
|
|
19
|
-
},
|
|
20
|
+
}, d = (
|
|
20
21
|
// eslint-disable-next-line es/no-global-this -- safe
|
|
21
22
|
C(typeof globalThis == "object" && globalThis) || C(typeof window == "object" && window) || // eslint-disable-next-line no-restricted-globals -- safe
|
|
22
|
-
C(typeof self == "object" && self) || C(typeof
|
|
23
|
+
C(typeof self == "object" && self) || C(typeof k == "object" && k) || C(typeof k == "object" && k) || // eslint-disable-next-line no-new-func -- fallback
|
|
23
24
|
/* @__PURE__ */ function() {
|
|
24
25
|
return this;
|
|
25
26
|
}() || Function("return this")()
|
|
26
|
-
),
|
|
27
|
+
), wr = {}, S = function(r) {
|
|
27
28
|
try {
|
|
28
29
|
return !!r();
|
|
29
30
|
} catch {
|
|
30
31
|
return !0;
|
|
31
32
|
}
|
|
32
|
-
},
|
|
33
|
+
}, gt = S, m = !gt(function() {
|
|
33
34
|
return Object.defineProperty({}, 1, { get: function() {
|
|
34
35
|
return 7;
|
|
35
36
|
} })[1] !== 7;
|
|
36
|
-
}),
|
|
37
|
+
}), mt = S, pe = !mt(function() {
|
|
37
38
|
var r = (function() {
|
|
38
39
|
}).bind();
|
|
39
40
|
return typeof r != "function" || r.hasOwnProperty("prototype");
|
|
40
|
-
}),
|
|
41
|
-
return
|
|
42
|
-
}, he = {}, Se = {}.propertyIsEnumerable, ge = Object.getOwnPropertyDescriptor,
|
|
43
|
-
he.f =
|
|
41
|
+
}), bt = pe, z = Function.prototype.call, R = bt ? z.bind(z) : function() {
|
|
42
|
+
return z.apply(z, arguments);
|
|
43
|
+
}, he = {}, Se = {}.propertyIsEnumerable, ge = Object.getOwnPropertyDescriptor, Ot = ge && !Se.call({ 1: 2 }, 1);
|
|
44
|
+
he.f = Ot ? function(e) {
|
|
44
45
|
var t = ge(this, e);
|
|
45
46
|
return !!t && t.enumerable;
|
|
46
47
|
} : Se;
|
|
@@ -51,69 +52,69 @@ var me = function(r, e) {
|
|
|
51
52
|
writable: !(r & 4),
|
|
52
53
|
value: e
|
|
53
54
|
};
|
|
54
|
-
}, be =
|
|
55
|
+
}, be = pe, Oe = Function.prototype, hr = Oe.call, wt = be && Oe.bind.bind(hr, hr), s = be ? wt : function(r) {
|
|
55
56
|
return function() {
|
|
56
57
|
return hr.apply(r, arguments);
|
|
57
58
|
};
|
|
58
|
-
},
|
|
59
|
-
return
|
|
60
|
-
},
|
|
59
|
+
}, we = s, It = we({}.toString), Et = we("".slice), Pt = function(r) {
|
|
60
|
+
return Et(It(r), 8, -1);
|
|
61
|
+
}, Tt = s, _t = S, Rt = Pt, er = Object, jt = Tt("".split), Nt = _t(function() {
|
|
61
62
|
return !er("z").propertyIsEnumerable(0);
|
|
62
63
|
}) ? function(r) {
|
|
63
|
-
return
|
|
64
|
-
} : er,
|
|
64
|
+
return Rt(r) === "String" ? jt(r, "") : er(r);
|
|
65
|
+
} : er, Ie = function(r) {
|
|
65
66
|
return r == null;
|
|
66
|
-
},
|
|
67
|
-
if (
|
|
67
|
+
}, Dt = Ie, Ct = TypeError, Ee = function(r) {
|
|
68
|
+
if (Dt(r)) throw new Ct("Can't call method on " + r);
|
|
68
69
|
return r;
|
|
69
|
-
},
|
|
70
|
-
return Ft(
|
|
70
|
+
}, Mt = Nt, Ft = Ee, Ir = function(r) {
|
|
71
|
+
return Mt(Ft(r));
|
|
71
72
|
}, tr = typeof document == "object" && document.all, $ = typeof tr > "u" && tr !== void 0 ? function(r) {
|
|
72
73
|
return typeof r == "function" || r === tr;
|
|
73
74
|
} : function(r) {
|
|
74
75
|
return typeof r == "function";
|
|
75
|
-
},
|
|
76
|
-
return typeof r == "object" ? r !== null :
|
|
77
|
-
}, ar =
|
|
78
|
-
return
|
|
79
|
-
},
|
|
80
|
-
return arguments.length < 2 ?
|
|
81
|
-
},
|
|
82
|
-
Kr && (
|
|
83
|
-
!
|
|
84
|
-
var
|
|
76
|
+
}, At = $, F = function(r) {
|
|
77
|
+
return typeof r == "object" ? r !== null : At(r);
|
|
78
|
+
}, ar = d, Bt = $, Lt = function(r) {
|
|
79
|
+
return Bt(r) ? r : void 0;
|
|
80
|
+
}, Er = function(r, e) {
|
|
81
|
+
return arguments.length < 2 ? Lt(ar[r]) : ar[r] && ar[r][e];
|
|
82
|
+
}, xt = s, kt = xt({}.isPrototypeOf), zt = typeof navigator < "u" && String(navigator.userAgent) || "", Pe = d, nr = zt, zr = Pe.process, Ur = Pe.Deno, Gr = zr && zr.versions || Ur && Ur.version, Kr = Gr && Gr.v8, c, W;
|
|
83
|
+
Kr && (c = Kr.split("."), W = c[0] > 0 && c[0] < 4 ? 1 : +(c[0] + c[1]));
|
|
84
|
+
!W && nr && (c = nr.match(/Edge\/(\d+)/), (!c || c[1] >= 74) && (c = nr.match(/Chrome\/(\d+)/), c && (W = +c[1])));
|
|
85
|
+
var Ut = W, Hr = Ut, Gt = S, Kt = d, Ht = Kt.String, Te = !!Object.getOwnPropertySymbols && !Gt(function() {
|
|
85
86
|
var r = Symbol("symbol detection");
|
|
86
|
-
return !
|
|
87
|
+
return !Ht(r) || !(Object(r) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
87
88
|
!Symbol.sham && Hr && Hr < 41;
|
|
88
|
-
}),
|
|
89
|
+
}), Vt = Te, _e = Vt && !Symbol.sham && typeof Symbol.iterator == "symbol", Wt = Er, Yt = $, qt = kt, Xt = _e, Zt = Object, Re = Xt ? function(r) {
|
|
89
90
|
return typeof r == "symbol";
|
|
90
91
|
} : function(r) {
|
|
91
|
-
var e =
|
|
92
|
-
return
|
|
93
|
-
},
|
|
92
|
+
var e = Wt("Symbol");
|
|
93
|
+
return Yt(e) && qt(e.prototype, Zt(r));
|
|
94
|
+
}, Jt = String, Qt = function(r) {
|
|
94
95
|
try {
|
|
95
|
-
return
|
|
96
|
+
return Jt(r);
|
|
96
97
|
} catch {
|
|
97
98
|
return "Object";
|
|
98
99
|
}
|
|
99
|
-
},
|
|
100
|
-
if (
|
|
101
|
-
throw new
|
|
102
|
-
},
|
|
100
|
+
}, ra = $, ea = Qt, ta = TypeError, Pr = function(r) {
|
|
101
|
+
if (ra(r)) return r;
|
|
102
|
+
throw new ta(ea(r) + " is not a function");
|
|
103
|
+
}, aa = Pr, na = Ie, je = function(r, e) {
|
|
103
104
|
var t = r[e];
|
|
104
|
-
return
|
|
105
|
-
}, or = R, ir = $,
|
|
105
|
+
return na(t) ? void 0 : aa(t);
|
|
106
|
+
}, or = R, ir = $, vr = F, oa = TypeError, ia = function(r, e) {
|
|
106
107
|
var t, a;
|
|
107
|
-
if (e === "string" && ir(t = r.toString) && !
|
|
108
|
-
throw new
|
|
109
|
-
}, Ne = { exports: {} }, Vr =
|
|
108
|
+
if (e === "string" && ir(t = r.toString) && !vr(a = or(t, r)) || ir(t = r.valueOf) && !vr(a = or(t, r)) || e !== "string" && ir(t = r.toString) && !vr(a = or(t, r))) return a;
|
|
109
|
+
throw new oa("Can't convert object to primitive value");
|
|
110
|
+
}, Ne = { exports: {} }, Vr = d, va = Object.defineProperty, Tr = function(r, e) {
|
|
110
111
|
try {
|
|
111
112
|
va(Vr, r, { value: e, configurable: !0, writable: !0 });
|
|
112
113
|
} catch {
|
|
113
114
|
Vr[r] = e;
|
|
114
115
|
}
|
|
115
116
|
return e;
|
|
116
|
-
},
|
|
117
|
+
}, sa = d, ca = Tr, Wr = "__core-js_shared__", Yr = Ne.exports = sa[Wr] || ca(Wr, {});
|
|
117
118
|
(Yr.versions || (Yr.versions = [])).push({
|
|
118
119
|
version: "3.36.1",
|
|
119
120
|
mode: "global",
|
|
@@ -123,53 +124,53 @@ var Kt = q, Hr = Kt, Ht = S, Vt = p, Wt = Vt.String, Te = !!Object.getOwnPropert
|
|
|
123
124
|
});
|
|
124
125
|
var _r = Ne.exports, qr = _r, De = function(r, e) {
|
|
125
126
|
return qr[r] || (qr[r] = e || {});
|
|
126
|
-
},
|
|
127
|
-
return
|
|
128
|
-
},
|
|
129
|
-
return
|
|
130
|
-
},
|
|
131
|
-
return "Symbol(" + (r === void 0 ? "" : r) + ")_" +
|
|
132
|
-
},
|
|
133
|
-
return Xr(sr, r) || (sr[r] = wa && Xr(_, r) ? _[r] :
|
|
134
|
-
},
|
|
127
|
+
}, ua = Ee, la = Object, fa = function(r) {
|
|
128
|
+
return la(ua(r));
|
|
129
|
+
}, ya = s, da = fa, $a = ya({}.hasOwnProperty), b = Object.hasOwn || function(e, t) {
|
|
130
|
+
return $a(da(e), t);
|
|
131
|
+
}, pa = s, ha = 0, Sa = Math.random(), ga = pa(1 .toString), Ce = function(r) {
|
|
132
|
+
return "Symbol(" + (r === void 0 ? "" : r) + ")_" + ga(++ha + Sa, 36);
|
|
133
|
+
}, ma = d, ba = De, Xr = b, Oa = Ce, wa = Te, Ia = _e, _ = ma.Symbol, sr = ba("wks"), Ea = Ia ? _.for || _ : _ && _.withoutSetter || Oa, Pa = function(r) {
|
|
134
|
+
return Xr(sr, r) || (sr[r] = wa && Xr(_, r) ? _[r] : Ea("Symbol." + r)), sr[r];
|
|
135
|
+
}, Ta = R, Zr = F, Jr = Re, _a = je, Ra = ia, ja = Pa, Na = TypeError, Da = ja("toPrimitive"), Ca = function(r, e) {
|
|
135
136
|
if (!Zr(r) || Jr(r)) return r;
|
|
136
|
-
var t =
|
|
137
|
+
var t = _a(r, Da), a;
|
|
137
138
|
if (t) {
|
|
138
|
-
if (e === void 0 && (e = "default"), a =
|
|
139
|
-
throw new
|
|
139
|
+
if (e === void 0 && (e = "default"), a = Ta(t, r, e), !Zr(a) || Jr(a)) return a;
|
|
140
|
+
throw new Na("Can't convert object to primitive value");
|
|
140
141
|
}
|
|
141
|
-
return e === void 0 && (e = "number"),
|
|
142
|
-
},
|
|
143
|
-
var e =
|
|
144
|
-
return
|
|
145
|
-
},
|
|
146
|
-
return
|
|
147
|
-
},
|
|
148
|
-
return Object.defineProperty(
|
|
142
|
+
return e === void 0 && (e = "number"), Ra(r, e);
|
|
143
|
+
}, Ma = Ca, Fa = Re, Me = function(r) {
|
|
144
|
+
var e = Ma(r, "string");
|
|
145
|
+
return Fa(e) ? e : e + "";
|
|
146
|
+
}, Aa = d, Qr = F, Sr = Aa.document, Ba = Qr(Sr) && Qr(Sr.createElement), La = function(r) {
|
|
147
|
+
return Ba ? Sr.createElement(r) : {};
|
|
148
|
+
}, xa = m, ka = S, za = La, Fe = !xa && !ka(function() {
|
|
149
|
+
return Object.defineProperty(za("div"), "a", {
|
|
149
150
|
get: function() {
|
|
150
151
|
return 7;
|
|
151
152
|
}
|
|
152
153
|
}).a !== 7;
|
|
153
|
-
}),
|
|
154
|
-
|
|
155
|
-
if (e =
|
|
154
|
+
}), Ua = m, Ga = R, Ka = he, Ha = me, Va = Ir, Wa = Me, Ya = b, qa = Fe, re = Object.getOwnPropertyDescriptor;
|
|
155
|
+
wr.f = Ua ? re : function(e, t) {
|
|
156
|
+
if (e = Va(e), t = Wa(t), qa) try {
|
|
156
157
|
return re(e, t);
|
|
157
158
|
} catch {
|
|
158
159
|
}
|
|
159
|
-
if (
|
|
160
|
+
if (Ya(e, t)) return Ha(!Ga(Ka.f, e, t), e[t]);
|
|
160
161
|
};
|
|
161
|
-
var
|
|
162
|
+
var X = {}, Xa = m, Za = S, Ja = Xa && Za(function() {
|
|
162
163
|
return Object.defineProperty(function() {
|
|
163
164
|
}, "prototype", {
|
|
164
165
|
value: 42,
|
|
165
166
|
writable: !1
|
|
166
167
|
}).prototype !== 42;
|
|
167
|
-
}),
|
|
168
|
-
if (
|
|
169
|
-
throw new
|
|
170
|
-
},
|
|
171
|
-
|
|
172
|
-
if (
|
|
168
|
+
}), Qa = F, rn = String, en = TypeError, Z = function(r) {
|
|
169
|
+
if (Qa(r)) return r;
|
|
170
|
+
throw new en(rn(r) + " is not an object");
|
|
171
|
+
}, tn = m, an = Fe, nn = Ja, U = Z, ee = Me, on = TypeError, cr = Object.defineProperty, vn = Object.getOwnPropertyDescriptor, ur = "enumerable", lr = "configurable", fr = "writable";
|
|
172
|
+
X.f = tn ? nn ? function(e, t, a) {
|
|
173
|
+
if (U(e), t = ee(t), U(a), typeof e == "function" && t === "prototype" && "value" in a && fr in a && !a[fr]) {
|
|
173
174
|
var n = vn(e, t);
|
|
174
175
|
n && n[fr] && (e[t] = a.value, a = {
|
|
175
176
|
configurable: lr in a ? a[lr] : n[lr],
|
|
@@ -177,93 +178,93 @@ J.f = nn ? cn ? function(e, t, a) {
|
|
|
177
178
|
writable: !1
|
|
178
179
|
});
|
|
179
180
|
}
|
|
180
|
-
return
|
|
181
|
-
} :
|
|
182
|
-
if (
|
|
183
|
-
return
|
|
181
|
+
return cr(e, t, a);
|
|
182
|
+
} : cr : function(e, t, a) {
|
|
183
|
+
if (U(e), t = ee(t), U(a), an) try {
|
|
184
|
+
return cr(e, t, a);
|
|
184
185
|
} catch {
|
|
185
186
|
}
|
|
186
|
-
if ("get" in a || "set" in a) throw new
|
|
187
|
+
if ("get" in a || "set" in a) throw new on("Accessors not supported");
|
|
187
188
|
return "value" in a && (e[t] = a.value), e;
|
|
188
189
|
};
|
|
189
|
-
var
|
|
190
|
-
return
|
|
190
|
+
var sn = m, cn = X, un = me, Ae = sn ? function(r, e, t) {
|
|
191
|
+
return cn.f(r, e, un(1, t));
|
|
191
192
|
} : function(r, e, t) {
|
|
192
193
|
return r[e] = t, r;
|
|
193
|
-
}, Be = { exports: {} }, gr = m,
|
|
194
|
-
}).name === "something",
|
|
194
|
+
}, Be = { exports: {} }, gr = m, ln = b, Le = Function.prototype, fn = gr && Object.getOwnPropertyDescriptor, Rr = ln(Le, "name"), yn = Rr && (function() {
|
|
195
|
+
}).name === "something", dn = Rr && (!gr || gr && fn(Le, "name").configurable), $n = {
|
|
195
196
|
EXISTS: Rr,
|
|
196
|
-
PROPER:
|
|
197
|
-
CONFIGURABLE:
|
|
198
|
-
},
|
|
199
|
-
|
|
200
|
-
return
|
|
197
|
+
PROPER: yn,
|
|
198
|
+
CONFIGURABLE: dn
|
|
199
|
+
}, pn = s, hn = $, mr = _r, Sn = pn(Function.toString);
|
|
200
|
+
hn(mr.inspectSource) || (mr.inspectSource = function(r) {
|
|
201
|
+
return Sn(r);
|
|
201
202
|
});
|
|
202
|
-
var
|
|
203
|
-
return ae[r] || (ae[r] =
|
|
204
|
-
}, xe = {},
|
|
205
|
-
return
|
|
206
|
-
},
|
|
203
|
+
var gn = mr.inspectSource, mn = d, bn = $, te = mn.WeakMap, On = bn(te) && /native code/.test(String(te)), wn = De, In = Ce, ae = wn("keys"), En = function(r) {
|
|
204
|
+
return ae[r] || (ae[r] = In(r));
|
|
205
|
+
}, xe = {}, Pn = On, ke = d, Tn = F, _n = Ae, yr = b, dr = _r, Rn = En, jn = xe, ne = "Object already initialized", br = ke.TypeError, Nn = ke.WeakMap, Y, M, q, Dn = function(r) {
|
|
206
|
+
return q(r) ? M(r) : Y(r, {});
|
|
207
|
+
}, Cn = function(r) {
|
|
207
208
|
return function(e) {
|
|
208
209
|
var t;
|
|
209
|
-
if (!
|
|
210
|
+
if (!Tn(e) || (t = M(e)).type !== r)
|
|
210
211
|
throw new br("Incompatible receiver, " + r + " required");
|
|
211
212
|
return t;
|
|
212
213
|
};
|
|
213
214
|
};
|
|
214
|
-
if (
|
|
215
|
-
var
|
|
216
|
-
|
|
217
|
-
if (
|
|
218
|
-
return e.facade = r,
|
|
215
|
+
if (Pn || dr.state) {
|
|
216
|
+
var l = dr.state || (dr.state = new Nn());
|
|
217
|
+
l.get = l.get, l.has = l.has, l.set = l.set, Y = function(r, e) {
|
|
218
|
+
if (l.has(r)) throw new br(ne);
|
|
219
|
+
return e.facade = r, l.set(r, e), e;
|
|
219
220
|
}, M = function(r) {
|
|
220
|
-
return
|
|
221
|
-
},
|
|
222
|
-
return
|
|
221
|
+
return l.get(r) || {};
|
|
222
|
+
}, q = function(r) {
|
|
223
|
+
return l.has(r);
|
|
223
224
|
};
|
|
224
225
|
} else {
|
|
225
|
-
var T =
|
|
226
|
-
|
|
227
|
-
if (
|
|
228
|
-
return e.facade = r,
|
|
226
|
+
var T = Rn("state");
|
|
227
|
+
jn[T] = !0, Y = function(r, e) {
|
|
228
|
+
if (yr(r, T)) throw new br(ne);
|
|
229
|
+
return e.facade = r, _n(r, T, e), e;
|
|
229
230
|
}, M = function(r) {
|
|
230
|
-
return
|
|
231
|
-
},
|
|
232
|
-
return
|
|
231
|
+
return yr(r, T) ? r[T] : {};
|
|
232
|
+
}, q = function(r) {
|
|
233
|
+
return yr(r, T);
|
|
233
234
|
};
|
|
234
235
|
}
|
|
235
|
-
var
|
|
236
|
-
set:
|
|
236
|
+
var Mn = {
|
|
237
|
+
set: Y,
|
|
237
238
|
get: M,
|
|
238
|
-
has:
|
|
239
|
-
enforce:
|
|
240
|
-
getterFor:
|
|
241
|
-
}, jr = s,
|
|
242
|
-
return
|
|
239
|
+
has: q,
|
|
240
|
+
enforce: Dn,
|
|
241
|
+
getterFor: Cn
|
|
242
|
+
}, jr = s, Fn = S, An = $, G = b, Or = m, Bn = $n.CONFIGURABLE, Ln = gn, ze = Mn, xn = ze.enforce, kn = ze.get, oe = String, V = Object.defineProperty, zn = jr("".slice), Un = jr("".replace), Gn = jr([].join), Kn = Or && !Fn(function() {
|
|
243
|
+
return V(function() {
|
|
243
244
|
}, "length", { value: 8 }).length !== 8;
|
|
244
|
-
}),
|
|
245
|
-
|
|
245
|
+
}), Hn = String(String).split("String"), Vn = Be.exports = function(r, e, t) {
|
|
246
|
+
zn(oe(e), 0, 7) === "Symbol(" && (e = "[" + Un(oe(e), /^Symbol\(([^)]*)\).*$/, "$1") + "]"), t && t.getter && (e = "get " + e), t && t.setter && (e = "set " + e), (!G(r, "name") || Bn && r.name !== e) && (Or ? V(r, "name", { value: e, configurable: !0 }) : r.name = e), Kn && t && G(t, "arity") && r.length !== t.arity && V(r, "length", { value: t.arity });
|
|
246
247
|
try {
|
|
247
|
-
t &&
|
|
248
|
+
t && G(t, "constructor") && t.constructor ? Or && V(r, "prototype", { writable: !1 }) : r.prototype && (r.prototype = void 0);
|
|
248
249
|
} catch {
|
|
249
250
|
}
|
|
250
|
-
var a =
|
|
251
|
-
return
|
|
251
|
+
var a = xn(r);
|
|
252
|
+
return G(a, "source") || (a.source = Gn(Hn, typeof e == "string" ? e : "")), r;
|
|
252
253
|
};
|
|
253
|
-
Function.prototype.toString =
|
|
254
|
-
return
|
|
254
|
+
Function.prototype.toString = Vn(function() {
|
|
255
|
+
return An(this) && kn(this).source || Ln(this);
|
|
255
256
|
}, "toString");
|
|
256
|
-
var
|
|
257
|
+
var Wn = Be.exports, Yn = $, qn = X, Xn = Wn, Zn = Tr, Jn = function(r, e, t, a) {
|
|
257
258
|
a || (a = {});
|
|
258
259
|
var n = a.enumerable, o = a.name !== void 0 ? a.name : e;
|
|
259
|
-
if (
|
|
260
|
-
n ? r[e] = t :
|
|
260
|
+
if (Yn(t) && Xn(t, o, a), a.global)
|
|
261
|
+
n ? r[e] = t : Zn(e, t);
|
|
261
262
|
else {
|
|
262
263
|
try {
|
|
263
264
|
a.unsafe ? r[e] && (n = !0) : delete r[e];
|
|
264
265
|
} catch {
|
|
265
266
|
}
|
|
266
|
-
n ? r[e] = t :
|
|
267
|
+
n ? r[e] = t : qn.f(r, e, {
|
|
267
268
|
value: t,
|
|
268
269
|
enumerable: !1,
|
|
269
270
|
configurable: !a.nonConfigurable,
|
|
@@ -271,45 +272,45 @@ var qn = Be.exports, Xn = $, Zn = J, Jn = qn, Qn = Tr, ro = function(r, e, t, a)
|
|
|
271
272
|
});
|
|
272
273
|
}
|
|
273
274
|
return r;
|
|
274
|
-
}, Ue = {},
|
|
275
|
+
}, Ue = {}, Qn = Math.ceil, ro = Math.floor, eo = Math.trunc || function(e) {
|
|
275
276
|
var t = +e;
|
|
276
|
-
return (t > 0 ?
|
|
277
|
-
},
|
|
277
|
+
return (t > 0 ? ro : Qn)(t);
|
|
278
|
+
}, to = eo, Nr = function(r) {
|
|
278
279
|
var e = +r;
|
|
279
|
-
return e !== e || e === 0 ? 0 :
|
|
280
|
-
},
|
|
281
|
-
var t =
|
|
282
|
-
return t < 0 ?
|
|
283
|
-
}, vo = Nr,
|
|
280
|
+
return e !== e || e === 0 ? 0 : to(e);
|
|
281
|
+
}, ao = Nr, no = Math.max, oo = Math.min, io = function(r, e) {
|
|
282
|
+
var t = ao(r);
|
|
283
|
+
return t < 0 ? no(t + e, 0) : oo(t, e);
|
|
284
|
+
}, vo = Nr, so = Math.min, co = function(r) {
|
|
284
285
|
var e = vo(r);
|
|
285
|
-
return e > 0 ?
|
|
286
|
-
},
|
|
287
|
-
return
|
|
288
|
-
},
|
|
286
|
+
return e > 0 ? so(e, 9007199254740991) : 0;
|
|
287
|
+
}, uo = co, lo = function(r) {
|
|
288
|
+
return uo(r.length);
|
|
289
|
+
}, fo = Ir, yo = io, $o = lo, ie = function(r) {
|
|
289
290
|
return function(e, t, a) {
|
|
290
|
-
var n =
|
|
291
|
+
var n = fo(e), o = $o(n);
|
|
291
292
|
if (o === 0) return !r && -1;
|
|
292
|
-
var i = yo(a, o),
|
|
293
|
+
var i = yo(a, o), v;
|
|
293
294
|
if (r && t !== t) {
|
|
294
295
|
for (; o > i; )
|
|
295
|
-
if (
|
|
296
|
+
if (v = n[i++], v !== v) return !0;
|
|
296
297
|
} else for (; o > i; i++)
|
|
297
298
|
if ((r || i in n) && n[i] === t) return r || i || 0;
|
|
298
299
|
return !r && -1;
|
|
299
300
|
};
|
|
300
|
-
},
|
|
301
|
+
}, po = {
|
|
301
302
|
// `Array.prototype.includes` method
|
|
302
303
|
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
303
304
|
includes: ie(!0),
|
|
304
305
|
// `Array.prototype.indexOf` method
|
|
305
306
|
// https://tc39.es/ecma262/#sec-array.prototype.indexof
|
|
306
307
|
indexOf: ie(!1)
|
|
307
|
-
},
|
|
308
|
-
var t =
|
|
309
|
-
for (o in t) !$r(
|
|
310
|
-
for (; e.length > a; ) $r(t, o = e[a++]) && (~
|
|
308
|
+
}, ho = s, $r = b, So = Ir, go = po.indexOf, mo = xe, ve = ho([].push), bo = function(r, e) {
|
|
309
|
+
var t = So(r), a = 0, n = [], o;
|
|
310
|
+
for (o in t) !$r(mo, o) && $r(t, o) && ve(n, o);
|
|
311
|
+
for (; e.length > a; ) $r(t, o = e[a++]) && (~go(n, o) || ve(n, o));
|
|
311
312
|
return n;
|
|
312
|
-
},
|
|
313
|
+
}, Oo = [
|
|
313
314
|
"constructor",
|
|
314
315
|
"hasOwnProperty",
|
|
315
316
|
"isPrototypeOf",
|
|
@@ -317,92 +318,92 @@ var qn = Be.exports, Xn = $, Zn = J, Jn = qn, Qn = Tr, ro = function(r, e, t, a)
|
|
|
317
318
|
"toLocaleString",
|
|
318
319
|
"toString",
|
|
319
320
|
"valueOf"
|
|
320
|
-
], wo =
|
|
321
|
+
], wo = bo, Io = Oo, Eo = Io.concat("length", "prototype");
|
|
321
322
|
Ue.f = Object.getOwnPropertyNames || function(e) {
|
|
322
|
-
return wo(e,
|
|
323
|
+
return wo(e, Eo);
|
|
323
324
|
};
|
|
324
325
|
var Ge = {};
|
|
325
326
|
Ge.f = Object.getOwnPropertySymbols;
|
|
326
|
-
var
|
|
327
|
-
var t =
|
|
328
|
-
return a ?
|
|
329
|
-
}, se = b,
|
|
330
|
-
for (var a =
|
|
331
|
-
var
|
|
332
|
-
!se(r,
|
|
327
|
+
var Po = Er, To = s, _o = Ue, Ro = Ge, jo = Z, No = To([].concat), Do = Po("Reflect", "ownKeys") || function(e) {
|
|
328
|
+
var t = _o.f(jo(e)), a = Ro.f;
|
|
329
|
+
return a ? No(t, a(e)) : t;
|
|
330
|
+
}, se = b, Co = Do, Mo = wr, Fo = X, Ao = function(r, e, t) {
|
|
331
|
+
for (var a = Co(e), n = Fo.f, o = Mo.f, i = 0; i < a.length; i++) {
|
|
332
|
+
var v = a[i];
|
|
333
|
+
!se(r, v) && !(t && se(t, v)) && n(r, v, o(e, v));
|
|
333
334
|
}
|
|
334
|
-
},
|
|
335
|
-
var t =
|
|
336
|
-
return t ===
|
|
337
|
-
},
|
|
338
|
-
return String(r).replace(
|
|
339
|
-
},
|
|
340
|
-
var t = r.target, a = r.global, n = r.stat, o, i,
|
|
341
|
-
if (a ? i =
|
|
342
|
-
if (g = e[
|
|
335
|
+
}, Bo = S, Lo = $, xo = /#|\.prototype\./, A = function(r, e) {
|
|
336
|
+
var t = zo[ko(r)];
|
|
337
|
+
return t === Go ? !0 : t === Uo ? !1 : Lo(e) ? Bo(e) : !!e;
|
|
338
|
+
}, ko = A.normalize = function(r) {
|
|
339
|
+
return String(r).replace(xo, ".").toLowerCase();
|
|
340
|
+
}, zo = A.data = {}, Uo = A.NATIVE = "N", Go = A.POLYFILL = "P", Ko = A, K = d, Ho = wr.f, Vo = Ae, Wo = Jn, Yo = Tr, qo = Ao, Xo = Ko, O = function(r, e) {
|
|
341
|
+
var t = r.target, a = r.global, n = r.stat, o, i, v, h, g, j;
|
|
342
|
+
if (a ? i = K : n ? i = K[t] || Yo(t, {}) : i = K[t] && K[t].prototype, i) for (v in e) {
|
|
343
|
+
if (g = e[v], r.dontCallGetSet ? (j = Ho(i, v), h = j && j.value) : h = i[v], o = Xo(a ? v : t + (n ? "." : "#") + v, r.forced), !o && h !== void 0) {
|
|
343
344
|
if (typeof g == typeof h) continue;
|
|
344
|
-
|
|
345
|
+
qo(g, h);
|
|
345
346
|
}
|
|
346
|
-
(r.sham || h && h.sham) &&
|
|
347
|
+
(r.sham || h && h.sham) && Vo(g, "sham", !0), Wo(i, v, g, r);
|
|
347
348
|
}
|
|
348
|
-
},
|
|
349
|
+
}, pr = s, H = Set.prototype, p = {
|
|
349
350
|
// eslint-disable-next-line es/no-set -- safe
|
|
350
351
|
Set,
|
|
351
|
-
add:
|
|
352
|
-
has:
|
|
353
|
-
remove:
|
|
354
|
-
proto:
|
|
355
|
-
},
|
|
356
|
-
return
|
|
357
|
-
},
|
|
358
|
-
for (var a = t ? r : r.iterator, n = r.next, o, i; !(o =
|
|
352
|
+
add: pr(H.add),
|
|
353
|
+
has: pr(H.has),
|
|
354
|
+
remove: pr(H.delete),
|
|
355
|
+
proto: H
|
|
356
|
+
}, Zo = p.has, w = function(r) {
|
|
357
|
+
return Zo(r), r;
|
|
358
|
+
}, Jo = R, I = function(r, e, t) {
|
|
359
|
+
for (var a = t ? r : r.iterator, n = r.next, o, i; !(o = Jo(n, a)).done; )
|
|
359
360
|
if (i = e(o.value), i !== void 0) return i;
|
|
360
|
-
}, Ke = s,
|
|
361
|
-
return t ?
|
|
362
|
-
}, Ye =
|
|
363
|
-
var e = new
|
|
364
|
-
return
|
|
365
|
-
|
|
361
|
+
}, Ke = s, Qo = I, He = p, ri = He.Set, Ve = He.proto, ei = Ke(Ve.forEach), We = Ke(Ve.keys), ti = We(new ri()).next, B = function(r, e, t) {
|
|
362
|
+
return t ? Qo({ iterator: We(r), next: ti }, e) : ei(r, e);
|
|
363
|
+
}, Ye = p, ai = B, ni = Ye.Set, oi = Ye.add, Dr = function(r) {
|
|
364
|
+
var e = new ni();
|
|
365
|
+
return ai(r, function(t) {
|
|
366
|
+
oi(e, t);
|
|
366
367
|
}), e;
|
|
367
|
-
},
|
|
368
|
+
}, ii = s, vi = Pr, si = function(r, e, t) {
|
|
368
369
|
try {
|
|
369
|
-
return
|
|
370
|
+
return ii(vi(Object.getOwnPropertyDescriptor(r, e)[t]));
|
|
370
371
|
} catch {
|
|
371
372
|
}
|
|
372
|
-
},
|
|
373
|
+
}, ci = si, ui = p, L = ci(ui.proto, "size", "get") || function(r) {
|
|
373
374
|
return r.size;
|
|
374
|
-
},
|
|
375
|
+
}, li = function(r) {
|
|
375
376
|
return {
|
|
376
377
|
iterator: r,
|
|
377
378
|
next: r.next,
|
|
378
379
|
done: !1
|
|
379
380
|
};
|
|
380
|
-
},
|
|
381
|
-
this.set = r, this.size =
|
|
381
|
+
}, ce = Pr, qe = Z, ue = R, fi = Nr, yi = li, le = "Invalid size", di = RangeError, $i = TypeError, pi = Math.max, Xe = function(r, e) {
|
|
382
|
+
this.set = r, this.size = pi(e, 0), this.has = ce(r.has), this.keys = ce(r.keys);
|
|
382
383
|
};
|
|
383
384
|
Xe.prototype = {
|
|
384
385
|
getIterator: function() {
|
|
385
|
-
return
|
|
386
|
+
return yi(qe(ue(this.keys, this.set)));
|
|
386
387
|
},
|
|
387
388
|
includes: function(r) {
|
|
388
389
|
return ue(this.has, this.set, r);
|
|
389
390
|
}
|
|
390
391
|
};
|
|
391
|
-
var
|
|
392
|
+
var E = function(r) {
|
|
392
393
|
qe(r);
|
|
393
394
|
var e = +r.size;
|
|
394
|
-
if (e !== e) throw new
|
|
395
|
-
var t =
|
|
396
|
-
if (t < 0) throw new
|
|
395
|
+
if (e !== e) throw new $i(le);
|
|
396
|
+
var t = fi(e);
|
|
397
|
+
if (t < 0) throw new di(le);
|
|
397
398
|
return new Xe(r, t);
|
|
398
|
-
},
|
|
399
|
-
var t =
|
|
400
|
-
return
|
|
399
|
+
}, hi = w, Ze = p, Si = Dr, gi = L, mi = E, bi = B, Oi = I, wi = Ze.has, fe = Ze.remove, Ii = function(e) {
|
|
400
|
+
var t = hi(this), a = mi(e), n = Si(t);
|
|
401
|
+
return gi(t) <= a.size ? bi(t, function(o) {
|
|
401
402
|
a.includes(o) && fe(n, o);
|
|
402
|
-
}) :
|
|
403
|
+
}) : Oi(a.getIterator(), function(o) {
|
|
403
404
|
wi(t, o) && fe(n, o);
|
|
404
405
|
}), n;
|
|
405
|
-
},
|
|
406
|
+
}, Ei = Er, ye = function(r) {
|
|
406
407
|
return {
|
|
407
408
|
size: r,
|
|
408
409
|
has: function() {
|
|
@@ -417,114 +418,113 @@ var w = function(r) {
|
|
|
417
418
|
}
|
|
418
419
|
};
|
|
419
420
|
}, P = function(r) {
|
|
420
|
-
var e =
|
|
421
|
+
var e = Ei("Set");
|
|
421
422
|
try {
|
|
422
|
-
new e()[r](
|
|
423
|
+
new e()[r](ye(0));
|
|
423
424
|
try {
|
|
424
|
-
return new e()[r](
|
|
425
|
+
return new e()[r](ye(-1)), !1;
|
|
425
426
|
} catch {
|
|
426
427
|
return !0;
|
|
427
428
|
}
|
|
428
429
|
} catch {
|
|
429
430
|
return !1;
|
|
430
431
|
}
|
|
431
|
-
},
|
|
432
|
-
|
|
433
|
-
difference:
|
|
432
|
+
}, Pi = O, Ti = Ii, _i = P;
|
|
433
|
+
Pi({ target: "Set", proto: !0, real: !0, forced: !_i("difference") }, {
|
|
434
|
+
difference: Ti
|
|
434
435
|
});
|
|
435
|
-
var
|
|
436
|
-
var t =
|
|
437
|
-
return
|
|
438
|
-
|
|
439
|
-
}) :
|
|
440
|
-
a.includes(o) &&
|
|
436
|
+
var Ri = w, Cr = p, ji = L, Ni = E, Di = B, Ci = I, Mi = Cr.Set, de = Cr.add, Fi = Cr.has, Ai = function(e) {
|
|
437
|
+
var t = Ri(this), a = Ni(e), n = new Mi();
|
|
438
|
+
return ji(t) > a.size ? Ci(a.getIterator(), function(o) {
|
|
439
|
+
Fi(t, o) && de(n, o);
|
|
440
|
+
}) : Di(t, function(o) {
|
|
441
|
+
a.includes(o) && de(n, o);
|
|
441
442
|
}), n;
|
|
442
|
-
},
|
|
443
|
+
}, Bi = O, Li = S, xi = Ai, ki = P, zi = !ki("intersection") || Li(function() {
|
|
443
444
|
return String(Array.from((/* @__PURE__ */ new Set([1, 2, 3])).intersection(/* @__PURE__ */ new Set([3, 2])))) !== "3,2";
|
|
444
445
|
});
|
|
445
|
-
|
|
446
|
-
intersection:
|
|
446
|
+
Bi({ target: "Set", proto: !0, real: !0, forced: zi }, {
|
|
447
|
+
intersection: xi
|
|
447
448
|
});
|
|
448
|
-
var
|
|
449
|
+
var Ui = R, $e = Z, Gi = je, Je = function(r, e, t) {
|
|
449
450
|
var a, n;
|
|
450
451
|
$e(r);
|
|
451
452
|
try {
|
|
452
|
-
if (a =
|
|
453
|
+
if (a = Gi(r, "return"), !a) {
|
|
453
454
|
if (e === "throw") throw t;
|
|
454
455
|
return t;
|
|
455
456
|
}
|
|
456
|
-
a =
|
|
457
|
+
a = Ui(a, r);
|
|
457
458
|
} catch (o) {
|
|
458
459
|
n = !0, a = o;
|
|
459
460
|
}
|
|
460
461
|
if (e === "throw") throw t;
|
|
461
462
|
if (n) throw a;
|
|
462
463
|
return $e(a), t;
|
|
463
|
-
},
|
|
464
|
-
var t =
|
|
465
|
-
if (
|
|
464
|
+
}, Ki = w, Hi = p.has, Vi = L, Wi = E, Yi = B, qi = I, Xi = Je, Zi = function(e) {
|
|
465
|
+
var t = Ki(this), a = Wi(e);
|
|
466
|
+
if (Vi(t) <= a.size) return Yi(t, function(o) {
|
|
466
467
|
if (a.includes(o)) return !1;
|
|
467
468
|
}, !0) !== !1;
|
|
468
469
|
var n = a.getIterator();
|
|
469
|
-
return
|
|
470
|
-
if (
|
|
470
|
+
return qi(n, function(o) {
|
|
471
|
+
if (Hi(t, o)) return Xi(n, "normal", !1);
|
|
471
472
|
}) !== !1;
|
|
472
|
-
},
|
|
473
|
-
|
|
474
|
-
isDisjointFrom:
|
|
473
|
+
}, Ji = O, Qi = Zi, rv = P;
|
|
474
|
+
Ji({ target: "Set", proto: !0, real: !0, forced: !rv("isDisjointFrom") }, {
|
|
475
|
+
isDisjointFrom: Qi
|
|
475
476
|
});
|
|
476
|
-
var
|
|
477
|
-
var t =
|
|
478
|
-
return
|
|
477
|
+
var ev = w, tv = L, av = B, nv = E, ov = function(e) {
|
|
478
|
+
var t = ev(this), a = nv(e);
|
|
479
|
+
return tv(t) > a.size ? !1 : av(t, function(n) {
|
|
479
480
|
if (!a.includes(n)) return !1;
|
|
480
481
|
}, !0) !== !1;
|
|
481
|
-
},
|
|
482
|
-
|
|
483
|
-
isSubsetOf:
|
|
482
|
+
}, iv = O, vv = ov, sv = P;
|
|
483
|
+
iv({ target: "Set", proto: !0, real: !0, forced: !sv("isSubsetOf") }, {
|
|
484
|
+
isSubsetOf: vv
|
|
484
485
|
});
|
|
485
|
-
var
|
|
486
|
-
var t =
|
|
487
|
-
if (
|
|
486
|
+
var cv = w, uv = p.has, lv = L, fv = E, yv = I, dv = Je, $v = function(e) {
|
|
487
|
+
var t = cv(this), a = fv(e);
|
|
488
|
+
if (lv(t) < a.size) return !1;
|
|
488
489
|
var n = a.getIterator();
|
|
489
|
-
return
|
|
490
|
-
if (!
|
|
490
|
+
return yv(n, function(o) {
|
|
491
|
+
if (!uv(t, o)) return dv(n, "normal", !1);
|
|
491
492
|
}) !== !1;
|
|
492
|
-
},
|
|
493
|
-
|
|
494
|
-
isSupersetOf:
|
|
493
|
+
}, pv = O, hv = $v, Sv = P;
|
|
494
|
+
pv({ target: "Set", proto: !0, real: !0, forced: !Sv("isSupersetOf") }, {
|
|
495
|
+
isSupersetOf: hv
|
|
495
496
|
});
|
|
496
|
-
var
|
|
497
|
-
var t =
|
|
498
|
-
return
|
|
499
|
-
|
|
497
|
+
var gv = w, Mr = p, mv = Dr, bv = E, Ov = I, wv = Mr.add, Iv = Mr.has, Ev = Mr.remove, Pv = function(e) {
|
|
498
|
+
var t = gv(this), a = bv(e).getIterator(), n = mv(t);
|
|
499
|
+
return Ov(a, function(o) {
|
|
500
|
+
Iv(t, o) ? Ev(n, o) : wv(n, o);
|
|
500
501
|
}), n;
|
|
501
|
-
},
|
|
502
|
-
|
|
503
|
-
symmetricDifference:
|
|
502
|
+
}, Tv = O, _v = Pv, Rv = P;
|
|
503
|
+
Tv({ target: "Set", proto: !0, real: !0, forced: !Rv("symmetricDifference") }, {
|
|
504
|
+
symmetricDifference: _v
|
|
504
505
|
});
|
|
505
|
-
var
|
|
506
|
-
var t =
|
|
507
|
-
return
|
|
508
|
-
|
|
506
|
+
var jv = w, Nv = p.add, Dv = Dr, Cv = E, Mv = I, Fv = function(e) {
|
|
507
|
+
var t = jv(this), a = Cv(e).getIterator(), n = Dv(t);
|
|
508
|
+
return Mv(a, function(o) {
|
|
509
|
+
Nv(n, o);
|
|
509
510
|
}), n;
|
|
510
|
-
},
|
|
511
|
-
|
|
512
|
-
union:
|
|
511
|
+
}, Av = O, Bv = Fv, Lv = P;
|
|
512
|
+
Av({ target: "Set", proto: !0, real: !0, forced: !Lv("union") }, {
|
|
513
|
+
union: Bv
|
|
513
514
|
});
|
|
514
|
-
const
|
|
515
|
-
answer:
|
|
516
|
-
alertIcon:
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
}, Qc = /* @__PURE__ */ new Set([d.RATE_LIMITING, d.NO_CONTENT, d.PRECONDITION_FAILED, d.GENERAL, d.AGENT_NOT_FOUND]), $s = /* @__PURE__ */ rr.memo(({
|
|
515
|
+
const xv = "_answer_ohwyy_1", kv = "_alertIcon_ohwyy_5", zv = "_error_ohwyy_8", Uv = "_footer_ohwyy_12", Gv = "_copyButtonContainer_ohwyy_18", Kv = "_feedbackButtonsContainer_ohwyy_19", Hv = "_shouldHaveMarginTop_ohwyy_23", Vv = "_shouldUseAnimation_ohwyy_26", Wv = "_shouldAnimateHeight_ohwyy_30", Yv = "_footerButtons_ohwyy_34", qv = "_iconAvatar_ohwyy_40", f = {
|
|
516
|
+
answer: xv,
|
|
517
|
+
alertIcon: kv,
|
|
518
|
+
error: zv,
|
|
519
|
+
footer: Uv,
|
|
520
|
+
copyButtonContainer: Gv,
|
|
521
|
+
feedbackButtonsContainer: Kv,
|
|
522
|
+
shouldHaveMarginTop: Hv,
|
|
523
|
+
shouldUseAnimation: Vv,
|
|
524
|
+
shouldAnimateHeight: Wv,
|
|
525
|
+
footerButtons: Yv,
|
|
526
|
+
iconAvatar: qv
|
|
527
|
+
}, Xv = /* @__PURE__ */ new Set([y.RATE_LIMITING, y.NO_CONTENT, y.PRECONDITION_FAILED, y.GENERAL, y.AGENT_NOT_FOUND]), ys = /* @__PURE__ */ Q.memo(({
|
|
528
528
|
answer: r,
|
|
529
529
|
citations: e,
|
|
530
530
|
error: t,
|
|
@@ -532,7 +532,7 @@ const zc = "_answer_128c0_1", Uc = "_alertIcon_128c0_5", Gc = "_loadingIndicator
|
|
|
532
532
|
hostAppName: n,
|
|
533
533
|
feedbackValue: o,
|
|
534
534
|
isCitationsEnabled: i = !1,
|
|
535
|
-
isCompleted:
|
|
535
|
+
isCompleted: v = !1,
|
|
536
536
|
isFeedbackEnabled: h = !1,
|
|
537
537
|
isLoading: g = !1,
|
|
538
538
|
isMarkdownEnabled: j = !1,
|
|
@@ -545,31 +545,31 @@ const zc = "_answer_128c0_1", Uc = "_alertIcon_128c0_5", Gc = "_loadingIndicator
|
|
|
545
545
|
setAnswerFeedback: at,
|
|
546
546
|
questionId: nt
|
|
547
547
|
}) => {
|
|
548
|
-
const
|
|
549
|
-
formatMessage:
|
|
550
|
-
} =
|
|
551
|
-
|
|
552
|
-
setTimeout(() => it(
|
|
553
|
-
}, [
|
|
554
|
-
const Br = () => /* @__PURE__ */
|
|
555
|
-
className:
|
|
556
|
-
color:
|
|
548
|
+
const Fr = Xv.has(t), Ar = g && !r && !t, [ot, it] = Q.useState(v), {
|
|
549
|
+
formatMessage: J
|
|
550
|
+
} = ft();
|
|
551
|
+
Q.useEffect(() => {
|
|
552
|
+
setTimeout(() => it(v), 0);
|
|
553
|
+
}, [v]);
|
|
554
|
+
const Br = () => /* @__PURE__ */ u(ut, {
|
|
555
|
+
className: f.alertIcon,
|
|
556
|
+
color: lt,
|
|
557
557
|
"data-testid": "content-answers-error-alert-icon",
|
|
558
558
|
height: Lr,
|
|
559
559
|
role: "presentation",
|
|
560
560
|
width: Lr
|
|
561
|
-
}),
|
|
561
|
+
}), vt = () => /* @__PURE__ */ D(ct, {
|
|
562
562
|
as: "p",
|
|
563
|
-
className:
|
|
563
|
+
className: f.error,
|
|
564
564
|
color: "textOnLightSecondary",
|
|
565
565
|
"data-testid": "content-answers-error",
|
|
566
566
|
variant: "caption",
|
|
567
|
-
children: [t ===
|
|
568
|
-
}),
|
|
569
|
-
className: xr(
|
|
570
|
-
children: [h ? /* @__PURE__ */
|
|
571
|
-
className:
|
|
572
|
-
children: /* @__PURE__ */
|
|
567
|
+
children: [t === y.RESPONSE_INTERRUPTED && J(rr.responseInterruptedError), t === y.RESPONSE_FAILED && J(rr.responseFailedError), t === y.RESPONSE_STOPPED && J(rr.responseStoppedError), t !== y.RESPONSE_STOPPED && Br()]
|
|
568
|
+
}), st = () => t !== y.RESPONSE_STOPPED ? /* @__PURE__ */ D("div", {
|
|
569
|
+
className: xr(f.footerButtons, "footer-buttons-container"),
|
|
570
|
+
children: [h ? /* @__PURE__ */ u("div", {
|
|
571
|
+
className: f.feedbackButtonsContainer,
|
|
572
|
+
children: /* @__PURE__ */ u(pt, {
|
|
573
573
|
feedbackValue: o,
|
|
574
574
|
hostAppName: n,
|
|
575
575
|
items: Qe,
|
|
@@ -578,9 +578,9 @@ const zc = "_answer_128c0_1", Uc = "_alertIcon_128c0_5", Gc = "_loadingIndicator
|
|
|
578
578
|
setAnswerFeedback: at,
|
|
579
579
|
variant: N
|
|
580
580
|
})
|
|
581
|
-
}) : null, /* @__PURE__ */
|
|
582
|
-
className:
|
|
583
|
-
children: /* @__PURE__ */
|
|
581
|
+
}) : null, /* @__PURE__ */ u("div", {
|
|
582
|
+
className: f.copyButtonContainer,
|
|
583
|
+
children: /* @__PURE__ */ u(dt, {
|
|
584
584
|
answer: r,
|
|
585
585
|
onAnswerCopy: et,
|
|
586
586
|
recordAction: x
|
|
@@ -589,37 +589,33 @@ const zc = "_answer_128c0_1", Uc = "_alertIcon_128c0_5", Gc = "_loadingIndicator
|
|
|
589
589
|
}) : r ? null : Br();
|
|
590
590
|
return /* @__PURE__ */ D("div", {
|
|
591
591
|
"aria-live": "polite",
|
|
592
|
-
className:
|
|
592
|
+
className: f.answer,
|
|
593
593
|
"data-testid": "content-answers-answer",
|
|
594
|
-
children: [Fr && /* @__PURE__ */
|
|
595
|
-
alt: k(U.loadingAnswer),
|
|
596
|
-
className: v.loadingIndicator,
|
|
597
|
-
src: "https://cdn01.boxcdn.net/app-assets/product-adoption/preview-box-ai/loading-indicator.gif"
|
|
598
|
-
}), !Ar && !Fr && /* @__PURE__ */ l(kr, {
|
|
594
|
+
children: [Ar && /* @__PURE__ */ u(ht, {}), !Fr && !Ar && /* @__PURE__ */ u(kr, {
|
|
599
595
|
className: "answer",
|
|
600
596
|
variant: N,
|
|
601
597
|
children: /* @__PURE__ */ D(kr.Content, {
|
|
602
598
|
isUsedInsideSidebar: N === "sidebar",
|
|
603
599
|
variant: "answer",
|
|
604
|
-
children: [/* @__PURE__ */
|
|
600
|
+
children: [/* @__PURE__ */ u(yt, {
|
|
605
601
|
answer: r,
|
|
606
602
|
isMarkdownEnabled: j,
|
|
607
603
|
variant: N
|
|
608
|
-
}),
|
|
609
|
-
className: xr(
|
|
610
|
-
[
|
|
611
|
-
[
|
|
612
|
-
[
|
|
604
|
+
}), v && /* @__PURE__ */ D("div", {
|
|
605
|
+
className: xr(f.footer, {
|
|
606
|
+
[f.shouldHaveMarginTop]: r,
|
|
607
|
+
[f.shouldAnimateHeight]: ot,
|
|
608
|
+
[f.shouldUseAnimation]: tt
|
|
613
609
|
}),
|
|
614
610
|
"data-testid": "content-answers-answer-footer",
|
|
615
|
-
children: [t &&
|
|
611
|
+
children: [t && vt(), i && !t && /* @__PURE__ */ u(St, {
|
|
616
612
|
citations: e,
|
|
617
613
|
onCitationClick: rt,
|
|
618
614
|
recordAction: x
|
|
619
|
-
}),
|
|
615
|
+
}), st()]
|
|
620
616
|
})]
|
|
621
617
|
})
|
|
622
|
-
}),
|
|
618
|
+
}), Fr && /* @__PURE__ */ u($t, {
|
|
623
619
|
contentType: a,
|
|
624
620
|
error: t,
|
|
625
621
|
recordAction: x,
|
|
@@ -628,6 +624,6 @@ const zc = "_answer_128c0_1", Uc = "_alertIcon_128c0_5", Gc = "_loadingIndicator
|
|
|
628
624
|
});
|
|
629
625
|
});
|
|
630
626
|
export {
|
|
631
|
-
|
|
632
|
-
|
|
627
|
+
ys as Answer,
|
|
628
|
+
ys as default
|
|
633
629
|
};
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { Text as
|
|
2
|
-
import { AlertTriangle as
|
|
3
|
-
import {
|
|
1
|
+
import { Text as f } from "@box/blueprint-web";
|
|
2
|
+
import { AlertTriangle as _ } from "@box/blueprint-web-assets/icons/Line";
|
|
3
|
+
import { TextTextDestructiveOnLight as N, Size4 as c } from "@box/blueprint-web-assets/tokens/tokens";
|
|
4
4
|
import * as m from "react";
|
|
5
|
-
import { useIntl as
|
|
5
|
+
import { useIntl as x } from "react-intl";
|
|
6
6
|
import { A as i } from "../../../../chunks/types.js";
|
|
7
|
-
import { LOGGER_BASE_CONFIG as
|
|
7
|
+
import { LOGGER_BASE_CONFIG as T } from "../common/constants.js";
|
|
8
8
|
import { MediaContainer as d } from "../common/media-container.js";
|
|
9
9
|
import e from "./messages.js";
|
|
10
|
-
import { jsx as t, jsxs as
|
|
11
|
-
import '../../../../styles/inline-error.css';const
|
|
12
|
-
inlineError:
|
|
13
|
-
text:
|
|
14
|
-
icon:
|
|
15
|
-
|
|
16
|
-
}, L = ({
|
|
10
|
+
import { jsx as t, jsxs as p } from "react/jsx-runtime";
|
|
11
|
+
import '../../../../styles/inline-error.css';const h = "_inlineError_iulzu_1", g = "_text_iulzu_4", I = "_icon_iulzu_10", s = {
|
|
12
|
+
inlineError: h,
|
|
13
|
+
text: g,
|
|
14
|
+
icon: I
|
|
15
|
+
}, z = ({
|
|
17
16
|
error: n,
|
|
18
17
|
contentType: a,
|
|
19
18
|
variant: l = "modal",
|
|
@@ -21,14 +20,14 @@ import '../../../../styles/inline-error.css';const T = "_inlineError_ft07o_1", h
|
|
|
21
20
|
}) => {
|
|
22
21
|
const E = l === "sidebar", {
|
|
23
22
|
formatMessage: r
|
|
24
|
-
} =
|
|
23
|
+
} = x();
|
|
25
24
|
m.useEffect(() => {
|
|
26
25
|
o && o({
|
|
27
|
-
...
|
|
26
|
+
...T,
|
|
28
27
|
target: "inlineError"
|
|
29
28
|
});
|
|
30
29
|
}, [o]);
|
|
31
|
-
const
|
|
30
|
+
const u = m.useCallback(() => {
|
|
32
31
|
switch (n) {
|
|
33
32
|
case i.RATE_LIMITING:
|
|
34
33
|
return r(e.inlineRateLimitingErrorText);
|
|
@@ -49,27 +48,28 @@ import '../../../../styles/inline-error.css';const T = "_inlineError_ft07o_1", h
|
|
|
49
48
|
"data-testid": "content-answers-inline-error",
|
|
50
49
|
children: /* @__PURE__ */ t(d, {
|
|
51
50
|
variant: l,
|
|
52
|
-
children: /* @__PURE__ */
|
|
51
|
+
children: /* @__PURE__ */ p(d.Content, {
|
|
53
52
|
isUsedInsideSidebar: E,
|
|
54
53
|
shouldAddCard: !1,
|
|
55
54
|
variant: "error",
|
|
56
55
|
children: [/* @__PURE__ */ t("div", {
|
|
57
56
|
className: s.icon,
|
|
58
|
-
children: /* @__PURE__ */ t(
|
|
57
|
+
children: /* @__PURE__ */ t(_, {
|
|
58
|
+
color: N,
|
|
59
59
|
height: c,
|
|
60
60
|
role: "presentation",
|
|
61
61
|
width: c
|
|
62
62
|
})
|
|
63
|
-
}), /* @__PURE__ */ t(
|
|
63
|
+
}), /* @__PURE__ */ t(f, {
|
|
64
64
|
as: "p",
|
|
65
65
|
className: s.text,
|
|
66
|
-
children: n &&
|
|
66
|
+
children: n && u()
|
|
67
67
|
})]
|
|
68
68
|
})
|
|
69
69
|
})
|
|
70
70
|
});
|
|
71
71
|
};
|
|
72
72
|
export {
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
z as InlineError,
|
|
74
|
+
z as default
|
|
75
75
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import t from "clsx";
|
|
2
|
+
import { jsxs as s, jsx as n } from "react/jsx-runtime";
|
|
3
|
+
import '../../../../styles/loading-indicator.css';const d = "_loadingDots_ozros_1", i = "_dot_ozros_10", a = "_dot1_ozros_22", _ = "_dot1Animation_ozros_1", c = "_dot2_ozros_25", m = "_dot2Animation_ozros_1", r = "_dot3_ozros_28", l = "_dot3Animation_ozros_1", o = {
|
|
4
|
+
loadingDots: d,
|
|
5
|
+
dot: i,
|
|
6
|
+
dot1: a,
|
|
7
|
+
dot1Animation: _,
|
|
8
|
+
dot2: c,
|
|
9
|
+
dot2Animation: m,
|
|
10
|
+
dot3: r,
|
|
11
|
+
dot3Animation: l
|
|
12
|
+
};
|
|
13
|
+
function z() {
|
|
14
|
+
return /* @__PURE__ */ s("div", {
|
|
15
|
+
className: o.loadingDots,
|
|
16
|
+
children: [/* @__PURE__ */ n("span", {
|
|
17
|
+
className: t(o.dot, o.dot1)
|
|
18
|
+
}), /* @__PURE__ */ n("span", {
|
|
19
|
+
className: t(o.dot, o.dot2)
|
|
20
|
+
}), /* @__PURE__ */ n("span", {
|
|
21
|
+
className: t(o.dot, o.dot3)
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
z as LoadingIndicator
|
|
27
|
+
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Card as
|
|
1
|
+
import { Card as d } from "@box/blueprint-web";
|
|
2
2
|
import s from "clsx";
|
|
3
3
|
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import '../../../../styles/media-container.css';const _ = "
|
|
4
|
+
import '../../../../styles/media-container.css';const _ = "_mediaContainer_y13gb_1", c = "_figure_y13gb_7", g = "_sidebar_y13gb_14", b = "_welcomeMessage_y13gb_33", m = "_modal_y13gb_37", l = "_question_y13gb_40", y = "_contentCard_y13gb_56", u = "_answer_y13gb_62", C = "_body_y13gb_66", f = "_error_y13gb_101", e = {
|
|
5
5
|
mediaContainer: _,
|
|
6
6
|
figure: c,
|
|
7
|
-
sidebar:
|
|
8
|
-
"center-aligned": "_center-
|
|
9
|
-
"top-aligned": "_top-
|
|
10
|
-
welcomeMessage:
|
|
11
|
-
modal:
|
|
12
|
-
question:
|
|
13
|
-
contentCard:
|
|
14
|
-
answer:
|
|
7
|
+
sidebar: g,
|
|
8
|
+
"center-aligned": "_center-aligned_y13gb_17",
|
|
9
|
+
"top-aligned": "_top-aligned_y13gb_24",
|
|
10
|
+
welcomeMessage: b,
|
|
11
|
+
modal: m,
|
|
12
|
+
question: l,
|
|
13
|
+
contentCard: y,
|
|
14
|
+
answer: u,
|
|
15
15
|
body: C,
|
|
16
|
-
error:
|
|
16
|
+
error: f
|
|
17
17
|
}, w = ({
|
|
18
18
|
children: a,
|
|
19
19
|
className: r,
|
|
@@ -35,10 +35,10 @@ t.Content = ({
|
|
|
35
35
|
children: a,
|
|
36
36
|
isUsedInsideSidebar: r = !1,
|
|
37
37
|
variant: n,
|
|
38
|
-
shouldAddCard:
|
|
38
|
+
shouldAddCard: i = !0
|
|
39
39
|
}) => /* @__PURE__ */ o("div", {
|
|
40
40
|
className: s(e.body, e[n], r && e.sidebar),
|
|
41
|
-
children:
|
|
41
|
+
children: i ? /* @__PURE__ */ o(d, {
|
|
42
42
|
className: e.contentCard,
|
|
43
43
|
children: a
|
|
44
44
|
}) : a
|
package/dist/styles/answer.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._answer_ohwyy_1{white-space:pre-wrap;border:none}._answer_ohwyy_1 ._alertIcon_ohwyy_5{margin-left:.5rem}._answer_ohwyy_1 ._error_ohwyy_8{display:flex;align-items:center}._answer_ohwyy_1 ._footer_ohwyy_12{display:flex;align-items:center;justify-content:space-between;height:1.5rem}._answer_ohwyy_1 ._footer_ohwyy_12 ._copyButtonContainer_ohwyy_18,._answer_ohwyy_1 ._footer_ohwyy_12 ._feedbackButtonsContainer_ohwyy_19{opacity:0;transition:opacity .3s}._answer_ohwyy_1 ._footer_ohwyy_12._shouldHaveMarginTop_ohwyy_23{margin-top:.75rem}._answer_ohwyy_1 ._footer_ohwyy_12._shouldUseAnimation_ohwyy_26{max-height:0;overflow-y:hidden}._answer_ohwyy_1 ._footer_ohwyy_12._shouldUseAnimation_ohwyy_26._shouldAnimateHeight_ohwyy_30{max-height:200px;transition:max-height 1s ease-in}._answer_ohwyy_1 ._footer_ohwyy_12 ._footerButtons_ohwyy_34,._answer_ohwyy_1 ._footer_ohwyy_12 ._feedbackButtonsContainer_ohwyy_19{display:flex;gap:.25rem;margin-inline-start:auto}._answer_ohwyy_1 ._iconAvatar_ohwyy_40{display:flex;align-items:center;justify-content:center;width:var(--size-8);height:var(--size-8);border-radius:50%}@media (max-width: 374px){._answer_ohwyy_1 ._iconAvatar_ohwyy_40{width:var(--size-6);height:var(--size-6)}}._answer_ohwyy_1:hover ._copyButtonContainer_ohwyy_18,._answer_ohwyy_1:hover ._feedbackButtonsContainer_ohwyy_19,._answer_ohwyy_1 ._copyButtonContainer_ohwyy_18:focus-within,._answer_ohwyy_1 ._feedbackButtonsContainer_ohwyy_19:focus-within{opacity:1}._answer_ohwyy_1:hover ._copyButtonContainer_ohwyy_18>button,._answer_ohwyy_1:hover ._feedbackButtonsContainer_ohwyy_19>button,._answer_ohwyy_1 ._copyButtonContainer_ohwyy_18:focus-within>button,._answer_ohwyy_1 ._feedbackButtonsContainer_ohwyy_19:focus-within>button{outline-offset:-2px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._inlineError_iulzu_1{margin-top:1rem}._inlineError_iulzu_1 ._text_iulzu_4{flex:2;margin:0 .75rem;color:#d5324e;font-size:.875rem}._inlineError_iulzu_1 ._icon_iulzu_10{display:inline-flex}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._loadingDots_ozros_1{display:flex;gap:.25rem;align-items:center;justify-content:left;width:2rem;height:2rem;margin-left:1rem}._loadingDots_ozros_1 ._dot_ozros_10{width:.5rem;height:.5rem;background-color:#1f6ac8;border-radius:50%;transform:translateZ(0);backface-visibility:hidden;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;will-change:transform,background-color}._loadingDots_ozros_1 ._dot1_ozros_22{animation-name:_dot1Animation_ozros_1}._loadingDots_ozros_1 ._dot2_ozros_25{animation-name:_dot2Animation_ozros_1}._loadingDots_ozros_1 ._dot3_ozros_28{animation-name:_dot3Animation_ozros_1}@keyframes _dot1Animation_ozros_1{0%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}12.5%{background-color:#cb02b0;transform:scale(1.2) translateZ(0)}25%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}37.5%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}50%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}62.5%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}75%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}87.5%{background-color:#1f6ac8;transform:scale(1.2) translateZ(0)}to{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}}@keyframes _dot2Animation_ozros_1{0%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}12.5%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}25%{background-color:#cb02b0;transform:scale(1.2) translateZ(0)}37.5%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}50%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}62.5%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}75%{background-color:#1f6ac8;transform:scale(1.2) translateZ(0)}87.5%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}to{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}}@keyframes _dot3Animation_ozros_1{0%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}12.5%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}25%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}37.5%{background-color:#cb02b0;transform:scale(1.2) translateZ(0)}50%{background-color:#cb02b0;transform:scale(.9) translateZ(0)}62.5%{background-color:#1f6ac8;transform:scale(1.2) translateZ(0)}75%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}87.5%{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}to{background-color:#1f6ac8;transform:scale(.9) translateZ(0)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._mediaContainer_y13gb_1{display:flex;align-items:flex-start;margin-top:1rem;margin-bottom:1rem}._mediaContainer_y13gb_1 ._figure_y13gb_7{flex:0 0 auto;align-self:flex-start;justify-self:flex-start;margin:.75rem .75rem 0 0;padding:0}._mediaContainer_y13gb_1 ._figure_y13gb_7._sidebar_y13gb_14{margin:0}._mediaContainer_y13gb_1 ._figure_y13gb_7._center-aligned_y13gb_17{align-self:center;margin:0 .75rem 0 0}._mediaContainer_y13gb_1 ._figure_y13gb_7._center-aligned_y13gb_17._sidebar_y13gb_14{align-self:flex-start}._mediaContainer_y13gb_1 ._figure_y13gb_7._top-aligned_y13gb_24{align-self:top;margin:0 .75rem 0 0}._mediaContainer_y13gb_1._sidebar_y13gb_14{flex-direction:column;gap:.5rem;margin-bottom:1.25rem}._mediaContainer_y13gb_1._welcomeMessage_y13gb_33{margin-top:.25rem;margin-bottom:0}._mediaContainer_y13gb_1._welcomeMessage_y13gb_33._modal_y13gb_37{margin-top:0}._mediaContainer_y13gb_1._question_y13gb_40{align-items:center;justify-content:flex-end;border-radius:1.5rem}._mediaContainer_y13gb_1._question_y13gb_40 ._figure_y13gb_7{align-self:center;margin:0 0 0 .75rem}._mediaContainer_y13gb_1._question_y13gb_40._sidebar_y13gb_14{margin-top:.75rem;margin-bottom:.75rem}._mediaContainer_y13gb_1._question_y13gb_40._sidebar_y13gb_14 ._figure_y13gb_7{align-self:flex-end}._mediaContainer_y13gb_1._question_y13gb_40 ._contentCard_y13gb_56{background-color:#ece9f8;border-radius:1.5rem;line-height:1.5rem;padding:.75rem 1rem}._mediaContainer_y13gb_1._answer_y13gb_62._sidebar_y13gb_14{margin-top:.75rem;margin-bottom:.75rem}._mediaContainer_y13gb_1 ._body_y13gb_66{min-width:0;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}._mediaContainer_y13gb_1 ._body_y13gb_66._answer_y13gb_62{border:none;width:100%}._mediaContainer_y13gb_1 ._body_y13gb_66._answer_y13gb_62 ._contentCard_y13gb_56{background-color:transparent;border:none;border-radius:1.5rem;padding:.75rem 1rem}._mediaContainer_y13gb_1 ._body_y13gb_66._answer_y13gb_62 ._contentCard_y13gb_56:hover{background-color:#f4f4f4}._mediaContainer_y13gb_1 ._body_y13gb_66._welcomeMessage_y13gb_33{border:none;width:100%}._mediaContainer_y13gb_1 ._body_y13gb_66._welcomeMessage_y13gb_33 ._contentCard_y13gb_56{padding:.75rem 1rem .25rem;background-color:transparent;border:none;border-radius:1.5rem}._mediaContainer_y13gb_1 ._body_y13gb_66._welcomeMessage_y13gb_33 ._contentCard_y13gb_56._modal_y13gb_37{padding-top:1rem}._mediaContainer_y13gb_1 ._body_y13gb_66._sidebar_y13gb_14._question_y13gb_40{align-self:flex-end}._mediaContainer_y13gb_1 ._body_y13gb_66._error_y13gb_101{display:flex;flex-wrap:wrap;align-items:center;box-sizing:border-box;width:unset;padding:.75rem 1rem;border-radius:1.75rem}._mediaContainer_y13gb_1 ._body_y13gb_66._error_y13gb_101:hover{background-color:#fdebee}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function LoadingIndicator(): import("react/jsx-runtime").JSX.Element;
|