@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 CHANGED
@@ -8940,51 +8940,25 @@ function PropertyOverview({
8940
8940
  ] }),
8941
8941
  /* @__PURE__ */ jsxRuntime.jsxs(Section, { children: [
8942
8942
  /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { children: "Tokenholder Security" }),
8943
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityTable, { children: [
8944
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8945
- /* @__PURE__ */ jsxRuntime.jsx(SecuritySubject, { children: "Legal Structuring" }),
8946
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswer, { children: [
8947
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswerMain, { children: [
8948
- /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 14, filter: "brightness(0) invert(1)", opacity: 0.8 } }),
8949
- /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Baker McKenzie" })
8950
- ] }),
8951
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityDocLinks, { children: [
8952
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "Legal Opinion" }),
8953
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "Structuring Memo" })
8954
- ] })
8955
- ] })
8956
- ] }),
8957
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8958
- /* @__PURE__ */ jsxRuntime.jsx(SecuritySubject, { children: "Security Interest" }),
8959
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswer, { children: [
8960
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswerMain, { children: [
8961
- /* @__PURE__ */ jsxRuntime.jsx(SecurityStatusDot, {}),
8962
- /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Secured, NSW Land Registry" })
8963
- ] }),
8964
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityDocLinks, { children: [
8965
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "Mortgage Agreement" }),
8966
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "Registry Filing" })
8967
- ] })
8968
- ] })
8969
- ] }),
8970
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8971
- /* @__PURE__ */ jsxRuntime.jsx(SecuritySubject, { children: "Bankruptcy Remote" }),
8972
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswer, { children: [
8973
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswerMain, { children: [
8974
- /* @__PURE__ */ jsxRuntime.jsx(SecurityStatusDot, {}),
8975
- /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Active, Dedicated SPV" })
8976
- ] }),
8977
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLinks, { children: /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "SPV Constitution" }) })
8943
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityGrid, { children: [
8944
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityCol, { children: [
8945
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8946
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Legal Structuring" }),
8947
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: "Baker McKenzie" })
8948
+ ] }),
8949
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8950
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Bankruptcy Remote" }),
8951
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: "Yes" })
8978
8952
  ] })
8979
8953
  ] }),
8980
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8981
- /* @__PURE__ */ jsxRuntime.jsx(SecuritySubject, { children: "Independent Valuation" }),
8982
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswer, { children: [
8983
- /* @__PURE__ */ jsxRuntime.jsxs(SecurityAnswerMain, { children: [
8984
- /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/savills.png", alt: "Savills", style: { height: 12, filter: "brightness(0) invert(1)", opacity: 0.8 } }),
8985
- /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Savills" })
8986
- ] }),
8987
- /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLinks, { children: /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "Valuation Report" }) })
8954
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityCol, { children: [
8955
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8956
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Security Interest in Collateral" }),
8957
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: "Yes" })
8958
+ ] }),
8959
+ /* @__PURE__ */ jsxRuntime.jsxs(SecurityRow, { children: [
8960
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityLabel, { children: "Independent Valuation" }),
8961
+ /* @__PURE__ */ jsxRuntime.jsx(SecurityValue, { children: /* @__PURE__ */ jsxRuntime.jsx(SecurityDocLink, { href: "#documents", children: "View Report\xA0\u2197" }) })
8988
8962
  ] })
8989
8963
  ] })
8990
8964
  ] })
@@ -9656,69 +9630,41 @@ var TradingHoursNote = styled9__default.default.div`
9656
9630
  color: rgba(255,255,255,0.35);
9657
9631
  border-top: 1px solid rgba(255,255,255,0.04);
9658
9632
  `;
9659
- var SecurityTable = styled9__default.default.div`
9633
+ var SecurityGrid = styled9__default.default.div`
9634
+ display: grid;
9635
+ grid-template-columns: 1fr 1fr;
9636
+ gap: 0 2.5rem;
9637
+ @media (max-width: 640px) { grid-template-columns: 1fr; }
9638
+ `;
9639
+ var SecurityCol = styled9__default.default.div`
9660
9640
  display: flex;
9661
9641
  flex-direction: column;
9662
- background: rgba(255,255,255,0.025);
9663
- border: 1px solid rgba(255,255,255,0.06);
9664
- border-radius: 10px;
9665
- overflow: hidden;
9666
9642
  `;
9667
9643
  var SecurityRow = styled9__default.default.div`
9668
9644
  display: flex;
9669
- align-items: flex-start;
9645
+ align-items: center;
9670
9646
  justify-content: space-between;
9671
- padding: 0.875rem 1.25rem;
9672
- gap: 1.5rem;
9673
- &:not(:last-child) {
9674
- border-bottom: 1px solid rgba(255,255,255,0.04);
9675
- }
9647
+ padding: 0.75rem 0;
9648
+ border-bottom: 1px solid rgba(255,255,255,0.06);
9676
9649
  `;
9677
- var SecuritySubject = styled9__default.default.div`
9678
- font-size: 0.8rem;
9679
- color: rgba(255,255,255,0.45);
9650
+ var SecurityLabel = styled9__default.default.span`
9651
+ font-size: 0.82rem;
9652
+ color: rgba(255,255,255,0.5);
9680
9653
  font-weight: 400;
9681
- white-space: nowrap;
9682
- min-width: 130px;
9683
- padding-top: 1px;
9684
- `;
9685
- var SecurityAnswer = styled9__default.default.div`
9686
- display: flex;
9687
- flex-direction: column;
9688
- align-items: flex-end;
9689
- gap: 4px;
9690
9654
  `;
9691
- var SecurityAnswerMain = styled9__default.default.div`
9692
- display: flex;
9693
- align-items: center;
9694
- gap: 6px;
9695
- font-size: 0.8rem;
9696
- font-weight: 500;
9655
+ var SecurityValue = styled9__default.default.span`
9656
+ font-size: 0.82rem;
9697
9657
  color: #fff;
9698
- `;
9699
- var SecurityStatusDot = styled9__default.default.span`
9700
- width: 6px;
9701
- height: 6px;
9702
- border-radius: 50%;
9703
- background: #4ade80;
9704
- display: inline-block;
9705
- flex-shrink: 0;
9706
- `;
9707
- var SecurityDocLinks = styled9__default.default.div`
9708
- display: flex;
9709
- gap: 0.75rem;
9658
+ font-weight: 500;
9710
9659
  `;
9711
9660
  var SecurityDocLink = styled9__default.default.a`
9712
- font-size: 0.68rem;
9713
- color: rgba(255,255,255,0.3);
9714
- text-decoration: underline;
9715
- text-underline-offset: 3px;
9716
- text-decoration-color: rgba(255,255,255,0.12);
9661
+ font-size: 0.82rem;
9662
+ color: rgba(255,255,255,0.5);
9663
+ text-decoration: none;
9717
9664
  cursor: pointer;
9718
- transition: color 0.15s, text-decoration-color 0.15s;
9665
+ transition: color 0.15s;
9719
9666
  &:hover {
9720
9667
  color: rgba(212,175,55,0.9);
9721
- text-decoration-color: rgba(212,175,55,0.5);
9722
9668
  }
9723
9669
  `;
9724
9670
  var HoldRatioWrap = styled9__default.default.div`