@trifle/trifle-hub 1.0.71 → 1.0.72
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as l, A as M, t as g, f as w, a as $, d as F, B as p, b as v, g as L, c as P, e as D, h as E, i as I, j as k, k as T, I as j, l as y, m as G, n as H, o as C, p as B } from "./index-
|
|
1
|
+
import { s as l, A as M, t as g, f as w, a as $, d as F, B as p, b as v, g as L, c as P, e as D, h as E, i as I, j as k, k as T, I as j, l as y, m as G, n as H, o as C, p as B } from "./index-BqPdJLC3.js";
|
|
2
2
|
const N = {
|
|
3
3
|
inputs: [
|
|
4
4
|
{
|
|
@@ -20515,8 +20515,8 @@ class Mb {
|
|
|
20515
20515
|
const t = {
|
|
20516
20516
|
x: e.clientX - this.previousMousePosition.x,
|
|
20517
20517
|
y: e.clientY - this.previousMousePosition.y
|
|
20518
|
-
};
|
|
20519
|
-
this.rotationSpeed.x = t.y *
|
|
20518
|
+
}, i = this.mode === "glass-inner-wall" ? -0.012 : 0.012;
|
|
20519
|
+
this.rotationSpeed.x = t.y * i, this.rotationSpeed.y = t.x * i, this.previousMousePosition = {
|
|
20520
20520
|
x: e.clientX,
|
|
20521
20521
|
y: e.clientY
|
|
20522
20522
|
};
|
|
@@ -20540,8 +20540,8 @@ class Mb {
|
|
|
20540
20540
|
const t = {
|
|
20541
20541
|
x: e.touches[0].clientX - this.previousMousePosition.x,
|
|
20542
20542
|
y: e.touches[0].clientY - this.previousMousePosition.y
|
|
20543
|
-
};
|
|
20544
|
-
this.rotationSpeed.x = t.y *
|
|
20543
|
+
}, i = this.mode === "glass-inner-wall" ? -0.012 : 0.012;
|
|
20544
|
+
this.rotationSpeed.x = t.y * i, this.rotationSpeed.y = t.x * i, this.previousMousePosition = {
|
|
20545
20545
|
x: e.touches[0].clientX,
|
|
20546
20546
|
y: e.touches[0].clientY
|
|
20547
20547
|
};
|
|
@@ -25035,7 +25035,7 @@ async function qE(n, e) {
|
|
|
25035
25035
|
});
|
|
25036
25036
|
return Y === "0x" ? { data: void 0 } : { data: Y };
|
|
25037
25037
|
} catch (O) {
|
|
25038
|
-
const W = e3(O), { offchainLookup: L, offchainLookupSignature: J } = await import("./ccip-
|
|
25038
|
+
const W = e3(O), { offchainLookup: L, offchainLookupSignature: J } = await import("./ccip-D_uK6oAs.js");
|
|
25039
25039
|
if (n.ccipRead !== !1 && (W == null ? void 0 : W.slice(0, 10)) === J && y)
|
|
25040
25040
|
return { data: await L(n, { data: W, to: y }) };
|
|
25041
25041
|
throw x && (W == null ? void 0 : W.slice(0, 10)) === "0x101bb98d" ? new ME({ factory: u }) : kE(O, {
|
package/dist/index.es.js
CHANGED