@rash2x/bridge-widget 0.6.19 → 0.6.20
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/evaa-bridge.cjs +1 -1
- package/dist/evaa-bridge.mjs +1 -1
- package/dist/{index-TvuCaup9.js → index-B3CfK6dl.js} +4 -4
- package/dist/{index-TvuCaup9.js.map → index-B3CfK6dl.js.map} +1 -1
- package/dist/{index-BCHaElRT.js → index-C7te6Gwz.js} +2 -2
- package/dist/{index-BCHaElRT.js.map → index-C7te6Gwz.js.map} +1 -1
- package/dist/{index-CCN5gorI.cjs → index-DNxIJDgZ.cjs} +2 -2
- package/dist/{index-CCN5gorI.cjs.map → index-DNxIJDgZ.cjs.map} +1 -1
- package/dist/{index-DRlphq8m.cjs → index-DjNExA0K.cjs} +4 -4
- package/dist/{index-DRlphq8m.cjs.map → index-DjNExA0K.cjs.map} +1 -1
- package/package.json +1 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-DjNExA0K.cjs");
|
|
4
4
|
exports.DEFAULT_SLIPPAGE_BPS = index.DEFAULT_SLIPPAGE_BPS;
|
|
5
5
|
exports.EvaaBridge = index.EvaaBridge;
|
|
6
6
|
exports.RoutePriority = index.RoutePriority;
|
package/dist/evaa-bridge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U, d, f, e, H, B, F, X, N, z, $, G, A, D, Z, w, s, v, r, p, q, L, a2, a9, a4, a6, x, I, y, a5, J, a3, a7, a8, Y, W, P, _, a1, aa, Q, S, a0, K, V, t, o, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { U, d, f, e, H, B, F, X, N, z, $, G, A, D, Z, w, s, v, r, p, q, L, a2, a9, a4, a6, x, I, y, a5, J, a3, a7, a8, Y, W, P, _, a1, aa, Q, S, a0, K, V, t, o, i, u, l, m, j, n, h, k } from "./index-B3CfK6dl.js";
|
|
2
2
|
export {
|
|
3
3
|
U as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -4494,10 +4494,10 @@ const StatusStepsDialog = ({
|
|
|
4494
4494
|
step = /* @__PURE__ */ jsx(ProgressStep, { icon: icons?.progress });
|
|
4495
4495
|
}
|
|
4496
4496
|
if (status === "completed") {
|
|
4497
|
-
step = /* @__PURE__ */ jsx(
|
|
4497
|
+
step = /* @__PURE__ */ jsx(SuccessStep, { icon: icons?.success });
|
|
4498
4498
|
}
|
|
4499
4499
|
if (status === "failed") {
|
|
4500
|
-
step = /* @__PURE__ */ jsx(
|
|
4500
|
+
step = /* @__PURE__ */ jsx(FailedStep, { icon: icons?.failed });
|
|
4501
4501
|
}
|
|
4502
4502
|
return /* @__PURE__ */ jsx(Dialog, { open: true, onOpenChange: () => reset(), children: step });
|
|
4503
4503
|
};
|
|
@@ -25946,7 +25946,7 @@ class WalletConnectModal {
|
|
|
25946
25946
|
}
|
|
25947
25947
|
async initUi() {
|
|
25948
25948
|
if (typeof window !== "undefined") {
|
|
25949
|
-
await import("./index-
|
|
25949
|
+
await import("./index-C7te6Gwz.js");
|
|
25950
25950
|
const modal = document.createElement("wcm-modal");
|
|
25951
25951
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25952
25952
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26697,4 +26697,4 @@ export {
|
|
|
26697
26697
|
getQuoteFees as y,
|
|
26698
26698
|
calculateMinReceived as z
|
|
26699
26699
|
};
|
|
26700
|
-
//# sourceMappingURL=index-
|
|
26700
|
+
//# sourceMappingURL=index-B3CfK6dl.js.map
|