@sprig-technologies/sprig-browser 2.32.3 → 2.32.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,982 @@
1
+ var ht = Object.defineProperty;
2
+ var bt = (r, t, n) => t in r ? ht(r, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : r[t] = n;
3
+ var H = (r, t, n) => (bt(r, typeof t != "symbol" ? t + "" : t, n), n);
4
+ import { g as F, s as Ke, l as D, e as u, S as w, v as Je, m as I, b as T, h as Lt, E as ee, D as B, c as Ut, r as q, i as St, j as It, k as kt, n as je, o as Me, a as Et, p as Qe, d as _t, q as Ye } from "./metricsReporter-CNRFRN0r.js";
5
+ const xt = "360px", er = "ul-app", tr = "#e6e6e6", rr = "#bd282a", ir = 1030, Fe = () => {
6
+ try {
7
+ return window.parent.Intercom;
8
+ } catch {
9
+ return null;
10
+ }
11
+ }, ze = [Object.freeze(Object.defineProperty({ __proto__: null, disable: () => {
12
+ const r = Fe();
13
+ r && (r.ul_wasVisible = !!document.querySelector("iframe.intercom-launcher-frame"), r.ul_wasVisible && r("update", { hide_default_launcher: !0 }));
14
+ }, enable: () => {
15
+ const r = Fe();
16
+ r && (r.ul_wasVisible && r("update", { hide_default_launcher: !1 }), delete r.ul_wasVisible);
17
+ } }, Symbol.toStringTag, { value: "Module" }))];
18
+ class Dt {
19
+ static disable() {
20
+ ze.forEach((t) => t.disable());
21
+ }
22
+ static enable() {
23
+ ze.forEach((t) => t.enable());
24
+ }
25
+ }
26
+ const We = "ul-view-sdk-script", At = ["ios", "android"], j = "visitors", M = "environments";
27
+ async function C(r, t) {
28
+ var i, o, a;
29
+ const { shouldDropOnRateLimit: n, ...s } = t;
30
+ s.headers = Object.assign(F(window.UserLeap), s.headers);
31
+ const e = await Ke(r, { ...s, shouldDropOnRateLimit: n });
32
+ if (e.ok) {
33
+ const l = (i = e.headers) == null ? void 0 : i.get("Authorization"), c = l ? l.split(" ") : void 0, d = c && c.length === 2 ? c[1] : void 0, p = (o = e.headers) == null ? void 0 : o.get("x-ul-visitor-id");
34
+ if (window.UserLeap.userId && p === window.UserLeap.visitorId) {
35
+ const y = D.getItemObject("sprig.anon.env.vid.map");
36
+ y && y[window.UserLeap.envId] === p && (delete y[window.UserLeap.envId], D.setItemObject("sprig.anon.env.vid.map", y));
37
+ }
38
+ d && p && (p !== window.UserLeap.visitorId || window.UserLeap.token !== d) && (x("token", d), x("vid", p), u.emit(w.VisitorIDUpdated, { visitorId: p }), window.UserLeap.token = d, window.UserLeap.visitorId = p);
39
+ }
40
+ return (a = e.json) != null && a.logMessage && console.warn(`[Sprig] ${e.json.logMessage}`), e;
41
+ }
42
+ function x(r, t) {
43
+ const n = D.getItemObject("userleap.ids");
44
+ let s = n[window.UserLeap.envId];
45
+ s ? s[r] = t : s = { [r]: t }, n[window.UserLeap.envId] = s, D.setItemObject("userleap.ids", n);
46
+ }
47
+ function ke() {
48
+ return window.previewMode ? "0" : window.UserLeap.visitorId ?? "";
49
+ }
50
+ function R(r, t, n) {
51
+ const s = [window.UserLeap._API_URL, "sdk", r];
52
+ return t && t.forEach((e) => {
53
+ s.push(e), e === M ? s.push(window.UserLeap.envId) : e === j && s.push(ke());
54
+ }), n && s.push(n), s.join("/");
55
+ }
56
+ const Q = async (r, t) => {
57
+ var Oe, Ce, Pe;
58
+ const { context: n, delay: s, forceBrandedLogo: e, endCard: i, isFeedback: o = !1, heatmap: a, locale: l, previewMode: c, productConfig: d, questions: p, responseGroupUid: y, surveyId: g, uuid: m, vid: _, sessionReplay: b, studyType: U } = r, h = F(window.UserLeap), L = pe(h), E = Ee(h);
59
+ if (b)
60
+ if (L)
61
+ u.emit(w.ReplayCapture, { responseGroupUid: y, hasQuestions: !!(p != null && p.length), surveyId: g, uploadId: b.uploadId, replayType: b.replayDurationType ?? "before", seconds: b.replayDurationSeconds, generateVideoUploadUrlPayload: { mediaRecordingUid: Je(), mediaType: "screen", questionId: 1, responseGroupUid: y, surveyId: g, updatedAt: (/* @__PURE__ */ new Date()).toISOString(), visitorId: window.UserLeap.visitorId, isReplay: !0 } });
62
+ else {
63
+ if (!I.replay)
64
+ return window.UserLeap.reportError("displayQuestions", new Error("Replay module not registered")), { success: !1, message: "Replay module not registered", surveyState: "no survey" };
65
+ I.replay.scheduleOrCaptureReplay({ responseGroupId: y, surveyId: g, visitorId: _, replayParams: b, completeUploadHeaders: h, apiUrl: window.UserLeap._API_URL, triggerTimestamp: Date.now(), isStandalone: p.length === 0 });
66
+ }
67
+ if (a) {
68
+ if (!I.replay)
69
+ return window.UserLeap.reportError("displayQuestions", new Error("Replay module not registered")), { success: !1, message: "Replay module not registered", surveyState: "no survey" };
70
+ const { eventId: S, replayParams: ge, responseGroupUid: ft, surveyId: vt } = a;
71
+ await I.replay.initializeReplay({ maxReplayDurationSeconds: 300, maxInflightRequests: window.UserLeap.maxInflightReplayRequests, teardownAfter: !0 }), I.replay.tryReplayAction(() => {
72
+ var Te;
73
+ return (Te = I.replay) == null ? void 0 : Te.scheduleCapture({ apiUrl: window.UserLeap._API_URL, completeUploadHeaders: h, eventId: S, isHeatmap: !0, replayParams: ge, responseGroupId: ft, surveyId: vt, triggerTimestamp: Date.now(), visitorId: _ });
74
+ }, "Error in scheduling/capturing replay");
75
+ }
76
+ if (_ == null || !(p != null && p.length))
77
+ return T.info("CannotDisplaySurvey", { vid: _ }), { success: !1, message: "[Sprig] no survey found", surveyState: "no survey" };
78
+ if (window.UserLeap.container) {
79
+ T.info("AlreadyDisplayingSurvey");
80
+ const S = "[Sprig] (ERR-409) Found an existing Survey container, aborting rendering of this survey";
81
+ return console.warn(S), { success: !1, message: S, surveyState: "no survey" };
82
+ }
83
+ if (_ !== window.UserLeap.visitorId && m !== window.UserLeap.visitorId && !window.previewMode) {
84
+ const S = "Attempted to display survey to a different visitor";
85
+ return window.UserLeap.reportError("DisplaySurvey", new Error(S)), { success: !1, message: S, surveyState: "no survey" };
86
+ }
87
+ T.info("ShowingSurvey", { surveyId: g }), (Oe = I.replay) == null || Oe.RecordSurveyShown({ id: g, userAgent: window.navigator.userAgent }), Dt.disable(), u.emit(w.SurveyWillPresent, { name: w.SurveyWillPresent, "survey.id": g });
88
+ let O, v, k, A, z = document.createElement("div");
89
+ const G = (S) => {
90
+ const { "view.version": ge } = S;
91
+ ge !== h["x-ul-sdk-version"] && Ze(), u.removeListener("verify.view.version", G);
92
+ };
93
+ u.on("verify.view.version", G), window.UserLeap.useMobileStyling = E, Lt(h) ? (O = "ul-direct-embeded-frame", v = document.head, k = window, A = !1, L && (Xe(g, o), z.id = O, window.UserLeap.container.appendChild(z), et(), u.emit(w.SurveyLifeCycle, { state: "presented" }), u.emit(w.SurveyPresented, { name: w.SurveyPresented, "survey.id": g }))) : { frameId: O, contentWinDocHead: v, contentWindow: k, hasOverlay: A, iframe: z } = Ot({ productConfig: d, useMobileStyling: E, surveyId: g, isFeedback: o }), window.UserLeap.frameId = O;
94
+ const N = { apiURL: window.UserLeap._API_URL, cards: p, configureExitOnOverlayClick: (S) => {
95
+ u.once(w.CloseSurveyOnOverlayClick, S);
96
+ }, context: n, endCard: i, envId: window.UserLeap.envId, eventEmitFn: u.emit.bind(u), fontFamily: window.UserLeap.fontFamily, fontFamilyURL: window.UserLeap.fontFamilyURL, forceBrandedLogo: e, frame: z, headers: h, locale: l, mobileSDKVersion: window.UserLeap.mobileSDKVersion, previewKey: D.getItem("sprig.previewKey"), previewMode: c, productConfig: { framePosition: d == null ? void 0 : d.framePosition, desktopDisplay: d == null ? void 0 : d.desktopDisplay, placement: d == null ? void 0 : d.placement }, responseGroupUid: y, startingQuestionIdx: (Ce = window.UserLeap.config) == null ? void 0 : Ce.startingQuestionIdx, studyType: U, styleNonce: window.UserLeap.styleNonce, surveyId: g, tabTitle: document.title, trackPageViewUrl: t, ulEvents: ee, upchunkLibraryURL: window.UserLeap.upchunkLibraryURL, useMobileStyling: E, userId: m, viewDocument: k == null ? void 0 : k.document, viewWindow: k, visitorAttributes: { externalUserId: window.UserLeap.userId, email: window.UserLeap.email }, ...window.UserLeap._config };
97
+ (Pe = window.UserLeap._config) != null && Pe.startingQuestionIdx && (window.UserLeap._config = { ...window.UserLeap._config, startingQuestionIdx: null });
98
+ const yt = (o ? window.UserLeap.feedbackCustomStyles : window.UserLeap.customStyles) ?? d.customStyles;
99
+ N.customStyles = yt, k && (k.__cfg = N);
100
+ const ue = window.UserLeap.viewSDKURL ? window.UserLeap.viewSDKURL : N.path, De = document.getElementById(We);
101
+ De && De.remove();
102
+ const we = function() {
103
+ const S = document.createElement("script");
104
+ return window.UserLeap.nonce && S.setAttribute("nonce", window.UserLeap.nonce), S.id = We, S;
105
+ }(), Ae = () => {
106
+ window.UserLeap.container && Object.assign(window.UserLeap.container.style, { display: "flex" });
107
+ };
108
+ if (N.installationMethod === "web-npm" || N.installationMethod === "web-npm-bundled") {
109
+ const { default: S } = await import("./view-CdRhbjz3.js");
110
+ S.configure(N), A && window.UserLeap.container && Ae();
111
+ } else
112
+ ue && (we.src = ue, A && we.addEventListener("load", () => {
113
+ window.UserLeap.container && Ae();
114
+ }), k == null || k.addEventListener("error", (S) => {
115
+ S.target instanceof HTMLScriptElement && S.target.src === ue && window.UserLeap.reportError("loadFrameScript", new Error("Frame script failed to load"));
116
+ }, { capture: !0, once: !0 }));
117
+ v == null || v.appendChild(we);
118
+ const Re = { success: !0, surveyState: "ready", surveyId: g, responseGroupUid: y };
119
+ return window.UserLeap.isMobileSDK && s && (Re.delay = s), Re;
120
+ };
121
+ function Ee(r) {
122
+ var n;
123
+ if (window.UserLeap.useMobileStyling !== void 0)
124
+ return window.UserLeap.useMobileStyling;
125
+ const t = ((n = window.UserLeap.windowDimensions) == null ? void 0 : n.width) ?? document.body.clientWidth;
126
+ return pe(r) || t > 10 && t < 500;
127
+ }
128
+ function pe(r) {
129
+ return At.includes(r["userleap-platform"]);
130
+ }
131
+ const _e = "ul-frame";
132
+ window.UserLeap && window.Sprig && (window.Sprig._gtm ? window.Sprig = window.UserLeap : window.UserLeap = window.Sprig), window.UserLeap || (window.UserLeap = window.Sprig), window.Sprig || (window.Sprig = window.UserLeap);
133
+ const me = "0px", Xe = (r, t, n) => {
134
+ window.UserLeap.container = document.createElement("div"), window.UserLeap.container.className = "ul-container" + (t ? " ul-container-feedback" : ""), r && (window.UserLeap.container.dataset.studyId = r.toString());
135
+ const s = rt();
136
+ n && s && !window.UserLeap.useMobileStyling ? s.appendChild(window.UserLeap.container) : document.body.appendChild(window.UserLeap.container);
137
+ }, Ze = (r, t) => {
138
+ var s;
139
+ Pt();
140
+ const n = window.UserLeap.container;
141
+ if (n)
142
+ try {
143
+ (s = n.parentNode) == null || s.removeChild(n), window.UserLeap.container = null, x("trackStartUrl", null), u.emit(w.SurveyLifeCycle, { state: "dismissed" }), u.emit(w.SurveyClosed, { name: w.SurveyClosed, initiator: r, "survey.id": parseInt(n.dataset.studyId), ...t && { studyType: t } });
144
+ } catch (e) {
145
+ console.warn(`[Sprig] (ERR-412) Error removing UserLeap container by ${r} ` + n), e instanceof Error && window.UserLeap.reportError("dismissActiveSurvey", e);
146
+ }
147
+ }, et = () => {
148
+ u.once(w.SurveyWillClose, ({ initiator: r, studyType: t }) => {
149
+ u.removeAllListeners(w.CloseSurveyOnOverlayClick), Ze(r, t);
150
+ });
151
+ }, Rt = (r, t, n, s) => {
152
+ var d, p;
153
+ const e = { position: "fixed", bottom: "0px", right: me, border: 0, backgroundColor: "rgba(0,0,0,0)", zIndex: 2147483646, transition: "width 0.2s ease-in-out, height 0.2s ease-in-out", maxWidth: "100%" }, i = Object.assign({}, t, window.UserLeap), { desktopDisplay: o } = t || {}, a = o === "center-modal";
154
+ let l;
155
+ a && (i.framePosition = "center");
156
+ let c = !1;
157
+ if (n)
158
+ (d = window.UserLeap.windowDimensions) != null && d.width ? e.width = `${window.UserLeap.windowDimensions.width}px` : e.width = "100%", (p = window.UserLeap.windowDimensions) != null && p.height ? e.maxHeight = window.UserLeap.windowDimensions.height - 20 + "px" : window.UserLeap.maxHeight ? e.maxHeight = window.UserLeap.maxHeight : e.maxHeight = document.body.clientHeight - 20 + "px", ["light", "dark"].includes(i.overlayStyleMobile) && (c = !0);
159
+ else {
160
+ e.width = xt, e.maxHeight = window.UserLeap.maxHeight || "66vh";
161
+ const y = () => {
162
+ c = !0, l = { margin: "auto", position: "static" };
163
+ };
164
+ if (s)
165
+ a ? y() : l = { position: "relative", height: "300px" };
166
+ else
167
+ switch (i.framePosition) {
168
+ case "bottomLeft":
169
+ l = { left: me };
170
+ break;
171
+ case "topLeft":
172
+ l = { left: me, top: 0 };
173
+ break;
174
+ case "topRight":
175
+ l = { top: 0 };
176
+ break;
177
+ case "center":
178
+ y();
179
+ }
180
+ }
181
+ return c && ((y, g) => {
182
+ const m = { position: "fixed", overflow: "auto", top: "0px", left: "0px", display: "none", height: "100%", width: "100%", transition: "background-color 0.3s ease-out", zIndex: 2147483646 }, _ = g ? y.overlayStyleMobile : y.overlayStyle;
183
+ m["background-color"] = _ === "light" ? "rgba(255,255,255, 0.95)" : "rgba(0,0,0,0.9)", g || (m.margin = "auto"), window.UserLeap.container && Object.assign(window.UserLeap.container.style, m);
184
+ })(i, n), Object.assign(r.style, e, l), c;
185
+ }, Ot = ({ productConfig: r, useMobileStyling: t, surveyId: n, isFeedback: s }) => {
186
+ var y, g;
187
+ const e = _e, i = s && r.desktopDisplay === "slider";
188
+ Xe(n, s, i), Ct();
189
+ const o = document.createElement("iframe");
190
+ o.id = e, o.setAttribute("title", "Sprig User Feedback Dialog");
191
+ const a = Rt(o, r, t, s);
192
+ et();
193
+ let l = !1;
194
+ o.setHeight = (m) => {
195
+ parseInt(o.style.height) == m && l || (l = !0, o.style.height = `${m}px`, u.emit(w.SurveyHeight, { name: w.SurveyHeight, contentFrameHeight: m, "survey.id": n }));
196
+ };
197
+ let c = !1;
198
+ o.setWidth = (m) => {
199
+ parseInt(o.style.width) == m && c || (c = !0, o.style.width = `${m}px`, u.emit(w.SurveyWidth, { name: w.SurveyWidth, contentFrameWidth: m, "survey.id": n }));
200
+ }, (y = window.UserLeap.container) == null || y.appendChild(o), r && (t ? r.exitOnOverlayClickMobile : r.exitOnOverlayClick) && window.UserLeap.container && (window.UserLeap.container.onclick = () => {
201
+ u.emit(w.CloseSurveyOnOverlayClick);
202
+ }), u.emit(w.SurveyLifeCycle, { state: "presented" }), u.emit(w.SurveyPresented, { name: w.SurveyPresented, "survey.id": n });
203
+ const d = (g = o.contentWindow) == null ? void 0 : g.document;
204
+ if (d && (d.open("text/html", "replace"), d.write("<!doctype html><head></head><body></body></html>"), d.close(), !t)) {
205
+ const m = d.body;
206
+ m.style.display = "flex", m.style.alignItems = "center";
207
+ }
208
+ const p = d == null ? void 0 : d.head;
209
+ return { frameId: e, contentWinDocHead: p, contentWindow: o.contentWindow, hasOverlay: a, iframe: o };
210
+ }, tt = { [w.SurveyFadingOut]: () => {
211
+ window.UserLeap.container && Object.assign(window.UserLeap.container.style, { "background-color": "rgba(0,0,0,0)" });
212
+ } }, Ct = () => {
213
+ Object.entries(tt).forEach(([r, t]) => {
214
+ u.on(r, t);
215
+ });
216
+ }, Pt = () => {
217
+ Object.entries(tt).forEach(([r, t]) => {
218
+ u.off(r, t);
219
+ });
220
+ }, Be = (r) => r instanceof HTMLElement || r instanceof SVGElement, ie = ({ document: r, elementId: t, styleString: n, nonce: s }) => {
221
+ const e = r.getElementById(t);
222
+ if (e)
223
+ return void (e.textContent = n);
224
+ const i = r.createElement("style");
225
+ s && (i.nonce = s), i.textContent = n, i.id = t, r.head.appendChild(i);
226
+ }, Tt = (r) => {
227
+ const t = r.querySelector(".ul-card__container");
228
+ let n = 600, s = 360;
229
+ if (t) {
230
+ n = t.scrollHeight;
231
+ const e = getComputedStyle(t);
232
+ n += parseFloat(e.marginTop) + parseFloat(e.marginBottom) + (parseFloat(e.borderTopWidth) + parseFloat(e.borderBottomWidth)) + (parseFloat(e.paddingTop) + parseFloat(e.paddingBottom));
233
+ const i = t.querySelector(".ul-card--matrix_grid");
234
+ s = i ? i.scrollWidth : t.scrollWidth;
235
+ const o = parseFloat(e.paddingLeft) + parseFloat(e.paddingRight);
236
+ s += parseFloat(e.marginLeft) + parseFloat(e.marginRight) + (parseFloat(e.borderLeftWidth) + parseFloat(e.borderRightWidth)) + o;
237
+ }
238
+ return [n + 1, s];
239
+ }, nr = (r) => {
240
+ const t = r.querySelector(".ul-card__container");
241
+ t && (t.scrollTop = 0);
242
+ }, rt = () => f, $ = () => document.getElementById("sprig-feedback-container"), he = () => document.getElementById("sprig-feedback-loading-animation"), it = () => !!document.getElementById(_e);
243
+ let Ve = !1, f = null, P = null, xe = !1, Y = null, W = null;
244
+ const jt = ["bottom-left", "bottom-right", "center-left", "center-right"], ne = () => {
245
+ var t;
246
+ const r = window.UserLeap.container;
247
+ return ((t = r == null ? void 0 : r.parentElement) == null ? void 0 : t.id) === "sprig-feedback-loading-container";
248
+ }, nt = () => document.getElementById("sprig-feedback-error-container"), ot = () => {
249
+ if (!f)
250
+ return 0;
251
+ const r = f == null ? void 0 : f.clientWidth, t = window.getComputedStyle(f);
252
+ return r + parseInt(t.borderRightWidth || "0") + parseInt(t.borderLeftWidth || "0");
253
+ }, oe = (r) => {
254
+ const t = $();
255
+ t && (W != null && W.endsWith("right") ? t.style.right = `${r}px` : W != null && W.endsWith("left") && (t.style.left = `${r}px`));
256
+ }, ye = () => {
257
+ if (f && (ne() || nt())) {
258
+ u.off(w.SurveyAppeared, J), be();
259
+ const r = ot();
260
+ return oe(-r), !0;
261
+ }
262
+ return !1;
263
+ }, J = () => {
264
+ if (!f || !P)
265
+ return;
266
+ const r = he();
267
+ r && r.remove(), f.style.height = "auto", f.style.width = "auto", P.disabled = !1, xe = !1;
268
+ }, be = () => {
269
+ if (f && !he()) {
270
+ const r = (() => {
271
+ if (he())
272
+ return;
273
+ const t = document.createElement("div");
274
+ return t.className = "ul-loading-spinner-container", t.id = "sprig-feedback-loading-animation", t.role = "progressbar", t.setAttribute("aria-live", "polite"), t.setAttribute("aria-busy", "true"), t.setAttribute("aria-label", "Processing..."), t.innerHTML = `
275
+ <div class="ul-loading-spinner">
276
+ <div class="first"></div>
277
+ <div class="second"></div>
278
+ <div class="third"></div>
279
+ <div class="fourth"></div>
280
+ </div>
281
+ `, t;
282
+ })();
283
+ r && (f.style.height = "300px", f.style.width = "360px", f.appendChild(r));
284
+ }
285
+ }, qe = () => {
286
+ f && P && (oe(0), P.disabled = !0, xe = !0);
287
+ }, st = async (r, t, n) => {
288
+ const { buttonTheme: s, customStyles: e, eventId: i, placement: o, desktopDisplay: a, feedbackLabel: l, surveyUuid: c, surveyId: d } = r;
289
+ window.UserLeap.feedbackCustomStyles = void 0;
290
+ let p = $();
291
+ if (p) {
292
+ if (!t && i === Y)
293
+ return;
294
+ p.remove(), u.off(ee.SURVEY_FADING_OUT, ye);
295
+ }
296
+ Y = i, ie({ document, elementId: "sprig-feedback-style", styleString: '.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}}#sprig-feedback-button{border-left:0;border-radius:0 8px 8px 0;display:grid;padding:8px;text-align:center;transition:all ease-in-out 1s;z-index:inherit}#sprig-feedback-button:hover{cursor:pointer}.sprig-feedback-button-label{writing-mode:vertical-lr;text-orientation:sideways}.sprig-feedback-button-right{transform:rotate(180deg)}.sprig-feedback-button-bottom{align-self:flex-end;margin-bottom:20px}.sprig-feedback-button-light{background:#efefee;color:#000;border:1px solid #e2e3e1}.sprig-feedback-button-dark{background:#000;color:#fff;border:1px solid #000000}#sprig-feedback-container{display:flex;align-items:center;position:fixed;transition:right .2s linear,left .2s linear;z-index:2147483646}.sprig-feedback-container-left{flex-flow:row-reverse}.sprig-feedback-container-center{top:50%;transform:translateY(-50%)}.sprig-feedback-container-bottom{bottom:0%;margin-bottom:15px}.sprig-feedback-loading-container{align-items:center;background-color:#fff;border:2px solid var(--feedback-border);display:flex;max-height:90vh;max-width:90vw;min-width:0px}.sprig-feedback-loading-container-left{border-left:none;border-radius:0 8px 8px 0}.sprig-feedback-loading-container-right{border-right:none;border-radius:8px 0 0 8px}#sprig-feedback-error-container{margin:auto;text-align:center;width:360px}.sprig-feedback-error-text{font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}#sprig-feedback-loading-container .ul-container{position:relative;max-height:inherit}#sprig-feedback-loading-animation{position:absolute}.sprig-feedback-loading-container-previews iframe{max-height:inherit!important}', nonce: window.UserLeap.styleNonce }), ie({ document, elementId: "ul-custom-style", styleString: e ?? "", nonce: window.UserLeap.styleNonce }), Ve = a === "center-modal", W = o;
297
+ const [y, g] = o.split("-");
298
+ ((U) => {
299
+ if ($() || !jt.includes(U))
300
+ return;
301
+ const [h, L] = U.split("-"), E = document.createElement("div");
302
+ E.id = "sprig-feedback-container", E.classList.add(`sprig-feedback-container-${L}`, `sprig-feedback-container-${h}`), document.body.appendChild(E);
303
+ })(o), p = $(), P = document.createElement("button");
304
+ const m = document.createElement("div");
305
+ m.className = "sprig-feedback-button-label", m.innerText = l, P.appendChild(m), P.id = "sprig-feedback-button", P.classList.add(`sprig-feedback-button-${g}`, `sprig-feedback-button-${y}`, `sprig-feedback-button-${s}`, "fade-in-transition"), u.on(ee.SURVEY_FADING_OUT, ye), P.addEventListener("click", async () => {
306
+ const U = document.getElementById("sprig-feedback-error-container");
307
+ if (it() || nt()) {
308
+ if (ye()) {
309
+ u.emit(w.SurveyWillClose, { name: w.SurveyWillClose, initiator: B.FeedbackClosed, studyType: "feedbackButton", "survey.id": d });
310
+ const L = $();
311
+ U && L && (L.remove(), Y = null, f = null);
312
+ }
313
+ return;
314
+ }
315
+ if (Ee(F(window.UserLeap)) || xe || qe(), t)
316
+ return f && f.classList.add("sprig-feedback-loading-container-previews"), await Q(t), void J();
317
+ const h = await (async (L) => {
318
+ const E = await C(R("1", [j], "startFeedbackStudy"), { body: JSON.stringify({ surveyUuid: L }), method: "POST" });
319
+ return E.ok ? E.json : null;
320
+ })(c);
321
+ if (h)
322
+ u.once(w.SurveyAppeared, J), Q({ ...h, studyType: "feedbackButton" }, n);
323
+ else if (f) {
324
+ const L = Mt();
325
+ f.appendChild(L), J(), f.style.height = "300px", f.style.width = "360px";
326
+ }
327
+ }), p == null || p.appendChild(P), u.emit(w.FeedbackButtonLoaded, { name: w.FeedbackButtonLoaded, "survey.id": d });
328
+ const { useMobileStyling: _, _config: { border: b } } = window.UserLeap;
329
+ if (Ve || _)
330
+ oe(0);
331
+ else {
332
+ const U = document.createElement("div");
333
+ U.id = "sprig-feedback-loading-container", U.className = `sprig-feedback-loading-container sprig-feedback-loading-container-${g}`, U.style.setProperty("--feedback-border", b), f = U, be(), p == null || p.appendChild(U);
334
+ const h = ot();
335
+ oe(-h);
336
+ }
337
+ window.UserLeap._config.isOnQuestionsTab && t && !ne() && f && (qe(), be(), f && f.classList.add("sprig-feedback-loading-container-previews"), Q(t), J());
338
+ }, Mt = () => {
339
+ const r = document.createElement("div");
340
+ r.id = "sprig-feedback-error-container", r.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none">
341
+ <circle cx="20" cy="20" r="14.5" stroke="#B0B5B7" stroke-width="3"/>
342
+ <path d="M20 12L20 21.6" stroke="#B0B5B7" stroke-width="3" stroke-linecap="round"/>
343
+ <circle cx="19.9984" cy="27.6" r="1.6" fill="#B0B5B7"/>
344
+ </svg>`;
345
+ const t = document.createElement("h3");
346
+ return t.className = "sprig-feedback-error-text", t.innerText = "There was an error while loading the survey", r.appendChild(t), r;
347
+ }, Le = new class {
348
+ constructor() {
349
+ H(this, "_ldData", {});
350
+ }
351
+ getAllLaunchDarklyVariations() {
352
+ return this._ldData;
353
+ }
354
+ setLDFlagsVariations(r) {
355
+ try {
356
+ return !(!r || typeof r != "object" || Array.isArray(r)) && (Object.keys(this._ldData).forEach((t) => {
357
+ delete this._ldData[t];
358
+ }), Object.keys(r).forEach((t) => this._ldData[`!launch_darkly_${t}`] = (r[t] ?? 0) + 1), !0);
359
+ } catch (t) {
360
+ return t instanceof Error && window.UserLeap.reportError("setAllLDFlagsVariations", t), console.warn("[Sprig] An issue had occured when setting LaunchDarkly flags and variations."), !1;
361
+ }
362
+ }
363
+ }();
364
+ Object.freeze(Le);
365
+ const re = new class {
366
+ constructor() {
367
+ H(this, "_optimizelyData", {});
368
+ }
369
+ setOptimizelyExperiment(r, t = !0) {
370
+ if (!r || typeof r != "object")
371
+ return !1;
372
+ const { experiments: n } = r;
373
+ try {
374
+ return t && Object.keys(this._optimizelyData).map((s) => {
375
+ delete this._optimizelyData[s];
376
+ }), n && n.map((s) => {
377
+ const { id: e, variation: i } = s, o = this.transformExperimentId(e);
378
+ i && typeof i == "string" && (this._optimizelyData[o] = i);
379
+ }), !0;
380
+ } catch (s) {
381
+ return s instanceof Error && window.UserLeap.reportError("setOptimizelyExperiment", s), !1;
382
+ }
383
+ }
384
+ getAllOptimizelyExperiments() {
385
+ return this._optimizelyData;
386
+ }
387
+ getOptimizelyVariationName(r) {
388
+ return this._optimizelyData[this.transformExperimentId(r)];
389
+ }
390
+ transformExperimentId(r) {
391
+ return "!optimizely_experiments_" + r;
392
+ }
393
+ getAndSetWebOptimizelyExperiments() {
394
+ var r;
395
+ try {
396
+ if (window && window.optimizely && typeof window.optimizely.get == "function") {
397
+ const t = (r = window.optimizely.get("state")) == null ? void 0 : r.getExperimentStates({ isActive: !0 });
398
+ if (t) {
399
+ const n = Object.keys(t).map((s) => {
400
+ var e, i;
401
+ return (e = t[s].variation) != null && e.name ? { id: s, variation: (i = t[s].variation) == null ? void 0 : i.name } : { id: s, variation: "Original" };
402
+ });
403
+ return this.setOptimizelyExperiment({ experiments: n }, !1), !0;
404
+ }
405
+ return !1;
406
+ }
407
+ return !1;
408
+ } catch (t) {
409
+ return t instanceof Error && window.UserLeap.reportError("getAndSetWebOptimizely", t), !1;
410
+ }
411
+ }
412
+ }();
413
+ Object.freeze(re);
414
+ class Ft {
415
+ constructor(t, n) {
416
+ H(this, "paused");
417
+ H(this, "queue");
418
+ H(this, "ul");
419
+ this.ul = t, this.paused = !1, this.queue = [], this.flush(n);
420
+ }
421
+ flush(t) {
422
+ const n = t.length;
423
+ if (n)
424
+ for (let s = 0; s < n; s++)
425
+ this.push(t[s]);
426
+ }
427
+ isPaused() {
428
+ return this.paused;
429
+ }
430
+ pause() {
431
+ this.paused = !0;
432
+ }
433
+ unpause() {
434
+ this.paused = !1;
435
+ const t = this.queue.slice();
436
+ this.empty(), this.flush(t);
437
+ }
438
+ push(t) {
439
+ if (this.paused)
440
+ this.queue.push(t);
441
+ else if (t instanceof Function)
442
+ t();
443
+ else {
444
+ const n = Array.prototype.slice.call(t, 1), s = t[0], e = this.ul[s];
445
+ e instanceof Function ? e.apply(this.ul, n) : s && console.warn("[Sprig] (ERR-100) No valid UserLeap action called", s);
446
+ }
447
+ }
448
+ perform(t) {
449
+ if (this.paused) {
450
+ let n = () => {
451
+ };
452
+ const s = new Promise(function(e) {
453
+ n = function() {
454
+ e(t());
455
+ };
456
+ });
457
+ return this.queue.push(n), s;
458
+ }
459
+ return t();
460
+ }
461
+ empty() {
462
+ this.queue.length = 0;
463
+ }
464
+ }
465
+ let at, dt;
466
+ const Ue = (r) => {
467
+ let t = 0, n = r.firstElementChild;
468
+ for (; n; )
469
+ t += Ue(n), n.shadowRoot && (t += Ue(n.shadowRoot)), n = n.nextElementSibling, t++;
470
+ return t;
471
+ }, Ne = () => {
472
+ at.report(Ue(document.body)), dt.report(document.documentElement.innerHTML.length);
473
+ }, Se = (r, t) => {
474
+ const n = performance.now();
475
+ document.hidden ? setTimeout(() => Se(r, t), r) : setTimeout(() => {
476
+ const s = performance.now() - n;
477
+ t.report(s / 1e3), setTimeout(() => Se(r, t), r);
478
+ }, 0);
479
+ };
480
+ let se, ae, de, le, He, V = {};
481
+ const te = (r, t = 1) => {
482
+ const { name: n } = r;
483
+ V[n] = (V[n] || 0) + t;
484
+ }, lt = (r) => {
485
+ let t = 1;
486
+ return r.childNodes.forEach((n) => {
487
+ t += lt(n);
488
+ }), t;
489
+ }, $e = (r) => {
490
+ let t = 0;
491
+ return r.forEach((n) => {
492
+ t += lt(n);
493
+ }), t;
494
+ }, zt = (r) => {
495
+ switch (r.type) {
496
+ case "childList":
497
+ return te(se, $e(r.addedNodes)), void te(ae, $e(r.removedNodes));
498
+ case "attributes":
499
+ return void te(de);
500
+ case "characterData":
501
+ return void te(le);
502
+ }
503
+ }, Wt = (r) => r.forEach(zt), Bt = () => {
504
+ se.report(V[se.name] || 0), ae.report(V[ae.name] || 0), de.report(V[de.name] || 0), le.report(V[le.name] || 0), V = {};
505
+ }, Vt = (r = 1e3) => {
506
+ se = q("sdk_mutations_nodes_added"), ae = q("sdk_mutations_nodes_removed"), de = q("sdk_mutations_attributes_changed"), le = q("sdk_mutations_character_data"), He = new MutationObserver(Wt), He.observe(document, { attributes: !0, attributeOldValue: !0, characterData: !0, characterDataOldValue: !0, childList: !0, subtree: !0 }), setInterval(Bt, r);
507
+ }, qt = ({ isWeb: r, reportingIntervalSeconds: t, thresholds: n, postMetrics: s }) => {
508
+ St(n, (e, i) => {
509
+ var o, a;
510
+ if ((o = I.replay) != null && o.isReplayRecording()) {
511
+ const l = `Value: ${e} on ${i.metric} violated threshold of ${i.type} ${i.value}`;
512
+ (a = I.replay) == null || a.disableRecording("Threshold violated", new Error(l), { reportError: !1 }), window.UserLeap.reportError("Sdk Performance Metric threshold violated", new Error("Sdk Performance Metric threshold violated"), { metricName: i.metric, type: i.type, value: i.value }, { metricName: i.metric }), kt();
513
+ }
514
+ }), It({ reportingIntervalSeconds: t, postMetrics: s }), r && (((e = 1e3) => {
515
+ const i = q("sdk_event_queue_latency_seconds");
516
+ Se(e, i);
517
+ })(), ((e = 1e4) => {
518
+ at = q("sdk_dom_nodes_count"), dt = q("sdk_page_html_characters"), Ne(), setInterval(Ne, e);
519
+ })(), Vt());
520
+ }, Nt = "test", Ht = ["popState", "pushState", "replaceState"];
521
+ let X;
522
+ const ce = {}, K = "!email", ct = "pageUrl";
523
+ let fe = window.location.href;
524
+ function Z(r) {
525
+ var a;
526
+ const { pageUrlEvents: t, interactiveEvents: n, dismissOnPageChange: s, platform: e } = window.UserLeap._config;
527
+ if (e && e !== "web")
528
+ return;
529
+ fe !== window.location.href && T.navigation("LocationChange", { from: fe, to: window.location.href }), fe = window.location.href;
530
+ const i = wt().trackStartUrl, o = i ? String(i) : null;
531
+ t && mt(window.location.href), n && (ut(), $t()), rt() && (() => {
532
+ if (ne())
533
+ return;
534
+ const l = $();
535
+ l && (Ut(Y) || (l.remove(), Y = null, f = null));
536
+ })(), Et.getItem("sprig.isCapturingHeatmap") && ((a = I.replay) == null || a.checkPendingHeatmapsUrl()), !ne() && s && o && o !== window.location.href && r && Ht.includes(r.type) && window.UserLeap("dismissActiveSurvey", B.PageChange);
537
+ }
538
+ const pt = { capture: !0 }, $t = () => {
539
+ const r = window.UserLeap._config.interactiveEvents.filter((n) => Qe(n, window.location.href)).map((n) => {
540
+ const { name: s, properties: e } = n, { selector: i, innerText: o } = e;
541
+ return i ? (a) => {
542
+ if (Be(a.target))
543
+ try {
544
+ a.target.closest(i) && window.UserLeap("track", s);
545
+ } catch {
546
+ }
547
+ return !1;
548
+ } : (a) => (Be(a.target) && a.target.innerText === o && window.UserLeap("track", s), !1);
549
+ }), t = (n) => r.forEach((s) => s(n));
550
+ window.UserLeap._config.interactiveEventsHandler = t, window.addEventListener("click", t, pt);
551
+ }, ut = () => {
552
+ window.UserLeap._config.interactiveEventsHandler && window.removeEventListener("click", window.UserLeap._config.interactiveEventsHandler, pt), delete window.UserLeap._config.interactiveEventsHandler;
553
+ };
554
+ function wt() {
555
+ const r = D.getItemObject("userleap.ids");
556
+ return r && r[window.UserLeap.envId] || {};
557
+ }
558
+ function gt() {
559
+ if (window.previewMode)
560
+ return;
561
+ const r = D.getItemObject("sprig.anon.env.vid.map") || {}, t = r[window.UserLeap.envId];
562
+ window.UserLeap.visitorId = t || Je(), T.info("NewVid", { vid: window.UserLeap.visitorId }), x("vid", window.UserLeap.visitorId), t || (r[window.UserLeap.envId] = window.UserLeap.visitorId, D.setItemObject("sprig.anon.env.vid.map", r)), u.emit(w.VisitorIDUpdated, { visitorId: window.UserLeap.visitorId });
563
+ }
564
+ function mt(r, t, n, s) {
565
+ var e, i;
566
+ try {
567
+ if (r.endsWith("mock_snippet.html"))
568
+ return;
569
+ T.info("PageView", { url: r });
570
+ const o = window.UserLeap._config.pageUrlEvents;
571
+ let a = !1;
572
+ if (o && o.length)
573
+ for (let d = 0; d < o.length && (a = Qe(o[d], r), !a); d++)
574
+ ;
575
+ if (!a)
576
+ return;
577
+ window.UserLeap.debugMode && console.info("[DEBUG] Sprig trackPageView", r);
578
+ const l = { url: r };
579
+ s && (l.trackPageView = !0), window.UserLeap._queue.push(["track", ct, t, l, n]);
580
+ const c = (e = document == null ? void 0 : document.querySelector('meta[name="description"]')) == null ? void 0 : e.getAttribute("content");
581
+ (i = I.replay) == null || i.RecordPageView({ ...c && { description: c }, url: r, referrer: document.referrer, pageTitle: document.title });
582
+ } catch (o) {
583
+ o instanceof Error && (o.stack = r, window.UserLeap.reportError("trackPageView", o)), console.warn("[Sprig] (ERR-428) Failed to track page view", o);
584
+ }
585
+ }
586
+ function Gt() {
587
+ const r = "Backbone" in window && window.Backbone && window.Backbone.history ? window.Backbone.history : window.history;
588
+ "pushState" in r && (r.pushState = /* @__PURE__ */ ((t) => function(...n) {
589
+ const s = t.apply(this, n), e = new Event("pushState");
590
+ return window.dispatchEvent(e), Z(e), s;
591
+ })(r.pushState)), "replaceState" in r && (r.replaceState = /* @__PURE__ */ ((t) => function(...n) {
592
+ const s = t.apply(this, n), e = new Event("replaceState");
593
+ return window.dispatchEvent(e), Z(e), s;
594
+ })(r.replaceState)), ["hashchange", "popstate"].forEach((t) => window.addEventListener(t, Z, !0));
595
+ }
596
+ async function ve(r, t) {
597
+ const n = ke();
598
+ r && !t && (window.UserLeap._config.mode = Nt);
599
+ const s = Ee(F(window.UserLeap)), e = await C(function(i) {
600
+ const o = new URL(R("1", [M], "questions"));
601
+ return Object.entries(i || {}).forEach(([a, l]) => {
602
+ l && o.searchParams.append(a, String(l));
603
+ }), o.toString();
604
+ }({ desktopDisplay: window.UserLeap._config.desktopDisplay, isMobile: s, previewLanguage: window.UserLeap._config.previewLanguage, surveyid: r == null ? void 0 : r.surveyId, surveytemplateid: r == null ? void 0 : r.surveyTemplateId, vid: n }), { shouldDropOnRateLimit: !0 });
605
+ if (!e.ok)
606
+ return e.reportError && e.error && (console.warn("[Sprig] (ERR-414) Failed to request questions from the server", e.error), window.UserLeap.reportError("getQuestions", e.error)), { success: !1, surveyState: "no survey" };
607
+ if (e.json.delay && await Ye(e.json.delay), !e.json.isFeedback)
608
+ return Q(e.json, X);
609
+ {
610
+ const { feedbackLabel: i, productConfig: o, surveyUuid: a, feedbackCustomStyles: l } = e.json, { buttonTheme: c, placement: d, desktopDisplay: p } = o;
611
+ st({ customStyles: l, buttonTheme: c, desktopDisplay: p, eventId: 0, feedbackLabel: i, placement: d, surveyUuid: a, surveyId: r == null ? void 0 : r.surveyId }, e.json);
612
+ }
613
+ }
614
+ function Kt(r) {
615
+ if (!r)
616
+ return;
617
+ window.UserLeap._config = r, r.mute && window.UserLeap._queue.pause();
618
+ const { interactiveEvents: t, pageUrlEvents: n, dismissOnPageChange: s } = r;
619
+ t && function(e) {
620
+ let i = e.length;
621
+ for (; i; ) {
622
+ const o = Math.floor(Math.random() * i);
623
+ i -= 1;
624
+ const a = e[i];
625
+ e[i] = e[o], e[o] = a;
626
+ }
627
+ }(t), (t || n || s) && (Gt(), Z());
628
+ }
629
+ const Jt = function(r) {
630
+ if (!window.UserLeap)
631
+ return;
632
+ const t = async (e = {}) => {
633
+ var U, h, L, E, O;
634
+ const { userId: i, anonymousId: o, metadata: a = {}, properties: l, showSurveyCallback: c } = e;
635
+ let { eventName: d } = e;
636
+ if (window.UserLeap.debugMode && d !== ct && console.info("[DEBUG] Sprig track", e), r.mode === "test")
637
+ return;
638
+ const p = D.getItem("sprig.previewKey") ?? void 0;
639
+ if (r.requireUserIdForTracking && !window.UserLeap.userId && !i) {
640
+ const v = "[Sprig] - Skipping tracking without userId";
641
+ return console.warn(v), { success: !1, message: v, surveyState: "no survey" };
642
+ }
643
+ if (!d || d.trim().length === 0) {
644
+ d = d ? String(d) : "";
645
+ const v = "[Sprig] - Invalid event name " + d;
646
+ return console.warn(v), { success: !1, message: v, surveyState: "no survey" };
647
+ }
648
+ const y = X ?? window.location.href;
649
+ a.url || (a.url = y), x("trackStartUrl", y), (h = (U = window.UserLeap) == null ? void 0 : U._config) != null && h.optimizelyEnabled && (pe(F(window.UserLeap)) || re.getAndSetWebOptimizelyExperiments(), a.optimizelyExperiments = Object.assign({}, re.getAllOptimizelyExperiments())), (E = (L = window.UserLeap) == null ? void 0 : L._config) != null && E.launchDarklyEnabled && (a.launchDarklyFlags = Le.getAllLaunchDarklyVariations()), i && (window.UserLeap.userId = i), o && (window.UserLeap.partnerAnonymousId = o), l && (a.eventProperties = l), (O = I.replay) == null || O.RecordEvent({ name: d, url: a.url }), T.info("TrackEvent", { eventName: d });
650
+ const g = window.UserLeap.delayingSurvey || it() ? await C(R("1", [j], "events/batch"), { body: JSON.stringify({ events: [{ event: d, metadata: a }], previewKey: p }), method: "POST", shouldDropOnRateLimit: !0 }) : await C(R("1", [j], "events"), { body: JSON.stringify({ event: d, metadata: a, previewKey: p }), method: "POST", shouldDropOnRateLimit: !0 });
651
+ if (!g.ok) {
652
+ const v = "[Sprig] (ERR-421) Failed to track event";
653
+ return g.reportError && (console.warn(v, g.error), g.error && window.UserLeap.reportError("track", g.error)), { success: !1, message: v, error: g.error, surveyState: "no survey" };
654
+ }
655
+ i && x("uid", i), o && x("aid", o);
656
+ const m = g.json;
657
+ m.invalidPreviewKey && D.removeItem("sprig.previewKey");
658
+ const _ = a.trackPageView ? a.url : void 0;
659
+ return m != null && m.feedbackButton && st(m.feedbackButton, void 0, _), await async function(v, k) {
660
+ var z, G;
661
+ let A = !0;
662
+ return !(k && ((z = v == null ? void 0 : v.json) != null && z.surveyId) && (window.UserLeap.delayingSurvey = !0, A = await k(v.json.surveyId), window.UserLeap.delayingSurvey = !1, !A)) && ((G = v == null ? void 0 : v.json) != null && G.delay && !window.UserLeap.isMobileSDK && (window.UserLeap.delayingSurvey = !0, await Ye(v.json.delay), window.UserLeap.delayingSurvey = !1), A);
663
+ }(g, c) ? function(v) {
664
+ if (!window.UserLeap._config.dismissOnPageChange)
665
+ return !0;
666
+ const k = new URL(v), A = new URL(X ?? window.location.href);
667
+ return k.hostname === A.hostname && k.pathname === A.pathname;
668
+ }(y) ? Q(m, _) : { success: !1, message: "Study should not be displayed after page navigation", surveyState: "no survey" } : { success: !1, message: "[Sprig] Callback returned false, aborting rendering of survey", surveyState: "no survey" };
669
+ }, n = (e, i) => {
670
+ var a;
671
+ const o = (a = e == null ? void 0 : e.querySelector(`[id="${_e}"]`)) == null ? void 0 : a.contentDocument;
672
+ o && ie({ document: o, elementId: "ul-custom-style", styleString: i });
673
+ }, s = { displaySurvey: async (e) => (console.warn("[Sprig] displaySurvey should only be used to debug your studies; not intended for production usage."), window.UserLeap("dismissActiveSurvey", B.Override), ve({ surveyId: e }, !0)), _previewSurvey(e) {
674
+ window.UserLeap("dismissActiveSurvey", B.Override), ve({ surveyTemplateId: e }, !1);
675
+ }, _reviewSurvey(e) {
676
+ window.UserLeap("dismissActiveSurvey", B.Override), ve({ surveyId: e }, !1);
677
+ }, previewSurvey(e) {
678
+ s._previewSurvey(e);
679
+ }, reviewSurvey(e) {
680
+ s._reviewSurvey(e);
681
+ }, mute() {
682
+ window.UserLeap._queue.pause();
683
+ }, unmute() {
684
+ window.UserLeap._queue.unpause();
685
+ }, setVisitorToken() {
686
+ console.warn("[Sprig] setVisitorToken is deprecated.");
687
+ }, dismissActiveSurvey(e = B.API) {
688
+ window.UserLeap.container && u.emit(w.SurveyWillClose, { name: w.SurveyWillClose, initiator: e, "survey.id": parseInt(window.UserLeap.container.dataset.studyId) });
689
+ }, async setAttribute(e, i) {
690
+ if (!e || !i && i !== 0 && i !== !1) {
691
+ const o = "[Sprig] - Disregarding empty attribute / value provided";
692
+ return console.warn(o), { success: !1, message: o };
693
+ }
694
+ return this.setAttributes({ [e]: i });
695
+ }, async setAttributes(e) {
696
+ if (e == null || Object.keys(e).length === 0) {
697
+ const i = "[Sprig] - Disregarding empty attributes provided";
698
+ return console.warn(i), { success: !1, message: i };
699
+ }
700
+ return this.identifyAndSetAttributes({ attributes: e });
701
+ }, async identifyAndSetAttributes(e) {
702
+ if (window.UserLeap.debugMode && console.info("[DEBUG] Sprig identifyAndSetAttributes", e), r.mode === "test")
703
+ return;
704
+ if (e === null || typeof e != "object" || !(e.userId || e.anonymousId || e.attributes)) {
705
+ const d = "[Sprig] - Disregarding empty payload provided";
706
+ return console.warn(d), { success: !1, message: d };
707
+ }
708
+ const { userId: i, anonymousId: o, attributes: a } = e;
709
+ if (r.requireUserIdForTracking && !window.UserLeap.userId && !i) {
710
+ const d = "[Sprig] - Skipping tracking without userId";
711
+ return console.warn(d), { success: !1, message: d };
712
+ }
713
+ if (a) {
714
+ a.email && !a[K] && (a[K] = a.email, delete a.email);
715
+ const d = Object.keys(a);
716
+ for (const p of d)
717
+ a[p] === ce[p] && delete a[p];
718
+ }
719
+ if (!(a && Object.keys(a).length !== 0 || i && window.UserLeap.userId !== i || o && window.UserLeap.partnerAnonymousId !== o))
720
+ return { success: !0 };
721
+ const l = {};
722
+ let c;
723
+ return i && (l.userId = window.UserLeap.userId = i), o && (l.partnerAnonymousId = window.UserLeap.partnerAnonymousId = o), a && Object.keys(a).length > 0 ? (c = await C(R("1", [M, j], "attributes"), { body: JSON.stringify(a), method: "PUT" }), c.ok ? Object.assign(ce, a) : c.reportError && (console.warn("[Sprig] (ERR-432) identifyAndSetAttributes failed", c.error), c.error && window.UserLeap.reportError("identifyAndSetAttributes", c.error))) : c = await C(R("1", [M, j]), { body: JSON.stringify(l), method: "PUT" }), a && a[K] && (window.UserLeap.email = a[K]), c.ok && (i && x("uid", i), o && x("aid", o)), { success: !!c.ok };
724
+ }, async removeAttributes(e) {
725
+ if (window.UserLeap.debugMode && console.info("[DEBUG] Sprig removeAttributes", e), r.mode === "test")
726
+ return;
727
+ if (e == null || e.length === 0) {
728
+ const o = "[Sprig] - Disregarding empty attributes provided";
729
+ return console.warn(o), { success: !1, message: o };
730
+ }
731
+ if (r.requireUserIdForTracking && !window.UserLeap.userId) {
732
+ const o = "[Sprig] - Skipping tracking without userId";
733
+ return console.warn(o), { success: !1, message: o };
734
+ }
735
+ const i = await C(R("1", [M, j], "attributes"), { body: JSON.stringify({ delete: e }), method: "DELETE" });
736
+ return !i.ok && i.reportError && (console.warn("[Sprig] (ERR-433) Remove attributes failed", i.error), i.error && window.UserLeap.reportError("removeAttributes", i.error)), { success: !!i.ok };
737
+ }, async addSurveyListener(e) {
738
+ u.on(w.SurveyLifeCycle, e);
739
+ }, async removeSurveyListener(e) {
740
+ u.removeListener(w.SurveyLifeCycle, e);
741
+ }, async addListener(e, i) {
742
+ u.on(e, i);
743
+ }, async removeListener(e, i) {
744
+ u.removeListener(e, i);
745
+ }, async removeAllListeners() {
746
+ u.removeAllListeners();
747
+ }, setPreviewKey(e) {
748
+ e && typeof e == "string" && D.isStorageAvailable && e && D.setItem("sprig.previewKey", e);
749
+ }, async setUserId(e) {
750
+ var a;
751
+ if (window.UserLeap.debugMode && console.info("[DEBUG] Sprig setUserId", e), e == null) {
752
+ const l = `[Sprig] - Invalid userId ${e}`;
753
+ return console.warn(l), { success: !1, message: l };
754
+ }
755
+ if (r.mode === "test" || e === window.UserLeap.userId)
756
+ return;
757
+ window.UserLeap.userId = e;
758
+ const i = window.UserLeap.visitorId, o = await C(R("1", [M, j]), { body: JSON.stringify({ userId: e }), method: "PUT" });
759
+ o.ok ? (i !== window.UserLeap.visitorId && ((a = I.replay) == null || a.clearUserReplayData()), x("uid", e)) : o.reportError && (console.warn("[Sprig] (ERR-420) Failed to set user id", o.error), o.error && window.UserLeap.reportError("setUserId", o.error));
760
+ }, async setPartnerAnonymousId(e) {
761
+ if (window.UserLeap.debugMode && console.info("[DEBUG] Sprig setPartnerAnonymousId", e), e == null) {
762
+ const i = `[Sprig] - Invalid partnerAnonymousId ${e}`;
763
+ return console.warn(i), { success: !1, message: i };
764
+ }
765
+ return window.UserLeap.partnerAnonymousId = e, x("aid", e), { success: !0 };
766
+ }, track: async (e, i, o = {}, a = void 0) => t({ eventName: e, properties: i, metadata: o, showSurveyCallback: a }), identifyAndTrack: async (e) => await t(e), trackPageView(e, i = void 0, o = void 0, a = !0) {
767
+ X = e, mt(e, i, o, a);
768
+ }, applyFeedbackStyles({ button: e = "", view: i = "" }) {
769
+ window.UserLeap.feedbackCustomStyles = i, document.getElementById("sprig-feedback-style") && ie({ document, elementId: "ul-custom-style", styleString: e, nonce: window.UserLeap.styleNonce }), n(document.querySelector(".ul-container-feedback"), i);
770
+ }, applyStyles(e) {
771
+ window.UserLeap.customStyles = e, n(window.UserLeap.container, e);
772
+ }, setWindowDimensions(e, i) {
773
+ var c, d;
774
+ const o = typeof e == "string" ? parseInt(e, 10) : e, a = typeof i == "string" ? parseInt(i, 10) : i;
775
+ if (isNaN(o) || isNaN(a) || (window.UserLeap.windowDimensions = { width: o, height: a }), !window.UserLeap.frameId)
776
+ return;
777
+ const l = document.getElementById(window.UserLeap.frameId);
778
+ l && (window.UserLeap.useMobileStyling && ((c = window.UserLeap.windowDimensions) != null && c.width && (l.style.width = `${window.UserLeap.windowDimensions.width}px`), (d = window.UserLeap.windowDimensions) != null && d.height && (l.style.maxHeight = window.UserLeap.windowDimensions.height - 20 + "px"), l.contentDocument && (l.style.height = String(Tt(l.contentDocument)[0]) + "px")), u.emit(w.SurveyDimensions, { name: w.SurveyDimensions, contentFrameWidth: l.clientWidth, contentFrameHeight: l.clientHeight, "survey.id": parseInt(window.UserLeap.container.dataset.studyId) }));
779
+ }, logoutUser() {
780
+ var e;
781
+ window.UserLeap.debugMode && console.info("[DEBUG] Sprig logout"), T.info("LogOut", { vid: window.UserLeap.visitorId, userId: window.UserLeap.userId }), window.UserLeap.visitorId = null, window.UserLeap.userId = null, window.UserLeap.partnerAnonymousId = null, window.UserLeap.token = null, window.UserLeap.email = null, D.removeItem("userleap.ids"), window.UserLeap._queue.isPaused() && window.UserLeap._queue.empty(), gt(), (e = I.replay) == null || e.clearUserReplayData(), window.UserLeap._queue.unpause();
782
+ }, teardown() {
783
+ ["hashchange", "popstate"].forEach((e) => window.removeEventListener(e, Z, !0)), window.UserLeap._config.interactiveEvents && ut(), window.UserLeap("dismissActiveSurvey", B.API), delete window.UserLeap, delete window.Sprig, delete window._Sprig;
784
+ }, integrateOptimizely(e, i = !0) {
785
+ var o, a;
786
+ if ((a = (o = window.UserLeap) == null ? void 0 : o._config) != null && a.optimizelyEnabled)
787
+ try {
788
+ const l = typeof e == "string" ? JSON.parse(e) : e;
789
+ re.setOptimizelyExperiment(l, i);
790
+ } catch (l) {
791
+ console.warn("[Sprig] Error with integrating Optimizely data"), l instanceof Error && window.UserLeap.reportError("integrateOptimizely", l);
792
+ }
793
+ else
794
+ console.warn("[SPRIG] Optimizely integration is currently not enabled for your product.");
795
+ }, integrateOptimizelyClient(e) {
796
+ var i, o;
797
+ if (!((o = (i = window.UserLeap) == null ? void 0 : i._config) != null && o.optimizelyEnabled))
798
+ return void console.warn("[SPRIG] Optimizely integration is currently not enabled for your product.");
799
+ e.notificationCenter.addNotificationListener("ACTIVATE:experiment, user_id,attributes, variation, event", ({ experiment: a, variation: l }) => {
800
+ const c = { experiments: [{ id: a.id, variation: l.key }] };
801
+ window.UserLeap("integrateOptimizely", c, !1);
802
+ });
803
+ }, importLaunchDarklyData(e) {
804
+ var i, o;
805
+ (o = (i = window.UserLeap) == null ? void 0 : i._config) != null && o.launchDarklyEnabled ? Le.setLDFlagsVariations(e) : console.warn("[SPRIG] LaunchDarkly integration is currently not enabled for your product.");
806
+ }, setVisitorAttribute: (e, i) => (console.warn("[Sprig] setVisitorAttribute is deprecated. Please use setAttribute"), s.setAttribute(e, i)), setEmail: async (e) => s.setAttribute(K, e), setVisitorEmail: async (e) => (console.warn("[Sprig] setVisitorEmail is deprecated. Please use setEmail"), s.setEmail(e)), _generateVideoUploadUrl: async (e) => async function(i) {
807
+ var a;
808
+ if (!i)
809
+ return;
810
+ const o = `${window.UserLeap._API_URL}/2/environments/integrations/upload`;
811
+ try {
812
+ const l = await fetch(o, { method: "POST", cache: "no-cache", headers: { "Content-Type": "application/json" }, body: JSON.stringify(i) });
813
+ if (l.ok) {
814
+ const c = await l.json();
815
+ return (a = c == null ? void 0 : c.upload) == null ? void 0 : a.url;
816
+ }
817
+ return null;
818
+ } catch (l) {
819
+ console.warn("[Sprig] Error with generating video upload url"), l instanceof Error && window.UserLeap.reportError("generateVideoUploadUrl", l);
820
+ }
821
+ }(e), _reportMetric(e, i) {
822
+ _t(e, i);
823
+ }, _completeSessionReplay: async ({ surveyId: e, responseGroupUuid: i, eventDigest: o }) => {
824
+ var a;
825
+ return I.replay ? (a = I.replay) == null ? void 0 : a._completeSessionReplay({ surveyId: e, responseGroupUuid: i, eventDigest: o, headers: F(window.UserLeap) }) : (window.UserLeap.reportError("_completeSessionReplay", new Error("Replay module not registered")), !1);
826
+ } };
827
+ Object.assign(window.UserLeap, s);
828
+ };
829
+ async function Qt(r, t, n = {}, s = {}) {
830
+ const e = window.__cfg && window.__cfg.mode, i = ke(), o = window.UserLeap.envId, a = window.document.documentElement, l = { mode: e, screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: a.clientWidth, clientHeight: a.clientHeight, location: X ?? window.location.href, language: window.navigator.language, ...n }, c = { action: r, breadcrumbs: T.breadcrumbs, err: { message: `${t == null ? void 0 : t.name} - ${t == null ? void 0 : t.message}`, stack: t == null ? void 0 : t.stack }, meta: l, vid: i, envId: o, ...s };
831
+ (await C(R("1", null, "errors"), { method: "POST", headers: { "x-ul-error": window.btoa(`userleap-${Date.now()}-error`) }, body: JSON.stringify(c), shouldDropOnRateLimit: !0 })).ok || console.warn("[Sprig] (ERR-444) Failed to report error to API", t);
832
+ }
833
+ function Yt(r = {}) {
834
+ var s;
835
+ (s = window.SprigLoggerCallback) == null || s.call(window, "Initializing Sprig");
836
+ const t = new URLSearchParams(window.location.search).get("sprigPreviewKey") ?? "";
837
+ async function n() {
838
+ var p, y, g, m, _;
839
+ if (window.UserLeap.loaded)
840
+ return;
841
+ if ((p = window.SprigLoggerCallback) == null || p.call(window, "Loading Sprig"), window.UserLeap.reportError = Qt, window.UserLeap.loaded = !0, window.UserLeap._config = Object.assign({}, r, window.UserLeap.config), window.UserLeap.delayingSurvey = !1, window.UserLeap._config && typeof window.UserLeap._config == "object")
842
+ for (const b in window.UserLeap._config)
843
+ window.UserLeap[b] = window.UserLeap._config[b];
844
+ if (!window.UserLeap.envId) {
845
+ if (!window.UserLeap.appId)
846
+ throw new Error("Missing Environment id");
847
+ window.UserLeap.envId = window.UserLeap.appId;
848
+ }
849
+ window.UserLeap.debugMode && console.info("[DEBUG] Sprig debug mode enabled");
850
+ const e = wt(), i = window.UserLeap.sampleRate;
851
+ let o = e.sampled;
852
+ if (i) {
853
+ if (o === null && (o = Math.random() < i, x("sampled", o)), !o)
854
+ return;
855
+ } else
856
+ o !== null && x("sampled", null);
857
+ window.UserLeap._API_URL || (window.UserLeap._API_URL = "https://api.sprig.com");
858
+ const a = [...window.UserLeap._queue];
859
+ window.UserLeap._queue = new Ft(window.UserLeap, []), window.UserLeap._queue.pause();
860
+ for (let b = 0; b < a.length; b++)
861
+ window.UserLeap._queue.push(a[b]);
862
+ const l = e.token;
863
+ l ? (window.UserLeap.token = l, window.UserLeap.visitorId = e.vid ?? null, window.UserLeap.userId = e.uid ?? null, window.UserLeap.partnerAnonymousId = e.aid ?? null) : gt();
864
+ const c = pe(F(window.UserLeap));
865
+ (y = window.SprigLoggerCallback) == null || y.call(window, "Sprig fetching config");
866
+ const d = await async function(b) {
867
+ var E, O;
868
+ const U = F(window.UserLeap);
869
+ document.addEventListener("securitypolicyviolation", je);
870
+ const h = await Ke(R("1", [M], "config"), { headers: U });
871
+ if (document.removeEventListener("securitypolicyviolation", je), !h.ok)
872
+ return (E = window.SprigLoggerCallback) == null || E.call(window, "Sprig config fetch failed"), h.reportError && (console.warn("[Sprig] (ERR-422) Failed to load configuration", h.error), h.error && window.UserLeap.reportError("applyRemoteConfig", h.error)), Me("Disabled: failed to fetch configuration"), b;
873
+ const L = h.json;
874
+ return L != null && L.disabled ? ((O = window.SprigLoggerCallback) == null || O.call(window, "Sprig config fetch disabled"), Me(`Disabled: ${L.disabled}`), { disabled: L.disabled }) : Object.assign({}, L, b);
875
+ }(r);
876
+ (g = window.SprigLoggerCallback) == null || g.call(window, "Sprig fetched config"), qt({ isWeb: !c, reportingIntervalSeconds: d.metricsReportingEnabled || d.mobileMetricsReportingEnabled ? d.metricsReportingIntervalSeconds : 0, thresholds: d.metricThresholds, postMetrics: async (b) => {
877
+ var U;
878
+ await C(R("1", [M], "metrics"), { body: b, method: "POST", headers: { "x-ul-replay-enabled": `${!!((U = I.replay) != null && U.isReplayRecording())}` }, shouldDropOnRateLimit: !0 });
879
+ } }), await ((m = I.replay) == null ? void 0 : m.initializeReplay({ maxReplayDurationSeconds: d.maxReplayDurationSeconds, maxInflightRequests: window.UserLeap.maxInflightReplayRequests ?? 2, replaySettings: d.replaySettings })), Jt(d), await Kt(d), window.UserLeap._queue.unpause(), (_ = window.SprigLoggerCallback) == null || _.call(window, "SdkReady"), u.emit(w.SDKReady, { mobileMetricsReportingEnabled: !!d.mobileMetricsReportingEnabled, metricsReportingInterval: d.metricsReportingIntervalSeconds || 0, metricsThresholds: d.metricThresholds || [], maxMobileReplayDurationSeconds: d.maxMobileReplayDurationSeconds, mobileReplaySettings: d.mobileReplaySettings }), u.emit(w.VisitorIDUpdated, { visitorId: window.UserLeap.visitorId }), u.on(w.VisitorIDUpdated, () => {
880
+ for (const b in ce)
881
+ delete ce[b];
882
+ });
883
+ }
884
+ window.UserLeap.UPDATES = ee, window.UserLeap("setPreviewKey", t), document.readyState === "complete" ? n() : window.attachEvent ? window.attachEvent("onload", n) : window.addEventListener("load", () => {
885
+ n();
886
+ }, !1);
887
+ }
888
+ class Ie {
889
+ constructor() {
890
+ this.UPDATES = ee;
891
+ }
892
+ displaySurvey(t) {
893
+ window.Sprig("displaySurvey", t);
894
+ }
895
+ mute() {
896
+ window.Sprig("mute");
897
+ }
898
+ unmute() {
899
+ window.Sprig("unmute");
900
+ }
901
+ dismissActiveSurvey() {
902
+ window.Sprig("dismissActiveSurvey");
903
+ }
904
+ setAttribute(t, n) {
905
+ window.Sprig("setAttribute", t, n);
906
+ }
907
+ setAttributes(t) {
908
+ window.Sprig("setAttributes", t);
909
+ }
910
+ identifyAndSetAttributes(t) {
911
+ window.Sprig("identifyAndSetAttributes", t);
912
+ }
913
+ removeAttributes(t) {
914
+ window.Sprig("removeAttributes", t);
915
+ }
916
+ addListener(t, n) {
917
+ window.Sprig("addListener", t, n);
918
+ }
919
+ removeListener(t, n) {
920
+ window.Sprig("removeListener", t, n);
921
+ }
922
+ removeAllListeners() {
923
+ window.Sprig("removeAllListeners");
924
+ }
925
+ setEmail(t) {
926
+ window.Sprig("setAttribute", "!email", t);
927
+ }
928
+ setUserId(t) {
929
+ window.Sprig("setUserId", t);
930
+ }
931
+ setPartnerAnonymousId(t) {
932
+ window.Sprig("setPartnerAnonymousId", t);
933
+ }
934
+ track(t, n = {}, s = {}) {
935
+ window.Sprig("track", t, n, s);
936
+ }
937
+ identifyAndTrack(t) {
938
+ window.Sprig("identifyAndTrack", t);
939
+ }
940
+ trackPageView(t, n, s) {
941
+ window.Sprig("trackPageView", t, n, s);
942
+ }
943
+ applyStyles(t) {
944
+ window.Sprig("applyStyles", t);
945
+ }
946
+ setWindowDimensions(t, n) {
947
+ window.Sprig("setWindowDimensions", t, n);
948
+ }
949
+ logoutUser() {
950
+ window.Sprig("logoutUser");
951
+ }
952
+ teardown() {
953
+ window.Sprig("teardown");
954
+ }
955
+ }
956
+ const Ge = { configure: (r) => {
957
+ if (!r.envId && !r.environmentId)
958
+ throw new Error("Initialization Error: Sprig configure requires an environmentId");
959
+ if (r.envId || (r.envId = r.environmentId ?? ""), r.installationMethod = "web-npm", window.Sprig)
960
+ return window.Sprig;
961
+ window.Sprig = function() {
962
+ window.Sprig._queue.push(arguments);
963
+ }, Object.getOwnPropertyNames(Ie.prototype).map((n) => {
964
+ n !== "constructor" && (window.Sprig[n] = Ie.prototype[n]);
965
+ });
966
+ const t = window.Sprig;
967
+ return t.appId = r.envId, t._queue = [], window.UserLeap = t, Yt(r), window.Sprig;
968
+ } }, or = { sprig: Ge, SprigAPI: Ie, configure: Ge.configure };
969
+ export {
970
+ er as A,
971
+ Dt as C,
972
+ xt as D,
973
+ ir as E,
974
+ Ie as S,
975
+ Tt as a,
976
+ rr as b,
977
+ or as c,
978
+ tr as d,
979
+ ie as e,
980
+ nr as r,
981
+ Ge as s
982
+ };