@rash2x/bridge-widget 0.6.89 → 0.6.90
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-CYWHHEUi.cjs → index-BjjPcq1z.cjs} +3 -3
- package/dist/index-BjjPcq1z.cjs.map +1 -0
- package/dist/{index-BhjOHqgM.cjs → index-Bozd3nbH.cjs} +2 -2
- package/dist/{index-BhjOHqgM.cjs.map → index-Bozd3nbH.cjs.map} +1 -1
- package/dist/{index-C2-AN_EH.js → index-DB-i0bUA.js} +3 -3
- package/dist/index-DB-i0bUA.js.map +1 -0
- package/dist/{index-AtDMOQ5h.js → index-oe2eTWDB.js} +2 -2
- package/dist/{index-AtDMOQ5h.js.map → index-oe2eTWDB.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-C2-AN_EH.js.map +0 -1
- package/dist/index-CYWHHEUi.cjs.map +0 -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-BjjPcq1z.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 { L, d, f, e, D, Q, H, z, W, U, w, s, v, r, p, q, G, Z, a5, $, a2, x, A, y, a0, B, _, a3, a4, S, a1, P, I, V, Y, a6, a7, J, K, X, F, N, t, o, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { L, d, f, e, D, Q, H, z, W, U, w, s, v, r, p, q, G, Z, a5, $, a2, x, A, y, a0, B, _, a3, a4, S, a1, P, I, V, Y, a6, a7, J, K, X, F, N, t, o, i, u, l, m, j, n, h, k } from "./index-DB-i0bUA.js";
|
|
2
2
|
export {
|
|
3
3
|
L as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -2922,7 +2922,7 @@ const InfoIcon = (props) => {
|
|
|
2922
2922
|
};
|
|
2923
2923
|
const Tip = (props) => {
|
|
2924
2924
|
const { children, text } = props;
|
|
2925
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(tooltip.Tooltip, { children: [
|
|
2925
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(tooltip.Tooltip, { disableHoverableContent: true, children: [
|
|
2926
2926
|
/* @__PURE__ */ jsxRuntime.jsx(tooltip.TooltipTrigger, { className: "w-4 h-4 rounded-full bg-muted text-muted-foreground", children }),
|
|
2927
2927
|
/* @__PURE__ */ jsxRuntime.jsx(tooltip.TooltipContent, { className: "max-w-64", children: text })
|
|
2928
2928
|
] });
|
|
@@ -25761,7 +25761,7 @@ class WalletConnectModal {
|
|
|
25761
25761
|
}
|
|
25762
25762
|
async initUi() {
|
|
25763
25763
|
if (typeof window !== "undefined") {
|
|
25764
|
-
await Promise.resolve().then(() => require("./index-
|
|
25764
|
+
await Promise.resolve().then(() => require("./index-Bozd3nbH.cjs"));
|
|
25765
25765
|
const modal = document.createElement("wcm-modal");
|
|
25766
25766
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25767
25767
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26515,4 +26515,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26515
26515
|
exports.useSwapModel = useSwapModel;
|
|
26516
26516
|
exports.useTokensStore = useTokensStore;
|
|
26517
26517
|
exports.useTransactionStore = useTransactionStore;
|
|
26518
|
-
//# sourceMappingURL=index-
|
|
26518
|
+
//# sourceMappingURL=index-BjjPcq1z.cjs.map
|