@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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index-rAch8BQe.cjs");
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;
@@ -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-D0OSdsmf.js";
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 focus-visible:border focus-visible:border-ring",
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-yQkayDGz.js");
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-D0OSdsmf.js.map
26593
+ //# sourceMappingURL=index-C0BTirT_.js.map