@loafmarkets/ui 0.1.315 → 0.1.316
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 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6825,22 +6825,8 @@ var LoginPopup = ({
|
|
|
6825
6825
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
6826
6826
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
6827
6827
|
] }) }),
|
|
6828
|
-
/* @__PURE__ */ jsxRuntime.jsx(OnboardingHeading, { style: { textAlign: "center", marginBottom: "0.25rem" }, children: "
|
|
6829
|
-
/* @__PURE__ */ jsxRuntime.jsx(KycSubline, { children: "
|
|
6830
|
-
/* @__PURE__ */ jsxRuntime.jsxs(KycBenefits, { children: [
|
|
6831
|
-
/* @__PURE__ */ jsxRuntime.jsxs(KycBenefit, { children: [
|
|
6832
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6833
|
-
"Priority allocation on new offerings"
|
|
6834
|
-
] }),
|
|
6835
|
-
/* @__PURE__ */ jsxRuntime.jsxs(KycBenefit, { children: [
|
|
6836
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6837
|
-
"Instant access when sales go live"
|
|
6838
|
-
] }),
|
|
6839
|
-
/* @__PURE__ */ jsxRuntime.jsxs(KycBenefit, { children: [
|
|
6840
|
-
/* @__PURE__ */ jsxRuntime.jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6841
|
-
"Trade on the secondary market"
|
|
6842
|
-
] })
|
|
6843
|
-
] }),
|
|
6828
|
+
/* @__PURE__ */ jsxRuntime.jsx(OnboardingHeading, { style: { textAlign: "center", marginBottom: "0.25rem" }, children: "Verify To Access" }),
|
|
6829
|
+
/* @__PURE__ */ jsxRuntime.jsx(KycSubline, { children: "Initial offerings are only available to verified investors" }),
|
|
6844
6830
|
/* @__PURE__ */ jsxRuntime.jsxs(KycStartButton, { type: "button", onClick: handleKycStart, disabled: kycLoading, children: [
|
|
6845
6831
|
kycLoading ? "Verifying\u2026" : kycStatusProp === "PENDING" || kycStatusProp === "ON_HOLD" ? "Resume Verification" : "Start Verification",
|
|
6846
6832
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Takes about 2 minutes" })
|
|
@@ -7106,14 +7092,14 @@ var KycSubline = styled9__default.default.p`
|
|
|
7106
7092
|
margin: 0 0 1.25rem;
|
|
7107
7093
|
line-height: 1.4;
|
|
7108
7094
|
`;
|
|
7109
|
-
|
|
7095
|
+
styled9__default.default.div`
|
|
7110
7096
|
display: flex;
|
|
7111
7097
|
flex-direction: column;
|
|
7112
7098
|
gap: 0.6rem;
|
|
7113
7099
|
width: 100%;
|
|
7114
7100
|
margin-bottom: 1.25rem;
|
|
7115
7101
|
`;
|
|
7116
|
-
|
|
7102
|
+
styled9__default.default.div`
|
|
7117
7103
|
display: flex;
|
|
7118
7104
|
align-items: center;
|
|
7119
7105
|
gap: 0.6rem;
|