@brainfish-ai/widgets-initiator 1.7.0-alpha.7 → 1.7.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/initIframeTrigger/index.d.ts +1 -1
- package/dist/web.cjs.js +5 -5
- package/dist/web.cjs.js.map +1 -1
- package/dist/web.js +265 -267
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -11,37 +11,37 @@ var F = (a, t, n) => t in a ? Le(a, t, { enumerable: !0, configurable: !0, writa
|
|
|
11
11
|
return a;
|
|
12
12
|
}, $ = (a, t) => $e(a, We(t));
|
|
13
13
|
var _ = (a, t, n) => F(a, typeof t != "symbol" ? t + "" : t, n);
|
|
14
|
-
var m = (a, t, n) => new Promise((
|
|
15
|
-
var r = (
|
|
14
|
+
var m = (a, t, n) => new Promise((s, o) => {
|
|
15
|
+
var r = (d) => {
|
|
16
16
|
try {
|
|
17
|
-
i(n.next(
|
|
17
|
+
i(n.next(d));
|
|
18
18
|
} catch (l) {
|
|
19
19
|
o(l);
|
|
20
20
|
}
|
|
21
|
-
}, e = (
|
|
21
|
+
}, e = (d) => {
|
|
22
22
|
try {
|
|
23
|
-
i(n.throw(
|
|
23
|
+
i(n.throw(d));
|
|
24
24
|
} catch (l) {
|
|
25
25
|
o(l);
|
|
26
26
|
}
|
|
27
|
-
}, i = (
|
|
27
|
+
}, i = (d) => d.done ? s(d.value) : Promise.resolve(d.value).then(r, e);
|
|
28
28
|
i((n = n.apply(a, t)).next());
|
|
29
29
|
});
|
|
30
30
|
var k, D;
|
|
31
31
|
(function() {
|
|
32
32
|
try {
|
|
33
33
|
var a = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}, t = new a.Error().stack;
|
|
34
|
-
t && (a._sentryDebugIds = a._sentryDebugIds || {}, a._sentryDebugIds[t] = "
|
|
34
|
+
t && (a._sentryDebugIds = a._sentryDebugIds || {}, a._sentryDebugIds[t] = "cbaaaf7c-e9d7-4d60-bd33-6cfca407b55b", a._sentryDebugIdIdentifier = "sentry-dbid-cbaaaf7c-e9d7-4d60-bd33-6cfca407b55b");
|
|
35
35
|
} catch (n) {
|
|
36
36
|
}
|
|
37
|
-
})(), (typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}).SENTRY_RELEASE = { id: "
|
|
37
|
+
})(), (typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}).SENTRY_RELEASE = { id: "466cdacfb9bdaded272e64f3dd9464641cf9e32e" }, function(a) {
|
|
38
38
|
a.Sidebar = "sidebar", a.Searchbar = "searchbar";
|
|
39
39
|
}(k || (k = {})), k.Sidebar, k.Searchbar;
|
|
40
40
|
class se extends Error {
|
|
41
|
-
constructor(n,
|
|
42
|
-
super(n,
|
|
41
|
+
constructor(n, s) {
|
|
42
|
+
super(n, s);
|
|
43
43
|
_(this, "cause");
|
|
44
|
-
this.name = "BrainfishWidgetError", this.cause =
|
|
44
|
+
this.name = "BrainfishWidgetError", this.cause = s == null ? void 0 : s.cause, Error.captureStackTrace && Error.captureStackTrace(this, se), this.cause instanceof Error && this.cause.stack && (this.stack = this.stack + `
|
|
45
45
|
Caused by: ` + this.cause.stack);
|
|
46
46
|
}
|
|
47
47
|
toJSON() {
|
|
@@ -51,7 +51,7 @@ Caused by: ` + this.cause.stack);
|
|
|
51
51
|
(function(a) {
|
|
52
52
|
a.LINK = "link", a.CALLBACK = "callback", a.EMAIL = "email", a.PHONE = "phone";
|
|
53
53
|
})(D || (D = {}));
|
|
54
|
-
const x = (a, t, n,
|
|
54
|
+
const x = (a, t, n, s) => {
|
|
55
55
|
let o = n, r = {};
|
|
56
56
|
if (t instanceof Error) try {
|
|
57
57
|
r = JSON.parse(t.message), o += ` - ${r.message || t.message}`;
|
|
@@ -59,118 +59,117 @@ const x = (a, t, n, d) => {
|
|
|
59
59
|
o += ` - ${t.message}`;
|
|
60
60
|
}
|
|
61
61
|
else o += ` - ${String(t)}`;
|
|
62
|
-
((e, i,
|
|
62
|
+
((e, i, d) => {
|
|
63
63
|
if (!navigator || navigator.userAgent.toLowerCase().includes("headless")) return;
|
|
64
64
|
const l = i.toJSON();
|
|
65
|
-
fetch(`${e || "https://app.brainfi.sh"}/api/trackError.widget.create`, { method: "POST", headers: { "Content-Type": "application/json", "api-key":
|
|
66
|
-
})(a, new se(o, { cause: r }),
|
|
65
|
+
fetch(`${e || "https://app.brainfi.sh"}/api/trackError.widget.create`, { method: "POST", headers: { "Content-Type": "application/json", "api-key": d }, body: JSON.stringify({ error: `WebWidgetVersion: 1.7.0-alpha.9. ${i.message}`, stack: i.stack, cause: { message: l.message, stack: l.stack, cause: l.cause } }) });
|
|
66
|
+
})(a, new se(o, { cause: r }), s);
|
|
67
67
|
}, He = (a) => m(void 0, null, function* () {
|
|
68
68
|
let { widgetKey: t, apiHost: n } = a;
|
|
69
|
-
return function(
|
|
69
|
+
return function(s, o, r) {
|
|
70
70
|
return m(this, null, function* () {
|
|
71
71
|
let e, i = 0;
|
|
72
72
|
for (; i < 3; ) try {
|
|
73
|
-
const
|
|
74
|
-
if (!
|
|
75
|
-
const l = yield
|
|
73
|
+
const d = yield fetch(`${s}${o}`, { method: "POST", headers: { "Content-Type": "application/json", "api-key": r } });
|
|
74
|
+
if (!d.ok) throw new Error(`API call failed with status: ${d.status}`);
|
|
75
|
+
const l = yield d.json();
|
|
76
76
|
if (!l) throw new Error("Error loading config: empty response");
|
|
77
77
|
return l;
|
|
78
|
-
} catch (
|
|
79
|
-
if (e =
|
|
78
|
+
} catch (d) {
|
|
79
|
+
if (e = d, i++, i >= 3) throw x(s, d, "Error fetching config", r), e;
|
|
80
80
|
yield new Promise((l) => setTimeout(l, 500));
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
}(n, "/api/searchWidgets.getConfigByKey", t);
|
|
84
84
|
}), Ne = (a) => {
|
|
85
|
-
let { config: t, apiKey: n, apiHost:
|
|
85
|
+
let { config: t, apiKey: n, apiHost: s } = a;
|
|
86
86
|
const o = t.settings || {};
|
|
87
87
|
return ["bodyActionButtons", "footerActionButtons", "nextBestActions"].forEach((r) => {
|
|
88
88
|
o[r] && (o[r] = o[r].map((e) => e.type === D.CALLBACK && e.value ? $(L({}, e), { value: new Function(`return ${e.value}`)() }) : e));
|
|
89
|
-
}), $(L({}, t), { settings: o, apiHost:
|
|
89
|
+
}), $(L({}, t), { settings: o, apiHost: s, widgetMode: t.widgetType, apiKey: n });
|
|
90
90
|
}, de = (a) => (a == null ? void 0 : a.apiHost) || "https://app.brainfi.sh", W = (() => {
|
|
91
91
|
if (typeof window == "undefined") return;
|
|
92
92
|
const a = window.navigator.userAgent;
|
|
93
93
|
if (!(a.match(/iPad/i) || a.match(/iPhone/i))) return !1;
|
|
94
94
|
const t = a.match(/OS (\d+)_/i);
|
|
95
95
|
return t && parseInt(t[1], 10) <= 14;
|
|
96
|
-
})(),
|
|
97
|
-
let { apiHost: t, widgetKey: n, version:
|
|
96
|
+
})(), qe = (a) => m(void 0, null, function* () {
|
|
97
|
+
let { apiHost: t, widgetKey: n, version: s } = a;
|
|
98
98
|
try {
|
|
99
|
-
const o = `https://cdn.jsdelivr.net/npm/@brainfish-ai/search-widget@${
|
|
99
|
+
const o = `https://cdn.jsdelivr.net/npm/@brainfish-ai/search-widget@${s}/dist/web.js`, r = W ? o.replace("web.js", "web.umd.js") : o;
|
|
100
100
|
return { widget: yield ((i) => m(void 0, null, function* () {
|
|
101
|
-
return document.getElementById("brainfish-widget") ? window.Brainfish : new Promise((
|
|
102
|
-
const
|
|
103
|
-
|
|
101
|
+
return document.getElementById("brainfish-widget") ? window.Brainfish : new Promise((d, l) => {
|
|
102
|
+
const f = document.createElement("script");
|
|
103
|
+
f.id = "brainfish-widget", f.src = i, f.type = W ? "text/javascript" : "module", f.async = !0, f.crossOrigin = "anonymous", f.onload = () => {
|
|
104
104
|
setTimeout(() => {
|
|
105
105
|
const c = window.Brainfish;
|
|
106
|
-
c ?
|
|
106
|
+
c ? d(c) : l(new Error("Failed to load Brainfish module"));
|
|
107
107
|
}, 200);
|
|
108
|
-
},
|
|
109
|
-
const
|
|
108
|
+
}, f.onerror = (c) => {
|
|
109
|
+
const u = c, g = { message: `Failed to load script: ${i}`, type: u.type, fileName: u.filename, lineNumber: u.lineno, columnNumber: u.colno, error: u.error ? u.error.toString() : "Unknown error" };
|
|
110
110
|
l(new Error(JSON.stringify(g)));
|
|
111
|
-
}, W || document.head.appendChild(
|
|
111
|
+
}, W || document.head.appendChild(f);
|
|
112
112
|
});
|
|
113
113
|
}))(r) };
|
|
114
114
|
} catch (o) {
|
|
115
115
|
x(t, o, o.message, n);
|
|
116
116
|
}
|
|
117
|
-
}), he = /* @__PURE__ */ new Set(),
|
|
117
|
+
}), he = /* @__PURE__ */ new Set(), ze = (a, t) => m(void 0, null, function* () {
|
|
118
118
|
const n = de(a.overrides);
|
|
119
119
|
try {
|
|
120
120
|
if (he.has(a.widgetKey)) return;
|
|
121
|
-
const
|
|
122
|
-
if (
|
|
123
|
-
const { widget: o } =
|
|
121
|
+
const s = yield qe({ apiHost: n, widgetKey: a.widgetKey, version: t.version || "latest" });
|
|
122
|
+
if (s) {
|
|
123
|
+
const { widget: o } = s, r = Ne({ config: t, apiKey: a.widgetKey, apiHost: n });
|
|
124
124
|
return a.overrides && t.settings && Object.entries(a.overrides).forEach((e) => {
|
|
125
|
-
let [i,
|
|
125
|
+
let [i, d] = e;
|
|
126
126
|
t.settings && i in t.settings && (t.settings[i] = function() {
|
|
127
127
|
let l = arguments.length > 1 ? arguments[1] : void 0;
|
|
128
|
-
const
|
|
129
|
-
return l.forEach((c) =>
|
|
130
|
-
}(t.settings[i],
|
|
128
|
+
const f = new Map((arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : []).map((c) => [c.label, c]));
|
|
129
|
+
return l.forEach((c) => f.set(c.label, c)), Array.from(f.values());
|
|
130
|
+
}(t.settings[i], d));
|
|
131
131
|
}), function(e, i) {
|
|
132
132
|
i.widgetType === k.Searchbar || i.widgetType === "Search" ? e.SearchWidget.initStandard(i) : e.HelpWidget.initPopup(i);
|
|
133
133
|
}(o, r), he.add(a.widgetKey), o;
|
|
134
134
|
}
|
|
135
|
-
} catch (
|
|
136
|
-
x(n,
|
|
135
|
+
} catch (s) {
|
|
136
|
+
x(n, s, s.message, a.widgetKey);
|
|
137
137
|
}
|
|
138
138
|
});
|
|
139
139
|
let me = !1;
|
|
140
|
-
const Re = function(
|
|
140
|
+
const Re = function(s, o, r) {
|
|
141
141
|
return m(this, arguments, function* (a, t, n) {
|
|
142
142
|
let e = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "", i = arguments.length > 4 && arguments[4] !== void 0 && arguments[4];
|
|
143
143
|
if (t || x(n, new Error("Access key is required"), "Access key is required", a), !me) try {
|
|
144
|
-
const
|
|
144
|
+
const d = (() => {
|
|
145
145
|
if (typeof window == "undefined" || typeof navigator == "undefined") return !1;
|
|
146
|
-
const
|
|
147
|
-
return ["1", "yes", "true"].includes(
|
|
146
|
+
const f = navigator, c = window, u = (f.doNotTrack || c.doNotTrack || f.msDoNotTrack || "0").toString().toLowerCase();
|
|
147
|
+
return ["1", "yes", "true"].includes(u);
|
|
148
148
|
})();
|
|
149
|
-
window.BrainfishAnalytics("init", { apiUrl: e, accessKey: t, trackScreenViews: !
|
|
149
|
+
window.BrainfishAnalytics("init", { apiUrl: e, accessKey: t, trackScreenViews: !d, trackAttributes: !d, trackOutgoingLinks: !d, enableRecording: !d && i });
|
|
150
150
|
const l = window.BrainfishAnalytics;
|
|
151
151
|
window.BrainfishAnalytics = function() {
|
|
152
|
-
for (var
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}, me = !0, yield ((u, c) => m(this, null, function* () {
|
|
152
|
+
for (var f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
|
|
153
|
+
return c[0] === "identify" && (console.log("------- brainfish:identify custom event-------"), window.dispatchEvent(new CustomEvent("brainfish:identify", { detail: c[1] }))), l.apply(this, c);
|
|
154
|
+
}, me = !0, yield ((f, c) => m(this, null, function* () {
|
|
156
155
|
if (document.getElementById("brainfish-analytics")) return window.BrainfishAnalytics;
|
|
157
|
-
const
|
|
158
|
-
|
|
159
|
-
x(
|
|
160
|
-
}, document.head.appendChild(
|
|
156
|
+
const u = document.createElement("script");
|
|
157
|
+
u.id = "brainfish-analytics", u.src = "https://cdn.jsdelivr.net/npm/@brainfish-ai/web-tracker@latest/dist/tracker.js", u.type = "module", u.async = !0, u.crossOrigin = "anonymous", u.onerror = () => {
|
|
158
|
+
x(f, new Error(`Failed to load script: ${u.src}`), `Failed to load script: ${u.src}`, c);
|
|
159
|
+
}, document.head.appendChild(u);
|
|
161
160
|
}))(n, a);
|
|
162
|
-
} catch (
|
|
163
|
-
x(n,
|
|
161
|
+
} catch (d) {
|
|
162
|
+
x(n, d, "Failed to initialize BrainfishAnalytics", a);
|
|
164
163
|
}
|
|
165
164
|
});
|
|
166
165
|
};
|
|
167
166
|
function B(a, t) {
|
|
168
167
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
169
|
-
const
|
|
170
|
-
return
|
|
168
|
+
const s = document.createElement(a);
|
|
169
|
+
return s.className = t, Object.entries(n).forEach((o) => {
|
|
171
170
|
let [r, e] = o;
|
|
172
|
-
|
|
173
|
-
}),
|
|
171
|
+
s.setAttribute(r, e);
|
|
172
|
+
}), s;
|
|
174
173
|
}
|
|
175
174
|
const C = "bf-iframe-container", xe = "trigger-iframe", j = "bf-trigger-button";
|
|
176
175
|
class v {
|
|
@@ -183,9 +182,9 @@ class v {
|
|
|
183
182
|
static toggleIframeVisibility() {
|
|
184
183
|
if (!this.button || !this.icon) return;
|
|
185
184
|
this.isOpen = !this.isOpen;
|
|
186
|
-
const t = this.icon.querySelector(".fish-icon"), n = this.icon.querySelector(".close-icon"),
|
|
185
|
+
const t = this.icon.querySelector(".fish-icon"), n = this.icon.querySelector(".close-icon"), s = document.querySelector(".bf-iframe-container"), o = s == null ? void 0 : s.querySelector("iframe");
|
|
187
186
|
var r;
|
|
188
|
-
this.isOpen ? (
|
|
187
|
+
this.isOpen ? (s == null || s.classList.add("open"), s == null || s.setAttribute("aria-hidden", "false"), this.button.setAttribute("aria-expanded", "true"), t.classList.remove("visible"), n.classList.add("visible"), o == null || (r = o.contentWindow) === null || r === void 0 || r.postMessage({ type: "FOCUS_SEARCH_FIELD" }, "*"), window.BrainfishAnalytics("track", "Open Widget"), document.body.clientWidth <= 576 && this.hideTriggerButton()) : (s == null || s.classList.remove("open"), s == null || s.setAttribute("aria-hidden", "true"), this.button.setAttribute("aria-expanded", "false"), n.classList.remove("visible"), t.classList.add("visible"), this.showTriggerButton(), window.BrainfishAnalytics("track", "Close Widget"));
|
|
189
188
|
}
|
|
190
189
|
static showTriggerButton() {
|
|
191
190
|
var t;
|
|
@@ -198,7 +197,7 @@ class v {
|
|
|
198
197
|
}
|
|
199
198
|
_(v, "isOpen", !1), _(v, "button", null), _(v, "icon", null);
|
|
200
199
|
function Ye(a) {
|
|
201
|
-
let { widgetHost: t, apiHost: n, widgetKey:
|
|
200
|
+
let { widgetHost: t, apiHost: n, widgetKey: s, signal: o } = a;
|
|
202
201
|
window.addEventListener("message", (r) => {
|
|
203
202
|
if (r.origin !== t) return;
|
|
204
203
|
const { type: e } = r.data;
|
|
@@ -207,16 +206,16 @@ function Ye(a) {
|
|
|
207
206
|
i.classList.contains("expanded") ? i.classList.remove("expanded") : i.classList.add("expanded");
|
|
208
207
|
}(), e === "TRACK_EVENT") {
|
|
209
208
|
if (!window.BrainfishAnalytics) return;
|
|
210
|
-
const { eventName: i, data:
|
|
211
|
-
window.BrainfishAnalytics("track", i,
|
|
209
|
+
const { eventName: i, data: d } = r.data;
|
|
210
|
+
window.BrainfishAnalytics("track", i, d);
|
|
212
211
|
}
|
|
213
212
|
if (e === "CLOSE_WIDGET" && (window.BrainfishAnalytics("track", "Close Widget"), v.toggleIframeVisibility()), e === "NEXT_BEST_ACTION_CLICKED") {
|
|
214
|
-
const { action: i, searchQueryId:
|
|
213
|
+
const { action: i, searchQueryId: d, query: l, answer: f } = r.data, c = { action: i, searchQueryId: d };
|
|
215
214
|
if (!["function", "callback"].includes(i.type)) return void console.error("Invalid action type", i);
|
|
216
|
-
if (window.__bfCallbacks = window.__bfCallbacks || {}, window.__bfCallbacks[i.id]) return void window.__bfCallbacks[i.id](l,
|
|
217
|
-
const
|
|
218
|
-
g.src =
|
|
219
|
-
window.__bfCallbacks[i.id](l,
|
|
215
|
+
if (window.__bfCallbacks = window.__bfCallbacks || {}, window.__bfCallbacks[i.id]) return void window.__bfCallbacks[i.id](l, f, c);
|
|
216
|
+
const u = `${n}/api/searchWidgets.callback.codeblocks?apiKey=${s}&codeblockId=${i.id}`, g = document.createElement("script");
|
|
217
|
+
g.src = u, document.head.appendChild(g), g.onload = () => {
|
|
218
|
+
window.__bfCallbacks[i.id](l, f, c), setTimeout(() => {
|
|
220
219
|
document.head.removeChild(g);
|
|
221
220
|
}, 300);
|
|
222
221
|
};
|
|
@@ -226,80 +225,80 @@ function Ye(a) {
|
|
|
226
225
|
function le(a) {
|
|
227
226
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
228
227
|
}
|
|
229
|
-
var H = { exports: {} }, N = { exports: {} },
|
|
228
|
+
var H = { exports: {} }, N = { exports: {} }, q = { exports: {} };
|
|
230
229
|
(function(a, t) {
|
|
231
230
|
function n(o) {
|
|
232
231
|
return Math.round(255 * o);
|
|
233
232
|
}
|
|
234
|
-
function
|
|
233
|
+
function s(o, r, e) {
|
|
235
234
|
return n(o) + "," + n(r) + "," + n(e);
|
|
236
235
|
}
|
|
237
236
|
t.__esModule = !0, t.default = void 0, t.default = function(o, r, e, i) {
|
|
238
|
-
if (i === void 0 && (i =
|
|
239
|
-
var
|
|
240
|
-
|
|
237
|
+
if (i === void 0 && (i = s), r === 0) return i(e, e, e);
|
|
238
|
+
var d = (o % 360 + 360) % 360 / 60, l = (1 - Math.abs(2 * e - 1)) * r, f = l * (1 - Math.abs(d % 2 - 1)), c = 0, u = 0, g = 0;
|
|
239
|
+
d >= 0 && d < 1 ? (c = l, u = f) : d >= 1 && d < 2 ? (c = f, u = l) : d >= 2 && d < 3 ? (u = l, g = f) : d >= 3 && d < 4 ? (u = f, g = l) : d >= 4 && d < 5 ? (c = f, g = l) : d >= 5 && d < 6 && (c = l, g = f);
|
|
241
240
|
var h = e - l / 2;
|
|
242
|
-
return i(c + h,
|
|
241
|
+
return i(c + h, u + h, g + h);
|
|
243
242
|
}, a.exports = t.default;
|
|
244
|
-
})(
|
|
245
|
-
var ue =
|
|
243
|
+
})(q, q.exports);
|
|
244
|
+
var ue = q.exports, z = { exports: {} };
|
|
246
245
|
(function(a, t) {
|
|
247
246
|
t.__esModule = !0, t.default = void 0;
|
|
248
247
|
var n = { aliceblue: "f0f8ff", antiquewhite: "faebd7", aqua: "00ffff", aquamarine: "7fffd4", azure: "f0ffff", beige: "f5f5dc", bisque: "ffe4c4", black: "000", blanchedalmond: "ffebcd", blue: "0000ff", blueviolet: "8a2be2", brown: "a52a2a", burlywood: "deb887", cadetblue: "5f9ea0", chartreuse: "7fff00", chocolate: "d2691e", coral: "ff7f50", cornflowerblue: "6495ed", cornsilk: "fff8dc", crimson: "dc143c", cyan: "00ffff", darkblue: "00008b", darkcyan: "008b8b", darkgoldenrod: "b8860b", darkgray: "a9a9a9", darkgreen: "006400", darkgrey: "a9a9a9", darkkhaki: "bdb76b", darkmagenta: "8b008b", darkolivegreen: "556b2f", darkorange: "ff8c00", darkorchid: "9932cc", darkred: "8b0000", darksalmon: "e9967a", darkseagreen: "8fbc8f", darkslateblue: "483d8b", darkslategray: "2f4f4f", darkslategrey: "2f4f4f", darkturquoise: "00ced1", darkviolet: "9400d3", deeppink: "ff1493", deepskyblue: "00bfff", dimgray: "696969", dimgrey: "696969", dodgerblue: "1e90ff", firebrick: "b22222", floralwhite: "fffaf0", forestgreen: "228b22", fuchsia: "ff00ff", gainsboro: "dcdcdc", ghostwhite: "f8f8ff", gold: "ffd700", goldenrod: "daa520", gray: "808080", green: "008000", greenyellow: "adff2f", grey: "808080", honeydew: "f0fff0", hotpink: "ff69b4", indianred: "cd5c5c", indigo: "4b0082", ivory: "fffff0", khaki: "f0e68c", lavender: "e6e6fa", lavenderblush: "fff0f5", lawngreen: "7cfc00", lemonchiffon: "fffacd", lightblue: "add8e6", lightcoral: "f08080", lightcyan: "e0ffff", lightgoldenrodyellow: "fafad2", lightgray: "d3d3d3", lightgreen: "90ee90", lightgrey: "d3d3d3", lightpink: "ffb6c1", lightsalmon: "ffa07a", lightseagreen: "20b2aa", lightskyblue: "87cefa", lightslategray: "789", lightslategrey: "789", lightsteelblue: "b0c4de", lightyellow: "ffffe0", lime: "0f0", limegreen: "32cd32", linen: "faf0e6", magenta: "f0f", maroon: "800000", mediumaquamarine: "66cdaa", mediumblue: "0000cd", mediumorchid: "ba55d3", mediumpurple: "9370db", mediumseagreen: "3cb371", mediumslateblue: "7b68ee", mediumspringgreen: "00fa9a", mediumturquoise: "48d1cc", mediumvioletred: "c71585", midnightblue: "191970", mintcream: "f5fffa", mistyrose: "ffe4e1", moccasin: "ffe4b5", navajowhite: "ffdead", navy: "000080", oldlace: "fdf5e6", olive: "808000", olivedrab: "6b8e23", orange: "ffa500", orangered: "ff4500", orchid: "da70d6", palegoldenrod: "eee8aa", palegreen: "98fb98", paleturquoise: "afeeee", palevioletred: "db7093", papayawhip: "ffefd5", peachpuff: "ffdab9", peru: "cd853f", pink: "ffc0cb", plum: "dda0dd", powderblue: "b0e0e6", purple: "800080", rebeccapurple: "639", red: "f00", rosybrown: "bc8f8f", royalblue: "4169e1", saddlebrown: "8b4513", salmon: "fa8072", sandybrown: "f4a460", seagreen: "2e8b57", seashell: "fff5ee", sienna: "a0522d", silver: "c0c0c0", skyblue: "87ceeb", slateblue: "6a5acd", slategray: "708090", slategrey: "708090", snow: "fffafa", springgreen: "00ff7f", steelblue: "4682b4", tan: "d2b48c", teal: "008080", thistle: "d8bfd8", tomato: "ff6347", turquoise: "40e0d0", violet: "ee82ee", wheat: "f5deb3", white: "fff", whitesmoke: "f5f5f5", yellow: "ff0", yellowgreen: "9acd32" };
|
|
249
|
-
t.default = function(
|
|
250
|
-
if (typeof
|
|
251
|
-
var o =
|
|
252
|
-
return n[o] ? "#" + n[o] :
|
|
248
|
+
t.default = function(s) {
|
|
249
|
+
if (typeof s != "string") return s;
|
|
250
|
+
var o = s.toLowerCase();
|
|
251
|
+
return n[o] ? "#" + n[o] : s;
|
|
253
252
|
}, a.exports = t.default;
|
|
254
|
-
})(
|
|
255
|
-
var Je =
|
|
253
|
+
})(z, z.exports);
|
|
254
|
+
var Je = z.exports, R = { exports: {} };
|
|
256
255
|
(function(a, t) {
|
|
257
|
-
function n(
|
|
256
|
+
function n(d) {
|
|
258
257
|
var l = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
259
|
-
return n = function(
|
|
260
|
-
if (
|
|
258
|
+
return n = function(f) {
|
|
259
|
+
if (f === null || !function(u) {
|
|
261
260
|
try {
|
|
262
|
-
return Function.toString.call(
|
|
261
|
+
return Function.toString.call(u).indexOf("[native code]") !== -1;
|
|
263
262
|
} catch (g) {
|
|
264
|
-
return typeof
|
|
263
|
+
return typeof u == "function";
|
|
265
264
|
}
|
|
266
|
-
}(
|
|
267
|
-
if (typeof
|
|
265
|
+
}(f)) return f;
|
|
266
|
+
if (typeof f != "function") throw new TypeError("Super expression must either be null or a function");
|
|
268
267
|
if (l !== void 0) {
|
|
269
|
-
if (l.has(
|
|
270
|
-
l.set(
|
|
268
|
+
if (l.has(f)) return l.get(f);
|
|
269
|
+
l.set(f, c);
|
|
271
270
|
}
|
|
272
271
|
function c() {
|
|
273
|
-
return function(
|
|
274
|
-
if (
|
|
272
|
+
return function(u, g, h) {
|
|
273
|
+
if (s()) return Reflect.construct.apply(null, arguments);
|
|
275
274
|
var p = [null];
|
|
276
275
|
p.push.apply(p, g);
|
|
277
|
-
var b = new (
|
|
276
|
+
var b = new (u.bind.apply(u, p))();
|
|
278
277
|
return h && o(b, h.prototype), b;
|
|
279
|
-
}(
|
|
278
|
+
}(f, arguments, r(this).constructor);
|
|
280
279
|
}
|
|
281
|
-
return c.prototype = Object.create(
|
|
282
|
-
}, n(
|
|
280
|
+
return c.prototype = Object.create(f.prototype, { constructor: { value: c, enumerable: !1, writable: !0, configurable: !0 } }), o(c, f);
|
|
281
|
+
}, n(d);
|
|
283
282
|
}
|
|
284
|
-
function
|
|
283
|
+
function s() {
|
|
285
284
|
try {
|
|
286
|
-
var
|
|
285
|
+
var d = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
287
286
|
}));
|
|
288
287
|
} catch (l) {
|
|
289
288
|
}
|
|
290
|
-
return (
|
|
291
|
-
return !!
|
|
289
|
+
return (s = function() {
|
|
290
|
+
return !!d;
|
|
292
291
|
})();
|
|
293
292
|
}
|
|
294
|
-
function o(
|
|
295
|
-
return o = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(
|
|
296
|
-
return
|
|
297
|
-
}, o(
|
|
293
|
+
function o(d, l) {
|
|
294
|
+
return o = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(f, c) {
|
|
295
|
+
return f.__proto__ = c, f;
|
|
296
|
+
}, o(d, l);
|
|
298
297
|
}
|
|
299
|
-
function r(
|
|
298
|
+
function r(d) {
|
|
300
299
|
return r = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(l) {
|
|
301
300
|
return l.__proto__ || Object.getPrototypeOf(l);
|
|
302
|
-
}, r(
|
|
301
|
+
}, r(d);
|
|
303
302
|
}
|
|
304
303
|
t.__esModule = !0, t.default = void 0;
|
|
305
304
|
var e = { 1: `Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
|
@@ -452,94 +451,94 @@ To pass a single animation please supply them in simple values, e.g. animation('
|
|
|
452
451
|
`, 78: `base must be set in "px" or "%" but you set it in "%s".
|
|
453
452
|
` };
|
|
454
453
|
function i() {
|
|
455
|
-
for (var
|
|
456
|
-
var c,
|
|
454
|
+
for (var d = arguments.length, l = new Array(d), f = 0; f < d; f++) l[f] = arguments[f];
|
|
455
|
+
var c, u = l[0], g = [];
|
|
457
456
|
for (c = 1; c < l.length; c += 1) g.push(l[c]);
|
|
458
457
|
return g.forEach(function(h) {
|
|
459
|
-
|
|
460
|
-
}),
|
|
458
|
+
u = u.replace(/%[a-z]/, h);
|
|
459
|
+
}), u;
|
|
461
460
|
}
|
|
462
|
-
t.default = function(
|
|
463
|
-
var l,
|
|
464
|
-
function c(
|
|
461
|
+
t.default = function(d) {
|
|
462
|
+
var l, f;
|
|
463
|
+
function c(u) {
|
|
465
464
|
var g;
|
|
466
|
-
if (process.env.NODE_ENV === "production") g =
|
|
465
|
+
if (process.env.NODE_ENV === "production") g = d.call(this, "An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#" + u + " for more information.") || this;
|
|
467
466
|
else {
|
|
468
467
|
for (var h = arguments.length, p = new Array(h > 1 ? h - 1 : 0), b = 1; b < h; b++) p[b - 1] = arguments[b];
|
|
469
|
-
g =
|
|
468
|
+
g = d.call(this, i.apply(void 0, [e[u]].concat(p))) || this;
|
|
470
469
|
}
|
|
471
470
|
return function(E) {
|
|
472
471
|
if (E === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
473
472
|
return E;
|
|
474
473
|
}(g);
|
|
475
474
|
}
|
|
476
|
-
return
|
|
475
|
+
return f = d, (l = c).prototype = Object.create(f.prototype), l.prototype.constructor = l, o(l, f), c;
|
|
477
476
|
}(n(Error)), a.exports = t.default;
|
|
478
477
|
})(R, R.exports);
|
|
479
478
|
var S = R.exports;
|
|
480
479
|
(function(a, t) {
|
|
481
480
|
t.__esModule = !0, t.default = function(h) {
|
|
482
481
|
if (typeof h != "string") throw new o.default(3);
|
|
483
|
-
var p = (0,
|
|
482
|
+
var p = (0, s.default)(h);
|
|
484
483
|
if (p.match(e)) return { red: parseInt("" + p[1] + p[2], 16), green: parseInt("" + p[3] + p[4], 16), blue: parseInt("" + p[5] + p[6], 16) };
|
|
485
484
|
if (p.match(i)) {
|
|
486
485
|
var b = parseFloat((parseInt("" + p[7] + p[8], 16) / 255).toFixed(2));
|
|
487
486
|
return { red: parseInt("" + p[1] + p[2], 16), green: parseInt("" + p[3] + p[4], 16), blue: parseInt("" + p[5] + p[6], 16), alpha: b };
|
|
488
487
|
}
|
|
489
|
-
if (p.match(
|
|
488
|
+
if (p.match(d)) return { red: parseInt("" + p[1] + p[1], 16), green: parseInt("" + p[2] + p[2], 16), blue: parseInt("" + p[3] + p[3], 16) };
|
|
490
489
|
if (p.match(l)) {
|
|
491
490
|
var E = parseFloat((parseInt("" + p[4] + p[4], 16) / 255).toFixed(2));
|
|
492
491
|
return { red: parseInt("" + p[1] + p[1], 16), green: parseInt("" + p[2] + p[2], 16), blue: parseInt("" + p[3] + p[3], 16), alpha: E };
|
|
493
492
|
}
|
|
494
|
-
var A =
|
|
493
|
+
var A = f.exec(p);
|
|
495
494
|
if (A) return { red: parseInt("" + A[1], 10), green: parseInt("" + A[2], 10), blue: parseInt("" + A[3], 10) };
|
|
496
495
|
var y = c.exec(p.substring(0, 50));
|
|
497
496
|
if (y) return { red: parseInt("" + y[1], 10), green: parseInt("" + y[2], 10), blue: parseInt("" + y[3], 10), alpha: parseFloat("" + y[4]) > 1 ? parseFloat("" + y[4]) / 100 : parseFloat("" + y[4]) };
|
|
498
|
-
var I =
|
|
497
|
+
var I = u.exec(p);
|
|
499
498
|
if (I) {
|
|
500
|
-
var Me = parseInt("" + I[1], 10), Be = parseInt("" + I[2], 10) / 100, Te = parseInt("" + I[3], 10) / 100, ce = "rgb(" + (0, n.default)(Me, Be, Te) + ")", O =
|
|
499
|
+
var Me = parseInt("" + I[1], 10), Be = parseInt("" + I[2], 10) / 100, Te = parseInt("" + I[3], 10) / 100, ce = "rgb(" + (0, n.default)(Me, Be, Te) + ")", O = f.exec(ce);
|
|
501
500
|
if (!O) throw new o.default(4, p, ce);
|
|
502
501
|
return { red: parseInt("" + O[1], 10), green: parseInt("" + O[2], 10), blue: parseInt("" + O[3], 10) };
|
|
503
502
|
}
|
|
504
503
|
var w = g.exec(p.substring(0, 50));
|
|
505
504
|
if (w) {
|
|
506
|
-
var Pe = parseInt("" + w[1], 10), je = parseInt("" + w[2], 10) / 100, Fe = parseInt("" + w[3], 10) / 100, pe = "rgb(" + (0, n.default)(Pe, je, Fe) + ")", M =
|
|
505
|
+
var Pe = parseInt("" + w[1], 10), je = parseInt("" + w[2], 10) / 100, Fe = parseInt("" + w[3], 10) / 100, pe = "rgb(" + (0, n.default)(Pe, je, Fe) + ")", M = f.exec(pe);
|
|
507
506
|
if (!M) throw new o.default(4, p, pe);
|
|
508
507
|
return { red: parseInt("" + M[1], 10), green: parseInt("" + M[2], 10), blue: parseInt("" + M[3], 10), alpha: parseFloat("" + w[4]) > 1 ? parseFloat("" + w[4]) / 100 : parseFloat("" + w[4]) };
|
|
509
508
|
}
|
|
510
509
|
throw new o.default(5);
|
|
511
510
|
};
|
|
512
|
-
var n = r(ue),
|
|
511
|
+
var n = r(ue), s = r(Je), o = r(S);
|
|
513
512
|
function r(h) {
|
|
514
513
|
return h && h.__esModule ? h : { default: h };
|
|
515
514
|
}
|
|
516
|
-
var e = /^#[a-fA-F0-9]{6}$/, i = /^#[a-fA-F0-9]{8}$/,
|
|
515
|
+
var e = /^#[a-fA-F0-9]{6}$/, i = /^#[a-fA-F0-9]{8}$/, d = /^#[a-fA-F0-9]{3}$/, l = /^#[a-fA-F0-9]{4}$/, f = /^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i, c = /^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i, u = /^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i, g = /^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;
|
|
517
516
|
a.exports = t.default;
|
|
518
517
|
})(N, N.exports);
|
|
519
518
|
var fe = N.exports;
|
|
520
519
|
(function(a, t) {
|
|
521
520
|
t.__esModule = !0, t.default = function(o) {
|
|
522
521
|
if (o === "transparent") return 0;
|
|
523
|
-
var r = (0,
|
|
524
|
-
var c = r[
|
|
522
|
+
var r = (0, s.default)(o), e = Object.keys(r).map(function(f) {
|
|
523
|
+
var c = r[f] / 255;
|
|
525
524
|
return c <= 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
526
|
-
}), i = e[0],
|
|
527
|
-
return parseFloat((0.2126 * i + 0.7152 *
|
|
525
|
+
}), i = e[0], d = e[1], l = e[2];
|
|
526
|
+
return parseFloat((0.2126 * i + 0.7152 * d + 0.0722 * l).toFixed(3));
|
|
528
527
|
};
|
|
529
|
-
var n,
|
|
528
|
+
var n, s = (n = fe) && n.__esModule ? n : { default: n };
|
|
530
529
|
a.exports = t.default;
|
|
531
530
|
})(H, H.exports);
|
|
532
531
|
const Ue = le(H.exports);
|
|
533
532
|
var Y = { exports: {} }, J = { exports: {} };
|
|
534
533
|
(function(a, t) {
|
|
535
|
-
function n(
|
|
534
|
+
function n(s, o, r) {
|
|
536
535
|
return function() {
|
|
537
536
|
var e = r.concat(Array.prototype.slice.call(arguments));
|
|
538
|
-
return e.length >= o ?
|
|
537
|
+
return e.length >= o ? s.apply(this, e) : n(s, o, e);
|
|
539
538
|
};
|
|
540
539
|
}
|
|
541
|
-
t.__esModule = !0, t.default = function(
|
|
542
|
-
return n(
|
|
540
|
+
t.__esModule = !0, t.default = function(s) {
|
|
541
|
+
return n(s, s.length, []);
|
|
543
542
|
}, a.exports = t.default;
|
|
544
543
|
})(J, J.exports);
|
|
545
544
|
var be, T, Se = J.exports, U = { exports: {} };
|
|
@@ -549,28 +548,28 @@ be = U, (T = U.exports).__esModule = !0, T.default = void 0, T.default = functio
|
|
|
549
548
|
var _e = U.exports, G = { exports: {} }, V = { exports: {} };
|
|
550
549
|
(function(a, t) {
|
|
551
550
|
t.__esModule = !0, t.default = void 0, t.default = function(n) {
|
|
552
|
-
var
|
|
553
|
-
if (i ===
|
|
554
|
-
var
|
|
551
|
+
var s, o = n.red / 255, r = n.green / 255, e = n.blue / 255, i = Math.max(o, r, e), d = Math.min(o, r, e), l = (i + d) / 2;
|
|
552
|
+
if (i === d) return n.alpha !== void 0 ? { hue: 0, saturation: 0, lightness: l, alpha: n.alpha } : { hue: 0, saturation: 0, lightness: l };
|
|
553
|
+
var f = i - d, c = l > 0.5 ? f / (2 - i - d) : f / (i + d);
|
|
555
554
|
switch (i) {
|
|
556
555
|
case o:
|
|
557
|
-
|
|
556
|
+
s = (r - e) / f + (r < e ? 6 : 0);
|
|
558
557
|
break;
|
|
559
558
|
case r:
|
|
560
|
-
|
|
559
|
+
s = (e - o) / f + 2;
|
|
561
560
|
break;
|
|
562
561
|
default:
|
|
563
|
-
|
|
562
|
+
s = (o - r) / f + 4;
|
|
564
563
|
}
|
|
565
|
-
return
|
|
564
|
+
return s *= 60, n.alpha !== void 0 ? { hue: s, saturation: c, lightness: l, alpha: n.alpha } : { hue: s, saturation: c, lightness: l };
|
|
566
565
|
}, a.exports = t.default;
|
|
567
566
|
})(V, V.exports);
|
|
568
567
|
var Ge = V.exports;
|
|
569
568
|
(function(a, t) {
|
|
570
569
|
t.__esModule = !0, t.default = function(r) {
|
|
571
|
-
return (0,
|
|
570
|
+
return (0, s.default)((0, n.default)(r));
|
|
572
571
|
};
|
|
573
|
-
var n = o(fe),
|
|
572
|
+
var n = o(fe), s = o(Ge);
|
|
574
573
|
function o(r) {
|
|
575
574
|
return r && r.__esModule ? r : { default: r };
|
|
576
575
|
}
|
|
@@ -585,25 +584,25 @@ var ke = G.exports, Z = { exports: {} }, Q = { exports: {} }, X = { exports: {}
|
|
|
585
584
|
var Ce = ee.exports, te = { exports: {} };
|
|
586
585
|
(function(a, t) {
|
|
587
586
|
t.__esModule = !0, t.default = void 0, t.default = function(n) {
|
|
588
|
-
var
|
|
589
|
-
return
|
|
587
|
+
var s = n.toString(16);
|
|
588
|
+
return s.length === 1 ? "0" + s : s;
|
|
590
589
|
}, a.exports = t.default;
|
|
591
590
|
})(te, te.exports);
|
|
592
591
|
var Ee = te.exports;
|
|
593
592
|
(function(a, t) {
|
|
594
593
|
t.__esModule = !0, t.default = void 0;
|
|
595
|
-
var n = r(ue),
|
|
596
|
-
function r(
|
|
597
|
-
return
|
|
594
|
+
var n = r(ue), s = r(Ce), o = r(Ee);
|
|
595
|
+
function r(d) {
|
|
596
|
+
return d && d.__esModule ? d : { default: d };
|
|
598
597
|
}
|
|
599
|
-
function e(
|
|
600
|
-
return (0, o.default)(Math.round(255 *
|
|
598
|
+
function e(d) {
|
|
599
|
+
return (0, o.default)(Math.round(255 * d));
|
|
601
600
|
}
|
|
602
|
-
function i(
|
|
603
|
-
return (0,
|
|
601
|
+
function i(d, l, f) {
|
|
602
|
+
return (0, s.default)("#" + e(d) + e(l) + e(f));
|
|
604
603
|
}
|
|
605
|
-
t.default = function(
|
|
606
|
-
return (0, n.default)(
|
|
604
|
+
t.default = function(d, l, f) {
|
|
605
|
+
return (0, n.default)(d, l, f, i);
|
|
607
606
|
}, a.exports = t.default;
|
|
608
607
|
})(X, X.exports);
|
|
609
608
|
var Ae = X.exports;
|
|
@@ -611,9 +610,9 @@ var Ae = X.exports;
|
|
|
611
610
|
t.__esModule = !0, t.default = function(r, e, i) {
|
|
612
611
|
if (typeof r == "number" && typeof e == "number" && typeof i == "number") return (0, n.default)(r, e, i);
|
|
613
612
|
if (typeof r == "object" && e === void 0 && i === void 0) return (0, n.default)(r.hue, r.saturation, r.lightness);
|
|
614
|
-
throw new
|
|
613
|
+
throw new s.default(1);
|
|
615
614
|
};
|
|
616
|
-
var n = o(Ae),
|
|
615
|
+
var n = o(Ae), s = o(S);
|
|
617
616
|
function o(r) {
|
|
618
617
|
return r && r.__esModule ? r : { default: r };
|
|
619
618
|
}
|
|
@@ -621,12 +620,12 @@ var Ae = X.exports;
|
|
|
621
620
|
})(Q, Q.exports);
|
|
622
621
|
var Ve = Q.exports, ne = { exports: {} };
|
|
623
622
|
(function(a, t) {
|
|
624
|
-
t.__esModule = !0, t.default = function(e, i,
|
|
625
|
-
if (typeof e == "number" && typeof i == "number" && typeof
|
|
626
|
-
if (typeof e == "object" && i === void 0 &&
|
|
623
|
+
t.__esModule = !0, t.default = function(e, i, d, l) {
|
|
624
|
+
if (typeof e == "number" && typeof i == "number" && typeof d == "number" && typeof l == "number") return l >= 1 ? (0, n.default)(e, i, d) : "rgba(" + (0, s.default)(e, i, d) + "," + l + ")";
|
|
625
|
+
if (typeof e == "object" && i === void 0 && d === void 0 && l === void 0) return e.alpha >= 1 ? (0, n.default)(e.hue, e.saturation, e.lightness) : "rgba(" + (0, s.default)(e.hue, e.saturation, e.lightness) + "," + e.alpha + ")";
|
|
627
626
|
throw new o.default(2);
|
|
628
627
|
};
|
|
629
|
-
var n = r(Ae),
|
|
628
|
+
var n = r(Ae), s = r(ue), o = r(S);
|
|
630
629
|
function r(e) {
|
|
631
630
|
return e && e.__esModule ? e : { default: e };
|
|
632
631
|
}
|
|
@@ -634,12 +633,12 @@ var Ve = Q.exports, ne = { exports: {} };
|
|
|
634
633
|
})(ne, ne.exports);
|
|
635
634
|
var Ze = ne.exports, re = { exports: {} };
|
|
636
635
|
(function(a, t) {
|
|
637
|
-
t.__esModule = !0, t.default = function(e, i,
|
|
638
|
-
if (typeof e == "number" && typeof i == "number" && typeof
|
|
639
|
-
if (typeof e == "object" && i === void 0 &&
|
|
636
|
+
t.__esModule = !0, t.default = function(e, i, d) {
|
|
637
|
+
if (typeof e == "number" && typeof i == "number" && typeof d == "number") return (0, n.default)("#" + (0, s.default)(e) + (0, s.default)(i) + (0, s.default)(d));
|
|
638
|
+
if (typeof e == "object" && i === void 0 && d === void 0) return (0, n.default)("#" + (0, s.default)(e.red) + (0, s.default)(e.green) + (0, s.default)(e.blue));
|
|
640
639
|
throw new o.default(6);
|
|
641
640
|
};
|
|
642
|
-
var n = r(Ce),
|
|
641
|
+
var n = r(Ce), s = r(Ee), o = r(S);
|
|
643
642
|
function r(e) {
|
|
644
643
|
return e && e.__esModule ? e : { default: e };
|
|
645
644
|
}
|
|
@@ -647,16 +646,16 @@ var Ze = ne.exports, re = { exports: {} };
|
|
|
647
646
|
})(re, re.exports);
|
|
648
647
|
var Ie = re.exports, ae = { exports: {} };
|
|
649
648
|
(function(a, t) {
|
|
650
|
-
t.__esModule = !0, t.default = function(e, i,
|
|
649
|
+
t.__esModule = !0, t.default = function(e, i, d, l) {
|
|
651
650
|
if (typeof e == "string" && typeof i == "number") {
|
|
652
|
-
var
|
|
653
|
-
return "rgba(" +
|
|
651
|
+
var f = (0, n.default)(e);
|
|
652
|
+
return "rgba(" + f.red + "," + f.green + "," + f.blue + "," + i + ")";
|
|
654
653
|
}
|
|
655
|
-
if (typeof e == "number" && typeof i == "number" && typeof
|
|
656
|
-
if (typeof e == "object" && i === void 0 &&
|
|
654
|
+
if (typeof e == "number" && typeof i == "number" && typeof d == "number" && typeof l == "number") return l >= 1 ? (0, s.default)(e, i, d) : "rgba(" + e + "," + i + "," + d + "," + l + ")";
|
|
655
|
+
if (typeof e == "object" && i === void 0 && d === void 0 && l === void 0) return e.alpha >= 1 ? (0, s.default)(e.red, e.green, e.blue) : "rgba(" + e.red + "," + e.green + "," + e.blue + "," + e.alpha + ")";
|
|
657
656
|
throw new o.default(7);
|
|
658
657
|
};
|
|
659
|
-
var n = r(fe),
|
|
658
|
+
var n = r(fe), s = r(Ie), o = r(S);
|
|
660
659
|
function r(e) {
|
|
661
660
|
return e && e.__esModule ? e : { default: e };
|
|
662
661
|
}
|
|
@@ -664,90 +663,90 @@ var Ie = re.exports, ae = { exports: {} };
|
|
|
664
663
|
})(ae, ae.exports);
|
|
665
664
|
var Qe = ae.exports;
|
|
666
665
|
(function(a, t) {
|
|
667
|
-
t.__esModule = !0, t.default = function(
|
|
668
|
-
if (typeof
|
|
669
|
-
if (l(
|
|
670
|
-
if (
|
|
671
|
-
if (c(
|
|
672
|
-
if (u
|
|
666
|
+
t.__esModule = !0, t.default = function(u) {
|
|
667
|
+
if (typeof u != "object") throw new e.default(8);
|
|
668
|
+
if (l(u)) return (0, r.default)(u);
|
|
669
|
+
if (d(u)) return (0, o.default)(u);
|
|
670
|
+
if (c(u)) return (0, s.default)(u);
|
|
671
|
+
if (f(u)) return (0, n.default)(u);
|
|
673
672
|
throw new e.default(8);
|
|
674
673
|
};
|
|
675
|
-
var n = i(Ve),
|
|
676
|
-
function i(
|
|
677
|
-
return
|
|
678
|
-
}
|
|
679
|
-
var
|
|
680
|
-
return typeof
|
|
681
|
-
}, l = function(
|
|
682
|
-
return typeof
|
|
683
|
-
},
|
|
684
|
-
return typeof
|
|
685
|
-
}, c = function(
|
|
686
|
-
return typeof
|
|
674
|
+
var n = i(Ve), s = i(Ze), o = i(Ie), r = i(Qe), e = i(S);
|
|
675
|
+
function i(u) {
|
|
676
|
+
return u && u.__esModule ? u : { default: u };
|
|
677
|
+
}
|
|
678
|
+
var d = function(u) {
|
|
679
|
+
return typeof u.red == "number" && typeof u.green == "number" && typeof u.blue == "number" && (typeof u.alpha != "number" || u.alpha === void 0);
|
|
680
|
+
}, l = function(u) {
|
|
681
|
+
return typeof u.red == "number" && typeof u.green == "number" && typeof u.blue == "number" && typeof u.alpha == "number";
|
|
682
|
+
}, f = function(u) {
|
|
683
|
+
return typeof u.hue == "number" && typeof u.saturation == "number" && typeof u.lightness == "number" && (typeof u.alpha != "number" || u.alpha === void 0);
|
|
684
|
+
}, c = function(u) {
|
|
685
|
+
return typeof u.hue == "number" && typeof u.saturation == "number" && typeof u.lightness == "number" && typeof u.alpha == "number";
|
|
687
686
|
};
|
|
688
687
|
a.exports = t.default;
|
|
689
688
|
})(Z, Z.exports);
|
|
690
689
|
var Oe = Z.exports;
|
|
691
690
|
(function(a, t) {
|
|
692
691
|
t.__esModule = !0, t.default = void 0;
|
|
693
|
-
var n = e(Se),
|
|
692
|
+
var n = e(Se), s = e(_e), o = e(ke), r = e(Oe);
|
|
694
693
|
function e(l) {
|
|
695
694
|
return l && l.__esModule ? l : { default: l };
|
|
696
695
|
}
|
|
697
696
|
function i() {
|
|
698
697
|
return i = Object.assign ? Object.assign.bind() : function(l) {
|
|
699
|
-
for (var
|
|
700
|
-
var c = arguments[
|
|
701
|
-
for (var
|
|
698
|
+
for (var f = 1; f < arguments.length; f++) {
|
|
699
|
+
var c = arguments[f];
|
|
700
|
+
for (var u in c) Object.prototype.hasOwnProperty.call(c, u) && (l[u] = c[u]);
|
|
702
701
|
}
|
|
703
702
|
return l;
|
|
704
703
|
}, i.apply(this, arguments);
|
|
705
704
|
}
|
|
706
|
-
var
|
|
707
|
-
if (
|
|
708
|
-
var c = (0, o.default)(
|
|
709
|
-
return (0, r.default)(i({}, c, { lightness: (0,
|
|
705
|
+
var d = (0, n.default)(function(l, f) {
|
|
706
|
+
if (f === "transparent") return f;
|
|
707
|
+
var c = (0, o.default)(f);
|
|
708
|
+
return (0, r.default)(i({}, c, { lightness: (0, s.default)(0, 1, c.lightness - parseFloat(l)) }));
|
|
710
709
|
});
|
|
711
|
-
t.default =
|
|
710
|
+
t.default = d, a.exports = t.default;
|
|
712
711
|
})(Y, Y.exports);
|
|
713
712
|
const Xe = le(Y.exports);
|
|
714
713
|
var oe = { exports: {} };
|
|
715
714
|
(function(a, t) {
|
|
716
715
|
t.__esModule = !0, t.default = void 0;
|
|
717
|
-
var n = e(Se),
|
|
716
|
+
var n = e(Se), s = e(_e), o = e(ke), r = e(Oe);
|
|
718
717
|
function e(l) {
|
|
719
718
|
return l && l.__esModule ? l : { default: l };
|
|
720
719
|
}
|
|
721
720
|
function i() {
|
|
722
721
|
return i = Object.assign ? Object.assign.bind() : function(l) {
|
|
723
|
-
for (var
|
|
724
|
-
var c = arguments[
|
|
725
|
-
for (var
|
|
722
|
+
for (var f = 1; f < arguments.length; f++) {
|
|
723
|
+
var c = arguments[f];
|
|
724
|
+
for (var u in c) Object.prototype.hasOwnProperty.call(c, u) && (l[u] = c[u]);
|
|
726
725
|
}
|
|
727
726
|
return l;
|
|
728
727
|
}, i.apply(this, arguments);
|
|
729
728
|
}
|
|
730
|
-
var
|
|
731
|
-
if (
|
|
732
|
-
var c = (0, o.default)(
|
|
733
|
-
return (0, r.default)(i({}, c, { lightness: (0,
|
|
729
|
+
var d = (0, n.default)(function(l, f) {
|
|
730
|
+
if (f === "transparent") return f;
|
|
731
|
+
var c = (0, o.default)(f);
|
|
732
|
+
return (0, r.default)(i({}, c, { lightness: (0, s.default)(0, 1, c.lightness + parseFloat(l)) }));
|
|
734
733
|
});
|
|
735
|
-
t.default =
|
|
734
|
+
t.default = d, a.exports = t.default;
|
|
736
735
|
})(oe, oe.exports);
|
|
737
736
|
const et = le(oe.exports);
|
|
738
737
|
function tt(a) {
|
|
739
738
|
if (!document.querySelector("style[data-widget-styles]")) {
|
|
740
739
|
var t, n;
|
|
741
740
|
(function() {
|
|
742
|
-
let
|
|
741
|
+
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "#000", o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "FFF";
|
|
743
742
|
const r = document.createElement("style");
|
|
744
743
|
r.attributes.setNamedItem(document.createAttribute("data-widget-styles"));
|
|
745
|
-
const e = Ue(
|
|
744
|
+
const e = Ue(s) > 0.5;
|
|
746
745
|
r.textContent = `
|
|
747
746
|
.bf-trigger-button{position:fixed;bottom:16px;right:16px;width:56px;height:56px;border-radius:50%;border:none;box-shadow:0 20px 25px -5px #1212171a,0 10px 10px -5px #1212170a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;padding:12px;gap:10px;overflow:hidden}.bf-trigger-button.hidden{display:none}.trigger-button-icon{width:36px;height:36px;position:relative}.trigger-button-icon svg{width:100%;height:100%;position:absolute;inset:0}.trigger-button-icon>svg>path{transition:transform .3s ease,opacity .3s ease;transform:scale(.5);transform-origin:center;opacity:0}.trigger-button-icon svg.visible{display:block}.trigger-button-icon>svg.visible>path{opacity:1;transform:scale(1)}.trigger-iframe{position:relative;width:100%;height:100%;border:none;outline:none;transform:translateZ(0)}.bf-iframe-container{position:fixed;bottom:0;right:0;width:100vw;height:100vh;border:none;overflow:hidden;z-index:999;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,width .2s ease-in-out,height .2s ease-in-out}.bf-iframe-container.open{opacity:1;transform:translateY(0);pointer-events:auto;top:0;left:0}@media (min-width: 576px){.bf-iframe-container{bottom:80px;right:24px;width:448px;height:min(750px,calc(100vh - 80px));border-radius:8px;border:1px solid var(--Dark-300, #D4D4D4);box-shadow:0 20px 25px -5px #1212171a,0 10px 10px -5px #1212170a}.bf-iframe-container.open{top:unset;left:unset}.bf-iframe-container.expanded{width:min(calc(448px * 1.35),calc(100vw - 16px));height:min(calc(750px * 1.35),calc(100vh - 80px))}}
|
|
748
|
-
.${j} { background: ${
|
|
747
|
+
.${j} { background: ${s}; }
|
|
749
748
|
.${j}:hover {
|
|
750
|
-
background: ${e ? Xe(0.05,
|
|
749
|
+
background: ${e ? Xe(0.05, s) : et(0.05, s)};
|
|
751
750
|
}
|
|
752
751
|
.trigger-button-icon { color: ${o}; }
|
|
753
752
|
`, document.head.appendChild(r);
|
|
@@ -756,28 +755,28 @@ function tt(a) {
|
|
|
756
755
|
}
|
|
757
756
|
function nt(a, t) {
|
|
758
757
|
const n = () => {
|
|
759
|
-
((
|
|
758
|
+
((s) => {
|
|
760
759
|
var o;
|
|
761
|
-
(o = a.contentWindow) === null || o === void 0 || o.postMessage({ type: "UPDATE_BODY_CLASS", isDarkMode:
|
|
760
|
+
(o = a.contentWindow) === null || o === void 0 || o.postMessage({ type: "UPDATE_BODY_CLASS", isDarkMode: s }, "*");
|
|
762
761
|
})(document.body.classList.contains("dark"));
|
|
763
762
|
};
|
|
764
763
|
n(), (() => {
|
|
765
|
-
const
|
|
766
|
-
|
|
764
|
+
const s = new MutationObserver(n);
|
|
765
|
+
s.observe(document.body, { attributes: !0, attributeFilter: ["class"] }), t.addEventListener("abort", () => s.disconnect());
|
|
767
766
|
})();
|
|
768
767
|
}
|
|
769
768
|
function rt(a, t) {
|
|
770
769
|
let n;
|
|
771
|
-
const
|
|
770
|
+
const s = () => {
|
|
772
771
|
((r) => {
|
|
773
772
|
var e;
|
|
774
773
|
const i = { type: "UPDATE_BODY_CLASS", isMobile: r };
|
|
775
774
|
(e = a.contentWindow) === null || e === void 0 || e.postMessage(i, "*"), r && (v.isWidgetOpen ? v.hideTriggerButton() : v.showTriggerButton());
|
|
776
775
|
})(document.body.clientWidth <= 576);
|
|
777
776
|
}, o = () => {
|
|
778
|
-
n && clearTimeout(n), n = window.setTimeout(
|
|
777
|
+
n && clearTimeout(n), n = window.setTimeout(s, 300);
|
|
779
778
|
};
|
|
780
|
-
|
|
779
|
+
s(), (() => {
|
|
781
780
|
const r = new ResizeObserver(o);
|
|
782
781
|
r.observe(document.body), t.addEventListener("abort", () => r.disconnect());
|
|
783
782
|
})();
|
|
@@ -785,66 +784,65 @@ function rt(a, t) {
|
|
|
785
784
|
function ve(a) {
|
|
786
785
|
const t = new TextEncoder().encode(a);
|
|
787
786
|
if (typeof window != "undefined" && typeof window.btoa == "function") {
|
|
788
|
-
const n = Array.from(t, (
|
|
787
|
+
const n = Array.from(t, (s) => String.fromCharCode(s)).join("");
|
|
789
788
|
return btoa(n);
|
|
790
789
|
}
|
|
791
790
|
if (typeof Buffer != "undefined") return Buffer.from(t).toString("base64");
|
|
792
791
|
throw new Error("[utils.base64Encode]: Unsupported environment");
|
|
793
792
|
}
|
|
794
|
-
const ye = /* @__PURE__ */ new Set()
|
|
793
|
+
const ye = /* @__PURE__ */ new Set();
|
|
795
794
|
function at(a, t) {
|
|
796
|
-
const n = document.createDocumentFragment(),
|
|
797
|
-
const i = B("button", j, { id: `trigger-button-${e}`, "aria-controls": C, "aria-expanded": "false", "data-name": j }),
|
|
798
|
-
return
|
|
795
|
+
const n = document.createDocumentFragment(), s = function(e) {
|
|
796
|
+
const i = B("button", j, { id: `trigger-button-${e}`, "aria-controls": C, "aria-expanded": "false", "data-name": j }), d = B("div", "trigger-button-icon", { "aria-hidden": "true" });
|
|
797
|
+
return d.innerHTML = `
|
|
799
798
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256" class="close-icon">
|
|
800
799
|
<path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"></path>
|
|
801
800
|
</svg>
|
|
802
801
|
<svg width="24" height="14" viewBox="0 0 24 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="fish-icon visible">
|
|
803
802
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.71844 10.3882L4.60606 6.98384L1.71844 3.58375C1.4014 3.21362 1.44424 2.65841 1.81269 2.33993C1.97978 2.1979 2.65242 1.98701 3.04657 2.43461L5.78425 5.65824C6.14281 5.29523 6.51693 4.95924 6.90479 4.65114C8.88976 3.07437 11.2345 2.22803 13.6931 2.22803C16.9492 2.22803 20.0039 3.71718 22.2917 6.41142C22.5702 6.74282 22.5702 7.22916 22.2917 7.56056C20.0039 10.2591 16.9492 11.744 13.6931 11.744C11.2348 11.744 8.89035 10.8948 6.90554 9.31995C6.51741 9.01199 6.14304 8.67628 5.78425 8.31374L3.04657 11.5374C2.72953 11.9075 2.18114 11.9505 1.81269 11.632C1.44852 11.3179 1.40568 10.7584 1.71844 10.3882ZM5.93026 10.4683C8.17161 12.2599 10.8546 13.25 13.6931 13.25C17.4881 13.25 21.019 11.4034 23.4447 8.52942C24.1873 7.64571 24.1843 6.31801 23.4397 5.43663C20.8944 2.43919 17.4337 0.722025 13.6931 0.722025C10.8555 0.722025 8.17194 1.70845 5.92952 3.50276L4.17682 1.43933C3.57943 0.760929 2.79325 0.630009 2.25286 0.662947C1.98116 0.679506 1.73125 0.736852 1.51895 0.811846C1.26839 0.900352 1.03017 1.02718 0.827835 1.20058C-0.165283 2.05903 -0.283916 3.561 0.574656 4.56345L2.63075 6.98445L0.568104 9.41623C-0.272133 10.4106 -0.166523 11.9125 0.827835 12.7714C1.81372 13.6243 3.34308 13.5062 4.19036 12.5171L5.93026 10.4683Z" fill="currentColor"/>
|
|
804
803
|
</svg>
|
|
805
|
-
`, i.setAttribute("aria-label", "Open Brainfish widget"), i.appendChild(
|
|
804
|
+
`, i.setAttribute("aria-label", "Open Brainfish widget"), i.appendChild(d), v.initialize(i, d), i;
|
|
806
805
|
}(a), { iframeContainer: o, iframe: r } = function(e) {
|
|
807
|
-
const i = B("div", C, { id: C, "aria-live": "polite", "aria-hidden": "true" }),
|
|
808
|
-
return i.appendChild(
|
|
806
|
+
const i = B("div", C, { id: C, "aria-live": "polite", "aria-hidden": "true" }), d = B("iframe", xe, { src: e, sandbox: "allow-scripts allow-same-origin allow-popups allow-forms", allow: "clipboard-write", role: "dialog" });
|
|
807
|
+
return i.appendChild(d), { iframeContainer: i, iframe: d };
|
|
809
808
|
}(t);
|
|
810
|
-
return n.appendChild(
|
|
809
|
+
return n.appendChild(s), n.appendChild(o), { fragment: n, iframe: r };
|
|
811
810
|
}
|
|
812
|
-
const ot = (a, t)
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
811
|
+
const ot = function(a, t) {
|
|
812
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
|
813
|
+
const s = de(a.overrides), o = ((r = a.overrides) == null ? void 0 : r.widgetHost) || "https://agent.brainfi.sh";
|
|
814
|
+
var r;
|
|
815
|
+
const { theme: e, settings: i } = t, d = `${o}/?widgetKey=${a.widgetKey}&themeParam=${ve(JSON.stringify(e))}&settingsParam=${ve(JSON.stringify(i))}`;
|
|
816
816
|
try {
|
|
817
|
-
if (
|
|
818
|
-
return !!document.getElementById(`trigger-button-${
|
|
817
|
+
if (l = a.widgetKey, ye.has(l) || function(p) {
|
|
818
|
+
return !!document.getElementById(`trigger-button-${p}`);
|
|
819
819
|
}(a.widgetKey)) return;
|
|
820
820
|
tt(t);
|
|
821
|
-
const { fragment:
|
|
822
|
-
|
|
821
|
+
const { fragment: f, iframe: c } = at(a.widgetKey, d), u = new AbortController(), { signal: g } = u;
|
|
822
|
+
c.onload = () => {
|
|
823
823
|
setTimeout(() => {
|
|
824
|
-
nt(
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
p && h.contentWindow.postMessage({ type: "IDENTIFY_DATA", data: p.detail }, "*");
|
|
828
|
-
}
|
|
829
|
-
})(u);
|
|
824
|
+
nt(c, g), Ye({ widgetHost: o, apiHost: s, widgetKey: a.widgetKey, signal: g }), rt(c, g), console.log("------- earlyIdentifyQueue-------", n), c.contentWindow && n.length > 0 && (n.forEach((p) => {
|
|
825
|
+
c.contentWindow.postMessage({ type: "IDENTIFY_DATA", data: p }, "*");
|
|
826
|
+
}), n.length = 0);
|
|
830
827
|
}, 0);
|
|
831
|
-
}, document.body.appendChild(
|
|
832
|
-
const
|
|
833
|
-
|
|
828
|
+
}, document.body.appendChild(f), ye.add(a.widgetKey);
|
|
829
|
+
const h = () => {
|
|
830
|
+
u.abort(), window.removeEventListener("beforeunload", h);
|
|
834
831
|
};
|
|
835
|
-
return void window.addEventListener("beforeunload",
|
|
836
|
-
} catch (
|
|
837
|
-
(function(
|
|
838
|
-
x(
|
|
839
|
-
})(
|
|
832
|
+
return void window.addEventListener("beforeunload", h);
|
|
833
|
+
} catch (f) {
|
|
834
|
+
(function(c, u, g) {
|
|
835
|
+
x(c, u, u.message, g);
|
|
836
|
+
})(s, f, a.widgetKey);
|
|
840
837
|
}
|
|
841
|
-
var
|
|
838
|
+
var l;
|
|
842
839
|
};
|
|
843
|
-
|
|
840
|
+
let P = null;
|
|
841
|
+
const ie = [];
|
|
842
|
+
typeof window != "undefined" && window.addEventListener("brainfish:identify", (a) => {
|
|
844
843
|
const t = a, n = document.querySelector(`#${C} .${xe}`);
|
|
845
|
-
n.contentWindow ? n.contentWindow.postMessage({ type: "IDENTIFY_DATA", data: t.detail }, "*") : ie.push(t);
|
|
844
|
+
n != null && n.contentWindow ? (console.log("------- iframe is ready-------"), n.contentWindow.postMessage({ type: "IDENTIFY_DATA", data: t.detail }, "*")) : (console.log("------- pushing event to queue -------"), ie.push(t.detail)), console.log("------- identifyEventQueue-------", ie);
|
|
846
845
|
});
|
|
847
|
-
let P = null;
|
|
848
846
|
const we = typeof window != "undefined" && window.Brainfish ? window.Brainfish : (P || (P = /* @__PURE__ */ function() {
|
|
849
847
|
let a = [], t = null;
|
|
850
848
|
function n(o, r) {
|
|
@@ -852,8 +850,8 @@ const we = typeof window != "undefined" && window.Brainfish ? window.Brainfish :
|
|
|
852
850
|
const e = o.split(".");
|
|
853
851
|
let i = t;
|
|
854
852
|
for (let l = 0; l < e.length - 1; l++) i = i[e[l]];
|
|
855
|
-
const
|
|
856
|
-
if (typeof
|
|
853
|
+
const d = i[e[e.length - 1]];
|
|
854
|
+
if (typeof d == "function") return d.apply(i, r);
|
|
857
855
|
} else a.push([o, r]);
|
|
858
856
|
}
|
|
859
857
|
return { Widgets: { init: function() {
|
|
@@ -887,14 +885,14 @@ we.Widgets.init = (a) => m(void 0, null, function* () {
|
|
|
887
885
|
for (var r = arguments.length, e = new Array(r), i = 0; i < r; i++) e[i] = arguments[i];
|
|
888
886
|
(window.BrainfishAnalytics.q = window.BrainfishAnalytics.q || []).push(e);
|
|
889
887
|
});
|
|
890
|
-
const t = de(a.overrides), n = ((
|
|
891
|
-
var
|
|
888
|
+
const t = de(a.overrides), n = ((s = a.overrides) == null ? void 0 : s.analyticsApiHost) || "";
|
|
889
|
+
var s;
|
|
892
890
|
let o;
|
|
893
891
|
if (a.config) o = JSON.parse(((r) => {
|
|
894
892
|
if (typeof window != "undefined" && typeof window.atob == "function") {
|
|
895
|
-
const e = atob(r), i = e.length,
|
|
896
|
-
for (let l = 0; l < i; l++)
|
|
897
|
-
return new TextDecoder().decode(
|
|
893
|
+
const e = atob(r), i = e.length, d = new Uint8Array(i);
|
|
894
|
+
for (let l = 0; l < i; l++) d[l] = e.charCodeAt(l);
|
|
895
|
+
return new TextDecoder().decode(d);
|
|
898
896
|
}
|
|
899
897
|
if (typeof Buffer != "undefined") return Buffer.from(r, "base64").toString("utf-8");
|
|
900
898
|
throw new Error("[utils.base64Decode]: Unsupported environment");
|
|
@@ -903,11 +901,11 @@ we.Widgets.init = (a) => m(void 0, null, function* () {
|
|
|
903
901
|
const { config: r } = yield He({ widgetKey: a.widgetKey, apiHost: t });
|
|
904
902
|
o = r;
|
|
905
903
|
}
|
|
906
|
-
K || (K = function(r, e, i,
|
|
904
|
+
K || (K = function(r, e, i, d) {
|
|
907
905
|
return m(this, null, function* () {
|
|
908
|
-
var l,
|
|
909
|
-
const
|
|
910
|
-
g != null && g.startsWith("2.") ? ot(r, e) : h.push(
|
|
906
|
+
var l, f, c;
|
|
907
|
+
const u = ((l = r.overrides) === null || l === void 0 ? void 0 : l.enableRecording) || (e == null || (f = e.settings) === null || f === void 0 ? void 0 : f.enableRecording) || !1, g = ((c = r.overrides) === null || c === void 0 ? void 0 : c.version) || (e == null ? void 0 : e.version), h = [];
|
|
908
|
+
g != null && g.startsWith("2.") ? ot(r, e, ie) : h.push(ze(r, e)), h.push(Re(r.widgetKey, e.trackingToken || "", i, d, u));
|
|
911
909
|
const [p] = yield Promise.allSettled(h);
|
|
912
910
|
p && p.status === "fulfilled" && p.value && we._setRealBrainfish(p.value);
|
|
913
911
|
});
|