@rash2x/bridge-widget 0.6.61 → 0.6.62
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-D0OSdsmf.js → index-C0BTirT_.js} +6 -5
- package/dist/index-C0BTirT_.js.map +1 -0
- package/dist/{index-rAch8BQe.cjs → index-CAc7tJ3r.cjs} +6 -5
- package/dist/index-CAc7tJ3r.cjs.map +1 -0
- package/dist/{index-yQkayDGz.js → index-CcNV1b5l.js} +2 -2
- package/dist/{index-yQkayDGz.js.map → index-CcNV1b5l.js.map} +1 -1
- package/dist/{index-Bl9Q1m-4.cjs → index-Dwxz-LHk.cjs} +2 -2
- package/dist/{index-Bl9Q1m-4.cjs.map → index-Dwxz-LHk.cjs.map} +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-D0OSdsmf.js.map +0 -1
- package/dist/index-rAch8BQe.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-CAc7tJ3r.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 { K, d, f, e, P, G, z, V, S, w, s, v, r, p, q, F, Y, a4, _, a1, x, A, y, $, B, Z, a2, a3, Q, a0, N, H, U, X, a5, I, J, W, D, L, t, o, i, u, l, m, j, n, h, k } from "./index-
|
|
1
|
+
import { K, d, f, e, P, G, z, V, S, w, s, v, r, p, q, F, Y, a4, _, a1, x, A, y, $, B, Z, a2, a3, Q, a0, N, H, U, X, a5, I, J, W, D, L, t, o, i, u, l, m, j, n, h, k } from "./index-C0BTirT_.js";
|
|
2
2
|
export {
|
|
3
3
|
K as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -2028,16 +2028,17 @@ const SearchInput = ({
|
|
|
2028
2028
|
placeholder,
|
|
2029
2029
|
value,
|
|
2030
2030
|
onChange,
|
|
2031
|
-
className
|
|
2031
|
+
className,
|
|
2032
|
+
rootClassName
|
|
2032
2033
|
}) => {
|
|
2033
|
-
return /* @__PURE__ */ jsxs("div", { className: cn$2("rounded-xs relative"), children: [
|
|
2034
|
+
return /* @__PURE__ */ jsxs("div", { className: cn$2("rounded-xs relative", rootClassName), children: [
|
|
2034
2035
|
/* @__PURE__ */ jsx(SearchIcon, { className: "w-6 h-6 absolute z-10 left-5 top-0 bottom-0 my-auto text-foreground" }),
|
|
2035
2036
|
/* @__PURE__ */ jsx(
|
|
2036
2037
|
Input,
|
|
2037
2038
|
{
|
|
2038
2039
|
placeholder,
|
|
2039
2040
|
className: cn$2(
|
|
2040
|
-
"w-full outline-none px-5 py-4 relative pl-16 bg-input border transition-all border-transparent rounded-xs ring-0 leading-0 h-13 text-base
|
|
2041
|
+
"w-full outline-none px-5 py-4 relative pl-16 bg-input border transition-all border-transparent rounded-xs ring-0 leading-0 h-13 text-base",
|
|
2041
2042
|
value && "pr-16",
|
|
2042
2043
|
className
|
|
2043
2044
|
),
|
|
@@ -25821,7 +25822,7 @@ class WalletConnectModal {
|
|
|
25821
25822
|
}
|
|
25822
25823
|
async initUi() {
|
|
25823
25824
|
if (typeof window !== "undefined") {
|
|
25824
|
-
await import("./index-
|
|
25825
|
+
await import("./index-CcNV1b5l.js");
|
|
25825
25826
|
const modal = document.createElement("wcm-modal");
|
|
25826
25827
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
25827
25828
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -26589,4 +26590,4 @@ export {
|
|
|
26589
26590
|
getQuoteFees as y,
|
|
26590
26591
|
calculateMinReceived as z
|
|
26591
26592
|
};
|
|
26592
|
-
//# sourceMappingURL=index-
|
|
26593
|
+
//# sourceMappingURL=index-C0BTirT_.js.map
|