@tender-cash/agent-sdk-react 0.2.2 → 0.3.0
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.
|
@@ -6,7 +6,7 @@ import oe, { useRef as se, useCallback as ve, useEffect as ie, useState as Z, fo
|
|
|
6
6
|
/**
|
|
7
7
|
* agent-sdk-react.js
|
|
8
8
|
* @summary
|
|
9
|
-
* @version v0.
|
|
9
|
+
* @version v0.3.0
|
|
10
10
|
* @author Tender
|
|
11
11
|
* @license Released under the MIT license.
|
|
12
12
|
* @copyright Tender Cash
|
|
@@ -10670,7 +10670,7 @@ const St = new iu(), lu = ({ nextScreen: e, setPageLoading: t }) => {
|
|
|
10670
10670
|
value: n,
|
|
10671
10671
|
className: "sm:ta:w-full",
|
|
10672
10672
|
disabled: l,
|
|
10673
|
-
triggerClassName: "ta:w-full focus:ta:outline-none",
|
|
10673
|
+
triggerClassName: "ta:w-full focus:ta:outline-none !ta:bg-transparent",
|
|
10674
10674
|
placeholder: "Select Network / Chain",
|
|
10675
10675
|
loading: l
|
|
10676
10676
|
}
|
|
@@ -10687,7 +10687,7 @@ const St = new iu(), lu = ({ nextScreen: e, setPageLoading: t }) => {
|
|
|
10687
10687
|
disabled: !n || l,
|
|
10688
10688
|
loading: l,
|
|
10689
10689
|
className: "sm:ta:w-full",
|
|
10690
|
-
triggerClassName: "ta:w-full focus:ta:outline-
|
|
10690
|
+
triggerClassName: "ta:w-full focus:ta:outline-non !ta:bg-transparent",
|
|
10691
10691
|
placeholder: "Select Currency"
|
|
10692
10692
|
}
|
|
10693
10693
|
)
|
|
@@ -11717,7 +11717,7 @@ const Eu = /* @__PURE__ */ va(Cu), Au = ({
|
|
|
11717
11717
|
/* @__PURE__ */ R.jsx(
|
|
11718
11718
|
dt,
|
|
11719
11719
|
{
|
|
11720
|
-
className: "ta:block ta:min-w-[60px] ta:rounded-lg !ta:border !ta:border-[#D0D5DD] ta:bg-transparent ta:p-2 !ta:text-black",
|
|
11720
|
+
className: "ta:block ta:min-w-[60px] ta:rounded-lg !ta:border !ta:border-[#D0D5DD] ta:bg-transparent ta:p-2 !ta:text-black !ta:bg-transparent",
|
|
11721
11721
|
type: "button",
|
|
11722
11722
|
variant: "outline",
|
|
11723
11723
|
disabled: a,
|