@loafmarkets/ui 0.1.179 → 0.1.181
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 +25 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8561,7 +8561,8 @@ function PropertyOverview({
|
|
|
8561
8561
|
const tokenMarketCap = tokenPriceValue && resolvedTokensIssued ? tokenPriceValue * resolvedTokensIssued : null;
|
|
8562
8562
|
const currentDividendYield = tokenMarketCap && monthlyCoupon > 0 ? (monthlyCoupon * 12 / tokenMarketCap * 100).toFixed(2) : null;
|
|
8563
8563
|
const loadingSkeleton = /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { width: 90, height: 18 });
|
|
8564
|
-
const
|
|
8564
|
+
const rawPropertyType = overviewData?.propertyType ?? propertyTypeLabel ?? null;
|
|
8565
|
+
const resolvedPropertyType = rawPropertyType === "House" ? "Residential" : rawPropertyType;
|
|
8565
8566
|
const galleryImages = images ?? [];
|
|
8566
8567
|
const chainValue = /* @__PURE__ */ jsxRuntime.jsxs(ChainLogos, { children: [
|
|
8567
8568
|
/* @__PURE__ */ jsxRuntime.jsx(ChainLogoImg, { src: "/Base-Symbol.png", alt: "Base" }),
|
|
@@ -8828,27 +8829,32 @@ function PropertyOverview({
|
|
|
8828
8829
|
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $active: true, children: [
|
|
8829
8830
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Musgrave" }),
|
|
8830
8831
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880" }),
|
|
8832
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "2026" }),
|
|
8831
8833
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "listed", children: "Tokenized on Loaf" })
|
|
8832
8834
|
] }),
|
|
8833
8835
|
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8834
8836
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Kirkoswald House" }),
|
|
8835
|
-
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.
|
|
8837
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1873" }),
|
|
8838
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Listed 2025" }),
|
|
8836
8839
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8837
8840
|
] }),
|
|
8838
8841
|
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8839
8842
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Balmoral House" }),
|
|
8840
8843
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1906" }),
|
|
8844
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Sold 2017" }),
|
|
8841
8845
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market \u2014 est. $40M+" })
|
|
8842
8846
|
] }),
|
|
8843
8847
|
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
|
|
8844
8848
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Glenmire" }),
|
|
8845
8849
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880s" }),
|
|
8850
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Sold 2015" }),
|
|
8846
8851
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
|
|
8847
8852
|
] }),
|
|
8848
8853
|
/* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $last: true, children: [
|
|
8849
8854
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Boronia House" }),
|
|
8850
8855
|
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1885" }),
|
|
8851
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8856
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Not sold since 1952" }),
|
|
8857
|
+
/* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Council-owned" })
|
|
8852
8858
|
] })
|
|
8853
8859
|
] })
|
|
8854
8860
|
] }),
|
|
@@ -8870,15 +8876,19 @@ function PropertyOverview({
|
|
|
8870
8876
|
] }),
|
|
8871
8877
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8872
8878
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Built" }),
|
|
8873
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "c.1880 \u2014
|
|
8879
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "c.1880 \u2014 Historic Site" })
|
|
8880
|
+
] }),
|
|
8881
|
+
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8882
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Heritage Status" }),
|
|
8883
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "Not Heritage Protected" })
|
|
8874
8884
|
] }),
|
|
8875
8885
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8876
8886
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Zoning" }),
|
|
8877
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "R3 \u2014
|
|
8887
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "R3 \u2014 Medium Density" })
|
|
8878
8888
|
] }),
|
|
8879
8889
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8880
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "
|
|
8881
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "
|
|
8890
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Development Optionality" }),
|
|
8891
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "Low-rise / Apartments Permitted" })
|
|
8882
8892
|
] }),
|
|
8883
8893
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8884
8894
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Suburb Median (6 Bed)" }),
|
|
@@ -9503,9 +9513,9 @@ var PeerEstatesTable = styled9__default.default.div`
|
|
|
9503
9513
|
`;
|
|
9504
9514
|
var PeerEstateRow = styled9__default.default.div`
|
|
9505
9515
|
display: grid;
|
|
9506
|
-
grid-template-columns: 1fr
|
|
9516
|
+
grid-template-columns: 1fr 52px auto auto;
|
|
9507
9517
|
align-items: center;
|
|
9508
|
-
gap: 0.
|
|
9518
|
+
gap: 0.4rem;
|
|
9509
9519
|
padding: 0.45rem 0;
|
|
9510
9520
|
border-bottom: ${(p) => p.$last ? "none" : "1px solid rgba(255,255,255,0.03)"};
|
|
9511
9521
|
${(p) => p.$active ? `
|
|
@@ -9527,6 +9537,12 @@ var PeerEstateYear = styled9__default.default.span`
|
|
|
9527
9537
|
text-align: center;
|
|
9528
9538
|
font-variant-numeric: tabular-nums;
|
|
9529
9539
|
`;
|
|
9540
|
+
var PeerEstateSale = styled9__default.default.span`
|
|
9541
|
+
font-size: 0.65rem;
|
|
9542
|
+
color: rgba(255,255,255,0.2);
|
|
9543
|
+
text-align: right;
|
|
9544
|
+
white-space: nowrap;
|
|
9545
|
+
`;
|
|
9530
9546
|
var PeerEstateStatus = styled9__default.default.span`
|
|
9531
9547
|
font-size: 0.68rem;
|
|
9532
9548
|
font-weight: 500;
|