@brainfish-ai/widgets-initiator 1.6.1 → 1.6.3
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/README.md +37 -0
- package/dist/types/initIframeTrigger/components/TriggerButton.d.ts +4 -1
- package/dist/types/initIframeTrigger/managers/IframeStateManager.d.ts +8 -1
- package/dist/web.cjs.js +9 -9
- package/dist/web.cjs.js.map +1 -1
- package/dist/web.js +406 -382
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
var
|
|
1
|
+
var je = Object.defineProperty, Fe = Object.defineProperties;
|
|
2
2
|
var Le = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var pe = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var F = (a, t,
|
|
6
|
-
for (var
|
|
7
|
-
|
|
4
|
+
var We = Object.prototype.hasOwnProperty, $e = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var F = (a, t, n) => t in a ? je(a, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : a[t] = n, L = (a, t) => {
|
|
6
|
+
for (var n in t || (t = {}))
|
|
7
|
+
We.call(t, n) && F(a, n, t[n]);
|
|
8
8
|
if (pe)
|
|
9
|
-
for (var
|
|
10
|
-
|
|
9
|
+
for (var n of pe(t))
|
|
10
|
+
$e.call(t, n) && F(a, n, t[n]);
|
|
11
11
|
return a;
|
|
12
|
-
},
|
|
13
|
-
var S = (a, t,
|
|
14
|
-
var m = (a, t,
|
|
15
|
-
var
|
|
12
|
+
}, W = (a, t) => Fe(a, Le(t));
|
|
13
|
+
var S = (a, t, n) => F(a, typeof t != "symbol" ? t + "" : t, n);
|
|
14
|
+
var m = (a, t, n) => new Promise((s, o) => {
|
|
15
|
+
var r = (l) => {
|
|
16
16
|
try {
|
|
17
|
-
|
|
18
|
-
} catch (
|
|
19
|
-
o(
|
|
17
|
+
d(n.next(l));
|
|
18
|
+
} catch (i) {
|
|
19
|
+
o(i);
|
|
20
20
|
}
|
|
21
|
-
}, e = (
|
|
21
|
+
}, e = (l) => {
|
|
22
22
|
try {
|
|
23
|
-
|
|
24
|
-
} catch (
|
|
25
|
-
o(
|
|
23
|
+
d(n.throw(l));
|
|
24
|
+
} catch (i) {
|
|
25
|
+
o(i);
|
|
26
26
|
}
|
|
27
|
-
},
|
|
28
|
-
|
|
27
|
+
}, d = (l) => l.done ? s(l.value) : Promise.resolve(l.value).then(r, e);
|
|
28
|
+
d((n = n.apply(a, t)).next());
|
|
29
29
|
});
|
|
30
|
-
var _,
|
|
30
|
+
var _, K;
|
|
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] = "
|
|
35
|
-
} catch (
|
|
34
|
+
t && (a._sentryDebugIds = a._sentryDebugIds || {}, a._sentryDebugIds[t] = "2cdecea1-17e3-42e1-911c-420698976a9b", a._sentryDebugIdIdentifier = "sentry-dbid-2cdecea1-17e3-42e1-911c-420698976a9b");
|
|
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: "9b05425df40d2aba44bef8a17d5ad68c537c513d" }, function(a) {
|
|
38
38
|
a.Sidebar = "sidebar", a.Searchbar = "searchbar";
|
|
39
39
|
}(_ || (_ = {})), _.Sidebar, _.Searchbar;
|
|
40
40
|
class ie extends Error {
|
|
41
|
-
constructor(
|
|
42
|
-
super(
|
|
41
|
+
constructor(n, s) {
|
|
42
|
+
super(n, s);
|
|
43
43
|
S(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, ie), this.cause instanceof Error && this.cause.stack && (this.stack = this.stack + `
|
|
45
45
|
Caused by: ` + this.cause.stack);
|
|
46
46
|
}
|
|
47
47
|
toJSON() {
|
|
@@ -50,136 +50,154 @@ Caused by: ` + this.cause.stack);
|
|
|
50
50
|
}
|
|
51
51
|
(function(a) {
|
|
52
52
|
a.LINK = "link", a.CALLBACK = "callback", a.EMAIL = "email", a.PHONE = "phone";
|
|
53
|
-
})(
|
|
54
|
-
const x = (a, t,
|
|
55
|
-
let o =
|
|
53
|
+
})(K || (K = {}));
|
|
54
|
+
const x = (a, t, n, s) => {
|
|
55
|
+
let o = n, r = {};
|
|
56
56
|
if (t instanceof Error) try {
|
|
57
|
-
|
|
57
|
+
r = JSON.parse(t.message), o += ` - ${r.message || t.message}`;
|
|
58
58
|
} catch (e) {
|
|
59
59
|
o += ` - ${t.message}`;
|
|
60
60
|
}
|
|
61
61
|
else o += ` - ${String(t)}`;
|
|
62
|
-
((e,
|
|
62
|
+
((e, d, l) => {
|
|
63
63
|
if (!navigator || navigator.userAgent.toLowerCase().includes("headless")) return;
|
|
64
|
-
const
|
|
65
|
-
fetch(`${e || "https://app.brainfi.sh"}/api/trackError.widget.create`, { method: "POST", headers: { "Content-Type": "application/json", "api-key":
|
|
66
|
-
})(a, new ie(o, { cause:
|
|
67
|
-
},
|
|
68
|
-
let { widgetKey: t, apiHost:
|
|
69
|
-
return function(
|
|
64
|
+
const i = d.toJSON();
|
|
65
|
+
fetch(`${e || "https://app.brainfi.sh"}/api/trackError.widget.create`, { method: "POST", headers: { "Content-Type": "application/json", "api-key": l }, body: JSON.stringify({ error: `WebWidgetVersion: 1.6.3. ${d.message}`, stack: d.stack, cause: { message: i.message, stack: i.stack, cause: i.cause } }) });
|
|
66
|
+
})(a, new ie(o, { cause: r }), s);
|
|
67
|
+
}, He = (a) => m(void 0, null, function* () {
|
|
68
|
+
let { widgetKey: t, apiHost: n } = a;
|
|
69
|
+
return function(s, o, r) {
|
|
70
70
|
return m(this, null, function* () {
|
|
71
|
-
let e,
|
|
72
|
-
for (;
|
|
73
|
-
const
|
|
74
|
-
if (!
|
|
75
|
-
const
|
|
76
|
-
if (!
|
|
77
|
-
return
|
|
78
|
-
} catch (
|
|
79
|
-
if (e =
|
|
80
|
-
yield new Promise((
|
|
71
|
+
let e, d = 0;
|
|
72
|
+
for (; d < 3; ) try {
|
|
73
|
+
const l = yield fetch(`${s}${o}`, { method: "POST", headers: { "Content-Type": "application/json", "api-key": r } });
|
|
74
|
+
if (!l.ok) throw new Error(`API call failed with status: ${l.status}`);
|
|
75
|
+
const i = yield l.json();
|
|
76
|
+
if (!i) throw new Error("Error loading config: empty response");
|
|
77
|
+
return i;
|
|
78
|
+
} catch (l) {
|
|
79
|
+
if (e = l, d++, d >= 3) throw x(s, l, "Error fetching config", r), e;
|
|
80
|
+
yield new Promise((i) => setTimeout(i, 500));
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
|
-
}(
|
|
84
|
-
}),
|
|
85
|
-
let { config: t, apiKey:
|
|
83
|
+
}(n, "/api/searchWidgets.getConfigByKey", t);
|
|
84
|
+
}), Ke = (a) => {
|
|
85
|
+
let { config: t, apiKey: n, apiHost: s } = a;
|
|
86
86
|
const o = t.settings || {};
|
|
87
|
-
return ["bodyActionButtons", "footerActionButtons", "nextBestActions"].forEach((
|
|
88
|
-
o[
|
|
89
|
-
}),
|
|
90
|
-
}, se = (a) => (a == null ? void 0 : a.apiHost) || "https://app.brainfi.sh",
|
|
87
|
+
return ["bodyActionButtons", "footerActionButtons", "nextBestActions"].forEach((r) => {
|
|
88
|
+
o[r] && (o[r] = o[r].map((e) => e.type === K.CALLBACK && e.value ? W(L({}, e), { value: new Function(`return ${e.value}`)() }) : e));
|
|
89
|
+
}), W(L({}, t), { settings: o, apiHost: s, widgetMode: t.widgetType, apiKey: n });
|
|
90
|
+
}, se = (a) => (a == null ? void 0 : a.apiHost) || "https://app.brainfi.sh", $ = (() => {
|
|
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:
|
|
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@${
|
|
100
|
-
return { widget: yield ((
|
|
101
|
-
return document.getElementById("brainfish-widget") ? window.Brainfish : new Promise((
|
|
99
|
+
const o = `https://cdn.jsdelivr.net/npm/@brainfish-ai/search-widget@${s}/dist/web.js`, r = $ ? o.replace("web.js", "web.umd.js") : o;
|
|
100
|
+
return { widget: yield ((d) => m(void 0, null, function* () {
|
|
101
|
+
return document.getElementById("brainfish-widget") ? window.Brainfish : new Promise((l, i) => {
|
|
102
102
|
const u = document.createElement("script");
|
|
103
|
-
u.id = "brainfish-widget", u.src =
|
|
103
|
+
u.id = "brainfish-widget", u.src = d, u.type = $ ? "text/javascript" : "module", u.async = !0, u.crossOrigin = "anonymous", u.onload = () => {
|
|
104
104
|
setTimeout(() => {
|
|
105
105
|
const c = window.Brainfish;
|
|
106
|
-
c ?
|
|
106
|
+
c ? l(c) : i(new Error("Failed to load Brainfish module"));
|
|
107
107
|
}, 200);
|
|
108
108
|
}, u.onerror = (c) => {
|
|
109
|
-
const f = c, g = { message: `Failed to load script: ${
|
|
110
|
-
|
|
111
|
-
},
|
|
109
|
+
const f = c, g = { message: `Failed to load script: ${d}`, type: f.type, fileName: f.filename, lineNumber: f.lineno, columnNumber: f.colno, error: f.error ? f.error.toString() : "Unknown error" };
|
|
110
|
+
i(new Error(JSON.stringify(g)));
|
|
111
|
+
}, $ || document.head.appendChild(u);
|
|
112
112
|
});
|
|
113
|
-
}))(
|
|
113
|
+
}))(r) };
|
|
114
114
|
} catch (o) {
|
|
115
|
-
x(t, o, o.message,
|
|
115
|
+
x(t, o, o.message, n);
|
|
116
116
|
}
|
|
117
|
-
}), ge = /* @__PURE__ */ new Set(),
|
|
118
|
-
const
|
|
117
|
+
}), ge = /* @__PURE__ */ new Set(), ze = (a, t) => m(void 0, null, function* () {
|
|
118
|
+
const n = se(a.overrides);
|
|
119
119
|
try {
|
|
120
120
|
if (ge.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 = Ke({ config: t, apiKey: a.widgetKey, apiHost: n });
|
|
124
124
|
return a.overrides && t.settings && Object.entries(a.overrides).forEach((e) => {
|
|
125
|
-
let [
|
|
126
|
-
t.settings &&
|
|
127
|
-
let
|
|
125
|
+
let [d, l] = e;
|
|
126
|
+
t.settings && d in t.settings && (t.settings[d] = function() {
|
|
127
|
+
let i = arguments.length > 1 ? arguments[1] : void 0;
|
|
128
128
|
const u = new Map((arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : []).map((c) => [c.label, c]));
|
|
129
|
-
return
|
|
130
|
-
}(t.settings[
|
|
131
|
-
}), function(e,
|
|
132
|
-
|
|
133
|
-
}(o,
|
|
129
|
+
return i.forEach((c) => u.set(c.label, c)), Array.from(u.values());
|
|
130
|
+
}(t.settings[d], l));
|
|
131
|
+
}), function(e, d) {
|
|
132
|
+
d.widgetType === _.Searchbar || d.widgetType === "Search" ? e.SearchWidget.initStandard(d) : e.HelpWidget.initPopup(d);
|
|
133
|
+
}(o, r), ge.add(a.widgetKey), o;
|
|
134
134
|
}
|
|
135
|
-
} catch (
|
|
136
|
-
x(
|
|
135
|
+
} catch (s) {
|
|
136
|
+
x(n, s, s.message, a.widgetKey);
|
|
137
137
|
}
|
|
138
138
|
});
|
|
139
139
|
let he = !1;
|
|
140
|
-
const
|
|
141
|
-
return m(this, arguments, function* (a, t,
|
|
142
|
-
let e = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "",
|
|
143
|
-
if (t || x(
|
|
144
|
-
const
|
|
140
|
+
const Ne = function(s, o, r) {
|
|
141
|
+
return m(this, arguments, function* (a, t, n) {
|
|
142
|
+
let e = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "", d = arguments.length > 4 && arguments[4] !== void 0 && arguments[4];
|
|
143
|
+
if (t || x(n, new Error("Access key is required"), "Access key is required", a), !he) try {
|
|
144
|
+
const l = (() => {
|
|
145
145
|
if (typeof window == "undefined" || typeof navigator == "undefined") return !1;
|
|
146
|
-
const
|
|
146
|
+
const i = navigator, u = window, c = (i.doNotTrack || u.doNotTrack || i.msDoNotTrack || "0").toString().toLowerCase();
|
|
147
147
|
return ["1", "yes", "true"].includes(c);
|
|
148
148
|
})();
|
|
149
|
-
window.BrainfishAnalytics("init", { apiUrl: e, accessKey: t, trackScreenViews: !
|
|
149
|
+
window.BrainfishAnalytics("init", { apiUrl: e, accessKey: t, trackScreenViews: !l, trackAttributes: !l, trackOutgoingLinks: !l, enableRecording: !l && d }), he = !0, yield ((i, u) => m(this, null, function* () {
|
|
150
150
|
if (document.getElementById("brainfish-analytics")) return window.BrainfishAnalytics;
|
|
151
151
|
const c = document.createElement("script");
|
|
152
152
|
c.id = "brainfish-analytics", c.src = "https://cdn.jsdelivr.net/npm/@brainfish-ai/web-tracker@latest/dist/tracker.js", c.type = "module", c.async = !0, c.crossOrigin = "anonymous", c.onerror = () => {
|
|
153
|
-
x(
|
|
153
|
+
x(i, new Error(`Failed to load script: ${c.src}`), `Failed to load script: ${c.src}`, u);
|
|
154
154
|
}, document.head.appendChild(c);
|
|
155
|
-
}))(
|
|
156
|
-
} catch (
|
|
157
|
-
x(
|
|
155
|
+
}))(n, a);
|
|
156
|
+
} catch (l) {
|
|
157
|
+
x(n, l, "Failed to initialize BrainfishAnalytics", a);
|
|
158
158
|
}
|
|
159
159
|
});
|
|
160
160
|
};
|
|
161
|
-
function
|
|
162
|
-
let
|
|
163
|
-
const
|
|
164
|
-
return
|
|
165
|
-
let [
|
|
166
|
-
|
|
167
|
-
}),
|
|
161
|
+
function I(a, t) {
|
|
162
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
163
|
+
const s = document.createElement(a);
|
|
164
|
+
return s.className = t, Object.entries(n).forEach((o) => {
|
|
165
|
+
let [r, e] = o;
|
|
166
|
+
s.setAttribute(r, e);
|
|
167
|
+
}), s;
|
|
168
168
|
}
|
|
169
|
-
const
|
|
170
|
-
class
|
|
169
|
+
const T = "bf-iframe-container", j = "bf-trigger-button";
|
|
170
|
+
class b {
|
|
171
171
|
static get isWidgetOpen() {
|
|
172
172
|
return this.isOpen;
|
|
173
173
|
}
|
|
174
|
-
static initialize(t
|
|
175
|
-
|
|
174
|
+
static initialize(t) {
|
|
175
|
+
var n;
|
|
176
|
+
let { button: s, icon: o, isButtonHidden: r } = t;
|
|
177
|
+
this.button = s || null, this.icon = o || null, this.isButtonHidden = r || !1, s && s.addEventListener("click", () => this.toggleIframeVisibility()), (n = window.Brainfish) !== null && n !== void 0 && n.HelpWidget && (window.Brainfish.HelpWidget.close = () => this.closeWidget(), window.Brainfish.HelpWidget.open = () => this.openWidget());
|
|
176
178
|
}
|
|
177
179
|
static toggleIframeVisibility() {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
var
|
|
182
|
-
this.isOpen
|
|
180
|
+
this.isOpen = !this.isOpen, this.isOpen ? this.openWidget() : this.closeWidget();
|
|
181
|
+
}
|
|
182
|
+
static openWidget() {
|
|
183
|
+
var t;
|
|
184
|
+
this.isOpen = !0;
|
|
185
|
+
const n = document.querySelector(".bf-iframe-container"), s = n == null ? void 0 : n.querySelector("iframe");
|
|
186
|
+
if (n == null || n.classList.add("open"), n == null || n.setAttribute("aria-hidden", "false"), s == null || (t = s.contentWindow) === null || t === void 0 || t.postMessage({ type: "FOCUS_SEARCH_FIELD" }, "*"), this.button && this.icon) {
|
|
187
|
+
const o = this.icon.querySelector(".fish-icon"), r = this.icon.querySelector(".close-icon");
|
|
188
|
+
this.button.setAttribute("aria-expanded", "true"), o.classList.remove("visible"), r.classList.add("visible"), document.body.clientWidth <= 576 && this.hideTriggerButton();
|
|
189
|
+
}
|
|
190
|
+
window.BrainfishAnalytics("track", "Open Widget");
|
|
191
|
+
}
|
|
192
|
+
static closeWidget() {
|
|
193
|
+
this.isOpen = !1;
|
|
194
|
+
const t = document.querySelector(".bf-iframe-container");
|
|
195
|
+
if (t == null || t.classList.remove("open"), t == null || t.setAttribute("aria-hidden", "true"), this.button && this.icon) {
|
|
196
|
+
this.button.setAttribute("aria-expanded", "false");
|
|
197
|
+
const n = this.icon.querySelector(".fish-icon"), s = this.icon.querySelector(".close-icon");
|
|
198
|
+
n.classList.add("visible"), s.classList.remove("visible"), document.body.clientWidth <= 576 && this.showTriggerButton();
|
|
199
|
+
}
|
|
200
|
+
window.BrainfishAnalytics("track", "Close Widget");
|
|
183
201
|
}
|
|
184
202
|
static showTriggerButton() {
|
|
185
203
|
var t;
|
|
@@ -190,27 +208,27 @@ class v {
|
|
|
190
208
|
(t = this.button) === null || t === void 0 || t.classList.add("hidden");
|
|
191
209
|
}
|
|
192
210
|
}
|
|
193
|
-
S(
|
|
211
|
+
S(b, "isOpen", !1), S(b, "button", null), S(b, "icon", null), S(b, "isButtonHidden", !1);
|
|
194
212
|
function De(a) {
|
|
195
|
-
let { widgetHost: t, apiHost:
|
|
196
|
-
window.addEventListener("message", (
|
|
197
|
-
if (
|
|
198
|
-
const { type: e } =
|
|
213
|
+
let { widgetHost: t, apiHost: n, widgetKey: s, signal: o } = a;
|
|
214
|
+
window.addEventListener("message", (r) => {
|
|
215
|
+
if (r.origin !== t) return;
|
|
216
|
+
const { type: e } = r.data;
|
|
199
217
|
if (e === "TOGGLE_WIDGET_SIZE" && function() {
|
|
200
|
-
const
|
|
201
|
-
|
|
218
|
+
const d = document.querySelector(`.${T}`);
|
|
219
|
+
d.classList.contains("expanded") ? d.classList.remove("expanded") : d.classList.add("expanded");
|
|
202
220
|
}(), e === "TRACK_EVENT") {
|
|
203
221
|
if (!window.BrainfishAnalytics) return;
|
|
204
|
-
const { eventName:
|
|
205
|
-
window.BrainfishAnalytics("track",
|
|
222
|
+
const { eventName: d, data: l } = r.data;
|
|
223
|
+
window.BrainfishAnalytics("track", d, l);
|
|
206
224
|
}
|
|
207
|
-
if (e === "CLOSE_WIDGET" && (window.BrainfishAnalytics("track", "Close Widget"),
|
|
208
|
-
const { action:
|
|
209
|
-
if (!["function", "callback"].includes(
|
|
210
|
-
if (window.__bfCallbacks = window.__bfCallbacks || {}, window.__bfCallbacks[
|
|
211
|
-
const f = `${
|
|
225
|
+
if (e === "CLOSE_WIDGET" && (window.BrainfishAnalytics("track", "Close Widget"), b.toggleIframeVisibility()), e === "NEXT_BEST_ACTION_CLICKED") {
|
|
226
|
+
const { action: d, searchQueryId: l, query: i, answer: u } = r.data, c = { action: d, searchQueryId: l };
|
|
227
|
+
if (!["function", "callback"].includes(d.type)) return void console.error("Invalid action type", d);
|
|
228
|
+
if (window.__bfCallbacks = window.__bfCallbacks || {}, window.__bfCallbacks[d.id]) return void window.__bfCallbacks[d.id](i, u, c);
|
|
229
|
+
const f = `${n}/api/searchWidgets.callback.codeblocks?apiKey=${s}&codeblockId=${d.id}`, g = document.createElement("script");
|
|
212
230
|
g.src = f, document.head.appendChild(g), g.onload = () => {
|
|
213
|
-
window.__bfCallbacks[
|
|
231
|
+
window.__bfCallbacks[d.id](i, u, c), setTimeout(() => {
|
|
214
232
|
document.head.removeChild(g);
|
|
215
233
|
}, 300);
|
|
216
234
|
};
|
|
@@ -220,37 +238,37 @@ function De(a) {
|
|
|
220
238
|
function de(a) {
|
|
221
239
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
222
240
|
}
|
|
223
|
-
var
|
|
241
|
+
var q = { exports: {} }, z = { exports: {} }, N = { exports: {} };
|
|
224
242
|
(function(a, t) {
|
|
225
|
-
function
|
|
243
|
+
function n(o) {
|
|
226
244
|
return Math.round(255 * o);
|
|
227
245
|
}
|
|
228
|
-
function
|
|
229
|
-
return
|
|
246
|
+
function s(o, r, e) {
|
|
247
|
+
return n(o) + "," + n(r) + "," + n(e);
|
|
230
248
|
}
|
|
231
|
-
t.__esModule = !0, t.default = void 0, t.default = function(o,
|
|
232
|
-
if (
|
|
233
|
-
var
|
|
234
|
-
|
|
235
|
-
var h = e -
|
|
236
|
-
return
|
|
249
|
+
t.__esModule = !0, t.default = void 0, t.default = function(o, r, e, d) {
|
|
250
|
+
if (d === void 0 && (d = s), r === 0) return d(e, e, e);
|
|
251
|
+
var l = (o % 360 + 360) % 360 / 60, i = (1 - Math.abs(2 * e - 1)) * r, u = i * (1 - Math.abs(l % 2 - 1)), c = 0, f = 0, g = 0;
|
|
252
|
+
l >= 0 && l < 1 ? (c = i, f = u) : l >= 1 && l < 2 ? (c = u, f = i) : l >= 2 && l < 3 ? (f = i, g = u) : l >= 3 && l < 4 ? (f = u, g = i) : l >= 4 && l < 5 ? (c = u, g = i) : l >= 5 && l < 6 && (c = i, g = u);
|
|
253
|
+
var h = e - i / 2;
|
|
254
|
+
return d(c + h, f + h, g + h);
|
|
237
255
|
}, a.exports = t.default;
|
|
238
|
-
})(
|
|
239
|
-
var le =
|
|
256
|
+
})(N, N.exports);
|
|
257
|
+
var le = N.exports, D = { exports: {} };
|
|
240
258
|
(function(a, t) {
|
|
241
259
|
t.__esModule = !0, t.default = void 0;
|
|
242
|
-
var
|
|
243
|
-
t.default = function(
|
|
244
|
-
if (typeof
|
|
245
|
-
var o =
|
|
246
|
-
return
|
|
260
|
+
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" };
|
|
261
|
+
t.default = function(s) {
|
|
262
|
+
if (typeof s != "string") return s;
|
|
263
|
+
var o = s.toLowerCase();
|
|
264
|
+
return n[o] ? "#" + n[o] : s;
|
|
247
265
|
}, a.exports = t.default;
|
|
248
266
|
})(D, D.exports);
|
|
249
267
|
var Re = D.exports, R = { exports: {} };
|
|
250
268
|
(function(a, t) {
|
|
251
|
-
function
|
|
252
|
-
var
|
|
253
|
-
return
|
|
269
|
+
function n(l) {
|
|
270
|
+
var i = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
271
|
+
return n = function(u) {
|
|
254
272
|
if (u === null || !function(f) {
|
|
255
273
|
try {
|
|
256
274
|
return Function.toString.call(f).indexOf("[native code]") !== -1;
|
|
@@ -259,41 +277,41 @@ var Re = D.exports, R = { exports: {} };
|
|
|
259
277
|
}
|
|
260
278
|
}(u)) return u;
|
|
261
279
|
if (typeof u != "function") throw new TypeError("Super expression must either be null or a function");
|
|
262
|
-
if (
|
|
263
|
-
if (
|
|
264
|
-
|
|
280
|
+
if (i !== void 0) {
|
|
281
|
+
if (i.has(u)) return i.get(u);
|
|
282
|
+
i.set(u, c);
|
|
265
283
|
}
|
|
266
284
|
function c() {
|
|
267
285
|
return function(f, g, h) {
|
|
268
|
-
if (
|
|
286
|
+
if (s()) return Reflect.construct.apply(null, arguments);
|
|
269
287
|
var p = [null];
|
|
270
288
|
p.push.apply(p, g);
|
|
271
|
-
var
|
|
272
|
-
return h && o(
|
|
273
|
-
}(u, arguments,
|
|
289
|
+
var v = new (f.bind.apply(f, p))();
|
|
290
|
+
return h && o(v, h.prototype), v;
|
|
291
|
+
}(u, arguments, r(this).constructor);
|
|
274
292
|
}
|
|
275
293
|
return c.prototype = Object.create(u.prototype, { constructor: { value: c, enumerable: !1, writable: !0, configurable: !0 } }), o(c, u);
|
|
276
|
-
},
|
|
294
|
+
}, n(l);
|
|
277
295
|
}
|
|
278
|
-
function
|
|
296
|
+
function s() {
|
|
279
297
|
try {
|
|
280
|
-
var
|
|
298
|
+
var l = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
281
299
|
}));
|
|
282
|
-
} catch (
|
|
300
|
+
} catch (i) {
|
|
283
301
|
}
|
|
284
|
-
return (
|
|
285
|
-
return !!
|
|
302
|
+
return (s = function() {
|
|
303
|
+
return !!l;
|
|
286
304
|
})();
|
|
287
305
|
}
|
|
288
|
-
function o(
|
|
306
|
+
function o(l, i) {
|
|
289
307
|
return o = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(u, c) {
|
|
290
308
|
return u.__proto__ = c, u;
|
|
291
|
-
}, o(
|
|
309
|
+
}, o(l, i);
|
|
292
310
|
}
|
|
293
|
-
function
|
|
294
|
-
return
|
|
295
|
-
return
|
|
296
|
-
},
|
|
311
|
+
function r(l) {
|
|
312
|
+
return r = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(i) {
|
|
313
|
+
return i.__proto__ || Object.getPrototypeOf(i);
|
|
314
|
+
}, r(l);
|
|
297
315
|
}
|
|
298
316
|
t.__esModule = !0, t.default = void 0;
|
|
299
317
|
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 }).
|
|
@@ -445,43 +463,43 @@ To pass a single animation please supply them in simple values, e.g. animation('
|
|
|
445
463
|
|
|
446
464
|
`, 78: `base must be set in "px" or "%" but you set it in "%s".
|
|
447
465
|
` };
|
|
448
|
-
function
|
|
449
|
-
for (var
|
|
450
|
-
var c, f =
|
|
451
|
-
for (c = 1; c <
|
|
466
|
+
function d() {
|
|
467
|
+
for (var l = arguments.length, i = new Array(l), u = 0; u < l; u++) i[u] = arguments[u];
|
|
468
|
+
var c, f = i[0], g = [];
|
|
469
|
+
for (c = 1; c < i.length; c += 1) g.push(i[c]);
|
|
452
470
|
return g.forEach(function(h) {
|
|
453
471
|
f = f.replace(/%[a-z]/, h);
|
|
454
472
|
}), f;
|
|
455
473
|
}
|
|
456
|
-
t.default = function(
|
|
457
|
-
var
|
|
474
|
+
t.default = function(l) {
|
|
475
|
+
var i, u;
|
|
458
476
|
function c(f) {
|
|
459
477
|
var g;
|
|
460
|
-
if (process.env.NODE_ENV === "production") g =
|
|
478
|
+
if (process.env.NODE_ENV === "production") g = l.call(this, "An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#" + f + " for more information.") || this;
|
|
461
479
|
else {
|
|
462
|
-
for (var h = arguments.length, p = new Array(h > 1 ? h - 1 : 0),
|
|
463
|
-
g =
|
|
480
|
+
for (var h = arguments.length, p = new Array(h > 1 ? h - 1 : 0), v = 1; v < h; v++) p[v - 1] = arguments[v];
|
|
481
|
+
g = l.call(this, d.apply(void 0, [e[f]].concat(p))) || this;
|
|
464
482
|
}
|
|
465
483
|
return function(C) {
|
|
466
484
|
if (C === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
467
485
|
return C;
|
|
468
486
|
}(g);
|
|
469
487
|
}
|
|
470
|
-
return u =
|
|
471
|
-
}(
|
|
488
|
+
return u = l, (i = c).prototype = Object.create(u.prototype), i.prototype.constructor = i, o(i, u), c;
|
|
489
|
+
}(n(Error)), a.exports = t.default;
|
|
472
490
|
})(R, R.exports);
|
|
473
491
|
var k = R.exports;
|
|
474
492
|
(function(a, t) {
|
|
475
493
|
t.__esModule = !0, t.default = function(h) {
|
|
476
494
|
if (typeof h != "string") throw new o.default(3);
|
|
477
|
-
var p = (0,
|
|
495
|
+
var p = (0, s.default)(h);
|
|
478
496
|
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) };
|
|
479
|
-
if (p.match(
|
|
480
|
-
var
|
|
481
|
-
return { red: parseInt("" + p[1] + p[2], 16), green: parseInt("" + p[3] + p[4], 16), blue: parseInt("" + p[5] + p[6], 16), alpha:
|
|
497
|
+
if (p.match(d)) {
|
|
498
|
+
var v = parseFloat((parseInt("" + p[7] + p[8], 16) / 255).toFixed(2));
|
|
499
|
+
return { red: parseInt("" + p[1] + p[2], 16), green: parseInt("" + p[3] + p[4], 16), blue: parseInt("" + p[5] + p[6], 16), alpha: v };
|
|
482
500
|
}
|
|
483
|
-
if (p.match(
|
|
484
|
-
if (p.match(
|
|
501
|
+
if (p.match(l)) return { red: parseInt("" + p[1] + p[1], 16), green: parseInt("" + p[2] + p[2], 16), blue: parseInt("" + p[3] + p[3], 16) };
|
|
502
|
+
if (p.match(i)) {
|
|
485
503
|
var C = parseFloat((parseInt("" + p[4] + p[4], 16) / 255).toFixed(2));
|
|
486
504
|
return { red: parseInt("" + p[1] + p[1], 16), green: parseInt("" + p[2] + p[2], 16), blue: parseInt("" + p[3] + p[3], 16), alpha: C };
|
|
487
505
|
}
|
|
@@ -491,167 +509,167 @@ var k = R.exports;
|
|
|
491
509
|
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]) };
|
|
492
510
|
var A = f.exec(p);
|
|
493
511
|
if (A) {
|
|
494
|
-
var
|
|
495
|
-
if (!
|
|
496
|
-
return { red: parseInt("" +
|
|
512
|
+
var Be = parseInt("" + A[1], 10), Oe = parseInt("" + A[2], 10) / 100, Ie = parseInt("" + A[3], 10) / 100, fe = "rgb(" + (0, n.default)(Be, Oe, Ie) + ")", B = u.exec(fe);
|
|
513
|
+
if (!B) throw new o.default(4, p, fe);
|
|
514
|
+
return { red: parseInt("" + B[1], 10), green: parseInt("" + B[2], 10), blue: parseInt("" + B[3], 10) };
|
|
497
515
|
}
|
|
498
516
|
var w = g.exec(p.substring(0, 50));
|
|
499
517
|
if (w) {
|
|
500
|
-
var
|
|
501
|
-
if (!
|
|
502
|
-
return { red: parseInt("" +
|
|
518
|
+
var Me = parseInt("" + w[1], 10), Pe = parseInt("" + w[2], 10) / 100, Te = parseInt("" + w[3], 10) / 100, ce = "rgb(" + (0, n.default)(Me, Pe, Te) + ")", O = u.exec(ce);
|
|
519
|
+
if (!O) throw new o.default(4, p, ce);
|
|
520
|
+
return { red: parseInt("" + O[1], 10), green: parseInt("" + O[2], 10), blue: parseInt("" + O[3], 10), alpha: parseFloat("" + w[4]) > 1 ? parseFloat("" + w[4]) / 100 : parseFloat("" + w[4]) };
|
|
503
521
|
}
|
|
504
522
|
throw new o.default(5);
|
|
505
523
|
};
|
|
506
|
-
var
|
|
507
|
-
function
|
|
524
|
+
var n = r(le), s = r(Re), o = r(k);
|
|
525
|
+
function r(h) {
|
|
508
526
|
return h && h.__esModule ? h : { default: h };
|
|
509
527
|
}
|
|
510
|
-
var e = /^#[a-fA-F0-9]{6}$/,
|
|
528
|
+
var e = /^#[a-fA-F0-9]{6}$/, d = /^#[a-fA-F0-9]{8}$/, l = /^#[a-fA-F0-9]{3}$/, i = /^#[a-fA-F0-9]{4}$/, u = /^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, f = /^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;
|
|
511
529
|
a.exports = t.default;
|
|
512
|
-
})(
|
|
513
|
-
var ue =
|
|
530
|
+
})(z, z.exports);
|
|
531
|
+
var ue = z.exports;
|
|
514
532
|
(function(a, t) {
|
|
515
533
|
t.__esModule = !0, t.default = function(o) {
|
|
516
534
|
if (o === "transparent") return 0;
|
|
517
|
-
var
|
|
518
|
-
var c =
|
|
535
|
+
var r = (0, s.default)(o), e = Object.keys(r).map(function(u) {
|
|
536
|
+
var c = r[u] / 255;
|
|
519
537
|
return c <= 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
520
|
-
}),
|
|
521
|
-
return parseFloat((0.2126 *
|
|
538
|
+
}), d = e[0], l = e[1], i = e[2];
|
|
539
|
+
return parseFloat((0.2126 * d + 0.7152 * l + 0.0722 * i).toFixed(3));
|
|
522
540
|
};
|
|
523
|
-
var
|
|
541
|
+
var n, s = (n = ue) && n.__esModule ? n : { default: n };
|
|
524
542
|
a.exports = t.default;
|
|
525
|
-
})(
|
|
526
|
-
const Ye = de(
|
|
543
|
+
})(q, q.exports);
|
|
544
|
+
const Ye = de(q.exports);
|
|
527
545
|
var Y = { exports: {} }, J = { exports: {} };
|
|
528
546
|
(function(a, t) {
|
|
529
|
-
function
|
|
547
|
+
function n(s, o, r) {
|
|
530
548
|
return function() {
|
|
531
|
-
var e =
|
|
532
|
-
return e.length >= o ?
|
|
549
|
+
var e = r.concat(Array.prototype.slice.call(arguments));
|
|
550
|
+
return e.length >= o ? s.apply(this, e) : n(s, o, e);
|
|
533
551
|
};
|
|
534
552
|
}
|
|
535
|
-
t.__esModule = !0, t.default = function(
|
|
536
|
-
return
|
|
553
|
+
t.__esModule = !0, t.default = function(s) {
|
|
554
|
+
return n(s, s.length, []);
|
|
537
555
|
}, a.exports = t.default;
|
|
538
556
|
})(J, J.exports);
|
|
539
|
-
var me,
|
|
540
|
-
me = U, (
|
|
541
|
-
return Math.max(a, Math.min(t,
|
|
542
|
-
}, me.exports =
|
|
557
|
+
var me, M, we = J.exports, U = { exports: {} };
|
|
558
|
+
me = U, (M = U.exports).__esModule = !0, M.default = void 0, M.default = function(a, t, n) {
|
|
559
|
+
return Math.max(a, Math.min(t, n));
|
|
560
|
+
}, me.exports = M.default;
|
|
543
561
|
var xe = U.exports, G = { exports: {} }, V = { exports: {} };
|
|
544
562
|
(function(a, t) {
|
|
545
|
-
t.__esModule = !0, t.default = void 0, t.default = function(
|
|
546
|
-
var
|
|
547
|
-
if (
|
|
548
|
-
var u =
|
|
549
|
-
switch (
|
|
563
|
+
t.__esModule = !0, t.default = void 0, t.default = function(n) {
|
|
564
|
+
var s, o = n.red / 255, r = n.green / 255, e = n.blue / 255, d = Math.max(o, r, e), l = Math.min(o, r, e), i = (d + l) / 2;
|
|
565
|
+
if (d === l) return n.alpha !== void 0 ? { hue: 0, saturation: 0, lightness: i, alpha: n.alpha } : { hue: 0, saturation: 0, lightness: i };
|
|
566
|
+
var u = d - l, c = i > 0.5 ? u / (2 - d - l) : u / (d + l);
|
|
567
|
+
switch (d) {
|
|
550
568
|
case o:
|
|
551
|
-
|
|
569
|
+
s = (r - e) / u + (r < e ? 6 : 0);
|
|
552
570
|
break;
|
|
553
|
-
case
|
|
554
|
-
|
|
571
|
+
case r:
|
|
572
|
+
s = (e - o) / u + 2;
|
|
555
573
|
break;
|
|
556
574
|
default:
|
|
557
|
-
|
|
575
|
+
s = (o - r) / u + 4;
|
|
558
576
|
}
|
|
559
|
-
return
|
|
577
|
+
return s *= 60, n.alpha !== void 0 ? { hue: s, saturation: c, lightness: i, alpha: n.alpha } : { hue: s, saturation: c, lightness: i };
|
|
560
578
|
}, a.exports = t.default;
|
|
561
579
|
})(V, V.exports);
|
|
562
580
|
var Je = V.exports;
|
|
563
581
|
(function(a, t) {
|
|
564
|
-
t.__esModule = !0, t.default = function(
|
|
565
|
-
return (0,
|
|
582
|
+
t.__esModule = !0, t.default = function(r) {
|
|
583
|
+
return (0, s.default)((0, n.default)(r));
|
|
566
584
|
};
|
|
567
|
-
var
|
|
568
|
-
function o(
|
|
569
|
-
return
|
|
585
|
+
var n = o(ue), s = o(Je);
|
|
586
|
+
function o(r) {
|
|
587
|
+
return r && r.__esModule ? r : { default: r };
|
|
570
588
|
}
|
|
571
589
|
a.exports = t.default;
|
|
572
590
|
})(G, G.exports);
|
|
573
|
-
var
|
|
591
|
+
var Se = G.exports, Z = { exports: {} }, Q = { exports: {} }, X = { exports: {} }, ee = { exports: {} };
|
|
574
592
|
(function(a, t) {
|
|
575
|
-
t.__esModule = !0, t.default = void 0, t.default = function(
|
|
576
|
-
return
|
|
593
|
+
t.__esModule = !0, t.default = void 0, t.default = function(n) {
|
|
594
|
+
return n.length === 7 && n[1] === n[2] && n[3] === n[4] && n[5] === n[6] ? "#" + n[1] + n[3] + n[5] : n;
|
|
577
595
|
}, a.exports = t.default;
|
|
578
596
|
})(ee, ee.exports);
|
|
579
|
-
var
|
|
597
|
+
var ke = ee.exports, te = { exports: {} };
|
|
580
598
|
(function(a, t) {
|
|
581
|
-
t.__esModule = !0, t.default = void 0, t.default = function(
|
|
582
|
-
var
|
|
583
|
-
return
|
|
599
|
+
t.__esModule = !0, t.default = void 0, t.default = function(n) {
|
|
600
|
+
var s = n.toString(16);
|
|
601
|
+
return s.length === 1 ? "0" + s : s;
|
|
584
602
|
}, a.exports = t.default;
|
|
585
603
|
})(te, te.exports);
|
|
586
604
|
var _e = te.exports;
|
|
587
605
|
(function(a, t) {
|
|
588
606
|
t.__esModule = !0, t.default = void 0;
|
|
589
|
-
var
|
|
590
|
-
function
|
|
591
|
-
return
|
|
607
|
+
var n = r(le), s = r(ke), o = r(_e);
|
|
608
|
+
function r(l) {
|
|
609
|
+
return l && l.__esModule ? l : { default: l };
|
|
592
610
|
}
|
|
593
|
-
function e(
|
|
594
|
-
return (0, o.default)(Math.round(255 *
|
|
611
|
+
function e(l) {
|
|
612
|
+
return (0, o.default)(Math.round(255 * l));
|
|
595
613
|
}
|
|
596
|
-
function
|
|
597
|
-
return (0,
|
|
614
|
+
function d(l, i, u) {
|
|
615
|
+
return (0, s.default)("#" + e(l) + e(i) + e(u));
|
|
598
616
|
}
|
|
599
|
-
t.default = function(
|
|
600
|
-
return (0,
|
|
617
|
+
t.default = function(l, i, u) {
|
|
618
|
+
return (0, n.default)(l, i, u, d);
|
|
601
619
|
}, a.exports = t.default;
|
|
602
620
|
})(X, X.exports);
|
|
603
621
|
var Ce = X.exports;
|
|
604
622
|
(function(a, t) {
|
|
605
|
-
t.__esModule = !0, t.default = function(
|
|
606
|
-
if (typeof
|
|
607
|
-
if (typeof
|
|
608
|
-
throw new
|
|
623
|
+
t.__esModule = !0, t.default = function(r, e, d) {
|
|
624
|
+
if (typeof r == "number" && typeof e == "number" && typeof d == "number") return (0, n.default)(r, e, d);
|
|
625
|
+
if (typeof r == "object" && e === void 0 && d === void 0) return (0, n.default)(r.hue, r.saturation, r.lightness);
|
|
626
|
+
throw new s.default(1);
|
|
609
627
|
};
|
|
610
|
-
var
|
|
611
|
-
function o(
|
|
612
|
-
return
|
|
628
|
+
var n = o(Ce), s = o(k);
|
|
629
|
+
function o(r) {
|
|
630
|
+
return r && r.__esModule ? r : { default: r };
|
|
613
631
|
}
|
|
614
632
|
a.exports = t.default;
|
|
615
633
|
})(Q, Q.exports);
|
|
616
634
|
var Ue = Q.exports, ne = { exports: {} };
|
|
617
635
|
(function(a, t) {
|
|
618
|
-
t.__esModule = !0, t.default = function(e,
|
|
619
|
-
if (typeof e == "number" && typeof
|
|
620
|
-
if (typeof e == "object" &&
|
|
636
|
+
t.__esModule = !0, t.default = function(e, d, l, i) {
|
|
637
|
+
if (typeof e == "number" && typeof d == "number" && typeof l == "number" && typeof i == "number") return i >= 1 ? (0, n.default)(e, d, l) : "rgba(" + (0, s.default)(e, d, l) + "," + i + ")";
|
|
638
|
+
if (typeof e == "object" && d === void 0 && l === void 0 && i === 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 + ")";
|
|
621
639
|
throw new o.default(2);
|
|
622
640
|
};
|
|
623
|
-
var
|
|
624
|
-
function
|
|
641
|
+
var n = r(Ce), s = r(le), o = r(k);
|
|
642
|
+
function r(e) {
|
|
625
643
|
return e && e.__esModule ? e : { default: e };
|
|
626
644
|
}
|
|
627
645
|
a.exports = t.default;
|
|
628
646
|
})(ne, ne.exports);
|
|
629
647
|
var Ge = ne.exports, re = { exports: {} };
|
|
630
648
|
(function(a, t) {
|
|
631
|
-
t.__esModule = !0, t.default = function(e,
|
|
632
|
-
if (typeof e == "number" && typeof
|
|
633
|
-
if (typeof e == "object" &&
|
|
649
|
+
t.__esModule = !0, t.default = function(e, d, l) {
|
|
650
|
+
if (typeof e == "number" && typeof d == "number" && typeof l == "number") return (0, n.default)("#" + (0, s.default)(e) + (0, s.default)(d) + (0, s.default)(l));
|
|
651
|
+
if (typeof e == "object" && d === void 0 && l === void 0) return (0, n.default)("#" + (0, s.default)(e.red) + (0, s.default)(e.green) + (0, s.default)(e.blue));
|
|
634
652
|
throw new o.default(6);
|
|
635
653
|
};
|
|
636
|
-
var
|
|
637
|
-
function
|
|
654
|
+
var n = r(ke), s = r(_e), o = r(k);
|
|
655
|
+
function r(e) {
|
|
638
656
|
return e && e.__esModule ? e : { default: e };
|
|
639
657
|
}
|
|
640
658
|
a.exports = t.default;
|
|
641
659
|
})(re, re.exports);
|
|
642
660
|
var Ee = re.exports, ae = { exports: {} };
|
|
643
661
|
(function(a, t) {
|
|
644
|
-
t.__esModule = !0, t.default = function(e,
|
|
645
|
-
if (typeof e == "string" && typeof
|
|
646
|
-
var u = (0,
|
|
647
|
-
return "rgba(" + u.red + "," + u.green + "," + u.blue + "," +
|
|
662
|
+
t.__esModule = !0, t.default = function(e, d, l, i) {
|
|
663
|
+
if (typeof e == "string" && typeof d == "number") {
|
|
664
|
+
var u = (0, n.default)(e);
|
|
665
|
+
return "rgba(" + u.red + "," + u.green + "," + u.blue + "," + d + ")";
|
|
648
666
|
}
|
|
649
|
-
if (typeof e == "number" && typeof
|
|
650
|
-
if (typeof e == "object" &&
|
|
667
|
+
if (typeof e == "number" && typeof d == "number" && typeof l == "number" && typeof i == "number") return i >= 1 ? (0, s.default)(e, d, l) : "rgba(" + e + "," + d + "," + l + "," + i + ")";
|
|
668
|
+
if (typeof e == "object" && d === void 0 && l === void 0 && i === void 0) return e.alpha >= 1 ? (0, s.default)(e.red, e.green, e.blue) : "rgba(" + e.red + "," + e.green + "," + e.blue + "," + e.alpha + ")";
|
|
651
669
|
throw new o.default(7);
|
|
652
670
|
};
|
|
653
|
-
var
|
|
654
|
-
function
|
|
671
|
+
var n = r(ue), s = r(Ee), o = r(k);
|
|
672
|
+
function r(e) {
|
|
655
673
|
return e && e.__esModule ? e : { default: e };
|
|
656
674
|
}
|
|
657
675
|
a.exports = t.default;
|
|
@@ -660,19 +678,19 @@ var Ve = ae.exports;
|
|
|
660
678
|
(function(a, t) {
|
|
661
679
|
t.__esModule = !0, t.default = function(f) {
|
|
662
680
|
if (typeof f != "object") throw new e.default(8);
|
|
663
|
-
if (
|
|
664
|
-
if (
|
|
665
|
-
if (c(f)) return (0,
|
|
666
|
-
if (u(f)) return (0,
|
|
681
|
+
if (i(f)) return (0, r.default)(f);
|
|
682
|
+
if (l(f)) return (0, o.default)(f);
|
|
683
|
+
if (c(f)) return (0, s.default)(f);
|
|
684
|
+
if (u(f)) return (0, n.default)(f);
|
|
667
685
|
throw new e.default(8);
|
|
668
686
|
};
|
|
669
|
-
var
|
|
670
|
-
function
|
|
687
|
+
var n = d(Ue), s = d(Ge), o = d(Ee), r = d(Ve), e = d(k);
|
|
688
|
+
function d(f) {
|
|
671
689
|
return f && f.__esModule ? f : { default: f };
|
|
672
690
|
}
|
|
673
|
-
var
|
|
691
|
+
var l = function(f) {
|
|
674
692
|
return typeof f.red == "number" && typeof f.green == "number" && typeof f.blue == "number" && (typeof f.alpha != "number" || f.alpha === void 0);
|
|
675
|
-
},
|
|
693
|
+
}, i = function(f) {
|
|
676
694
|
return typeof f.red == "number" && typeof f.green == "number" && typeof f.blue == "number" && typeof f.alpha == "number";
|
|
677
695
|
}, u = function(f) {
|
|
678
696
|
return typeof f.hue == "number" && typeof f.saturation == "number" && typeof f.lightness == "number" && (typeof f.alpha != "number" || f.alpha === void 0);
|
|
@@ -684,219 +702,225 @@ var Ve = ae.exports;
|
|
|
684
702
|
var Ae = Z.exports;
|
|
685
703
|
(function(a, t) {
|
|
686
704
|
t.__esModule = !0, t.default = void 0;
|
|
687
|
-
var
|
|
688
|
-
function e(
|
|
689
|
-
return
|
|
705
|
+
var n = e(we), s = e(xe), o = e(Se), r = e(Ae);
|
|
706
|
+
function e(i) {
|
|
707
|
+
return i && i.__esModule ? i : { default: i };
|
|
690
708
|
}
|
|
691
|
-
function
|
|
692
|
-
return
|
|
709
|
+
function d() {
|
|
710
|
+
return d = Object.assign ? Object.assign.bind() : function(i) {
|
|
693
711
|
for (var u = 1; u < arguments.length; u++) {
|
|
694
712
|
var c = arguments[u];
|
|
695
|
-
for (var f in c) Object.prototype.hasOwnProperty.call(c, f) && (
|
|
713
|
+
for (var f in c) Object.prototype.hasOwnProperty.call(c, f) && (i[f] = c[f]);
|
|
696
714
|
}
|
|
697
|
-
return
|
|
698
|
-
},
|
|
715
|
+
return i;
|
|
716
|
+
}, d.apply(this, arguments);
|
|
699
717
|
}
|
|
700
|
-
var
|
|
718
|
+
var l = (0, n.default)(function(i, u) {
|
|
701
719
|
if (u === "transparent") return u;
|
|
702
720
|
var c = (0, o.default)(u);
|
|
703
|
-
return (0,
|
|
721
|
+
return (0, r.default)(d({}, c, { lightness: (0, s.default)(0, 1, c.lightness - parseFloat(i)) }));
|
|
704
722
|
});
|
|
705
|
-
t.default =
|
|
723
|
+
t.default = l, a.exports = t.default;
|
|
706
724
|
})(Y, Y.exports);
|
|
707
725
|
const Ze = de(Y.exports);
|
|
708
726
|
var oe = { exports: {} };
|
|
709
727
|
(function(a, t) {
|
|
710
728
|
t.__esModule = !0, t.default = void 0;
|
|
711
|
-
var
|
|
712
|
-
function e(
|
|
713
|
-
return
|
|
729
|
+
var n = e(we), s = e(xe), o = e(Se), r = e(Ae);
|
|
730
|
+
function e(i) {
|
|
731
|
+
return i && i.__esModule ? i : { default: i };
|
|
714
732
|
}
|
|
715
|
-
function
|
|
716
|
-
return
|
|
733
|
+
function d() {
|
|
734
|
+
return d = Object.assign ? Object.assign.bind() : function(i) {
|
|
717
735
|
for (var u = 1; u < arguments.length; u++) {
|
|
718
736
|
var c = arguments[u];
|
|
719
|
-
for (var f in c) Object.prototype.hasOwnProperty.call(c, f) && (
|
|
737
|
+
for (var f in c) Object.prototype.hasOwnProperty.call(c, f) && (i[f] = c[f]);
|
|
720
738
|
}
|
|
721
|
-
return
|
|
722
|
-
},
|
|
739
|
+
return i;
|
|
740
|
+
}, d.apply(this, arguments);
|
|
723
741
|
}
|
|
724
|
-
var
|
|
742
|
+
var l = (0, n.default)(function(i, u) {
|
|
725
743
|
if (u === "transparent") return u;
|
|
726
744
|
var c = (0, o.default)(u);
|
|
727
|
-
return (0,
|
|
745
|
+
return (0, r.default)(d({}, c, { lightness: (0, s.default)(0, 1, c.lightness + parseFloat(i)) }));
|
|
728
746
|
});
|
|
729
|
-
t.default =
|
|
747
|
+
t.default = l, a.exports = t.default;
|
|
730
748
|
})(oe, oe.exports);
|
|
731
749
|
const Qe = de(oe.exports);
|
|
732
750
|
function Xe(a) {
|
|
733
751
|
if (!document.querySelector("style[data-widget-styles]")) {
|
|
734
|
-
var t,
|
|
752
|
+
var t, n;
|
|
735
753
|
(function() {
|
|
736
|
-
let
|
|
737
|
-
const
|
|
738
|
-
|
|
739
|
-
const e = Ye(
|
|
740
|
-
|
|
754
|
+
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "#000", o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "FFF";
|
|
755
|
+
const r = document.createElement("style");
|
|
756
|
+
r.attributes.setNamedItem(document.createAttribute("data-widget-styles"));
|
|
757
|
+
const e = Ye(s) > 0.5;
|
|
758
|
+
r.textContent = `
|
|
741
759
|
.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))}}
|
|
742
|
-
.${
|
|
743
|
-
.${
|
|
744
|
-
background: ${e ? Ze(0.05,
|
|
760
|
+
.${j} { background: ${s}; }
|
|
761
|
+
.${j}:hover {
|
|
762
|
+
background: ${e ? Ze(0.05, s) : Qe(0.05, s)};
|
|
745
763
|
}
|
|
746
764
|
.trigger-button-icon { color: ${o}; }
|
|
747
|
-
`, document.head.appendChild(
|
|
748
|
-
})((a == null || (t = a.theme) === null || t === void 0 ? void 0 : t.inputButtonBgColor) || "#007bff", (a == null || (
|
|
765
|
+
`, document.head.appendChild(r);
|
|
766
|
+
})((a == null || (t = a.theme) === null || t === void 0 ? void 0 : t.inputButtonBgColor) || "#007bff", (a == null || (n = a.theme) === null || n === void 0 ? void 0 : n.textBaseColor) || "#ffffff");
|
|
749
767
|
}
|
|
750
768
|
}
|
|
751
769
|
function et(a, t) {
|
|
752
|
-
const
|
|
753
|
-
((
|
|
770
|
+
const n = () => {
|
|
771
|
+
((s) => {
|
|
754
772
|
var o;
|
|
755
|
-
(o = a.contentWindow) === null || o === void 0 || o.postMessage({ type: "UPDATE_BODY_CLASS", isDarkMode:
|
|
773
|
+
(o = a.contentWindow) === null || o === void 0 || o.postMessage({ type: "UPDATE_BODY_CLASS", isDarkMode: s }, "*");
|
|
756
774
|
})(document.body.classList.contains("dark"));
|
|
757
775
|
};
|
|
758
|
-
|
|
759
|
-
const
|
|
760
|
-
|
|
776
|
+
n(), (() => {
|
|
777
|
+
const s = new MutationObserver(n);
|
|
778
|
+
s.observe(document.body, { attributes: !0, attributeFilter: ["class"] }), t.addEventListener("abort", () => s.disconnect());
|
|
761
779
|
})();
|
|
762
780
|
}
|
|
763
781
|
function tt(a, t) {
|
|
764
|
-
let
|
|
765
|
-
const
|
|
766
|
-
((
|
|
782
|
+
let n;
|
|
783
|
+
const s = () => {
|
|
784
|
+
((r) => {
|
|
767
785
|
var e;
|
|
768
|
-
const
|
|
769
|
-
(e = a.contentWindow) === null || e === void 0 || e.postMessage(
|
|
786
|
+
const d = { type: "UPDATE_BODY_CLASS", isMobile: r };
|
|
787
|
+
(e = a.contentWindow) === null || e === void 0 || e.postMessage(d, "*"), r && (b.isWidgetOpen ? b.hideTriggerButton() : b.showTriggerButton());
|
|
770
788
|
})(document.body.clientWidth <= 576);
|
|
771
789
|
}, o = () => {
|
|
772
|
-
|
|
790
|
+
n && clearTimeout(n), n = window.setTimeout(s, 300);
|
|
773
791
|
};
|
|
774
|
-
|
|
775
|
-
const
|
|
776
|
-
|
|
792
|
+
s(), (() => {
|
|
793
|
+
const r = new ResizeObserver(o);
|
|
794
|
+
r.observe(document.body), t.addEventListener("abort", () => r.disconnect());
|
|
777
795
|
})();
|
|
778
796
|
}
|
|
779
797
|
function be(a) {
|
|
780
798
|
const t = new TextEncoder().encode(a);
|
|
781
799
|
if (typeof window != "undefined" && typeof window.btoa == "function") {
|
|
782
|
-
const
|
|
783
|
-
return btoa(
|
|
800
|
+
const n = Array.from(t, (s) => String.fromCharCode(s)).join("");
|
|
801
|
+
return btoa(n);
|
|
784
802
|
}
|
|
785
803
|
if (typeof Buffer != "undefined") return Buffer.from(t).toString("base64");
|
|
786
804
|
throw new Error("[utils.base64Encode]: Unsupported environment");
|
|
787
805
|
}
|
|
788
806
|
const ve = /* @__PURE__ */ new Set();
|
|
789
|
-
function nt(a, t) {
|
|
790
|
-
const
|
|
791
|
-
|
|
792
|
-
|
|
807
|
+
function nt(a, t, n) {
|
|
808
|
+
const s = document.createDocumentFragment();
|
|
809
|
+
if (n) b.initialize({ isButtonHidden: n });
|
|
810
|
+
else {
|
|
811
|
+
const { button: e, icon: d } = function(l) {
|
|
812
|
+
const i = I("button", j, { id: `trigger-button-${l}`, "aria-controls": T, "aria-expanded": "false", "data-name": j }), u = I("div", "trigger-button-icon", { "aria-hidden": "true" });
|
|
813
|
+
return u.innerHTML = `
|
|
793
814
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256" class="close-icon">
|
|
794
815
|
<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>
|
|
795
816
|
</svg>
|
|
796
817
|
<svg width="24" height="14" viewBox="0 0 24 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="fish-icon visible">
|
|
797
818
|
<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"/>
|
|
798
819
|
</svg>
|
|
799
|
-
`, i.setAttribute("aria-label", "Open Brainfish widget"), i.appendChild(
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
820
|
+
`, i.setAttribute("aria-label", "Open Brainfish widget"), i.appendChild(u), { button: i, icon: u };
|
|
821
|
+
}(a);
|
|
822
|
+
s.appendChild(e), b.initialize({ button: e, icon: d });
|
|
823
|
+
}
|
|
824
|
+
const { iframeContainer: o, iframe: r } = function(e) {
|
|
825
|
+
const d = I("div", T, { id: T, "aria-live": "polite", "aria-hidden": "true" }), l = I("iframe", "trigger-iframe", { src: e, sandbox: "allow-scripts allow-same-origin allow-popups allow-forms", allow: "clipboard-write", role: "dialog" });
|
|
826
|
+
return d.appendChild(l), { iframeContainer: d, iframe: l };
|
|
803
827
|
}(t);
|
|
804
|
-
return
|
|
828
|
+
return s.appendChild(o), { fragment: s, iframe: r };
|
|
805
829
|
}
|
|
806
830
|
const rt = (a, t) => {
|
|
807
|
-
const
|
|
831
|
+
const n = se(a.overrides), s = ((o = a.overrides) == null ? void 0 : o.widgetHost) || "https://agent.brainfi.sh";
|
|
808
832
|
var o;
|
|
809
|
-
const { theme:
|
|
833
|
+
const { theme: r, settings: e } = t, d = `${s}/?widgetKey=${a.widgetKey}&themeParam=${be(JSON.stringify(r))}&settingsParam=${be(JSON.stringify(e))}`, l = e == null ? void 0 : e.hideTriggerButton;
|
|
810
834
|
try {
|
|
811
|
-
if (
|
|
812
|
-
return !!document.getElementById(`trigger-button-${
|
|
835
|
+
if (i = a.widgetKey, ve.has(i) || function(p) {
|
|
836
|
+
return !!document.getElementById(`trigger-button-${p}`);
|
|
813
837
|
}(a.widgetKey)) return;
|
|
814
838
|
Xe(t);
|
|
815
|
-
const { fragment:
|
|
816
|
-
|
|
839
|
+
const { fragment: u, iframe: c } = nt(a.widgetKey, d, l || !1), f = new AbortController(), { signal: g } = f;
|
|
840
|
+
c.onload = () => {
|
|
817
841
|
setTimeout(() => {
|
|
818
|
-
et(
|
|
842
|
+
et(c, g), De({ widgetHost: s, apiHost: n, widgetKey: a.widgetKey, signal: g }), tt(c, g);
|
|
819
843
|
}, 0);
|
|
820
|
-
}, document.body.appendChild(
|
|
821
|
-
const
|
|
822
|
-
|
|
844
|
+
}, document.body.appendChild(u), ve.add(a.widgetKey);
|
|
845
|
+
const h = () => {
|
|
846
|
+
f.abort(), window.removeEventListener("beforeunload", h);
|
|
823
847
|
};
|
|
824
|
-
return void window.addEventListener("beforeunload",
|
|
825
|
-
} catch (
|
|
826
|
-
(function(
|
|
827
|
-
x(
|
|
828
|
-
})(
|
|
848
|
+
return void window.addEventListener("beforeunload", h);
|
|
849
|
+
} catch (u) {
|
|
850
|
+
(function(c, f, g) {
|
|
851
|
+
x(c, f, f.message, g);
|
|
852
|
+
})(n, u, a.widgetKey);
|
|
829
853
|
}
|
|
830
|
-
var
|
|
854
|
+
var i;
|
|
831
855
|
};
|
|
832
856
|
let P = null;
|
|
833
857
|
const ye = typeof window != "undefined" && window.Brainfish ? window.Brainfish : (P || (P = /* @__PURE__ */ function() {
|
|
834
858
|
let a = [], t = null;
|
|
835
|
-
function
|
|
859
|
+
function n(o, r) {
|
|
836
860
|
if (t) {
|
|
837
861
|
const e = o.split(".");
|
|
838
|
-
let
|
|
839
|
-
for (let
|
|
840
|
-
const
|
|
841
|
-
if (typeof
|
|
842
|
-
} else a.push([o,
|
|
862
|
+
let d = t;
|
|
863
|
+
for (let i = 0; i < e.length - 1; i++) d = d[e[i]];
|
|
864
|
+
const l = d[e[e.length - 1]];
|
|
865
|
+
if (typeof l == "function") return l.apply(d, r);
|
|
866
|
+
} else a.push([o, r]);
|
|
843
867
|
}
|
|
844
868
|
return { Widgets: { init: function() {
|
|
845
|
-
for (var o = arguments.length,
|
|
846
|
-
return
|
|
869
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
870
|
+
return n("Widgets.init", r);
|
|
847
871
|
} }, SearchWidget: { initStandard: function() {
|
|
848
|
-
for (var o = arguments.length,
|
|
849
|
-
return
|
|
872
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
873
|
+
return n("SearchWidget.initStandard", r);
|
|
850
874
|
} }, HelpWidget: { initPopup: function() {
|
|
851
|
-
for (var o = arguments.length,
|
|
852
|
-
return
|
|
875
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
876
|
+
return n("HelpWidget.initPopup", r);
|
|
853
877
|
}, close: function() {
|
|
854
|
-
for (var o = arguments.length,
|
|
855
|
-
return
|
|
878
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
879
|
+
return n("HelpWidget.close", r);
|
|
856
880
|
}, open: function() {
|
|
857
|
-
for (var o = arguments.length,
|
|
858
|
-
return
|
|
881
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
882
|
+
return n("HelpWidget.open", r);
|
|
859
883
|
}, toggle: function() {
|
|
860
|
-
for (var o = arguments.length,
|
|
861
|
-
return
|
|
884
|
+
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++) r[e] = arguments[e];
|
|
885
|
+
return n("HelpWidget.toggle", r);
|
|
862
886
|
} }, _setRealBrainfish: function(o) {
|
|
863
887
|
for (t = o; a.length > 0; ) {
|
|
864
|
-
const [
|
|
865
|
-
r
|
|
888
|
+
const [r, e] = a.shift();
|
|
889
|
+
n(r, e);
|
|
866
890
|
}
|
|
867
891
|
} };
|
|
868
892
|
}(), typeof window != "undefined" && (window.Brainfish = P)), P);
|
|
869
|
-
let
|
|
893
|
+
let H = null;
|
|
870
894
|
ye.Widgets.init = (a) => m(void 0, null, function* () {
|
|
871
895
|
window && (window.BrainfishAnalytics = window.BrainfishAnalytics || function() {
|
|
872
|
-
for (var
|
|
896
|
+
for (var r = arguments.length, e = new Array(r), d = 0; d < r; d++) e[d] = arguments[d];
|
|
873
897
|
(window.BrainfishAnalytics.q = window.BrainfishAnalytics.q || []).push(e);
|
|
874
898
|
});
|
|
875
|
-
const t = se(a.overrides),
|
|
876
|
-
var
|
|
899
|
+
const t = se(a.overrides), n = ((s = a.overrides) == null ? void 0 : s.analyticsApiHost) || "";
|
|
900
|
+
var s;
|
|
877
901
|
let o;
|
|
878
|
-
if (a.config) o = JSON.parse(((
|
|
902
|
+
if (a.config) o = JSON.parse(((r) => {
|
|
879
903
|
if (typeof window != "undefined" && typeof window.atob == "function") {
|
|
880
|
-
const e = atob(
|
|
881
|
-
for (let
|
|
882
|
-
return new TextDecoder().decode(
|
|
904
|
+
const e = atob(r), d = e.length, l = new Uint8Array(d);
|
|
905
|
+
for (let i = 0; i < d; i++) l[i] = e.charCodeAt(i);
|
|
906
|
+
return new TextDecoder().decode(l);
|
|
883
907
|
}
|
|
884
|
-
if (typeof Buffer != "undefined") return Buffer.from(
|
|
908
|
+
if (typeof Buffer != "undefined") return Buffer.from(r, "base64").toString("utf-8");
|
|
885
909
|
throw new Error("[utils.base64Decode]: Unsupported environment");
|
|
886
910
|
})(a.config));
|
|
887
911
|
else {
|
|
888
|
-
const { config:
|
|
889
|
-
o =
|
|
912
|
+
const { config: r } = yield He({ widgetKey: a.widgetKey, apiHost: t });
|
|
913
|
+
o = r;
|
|
890
914
|
}
|
|
891
|
-
|
|
915
|
+
H || (H = function(r, e, d, l) {
|
|
892
916
|
return m(this, null, function* () {
|
|
893
|
-
var
|
|
894
|
-
const f = ((
|
|
895
|
-
g != null && g.startsWith("2.") ? rt(
|
|
917
|
+
var i, u, c;
|
|
918
|
+
const f = ((i = r.overrides) === null || i === void 0 ? void 0 : i.enableRecording) || (e == null || (u = e.settings) === null || u === void 0 ? void 0 : u.enableRecording) || !1, g = ((c = r.overrides) === null || c === void 0 ? void 0 : c.version) || (e == null ? void 0 : e.version), h = [];
|
|
919
|
+
g != null && g.startsWith("2.") ? rt(r, e) : h.push(ze(r, e)), h.push(Ne(r.widgetKey, e.trackingToken || "", d, l, f));
|
|
896
920
|
const [p] = yield Promise.allSettled(h);
|
|
897
921
|
p && p.status === "fulfilled" && p.value && ye._setRealBrainfish(p.value);
|
|
898
922
|
});
|
|
899
|
-
}(a, o, t,
|
|
923
|
+
}(a, o, t, n)), yield H;
|
|
900
924
|
});
|
|
901
925
|
const ot = function() {
|
|
902
926
|
typeof window != "undefined" && window.BrainfishAnalytics && window.BrainfishAnalytics(...arguments);
|