@loafmarkets/ui 0.1.197 → 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 CHANGED
@@ -8098,7 +8098,7 @@ function GalleryMapSection({
8098
8098
  /* @__PURE__ */ jsxRuntime.jsxs(SuburbStatsGrid, { children: [
8099
8099
  /* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
8100
8100
  /* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Median House Price" }),
8101
- /* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "$6.2M" })
8101
+ /* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "$5.5M" })
8102
8102
  ] }),
8103
8103
  /* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
8104
8104
  /* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "5yr Growth" }),
@@ -8865,40 +8865,6 @@ function PropertyOverview({
8865
8865
  /* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 11 yrs" })
8866
8866
  ] }),
8867
8867
  /* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "c.1905, 2,592 sqm" }) })
8868
- ] }),
8869
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstatesTitle, { children: "Heritage Peer Group \u2014 Mosman" }),
8870
- /* @__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." }),
8871
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstatesTable, { children: [
8872
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $active: true, children: [
8873
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Musgrave" }),
8874
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880" }),
8875
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "2026" }),
8876
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "listed", children: "Tokenized on Loaf" })
8877
- ] }),
8878
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
8879
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Kirkoswald House" }),
8880
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1873" }),
8881
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Listed 2025" }),
8882
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
8883
- ] }),
8884
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
8885
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Balmoral House" }),
8886
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1906" }),
8887
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Sold 2017" }),
8888
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market \u2014 est. $40M+" })
8889
- ] }),
8890
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { children: [
8891
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Glenmire" }),
8892
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1880s" }),
8893
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Sold 2015" }),
8894
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "Off Market" })
8895
- ] }),
8896
- /* @__PURE__ */ jsxRuntime.jsxs(PeerEstateRow, { $last: true, children: [
8897
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateName, { children: "Boronia House" }),
8898
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateYear, { children: "c.1885" }),
8899
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateSale, { children: "Not sold since 1952" }),
8900
- /* @__PURE__ */ jsxRuntime.jsx(PeerEstateStatus, { $status: "off", children: "State Heritage \u2014 Council-owned" })
8901
- ] })
8902
8868
  ] })
8903
8869
  ] }),
8904
8870
  /* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
@@ -9590,7 +9556,7 @@ var CompSalePriorDate = styled9__default.default.span`
9590
9556
  font-size: 0.68rem;
9591
9557
  color: rgba(255,255,255,0.25);
9592
9558
  `;
9593
- var PeerEstatesTitle = styled9__default.default.div`
9559
+ styled9__default.default.div`
9594
9560
  font-size: 0.65rem;
9595
9561
  color: rgba(255,255,255,0.35);
9596
9562
  text-transform: uppercase;
@@ -9601,17 +9567,17 @@ var PeerEstatesTitle = styled9__default.default.div`
9601
9567
  padding-bottom: 0.35rem;
9602
9568
  border-top: 1px solid rgba(255,255,255,0.04);
9603
9569
  `;
9604
- var PeerEstatesDesc = styled9__default.default.div`
9570
+ styled9__default.default.div`
9605
9571
  font-size: 0.72rem;
9606
9572
  color: rgba(255,255,255,0.3);
9607
9573
  line-height: 1.5;
9608
9574
  margin-bottom: 0.6rem;
9609
9575
  `;
9610
- var PeerEstatesTable = styled9__default.default.div`
9576
+ styled9__default.default.div`
9611
9577
  display: flex;
9612
9578
  flex-direction: column;
9613
9579
  `;
9614
- var PeerEstateRow = styled9__default.default.div`
9580
+ styled9__default.default.div`
9615
9581
  display: grid;
9616
9582
  grid-template-columns: 1fr 52px auto auto;
9617
9583
  align-items: center;
@@ -9626,24 +9592,24 @@ var PeerEstateRow = styled9__default.default.div`
9626
9592
  border-radius: 6px;
9627
9593
  ` : ""}
9628
9594
  `;
9629
- var PeerEstateName = styled9__default.default.span`
9595
+ styled9__default.default.span`
9630
9596
  font-size: 0.8rem;
9631
9597
  font-weight: 500;
9632
9598
  color: rgba(255,255,255,0.7);
9633
9599
  `;
9634
- var PeerEstateYear = styled9__default.default.span`
9600
+ styled9__default.default.span`
9635
9601
  font-size: 0.72rem;
9636
9602
  color: rgba(255,255,255,0.3);
9637
9603
  text-align: center;
9638
9604
  font-variant-numeric: tabular-nums;
9639
9605
  `;
9640
- var PeerEstateSale = styled9__default.default.span`
9606
+ styled9__default.default.span`
9641
9607
  font-size: 0.65rem;
9642
9608
  color: rgba(255,255,255,0.2);
9643
9609
  text-align: right;
9644
9610
  white-space: nowrap;
9645
9611
  `;
9646
- var PeerEstateStatus = styled9__default.default.span`
9612
+ styled9__default.default.span`
9647
9613
  font-size: 0.68rem;
9648
9614
  font-weight: 500;
9649
9615
  text-align: right;