@rash2x/bridge-widget 0.5.8 → 0.5.9
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-BZYRWkNT.js → index-BXdYB1Ge.js} +3 -3
- package/dist/{index-BZYRWkNT.js.map → index-BXdYB1Ge.js.map} +1 -1
- package/dist/{index-BXkxeUC9.cjs → index-Bdh_cEEE.cjs} +2 -2
- package/dist/{index-BXkxeUC9.cjs.map → index-Bdh_cEEE.cjs.map} +1 -1
- package/dist/{index-DWqKDt60.js → index-Ciui5BKt.js} +2 -2
- package/dist/{index-DWqKDt60.js.map → index-Ciui5BKt.js.map} +1 -1
- package/dist/{index-2i0c1XHV.cjs → index-CphEQoZi.cjs} +3 -3
- package/dist/{index-2i0c1XHV.cjs.map → index-CphEQoZi.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -25809,7 +25809,7 @@ class WalletConnectModal {
|
|
|
25809
25809
|
}
|
|
25810
25810
|
async initUi() {
|
|
25811
25811
|
if (typeof window !== "undefined") {
|
|
25812
|
-
await Promise.resolve().then(() => require("./index-
|
|
25812
|
+
await Promise.resolve().then(() => require("./index-Bdh_cEEE.cjs"));
|
|
25813
25813
|
const modal = document.createElement("wcm-modal");
|
|
25814
25814
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25815
25815
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26398,7 +26398,7 @@ const EvaaBridgeContent = ({
|
|
|
26398
26398
|
card.Card,
|
|
26399
26399
|
{
|
|
26400
26400
|
className: utils$1.cn(
|
|
26401
|
-
"max-w-md w-full mx-auto flex flex-col p-5 gap-
|
|
26401
|
+
"max-w-md w-full mx-auto flex flex-col p-5 gap-4 relative",
|
|
26402
26402
|
className
|
|
26403
26403
|
),
|
|
26404
26404
|
children: [
|
|
@@ -26564,4 +26564,4 @@ exports.useSettingsStore = useSettingsStore;
|
|
|
26564
26564
|
exports.useSwapModel = useSwapModel;
|
|
26565
26565
|
exports.useTokensStore = useTokensStore;
|
|
26566
26566
|
exports.useTransactionStore = useTransactionStore;
|
|
26567
|
-
//# sourceMappingURL=index-
|
|
26567
|
+
//# sourceMappingURL=index-CphEQoZi.cjs.map
|