@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.mjs
CHANGED
|
@@ -6799,22 +6799,8 @@ var LoginPopup = ({
|
|
|
6799
6799
|
/* @__PURE__ */ jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
6800
6800
|
/* @__PURE__ */ jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
6801
6801
|
] }) }),
|
|
6802
|
-
/* @__PURE__ */ jsx(OnboardingHeading, { style: { textAlign: "center", marginBottom: "0.25rem" }, children: "
|
|
6803
|
-
/* @__PURE__ */ jsx(KycSubline, { children: "
|
|
6804
|
-
/* @__PURE__ */ jsxs(KycBenefits, { children: [
|
|
6805
|
-
/* @__PURE__ */ jsxs(KycBenefit, { children: [
|
|
6806
|
-
/* @__PURE__ */ jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6807
|
-
"Priority allocation on new offerings"
|
|
6808
|
-
] }),
|
|
6809
|
-
/* @__PURE__ */ jsxs(KycBenefit, { children: [
|
|
6810
|
-
/* @__PURE__ */ jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6811
|
-
"Instant access when sales go live"
|
|
6812
|
-
] }),
|
|
6813
|
-
/* @__PURE__ */ jsxs(KycBenefit, { children: [
|
|
6814
|
-
/* @__PURE__ */ jsx("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
6815
|
-
"Trade on the secondary market"
|
|
6816
|
-
] })
|
|
6817
|
-
] }),
|
|
6802
|
+
/* @__PURE__ */ jsx(OnboardingHeading, { style: { textAlign: "center", marginBottom: "0.25rem" }, children: "Verify To Access" }),
|
|
6803
|
+
/* @__PURE__ */ jsx(KycSubline, { children: "Initial offerings are only available to verified investors" }),
|
|
6818
6804
|
/* @__PURE__ */ jsxs(KycStartButton, { type: "button", onClick: handleKycStart, disabled: kycLoading, children: [
|
|
6819
6805
|
kycLoading ? "Verifying\u2026" : kycStatusProp === "PENDING" || kycStatusProp === "ON_HOLD" ? "Resume Verification" : "Start Verification",
|
|
6820
6806
|
/* @__PURE__ */ jsx("span", { children: "Takes about 2 minutes" })
|
|
@@ -7054,21 +7040,11 @@ var KycLandingContainer = styled9.div`
|
|
|
7054
7040
|
overflow: hidden;
|
|
7055
7041
|
`;
|
|
7056
7042
|
var KycGoldGlow = styled9.div`
|
|
7057
|
-
|
|
7058
|
-
top: -60px;
|
|
7059
|
-
left: 50%;
|
|
7060
|
-
transform: translateX(-50%);
|
|
7061
|
-
width: 200px;
|
|
7062
|
-
height: 120px;
|
|
7063
|
-
background: radial-gradient(ellipse, rgba(212,175,55,0.15) 0%, transparent 70%);
|
|
7064
|
-
pointer-events: none;
|
|
7043
|
+
display: none;
|
|
7065
7044
|
`;
|
|
7066
7045
|
var KycLockIcon = styled9.div`
|
|
7067
7046
|
width: 52px;
|
|
7068
7047
|
height: 52px;
|
|
7069
|
-
border-radius: 50%;
|
|
7070
|
-
background: rgba(212,175,55,0.08);
|
|
7071
|
-
border: 1px solid rgba(212,175,55,0.2);
|
|
7072
7048
|
display: flex;
|
|
7073
7049
|
align-items: center;
|
|
7074
7050
|
justify-content: center;
|
|
@@ -7080,14 +7056,14 @@ var KycSubline = styled9.p`
|
|
|
7080
7056
|
margin: 0 0 1.25rem;
|
|
7081
7057
|
line-height: 1.4;
|
|
7082
7058
|
`;
|
|
7083
|
-
|
|
7059
|
+
styled9.div`
|
|
7084
7060
|
display: flex;
|
|
7085
7061
|
flex-direction: column;
|
|
7086
7062
|
gap: 0.6rem;
|
|
7087
7063
|
width: 100%;
|
|
7088
7064
|
margin-bottom: 1.25rem;
|
|
7089
7065
|
`;
|
|
7090
|
-
|
|
7066
|
+
styled9.div`
|
|
7091
7067
|
display: flex;
|
|
7092
7068
|
align-items: center;
|
|
7093
7069
|
gap: 0.6rem;
|
|
@@ -7161,20 +7137,24 @@ var CloseButton = styled9.button`
|
|
|
7161
7137
|
top: 1rem;
|
|
7162
7138
|
right: 1rem;
|
|
7163
7139
|
z-index: 10;
|
|
7164
|
-
background:
|
|
7165
|
-
border:
|
|
7166
|
-
|
|
7167
|
-
color: var(--color-text-secondary, #848e9c);
|
|
7140
|
+
background: none;
|
|
7141
|
+
border: none;
|
|
7142
|
+
color: rgba(255, 255, 255, 0.4);
|
|
7168
7143
|
font-size: 1.5rem;
|
|
7169
7144
|
cursor: pointer;
|
|
7170
|
-
padding: 0.
|
|
7145
|
+
padding: 0.25rem;
|
|
7171
7146
|
display: flex;
|
|
7172
7147
|
align-items: center;
|
|
7173
7148
|
justify-content: center;
|
|
7174
|
-
transition: color 0.2s ease
|
|
7149
|
+
transition: color 0.2s ease;
|
|
7150
|
+
|
|
7151
|
+
svg {
|
|
7152
|
+
width: 18px;
|
|
7153
|
+
height: 18px;
|
|
7154
|
+
}
|
|
7175
7155
|
|
|
7176
7156
|
&:hover {
|
|
7177
|
-
color:
|
|
7157
|
+
color: rgba(255, 255, 255, 0.8);
|
|
7178
7158
|
}
|
|
7179
7159
|
`;
|
|
7180
7160
|
var Title = styled9.h2`
|