@loafmarkets/ui 0.1.315 → 0.1.317
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 +16 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -36
- 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" })
|
|
@@ -7080,21 +7066,11 @@ var KycLandingContainer = styled9__default.default.div`
|
|
|
7080
7066
|
overflow: hidden;
|
|
7081
7067
|
`;
|
|
7082
7068
|
var KycGoldGlow = styled9__default.default.div`
|
|
7083
|
-
|
|
7084
|
-
top: -60px;
|
|
7085
|
-
left: 50%;
|
|
7086
|
-
transform: translateX(-50%);
|
|
7087
|
-
width: 200px;
|
|
7088
|
-
height: 120px;
|
|
7089
|
-
background: radial-gradient(ellipse, rgba(212,175,55,0.15) 0%, transparent 70%);
|
|
7090
|
-
pointer-events: none;
|
|
7069
|
+
display: none;
|
|
7091
7070
|
`;
|
|
7092
7071
|
var KycLockIcon = styled9__default.default.div`
|
|
7093
7072
|
width: 52px;
|
|
7094
7073
|
height: 52px;
|
|
7095
|
-
border-radius: 50%;
|
|
7096
|
-
background: rgba(212,175,55,0.08);
|
|
7097
|
-
border: 1px solid rgba(212,175,55,0.2);
|
|
7098
7074
|
display: flex;
|
|
7099
7075
|
align-items: center;
|
|
7100
7076
|
justify-content: center;
|
|
@@ -7106,14 +7082,14 @@ var KycSubline = styled9__default.default.p`
|
|
|
7106
7082
|
margin: 0 0 1.25rem;
|
|
7107
7083
|
line-height: 1.4;
|
|
7108
7084
|
`;
|
|
7109
|
-
|
|
7085
|
+
styled9__default.default.div`
|
|
7110
7086
|
display: flex;
|
|
7111
7087
|
flex-direction: column;
|
|
7112
7088
|
gap: 0.6rem;
|
|
7113
7089
|
width: 100%;
|
|
7114
7090
|
margin-bottom: 1.25rem;
|
|
7115
7091
|
`;
|
|
7116
|
-
|
|
7092
|
+
styled9__default.default.div`
|
|
7117
7093
|
display: flex;
|
|
7118
7094
|
align-items: center;
|
|
7119
7095
|
gap: 0.6rem;
|
|
@@ -7187,20 +7163,24 @@ var CloseButton = styled9__default.default.button`
|
|
|
7187
7163
|
top: 1rem;
|
|
7188
7164
|
right: 1rem;
|
|
7189
7165
|
z-index: 10;
|
|
7190
|
-
background:
|
|
7191
|
-
border:
|
|
7192
|
-
|
|
7193
|
-
color: var(--color-text-secondary, #848e9c);
|
|
7166
|
+
background: none;
|
|
7167
|
+
border: none;
|
|
7168
|
+
color: rgba(255, 255, 255, 0.4);
|
|
7194
7169
|
font-size: 1.5rem;
|
|
7195
7170
|
cursor: pointer;
|
|
7196
|
-
padding: 0.
|
|
7171
|
+
padding: 0.25rem;
|
|
7197
7172
|
display: flex;
|
|
7198
7173
|
align-items: center;
|
|
7199
7174
|
justify-content: center;
|
|
7200
|
-
transition: color 0.2s ease
|
|
7175
|
+
transition: color 0.2s ease;
|
|
7176
|
+
|
|
7177
|
+
svg {
|
|
7178
|
+
width: 18px;
|
|
7179
|
+
height: 18px;
|
|
7180
|
+
}
|
|
7201
7181
|
|
|
7202
7182
|
&:hover {
|
|
7203
|
-
color:
|
|
7183
|
+
color: rgba(255, 255, 255, 0.8);
|
|
7204
7184
|
}
|
|
7205
7185
|
`;
|
|
7206
7186
|
var Title = styled9__default.default.h2`
|