@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.
@@ -2029,16 +2029,17 @@ const SearchInput = ({
2029
2029
  placeholder,
2030
2030
  value,
2031
2031
  onChange,
2032
- className
2032
+ className,
2033
+ rootClassName
2033
2034
  }) => {
2034
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: utils$1.cn("rounded-xs relative"), children: [
2035
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: utils$1.cn("rounded-xs relative", rootClassName), children: [
2035
2036
  /* @__PURE__ */ jsxRuntime.jsx(SearchIcon, { className: "w-6 h-6 absolute z-10 left-5 top-0 bottom-0 my-auto text-foreground" }),
2036
2037
  /* @__PURE__ */ jsxRuntime.jsx(
2037
2038
  input.Input,
2038
2039
  {
2039
2040
  placeholder,
2040
2041
  className: utils$1.cn(
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 focus-visible:border focus-visible:border-ring",
2042
+ "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",
2042
2043
  value && "pr-16",
2043
2044
  className
2044
2045
  ),
@@ -25822,7 +25823,7 @@ class WalletConnectModal {
25822
25823
  }
25823
25824
  async initUi() {
25824
25825
  if (typeof window !== "undefined") {
25825
- await Promise.resolve().then(() => require("./index-Bl9Q1m-4.cjs"));
25826
+ await Promise.resolve().then(() => require("./index-Dwxz-LHk.cjs"));
25826
25827
  const modal = document.createElement("wcm-modal");
25827
25828
  document.body.insertAdjacentElement("beforeend", modal);
25828
25829
  OptionsCtrl.setIsUiLoaded(true);
@@ -26588,4 +26589,4 @@ exports.useSettingsStore = useSettingsStore;
26588
26589
  exports.useSwapModel = useSwapModel;
26589
26590
  exports.useTokensStore = useTokensStore;
26590
26591
  exports.useTransactionStore = useTransactionStore;
26591
- //# sourceMappingURL=index-rAch8BQe.cjs.map
26592
+ //# sourceMappingURL=index-CAc7tJ3r.cjs.map