@rash2x/bridge-widget 0.6.74 → 0.6.75
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-ByJYFgBm.js → index-BduwbWx8.js} +2 -2
- package/dist/{index-ByJYFgBm.js.map → index-BduwbWx8.js.map} +1 -1
- package/dist/{index-BXuhMmPg.cjs → index-CAsaCbOJ.cjs} +3 -3
- package/dist/index-CAsaCbOJ.cjs.map +1 -0
- package/dist/{index-CmwUxIdY.js → index-CoLBqDP8.js} +3 -3
- package/dist/index-CoLBqDP8.js.map +1 -0
- package/dist/{index-8QY4DTwO.cjs → index-DxQZLKun.cjs} +2 -2
- package/dist/{index-8QY4DTwO.cjs.map → index-DxQZLKun.cjs.map} +1 -1
- package/package.json +1 -1
- package/dist/index-BXuhMmPg.cjs.map +0 -1
- package/dist/index-CmwUxIdY.js.map +0 -1
|
@@ -4323,7 +4323,7 @@ const FailedStep = ({
|
|
|
4323
4323
|
current.errorParams || {}
|
|
4324
4324
|
) })
|
|
4325
4325
|
] }),
|
|
4326
|
-
/* @__PURE__ */ jsx(DialogFooter, { className: "w-full", children: /* @__PURE__ */ jsx(Button, { variant: "outline", className: "w-full min-w-40", onClick: reset, children: t2("common.close") }) })
|
|
4326
|
+
/* @__PURE__ */ jsx(DialogFooter, { className: "w-full pt-10", children: /* @__PURE__ */ jsx(Button, { variant: "outline", className: "w-full min-w-40", onClick: reset, children: t2("common.close") }) })
|
|
4327
4327
|
] });
|
|
4328
4328
|
};
|
|
4329
4329
|
const SuccessStep = ({
|
|
@@ -25777,7 +25777,7 @@ class WalletConnectModal {
|
|
|
25777
25777
|
}
|
|
25778
25778
|
async initUi() {
|
|
25779
25779
|
if (typeof window !== "undefined") {
|
|
25780
|
-
await import("./index-
|
|
25780
|
+
await import("./index-BduwbWx8.js");
|
|
25781
25781
|
const modal = document.createElement("wcm-modal");
|
|
25782
25782
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25783
25783
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26546,4 +26546,4 @@ export {
|
|
|
26546
26546
|
getQuoteFees as y,
|
|
26547
26547
|
calculateMinReceived as z
|
|
26548
26548
|
};
|
|
26549
|
-
//# sourceMappingURL=index-
|
|
26549
|
+
//# sourceMappingURL=index-CoLBqDP8.js.map
|