@loafmarkets/ui 0.1.203 → 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.mjs CHANGED
@@ -8875,7 +8875,7 @@ function PropertyOverview({
8875
8875
  /* @__PURE__ */ jsx(StatValue, { children: "$5.5M (Mosman)" })
8876
8876
  ] }),
8877
8877
  /* @__PURE__ */ jsxs(StatRow, { children: [
8878
- /* @__PURE__ */ jsx(StatLabel, { children: "5yr Suburb Growth" }),
8878
+ /* @__PURE__ */ jsx(StatLabel, { children: "5yr Property Growth" }),
8879
8879
  /* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
8880
8880
  ] }),
8881
8881
  /* @__PURE__ */ jsx(AssetFeatureRow, { children: features.map((item, i) => /* @__PURE__ */ jsxs(AssetFeatureItem, { children: [
@@ -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(SecurityTable, { children: [
8918
- /* @__PURE__ */ jsxs(SecurityRow, { children: [
8919
- /* @__PURE__ */ jsx(SecuritySubject, { children: "Legal Structuring" }),
8920
- /* @__PURE__ */ jsxs(SecurityAnswer, { children: [
8921
- /* @__PURE__ */ jsxs(SecurityAnswerMain, { children: [
8922
- /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 14, filter: "brightness(0) invert(1)", opacity: 0.8 } }),
8923
- /* @__PURE__ */ jsx("span", { children: "Baker McKenzie" })
8924
- ] }),
8925
- /* @__PURE__ */ jsxs(SecurityDocLinks, { children: [
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(SecurityRow, { children: [
8955
- /* @__PURE__ */ jsx(SecuritySubject, { children: "Independent Valuation" }),
8956
- /* @__PURE__ */ jsxs(SecurityAnswer, { children: [
8957
- /* @__PURE__ */ jsxs(SecurityAnswerMain, { children: [
8958
- /* @__PURE__ */ jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 12, filter: "brightness(0) invert(1)", opacity: 0.8 } }),
8959
- /* @__PURE__ */ jsx("span", { children: "Savills" })
8960
- ] }),
8961
- /* @__PURE__ */ jsx(SecurityDocLinks, { children: /* @__PURE__ */ jsx(SecurityDocLink, { href: "#documents", children: "Valuation Report" }) })
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 SecurityTable = styled9.div`
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: flex-start;
9619
+ align-items: center;
9644
9620
  justify-content: space-between;
9645
- padding: 0.875rem 1.25rem;
9646
- gap: 1.5rem;
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 SecuritySubject = styled9.div`
9652
- font-size: 0.8rem;
9653
- color: rgba(255,255,255,0.45);
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 SecurityAnswerMain = styled9.div`
9666
- display: flex;
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.68rem;
9687
- color: rgba(255,255,255,0.3);
9688
- text-decoration: underline;
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, text-decoration-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`