@loafmarkets/ui 0.1.178 → 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 +83 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +83 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8820,7 +8820,36 @@ function PropertyOverview({
|
|
|
8820
8820
|
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+617%" }),
|
|
8821
8821
|
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8822
8822
|
] }),
|
|
8823
|
-
/* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "2,592 sqm" }) })
|
|
8823
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "c.1905, 2,592 sqm" }) })
|
|
8824
|
+
] }),
|
|
8825
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstatesTitle, { children: "Heritage Peer Group \u2014 Mosman" }),
|
|
8826
|
+
/* @__PURE__ */ jsxRuntime.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." }),
|
|
8827
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstatesTable, { children: [
|
|
8828
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $active: true, children: [
|
|
8829
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Musgrave" }),
|
|
8830
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880" }),
|
|
8831
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "listed", children: "Tokenized on Loaf" })
|
|
8832
|
+
] }),
|
|
8833
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8834
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Kirkoswald House" }),
|
|
8835
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1857" }),
|
|
8836
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8837
|
+
] }),
|
|
8838
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8839
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Balmoral House" }),
|
|
8840
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1906" }),
|
|
8841
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market \u2014 est. $40M+" })
|
|
8842
|
+
] }),
|
|
8843
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8844
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Glenmire" }),
|
|
8845
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880s" }),
|
|
8846
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8847
|
+
] }),
|
|
8848
|
+
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $last: true, children: [
|
|
8849
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Boronia House" }),
|
|
8850
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1885" }),
|
|
8851
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8852
|
+
] })
|
|
8824
8853
|
] })
|
|
8825
8854
|
] }),
|
|
8826
8855
|
/* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
|
|
@@ -9451,6 +9480,59 @@ var CompSalePriorDate = styled9__default.default.span`
|
|
|
9451
9480
|
font-size: 0.68rem;
|
|
9452
9481
|
color: rgba(255,255,255,0.25);
|
|
9453
9482
|
`;
|
|
9483
|
+
var PeerEstatesTitle = styled9__default.default.div`
|
|
9484
|
+
font-size: 0.65rem;
|
|
9485
|
+
color: rgba(255,255,255,0.35);
|
|
9486
|
+
text-transform: uppercase;
|
|
9487
|
+
letter-spacing: 0.08em;
|
|
9488
|
+
font-weight: 500;
|
|
9489
|
+
margin-top: 1rem;
|
|
9490
|
+
padding-top: 0.75rem;
|
|
9491
|
+
padding-bottom: 0.35rem;
|
|
9492
|
+
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9493
|
+
`;
|
|
9494
|
+
var PeerEstatesDesc = styled9__default.default.div`
|
|
9495
|
+
font-size: 0.72rem;
|
|
9496
|
+
color: rgba(255,255,255,0.3);
|
|
9497
|
+
line-height: 1.5;
|
|
9498
|
+
margin-bottom: 0.6rem;
|
|
9499
|
+
`;
|
|
9500
|
+
var PeerEstatesTable = styled9__default.default.div`
|
|
9501
|
+
display: flex;
|
|
9502
|
+
flex-direction: column;
|
|
9503
|
+
`;
|
|
9504
|
+
var PeerEstateRow = styled9__default.default.div`
|
|
9505
|
+
display: grid;
|
|
9506
|
+
grid-template-columns: 1fr 60px auto;
|
|
9507
|
+
align-items: center;
|
|
9508
|
+
gap: 0.5rem;
|
|
9509
|
+
padding: 0.45rem 0;
|
|
9510
|
+
border-bottom: ${(p) => p.$last ? "none" : "1px solid rgba(255,255,255,0.03)"};
|
|
9511
|
+
${(p) => p.$active ? `
|
|
9512
|
+
background: rgba(212,175,55,0.04);
|
|
9513
|
+
margin: 0 -0.5rem;
|
|
9514
|
+
padding-left: 0.5rem;
|
|
9515
|
+
padding-right: 0.5rem;
|
|
9516
|
+
border-radius: 6px;
|
|
9517
|
+
` : ""}
|
|
9518
|
+
`;
|
|
9519
|
+
var PeerEstateName = styled9__default.default.span`
|
|
9520
|
+
font-size: 0.8rem;
|
|
9521
|
+
font-weight: 500;
|
|
9522
|
+
color: rgba(255,255,255,0.7);
|
|
9523
|
+
`;
|
|
9524
|
+
var PeerEstateYear = styled9__default.default.span`
|
|
9525
|
+
font-size: 0.72rem;
|
|
9526
|
+
color: rgba(255,255,255,0.3);
|
|
9527
|
+
text-align: center;
|
|
9528
|
+
font-variant-numeric: tabular-nums;
|
|
9529
|
+
`;
|
|
9530
|
+
var PeerEstateStatus = styled9__default.default.span`
|
|
9531
|
+
font-size: 0.68rem;
|
|
9532
|
+
font-weight: 500;
|
|
9533
|
+
text-align: right;
|
|
9534
|
+
color: ${(p) => p.$status === "listed" ? "#D4AF37" : "rgba(255,255,255,0.25)"};
|
|
9535
|
+
`;
|
|
9454
9536
|
var AssetFeatureRow = styled9__default.default.div`
|
|
9455
9537
|
display: flex;
|
|
9456
9538
|
flex-wrap: wrap;
|