@loafmarkets/ui 0.1.322 → 0.1.323
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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6884,8 +6884,8 @@ var LoginPopup = ({
|
|
|
6884
6884
|
/* @__PURE__ */ jsx("path", { d: "M22 10H18a2 2 0 0 0 0 4h4" })
|
|
6885
6885
|
] }),
|
|
6886
6886
|
/* @__PURE__ */ jsxs("div", { style: { flex: 1 }, children: [
|
|
6887
|
-
/* @__PURE__ */ jsx("div", { style: { color: "#fff", fontWeight: 600, fontSize: "0.95rem", marginBottom: "0.25rem" }, children: cryptoFundingLoading ? "Opening Coinbase\u2026" : "
|
|
6888
|
-
/* @__PURE__ */ jsx("div", { style: { color: "rgba(255,255,255,0.5)", fontSize: "0.8rem" }, children: "
|
|
6887
|
+
/* @__PURE__ */ jsx("div", { style: { color: "#fff", fontWeight: 600, fontSize: "0.95rem", marginBottom: "0.25rem" }, children: cryptoFundingLoading ? "Opening Coinbase\u2026" : "Digital Asset Deposit" }),
|
|
6888
|
+
/* @__PURE__ */ jsx("div", { style: { color: "rgba(255,255,255,0.5)", fontSize: "0.8rem" }, children: "Deposit USDC from an exchange or wallet" })
|
|
6889
6889
|
] })
|
|
6890
6890
|
] }),
|
|
6891
6891
|
/* @__PURE__ */ jsxs(ModalOptionCard, { onClick: handleFiatFund, disabled: fiatFundingLoading, children: [
|
|
@@ -6898,8 +6898,8 @@ var LoginPopup = ({
|
|
|
6898
6898
|
/* @__PURE__ */ jsx("polygon", { points: "12 2 20 7 4 7" })
|
|
6899
6899
|
] }),
|
|
6900
6900
|
/* @__PURE__ */ jsxs("div", { style: { flex: 1 }, children: [
|
|
6901
|
-
/* @__PURE__ */ jsx("div", { style: { color: "#fff", fontWeight: 600, fontSize: "0.95rem", marginBottom: "0.25rem" }, children: fiatFundingLoading ? "Loading widget\u2026" : "
|
|
6902
|
-
/* @__PURE__ */ jsx("div", { style: { color: "rgba(255,255,255,0.5)", fontSize: "0.8rem" }, children: "
|
|
6901
|
+
/* @__PURE__ */ jsx("div", { style: { color: "#fff", fontWeight: 600, fontSize: "0.95rem", marginBottom: "0.25rem" }, children: fiatFundingLoading ? "Loading widget\u2026" : "Bank Deposit" }),
|
|
6902
|
+
/* @__PURE__ */ jsx("div", { style: { color: "rgba(255,255,255,0.5)", fontSize: "0.8rem" }, children: "Deposit to your account via card or bank transfer" })
|
|
6903
6903
|
] })
|
|
6904
6904
|
] })
|
|
6905
6905
|
] }),
|