@loafmarkets/ui 0.1.198 → 0.1.199
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 +8 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -42
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8839,40 +8839,6 @@ function PropertyOverview({
|
|
|
8839
8839
|
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8840
8840
|
] }),
|
|
8841
8841
|
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "c.1905, 2,592 sqm" }) })
|
|
8842
|
-
] }),
|
|
8843
|
-
/* @__PURE__ */ jsx(PeerEstatesTitle, { children: "Heritage Peer Group \u2014 Mosman" }),
|
|
8844
|
-
/* @__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." }),
|
|
8845
|
-
/* @__PURE__ */ jsxs(PeerEstatesTable, { children: [
|
|
8846
|
-
/* @__PURE__ */ jsxs(PeerEstateRow, { $active: true, children: [
|
|
8847
|
-
/* @__PURE__ */ jsx(PeerEstateName, { children: "Musgrave" }),
|
|
8848
|
-
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1880" }),
|
|
8849
|
-
/* @__PURE__ */ jsx(PeerEstateSale, { children: "2026" }),
|
|
8850
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "listed", children: "Tokenized on Loaf" })
|
|
8851
|
-
] }),
|
|
8852
|
-
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8853
|
-
/* @__PURE__ */ jsx(PeerEstateName, { children: "Kirkoswald House" }),
|
|
8854
|
-
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1873" }),
|
|
8855
|
-
/* @__PURE__ */ jsx(PeerEstateSale, { children: "Listed 2025" }),
|
|
8856
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8857
|
-
] }),
|
|
8858
|
-
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8859
|
-
/* @__PURE__ */ jsx(PeerEstateName, { children: "Balmoral House" }),
|
|
8860
|
-
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1906" }),
|
|
8861
|
-
/* @__PURE__ */ jsx(PeerEstateSale, { children: "Sold 2017" }),
|
|
8862
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market \u2014 est. $40M+" })
|
|
8863
|
-
] }),
|
|
8864
|
-
/* @__PURE__ */ jsxs(PeerEstateRow, { children: [
|
|
8865
|
-
/* @__PURE__ */ jsx(PeerEstateName, { children: "Glenmire" }),
|
|
8866
|
-
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1880s" }),
|
|
8867
|
-
/* @__PURE__ */ jsx(PeerEstateSale, { children: "Sold 2015" }),
|
|
8868
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8869
|
-
] }),
|
|
8870
|
-
/* @__PURE__ */ jsxs(PeerEstateRow, { $last: true, children: [
|
|
8871
|
-
/* @__PURE__ */ jsx(PeerEstateName, { children: "Boronia House" }),
|
|
8872
|
-
/* @__PURE__ */ jsx(PeerEstateYear, { children: "c.1885" }),
|
|
8873
|
-
/* @__PURE__ */ jsx(PeerEstateSale, { children: "Not sold since 1952" }),
|
|
8874
|
-
/* @__PURE__ */ jsx(PeerEstateStatus, { $status: "off", children: "State Heritage \u2014 Council-owned" })
|
|
8875
|
-
] })
|
|
8876
8842
|
] })
|
|
8877
8843
|
] }),
|
|
8878
8844
|
/* @__PURE__ */ jsxs(StatsColumn, { children: [
|
|
@@ -9564,7 +9530,7 @@ var CompSalePriorDate = styled9.span`
|
|
|
9564
9530
|
font-size: 0.68rem;
|
|
9565
9531
|
color: rgba(255,255,255,0.25);
|
|
9566
9532
|
`;
|
|
9567
|
-
|
|
9533
|
+
styled9.div`
|
|
9568
9534
|
font-size: 0.65rem;
|
|
9569
9535
|
color: rgba(255,255,255,0.35);
|
|
9570
9536
|
text-transform: uppercase;
|
|
@@ -9575,17 +9541,17 @@ var PeerEstatesTitle = styled9.div`
|
|
|
9575
9541
|
padding-bottom: 0.35rem;
|
|
9576
9542
|
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9577
9543
|
`;
|
|
9578
|
-
|
|
9544
|
+
styled9.div`
|
|
9579
9545
|
font-size: 0.72rem;
|
|
9580
9546
|
color: rgba(255,255,255,0.3);
|
|
9581
9547
|
line-height: 1.5;
|
|
9582
9548
|
margin-bottom: 0.6rem;
|
|
9583
9549
|
`;
|
|
9584
|
-
|
|
9550
|
+
styled9.div`
|
|
9585
9551
|
display: flex;
|
|
9586
9552
|
flex-direction: column;
|
|
9587
9553
|
`;
|
|
9588
|
-
|
|
9554
|
+
styled9.div`
|
|
9589
9555
|
display: grid;
|
|
9590
9556
|
grid-template-columns: 1fr 52px auto auto;
|
|
9591
9557
|
align-items: center;
|
|
@@ -9600,24 +9566,24 @@ var PeerEstateRow = styled9.div`
|
|
|
9600
9566
|
border-radius: 6px;
|
|
9601
9567
|
` : ""}
|
|
9602
9568
|
`;
|
|
9603
|
-
|
|
9569
|
+
styled9.span`
|
|
9604
9570
|
font-size: 0.8rem;
|
|
9605
9571
|
font-weight: 500;
|
|
9606
9572
|
color: rgba(255,255,255,0.7);
|
|
9607
9573
|
`;
|
|
9608
|
-
|
|
9574
|
+
styled9.span`
|
|
9609
9575
|
font-size: 0.72rem;
|
|
9610
9576
|
color: rgba(255,255,255,0.3);
|
|
9611
9577
|
text-align: center;
|
|
9612
9578
|
font-variant-numeric: tabular-nums;
|
|
9613
9579
|
`;
|
|
9614
|
-
|
|
9580
|
+
styled9.span`
|
|
9615
9581
|
font-size: 0.65rem;
|
|
9616
9582
|
color: rgba(255,255,255,0.2);
|
|
9617
9583
|
text-align: right;
|
|
9618
9584
|
white-space: nowrap;
|
|
9619
9585
|
`;
|
|
9620
|
-
|
|
9586
|
+
styled9.span`
|
|
9621
9587
|
font-size: 0.68rem;
|
|
9622
9588
|
font-weight: 500;
|
|
9623
9589
|
text-align: right;
|