@loafmarkets/ui 0.1.204 → 0.1.205
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 +37 -91
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -91
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8914,51 +8914,25 @@ function PropertyOverview({
|
|
|
8914
8914
|
] }),
|
|
8915
8915
|
/* @__PURE__ */ jsxs(Section, { children: [
|
|
8916
8916
|
/* @__PURE__ */ jsx(SectionHeader, { children: "Tokenholder Security" }),
|
|
8917
|
-
/* @__PURE__ */ jsxs(
|
|
8918
|
-
/* @__PURE__ */ jsxs(
|
|
8919
|
-
/* @__PURE__ */
|
|
8920
|
-
|
|
8921
|
-
/* @__PURE__ */
|
|
8922
|
-
|
|
8923
|
-
|
|
8924
|
-
|
|
8925
|
-
/* @__PURE__ */
|
|
8926
|
-
/* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Legal Opinion" }),
|
|
8927
|
-
/* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Structuring Memo" })
|
|
8928
|
-
] })
|
|
8929
|
-
] })
|
|
8930
|
-
] }),
|
|
8931
|
-
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8932
|
-
/* @__PURE__ */ jsx(SecuritySubject, { children: "Security Interest" }),
|
|
8933
|
-
/* @__PURE__ */ jsxs(SecurityAnswer, { children: [
|
|
8934
|
-
/* @__PURE__ */ jsxs(SecurityAnswerMain, { children: [
|
|
8935
|
-
/* @__PURE__ */ jsx(SecurityStatusDot, {}),
|
|
8936
|
-
/* @__PURE__ */ jsx("span", { children: "Secured, NSW Land Registry" })
|
|
8937
|
-
] }),
|
|
8938
|
-
/* @__PURE__ */ jsxs(SecurityDocLinks, { children: [
|
|
8939
|
-
/* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Mortgage Agreement" }),
|
|
8940
|
-
/* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Registry Filing" })
|
|
8941
|
-
] })
|
|
8942
|
-
] })
|
|
8943
|
-
] }),
|
|
8944
|
-
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8945
|
-
/* @__PURE__ */ jsx(SecuritySubject, { children: "Bankruptcy Remote" }),
|
|
8946
|
-
/* @__PURE__ */ jsxs(SecurityAnswer, { children: [
|
|
8947
|
-
/* @__PURE__ */ jsxs(SecurityAnswerMain, { children: [
|
|
8948
|
-
/* @__PURE__ */ jsx(SecurityStatusDot, {}),
|
|
8949
|
-
/* @__PURE__ */ jsx("span", { children: "Active, Dedicated SPV" })
|
|
8950
|
-
] }),
|
|
8951
|
-
/* @__PURE__ */ jsx(SecurityDocLinks, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "SPV Constitution" }) })
|
|
8917
|
+
/* @__PURE__ */ jsxs(SecurityGrid, { children: [
|
|
8918
|
+
/* @__PURE__ */ jsxs(SecurityCol, { children: [
|
|
8919
|
+
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8920
|
+
/* @__PURE__ */ jsx(SecurityLabel, { children: "Legal Structuring" }),
|
|
8921
|
+
/* @__PURE__ */ jsx(SecurityValue, { children: "Baker McKenzie" })
|
|
8922
|
+
] }),
|
|
8923
|
+
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8924
|
+
/* @__PURE__ */ jsx(SecurityLabel, { children: "Bankruptcy Remote" }),
|
|
8925
|
+
/* @__PURE__ */ jsx(SecurityValue, { children: "Yes" })
|
|
8952
8926
|
] })
|
|
8953
8927
|
] }),
|
|
8954
|
-
/* @__PURE__ */ jsxs(
|
|
8955
|
-
/* @__PURE__ */
|
|
8956
|
-
|
|
8957
|
-
/* @__PURE__ */
|
|
8958
|
-
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
/* @__PURE__ */ jsx(
|
|
8928
|
+
/* @__PURE__ */ jsxs(SecurityCol, { children: [
|
|
8929
|
+
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8930
|
+
/* @__PURE__ */ jsx(SecurityLabel, { children: "Security Interest in Collateral" }),
|
|
8931
|
+
/* @__PURE__ */ jsx(SecurityValue, { children: "Yes" })
|
|
8932
|
+
] }),
|
|
8933
|
+
/* @__PURE__ */ jsxs(SecurityRow, { children: [
|
|
8934
|
+
/* @__PURE__ */ jsx(SecurityLabel, { children: "Independent Valuation" }),
|
|
8935
|
+
/* @__PURE__ */ jsx(SecurityValue, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" }) })
|
|
8962
8936
|
] })
|
|
8963
8937
|
] })
|
|
8964
8938
|
] })
|
|
@@ -9630,69 +9604,41 @@ var TradingHoursNote = styled9.div`
|
|
|
9630
9604
|
color: rgba(255,255,255,0.35);
|
|
9631
9605
|
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9632
9606
|
`;
|
|
9633
|
-
var
|
|
9607
|
+
var SecurityGrid = styled9.div`
|
|
9608
|
+
display: grid;
|
|
9609
|
+
grid-template-columns: 1fr 1fr;
|
|
9610
|
+
gap: 0 2.5rem;
|
|
9611
|
+
@media (max-width: 640px) { grid-template-columns: 1fr; }
|
|
9612
|
+
`;
|
|
9613
|
+
var SecurityCol = styled9.div`
|
|
9634
9614
|
display: flex;
|
|
9635
9615
|
flex-direction: column;
|
|
9636
|
-
background: rgba(255,255,255,0.025);
|
|
9637
|
-
border: 1px solid rgba(255,255,255,0.06);
|
|
9638
|
-
border-radius: 10px;
|
|
9639
|
-
overflow: hidden;
|
|
9640
9616
|
`;
|
|
9641
9617
|
var SecurityRow = styled9.div`
|
|
9642
9618
|
display: flex;
|
|
9643
|
-
align-items:
|
|
9619
|
+
align-items: center;
|
|
9644
9620
|
justify-content: space-between;
|
|
9645
|
-
padding: 0.
|
|
9646
|
-
|
|
9647
|
-
&:not(:last-child) {
|
|
9648
|
-
border-bottom: 1px solid rgba(255,255,255,0.04);
|
|
9649
|
-
}
|
|
9621
|
+
padding: 0.75rem 0;
|
|
9622
|
+
border-bottom: 1px solid rgba(255,255,255,0.06);
|
|
9650
9623
|
`;
|
|
9651
|
-
var
|
|
9652
|
-
font-size: 0.
|
|
9653
|
-
color: rgba(255,255,255,0.
|
|
9624
|
+
var SecurityLabel = styled9.span`
|
|
9625
|
+
font-size: 0.82rem;
|
|
9626
|
+
color: rgba(255,255,255,0.5);
|
|
9654
9627
|
font-weight: 400;
|
|
9655
|
-
white-space: nowrap;
|
|
9656
|
-
min-width: 130px;
|
|
9657
|
-
padding-top: 1px;
|
|
9658
|
-
`;
|
|
9659
|
-
var SecurityAnswer = styled9.div`
|
|
9660
|
-
display: flex;
|
|
9661
|
-
flex-direction: column;
|
|
9662
|
-
align-items: flex-end;
|
|
9663
|
-
gap: 4px;
|
|
9664
9628
|
`;
|
|
9665
|
-
var
|
|
9666
|
-
|
|
9667
|
-
align-items: center;
|
|
9668
|
-
gap: 6px;
|
|
9669
|
-
font-size: 0.8rem;
|
|
9670
|
-
font-weight: 500;
|
|
9629
|
+
var SecurityValue = styled9.span`
|
|
9630
|
+
font-size: 0.82rem;
|
|
9671
9631
|
color: #fff;
|
|
9672
|
-
|
|
9673
|
-
var SecurityStatusDot = styled9.span`
|
|
9674
|
-
width: 6px;
|
|
9675
|
-
height: 6px;
|
|
9676
|
-
border-radius: 50%;
|
|
9677
|
-
background: #4ade80;
|
|
9678
|
-
display: inline-block;
|
|
9679
|
-
flex-shrink: 0;
|
|
9680
|
-
`;
|
|
9681
|
-
var SecurityDocLinks = styled9.div`
|
|
9682
|
-
display: flex;
|
|
9683
|
-
gap: 0.75rem;
|
|
9632
|
+
font-weight: 500;
|
|
9684
9633
|
`;
|
|
9685
9634
|
var SecurityDocLink = styled9.a`
|
|
9686
|
-
font-size: 0.
|
|
9687
|
-
color: rgba(255,255,255,0.
|
|
9688
|
-
text-decoration:
|
|
9689
|
-
text-underline-offset: 3px;
|
|
9690
|
-
text-decoration-color: rgba(255,255,255,0.12);
|
|
9635
|
+
font-size: 0.82rem;
|
|
9636
|
+
color: rgba(255,255,255,0.5);
|
|
9637
|
+
text-decoration: none;
|
|
9691
9638
|
cursor: pointer;
|
|
9692
|
-
transition: color 0.15s
|
|
9639
|
+
transition: color 0.15s;
|
|
9693
9640
|
&:hover {
|
|
9694
9641
|
color: rgba(212,175,55,0.9);
|
|
9695
|
-
text-decoration-color: rgba(212,175,55,0.5);
|
|
9696
9642
|
}
|
|
9697
9643
|
`;
|
|
9698
9644
|
var HoldRatioWrap = styled9.div`
|