@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.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: "Unlock Early Access" }),
6803
- /* @__PURE__ */ jsx(KycSubline, { children: "Verified investors get priority when offerings open" }),
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" })
@@ -7080,14 +7066,14 @@ var KycSubline = styled9.p`
7080
7066
  margin: 0 0 1.25rem;
7081
7067
  line-height: 1.4;
7082
7068
  `;
7083
- var KycBenefits = styled9.div`
7069
+ styled9.div`
7084
7070
  display: flex;
7085
7071
  flex-direction: column;
7086
7072
  gap: 0.6rem;
7087
7073
  width: 100%;
7088
7074
  margin-bottom: 1.25rem;
7089
7075
  `;
7090
- var KycBenefit = styled9.div`
7076
+ styled9.div`
7091
7077
  display: flex;
7092
7078
  align-items: center;
7093
7079
  gap: 0.6rem;