@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
|
@@ -4324,7 +4324,7 @@ const FailedStep = ({
|
|
|
4324
4324
|
current.errorParams || {}
|
|
4325
4325
|
) })
|
|
4326
4326
|
] }),
|
|
4327
|
-
/* @__PURE__ */ jsxRuntime.jsx(dialog.DialogFooter, { className: "w-full", children: /* @__PURE__ */ jsxRuntime.jsx(button.Button, { variant: "outline", className: "w-full min-w-40", onClick: reset, children: t2("common.close") }) })
|
|
4327
|
+
/* @__PURE__ */ jsxRuntime.jsx(dialog.DialogFooter, { className: "w-full pt-10", children: /* @__PURE__ */ jsxRuntime.jsx(button.Button, { variant: "outline", className: "w-full min-w-40", onClick: reset, children: t2("common.close") }) })
|
|
4328
4328
|
] });
|
|
4329
4329
|
};
|
|
4330
4330
|
const SuccessStep = ({
|
|
@@ -25778,7 +25778,7 @@ class WalletConnectModal {
|
|
|
25778
25778
|
}
|
|
25779
25779
|
async initUi() {
|
|
25780
25780
|
if (typeof window !== "undefined") {
|
|
25781
|
-
await Promise.resolve().then(() => require("./index-
|
|
25781
|
+
await Promise.resolve().then(() => require("./index-DxQZLKun.cjs"));
|
|
25782
25782
|
const modal = document.createElement("wcm-modal");
|
|
25783
25783
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25784
25784
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26545,4 +26545,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26545
26545
|
exports.useSwapModel = useSwapModel;
|
|
26546
26546
|
exports.useTokensStore = useTokensStore;
|
|
26547
26547
|
exports.useTransactionStore = useTransactionStore;
|
|
26548
|
-
//# sourceMappingURL=index-
|
|
26548
|
+
//# sourceMappingURL=index-CAsaCbOJ.cjs.map
|