@skip-go/widget 3.0.0-beta.4 → 3.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{index-CXB5NGHH.js → index-C3TFKr5V.js} +3 -3
- package/build/{index-CXB5NGHH.js.map → index-C3TFKr5V.js.map} +1 -1
- package/build/index.js +1 -1
- package/build/{secp256k1-BS9UscPR.js → secp256k1-6ltaLYma.js} +2 -2
- package/build/{secp256k1-BS9UscPR.js.map → secp256k1-6ltaLYma.js.map} +1 -1
- package/package.json +1 -1
|
@@ -133784,7 +133784,7 @@ function oie(e) {
|
|
|
133784
133784
|
return fw(`0x${n}`);
|
|
133785
133785
|
}
|
|
133786
133786
|
async function rie({ hash: e, signature: n }) {
|
|
133787
|
-
const t = Sr(e) ? e : te(e), { secp256k1: s } = await import("./secp256k1-
|
|
133787
|
+
const t = Sr(e) ? e : te(e), { secp256k1: s } = await import("./secp256k1-6ltaLYma.js");
|
|
133788
133788
|
return `0x${(() => {
|
|
133789
133789
|
if (typeof n == "object" && "r" in n && "s" in n) {
|
|
133790
133790
|
const { r: h, s: l, v: _, yParity: y } = n, b = Number(y ?? _), q = G6(b);
|
|
@@ -162385,7 +162385,7 @@ const Mke = ({
|
|
|
162385
162385
|
amount: x == null ? void 0 : x.toString()
|
|
162386
162386
|
}), x ? o(x == null ? void 0 : x.toString()) : D && i(D == null ? void 0 : D.toString());
|
|
162387
162387
|
}
|
|
162388
|
-
}, [h, l,
|
|
162388
|
+
}, [h, l, t, e, d]), /* @__PURE__ */ c.jsx(KA, { theme: l, children: /* @__PURE__ */ c.jsx(Kke, { children: /* @__PURE__ */ c.jsx(Gke, {}) }) });
|
|
162389
162389
|
}, j3e = ({
|
|
162390
162390
|
button: e = /* @__PURE__ */ c.jsx("button", { children: "show widget" }),
|
|
162391
162391
|
...n
|
|
@@ -162416,4 +162416,4 @@ export {
|
|
|
162416
162416
|
Joe as s,
|
|
162417
162417
|
uw as t
|
|
162418
162418
|
};
|
|
162419
|
-
//# sourceMappingURL=index-
|
|
162419
|
+
//# sourceMappingURL=index-C3TFKr5V.js.map
|