@myinterview/chatbot 0.1.64-experimental-97e0072 → 0.1.65-experimental-7c42638
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/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -60021,8 +60021,8 @@ const jGe = (e) => Math.abs(Date.now() - e) < cVe, LGe = (e, t) => cr.fromMillis
|
|
|
60021
60021
|
i.current = e;
|
|
60022
60022
|
const o = (a, s) => {
|
|
60023
60023
|
var c;
|
|
60024
|
-
r.current = a, (c = n.current) == null || c.disconnect(), n.current = new IntersectionObserver(([u]) => {
|
|
60025
|
-
u.isIntersecting && i.current(u);
|
|
60024
|
+
console.log("options", t), r.current = a, (c = n.current) == null || c.disconnect(), n.current = new IntersectionObserver(([u]) => {
|
|
60025
|
+
console.log("entry", u), u.isIntersecting && i.current(u);
|
|
60026
60026
|
}, { ...t, ...s && { root: s } }), n.current.observe(r.current);
|
|
60027
60027
|
};
|
|
60028
60028
|
return At(() => () => {
|
|
@@ -120299,7 +120299,9 @@ const kT = {
|
|
|
120299
120299
|
console.log("amplifier", m);
|
|
120300
120300
|
const y = (1 - p) * m;
|
|
120301
120301
|
console.log("openRatio", y), n(y), h.top > g0t && s();
|
|
120302
|
-
}, []), u = WI({ callback: c, options: { threshold: v0t } })
|
|
120302
|
+
}, []), u = WI({ callback: c, options: { threshold: v0t } });
|
|
120303
|
+
console.log("observe", u);
|
|
120304
|
+
const l = Ut((f) => {
|
|
120303
120305
|
f && a.current && (console.log("observe::top::wrapper", a.current, f), u(a.current, f));
|
|
120304
120306
|
}, []), d = () => {
|
|
120305
120307
|
o.current = !0;
|
|
@@ -120434,7 +120436,7 @@ const kT = {
|
|
|
120434
120436
|
pde() && fde(), r2e({
|
|
120435
120437
|
dsn: gm.SENTRY_DSN,
|
|
120436
120438
|
environment: "production",
|
|
120437
|
-
release: "0.1.
|
|
120439
|
+
release: "0.1.65",
|
|
120438
120440
|
integrations: [
|
|
120439
120441
|
Cye(),
|
|
120440
120442
|
gye()
|