@sprig-technologies/sprig-browser 2.40.0 → 2.40.2

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.
Files changed (34) hide show
  1. package/dist/conversational-styles-BiL7hMhj.js +4 -0
  2. package/dist/conversational-styles-DlhTFTL6.cjs +1 -0
  3. package/dist/conversational-ui-BYWN-x1R.js +579 -0
  4. package/dist/conversational-ui-N_aaTzqd.cjs +1 -0
  5. package/dist/core-Br8FqGd4.cjs +12 -0
  6. package/dist/{core-CzqULo6b.js → core-Cyu7gofl.js} +451 -458
  7. package/dist/core.cjs +1 -1
  8. package/dist/core.d.ts +11 -0
  9. package/dist/core.js +2 -2
  10. package/dist/debounce-CMb8f7wh.js +9 -0
  11. package/dist/debounce-DsC7462b.cjs +1 -0
  12. package/dist/{getAttributedUrl-C1AsMcwH.cjs → getAttributedUrl-CJJ96Ihj.cjs} +6 -6
  13. package/dist/{getAttributedUrl-DUesmkhh.js → getAttributedUrl-C_5gL6aZ.js} +241 -244
  14. package/dist/index-BSk-C5b7.js +695 -0
  15. package/dist/index-MWKreg7C.cjs +1 -0
  16. package/dist/index.cjs +1 -1
  17. package/dist/index.d.ts +11 -0
  18. package/dist/index.js +2 -2
  19. package/dist/{metricsReporter-BChkCOLD.js → metricsReporter-B-oKhuWk.js} +1 -1
  20. package/dist/{metricsReporter-Bqy_vLyq.cjs → metricsReporter-Dc4CZlRc.cjs} +1 -1
  21. package/dist/replay.cjs +1 -1
  22. package/dist/replay.js +134 -138
  23. package/dist/view-BGlLLPXB.js +1503 -0
  24. package/dist/view-BGzeHt4l.cjs +1 -0
  25. package/package.json +1 -1
  26. package/dist/conversational-styles-CWNea3pP.js +0 -4
  27. package/dist/conversational-styles-CzhxRRD3.cjs +0 -1
  28. package/dist/conversational-ui-D2Y5H9To.js +0 -610
  29. package/dist/conversational-ui-DJlCFQ-6.cjs +0 -1
  30. package/dist/core-CvM2f3CD.cjs +0 -12
  31. package/dist/index-D1_q2uph.cjs +0 -1
  32. package/dist/index-mshAF3wp.js +0 -709
  33. package/dist/view-C7XtFlCN.cjs +0 -1
  34. package/dist/view-afp9mz2J.js +0 -1491
@@ -0,0 +1,1503 @@
1
+ import { A as se, b as Mr, d as Tr, C as tt, e as Ae, r as Ar } from "./core-Cyu7gofl.js";
2
+ import { e as ie, h as be, S as A, s as Ne, b as Ee, D as rt, u as Nr, t as Ie, v as nt } from "./metricsReporter-B-oKhuWk.js";
3
+ var ce, g, Dt, W, ot, Ft, Pe, Bt, le = {}, $t = [], Pr = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, ke = Array.isArray;
4
+ function z(e, t) {
5
+ for (var r in t) e[r] = t[r];
6
+ return e;
7
+ }
8
+ function Wt(e) {
9
+ var t = e.parentNode;
10
+ t && t.removeChild(e);
11
+ }
12
+ function T(e, t, r) {
13
+ var n, o, i, a = {};
14
+ for (i in t) i == "key" ? n = t[i] : i == "ref" ? o = t[i] : a[i] = t[i];
15
+ if (arguments.length > 2 && (a.children = arguments.length > 3 ? ce.call(arguments, 2) : r), typeof e == "function" && e.defaultProps != null) for (i in e.defaultProps) a[i] === void 0 && (a[i] = e.defaultProps[i]);
16
+ return ae(e, a, n, o, null);
17
+ }
18
+ function ae(e, t, r, n, o) {
19
+ var i = { type: e, props: t, key: r, ref: n, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, constructor: void 0, __v: o ?? ++Dt, __i: -1, __u: 0 };
20
+ return o == null && g.vnode != null && g.vnode(i), i;
21
+ }
22
+ function Zt() {
23
+ return { current: null };
24
+ }
25
+ function V(e) {
26
+ return e.children;
27
+ }
28
+ function P(e, t) {
29
+ this.props = e, this.context = t;
30
+ }
31
+ function ee(e, t) {
32
+ if (t == null) return e.__ ? ee(e.__, e.__i + 1) : null;
33
+ for (var r; t < e.__k.length; t++) if ((r = e.__k[t]) != null && r.__e != null) return r.__e;
34
+ return typeof e.type == "function" ? ee(e) : null;
35
+ }
36
+ function Gt(e) {
37
+ var t, r;
38
+ if ((e = e.__) != null && e.__c != null) {
39
+ for (e.__e = e.__c.base = null, t = 0; t < e.__k.length; t++) if ((r = e.__k[t]) != null && r.__e != null) {
40
+ e.__e = e.__c.base = r.__e;
41
+ break;
42
+ }
43
+ return Gt(e);
44
+ }
45
+ }
46
+ function Ve(e) {
47
+ (!e.__d && (e.__d = !0) && W.push(e) && !xe.__r++ || ot !== g.debounceRendering) && ((ot = g.debounceRendering) || Ft)(xe);
48
+ }
49
+ function xe() {
50
+ var e, t, r, n, o, i, a, s, l;
51
+ for (W.sort(Pe); e = W.shift(); ) e.__d && (t = W.length, n = void 0, i = (o = (r = e).__v).__e, s = [], l = [], (a = r.__P) && ((n = z({}, o)).__v = o.__v + 1, g.vnode && g.vnode(n), Fe(a, n, o, r.__n, a.ownerSVGElement !== void 0, 32 & o.__u ? [i] : null, s, i ?? ee(o), !!(32 & o.__u), l), n.__.__k[n.__i] = n, Jt(s, n, l), n.__e != i && Gt(n)), W.length > t && W.sort(Pe));
52
+ xe.__r = 0;
53
+ }
54
+ function Qt(e, t, r, n, o, i, a, s, l, u, d) {
55
+ var c, f, p, _, E, y = n && n.__k || $t, v = t.length;
56
+ for (r.__d = l, function(m, w, I) {
57
+ var k, h, x, R, S, j = w.length, H = I.length, O = H, U = 0;
58
+ for (m.__k = [], k = 0; k < j; k++) (h = m.__k[k] = (h = w[k]) == null || typeof h == "boolean" || typeof h == "function" ? null : typeof h == "string" || typeof h == "number" || typeof h == "bigint" || h.constructor == String ? ae(null, h, null, null, h) : ke(h) ? ae(V, { children: h }, null, null, null) : h.constructor === void 0 && h.__b > 0 ? ae(h.type, h.props, h.key, h.ref ? h.ref : null, h.__v) : h) != null ? (h.__ = m, h.__b = m.__b + 1, S = Vr(h, I, R = k + U, O), h.__i = S, x = null, S !== -1 && (O--, (x = I[S]) && (x.__u |= 131072)), x == null || x.__v === null ? (S == -1 && U--, typeof h.type != "function" && (h.__u |= 65536)) : S !== R && (S === R + 1 ? U++ : S > R ? O > j - R ? U += S - R : U-- : U = S < R && S == R - 1 ? S - R : 0, S !== k + U && (h.__u |= 65536))) : (x = I[k]) && x.key == null && x.__e && (x.__e == m.__d && (m.__d = ee(x)), qe(x, x, !1), I[k] = null, O--);
59
+ if (O) for (k = 0; k < H; k++) (x = I[k]) != null && !(131072 & x.__u) && (x.__e == m.__d && (m.__d = ee(x)), qe(x, x));
60
+ }(r, t, y), l = r.__d, c = 0; c < v; c++) (p = r.__k[c]) != null && typeof p != "boolean" && typeof p != "function" && (f = p.__i === -1 ? le : y[p.__i] || le, p.__i = c, Fe(e, p, f, o, i, a, s, l, u, d), _ = p.__e, p.ref && f.ref != p.ref && (f.ref && Be(f.ref, null, p), d.push(p.ref, p.__c || _, p)), E == null && _ != null && (E = _), 65536 & p.__u || f.__k === p.__k ? l = Kt(p, l, e) : typeof p.type == "function" && p.__d !== void 0 ? l = p.__d : _ && (l = _.nextSibling), p.__d = void 0, p.__u &= -196609);
61
+ r.__d = l, r.__e = E;
62
+ }
63
+ function Kt(e, t, r) {
64
+ var n, o;
65
+ if (typeof e.type == "function") {
66
+ for (n = e.__k, o = 0; n && o < n.length; o++) n[o] && (n[o].__ = e, t = Kt(n[o], t, r));
67
+ return t;
68
+ }
69
+ return e.__e != t && (r.insertBefore(e.__e, t || null), t = e.__e), t && t.nextSibling;
70
+ }
71
+ function D(e, t) {
72
+ return t = t || [], e == null || typeof e == "boolean" || (ke(e) ? e.some(function(r) {
73
+ D(r, t);
74
+ }) : t.push(e)), t;
75
+ }
76
+ function Vr(e, t, r, n) {
77
+ var o = e.key, i = e.type, a = r - 1, s = r + 1, l = t[r];
78
+ if (l === null || l && o == l.key && i === l.type) return r;
79
+ if (n > (l == null || 131072 & l.__u ? 0 : 1)) for (; a >= 0 || s < t.length; ) {
80
+ if (a >= 0) {
81
+ if ((l = t[a]) && !(131072 & l.__u) && o == l.key && i === l.type) return a;
82
+ a--;
83
+ }
84
+ if (s < t.length) {
85
+ if ((l = t[s]) && !(131072 & l.__u) && o == l.key && i === l.type) return s;
86
+ s++;
87
+ }
88
+ }
89
+ return -1;
90
+ }
91
+ function it(e, t, r) {
92
+ t[0] === "-" ? e.setProperty(t, r ?? "") : e[t] = r == null ? "" : typeof r != "number" || Pr.test(t) ? r : r + "px";
93
+ }
94
+ function _e(e, t, r, n, o) {
95
+ var i;
96
+ e: if (t === "style") if (typeof r == "string") e.style.cssText = r;
97
+ else {
98
+ if (typeof n == "string" && (e.style.cssText = n = ""), n) for (t in n) r && t in r || it(e.style, t, "");
99
+ if (r) for (t in r) n && r[t] === n[t] || it(e.style, t, r[t]);
100
+ }
101
+ else if (t[0] === "o" && t[1] === "n") i = t !== (t = t.replace(/(PointerCapture)$|Capture$/, "$1")), t = t.toLowerCase() in e ? t.toLowerCase().slice(2) : t.slice(2), e.l || (e.l = {}), e.l[t + i] = r, r ? n ? r.u = n.u : (r.u = Date.now(), e.addEventListener(t, i ? st : at, i)) : e.removeEventListener(t, i ? st : at, i);
102
+ else {
103
+ if (o) t = t.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
104
+ else if (t !== "width" && t !== "height" && t !== "href" && t !== "list" && t !== "form" && t !== "tabIndex" && t !== "download" && t !== "rowSpan" && t !== "colSpan" && t !== "role" && t in e) try {
105
+ e[t] = r ?? "";
106
+ break e;
107
+ } catch {
108
+ }
109
+ typeof r == "function" || (r == null || r === !1 && t[4] !== "-" ? e.removeAttribute(t) : e.setAttribute(t, r));
110
+ }
111
+ }
112
+ function at(e) {
113
+ var t = this.l[e.type + !1];
114
+ if (e.t) {
115
+ if (e.t <= t.u) return;
116
+ } else e.t = Date.now();
117
+ return t(g.event ? g.event(e) : e);
118
+ }
119
+ function st(e) {
120
+ return this.l[e.type + !0](g.event ? g.event(e) : e);
121
+ }
122
+ function Fe(e, t, r, n, o, i, a, s, l, u) {
123
+ var d, c, f, p, _, E, y, v, m, w, I, k, h, x, R, S = t.type;
124
+ if (t.constructor !== void 0) return null;
125
+ 128 & r.__u && (l = !!(32 & r.__u), i = [s = t.__e = r.__e]), (d = g.__b) && d(t);
126
+ e: if (typeof S == "function") try {
127
+ if (v = t.props, m = (d = S.contextType) && n[d.__c], w = d ? m ? m.props.value : d.__ : n, r.__c ? y = (c = t.__c = r.__c).__ = c.__E : ("prototype" in S && S.prototype.render ? t.__c = c = new S(v, w) : (t.__c = c = new P(v, w), c.constructor = S, c.render = zr), m && m.sub(c), c.props = v, c.state || (c.state = {}), c.context = w, c.__n = n, f = c.__d = !0, c.__h = [], c._sb = []), c.__s == null && (c.__s = c.state), S.getDerivedStateFromProps != null && (c.__s == c.state && (c.__s = z({}, c.__s)), z(c.__s, S.getDerivedStateFromProps(v, c.__s))), p = c.props, _ = c.state, c.__v = t, f) S.getDerivedStateFromProps == null && c.componentWillMount != null && c.componentWillMount(), c.componentDidMount != null && c.__h.push(c.componentDidMount);
128
+ else {
129
+ if (S.getDerivedStateFromProps == null && v !== p && c.componentWillReceiveProps != null && c.componentWillReceiveProps(v, w), !c.__e && (c.shouldComponentUpdate != null && c.shouldComponentUpdate(v, c.__s, w) === !1 || t.__v === r.__v)) {
130
+ for (t.__v !== r.__v && (c.props = v, c.state = c.__s, c.__d = !1), t.__e = r.__e, t.__k = r.__k, t.__k.forEach(function(j) {
131
+ j && (j.__ = t);
132
+ }), I = 0; I < c._sb.length; I++) c.__h.push(c._sb[I]);
133
+ c._sb = [], c.__h.length && a.push(c);
134
+ break e;
135
+ }
136
+ c.componentWillUpdate != null && c.componentWillUpdate(v, c.__s, w), c.componentDidUpdate != null && c.__h.push(function() {
137
+ c.componentDidUpdate(p, _, E);
138
+ });
139
+ }
140
+ if (c.context = w, c.props = v, c.__P = e, c.__e = !1, k = g.__r, h = 0, "prototype" in S && S.prototype.render) {
141
+ for (c.state = c.__s, c.__d = !1, k && k(t), d = c.render(c.props, c.state, c.context), x = 0; x < c._sb.length; x++) c.__h.push(c._sb[x]);
142
+ c._sb = [];
143
+ } else do
144
+ c.__d = !1, k && k(t), d = c.render(c.props, c.state, c.context), c.state = c.__s;
145
+ while (c.__d && ++h < 25);
146
+ c.state = c.__s, c.getChildContext != null && (n = z(z({}, n), c.getChildContext())), f || c.getSnapshotBeforeUpdate == null || (E = c.getSnapshotBeforeUpdate(p, _)), Qt(e, ke(R = d != null && d.type === V && d.key == null ? d.props.children : d) ? R : [R], t, r, n, o, i, a, s, l, u), c.base = t.__e, t.__u &= -161, c.__h.length && a.push(c), y && (c.__E = c.__ = null);
147
+ } catch (j) {
148
+ t.__v = null, l || i != null ? (t.__e = s, t.__u |= l ? 160 : 32, i[i.indexOf(s)] = null) : (t.__e = r.__e, t.__k = r.__k), g.__e(j, t, r);
149
+ }
150
+ else i == null && t.__v === r.__v ? (t.__k = r.__k, t.__e = r.__e) : t.__e = qr(r.__e, t, r, n, o, i, a, l, u);
151
+ (d = g.diffed) && d(t);
152
+ }
153
+ function Jt(e, t, r) {
154
+ t.__d = void 0;
155
+ for (var n = 0; n < r.length; n++) Be(r[n], r[++n], r[++n]);
156
+ g.__c && g.__c(t, e), e.some(function(o) {
157
+ try {
158
+ e = o.__h, o.__h = [], e.some(function(i) {
159
+ i.call(o);
160
+ });
161
+ } catch (i) {
162
+ g.__e(i, o.__v);
163
+ }
164
+ });
165
+ }
166
+ function qr(e, t, r, n, o, i, a, s, l) {
167
+ var u, d, c, f, p, _, E, y = r.props, v = t.props, m = t.type;
168
+ if (m === "svg" && (o = !0), i != null) {
169
+ for (u = 0; u < i.length; u++) if ((p = i[u]) && "setAttribute" in p == !!m && (m ? p.localName === m : p.nodeType === 3)) {
170
+ e = p, i[u] = null;
171
+ break;
172
+ }
173
+ }
174
+ if (e == null) {
175
+ if (m === null) return document.createTextNode(v);
176
+ e = o ? document.createElementNS("http://www.w3.org/2000/svg", m) : document.createElement(m, v.is && v), i = null, s = !1;
177
+ }
178
+ if (m === null) y === v || s && e.data === v || (e.data = v);
179
+ else {
180
+ if (i = i && ce.call(e.childNodes), y = r.props || le, !s && i != null) for (y = {}, u = 0; u < e.attributes.length; u++) y[(p = e.attributes[u]).name] = p.value;
181
+ for (u in y) p = y[u], u == "children" || (u == "dangerouslySetInnerHTML" ? c = p : u === "key" || u in v || _e(e, u, null, p, o));
182
+ for (u in v) p = v[u], u == "children" ? f = p : u == "dangerouslySetInnerHTML" ? d = p : u == "value" ? _ = p : u == "checked" ? E = p : u === "key" || s && typeof p != "function" || y[u] === p || _e(e, u, p, y[u], o);
183
+ if (d) s || c && (d.__html === c.__html || d.__html === e.innerHTML) || (e.innerHTML = d.__html), t.__k = [];
184
+ else if (c && (e.innerHTML = ""), Qt(e, ke(f) ? f : [f], t, r, n, o && m !== "foreignObject", i, a, i ? i[0] : r.__k && ee(r, 0), s, l), i != null) for (u = i.length; u--; ) i[u] != null && Wt(i[u]);
185
+ s || (u = "value", _ !== void 0 && (_ !== e[u] || m === "progress" && !_ || m === "option" && _ !== y[u]) && _e(e, u, _, y[u], !1), u = "checked", E !== void 0 && E !== e[u] && _e(e, u, E, y[u], !1));
186
+ }
187
+ return e;
188
+ }
189
+ function Be(e, t, r) {
190
+ try {
191
+ typeof e == "function" ? e(t) : e.current = t;
192
+ } catch (n) {
193
+ g.__e(n, r);
194
+ }
195
+ }
196
+ function qe(e, t, r) {
197
+ var n, o;
198
+ if (g.unmount && g.unmount(e), (n = e.ref) && (n.current && n.current !== e.__e || Be(n, null, t)), (n = e.__c) != null) {
199
+ if (n.componentWillUnmount) try {
200
+ n.componentWillUnmount();
201
+ } catch (i) {
202
+ g.__e(i, t);
203
+ }
204
+ n.base = n.__P = null, e.__c = void 0;
205
+ }
206
+ if (n = e.__k) for (o = 0; o < n.length; o++) n[o] && qe(n[o], t, r || typeof e.type != "function");
207
+ r || e.__e == null || Wt(e.__e), e.__ = e.__e = e.__d = void 0;
208
+ }
209
+ function zr(e, t, r) {
210
+ return this.constructor(e, r);
211
+ }
212
+ function te(e, t, r) {
213
+ var n, o, i, a;
214
+ g.__ && g.__(e, t), o = (n = typeof r == "function") ? null : r && r.__k || t.__k, i = [], a = [], Fe(t, e = (!n && r || t).__k = T(V, null, [e]), o || le, le, t.ownerSVGElement !== void 0, !n && r ? [r] : o ? null : t.firstChild ? ce.call(t.childNodes) : null, i, !n && r ? r : o ? o.__e : t.firstChild, n, a), Jt(i, e, a);
215
+ }
216
+ function Yt(e, t) {
217
+ te(e, t, Yt);
218
+ }
219
+ function Dr(e, t, r) {
220
+ var n, o, i, a, s = z({}, e.props);
221
+ for (i in e.type && e.type.defaultProps && (a = e.type.defaultProps), t) i == "key" ? n = t[i] : i == "ref" ? o = t[i] : s[i] = t[i] === void 0 && a !== void 0 ? a[i] : t[i];
222
+ return arguments.length > 2 && (s.children = arguments.length > 3 ? ce.call(arguments, 2) : r), ae(e.type, s, n || e.key, o || e.ref, null);
223
+ }
224
+ function Xt(e, t) {
225
+ var r = { __c: t = "__cC" + Bt++, __: e, Consumer: function(n, o) {
226
+ return n.children(o);
227
+ }, Provider: function(n) {
228
+ var o, i;
229
+ return this.getChildContext || (o = [], (i = {})[t] = this, this.getChildContext = function() {
230
+ return i;
231
+ }, this.shouldComponentUpdate = function(a) {
232
+ this.props.value !== a.value && o.some(function(s) {
233
+ s.__e = !0, Ve(s);
234
+ });
235
+ }, this.sub = function(a) {
236
+ o.push(a);
237
+ var s = a.componentWillUnmount;
238
+ a.componentWillUnmount = function() {
239
+ o.splice(o.indexOf(a), 1), s && s.call(a);
240
+ };
241
+ }), n.children;
242
+ } };
243
+ return r.Provider.__ = r.Consumer.contextType = r;
244
+ }
245
+ ce = $t.slice, g = { __e: function(e, t, r, n) {
246
+ for (var o, i, a; t = t.__; ) if ((o = t.__c) && !o.__) try {
247
+ if ((i = o.constructor) && i.getDerivedStateFromError != null && (o.setState(i.getDerivedStateFromError(e)), a = o.__d), o.componentDidCatch != null && (o.componentDidCatch(e, n || {}), a = o.__d), a) return o.__E = o;
248
+ } catch (s) {
249
+ e = s;
250
+ }
251
+ throw e;
252
+ } }, Dt = 0, P.prototype.setState = function(e, t) {
253
+ var r;
254
+ r = this.__s != null && this.__s !== this.state ? this.__s : this.__s = z({}, this.state), typeof e == "function" && (e = e(z({}, r), this.props)), e && z(r, e), e != null && this.__v && (t && this._sb.push(t), Ve(this));
255
+ }, P.prototype.forceUpdate = function(e) {
256
+ this.__v && (this.__e = !0, e && this.__h.push(e), Ve(this));
257
+ }, P.prototype.render = V, W = [], Ft = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, Pe = function(e, t) {
258
+ return e.__v.__b - t.__v.__b;
259
+ }, xe.__r = 0, Bt = 0;
260
+ var Fr = 0;
261
+ function b(e, t, r, n, o, i) {
262
+ var a, s, l = {};
263
+ for (s in t) s == "ref" ? a = t[s] : l[s] = t[s];
264
+ var u = { type: e, props: l, key: r, ref: a, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, constructor: void 0, __v: --Fr, __i: -1, __u: 0, __source: o, __self: i };
265
+ if (typeof e == "function" && (a = e.defaultProps)) for (s in a) l[s] === void 0 && (l[s] = a[s]);
266
+ return g.vnode && g.vnode(u), u;
267
+ }
268
+ var F, L, Le, lt, re = 0, er = [], he = [], ct = g.__b, ut = g.__r, dt = g.diffed, pt = g.__c, ft = g.unmount;
269
+ function Q(e, t) {
270
+ g.__h && g.__h(L, e, re || t), re = 0;
271
+ var r = L.__H || (L.__H = { __: [], __h: [] });
272
+ return e >= r.__.length && r.__.push({ __V: he }), r.__[e];
273
+ }
274
+ function Z(e) {
275
+ return re = 1, $e(or, e);
276
+ }
277
+ function $e(e, t, r) {
278
+ var n = Q(F++, 2);
279
+ if (n.t = e, !n.__c && (n.__ = [r ? r(t) : or(void 0, t), function(s) {
280
+ var l = n.__N ? n.__N[0] : n.__[0], u = n.t(l, s);
281
+ l !== u && (n.__N = [u, n.__[1]], n.__c.setState({}));
282
+ }], n.__c = L, !L.u)) {
283
+ var o = function(s, l, u) {
284
+ if (!n.__c.__H) return !0;
285
+ var d = n.__c.__H.__.filter(function(f) {
286
+ return f.__c;
287
+ });
288
+ if (d.every(function(f) {
289
+ return !f.__N;
290
+ })) return !i || i.call(this, s, l, u);
291
+ var c = !1;
292
+ return d.forEach(function(f) {
293
+ if (f.__N) {
294
+ var p = f.__[0];
295
+ f.__ = f.__N, f.__N = void 0, p !== f.__[0] && (c = !0);
296
+ }
297
+ }), !(!c && n.__c.props === s) && (!i || i.call(this, s, l, u));
298
+ };
299
+ L.u = !0;
300
+ var i = L.shouldComponentUpdate, a = L.componentWillUpdate;
301
+ L.componentWillUpdate = function(s, l, u) {
302
+ if (this.__e) {
303
+ var d = i;
304
+ i = void 0, o(s, l, u), i = d;
305
+ }
306
+ a && a.call(this, s, l, u);
307
+ }, L.shouldComponentUpdate = o;
308
+ }
309
+ return n.__N || n.__;
310
+ }
311
+ function N(e, t) {
312
+ var r = Q(F++, 3);
313
+ !g.__s && Ze(r.__H, t) && (r.__ = e, r.i = t, L.__H.__h.push(r));
314
+ }
315
+ function ue(e, t) {
316
+ var r = Q(F++, 4);
317
+ !g.__s && Ze(r.__H, t) && (r.__ = e, r.i = t, L.__h.push(r));
318
+ }
319
+ function G(e) {
320
+ return re = 5, K(function() {
321
+ return { current: e };
322
+ }, []);
323
+ }
324
+ function tr(e, t, r) {
325
+ re = 6, ue(function() {
326
+ return typeof e == "function" ? (e(t()), function() {
327
+ return e(null);
328
+ }) : e ? (e.current = t(), function() {
329
+ return e.current = null;
330
+ }) : void 0;
331
+ }, r == null ? r : r.concat(e));
332
+ }
333
+ function K(e, t) {
334
+ var r = Q(F++, 7);
335
+ return Ze(r.__H, t) ? (r.__V = e(), r.i = t, r.__h = e, r.__V) : r.__;
336
+ }
337
+ function ye(e, t) {
338
+ return re = 8, K(function() {
339
+ return e;
340
+ }, t);
341
+ }
342
+ function rr(e) {
343
+ var t = L.context[e.__c], r = Q(F++, 9);
344
+ return r.c = e, t ? (r.__ == null && (r.__ = !0, t.sub(L)), t.props.value) : e.__;
345
+ }
346
+ function We(e, t) {
347
+ g.useDebugValue && g.useDebugValue(t ? t(e) : e);
348
+ }
349
+ function nr() {
350
+ var e = Q(F++, 11);
351
+ if (!e.__) {
352
+ for (var t = L.__v; t !== null && !t.__m && t.__ !== null; ) t = t.__;
353
+ var r = t.__m || (t.__m = [0, 0]);
354
+ e.__ = "P" + r[0] + "-" + r[1]++;
355
+ }
356
+ return e.__;
357
+ }
358
+ function Br() {
359
+ for (var e; e = er.shift(); ) if (e.__P && e.__H) try {
360
+ e.__H.__h.forEach(me), e.__H.__h.forEach(ze), e.__H.__h = [];
361
+ } catch (t) {
362
+ e.__H.__h = [], g.__e(t, e.__v);
363
+ }
364
+ }
365
+ g.__b = function(e) {
366
+ L = null, ct && ct(e);
367
+ }, g.__r = function(e) {
368
+ ut && ut(e), F = 0;
369
+ var t = (L = e.__c).__H;
370
+ t && (Le === L ? (t.__h = [], L.__h = [], t.__.forEach(function(r) {
371
+ r.__N && (r.__ = r.__N), r.__V = he, r.__N = r.i = void 0;
372
+ })) : (t.__h.forEach(me), t.__h.forEach(ze), t.__h = [], F = 0)), Le = L;
373
+ }, g.diffed = function(e) {
374
+ dt && dt(e);
375
+ var t = e.__c;
376
+ t && t.__H && (t.__H.__h.length && (er.push(t) !== 1 && lt === g.requestAnimationFrame || ((lt = g.requestAnimationFrame) || $r)(Br)), t.__H.__.forEach(function(r) {
377
+ r.i && (r.__H = r.i), r.__V !== he && (r.__ = r.__V), r.i = void 0, r.__V = he;
378
+ })), Le = L = null;
379
+ }, g.__c = function(e, t) {
380
+ t.some(function(r) {
381
+ try {
382
+ r.__h.forEach(me), r.__h = r.__h.filter(function(n) {
383
+ return !n.__ || ze(n);
384
+ });
385
+ } catch (n) {
386
+ t.some(function(o) {
387
+ o.__h && (o.__h = []);
388
+ }), t = [], g.__e(n, r.__v);
389
+ }
390
+ }), pt && pt(e, t);
391
+ }, g.unmount = function(e) {
392
+ ft && ft(e);
393
+ var t, r = e.__c;
394
+ r && r.__H && (r.__H.__.forEach(function(n) {
395
+ try {
396
+ me(n);
397
+ } catch (o) {
398
+ t = o;
399
+ }
400
+ }), r.__H = void 0, t && g.__e(t, r.__v));
401
+ };
402
+ var _t = typeof requestAnimationFrame == "function";
403
+ function $r(e) {
404
+ var t, r = function() {
405
+ clearTimeout(n), _t && cancelAnimationFrame(t), setTimeout(e);
406
+ }, n = setTimeout(r, 100);
407
+ _t && (t = requestAnimationFrame(r));
408
+ }
409
+ function me(e) {
410
+ var t = L, r = e.__c;
411
+ typeof r == "function" && (e.__c = void 0, r()), L = t;
412
+ }
413
+ function ze(e) {
414
+ var t = L;
415
+ e.__c = e.__(), L = t;
416
+ }
417
+ function Ze(e, t) {
418
+ return !e || e.length !== t.length || t.some(function(r, n) {
419
+ return r !== e[n];
420
+ });
421
+ }
422
+ function or(e, t) {
423
+ return typeof t == "function" ? t(e) : t;
424
+ }
425
+ function ir(e, t) {
426
+ for (var r in t) e[r] = t[r];
427
+ return e;
428
+ }
429
+ function De(e, t) {
430
+ for (var r in e) if (r !== "__source" && !(r in t)) return !0;
431
+ for (var n in t) if (n !== "__source" && e[n] !== t[n]) return !0;
432
+ return !1;
433
+ }
434
+ function ve(e) {
435
+ this.props = e;
436
+ }
437
+ function ar(e, t) {
438
+ function r(o) {
439
+ var i = this.props.ref, a = i == o.ref;
440
+ return !a && i && (i.call ? i(null) : i.current = null), t ? !t(this.props, o) || !a : De(this.props, o);
441
+ }
442
+ function n(o) {
443
+ return this.shouldComponentUpdate = r, T(e, o);
444
+ }
445
+ return n.displayName = "Memo(" + (e.displayName || e.name) + ")", n.prototype.isReactComponent = !0, n.__f = !0, n;
446
+ }
447
+ (ve.prototype = new P()).isPureReactComponent = !0, ve.prototype.shouldComponentUpdate = function(e, t) {
448
+ return De(this.props, e) || De(this.state, t);
449
+ };
450
+ var ht = g.__b;
451
+ g.__b = function(e) {
452
+ e.type && e.type.__f && e.ref && (e.props.ref = e.ref, e.ref = null), ht && ht(e);
453
+ };
454
+ var Wr = typeof Symbol < "u" && Symbol.for && Symbol.for("react.forward_ref") || 3911;
455
+ function Ge(e) {
456
+ function t(r) {
457
+ var n = ir({}, r);
458
+ return delete n.ref, e(n, r.ref || null);
459
+ }
460
+ return t.$$typeof = Wr, t.render = t, t.prototype.isReactComponent = t.__f = !0, t.displayName = "ForwardRef(" + (e.displayName || e.name) + ")", t;
461
+ }
462
+ var mt = function(e, t) {
463
+ return e == null ? null : D(D(e).map(t));
464
+ }, sr = { map: mt, forEach: mt, count: function(e) {
465
+ return e ? D(e).length : 0;
466
+ }, only: function(e) {
467
+ var t = D(e);
468
+ if (t.length !== 1) throw "Children.only";
469
+ return t[0];
470
+ }, toArray: D }, Zr = g.__e;
471
+ g.__e = function(e, t, r, n) {
472
+ if (e.then) {
473
+ for (var o, i = t; i = i.__; ) if ((o = i.__c) && o.__c) return t.__e == null && (t.__e = r.__e, t.__k = r.__k), o.__c(e, t);
474
+ }
475
+ Zr(e, t, r, n);
476
+ };
477
+ var gt = g.unmount;
478
+ function lr(e, t, r) {
479
+ return e && (e.__c && e.__c.__H && (e.__c.__H.__.forEach(function(n) {
480
+ typeof n.__c == "function" && n.__c();
481
+ }), e.__c.__H = null), (e = ir({}, e)).__c != null && (e.__c.__P === r && (e.__c.__P = t), e.__c = null), e.__k = e.__k && e.__k.map(function(n) {
482
+ return lr(n, t, r);
483
+ })), e;
484
+ }
485
+ function cr(e, t, r) {
486
+ return e && r && (e.__v = null, e.__k = e.__k && e.__k.map(function(n) {
487
+ return cr(n, t, r);
488
+ }), e.__c && e.__c.__P === t && (e.__e && r.appendChild(e.__e), e.__c.__e = !0, e.__c.__P = r)), e;
489
+ }
490
+ function X() {
491
+ this.__u = 0, this.t = null, this.__b = null;
492
+ }
493
+ function ur(e) {
494
+ var t = e.__.__c;
495
+ return t && t.__a && t.__a(e);
496
+ }
497
+ function we(e) {
498
+ var t, r, n;
499
+ function o(i) {
500
+ if (t || (t = e()).then(function(a) {
501
+ r = a.default || a;
502
+ }, function(a) {
503
+ n = a;
504
+ }), n) throw n;
505
+ if (!r) throw t;
506
+ return T(r, i);
507
+ }
508
+ return o.displayName = "Lazy", o.__f = !0, o;
509
+ }
510
+ function Y() {
511
+ this.u = null, this.o = null;
512
+ }
513
+ g.unmount = function(e) {
514
+ var t = e.__c;
515
+ t && t.__R && t.__R(), t && 32 & e.__u && (e.type = null), gt && gt(e);
516
+ }, (X.prototype = new P()).__c = function(e, t) {
517
+ var r = t.__c, n = this;
518
+ n.t == null && (n.t = []), n.t.push(r);
519
+ var o = ur(n.__v), i = !1, a = function() {
520
+ i || (i = !0, r.__R = null, o ? o(s) : s());
521
+ };
522
+ r.__R = a;
523
+ var s = function() {
524
+ if (!--n.__u) {
525
+ if (n.state.__a) {
526
+ var l = n.state.__a;
527
+ n.__v.__k[0] = cr(l, l.__c.__P, l.__c.__O);
528
+ }
529
+ var u;
530
+ for (n.setState({ __a: n.__b = null }); u = n.t.pop(); ) u.forceUpdate();
531
+ }
532
+ };
533
+ n.__u++ || 32 & t.__u || n.setState({ __a: n.__b = n.__v.__k[0] }), e.then(a, a);
534
+ }, X.prototype.componentWillUnmount = function() {
535
+ this.t = [];
536
+ }, X.prototype.render = function(e, t) {
537
+ if (this.__b) {
538
+ if (this.__v.__k) {
539
+ var r = document.createElement("div"), n = this.__v.__k[0].__c;
540
+ this.__v.__k[0] = lr(this.__b, r, n.__O = n.__P);
541
+ }
542
+ this.__b = null;
543
+ }
544
+ var o = t.__a && T(V, null, e.fallback);
545
+ return o && (o.__u &= -33), [T(V, null, t.__a ? null : e.children), o];
546
+ };
547
+ var bt = function(e, t, r) {
548
+ if (++r[1] === r[0] && e.o.delete(t), e.props.revealOrder && (e.props.revealOrder[0] !== "t" || !e.o.size)) for (r = e.u; r; ) {
549
+ for (; r.length > 3; ) r.pop()();
550
+ if (r[1] < r[0]) break;
551
+ e.u = r = r[2];
552
+ }
553
+ };
554
+ function Gr(e) {
555
+ return this.getChildContext = function() {
556
+ return e.context;
557
+ }, e.children;
558
+ }
559
+ function Qr(e) {
560
+ var t = this, r = e.i;
561
+ t.componentWillUnmount = function() {
562
+ te(null, t.l), t.l = null, t.i = null;
563
+ }, t.i && t.i !== r && t.componentWillUnmount(), t.l || (t.i = r, t.l = { nodeType: 1, parentNode: r, childNodes: [], appendChild: function(n) {
564
+ this.childNodes.push(n), t.i.appendChild(n);
565
+ }, insertBefore: function(n, o) {
566
+ this.childNodes.push(n), t.i.appendChild(n);
567
+ }, removeChild: function(n) {
568
+ this.childNodes.splice(this.childNodes.indexOf(n) >>> 1, 1), t.i.removeChild(n);
569
+ } }), te(T(Gr, { context: t.context }, e.__v), t.l);
570
+ }
571
+ function dr(e, t) {
572
+ var r = T(Qr, { __v: e, i: t });
573
+ return r.containerInfo = t, r;
574
+ }
575
+ (Y.prototype = new P()).__a = function(e) {
576
+ var t = this, r = ur(t.__v), n = t.o.get(e);
577
+ return n[0]++, function(o) {
578
+ var i = function() {
579
+ t.props.revealOrder ? (n.push(o), bt(t, e, n)) : o();
580
+ };
581
+ r ? r(i) : i();
582
+ };
583
+ }, Y.prototype.render = function(e) {
584
+ this.u = null, this.o = /* @__PURE__ */ new Map();
585
+ var t = D(e.children);
586
+ e.revealOrder && e.revealOrder[0] === "b" && t.reverse();
587
+ for (var r = t.length; r--; ) this.o.set(t[r], this.u = [1, 0, this.u]);
588
+ return e.children;
589
+ }, Y.prototype.componentDidUpdate = Y.prototype.componentDidMount = function() {
590
+ var e = this;
591
+ this.o.forEach(function(t, r) {
592
+ bt(e, r, t);
593
+ });
594
+ };
595
+ var pr = typeof Symbol < "u" && Symbol.for && Symbol.for("react.element") || 60103, Kr = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, Jr = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, Yr = /[A-Z0-9]/g, Xr = typeof document < "u", en = function(e) {
596
+ return (typeof Symbol < "u" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(e);
597
+ };
598
+ function fr(e, t, r) {
599
+ return t.__k == null && (t.textContent = ""), te(e, t), typeof r == "function" && r(), e ? e.__c : null;
600
+ }
601
+ function _r(e, t, r) {
602
+ return Yt(e, t), typeof r == "function" && r(), e ? e.__c : null;
603
+ }
604
+ P.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(e) {
605
+ Object.defineProperty(P.prototype, e, { configurable: !0, get: function() {
606
+ return this["UNSAFE_" + e];
607
+ }, set: function(t) {
608
+ Object.defineProperty(this, e, { configurable: !0, writable: !0, value: t });
609
+ } });
610
+ });
611
+ var xt = g.event;
612
+ function tn() {
613
+ }
614
+ function rn() {
615
+ return this.cancelBubble;
616
+ }
617
+ function nn() {
618
+ return this.defaultPrevented;
619
+ }
620
+ g.event = function(e) {
621
+ return xt && (e = xt(e)), e.persist = tn, e.isPropagationStopped = rn, e.isDefaultPrevented = nn, e.nativeEvent = e;
622
+ };
623
+ var Qe, on = { enumerable: !1, configurable: !0, get: function() {
624
+ return this.class;
625
+ } }, yt = g.vnode;
626
+ g.vnode = function(e) {
627
+ typeof e.type == "string" && function(t) {
628
+ var r = t.props, n = t.type, o = {};
629
+ for (var i in r) {
630
+ var a = r[i];
631
+ if (!(i === "value" && "defaultValue" in r && a == null || Xr && i === "children" && n === "noscript" || i === "class" || i === "className")) {
632
+ var s = i.toLowerCase();
633
+ i === "defaultValue" && "value" in r && r.value == null ? i = "value" : i === "download" && a === !0 ? a = "" : s === "ondoubleclick" ? i = "ondblclick" : s !== "onchange" || n !== "input" && n !== "textarea" || en(r.type) ? s === "onfocus" ? i = "onfocusin" : s === "onblur" ? i = "onfocusout" : Jr.test(i) ? i = s : n.indexOf("-") === -1 && Kr.test(i) ? i = i.replace(Yr, "-$&").toLowerCase() : a === null && (a = void 0) : s = i = "oninput", s === "oninput" && o[i = s] && (i = "oninputCapture"), o[i] = a;
634
+ }
635
+ }
636
+ n == "select" && o.multiple && Array.isArray(o.value) && (o.value = D(r.children).forEach(function(l) {
637
+ l.props.selected = o.value.indexOf(l.props.value) != -1;
638
+ })), n == "select" && o.defaultValue != null && (o.value = D(r.children).forEach(function(l) {
639
+ l.props.selected = o.multiple ? o.defaultValue.indexOf(l.props.value) != -1 : o.defaultValue == l.props.value;
640
+ })), r.class && !r.className ? (o.class = r.class, Object.defineProperty(o, "className", on)) : (r.className && !r.class || r.class && r.className) && (o.class = o.className = r.className), t.props = o;
641
+ }(e), e.$$typeof = pr, yt && yt(e);
642
+ };
643
+ var vt = g.__r;
644
+ g.__r = function(e) {
645
+ vt && vt(e), Qe = e.__c;
646
+ };
647
+ var kt = g.diffed;
648
+ g.diffed = function(e) {
649
+ kt && kt(e);
650
+ var t = e.props, r = e.__e;
651
+ r != null && e.type === "textarea" && "value" in t && t.value !== r.value && (r.value = t.value == null ? "" : t.value), Qe = null;
652
+ };
653
+ var hr = { ReactCurrentDispatcher: { current: { readContext: function(e) {
654
+ return Qe.__n[e.__c].props.value;
655
+ } } } };
656
+ function mr(e) {
657
+ return T.bind(null, e);
658
+ }
659
+ function de(e) {
660
+ return !!e && e.$$typeof === pr;
661
+ }
662
+ function gr(e) {
663
+ return de(e) && e.type === V;
664
+ }
665
+ function br(e) {
666
+ return de(e) ? Dr.apply(null, arguments) : e;
667
+ }
668
+ function Ke(e) {
669
+ return !!e.__k && (te(null, e), !0);
670
+ }
671
+ function xr(e) {
672
+ return e && (e.base || e.nodeType === 1 && e) || null;
673
+ }
674
+ var yr = function(e, t) {
675
+ return e(t);
676
+ }, vr = function(e, t) {
677
+ return e(t);
678
+ }, kr = V;
679
+ function Je(e) {
680
+ e();
681
+ }
682
+ function wr(e) {
683
+ return e;
684
+ }
685
+ function Cr() {
686
+ return [!1, Je];
687
+ }
688
+ var Sr = ue, Er = de;
689
+ function Ir(e, t) {
690
+ var r = t(), n = Z({ h: { __: r, v: t } }), o = n[0].h, i = n[1];
691
+ return ue(function() {
692
+ o.__ = r, o.v = t, Re(o) && i({ h: o });
693
+ }, [e, r, t]), N(function() {
694
+ return Re(o) && i({ h: o }), e(function() {
695
+ Re(o) && i({ h: o });
696
+ });
697
+ }, [e]), r;
698
+ }
699
+ function Re(e) {
700
+ var t, r, n = e.v, o = e.__;
701
+ try {
702
+ var i = n();
703
+ return !((t = o) === (r = i) && (t !== 0 || 1 / t == 1 / r) || t != t && r != r);
704
+ } catch {
705
+ return !0;
706
+ }
707
+ }
708
+ var an = { useState: Z, useId: nr, useReducer: $e, useEffect: N, useLayoutEffect: ue, useInsertionEffect: Sr, useTransition: Cr, useDeferredValue: wr, useSyncExternalStore: Ir, startTransition: Je, useRef: G, useImperativeHandle: tr, useMemo: K, useCallback: ye, useContext: rr, useDebugValue: We, version: "17.0.2", Children: sr, render: fr, hydrate: _r, unmountComponentAtNode: Ke, createPortal: dr, createElement: T, createContext: Xt, createFactory: mr, cloneElement: br, createRef: Zt, Fragment: V, isValidElement: de, isElement: Er, isFragment: gr, findDOMNode: xr, Component: P, PureComponent: ve, memo: ar, forwardRef: Ge, flushSync: vr, unstable_batchedUpdates: yr, StrictMode: kr, Suspense: X, SuspenseList: Y, lazy: we, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: hr };
709
+ const sn = Object.freeze(Object.defineProperty({ __proto__: null, Children: sr, Component: P, Fragment: V, PureComponent: ve, StrictMode: kr, Suspense: X, SuspenseList: Y, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: hr, cloneElement: br, createContext: Xt, createElement: T, createFactory: mr, createPortal: dr, createRef: Zt, default: an, findDOMNode: xr, flushSync: vr, forwardRef: Ge, hydrate: _r, isElement: Er, isFragment: gr, isValidElement: de, lazy: we, memo: ar, render: fr, startTransition: Je, unmountComponentAtNode: Ke, unstable_batchedUpdates: yr, useCallback: ye, useContext: rr, useDebugValue: We, useDeferredValue: wr, useEffect: N, useErrorBoundary: function(e) {
710
+ var t = Q(F++, 10), r = Z();
711
+ return t.__ = e, L.componentDidCatch || (L.componentDidCatch = function(n, o) {
712
+ t.__ && t.__(n, o), r[1](n);
713
+ }), [r[0], function() {
714
+ r[1](void 0);
715
+ }];
716
+ }, useId: nr, useImperativeHandle: tr, useInsertionEffect: Sr, useLayoutEffect: ue, useMemo: K, useReducer: $e, useRef: G, useState: Z, useSyncExternalStore: Ir, useTransition: Cr, version: "17.0.2" }, Symbol.toStringTag, { value: "Module" })), wt = (e) => {
717
+ let t;
718
+ const r = /* @__PURE__ */ new Set(), n = (a, s) => {
719
+ const l = typeof a == "function" ? a(t) : a;
720
+ if (!Object.is(l, t)) {
721
+ const u = t;
722
+ t = s ?? typeof l != "object" ? l : Object.assign({}, t, l), r.forEach((d) => d(t, u));
723
+ }
724
+ }, o = () => t, i = { setState: n, getState: o, subscribe: (a) => (r.add(a), () => r.delete(a)), destroy: () => r.clear() };
725
+ return t = e(n, o, i), i;
726
+ };
727
+ function ln(e) {
728
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
729
+ }
730
+ function cn(e) {
731
+ if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
732
+ var t = e.default;
733
+ if (typeof t == "function") {
734
+ var r = function n() {
735
+ return this instanceof n ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
736
+ };
737
+ r.prototype = t.prototype;
738
+ } else r = {};
739
+ return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(n) {
740
+ var o = Object.getOwnPropertyDescriptor(e, n);
741
+ Object.defineProperty(r, n, o.get ? o : { enumerable: !0, get: function() {
742
+ return e[n];
743
+ } });
744
+ }), r;
745
+ }
746
+ var Ct = { exports: {} }, je = {};
747
+ const Lr = cn(sn);
748
+ var St, Et, It, Lt, Rt = { exports: {} }, Ue = {};
749
+ function un() {
750
+ return Et || (Et = 1, Rt.exports = function() {
751
+ if (St) return Ue;
752
+ St = 1;
753
+ var e = Lr, t = typeof Object.is == "function" ? Object.is : function(l, u) {
754
+ return l === u && (l !== 0 || 1 / l == 1 / u) || l != l && u != u;
755
+ }, r = e.useState, n = e.useEffect, o = e.useLayoutEffect, i = e.useDebugValue;
756
+ function a(l) {
757
+ var u = l.getSnapshot;
758
+ l = l.value;
759
+ try {
760
+ var d = u();
761
+ return !t(l, d);
762
+ } catch {
763
+ return !0;
764
+ }
765
+ }
766
+ var s = typeof window > "u" || window.document === void 0 || window.document.createElement === void 0 ? function(l, u) {
767
+ return u();
768
+ } : function(l, u) {
769
+ var d = u(), c = r({ inst: { value: d, getSnapshot: u } }), f = c[0].inst, p = c[1];
770
+ return o(function() {
771
+ f.value = d, f.getSnapshot = u, a(f) && p({ inst: f });
772
+ }, [l, d, u]), n(function() {
773
+ return a(f) && p({ inst: f }), l(function() {
774
+ a(f) && p({ inst: f });
775
+ });
776
+ }, [l]), i(d), d;
777
+ };
778
+ return Ue.useSyncExternalStore = e.useSyncExternalStore !== void 0 ? e.useSyncExternalStore : s, Ue;
779
+ }()), Rt.exports;
780
+ }
781
+ var dn = (Lt || (Lt = 1, Ct.exports = function() {
782
+ if (It) return je;
783
+ It = 1;
784
+ var e = Lr, t = un(), r = typeof Object.is == "function" ? Object.is : function(l, u) {
785
+ return l === u && (l !== 0 || 1 / l == 1 / u) || l != l && u != u;
786
+ }, n = t.useSyncExternalStore, o = e.useRef, i = e.useEffect, a = e.useMemo, s = e.useDebugValue;
787
+ return je.useSyncExternalStoreWithSelector = function(l, u, d, c, f) {
788
+ var p = o(null);
789
+ if (p.current === null) {
790
+ var _ = { hasValue: !1, value: null };
791
+ p.current = _;
792
+ } else _ = p.current;
793
+ p = a(function() {
794
+ function y(k) {
795
+ if (!w) {
796
+ if (w = !0, v = k, k = c(k), f !== void 0 && _.hasValue) {
797
+ var h = _.value;
798
+ if (f(h, k)) return m = h;
799
+ }
800
+ return m = k;
801
+ }
802
+ if (h = m, r(v, k)) return h;
803
+ var x = c(k);
804
+ return f !== void 0 && f(h, x) ? h : (v = k, m = x);
805
+ }
806
+ var v, m, w = !1, I = d === void 0 ? null : d;
807
+ return [function() {
808
+ return y(u());
809
+ }, I === null ? void 0 : function() {
810
+ return y(I());
811
+ }];
812
+ }, [u, d, c, f]);
813
+ var E = n(l, p[0], p[1]);
814
+ return i(function() {
815
+ _.hasValue = !0, _.value = E;
816
+ }, [E]), s(E), E;
817
+ }, je;
818
+ }()), Ct.exports);
819
+ const pn = ln(dn), { useSyncExternalStoreWithSelector: fn } = pn, jt = (e) => {
820
+ const t = typeof e == "function" ? ((n) => n ? wt(n) : wt)(e) : e, r = (n, o) => function(i, a = i.getState, s) {
821
+ const l = fn(i.subscribe, i.getState, i.getServerState || i.getState, a, s);
822
+ return We(l), l;
823
+ }(t, n, o);
824
+ return Object.assign(r, t), r;
825
+ }, _n = (e) => e ? jt(e) : jt;
826
+ var hn = ((e) => (e.RIGHT = "right", e.LEFT = "left", e))(hn || {});
827
+ const mn = 1, gn = 2, Ye = { eq: (e, t) => e == t, neq(e, t) {
828
+ return !this.eq(e, t);
829
+ }, gt: (e, t) => e > t, gte: (e, t) => e >= t, lt: (e, t) => e < t, lte: (e, t) => e <= t, list_exact: (e, t) => !(!Array.isArray(e) || !Array.isArray(t)) && e.slice().sort().join(",") === t.slice().sort().join(","), list_all: (e, t) => !(!Array.isArray(e) || !Array.isArray(t)) && !t.some((r) => e.indexOf(r) === -1), list_alo(e, t) {
830
+ if (!Array.isArray(t)) return !1;
831
+ const r = Array.isArray(e) ? e : [e], n = new Set(r);
832
+ return t.some((o) => n.has(o));
833
+ }, list_dni(e, t) {
834
+ if (!Array.isArray(t)) return !1;
835
+ const r = Array.isArray(e) ? e : [e], n = new Set(r);
836
+ return t.every((o) => !n.has(o));
837
+ }, contains(e, t) {
838
+ const r = e.toLowerCase(), n = t.toLowerCase();
839
+ return r.includes(n);
840
+ }, notcontains(e, t) {
841
+ return !this.contains(e, t);
842
+ } }, bn = (e, t, r) => {
843
+ switch (t) {
844
+ case "videovoice":
845
+ return !!(e && e.value);
846
+ case "open":
847
+ return !!r;
848
+ case "multipleselect":
849
+ return !!(r && Object.keys(r).length);
850
+ case "recordedtask":
851
+ return (r == null ? void 0 : r.taskStatus) === "completed";
852
+ case "texturlprompt":
853
+ return !e.value;
854
+ case "consentlegal":
855
+ case "nps":
856
+ case "likert":
857
+ return r !== null;
858
+ case "multiplechoice":
859
+ return r !== void 0;
860
+ case "matrix":
861
+ return !!(r && Object.values(r).every((n) => n !== null));
862
+ default:
863
+ return !0;
864
+ }
865
+ }, Rr = (e, t) => {
866
+ if (t === "matrix") {
867
+ const r = Object.keys(e).length, n = Object.values(e).filter((o) => o !== null).length;
868
+ return n > 0 && n < r;
869
+ }
870
+ return !1;
871
+ }, jr = ({ cards: e, index: t, hasEndCard: r, allResponses: n, uploadProgress: o = {} }) => {
872
+ var u, d;
873
+ if (t >= e.length || t < 0) return null;
874
+ let i = t + 1;
875
+ const a = e[t].props.routingOptions || [];
876
+ for (const c of a) {
877
+ const { group: f, target: p } = c;
878
+ if (Ut(f, n, e)) {
879
+ i = p === -1 && r ? e.length - 1 : p;
880
+ break;
881
+ }
882
+ }
883
+ const s = e.findIndex((c) => c.type === "uploading");
884
+ let l;
885
+ for (l = s > 0 ? r ? e.length - 3 : e.length - 2 : e.length - 1; i !== null && i !== -1 && i <= l && ((d = (u = e[i]) == null ? void 0 : u.props) != null && d.displayLogic) && e[i].props.displayLogic.length > 0 && !(e[i].props.displayLogic || []).some((c) => Ut(c.group, n, e)); )
886
+ i++;
887
+ return t >= l || i === -1 || i !== null && i > l ? s > 0 && Object.values(o).some((f) => f.isSubmitted && !f.isComplete) ? s : r ? e.length - 1 : null : i === -1 ? null : i;
888
+ }, Ut = (e, t, r) => {
889
+ if (!e || e.length === 0) return !1;
890
+ const n = e[0];
891
+ if (n.questionIndex === void 0 || n.questionIndex >= t.length) return !1;
892
+ let o = !!Ot({ comparator: n.comparator, response: t[n.questionIndex], type: r[n.questionIndex].type, value: n.value });
893
+ for (let i = 1; i < e.length; i += 2) {
894
+ const a = e[i], s = e[i + 1];
895
+ if (!s) continue;
896
+ const l = !!Ot({ comparator: s.comparator, response: t[s.questionIndex], type: r[s.questionIndex].type, value: s.value });
897
+ a === mn ? o = o && l : a === gn && (o = o || l);
898
+ }
899
+ return o;
900
+ }, Ot = ({ comparator: e, response: t, type: r, value: n }) => {
901
+ if (e === "answered") switch (r) {
902
+ case "texturlprompt":
903
+ return t === void 0;
904
+ case "consentlegal":
905
+ return t && t.submitted === !0;
906
+ case "recordedtask":
907
+ return "taskStatus" in t && t.taskStatus === "completed";
908
+ case "likert":
909
+ case "nps":
910
+ return Number.isInteger(t);
911
+ case "rankorder":
912
+ case "matrix":
913
+ return Object.values(t).every((o) => o !== null);
914
+ case "maxdiff":
915
+ return !(t === null || !Array.isArray(t)) && t.every((o) => {
916
+ if (!Array.isArray(o)) return !1;
917
+ const i = o.some((s) => s.selected === "left"), a = o.some((s) => s.selected === "right");
918
+ return i && a;
919
+ });
920
+ case "multiplechoice":
921
+ return !!t;
922
+ case "multipleselect":
923
+ return (t == null ? void 0 : t.length) > 0;
924
+ case "open":
925
+ return t && t.length > 0;
926
+ case "videovoice":
927
+ return !!(t != null && t.mediaRecordingUid);
928
+ default:
929
+ return !1;
930
+ }
931
+ if (e === "given_up") return r !== "recordedtask" || "taskStatus" in t && t.taskStatus === "given.up";
932
+ if (e === "partial") return r === "matrix" && Rr(t, r);
933
+ if (e === "skipped") switch (r) {
934
+ case "texturlprompt":
935
+ return t == null ? void 0 : t.skipped;
936
+ case "consentlegal":
937
+ case "likert":
938
+ case "nps":
939
+ case "videovoice":
940
+ return t === null;
941
+ case "recordedtask":
942
+ return "taskStatus" in t && t.taskStatus === "abandoned";
943
+ case "open":
944
+ case "multipleselect":
945
+ return t === null || (t == null ? void 0 : t.length) === 0;
946
+ case "multiplechoice":
947
+ return t == null;
948
+ case "matrix":
949
+ return t === null || Object.values(t).every((o) => o === null);
950
+ case "maxdiff":
951
+ return t === null || !Array.isArray(t) || t.some((o) => {
952
+ if (!Array.isArray(o)) return !0;
953
+ const i = o.some((s) => s.selected === "left"), a = o.some((s) => s.selected === "right");
954
+ return !(i && a);
955
+ });
956
+ case "rankorder":
957
+ return t === null || Object.values(t).some((o) => o === null);
958
+ default:
959
+ return !1;
960
+ }
961
+ return Ye[e](t, n);
962
+ }, xn = (e) => {
963
+ var n, o, i;
964
+ switch (e.type) {
965
+ case "multipleselect":
966
+ return e && e.props && e.props.options ? e.props.options.length > 13 ? e.props.options.map((a) => [a.value]) : (t = e.props.options.map((a) => a.value), r = !e.props.properties.required, t.reduce((a, s) => a.concat(a.map((l) => [...l, s])), [[]]).filter((a) => r || a.length > 0)) : null;
967
+ case "multiplechoice": {
968
+ if (!e || !e.props || !e.props.options) return null;
969
+ const a = e.props.options.map((s) => s.value);
970
+ return e.props.properties.required || a.push(void 0), a;
971
+ }
972
+ case "matrix": {
973
+ if (!((n = e == null ? void 0 : e.props) != null && n.options)) return null;
974
+ const a = e.props.properties.matrixColumn, s = e.props.options, l = s.reduce((d, c) => (d[c.id] = null, d), {}), u = [{ ...l, [s[0].id]: a[0].value }, s.reduce((d, c) => (d[c.id] = a[0].value, d), {})];
975
+ return e.props.properties.required || u.push(l), u;
976
+ }
977
+ case "likert": {
978
+ const a = Number((i = (o = e.props) == null ? void 0 : o.properties) == null ? void 0 : i.range) || 5;
979
+ return [...Array.from(Array(a).keys()).map((l) => l + 1), ...e.props.properties.required ? [] : [null]];
980
+ }
981
+ case "nps":
982
+ return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...e.props.properties.required ? [] : [null]];
983
+ case "videovoice":
984
+ case "open":
985
+ return ["1", ...e.props.properties.required ? [] : [""]];
986
+ case "recordedtask": {
987
+ const a = [{ taskStatus: "completed" }, { taskStatus: "given.up" }];
988
+ return e.props.properties.required || a.push({ taskStatus: "abandoned" }), a;
989
+ }
990
+ case "texturlprompt":
991
+ return [void 0, ...e.props.properties.required ? [] : [{ skipped: !0 }]];
992
+ case "consentlegal":
993
+ return [1, ...e.props.properties.required ? [] : [null]];
994
+ default:
995
+ return [1];
996
+ }
997
+ var t, r;
998
+ }, yn = (e) => e in Ye, vn = (e) => typeof e == "object" && e !== null && "taskStatus" in e, kn = (e, t = []) => t.reduce((r, n) => {
999
+ const { group: o, target: i } = n;
1000
+ if (!(o != null && o.length)) return [...r];
1001
+ const a = o.filter((s) => !!Number(s) || typeof s == "object" && s.questionIndex === e).map((s) => {
1002
+ const { comparator: l, value: u } = s;
1003
+ return { comparator: l, target: i, value: u };
1004
+ });
1005
+ return [...r, ...a];
1006
+ }, []), Oe = /* @__PURE__ */ new Set(["thanks", "uploading"]), B = _n()((e, t) => ({ addResponseGroupMeta: void 0, allResponses: [], answers: void 0, apiURL: "", avatars: { agentAvatar: { "1x": "", "2x": "" }, respondentAvatar: { "1x": "", "2x": "" } }, border: "#000000", cards: [], close: async (r = se) => {
1007
+ const n = t(), { fadeout: o, remove: i, trackHistory: a, studyType: s } = n;
1008
+ await o(r), He(n) || a({ event: "closed" }), Ee.info("SurveyClosing", { surveyId: n.surveyId }), tt.enable(), i({ initiator: rt.Closed, studyType: s });
1009
+ }, configureExitOnOverlayClick: () => {
1010
+ }, customMetadata: {}, destroy: async (r) => {
1011
+ const { eventEmitFn: n, fadeout: o, remove: i, studyType: a, surveyId: s } = t();
1012
+ n("survey.complete", s), await o(r), tt.enable(), i({ initiator: rt.Complete, studyType: a });
1013
+ }, enableCspTrustedTypes: !1, endCard: { headline: "" }, envId: "", eventEmitFn: ie.emit.bind(ie), fadeout: async (r) => {
1014
+ const { eventEmitFn: n, headers: o, viewDocument: i } = t();
1015
+ return be(o) ? Promise.resolve() : (n(A.SurveyFadingOut), new Promise((a) => {
1016
+ const s = i.getElementById(r);
1017
+ s ? (s.addEventListener("transitionend", () => {
1018
+ a();
1019
+ }), s.classList.remove("ul-app--visible")) : a();
1020
+ }));
1021
+ }, forceBrandedLogo: !1, frame: document.createElement("iframe"), handleClickEmbedButton: (r) => {
1022
+ const { cards: n, eventEmitFn: o, index: i } = t();
1023
+ o(r, { qid: n[i].name, props: n[i].props }), e(() => ({ hasViewedEmbed: !0 }));
1024
+ }, handleUploadUpdate: ({ mediaRecordingUid: r, isComplete: n, progressPct: o, isSubmitted: i }) => {
1025
+ var p, _, E;
1026
+ const { cards: a, destroy: s, index: l, uploadProgress: u } = t(), d = n || ((p = u[r]) == null ? void 0 : p.isComplete), c = { ...u, [r]: { progressPct: d ? 100 : o || ((_ = u[r]) == null ? void 0 : _.progressPct), isComplete: d, isSubmitted: i || ((E = u[r]) == null ? void 0 : E.isSubmitted) } };
1027
+ if (e({ uploadProgress: c }), a[l].type !== "uploading") return;
1028
+ const f = Object.entries(u).every(([y, v]) => !v.isSubmitted || v.isComplete || r == y && n);
1029
+ if (f && l >= a.length - 1) return s(se);
1030
+ e({ index: f ? l + 1 : l, uploadingCardViewed: !0 });
1031
+ }, hasViewedEmbed: !1, headers: { Authorization: "", "Content-Type": "", "userleap-platform": "web", "x-ul-environment-id": "", "x-ul-installation-method": "web-snippet", "x-ul-sdk-version": "", "x-ul-visitor-id": "" }, index: 0, isConversationalUI: !1, isPreview: !1, layout: "default", marketingUrl: "https://sprig.com", meta: { ch: 0, cw: 0, l: "", mode: null, p: "", sh: 0, sw: 0 }, mode: void 0, next: (r) => {
1032
+ const { allResponses: n, cards: o, eventEmitFn: i, index: a, responseGroupUid: s, submit: l, trackHistory: u, uploadProgress: d, viewedCardCount: c } = t(), f = Array.isArray(r.data) ? r.data : [r.data], p = Date.now(), _ = [...o], E = { response: [], responseGroupUid: s, questionIndex: a };
1033
+ let y = null;
1034
+ const v = n.slice(0);
1035
+ f.forEach((I, k) => {
1036
+ const h = _[a + k], { type: x, ...R } = I, S = { ...R, answeredAt: p };
1037
+ S.questionId = Math.floor(S.questionId);
1038
+ const j = S.value;
1039
+ ((O) => O && !Oe.has(O.type))(h) && (h.value = j, h.secondaryValue = S.secondaryValue || null), E.response.push(S);
1040
+ let H = j;
1041
+ x !== "multipleselect" && x !== "multiplechoice" || j === null || (H = x === "multiplechoice" ? Object.values(j).find((O) => O !== !1) : j, x === "multipleselect" && (H = _[a + k].props.options.reduce((O, U) => (j[U.id] && O.push(U.value), O), []))), v[a + k] = H, y = jr({ cards: _, index: a + k, hasEndCard: !!r.endCard, uploadProgress: d, allResponses: v });
1042
+ }), e({ allResponses: v }), (y === null || Oe.has(_[y].type)) && (E.completedAt = p);
1043
+ const m = l(E);
1044
+ if (y === null) return void r.completeSurvey();
1045
+ y && !Oe.has(_[y].type) && m.finally(() => {
1046
+ u({ event: "seen", index: y });
1047
+ });
1048
+ const w = _[y];
1049
+ _[y] && i && i("survey.question", { qid: w.name, props: w.props }), e({ cards: _, hasViewedEmbed: !1, index: y, viewedCardCount: c + 1 });
1050
+ }, pendingRemoveIframeReason: null, previewKey: null, previewMode: void 0, recorder: () => {
1051
+ }, recorderEventEmitter: ie, resolveTrackedPromise: () => {
1052
+ const { removeIframeIfReady: r } = t();
1053
+ e((n) => ({ unresolvedRequestCount: n.unresolvedRequestCount - 1 })), r();
1054
+ }, responseGroupUid: "", remove: ({ initiator: r, studyType: n }) => {
1055
+ const { eventEmitFn: o, removeIframeIfReady: i, surveyId: a } = t();
1056
+ e({ pendingRemoveIframeReason: r, studyType: n }), o(A.SurveyCloseRequested, { name: A.SurveyCloseRequested, initiator: r, studyType: n, "survey.id": a }), i();
1057
+ }, removeIframeIfReady: () => {
1058
+ const { eventEmitFn: r, pendingRemoveIframeReason: n, unresolvedRequestCount: o, studyType: i, surveyId: a } = t();
1059
+ n && o === 0 && (r(A.SurveyWillClose, { name: A.SurveyWillClose, initiator: n, studyType: i, "survey.id": a }), e({ pendingRemoveIframeReason: null, studyType: i }));
1060
+ }, seen: async () => {
1061
+ const { trackHistory: r } = t();
1062
+ return r({ event: "seen", isNew: !0 });
1063
+ }, slugName: null, showStripes: !1, showSurveyBrand: !1, startingQuestionIdx: null, styleNonce: "", submit: async ({ completedAt: r, questionIndex: n, response: o, responseGroupUid: i }) => {
1064
+ const a = t();
1065
+ if (!i || He(a)) return;
1066
+ const s = { responseGroupUid: i, meta: a.meta, customMetadata: a.customMetadata, responses: o, completedAt: r, previewKey: a.previewKey };
1067
+ if (typeof a.addResponseGroupMeta == "function") try {
1068
+ const u = await a.addResponseGroupMeta();
1069
+ typeof u == "object" && u !== null ? s.meta = { ...s.meta, ...u } : Ee.error("addResponseGroupMeta must return an object");
1070
+ } catch (u) {
1071
+ Ee.error("addResponseGroupMeta promise failed", u);
1072
+ }
1073
+ const l = await a.trackPromise(Ne(`${a.apiURL}/sdk/1/environments/${a.envId}/visitors/${a.userId}/responses/submit`, { body: JSON.stringify(s), headers: a.headers, method: "POST" }));
1074
+ l.ok ? o.forEach((u, d) => {
1075
+ a.eventEmitFn(A.QuestionAnswered, { ...u, questionIndex: n ? n + d : void 0, "survey.id": a.surveyId });
1076
+ }) : l.reportError && (console.warn("[Sprig] (ERR-427) Failed to submit response", l.error), await a.trackPromise(Ht(a, "submitResponse", l.error)));
1077
+ }, surveyId: 0, surveyVisitorAttributes: {}, tabTitle: "", trackHistory: async ({ event: r, index: n, isNew: o = !1 }) => {
1078
+ const i = t();
1079
+ if (He(i)) return;
1080
+ const { cards: a, index: s } = i;
1081
+ let l = n ?? s, u = a[l];
1082
+ for (; u; ) {
1083
+ const d = { sid: i.surveyId, qid: Math.floor(u.name), action: r, vid: i.userId, eid: i.envId, isNew: o, responseGroupUid: i.responseGroupUid, previewKey: i.previewKey }, c = await i.trackPromise(Ne(`${i.apiURL}/sdk/1/visitors/${i.userId}/surveys/${i.surveyId}/history`, { method: "POST", headers: i.headers, body: JSON.stringify(d) }));
1084
+ !c.ok && c.reportError && (console.warn("[Sprig] (ERR-428) Failed to track survey event", c.error), await i.trackPromise(Ht(i, "trackHistory", c.error)));
1085
+ const f = a[l + 1];
1086
+ if (!u.groupId || !(f != null && f.groupId) || f.groupId !== u.groupId) break;
1087
+ l++, u = f, o = !1;
1088
+ }
1089
+ }, trackPromise: async (r) => {
1090
+ const { resolveTrackedPromise: n } = t();
1091
+ return e((o) => ({ unresolvedRequestCount: o.unresolvedRequestCount + 1 })), r.then((o) => (n(), o)).catch((o) => {
1092
+ throw n(), o;
1093
+ });
1094
+ }, unresolvedRequestCount: 0, update: () => {
1095
+ var m, w, I;
1096
+ const { cards: r, index: n, headers: o, eventEmitFn: i, frame: a, useMobileStyling: s, surveyId: l, viewDocument: u, isConversationalUI: d } = t(), c = o["userleap-platform"] === "web", f = be(o), p = r[n], _ = p.type === "matrix" && !(p.props.properties.displayMatrixAsAccordion || s);
1097
+ !f && !s && ((m = a == null ? void 0 : a.setWidth) == null || m.call(a, Mr));
1098
+ const [E, y] = Tr(u, c && !s, f), v = d && E < 532 ? 532 : E;
1099
+ f ? (i(A.SurveyHeight, { name: A.SurveyHeight, contentFrameHeight: v, "survey.id": l }), i(A.SurveyWidth, { name: A.SurveyWidth, contentFrameWidth: y, "survey.id": l })) : ((w = a.setHeight) == null || w.call(a, v), !s && _ && ((I = a.setWidth) == null || I.call(a, y)));
1100
+ }, uploadingCardViewed: !1, uploadProgress: {}, useDesktopPrototype: void 0, useMobileStyling: !1, userId: "", viewDocument: window.document, viewedCardCount: 0, focusedQuestionId: null, setFocusedQuestionId: (r) => e({ focusedQuestionId: r }) })), He = (e) => !e.userId || e.meta && e.meta.mode === "test" || e.isPreview || e.previewMode, Ht = async (e, t, r) => {
1101
+ const { mode: n, userId: o, envId: i, apiURL: a, headers: s, viewDocument: l } = e, u = l.documentElement, d = { mode: n, screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: u.clientWidth, clientHeight: u.clientHeight, location: window.location.href, language: window.navigator.language }, c = { action: t, err: { message: `${r == null ? void 0 : r.name} - ${r == null ? void 0 : r.message}`, stack: r == null ? void 0 : r.stack }, meta: d, vid: o, envId: i };
1102
+ (await Ne(`${a}/sdk/1/errors`, { method: "POST", headers: Object.assign({ "x-ul-error": window.btoa(`userleap-${Date.now()}-error`) }, s), body: JSON.stringify(c) })).ok || console.warn("[Sprig] (ERR-444) Failed to report error to API", r);
1103
+ }, wn = () => {
1104
+ const { cards: e, close: t, endCard: r, headers: n, index: o } = B((s) => ({ cards: s.cards, close: s.close, endCard: s.endCard, headers: s.headers, index: s.index, useMobileStyling: s.useMobileStyling })), i = e.length, a = K(() => () => t(se), [t]);
1105
+ return ["email", "link"].includes(n["userleap-platform"]) || r && o + 1 === i ? null : b("div", { "aria-label": "Close button", className: "close-btn", onClick: a, onKeyPress: (s) => {
1106
+ s.key === "Enter" && a();
1107
+ }, role: "button", tabIndex: 0, children: b("svg", { fill: "none", height: "16px", viewBox: "0 0 13 13", width: "16px", xmlns: "http://www.w3.org/2000/svg", children: b("path", { d: "M2.54964 1.78369L1.78369 2.54964L5.73405 6.5L1.78369 10.4504L2.54964 11.2163L6.5 7.26595L10.4504 11.2163L11.2163 10.4504L7.26595 6.5L11.2163 2.54964L10.4504 1.78369L6.5 5.73405L2.54964 1.78369Z", fill: "#262136" }) }) });
1108
+ }, Cn = (e) => T("svg", { fill: "none", height: 24, viewBox: "0 0 24 24", width: 24, xmlns: "http://www.w3.org/2000/svg", ...e }, T("path", { d: "M17 10L12 15L7 10", stroke: "#0B2330", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 })), Sn = (e) => T("svg", { fill: "none", height: 10, viewBox: "0 0 10 10", width: 10, xmlns: "http://www.w3.org/2000/svg", ...e }, T("path", { d: "M9.15377 1.30774L4.07685 8.23082L1.30762 5.00005", stroke: "white", strokeLinecap: "round", strokeWidth: 2 })), En = ({ visible: e }) => b("div", { className: "sprig-check-background", style: { opacity: e ? 1 : 0 }, children: b(Sn, { className: "sprig-check" }) }), Mt = "250ms", Wn = Ge(({ animate: e, children: t, header: r, isOpen: n, onClick: o, showHeaderCheck: i }, a) => {
1109
+ const s = B((E) => E.update), l = G(null), [u, d] = Z(0), [c, f] = Z("none"), [p, _] = Z(!0);
1110
+ return N(() => {
1111
+ var y;
1112
+ const E = (y = l.current) == null ? void 0 : y.getBoundingClientRect();
1113
+ d(n && E ? E.height : 0);
1114
+ }, [n]), N(() => {
1115
+ s();
1116
+ }, [u, s]), N(() => {
1117
+ !u && n || !p || _(!1), f(e && !p ? `height ${Mt} ease` : "none");
1118
+ }, [e, p, u, n]), b("div", { className: "sprig-accordion", ref: a, children: [b("button", { className: "sprig-accordion-header-container", onClick: o, type: "button", children: [b("div", { className: "sprig-header-label-container", children: [b("span", { className: "sprig-header-label", children: r }), b(En, { visible: i })] }), b(Cn, { className: "sprig-caret", style: { transitionDuration: e ? Mt : "0", transform: n ? "rotate(-180deg)" : "none" } })] }), b("div", { className: "sprig-accordion-body", style: { transition: c, height: u }, children: b("div", { ref: l, children: t }) })] });
1119
+ }), Ur = ({ style: e, stroke: t = "black" }) => b("svg", { fill: "none", height: "10", style: e, viewBox: "0 0 12 10", width: "12", xmlns: "http://www.w3.org/2000/svg", children: [b("path", { d: "M1.47839 5.2085L10.9384 5.2085", stroke: t, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.35" }), b("path", { d: "M7.0686 1.15845L10.9386 5.20845L7.0686 9.25845", stroke: t, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.35" })] }), Me = (...e) => e.filter(Boolean).join(" "), In = (e, t, r) => {
1120
+ const n = t ? "--mobile" : "--desktop";
1121
+ return `${e + n} ${e + (r ? `${n}_${r}` : "")} ${e}`;
1122
+ }, Ln = (e, t) => `${e} ${e}__${t}`, Or = ({ logoOnly: e = !1, style: t = {} }) => b("svg", { alt: (e ? "Powered by " : "") + "Sprig", fill: "none", height: "15", style: { display: "block", ...t }, viewBox: e ? "79 0 31 15" : "0 0 112 15", width: e ? "35" : "112", xmlns: "http://www.w3.org/2000/svg", children: [!e && b("path", { d: "M0.648926 12.0181V2.8584H4.21631C6.0127 2.8584 7.25684 4.06445 7.25684 5.86084V5.87354C7.25684 7.66357 6.0127 8.88867 4.21631 8.88867H2.0708V12.0181H0.648926ZM3.86084 4.05811H2.0708V7.69531H3.86084C5.09229 7.69531 5.80957 7.02881 5.80957 5.87988V5.86719C5.80957 4.72461 5.09229 4.05811 3.86084 4.05811ZM11.6621 12.1514C9.63721 12.1514 8.39941 10.7993 8.39941 8.57764V8.56494C8.39941 6.34961 9.64355 4.99121 11.6621 4.99121C13.6743 4.99121 14.9185 6.34326 14.9185 8.56494V8.57764C14.9185 10.7993 13.6807 12.1514 11.6621 12.1514ZM11.6621 11.0024C12.8428 11.0024 13.5156 10.1011 13.5156 8.57764V8.56494C13.5156 7.03516 12.8428 6.14014 11.6621 6.14014C10.4751 6.14014 9.80859 7.03516 9.80859 8.56494V8.57764C9.80859 10.1074 10.4751 11.0024 11.6621 11.0024ZM17.6226 12.0181L15.7183 5.12451H17.1021L18.3398 10.4438H18.4414L19.8633 5.12451H21.1709L22.5928 10.4438H22.7007L23.9321 5.12451H25.2969L23.3989 12.0181H21.9834L20.5552 6.87646H20.4473L19.0254 12.0181H17.6226ZM29.334 12.1514C27.3154 12.1514 26.0967 10.7739 26.0967 8.59033V8.58398C26.0967 6.43213 27.3408 4.99121 29.2642 4.99121C31.1875 4.99121 32.3682 6.38135 32.3682 8.45068V8.93311H27.4805C27.5059 10.2534 28.2295 11.0215 29.3657 11.0215C30.248 11.0215 30.7749 10.5835 30.9399 10.228L30.9653 10.1772L32.292 10.1709L32.2793 10.228C32.0508 11.1357 31.0986 12.1514 29.334 12.1514ZM29.2705 6.12109C28.3311 6.12109 27.6201 6.76221 27.4995 7.94922H31.0034C30.8955 6.71777 30.2036 6.12109 29.2705 6.12109ZM34.0059 12.0181V5.12451H35.3833V6.16553H35.4849C35.7324 5.43555 36.3735 5.00391 37.2939 5.00391C37.5161 5.00391 37.7573 5.03564 37.897 5.06738V6.33691C37.6494 6.28613 37.4146 6.25439 37.1543 6.25439C36.1006 6.25439 35.3833 6.90186 35.3833 7.89844V12.0181H34.0059ZM41.9277 12.1514C39.9092 12.1514 38.6904 10.7739 38.6904 8.59033V8.58398C38.6904 6.43213 39.9346 4.99121 41.8579 4.99121C43.7812 4.99121 44.9619 6.38135 44.9619 8.45068V8.93311H40.0742C40.0996 10.2534 40.8232 11.0215 41.9595 11.0215C42.8418 11.0215 43.3687 10.5835 43.5337 10.228L43.5591 10.1772L44.8857 10.1709L44.873 10.228C44.6445 11.1357 43.6924 12.1514 41.9277 12.1514ZM41.8643 6.12109C40.9248 6.12109 40.2139 6.76221 40.0933 7.94922H43.5972C43.4893 6.71777 42.7974 6.12109 41.8643 6.12109ZM49.1133 12.1323C47.3804 12.1323 46.2568 10.7422 46.2568 8.57764V8.56494C46.2568 6.38135 47.3613 5.00391 49.1133 5.00391C50.0591 5.00391 50.8652 5.47363 51.2334 6.21631H51.3413V2.42041H52.7124V12.0181H51.3413V10.9326H51.2334C50.8335 11.688 50.0781 12.1323 49.1133 12.1323ZM49.5068 10.958C50.6558 10.958 51.3604 10.0503 51.3604 8.57764V8.56494C51.3604 7.09229 50.6494 6.18457 49.5068 6.18457C48.3516 6.18457 47.6597 7.08594 47.6597 8.56494V8.57764C47.6597 10.0566 48.3516 10.958 49.5068 10.958ZM61.98 12.1323C61.0151 12.1323 60.2598 11.688 59.8599 10.9326H59.7583V12.0181H58.3809V2.42041H59.7583V6.21631H59.8599C60.228 5.47363 61.0342 5.00391 61.98 5.00391C63.7319 5.00391 64.8364 6.38135 64.8364 8.56494V8.57764C64.8364 10.7422 63.7192 12.1323 61.98 12.1323ZM61.5928 10.958C62.7417 10.958 63.4336 10.0566 63.4336 8.57764V8.56494C63.4336 7.08594 62.7417 6.18457 61.5928 6.18457C60.4438 6.18457 59.7329 7.09229 59.7329 8.56494V8.57764C59.7329 10.0503 60.4438 10.958 61.5928 10.958ZM66.8867 14.4429C66.7153 14.4429 66.5122 14.4302 66.3345 14.4111V13.3257C66.4678 13.3447 66.6392 13.3511 66.7979 13.3511C67.439 13.3511 67.8262 13.0781 68.0293 12.3799L68.1309 12.0244L65.6299 5.12451H67.1152L68.8418 10.6343H68.9624L70.6826 5.12451H72.1299L69.5654 12.2847C68.9814 13.9287 68.2832 14.4429 66.8867 14.4429Z", fill: "black", fillOpacity: "0.7" }), b("path", { d: "M81.1088 6.63629C79.6878 6.32154 78.9672 5.76865 78.9672 4.99369C78.9672 4.19299 79.736 3.5886 80.7556 3.5886C81.8066 3.5886 82.5995 4.25285 82.5995 5.13336V5.20352H84.0518V5.13336C84.0518 3.52424 82.6405 2.30774 80.7693 2.30774C79.8676 2.30774 79.0414 2.58451 78.4433 3.08655C78.1463 3.33144 77.9077 3.63818 77.7448 3.98479C77.5818 4.33141 77.4984 4.70934 77.5005 5.09153C77.4946 5.44197 77.5675 5.78934 77.714 6.10857C77.8605 6.42779 78.0769 6.71092 78.3475 6.93752C78.8512 7.37584 79.5659 7.70024 80.4709 7.90299C81.9949 8.23898 82.7676 8.81054 82.7676 9.60094C82.7676 10.4576 81.9258 11.1032 80.813 11.1032C79.6571 11.1032 78.7854 10.3856 78.7854 9.43424V9.36408H77.3318V9.43424C77.3318 11.1167 78.8219 12.3847 80.7973 12.3847C81.7421 12.3847 82.6093 12.0983 83.2393 11.5769C83.5519 11.3237 83.8034 11.0048 83.9753 10.6433C84.1472 10.2818 84.2352 9.88702 84.2329 9.48766C84.2329 8.05875 83.1833 7.09907 81.1088 6.63629Z", fill: "black", fillOpacity: "0.7" }), b("path", { d: "M89.2394 4.68276C88.6963 4.67605 88.1596 4.79915 87.6751 5.04156C87.1905 5.28397 86.7725 5.63851 86.4566 6.07497V4.85204H85.0747V14.8479H86.4566V11.0356C86.7725 11.472 87.1906 11.8265 87.6751 12.0688C88.1596 12.3111 88.6963 12.434 89.2394 12.4272C91.3836 12.4272 93 10.7627 93 8.55495C93 6.34723 91.3836 4.68276 89.2394 4.68276ZM91.5608 8.84202C91.5057 9.41605 91.2512 9.95356 90.8406 10.3633C90.4299 10.773 89.8883 11.0296 89.3078 11.0896C88.5363 11.1669 87.8177 10.9461 87.2841 10.4692C86.7505 9.99222 86.4566 9.3106 86.4566 8.55495C86.4566 7.10159 87.5538 6.00546 89.0087 6.00546C89.7619 6.00546 90.4421 6.29124 90.9171 6.81002C91.407 7.34232 91.6357 8.06385 91.5608 8.84202Z", fill: "black", fillOpacity: "0.7" }), b("path", { d: "M109.95 4.85407V6.06349C109.298 5.18298 108.292 4.68286 107.153 4.68286C105.017 4.68286 103.406 6.31709 103.406 8.48426C103.406 10.6514 105.017 12.285 107.153 12.285C108.296 12.285 109.303 11.79 109.95 10.9185V11.1046C109.95 12.6101 108.993 13.5826 107.513 13.5826C106.513 13.5826 105.68 13.1494 105.284 12.424L105.264 12.3867H103.838L103.871 12.48C104.112 13.1892 104.583 13.8001 105.211 14.2179C105.841 14.6324 106.637 14.8512 107.513 14.8512C108.637 14.8512 109.594 14.4972 110.28 13.8285C110.967 13.1597 111.332 12.2194 111.332 11.1213V4.85407H109.95ZM109.175 10.3502C108.588 10.905 107.752 11.138 106.879 10.9887C106.361 10.8984 105.886 10.6475 105.523 10.2725C105.16 9.89751 104.927 9.41787 104.859 8.90328C104.736 8.03757 104.999 7.21756 105.581 6.655C106.069 6.19093 106.723 5.93643 107.401 5.94699C107.565 5.94713 107.729 5.96026 107.891 5.98625C108.946 6.15489 109.781 7.01609 109.921 8.0852C110.039 8.96507 109.766 9.78958 109.175 10.3502Z", fill: "black", fillOpacity: "0.7" }), b("path", { d: "M101.89 2.12378C101.63 2.06766 101.358 2.11486 101.133 2.25518C100.908 2.39551 100.747 2.61769 100.687 2.87371C100.626 3.12973 100.67 3.39902 100.809 3.62339C100.947 3.84775 101.17 4.00917 101.428 4.07275C101.503 4.08936 101.58 4.09778 101.657 4.09786C101.906 4.09824 102.146 4.0083 102.331 3.84518C102.517 3.68206 102.636 3.45714 102.664 3.21327C102.693 2.9694 102.63 2.72361 102.487 2.5227C102.344 2.32179 102.132 2.17981 101.89 2.12378Z", fill: "black", fillOpacity: "0.7" }), b("path", { d: "M100.967 10.934H99.7755C98.9285 10.934 98.4196 10.3644 98.4196 9.40982C98.4196 8.4791 98.8757 7.36945 99.8054 6.01778L99.8178 5.99976V5.61807L95.8571 5.06453C95.8585 4.90331 95.8162 4.74466 95.7346 4.60501C95.653 4.46536 95.5352 4.34979 95.3932 4.27027C95.0381 4.07718 94.6498 4.07717 94.3279 4.26383C94.1667 4.35799 94.035 4.4945 93.9476 4.65816C93.8602 4.82182 93.8205 5.00623 93.8328 5.19087C93.8452 5.37552 93.9092 5.55315 94.0176 5.70402C94.1261 5.85489 94.2748 5.97309 94.4472 6.04546L93.2151 12.258H94.5833L95.7196 6.35891L97.8593 6.7155C97.284 7.73439 96.9921 8.68442 96.9921 9.53919C96.9921 11.1168 97.9577 12.1498 99.5187 12.2496V12.258H102.346V4.87723H100.967V10.934Z", fill: "black", fillOpacity: "0.7" })] }), Rn = ({ forceBrandedLogo: e, marketingUrlLink: t }) => b("div", { className: e ? "yellow-footer-logo" : "", style: { marginTop: "4px", marginBottom: "4px" }, children: b("a", { href: t, rel: "noreferrer", target: "_blank", children: b("div", { style: { display: "flex" }, children: [b(Or, { logoOnly: !1 }), e && b(Ur, { style: { display: "block", margin: "auto 0 auto 4px", transform: "rotateY(0deg) rotate(-45deg)" } })] }) }) }), jn = ({ marketingUrlLink: e }) => b("a", { dir: "ltr", href: e, rel: "noreferrer", target: "_blank", children: b("div", { className: "thank-you-card-link", children: [b("div", { className: "sprig-box-logo", children: b(Or, { logoOnly: !0, style: { margin: "auto" } }) }), b("div", { children: b("p", { children: ["Capture insights about your own product", b(Ur, { style: { display: "inline-flex", marginInlineStart: "4px", verticalAlign: "middle" } })] }) })] }) }), Zn = (e) => (e == null ? void 0 : e.buttonText) || "Next", Gn = (e) => (e == null ? void 0 : e.skipButtonText) || "Skip", Un = ({ marketingUrl: e, slugName: t, surveyId: r, forceBrandedLogo: n }) => `${e}?utm_source=survey_branding&utm_medium=website&utm_campaign=${t}&utm_content=${r}${n ? "&utm_term=poweredby_pill" : ""}`, On = () => {
1123
+ var v;
1124
+ const { border: e, cards: t, forceBrandedLogo: r, headers: n, index: o, marketingUrl: i, showSurveyBrand: a, slugName: s, surveyId: l, viewedCardCount: u } = B((m) => ({ border: m.border, cards: m.cards, forceBrandedLogo: m.forceBrandedLogo, headers: m.headers, index: m.index, marketingUrl: m.marketingUrl, showSurveyBrand: m.showSurveyBrand, slugName: m.slugName, surveyId: m.surveyId, viewedCardCount: m.viewedCardCount })), d = G(null), c = t.filter((m) => m.type !== "uploading" && m.type !== "thanks"), f = ((m, w) => {
1125
+ const I = /* @__PURE__ */ new Set(["thanks", "uploading"]);
1126
+ if (w >= m.length || w < 0 || I.has(m[w].type)) return 0;
1127
+ const k = m.filter((x) => !I.has(x.type));
1128
+ if (w === k.length - 1) return 1;
1129
+ const h = { [k.length - 1]: 1, [-1]: 0 };
1130
+ for (let x = k.length - 2; x >= w; x--) {
1131
+ const R = k[x], S = kn(x, R.props.routingOptions);
1132
+ if (S.length === 0) {
1133
+ h[x] = h[x + 1] + 1;
1134
+ continue;
1135
+ }
1136
+ let j = 0, H = xn(R);
1137
+ if (H === null) return k.length - 1 - w;
1138
+ for (let O = 0; O < S.length && H.length !== 0; O++) {
1139
+ const { comparator: U, target: pe, value: Ce } = S[O], ne = H.filter((M) => {
1140
+ const J = bn({ value: M }, R.type, M), C = Rr(M, R.type);
1141
+ return !(J && U === "answered" || C && U === "partial" || !J && !C && U === "skipped" || U === "given_up" && vn(M) && M.taskStatus === "given.up" || J && R.type === "open" && (U === "contains" || U === "notcontains") || J && yn(U) && Ye[U](M, Ce));
1142
+ });
1143
+ if (ne.length < H.length) {
1144
+ const M = parseInt(String(pe), 10);
1145
+ if (M !== -1 && M <= x || M >= k.length) return k.length - 1 - w;
1146
+ j = Math.max(h[M] + 1, j);
1147
+ }
1148
+ H = ne;
1149
+ }
1150
+ H.length > 0 && (j = Math.max(h[x + 1] + 1, j)), h[x] = j;
1151
+ }
1152
+ return h[w];
1153
+ })(t, o), p = u + 1, _ = p / (p + f), E = Un({ marketingUrl: i, slugName: s, surveyId: l, forceBrandedLogo: r });
1154
+ N(() => {
1155
+ d.current && (d.current.style.width = 100 * _ + "%");
1156
+ }, [_]);
1157
+ const y = ((v = t[o]) == null ? void 0 : v.type) === "thanks";
1158
+ return b("footer", { className: "ul-footer " + (n["userleap-platform"] === "link" ? "ul-footer__link" : ""), children: y && r ? b(jn, { marketingUrlLink: E }) : b(V, { children: [c.length > 1 && b("div", { className: "ul-progress-bar-container ul-progress-bar-container__footer", children: b("div", { className: "ul-progress-bar-current", ref: d, style: { border: `1px solid ${e || "#000"}` } }) }), a ? b(Rn, { forceBrandedLogo: r, marketingUrlLink: E }) : null] }) });
1159
+ }, Hn = /<piped-value\b([^>]*)>.*?<\/piped-value>/gis, Tt = ["questionHtml", "captionHtml", "footerHtml", "richTextBody"], Xe = (e) => !!e.props && typeof e.props == "object" && "properties" in e.props, Te = (e) => !!e.props && typeof e.props == "object" && "options" in e.props && Array.isArray(e.props.options), At = (e) => ["string", "number"].includes(typeof e), Nt = (e) => e.length === 0 ? "" : e.length === 1 ? e[0] : e.join(", "), Mn = (e) => {
1160
+ var r, n;
1161
+ const t = ((o) => o != null && typeof o == "object" && "value" in o)(e) ? e.value : void 0;
1162
+ if (t != null) {
1163
+ if (e.type === "multipleselect" && Te(e) && ((o) => !!o && typeof o == "object" && !Array.isArray(o))(t)) {
1164
+ const o = e.secondaryValue ?? null, i = e.props.options.filter((a) => t[String(a.id)] === !0).map((a) => {
1165
+ var s;
1166
+ return a.label + ((s = o == null ? void 0 : o[String(a.id)]) != null && s.userText ? `: ${o[String(a.id)].userText}` : "");
1167
+ });
1168
+ return i.length ? Nt(i) : "No options selected";
1169
+ }
1170
+ if (e.type === "multiplechoice" && typeof t == "object" && t !== null) {
1171
+ const o = e.secondaryValue ?? null, i = Object.keys(t)[0];
1172
+ if (i) {
1173
+ const a = e.props.options.find((s) => String(s.id) === i);
1174
+ return (a == null ? void 0 : a.label) + ((r = o == null ? void 0 : o[i]) != null && r.userText ? `: ${(n = o == null ? void 0 : o[i]) == null ? void 0 : n.userText}` : "");
1175
+ }
1176
+ }
1177
+ if (e.type === "matrix" && Te(e) && ((o) => {
1178
+ if (!Xe(o)) return !1;
1179
+ const i = o.props.properties;
1180
+ return !!i && typeof i == "object" && "matrixColumn" in i;
1181
+ })(e)) {
1182
+ const o = e.props.options, i = e.props.properties.matrixColumn, a = [];
1183
+ for (const [s, l] of Object.entries(t)) {
1184
+ const u = o.find((_) => String(_.id) === s), d = (u == null ? void 0 : u.label) ?? s, c = At(l) ? String(l) : JSON.stringify(l), f = i.find((_) => _.value === c), p = (f == null ? void 0 : f.label) ?? c;
1185
+ a.push(`${d}: ${p}`);
1186
+ }
1187
+ return a.join("; ");
1188
+ }
1189
+ if (e.type === "rankorder" && Te(e)) {
1190
+ const o = e.props.options.reduce((a, s) => (a[String(s.id)] = s.label, a), {}), i = [];
1191
+ for (const [a, s] of Object.entries(t)) {
1192
+ const l = o[a];
1193
+ l && (i[s - 1] = l);
1194
+ }
1195
+ return Nt(i);
1196
+ }
1197
+ if (At(t)) {
1198
+ const o = String(t).replaceAll(/[\u200B-\u200D\uFEFF]/g, "").trim();
1199
+ return o === "" ? void 0 : o;
1200
+ }
1201
+ try {
1202
+ return JSON.stringify(t);
1203
+ } catch {
1204
+ return String(t);
1205
+ }
1206
+ }
1207
+ }, Qn = (e, t) => e.map((r) => {
1208
+ if (!Xe(r) || r.props.properties === void 0 || r.props.properties === null) return r;
1209
+ const n = r.props.properties;
1210
+ if (n === null || typeof n != "object" || !Tt.some((a) => a in n)) return r;
1211
+ let o = !1;
1212
+ const i = {};
1213
+ for (const a of Tt) {
1214
+ const s = n[a];
1215
+ if (s !== void 0) {
1216
+ const l = Tn(s, t);
1217
+ i[a] = l, l !== s && (o = !0);
1218
+ }
1219
+ }
1220
+ return o ? { ...r, props: { ...r.props, properties: { ...n, ...i } } } : r;
1221
+ }), Pt = (e, t) => {
1222
+ const r = new RegExp(`${t}="([^"]*)"`, "i").exec(e);
1223
+ return (r == null ? void 0 : r[1]) ?? null;
1224
+ }, Tn = (e, t) => {
1225
+ if (e == null) return e;
1226
+ let r = !1;
1227
+ const n = e.replace(Hn, (o, i) => {
1228
+ r = !0;
1229
+ const a = Pt(i, "answer-id"), s = Pt(i, "fallback-text") ?? "";
1230
+ if (!a) return s;
1231
+ const l = a.startsWith("attr-") ? a : Number(a);
1232
+ if (Object.hasOwn(t, l)) {
1233
+ const u = t[l];
1234
+ return String(u);
1235
+ }
1236
+ return s;
1237
+ });
1238
+ return r ? n : e;
1239
+ }, An = (e, t) => {
1240
+ const r = {};
1241
+ if (t) for (const [n, o] of Object.entries(t)) typeof o == "string" ? r[`attr-${n}`] = o : o != null && (r[`attr-${n}`] = JSON.stringify(o));
1242
+ for (const n of e) {
1243
+ const o = Mn(n);
1244
+ o !== void 0 && (r[n.name] = o);
1245
+ }
1246
+ return r;
1247
+ }, Kn = (e) => {
1248
+ var t;
1249
+ return Xe(e) && ((t = e.props.properties) != null && t.questionHtml) && typeof e.props.properties.questionHtml == "string" ? e.props.properties.questionHtml.replace(/<[^>]*>/g, "").trim() : e.props && "message" in e.props && typeof e.props.message == "string" ? e.props.message.trim() : e.props && "questionHtml" in e.props && typeof e.props.questionHtml == "string" ? e.props.questionHtml.replace(/<[^>]*>/g, "").trim() : "";
1250
+ }, Nn = () => {
1251
+ const { border: e, cards: t, index: r, focusedQuestionId: n, isConversationalUI: o } = B((s) => ({ border: s.border, cards: s.cards, index: s.index, focusedQuestionId: s.focusedQuestionId, isConversationalUI: s.isConversationalUI })), { totalQuestions: i, fraction: a } = K(() => {
1252
+ var d;
1253
+ const s = t.filter((c) => c.type !== "uploading" && c.type !== "thanks"), l = s.length;
1254
+ if (l <= 1) return { totalQuestions: l, fraction: 0 };
1255
+ if (((d = t[r]) == null ? void 0 : d.type) === "thanks") return { totalQuestions: l, fraction: 1 };
1256
+ let u = 0;
1257
+ return u = o ? r + 1 : s.findIndex((c) => c.name === n), { totalQuestions: l, fraction: u / (l + 1) };
1258
+ }, [t, r, n, o]);
1259
+ return i <= 1 ? null : b("div", { className: "ul-progress-bar-container ul-progress-bar-container__header", children: b("div", { className: "ul-progress-bar-current", style: { width: 100 * a + "%", border: `1px solid ${e ?? "#000"}` } }) });
1260
+ }, Pn = we(() => import("./conversational-ui-BYWN-x1R.js")), Vn = we(async () => ({ default: (await import("./index-BSk-C5b7.js")).PageCard })), qn = () => {
1261
+ const { answers: e, border: t, cards: r, close: n, configureExitOnOverlayClick: o, destroy: i, endCard: a, eventEmitFn: s, fontFamily: l, headers: u, isConversationalUI: d, index: c, next: f, previewMode: p, productConfig: _, seen: E, showStripes: y, studyType: v, surveyId: m, surveyVisitorAttributes: w, update: I, useMobileStyling: k, viewDocument: h } = B((C) => ({ answers: C.answers, border: C.border, cards: C.cards, close: C.close, configureExitOnOverlayClick: C.configureExitOnOverlayClick, destroy: C.destroy, endCard: C.endCard, eventEmitFn: C.eventEmitFn, fontFamily: C.fontFamily, headers: C.headers, index: C.index, isConversationalUI: C.isConversationalUI, previewMode: C.previewMode, productConfig: C.productConfig, next: C.next, seen: C.seen, showStripes: C.showStripes, studyType: C.studyType, surveyId: C.surveyId, surveyVisitorAttributes: C.surveyVisitorAttributes, update: C.update, useMobileStyling: C.useMobileStyling, viewDocument: C.viewDocument })), x = G(null), R = G(!1), S = G(!1), j = u["userleap-platform"], { props: H, type: O, name: U } = r[c];
1262
+ N(() => {
1263
+ if (window.Sprig) return window.Sprig.trackHistory = (C) => B.getState().trackHistory(C), () => {
1264
+ window.Sprig.trackHistory = void 0;
1265
+ };
1266
+ }, []), N(() => {
1267
+ x.current && (x.current.classList.contains("ul-app--visible") || x.current.classList.add("ul-app--visible"), !R.current && s && (R.current = !0, s(A.SurveyAppeared, { name: A.SurveyAppeared, "survey.id": m })));
1268
+ }, [s, m]), N(() => {
1269
+ const C = () => {
1270
+ h.visibilityState === "visible" && (E(), h.removeEventListener("visibilitychange", C));
1271
+ };
1272
+ return h.addEventListener("visibilitychange", C), C(), () => {
1273
+ h.removeEventListener("visibilitychange", C);
1274
+ };
1275
+ }, [E, h]);
1276
+ const pe = ye(async () => {
1277
+ if (!h) return;
1278
+ const C = h.getElementById("conversational-ui-styles");
1279
+ if (!d && C) return C.remove(), void (S.current = !1);
1280
+ if (d && !C) {
1281
+ const q = await import("./conversational-styles-BiL7hMhj.js");
1282
+ Ae({ document: h, elementId: "conversational-ui-styles", styleString: q.default }), requestAnimationFrame(() => {
1283
+ I();
1284
+ }), S.current = !0;
1285
+ }
1286
+ }, [d, h, I]);
1287
+ N(() => {
1288
+ o(() => n());
1289
+ }, [n, o]), N(() => {
1290
+ pe();
1291
+ }, [pe, h]);
1292
+ const Ce = K(() => Nr(r, c), [r, c]), ne = An(r, w), M = ye((C) => {
1293
+ f({ data: C, completeSurvey: () => i(se), endCard: a }), Ar(h);
1294
+ }, [f, i, a, h]);
1295
+ if (e) {
1296
+ for (const C of e) if (C.questionId === U) {
1297
+ let q;
1298
+ if (O === "multiplechoice") {
1299
+ const $ = H.options.find(({ value: Se }) => Se === C.value);
1300
+ if (!$) break;
1301
+ q = { [$.id]: $.value };
1302
+ } else q = C.value;
1303
+ M({ value: q, type: O, questionId: C.questionId });
1304
+ break;
1305
+ }
1306
+ }
1307
+ const J = !k && ((_ == null ? void 0 : _.framePosition) === "center" || (_ == null ? void 0 : _.desktopDisplay) === "center-modal" || ((_ == null ? void 0 : _.placement) || "").includes("center"));
1308
+ return d && !S.current && Ie(v) ? null : b("div", { className: Me("ul-app", be(u) ? "ul-app--visible" : "ul-app--overlay"), dir: "auto", id: se, onClick: (C) => {
1309
+ var et;
1310
+ const q = window.sprigAPI, $ = C.target;
1311
+ if (!q || !$) return;
1312
+ const Se = [$, $.parentElement];
1313
+ for (const fe of Se) if (((et = fe == null ? void 0 : fe.tagName) == null ? void 0 : et.toLowerCase()) === "a") {
1314
+ C.preventDefault();
1315
+ try {
1316
+ const oe = new URL(fe.href);
1317
+ oe.protocol !== "http:" && oe.protocol !== "https:" || (q == null || q.openUrl(oe.toString()));
1318
+ } catch (oe) {
1319
+ console.error(oe);
1320
+ }
1321
+ return;
1322
+ }
1323
+ }, ref: x, style: { "--theme": t, ...l ? { fontFamily: l.replace(";", "") } : {}, ...J ? { position: "relative" } : {} }, children: b("div", { className: "ul-app__container", children: b("div", { className: Me(In("ul-card__container", k, v)), style: { ...v !== "feedbackButton" || (_ == null ? void 0 : _.desktopDisplay) === "center-modal" ? { borderColor: t } : {}, ...(_ == null ? void 0 : _.desktopDisplay) === "slider" ? { margin: "0px" } : {} }, children: [b("div", { className: "sprig-container", children: [y && b("div", { className: "ul-header__container", dir: "ltr", children: b("div", { className: "ul-header", children: "For development purposes only" }) }), p && b("div", { className: "ul-header__container", dir: "ltr", children: b("div", { className: "ul-header", children: "Preview Mode: Response will not be recorded." }) }), Ie(v) && b(Nn, {}), b("div", { className: Me(Ln("ul-card-main-content", j)), children: b(X, d ? { fallback: null, children: b(Pn, { cards: r, next: M, previousResponses: ne }) } : { fallback: null, children: b(Vn, { cards: Ce, next: M, previousResponses: ne }) }) }), !Ie(v) && b(On, {})] }), !d && b(wn, {})] }) }) });
1324
+ }, Hr = () => MediaRecorder.isTypeSupported("video/webm") ? "video/webm" : "video/mp4", Vt = (e) => {
1325
+ const t = { audioBitsPerSecond: 128e3, videoBitsPerSecond: 25e5, mimeType: Hr() };
1326
+ return new MediaRecorder(e, t);
1327
+ }, qt = (e, t, r) => {
1328
+ r[t] = [], e.ondataavailable = function(n) {
1329
+ r[t].push(n.data);
1330
+ }, e.currentMediaRecordingUid = t, e.start();
1331
+ };
1332
+ function zt(e, t, r, n, o, i) {
1333
+ if (e && e.state !== "inactive") {
1334
+ const { "begin.callback": a } = n, s = e.currentMediaRecordingUid;
1335
+ if (!s) return;
1336
+ a && a(s), e.onstop = () => async function(l, u, d, c, f, p, _) {
1337
+ const E = B.getState().viewDocument, { "upload.callback": y, "progress.callback": v } = c, m = { mediaType: d, updatedAt: (/* @__PURE__ */ new Date()).toISOString(), mediaRecordingUid: f, ...c["passthrough.data"] }, w = await (async (x, R) => {
1338
+ var j;
1339
+ const S = await fetch(R, { method: "POST", cache: "no-cache", headers: { "Content-Type": "application/json" }, body: JSON.stringify(x) });
1340
+ if (S.ok) {
1341
+ const H = await S.json();
1342
+ return (j = H == null ? void 0 : H.upload) == null ? void 0 : j.url;
1343
+ }
1344
+ return null;
1345
+ })(m, l);
1346
+ if (!w) return void (y && y(null, { message: "failed to get upload url" }));
1347
+ const I = new Blob(_, { type: Hr() });
1348
+ if (!E.defaultView) return;
1349
+ const k = new E.defaultView.File([I], `recording video ${Date.now()}`), h = p.createUpload({ endpoint: w, file: k, chunkSize: 5120 });
1350
+ h.on("error", (x) => {
1351
+ y && y(null, x);
1352
+ }), h.on("progress", (x) => {
1353
+ v && v(f, x);
1354
+ }), h.on("success", () => {
1355
+ y && y(f, !0);
1356
+ });
1357
+ }(t, 0, r, n, s, o, i), e.stop();
1358
+ }
1359
+ }
1360
+ const zn = { state: { chunks: {} }, stopRecording(e) {
1361
+ const { uploadApiEndpoint: t, avRecorder: r, screenRecorder: n, UpChunk: o } = this.state, i = this.state.avStream && this.state.avStream.getVideoTracks().length > 0 ? "video" : "audio";
1362
+ this.state.chunks && t && o && (r != null && r.currentMediaRecordingUid && zt(r, t, i, e, o, this.state.chunks[r == null ? void 0 : r.currentMediaRecordingUid]), n != null && n.currentMediaRecordingUid && zt(n, t, "screen", e, o, this.state.chunks[n == null ? void 0 : n.currentMediaRecordingUid]));
1363
+ }, handleCancelledStream(e) {
1364
+ const t = e.getVideoTracks(), r = e.getAudioTracks();
1365
+ let n = t.length && t[0];
1366
+ n = n || r.length && r[0], n && n.addEventListener("ended", () => {
1367
+ [this.state.avRecorder, this.state.screenRecorder].map((o) => {
1368
+ o && (o.state === "recording" && o.stop(), o.stream.getTracks().map((i) => {
1369
+ i.readyState === "live" && i.stop();
1370
+ }));
1371
+ }), Object.assign(this.state, { avStream: null, captureStream: null, avRecorder: null, screenRecorder: null });
1372
+ });
1373
+ }, taskDurationMillisecond() {
1374
+ return this.state.startTime ? (/* @__PURE__ */ new Date()).getTime() - this.state.startTime.getTime() : 0;
1375
+ }, setUpChunk(e) {
1376
+ this.state.UpChunk = e;
1377
+ }, configure(e, t) {
1378
+ Object.assign(this.state, t), this.state.uploadApiEndpoint = `${t.apiURL}/2/environments/integrations/upload`, this.state.chunks = {}, e.on("permission.status", this.permissionStatusCallback.bind(this)), e.on("av.permission", async (r) => {
1379
+ this.avPermissionCallback(r);
1380
+ }), e.on("begin.recording", this.beginRecordingCallback.bind(this)), e.on("start.task", this.startTaskCallback.bind(this)), e.on("screen.permission", async (r) => {
1381
+ this.screenPermissionCallback(r);
1382
+ }), e.on("finish.task", async (r) => {
1383
+ this.finishTaskCallback(r);
1384
+ });
1385
+ }, async avPermissionCallback(e) {
1386
+ var n, o, i;
1387
+ const { "stream.ready": t, "permission.descriptors": r } = e;
1388
+ try {
1389
+ (n = this.state.avStream) != null && n.active && (this.state.avStream.getTracks().map((a) => a.readyState === "live" && a.stop()), ((o = this.state.captureStream) == null ? void 0 : o.getAudioTracks().length) === 1 && this.state.captureStream.removeTrack(this.state.captureStream.getAudioTracks()[0])), this.state.avStream = await navigator.mediaDevices.getUserMedia({ video: r.includes("camera"), audio: !0 }), ((i = this.state.captureStream) == null ? void 0 : i.getAudioTracks().length) === 0 && this.state.captureStream.addTrack(this.state.avStream.getAudioTracks()[0]), this.handleCancelledStream(this.state.avStream);
1390
+ } catch (a) {
1391
+ return console.warn("Error: failed to get permissions: " + a), void (t && t(null, null));
1392
+ }
1393
+ t && t(this.state.avStream, this.state.captureStream);
1394
+ }, async screenPermissionCallback(e) {
1395
+ const { "screen.permission.requested": t, "stream.ready.callback": r } = e;
1396
+ t == null || t(!0);
1397
+ try {
1398
+ this.state.captureStream = await navigator.mediaDevices.getDisplayMedia({ video: !0, cursor: "always", displaySurface: "browser", preferCurrentTab: !0 });
1399
+ } catch (n) {
1400
+ return t == null || t(!1), console.warn("Error: failed to get permissions: " + n), void (r && r(null, null));
1401
+ }
1402
+ t == null || t(!1), this.state.avStream && this.state.avStream.getAudioTracks().length > 0 && this.state.captureStream.addTrack(this.state.avStream.getAudioTracks()[0]), this.handleCancelledStream(this.state.captureStream), r && r(this.state.avStream || null, this.state.captureStream);
1403
+ }, beginRecordingCallback(e) {
1404
+ const { "recording.media.types": t, "start.recording.callback": r = () => {
1405
+ } } = e;
1406
+ if (!t) return;
1407
+ const n = [];
1408
+ if (t.includes("video") && this.state.avStream) {
1409
+ this.state.avRecorder = Vt(this.state.avStream);
1410
+ const o = nt();
1411
+ qt(this.state.avRecorder, o, this.state.chunks), n.push(o);
1412
+ }
1413
+ if (t.includes("screen") && this.state.captureStream) {
1414
+ this.state.screenRecorder = Vt(this.state.captureStream);
1415
+ const o = nt();
1416
+ qt(this.state.screenRecorder, o, this.state.chunks), n.push(o);
1417
+ }
1418
+ n && r && r(n);
1419
+ }, async finishTaskCallback(e) {
1420
+ const { "current.index": t, "task.response": r, "task.complete.callback": n } = e;
1421
+ await this.stopRecording(e), n && n(this.taskDurationMillisecond()), this.state.cards && this.state.hasEndCard !== void 0 && this.lookAheadAndStopStream(t, r, this.state.cards, this.state.hasEndCard);
1422
+ }, startTaskCallback() {
1423
+ this.state.startTime = /* @__PURE__ */ new Date();
1424
+ }, permissionStatusCallback(e) {
1425
+ var n;
1426
+ const { "permission.status.callback": t } = e, r = this.state.avStream;
1427
+ t && t(r, !!r && (r == null ? void 0 : r.getVideoTracks().length) > 0, !!((n = this.state.captureStream) != null && n.active), this.state.captureStream);
1428
+ }, lookAheadAndStopStream(e, t, r, n) {
1429
+ const { avRecorder: o, screenRecorder: i } = this.state, { allResponses: a } = B.getState(), s = jr({ cards: r, index: e, hasEndCard: n, allResponses: a });
1430
+ s !== null && r[s].type === "recordedtask" || [o, i].map((l) => {
1431
+ l && (l.state === "recording" && l.stop(), l.stream.getTracks().map((u) => {
1432
+ u.readyState === "live" && u.stop();
1433
+ }));
1434
+ });
1435
+ } }, ge = Object.create(zn);
1436
+ Object.freeze(ge);
1437
+ const Dn = ({ mode: e = null, viewWindow: t, viewDocument: r, trackPageViewUrl: n }) => {
1438
+ const o = r.documentElement;
1439
+ let i;
1440
+ try {
1441
+ i = t.parent.location.href;
1442
+ } catch {
1443
+ i = t.location.href;
1444
+ }
1445
+ return { mode: e, sw: t.screen.width, sh: t.screen.height, cw: o.clientWidth, ch: o.clientHeight, p: n ?? i, l: t.navigator.language };
1446
+ }, Fn = { configure: function(e, t = !0) {
1447
+ var m;
1448
+ const { answers: r, apiURL: n, endCard: o, eventEmitFn: i, fontFamilyURL: a, frame: s, previewKey: l, viewDocument: u, viewWindow: d } = e, c = be(e.headers) ? e.frame : u.body, f = e.UpChunk || window.UpChunk, p = ie, _ = ((w, I) => {
1449
+ const k = [...w], h = /* @__PURE__ */ new Set(["videovoice", "recordedtask"]);
1450
+ return w.some((x) => h.has(x.type)) && k.push({ name: -2, props: { routingOptions: [], displayLogic: [] }, type: "uploading" }), I && k.push({ name: -1, props: { routingOptions: [], displayLogic: [] }, type: "thanks" }), k;
1451
+ })(e.cards, !!o);
1452
+ ge.configure(p, { cards: _, hasEndCard: !!o, apiURL: n, UpChunk: f });
1453
+ const E = e.layout === "conversational";
1454
+ B.setState({ addResponseGroupMeta: e.addResponseGroupMeta, apiURL: n, answers: r, avatars: e.avatars, border: e.border, index: e.startingQuestionIdx || 0, isConversationalUI: E, cards: _, configureExitOnOverlayClick: e.configureExitOnOverlayClick, customMetadata: e.customMetadata, enableCspTrustedTypes: e.enableCspTrustedTypes, endCard: e.endCard, envId: e.envId, eventEmitFn: i, fontFamily: e.fontFamily, forceBrandedLogo: e.forceBrandedLogo, frame: s, headers: e.headers, hasViewedEmbed: !1, isPreview: e.isPreview, layout: e.layout, marketingUrl: "https://sprig.com", meta: Dn({ mode: e.mode, viewWindow: d, viewDocument: u, trackPageViewUrl: e.trackPageViewUrl }), mode: e.mode, previewKey: l, previewMode: e.previewMode, productConfig: e.productConfig, recorder: ge, recorderEventEmitter: p, responseGroupUid: e.responseGroupUid, showStripes: e.showStripes, showSurveyBrand: e.showSurveyBrand, slugName: e.slugName, startingQuestionIdx: e.startingQuestionIdx, styleNonce: e.styleNonce, studyType: e.studyType, surveyId: e.surveyId, surveyVisitorAttributes: e.surveyVisitorAttributes, tabTitle: e.tabTitle, uploadingCardViewed: !1, uploadProgress: {}, useMobileStyling: e.useMobileStyling, useDesktopPrototype: e.useDesktopPrototype, userId: e.userId, viewDocument: e.viewDocument, visitorAttributes: e.visitorAttributes, viewedCardCount: e.startingQuestionIdx || 0 });
1455
+ const { head: y } = u;
1456
+ if (Ae({ document: u, elementId: "sprig-style", styleString: `html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}ol,ul{padding-inline-start:1em}.ul-loading-spinner-container{font-size:1.8rem;flex-grow:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ul-loading-spinner{display:inline-block;position:relative;width:6rem;height:6rem}.ul-loading-spinner div{box-sizing:border-box;display:block;position:absolute;width:80%;height:80%;margin:5px;border:5px solid #152e3e;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#152e3e transparent transparent transparent}.ul-loading-spinner .first{animation-delay:-.45s}.ul-loading-spinner .second{animation-delay:-.3s}.ul-loading-spinner .third{animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in-transition{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ul-card{flex:1 1 auto;border-radius:2px;display:flex;flex-direction:column;font-size:17px;line-height:19px;text-align:start;min-width:200px;justify-content:center;animation:enable-transitions 0s .3s forwards;min-height:0}@keyframes enable-transitions{to{transition:opacity .2s ease-in-out}}.ul-focus-transitions-active .ul-card,.ul-card--with-transitions{transition:opacity .2s ease-in-out}.ul-card__container--desktop{border:2px solid #fff;box-shadow:0 0 15px #00000026;margin:15px}.ul-card__container--mobile{border-width:0;box-shadow:0 0 5px #00000040;margin-top:5px}.ul-card__container--desktop_longFormSurvey,.ul-card__container--mobile_longFormSurvey{margin:0}.sprig-container{display:flex;flex-direction:column;width:100%;height:fit-content;flex:1 1 auto;min-height:0;justify-content:center}.ul-card__container{background:#fff;border-radius:6px;display:flex;flex-direction:column;flex-grow:1;flex:1 1 auto;font-size:17px;line-height:23px;padding:0;min-height:0;position:relative;text-align:center;word-break:normal}.ul-card__container--desktop_feedbackButton{box-shadow:unset}.ul-card-vertical__button-wrapper{flex-direction:column;align-items:center}.ul-card__button-wrapper{margin-top:4px;display:flex;gap:16px;justify-content:center;align-self:stretch}.sprig-question-footer-container{align-items:center;width:100%;height:fit-content;display:flex;flex-direction:column;padding:12px 20px 0}.long-form-question-footer-container{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;overflow:visible;z-index:1000;pointer-events:none;padding:32px}@media only screen and (max-width: 700px){.long-form-question-footer-container{position:relative}}.long-form-question-footer-container--mobile{background-color:#fff;border-top:1px solid #e6e6e6;padding:16px 24px}.long-form-question-footer-container-center{justify-content:center}.long-form-question-footer-container .long-form-question-footer-container-logo{width:auto;pointer-events:auto}.long-form-question-footer-container-center .long-form-question-footer-container-logo{margin-left:0}.long-form-question-footer-container .long-form-question-footer-container-actions{display:flex;gap:8px;pointer-events:auto}.long-form-question-footer-container .long-form-question-footer-container-actions .long-form-button{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px;border-radius:8px;height:40px;width:40px}.long-form-question-footer-container .long-form-question-footer-container-actions .long-form-button .long-form-button-text-container{display:flex;align-items:center}.ul-rich-text-body{min-height:2em}.ul-rich-text-body,.ul-rich-text-body p{margin-top:10px;margin-bottom:10px}.ul-rich-text-body li{margin:5px 0}.ul-rich-text-body p,.ul-rich-text-body li{font-size:15px;line-height:130.35%;letter-spacing:.02em;color:#343442;text-align:start;white-space:pre-line}.ul-rich-text-body:last-child,.ul-rich-text-body li:last-child{margin-bottom:15px}.ul-card-main-content__link,.ul-card-main-content__email,.ul-card-main-content__web,.ul-card-main-content__android,.ul-card-main-content__ios{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;z-index:2;height:fit-content;overflow:auto;scrollbar-width:thin;scroll-behavior:smooth}.sprig-border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.sprig-border-top{border-top:1px solid rgba(0,0,0,.1)}.question-header-container{z-index:1}.sprig-header-container{padding:16px}.question-header-button-container{display:grid;grid-template-columns:97fr 3fr;align-items:center;justify-content:space-between;width:100%;height:fit-content}.ul-card--thanks-content .question-header-button-container{justify-content:center}.sprig-question-body{padding:0 20px;min-height:0;flex-shrink:1;overflow:auto;position:relative;align-self:stretch;width:100%}.sprig-stretch{align-self:stretch}.ul-question{color:#343442;display:block;font-size:17px;line-height:125%;font-weight:500;cursor:default;text-align:start}.ul-question ol,.ul-question ul,.ul-caption ol,.ul-caption ul{margin-left:1em}.ul-caption{flex:1 0 auto;font-size:14px;line-height:130.35%;letter-spacing:.02em;color:#6c6c6e;text-align:start;margin-top:4px}.ul-card__choices{margin:5px 0 0;flex:1 0}.choice--mobile{border:2px solid #e6e6e6}.choice--desktop{border:1px solid #e6e6e6}.choice{align-items:flex-start;color:#262136;cursor:pointer;display:flex;justify-content:flex-start;flex-direction:column;box-sizing:border-box;border-radius:3px;margin-bottom:7px;font-size:15px;line-height:20px;padding:10px 20px 10px 15px;background-color:#00000003}.choice--desktop:hover,.choice--desktop:active,.choice--mobile:active{background-color:#0000000d}.choice-label-container{align-items:center;display:flex;flex-direction:row;flex:0 0 fit-content;gap:15px;height:fit-content;justify-content:flex-start;width:100%}.choice-text-entry-container{width:100%;height:fit-content;flex:0 1 fit-content;overflow:hidden}.choice .choice-text-input--mobile{max-height:63px}.choice .choice-text-input--desktop{max-height:150px}.choice .choice-text-input{box-sizing:border-box;background-color:transparent;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;min-height:20px;max-height:60px;padding:0;margin-top:8px;resize:none;width:100%;font-size:14px;line-height:20px;outline:none;border:none;overflow-wrap:break-word}.choice .choice-text-input::placeholder{color:#6c6c6e80}.ul-thanks-check{text-align:center;margin-bottom:20px}.ul-card--thanks-content{padding:20px 0 10px}.ul-card--thanks .ul-question{padding-top:0;text-align:center}.ul-card--thanks .ul-caption{padding-top:0;text-align:center;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-lines:no-limit}.ul-card--uploading .ul-question{padding-top:15px;text-align:center}.ul-card--uploading .ul-caption{padding-top:5px;text-align:center;overflow-wrap:break-word}.select-checkbox{height:16px;width:16px;display:flex;box-sizing:border-box;background-color:"transparent";align-items:center;justify-content:center;border-radius:4px;border:1px solid #b0b5b7;flex-shrink:0}.select-radio{height:16px;width:16px;border-radius:16px;border:1px solid #323232;display:flex;box-sizing:border-box;box-shadow:inset 2px 2px #0000001a;background-color:"transparent";align-items:center;justify-content:center}.footer{width:100%;margin-top:12px;font-size:12px;line-height:12px;color:#000000b3}[class^=CenteredSurveyLayout] .ul-header__container,[class^=QuestionConceptTestLayout] .ul-header__container,.ul-websurvey-frame .ul-card__container,.ul-websurvey-frame-mobile .ul-card__container{margin-bottom:unset}[class^=CenteredSurveyLayout] .ul-card__container,[class^=QuestionConceptTestLayout] .ul-card__container,.ul-websurvey-frame .ul-card__container,.ul-websurvey-frame-mobile .ul-card__container{align-self:center;box-shadow:unset;border-radius:unset;border:none!important;position:unset;width:100%}@media only screen and (min-height: 600px) and (width: 600px){.ul-card{position:relative;top:-20px}}.ul-vertical-centered-container{display:flex;flex-direction:column;align-items:center;align-self:stretch}.sprig-accordion{width:100%;margin-bottom:8px}.sprig-accordion-body{width:100%;overflow:hidden}.sprig-accordion-header-container{background:transparent;border:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;cursor:pointer;margin:8px 0 0;padding:0;font-family:inherit}.sprig-header-label-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;flex:1 1 0}.sprig-header-label{color:#343442;font-size:15px;font-weight:590;line-height:21px;text-align:start;overflow:hidden}.sprig-check-background{flex:0 0 16px;height:16px;width:16px;border-radius:8px;margin-right:8px;background-color:#efefee;display:flex;align-items:center;justify-content:center}.sprig-check{height:9px;width:9px;margin-left:-1px}.sprig-check path{stroke:#506067;stroke-width:1.5}.sprig-caret{height:20px;width:20px;transition-property:transform}.sprig-caret path{stroke:#000}.ul-card-longform__submit-button-container{display:flex;justify-content:flex-end}.ul-card-longform__submit-button-container .ul-card-longform__submit-button{display:flex;flex-direction:row;align-items:center;white-space:nowrap;gap:4px;border-radius:8px;color:#fff;cursor:pointer}.ul-card-longform__submit-button-container .ul-card-longform__submit-button:disabled{opacity:.5;cursor:not-allowed}.ul-card-list-container--longform{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center;padding-block-start:calc(40vh - 100px);padding-block-end:calc(50vh - 100px);height:auto}.ul-card-list-container--longform:has(.ul-card-scroll-wrapper:nth-child(2)){gap:1rem;padding-block-start:40px}@media (min-height: 1200px){.ul-card-list-container--longform{padding-block-start:calc(50vh - 100px)}}@media (max-width: 600px){.ul-websurvey-frame-mobile.long-form-survey>.ul-websurvey-sidebar-mobile{padding-top:0}.ul-card-list-container--longform .ul-card-scroll-wrapper:last-child{padding-bottom:80px}.ul-card-list-container--longform:has(.ul-card-scroll-wrapper:nth-child(2)){padding-block-start:80px}}.ul-card-scroll-wrapper{width:100%;max-width:100vw;position:relative;display:flex;justify-content:center}.ul-card--unfocused{opacity:.3;transition:opacity .3s ease-in-out}.ul-consent-legal__name-input--mobile{border:2px solid #e6e6e6}.ul-consent-legal__name-input--desktop{border:1px solid #e6e6e6}.ul-consent-legal__name-input{background:#00000003;box-sizing:border-box;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;padding:10px 20px 10px 15px;border-radius:3px;font-size:15px;line-height:20px;margin-bottom:7px;width:100%}.ul-consent-legal__name-input::placeholder{color:#6c6c6e80}.ul-consent-legal__name-input:focus{outline:none;background:#fff}.ul-consent-legal__name-input--desktop:hover:not(:focus){background-color:#0000000d}.ul-card__consent-legal .choice{font-size:15px;padding:10px 15px;background-color:#00000003}.ul-card__consent-legal .choice--desktop:hover,.ul-card__consent-legal .choice--desktop:active,.ul-card__consent-legal .choice--mobile:active{background-color:#0000000d}.ul-card--likert__numbers{align-items:center;border-radius:5px;display:flex;flex-direction:row;flex:1 0;justify-content:center;margin:5px 0 0}.ul-card--likert__numbers>button{padding:unset}.likert-number--mobile{border:2px solid #e6e6e6}.likert-number--mobile:not(:first-child){margin-inline-start:-2px}.likert-number--desktop{border:1px solid #e6e6e6}.likert-number--desktop:not(:first-child){margin-inline-start:-1px}.likert-number{align-items:center;cursor:pointer;display:flex;justify-content:center;flex:1 0;background-color:#00000003;font-size:18px;line-height:24px;height:67px}.likert-number:first-child{border-start-start-radius:5px;border-end-start-radius:5px}.likert-number:last-child{border-start-end-radius:5px;border-end-end-radius:5px}.likert-number:active,.likert-number--desktop:hover{background-color:#0000000d;font-weight:500}.likert-star--mobile:not(:first-child){margin-inline-start:-2px}.likert-star--desktop:not(:first-child){margin-inline-start:-1px}.likert-star{align-items:center;cursor:pointer;display:flex;justify-content:space-between;flex:1 0;color:transparent;font-size:18px;line-height:24px;height:67px;background:unset;border:unset}.likert-smiley--mobile:not(:first-child){margin-inline-start:-2px}.likert-smiley--desktop:not(:first-child){margin-inline-start:-1px}.likert-smiley{align-items:center;cursor:pointer;display:flex;justify-content:space-between;flex:1 0;color:transparent;line-height:24px;height:67px;background:unset;border:unset}.likert-smiley>svg{margin:0 auto}.likert-smiley circle:not(:first-child){fill-opacity:1}.ul-card--likert__labels{align-items:center;color:#262136;display:flex;flex-direction:row;flex:1 0;font-weight:500;font-size:13px;line-height:15px;justify-content:space-between;margin:7px 0 10px}.ul-card--likert__labels>span:last-child{margin-left:auto;flex:1 1 auto;min-width:0;text-align:right}.ul-card--matrix_grid{display:grid;grid-template-columns:max-content repeat(var(--numColumns),minmax(107px,1fr));grid-template-rows:repeat(var(--numRows),min-content);margin:0 auto;row-gap:4px;width:max-content}.ul-card--matrix_grid_longform{width:100%}.ul-matrix-row-options{display:grid;grid-column:2/-1;grid-template-columns:subgrid}.ul-matrix-column-label{font-size:15px;max-width:150px;padding:10px 12px;text-align:center}.ul-card--matrix_container{margin-bottom:16px;overflow:auto}.ul-card--matrix_question_container{display:flex;flex-direction:column}.ul-matrix-scroll-gradient{-webkit-mask-image:linear-gradient(90deg,#000 90%,transparent);mask-image:linear-gradient(90deg,#000 90%,transparent)}.ul-matrix-scroll-gradient:dir(rtl){-webkit-mask-image:linear-gradient(270deg,#000,90%,transparent);mask-image:linear-gradient(270deg,#000,90%,transparent)}.ul-matrix-scroll-gradient:dir(rtl)+.ul-matrix-scroll-arrow{rotate:180deg}.ul-matrix-scroll-arrow{align-self:flex-end;background:none;border:none;color:#000;padding:0;position:absolute;top:45%}.ul-matrix-scroll-arrow:hover{cursor:pointer}.ul-matrix-option-wrapper{align-items:center;background:#f9f9f8;display:flex;justify-content:center;padding:10px 12px}.ul-matrix-last-option{border-start-end-radius:4px;border-end-end-radius:4px}.ul-matrix-row-label{align-items:center;background:#f9f9f8;border-end-start-radius:4px;border-start-start-radius:4px;display:flex;font-size:15px;left:0;right:0;max-width:200px;min-width:100px;padding:10px 12px;position:sticky}.ul-matrix-option-selected{border:6px solid var(--border);box-shadow:none}.ul-card__matrix{max-width:100%}.select-label{cursor:pointer;flex:1;overflow-wrap:anywhere;text-align:start}.ul-card--nps__numbers{align-items:center;border-radius:5px;display:flex;flex-direction:row;flex:1 0;justify-content:center;margin:5px 0 0}.nps-number--mobile{border:2px solid #e6e6e6}.nps-number--mobile:not(:first-child){margin-inline-start:-2px}.nps-number--desktop{border:1px solid #e6e6e6}.nps-number--desktop:not(:first-child){margin-inline-start:-1px}.nps-number{align-items:center;cursor:pointer;display:flex;justify-content:center;flex:1 0;background-color:#00000003;font-size:18px;line-height:24px;height:67px;padding:unset}.nps-number:first-child{border-start-start-radius:5px;border-end-start-radius:5px}.nps-number:last-child{border-start-end-radius:5px;border-end-end-radius:5px}.nps-number:active,.nps-number--desktop:hover{background-color:#0000000d;font-weight:500}.ul-card--nps__labels{align-items:center;color:#262136;display:flex;flex-direction:row;flex:1 0;font-weight:500;font-size:13px;line-height:15px;justify-content:space-between;margin:7px 0 10px}.ul-card-rank__labels{font-size:14px;font-style:normal;font-weight:600;line-height:150%;text-align:left}.ul-card-rank__list{list-style-type:none;padding-inline-start:0;margin:4px 0}.ul-card-rank__option{display:flex;align-items:center;padding:8px;gap:8px;align-self:stretch;border:1px solid #e2e3e1;border-radius:8px;margin-bottom:4px;background:#fff}.ul-card-rank__option:last-child{margin-bottom:0}.ul-card-rank__drag-btn{display:inline-flex;align-items:center;justify-content:center;line-height:0;padding:0;width:25px;height:25px;margin-left:auto;color:#0b2330;cursor:grab;background:transparent;border:0}.ul-card-rank__drag-btn:active,.ul-card-rank__option:active{cursor:grabbing}.ul-card-rank__option svg{display:block}.ul-card-rank__option.is-dragging{opacity:1;box-shadow:0 8px 25px #00000026,0 3px 10px #0000001a;z-index:1000;background:#fff;border-color:#0b2330;transition:none}.ul-card-rank__option.is-drop-target{background:#0b23301a;border-radius:8px;border-color:#0b23301a}.ul-card-rank__option.is-drop-target select,.ul-card-rank__option.is-drop-target span,.ul-card-rank__option.is-drop-target button{visibility:hidden}.ul-card-rank__option span{font-size:14px;font-weight:400;pointer-events:none}.ul-card-rank__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;height:25px;min-height:25px;border:1px solid #E2E3E1;border-radius:4px;font-size:14px;line-height:1.4;padding:2px 28px 2px 8px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'><path d='M9.75 5L6 8.75L2.25 5' stroke='%230B2330' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:12px 12px;background-color:#fff;cursor:pointer;pointer-events:auto}.ul-card-rank__select.ul-card-rank__select--placeholder{color:#b0b5b7}.ul-card-text{margin-top:2px;margin-bottom:3px;display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.ul-card-text__container{align-items:center;box-sizing:border-box;border-radius:3px;display:flex;justify-content:center;margin-bottom:12px;flex:1 0 100%}.ul-card-text__input--mobile{border:2px solid #e6e6e6;max-height:63px}.ul-card-text__input--desktop{border:1px solid #e6e6e6;max-height:150px}.ul-card-text__input{background:#00000003;box-sizing:border-box;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;min-height:63px;overflow:auto;padding:12px;resize:none;width:100%;border-radius:3px;font-size:15px;line-height:20px;overflow-wrap:break-word}.ul-card-text__input::placeholder{color:#6c6c6e80}.ul-card-text__input:focus{outline:none;background:#fff}.ul-card-text__input--desktop:hover:not(:focus){background-color:#0000000d}.ul-card__text-url-prompt-button{text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:-webkit-fill-available}#ul-card-video__player_recorder{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available}.ul-card-record__task{flex:1 0 auto;margin-top:2px;margin-bottom:3px;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:0}#ul-record-task-upload-progress,#ul-record-task-video-preview{width:100%;height:150px}.ul-permission-graphics-container{width:100%;height:150px;background-color:#0000000d;text-align:center;flex-direction:column;margin-left:auto;margin-right:auto;border-radius:5px;display:flex;align-items:center;font-size:15px;color:#000000b3}.ul-av-permission-denied-paragraph{margin:auto 15px;font-size:12px}.ul-av-permission-denied-headline{font-size:14px;color:#262136;text-decoration:underline;font-size:12px}.ul-permission-body{color:#000;margin:5px auto 5px 5px;line-height:135%;text-align:center}.ul-select-tab-container{width:240px;height:46px;background:#fff;border-radius:5px;text-align:start;align-items:center;display:flex;padding:0 5px;margin-top:20px;margin-bottom:auto}.ul-select-tab-text{color:#4b575d;margin:5px;line-height:135%;text-align:center}button.ul-task-skip-button{color:#000;background-color:#fff}#ul-task-detail-container{margin-top:0;margin-bottom:0;overflow:auto}#ul-task-detail-container.ul-rich-text-body p,#ul-task-detail-container.ul-rich-text-body li,#ul-task-detail-container.ul-rich-text-body{color:#4c4c4c}#ul-task-detail-container :first-child{margin-top:0}#ul-task-detail-container :last-child{margin-bottom:20px}.ul-horizontal-button-container{width:100%;display:flex;flex-direction:row}.ul-skip-button-below{margin-top:5px}.ul-horizontal-button-container-center{justify-content:center}.ul-vertical-button-container-center{display:flex;flex-direction:column;align-items:center}.ul-horizontal-button-container-left{justify-content:flex-start}.ul_recorded-task-inset-spacing{margin-top:5px;margin-bottom:24px}.ul_permission_svg_container{justify-content:center}.ul-card-text__button{background-color:var(--theme);border-radius:3px;border:none;color:#fff;cursor:pointer;font-size:15px;font-weight:500;line-height:18px;padding:10.5px 21px}.ul-card-text__button:disabled,.ul-card-text__button.sprig-button-disabled{background-color:#0000001a;color:#0003}.ul-card-text__button:disabled>svg path,.ul-card-text__button.sprig-button-disabled>svg path{stroke:#0003}.ul-card-text__button.ul-button-inactive{background-color:#fff!important;color:#5d696f!important}.ul-card-skip__button{color:#00000080;background:none;border:none;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;cursor:pointer}.ul-card-button-group{align-items:center;display:flex;gap:15px;justify-content:center;flex-direction:column}.select-button{align-items:center;background-color:transparent;border-radius:8px;border:1px solid #0b2330;box-shadow:0 0 0 2px #c8cccc;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;margin-bottom:8px;padding:4px 8px 4px 16px;width:100%}.select-button:hover{background-color:#f3f3f3}.select-button:active{background-color:#eee}.select-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-button.select-button-placeholder{color:#b0b5b7}.select-button svg{flex-shrink:0}.select-list{position:relative;height:fit-content;padding:4px 0;z-index:100;background-color:#fff;border:1px solid #E2E3E1;box-shadow:0 16px 24px #0b23300d,0 4px 12px #0b233008;border-radius:8px;overflow-y:scroll;width:100%}.select-option{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:16px;line-height:20px;padding:8px 16px}.select-option:hover{background-color:#f3f3f3}.ul-card--maxdiff__question-inner-container{display:grid;grid-template-columns:1fr 2.5fr 1fr;grid-template-rows:repeat(3,minmax(40px,auto));grid-gap:6px;align-items:center}@media (max-width: 600px){.ul-card-maxdiff__labels-row{column-gap:30%}}.ul-card-maxdiff__label{font-weight:600;text-align:center;margin:auto;flex:1;padding:8px;overflow:auto;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ul-card-maxdiff__label-spacer{flex:6}.ul-card-maxdiff .ul-question{text-align:center}.ul-card-maxdiff__option-row{display:flex;justify-content:space-between;margin-bottom:8px;padding:0 24px}.ul-card-maxdiff__option-label{flex:6;align-self:center;padding:12px;text-align:center;max-width:100%;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.ul-card-maxdiff__option-control.smiley{display:flex;justify-content:center;align-items:center;min-width:86px;flex:1;padding:12px;border-radius:none;border:none;background:none;cursor:pointer}.ul-card-maxdiff__option-control .choice-label-container{justify-content:center}.ul-card-maxdiff p.ul-caption{text-align:center}.ul-card-maxdiff .question-header-button-container{display:flex;justify-content:center}.ul-card-maxdiff__option-selected{border-radius:100px}.ul-card-maxdiff__option-selected.good{background:#90ee90}.ul-card-maxdiff__option-selected.bad{background:#f08080}.ul-card-maxdiff__option-btn{width:42px;height:42px;justify-content:center;align-items:center}html,body{cursor:default;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;height:100%;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none}b{font-weight:500}form{margin-block-end:0;margin-block-start:0}#ul-app{opacity:0;width:100%;flex-grow:2;display:flex}#ul-app.ul-app--overlay{position:absolute;bottom:0;transition:opacity .1s ease-out;transition-delay:.1s}#ul-app.ul-app--visible{opacity:1;bottom:0}.ul-app__container{width:100%;display:flex;flex-direction:column;max-height:100vh}.ul-header__container{margin-bottom:15px}.ul-header{align-items:center;background:repeating-linear-gradient(120deg,#ebebeb,#ebebeb 24px,#fff 24px,#fff 48px);border-bottom:2px solid #ebebeb;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;width:100%}.ul-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin-top:auto;flex-grow:0;width:100%;min-height:10px;height:fit-content;flex-shrink:0}.ul-footer>.yellow-footer-logo{background:#fad133;border:1px solid #f9c600;border-radius:14px;padding:6px 12px}.ul-footer>.yellow-footer-logo:hover{background:#f9c600}.ul-footer .thank-you-card-link{background:#00000003;border:1px solid #e6e6e6;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;gap:12px;margin-bottom:15px;padding:12px;text-align:initial;width:280px}.ul-footer .thank-you-card-link:hover{background:#00000008}.ul-footer>a{color:inherit}.ul-footer-bubble{display:inline-block;margin:0 3px;width:7px;height:7px;border-radius:3px;border:1px solid transparent}.sprig-box-logo{background:#f9c600;border-radius:5px;display:flex;padding:4px}.close-container{display:flex;justify-content:flex-end;width:100%;height:0}.close-btn{position:absolute;top:8px;right:8px;cursor:pointer;height:16px;width:16px;z-index:2}.ul-app__container{transition:opacity .3s ease-out}.ul-center-horizontally{text-align:center}.ul-progress-bar-container{width:100%;height:2px;background-color:#0000001a;border-radius:2px}.ul-progress-bar-container__footer{max-width:250px;margin:16px 0}.ul-progress-bar-container__header{position:fixed;top:80px;max-width:unset;margin:0;z-index:3}.ul-progress-bar-current{transition:width 1s ease;width:0%;height:0;border-radius:2px}.prototype-button{align-self:stretch;background:#00000003;border:1.5px solid #e6e6e6;border-radius:4px 0 0 4px;flex:none;flex-grow:0;height:fit-content;line-height:16.5px;margin:0 20px;padding:20px 0;font-size:14px;font-family:inherit;text-decoration:underline}.prototype-button:hover{cursor:pointer}` }), e.customStyles && Ae({ document: u, elementId: "ul-custom-style", styleString: e.customStyles, nonce: e.styleNonce }), e.fontFamily && a && parent) {
1457
+ const w = u.createElement("link");
1458
+ w.rel = "stylesheet", w.href = a, y.appendChild(w);
1459
+ }
1460
+ if (!f && e.cards.some((w) => w.type === "recordedtask")) {
1461
+ const w = u.createElement("script");
1462
+ w.src = e.upchunkLibraryURL ?? "https://cdn.sprig.com/userleap-web-upchunk-v2.2.2.js", w.onload = () => {
1463
+ ge.setUpChunk(d.UpChunk);
1464
+ }, w.onerror = () => {
1465
+ console.warn("[Sprig] - recording functionality not configured due to UpChunk library load failure");
1466
+ }, y.appendChild(w);
1467
+ }
1468
+ const v = i || ((m = s.eventEmitter) == null ? void 0 : m.emit);
1469
+ v == null || v("verify.view.version", { "view.version": "2.40.2" }), c && t && (te(b(qn, {}), c), ie.once(A.SurveyClosed, () => {
1470
+ Ke(c);
1471
+ }));
1472
+ } }, Jn = Object.freeze(Object.defineProperty({ __proto__: null, default: Fn }, Symbol.toStringTag, { value: "Module" }));
1473
+ export {
1474
+ Wn as A,
1475
+ K as F,
1476
+ hn as M,
1477
+ Sn as S,
1478
+ ye as T,
1479
+ G as _,
1480
+ B as a,
1481
+ In as b,
1482
+ Me as c,
1483
+ Cn as d,
1484
+ Zn as e,
1485
+ Gn as f,
1486
+ V as g,
1487
+ Z as h,
1488
+ _n as i,
1489
+ An as j,
1490
+ Qn as k,
1491
+ Kn as l,
1492
+ Xt as m,
1493
+ jn as n,
1494
+ Un as o,
1495
+ N as p,
1496
+ rr as q,
1497
+ Rn as r,
1498
+ Ur as s,
1499
+ b as u,
1500
+ Jn as v,
1501
+ an as w,
1502
+ ue as y
1503
+ };