@rash2x/bridge-widget 0.6.89 → 0.6.91
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-AtDMOQ5h.js → index-BJGLKUxy.js} +2 -2
- package/dist/{index-AtDMOQ5h.js.map → index-BJGLKUxy.js.map} +1 -1
- package/dist/{index-CYWHHEUi.cjs → index-BX9JJ_-J.cjs} +3 -3
- package/dist/index-BX9JJ_-J.cjs.map +1 -0
- package/dist/{index-BhjOHqgM.cjs → index-CaUogI0i.cjs} +2 -2
- package/dist/{index-BhjOHqgM.cjs.map → index-CaUogI0i.cjs.map} +1 -1
- package/dist/{index-C2-AN_EH.js → index-Dt6URqhm.js} +3 -3
- package/dist/index-Dt6URqhm.js.map +1 -0
- package/package.json +1 -1
- package/dist/index-C2-AN_EH.js.map +0 -1
- package/dist/index-CYWHHEUi.cjs.map +0 -1
|
@@ -2924,7 +2924,7 @@ const Tip = (props) => {
|
|
|
2924
2924
|
const { children, text } = props;
|
|
2925
2925
|
return /* @__PURE__ */ jsxRuntime.jsxs(tooltip.Tooltip, { children: [
|
|
2926
2926
|
/* @__PURE__ */ jsxRuntime.jsx(tooltip.TooltipTrigger, { className: "w-4 h-4 rounded-full bg-muted text-muted-foreground", children }),
|
|
2927
|
-
/* @__PURE__ */ jsxRuntime.jsx(tooltip.TooltipContent, { className: "max-w-64", children: text })
|
|
2927
|
+
/* @__PURE__ */ jsxRuntime.jsx(tooltip.TooltipContent, { children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "max-w-64", children: text }) })
|
|
2928
2928
|
] });
|
|
2929
2929
|
};
|
|
2930
2930
|
const BASE_URL = "https://icons-ckg.pages.dev/stargate-light/tokens";
|
|
@@ -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-CaUogI0i.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-BX9JJ_-J.cjs.map
|