@loafmarkets/ui 0.1.177 → 0.1.179
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 +85 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +85 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8794,7 +8794,36 @@ function PropertyOverview({
|
|
|
8794
8794
|
/* @__PURE__ */ jsx(TimelineGain, { children: "+617%" }),
|
|
8795
8795
|
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8796
8796
|
] }),
|
|
8797
|
-
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "2,592 sqm" }) })
|
|
8797
|
+
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "c.1905, 2,592 sqm" }) })
|
|
8798
|
+
] }),
|
|
8799
|
+
/* @__PURE__ */ jsx(PeerEstatesTitle, { children: "Heritage Peer Group \u2014 Mosman" }),
|
|
8800
|
+
/* @__PURE__ */ jsx(PeerEstatesDesc, { children: "Musgrave is among a handful of pre-Federation harbour estates that define Mosman's top tier. None of its peers have transacted publicly in recent years." }),
|
|
8801
|
+
/* @__PURE__ */ jsxs(PeerEstatesTable, { children: [
|
|
8802
|
+
/* @__PURE__ */ jsxs(PeerEstateRow, { $active: true, children: [
|
|
8803
|
+
/* @__PURE__ */ jsx(PeerEstateName, { children: "Musgrave" }),
|
|
8804
|
+
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1880" }),
|
|
8805
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "listed", children: "Tokenized on Loaf" })
|
|
8806
|
+
] }),
|
|
8807
|
+
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8808
|
+
/* @__PURE__ */ jsx(PeerEstateName, { children: "Kirkoswald House" }),
|
|
8809
|
+
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1857" }),
|
|
8810
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8811
|
+
] }),
|
|
8812
|
+
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8813
|
+
/* @__PURE__ */ jsx(PeerEstateName, { children: "Balmoral House" }),
|
|
8814
|
+
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1906" }),
|
|
8815
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market \u2014 est. $40M+" })
|
|
8816
|
+
] }),
|
|
8817
|
+
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8818
|
+
/* @__PURE__ */ jsx(PeerEstateName, { children: "Glenmire" }),
|
|
8819
|
+
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1880s" }),
|
|
8820
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8821
|
+
] }),
|
|
8822
|
+
/* @__PURE__ */ jsxs(PeerEstateRow, { $last: true, children: [
|
|
8823
|
+
/* @__PURE__ */ jsx(PeerEstateName, { children: "Boronia House" }),
|
|
8824
|
+
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1885" }),
|
|
8825
|
+
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8826
|
+
] })
|
|
8798
8827
|
] })
|
|
8799
8828
|
] }),
|
|
8800
8829
|
/* @__PURE__ */ jsxs(StatsColumn, { children: [
|
|
@@ -8826,8 +8855,8 @@ function PropertyOverview({
|
|
|
8826
8855
|
/* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "+12% vs non-heritage" })
|
|
8827
8856
|
] }),
|
|
8828
8857
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8829
|
-
/* @__PURE__ */ jsx(StatLabel, { children: "Suburb Median" }),
|
|
8830
|
-
/* @__PURE__ */ jsx(StatValue, { children: "$
|
|
8858
|
+
/* @__PURE__ */ jsx(StatLabel, { children: "Suburb Median (6 Bed)" }),
|
|
8859
|
+
/* @__PURE__ */ jsx(StatValue, { children: "$5.5M (Mosman)" })
|
|
8831
8860
|
] }),
|
|
8832
8861
|
/* @__PURE__ */ jsxs(StatRow, { children: [
|
|
8833
8862
|
/* @__PURE__ */ jsx(StatLabel, { children: "5yr Suburb Growth" }),
|
|
@@ -9425,6 +9454,59 @@ var CompSalePriorDate = styled9.span`
|
|
|
9425
9454
|
font-size: 0.68rem;
|
|
9426
9455
|
color: rgba(255,255,255,0.25);
|
|
9427
9456
|
`;
|
|
9457
|
+
var PeerEstatesTitle = styled9.div`
|
|
9458
|
+
font-size: 0.65rem;
|
|
9459
|
+
color: rgba(255,255,255,0.35);
|
|
9460
|
+
text-transform: uppercase;
|
|
9461
|
+
letter-spacing: 0.08em;
|
|
9462
|
+
font-weight: 500;
|
|
9463
|
+
margin-top: 1rem;
|
|
9464
|
+
padding-top: 0.75rem;
|
|
9465
|
+
padding-bottom: 0.35rem;
|
|
9466
|
+
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9467
|
+
`;
|
|
9468
|
+
var PeerEstatesDesc = styled9.div`
|
|
9469
|
+
font-size: 0.72rem;
|
|
9470
|
+
color: rgba(255,255,255,0.3);
|
|
9471
|
+
line-height: 1.5;
|
|
9472
|
+
margin-bottom: 0.6rem;
|
|
9473
|
+
`;
|
|
9474
|
+
var PeerEstatesTable = styled9.div`
|
|
9475
|
+
display: flex;
|
|
9476
|
+
flex-direction: column;
|
|
9477
|
+
`;
|
|
9478
|
+
var PeerEstateRow = styled9.div`
|
|
9479
|
+
display: grid;
|
|
9480
|
+
grid-template-columns: 1fr 60px auto;
|
|
9481
|
+
align-items: center;
|
|
9482
|
+
gap: 0.5rem;
|
|
9483
|
+
padding: 0.45rem 0;
|
|
9484
|
+
border-bottom: ${(p) => p.$last ? "none" : "1px solid rgba(255,255,255,0.03)"};
|
|
9485
|
+
${(p) => p.$active ? `
|
|
9486
|
+
background: rgba(212,175,55,0.04);
|
|
9487
|
+
margin: 0 -0.5rem;
|
|
9488
|
+
padding-left: 0.5rem;
|
|
9489
|
+
padding-right: 0.5rem;
|
|
9490
|
+
border-radius: 6px;
|
|
9491
|
+
` : ""}
|
|
9492
|
+
`;
|
|
9493
|
+
var PeerEstateName = styled9.span`
|
|
9494
|
+
font-size: 0.8rem;
|
|
9495
|
+
font-weight: 500;
|
|
9496
|
+
color: rgba(255,255,255,0.7);
|
|
9497
|
+
`;
|
|
9498
|
+
var PeerEstateYear = styled9.span`
|
|
9499
|
+
font-size: 0.72rem;
|
|
9500
|
+
color: rgba(255,255,255,0.3);
|
|
9501
|
+
text-align: center;
|
|
9502
|
+
font-variant-numeric: tabular-nums;
|
|
9503
|
+
`;
|
|
9504
|
+
var PeerEstateStatus = styled9.span`
|
|
9505
|
+
font-size: 0.68rem;
|
|
9506
|
+
font-weight: 500;
|
|
9507
|
+
text-align: right;
|
|
9508
|
+
color: ${(p) => p.$status === "listed" ? "#D4AF37" : "rgba(255,255,255,0.25)"};
|
|
9509
|
+
`;
|
|
9428
9510
|
var AssetFeatureRow = styled9.div`
|
|
9429
9511
|
display: flex;
|
|
9430
9512
|
flex-wrap: wrap;
|