@loafmarkets/ui 0.1.223 → 0.1.225

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.mjs CHANGED
@@ -8691,18 +8691,25 @@ function PropertyOverview({
8691
8691
  /* @__PURE__ */ jsx(SectionHeader, { children: "The Asset" }),
8692
8692
  galleryImages.length > 0 && /* @__PURE__ */ jsxs(Fragment, { children: [
8693
8693
  /* @__PURE__ */ jsxs(GallerySpecRow, { children: [
8694
- /* @__PURE__ */ jsx(GallerySpecLeft, { children: /* @__PURE__ */ jsx(
8695
- GalleryMapSection,
8696
- {
8697
- images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
8698
- categories: galleryCategories2,
8699
- propertyLocation: location,
8700
- videoUrl,
8701
- tokenName,
8702
- onPhotoClick: onPhotosClick,
8703
- hideMap: true
8704
- }
8705
- ) }),
8694
+ /* @__PURE__ */ jsxs(GallerySpecLeft, { children: [
8695
+ /* @__PURE__ */ jsx(
8696
+ GalleryMapSection,
8697
+ {
8698
+ images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
8699
+ categories: galleryCategories2,
8700
+ propertyLocation: location,
8701
+ videoUrl,
8702
+ tokenName,
8703
+ onPhotoClick: onPhotosClick,
8704
+ hideMap: true
8705
+ }
8706
+ ),
8707
+ /* @__PURE__ */ jsx(FeaturesPanel, { children: features.map((item, i) => /* @__PURE__ */ jsxs(AssetFeatureItem, { children: [
8708
+ item.icon && /* @__PURE__ */ jsx(AssetFeatureIcon, { children: item.icon }),
8709
+ item.value && /* @__PURE__ */ jsx(AssetFeatureValue, { children: item.value }),
8710
+ /* @__PURE__ */ jsx(AssetFeatureLabel, { children: item.label })
8711
+ ] }, i)) })
8712
+ ] }),
8706
8713
  /* @__PURE__ */ jsxs(StatsColumn, { children: [
8707
8714
  /* @__PURE__ */ jsx(StatsColumnHeader, { children: "Asset Specification" }),
8708
8715
  /* @__PURE__ */ jsxs(StatRow, { children: [
@@ -8743,241 +8750,234 @@ function PropertyOverview({
8743
8750
  /* @__PURE__ */ jsx(StatLabel, { children: "5yr Property Growth" }),
8744
8751
  /* @__PURE__ */ jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
8745
8752
  ] }),
8746
- /* @__PURE__ */ jsx(AssetFeatureRow, { children: features.map((item, i) => /* @__PURE__ */ jsxs(AssetFeatureItem, { children: [
8747
- item.icon && /* @__PURE__ */ jsx(AssetFeatureIcon, { children: item.icon }),
8748
- item.value && /* @__PURE__ */ jsx(AssetFeatureValue, { children: item.value }),
8749
- /* @__PURE__ */ jsx(AssetFeatureLabel, { children: item.label })
8750
- ] }, i)) })
8751
- ] })
8752
- ] }),
8753
- /* @__PURE__ */ jsx(AssetMapWrap, { children: /* @__PURE__ */ jsx(
8754
- GalleryMapSection,
8755
- {
8756
- images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
8757
- categories: galleryCategories2,
8758
- propertyLocation: location,
8759
- videoUrl,
8760
- tokenName,
8761
- onPhotoClick: onPhotosClick,
8762
- hideGallery: true
8763
- }
8764
- ) }),
8765
- /* @__PURE__ */ jsxs(AssetBentoNarratives, { children: [
8766
- /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8767
- /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsx("path", { d: "M22 12h-4l-3 9L9 3l-3 9H2" }) }) }),
8768
- /* @__PURE__ */ jsx(NarrativeTitle, { children: "Generational Compounding" }),
8769
- /* @__PURE__ */ jsx(NarrativeDesc, { children: "Acquired in 1976 for \xA340,000, compounded through every market cycle to a current valuation exceeding A$20M." })
8770
- ] }),
8771
- /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8772
- /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsx("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }) }) }),
8773
- /* @__PURE__ */ jsx(NarrativeTitle, { children: "Permanent Scarcity" }),
8774
- /* @__PURE__ */ jsx(NarrativeDesc, { children: "Heritage harbour-front estates in Mosman cannot be replicated. Sustained global demand supports long-term price growth." })
8775
- ] }),
8776
- /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8777
- /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsxs("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [
8778
- /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
8779
- /* @__PURE__ */ jsx("path", { d: "M12 6v6l4 2" })
8780
- ] }) }),
8781
- /* @__PURE__ */ jsx(NarrativeTitle, { children: "Liquidity Premium" }),
8782
- /* @__PURE__ */ jsx(NarrativeDesc, { children: "Listed assets historically trade at a 20\u201330% premium to unlisted counterparts. First individual property admitted to a continuously traded market." })
8783
- ] })
8784
- ] })
8785
- ] }),
8786
- /* @__PURE__ */ jsxs(StatsGrid, { style: { gridTemplateColumns: "340px 340px" }, children: [
8787
- /* @__PURE__ */ jsxs(StatsColumn, { children: [
8788
- /* @__PURE__ */ jsx(StatsColumnHeader, { children: "Capital History" }),
8789
- /* @__PURE__ */ jsxs(TimelineWrap, { children: [
8790
- /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8791
- /* @__PURE__ */ jsx(TimelineYear, { children: "1880s" }),
8792
- /* @__PURE__ */ jsx(TimelineDot, {}),
8793
- /* @__PURE__ */ jsx(TimelineDetail, { children: /* @__PURE__ */ jsx(TimelineLabel, { children: "Built c.1880, Pre-Federation" }) })
8794
- ] }),
8795
- /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8796
- /* @__PURE__ */ jsx(TimelineYear, { children: "1976" }),
8797
- /* @__PURE__ */ jsx(TimelineDot, {}),
8798
- /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8799
- /* @__PURE__ */ jsx(TimelineLabel, { children: "Acquired" }),
8800
- /* @__PURE__ */ jsx(TimelinePriceWrap, { children: /* @__PURE__ */ jsx(TimelinePrice, { children: "\xA340,000" }) })
8801
- ] })
8802
- ] }),
8803
- /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8804
- /* @__PURE__ */ jsx(TimelineYear, { children: "1993" }),
8805
- /* @__PURE__ */ jsx(TimelineDot, {}),
8806
- /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8807
- /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8808
- "Sold ",
8809
- /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "17 yrs" })
8810
- ] }),
8811
- /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8812
- /* @__PURE__ */ jsx(TimelineGain, { children: "+1,563%" }),
8813
- /* @__PURE__ */ jsx(TimelinePrice, { children: "$1.33M" })
8753
+ /* @__PURE__ */ jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
8754
+ /* @__PURE__ */ jsxs(TimelineWrap, { children: [
8755
+ /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8756
+ /* @__PURE__ */ jsx(TimelineYear, { children: "1880s" }),
8757
+ /* @__PURE__ */ jsx(TimelineDot, {}),
8758
+ /* @__PURE__ */ jsx(TimelineDetail, { children: /* @__PURE__ */ jsx(TimelineLabel, { children: "Built c.1880, Pre-Federation" }) })
8759
+ ] }),
8760
+ /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8761
+ /* @__PURE__ */ jsx(TimelineYear, { children: "1976" }),
8762
+ /* @__PURE__ */ jsx(TimelineDot, {}),
8763
+ /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8764
+ /* @__PURE__ */ jsx(TimelineLabel, { children: "Acquired" }),
8765
+ /* @__PURE__ */ jsx(TimelinePriceWrap, { children: /* @__PURE__ */ jsx(TimelinePrice, { children: "\xA340,000" }) })
8814
8766
  ] })
8815
- ] })
8816
- ] }),
8817
- /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8818
- /* @__PURE__ */ jsx(TimelineYear, { children: "2006" }),
8819
- /* @__PURE__ */ jsx(TimelineDot, {}),
8820
- /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8821
- /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8822
- "Sold ",
8823
- /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "13 yrs" })
8824
- ] }),
8825
- /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8826
- /* @__PURE__ */ jsx(TimelineGain, { children: "+491%" }),
8827
- /* @__PURE__ */ jsx(TimelinePrice, { children: "$7.86M" })
8767
+ ] }),
8768
+ /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8769
+ /* @__PURE__ */ jsx(TimelineYear, { children: "1993" }),
8770
+ /* @__PURE__ */ jsx(TimelineDot, {}),
8771
+ /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8772
+ /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8773
+ "Sold ",
8774
+ /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "17 yrs" })
8775
+ ] }),
8776
+ /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8777
+ /* @__PURE__ */ jsx(TimelineGain, { children: "+1,563%" }),
8778
+ /* @__PURE__ */ jsx(TimelinePrice, { children: "$1.33M" })
8779
+ ] })
8828
8780
  ] })
8829
- ] })
8830
- ] }),
8831
- /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8832
- /* @__PURE__ */ jsx(TimelineYear, { children: "2021" }),
8833
- /* @__PURE__ */ jsx(TimelineDot, {}),
8834
- /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8835
- /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8836
- "Sold (COVID correction) ",
8837
- /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "15 yrs" })
8838
- ] }),
8839
- /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8840
- /* @__PURE__ */ jsx(TimelineGain, { children: "+16%" }),
8841
- /* @__PURE__ */ jsx(TimelinePrice, { children: "$9.09M" })
8781
+ ] }),
8782
+ /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8783
+ /* @__PURE__ */ jsx(TimelineYear, { children: "2006" }),
8784
+ /* @__PURE__ */ jsx(TimelineDot, {}),
8785
+ /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8786
+ /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8787
+ "Sold ",
8788
+ /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "13 yrs" })
8789
+ ] }),
8790
+ /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8791
+ /* @__PURE__ */ jsx(TimelineGain, { children: "+491%" }),
8792
+ /* @__PURE__ */ jsx(TimelinePrice, { children: "$7.86M" })
8793
+ ] })
8842
8794
  ] })
8843
- ] })
8844
- ] }),
8845
- /* @__PURE__ */ jsxs(TimelineEntry, { $last: true, children: [
8846
- /* @__PURE__ */ jsx(TimelineYear, { children: "2026" }),
8847
- /* @__PURE__ */ jsx(TimelineDot, { $active: true }),
8848
- /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8849
- /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8850
- "Loaf Offering ",
8851
- /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "5 yrs" })
8852
- ] }),
8853
- /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8854
- /* @__PURE__ */ jsx(TimelineGain, { children: "+105%" }),
8855
- /* @__PURE__ */ jsx(TimelinePrice, { $gold: true, children: "$18.65M" })
8795
+ ] }),
8796
+ /* @__PURE__ */ jsxs(TimelineEntry, { children: [
8797
+ /* @__PURE__ */ jsx(TimelineYear, { children: "2021" }),
8798
+ /* @__PURE__ */ jsx(TimelineDot, {}),
8799
+ /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8800
+ /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8801
+ "Sold (COVID correction) ",
8802
+ /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "15 yrs" })
8803
+ ] }),
8804
+ /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8805
+ /* @__PURE__ */ jsx(TimelineGain, { children: "+16%" }),
8806
+ /* @__PURE__ */ jsx(TimelinePrice, { children: "$9.09M" })
8807
+ ] })
8808
+ ] })
8809
+ ] }),
8810
+ /* @__PURE__ */ jsxs(TimelineEntry, { $last: true, children: [
8811
+ /* @__PURE__ */ jsx(TimelineYear, { children: "2026" }),
8812
+ /* @__PURE__ */ jsx(TimelineDot, { $active: true }),
8813
+ /* @__PURE__ */ jsxs(TimelineDetail, { children: [
8814
+ /* @__PURE__ */ jsxs(TimelineLabel, { children: [
8815
+ "Loaf Offering ",
8816
+ /* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "5 yrs" })
8817
+ ] }),
8818
+ /* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
8819
+ /* @__PURE__ */ jsx(TimelineGain, { children: "+105%" }),
8820
+ /* @__PURE__ */ jsx(TimelinePrice, { $gold: true, children: "$18.65M" })
8821
+ ] })
8856
8822
  ] })
8857
8823
  ] })
8858
8824
  ] })
8859
8825
  ] })
8860
8826
  ] }),
8861
- /* @__PURE__ */ jsxs(StatsColumn, { children: [
8862
- /* @__PURE__ */ jsx(StatsColumnHeader, { children: "Comparable Assets" }),
8863
- /* @__PURE__ */ jsxs(CompAssetCard, { children: [
8864
- /* @__PURE__ */ jsxs(CompAssetRow, { children: [
8865
- /* @__PURE__ */ jsx(CompAssetThumb, { children: /* @__PURE__ */ jsx("img", { src: "/boondabah.jpg", alt: "Boondabah", onError: (e) => {
8866
- e.target.style.display = "none";
8867
- } }) }),
8868
- /* @__PURE__ */ jsxs(CompAssetInfo, { children: [
8869
- /* @__PURE__ */ jsxs(CompAssetName, { children: [
8870
- "Boondabah ",
8871
- /* @__PURE__ */ jsx(CompAssetBadge, { children: "HERITAGE" })
8827
+ /* @__PURE__ */ jsxs(MapCompRow, { children: [
8828
+ /* @__PURE__ */ jsx(MapCompLeft, { children: /* @__PURE__ */ jsx(
8829
+ GalleryMapSection,
8830
+ {
8831
+ images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
8832
+ categories: galleryCategories2,
8833
+ propertyLocation: location,
8834
+ videoUrl,
8835
+ tokenName,
8836
+ onPhotoClick: onPhotosClick,
8837
+ hideGallery: true
8838
+ }
8839
+ ) }),
8840
+ /* @__PURE__ */ jsxs(StatsColumn, { children: [
8841
+ /* @__PURE__ */ jsx(StatsColumnHeader, { children: "Comparable Assets" }),
8842
+ /* @__PURE__ */ jsxs(CompAssetCard, { children: [
8843
+ /* @__PURE__ */ jsxs(CompAssetRow, { children: [
8844
+ /* @__PURE__ */ jsx(CompAssetThumb, { children: /* @__PURE__ */ jsx("img", { src: "/boondabah.jpg", alt: "Boondabah", onError: (e) => {
8845
+ e.target.style.display = "none";
8846
+ } }) }),
8847
+ /* @__PURE__ */ jsxs(CompAssetInfo, { children: [
8848
+ /* @__PURE__ */ jsxs(CompAssetName, { children: [
8849
+ "Boondabah ",
8850
+ /* @__PURE__ */ jsx(CompAssetBadge, { children: "HERITAGE" })
8851
+ ] }),
8852
+ /* @__PURE__ */ jsx(CompAssetAddr, { children: "200A Raglan St, Mosman" })
8872
8853
  ] }),
8873
- /* @__PURE__ */ jsx(CompAssetAddr, { children: "200A Raglan St, Mosman" })
8874
- ] }),
8875
- /* @__PURE__ */ jsxs(CompAssetPriceCol, { children: [
8876
- /* @__PURE__ */ jsx(CompAssetSalePrice, { children: "$16.07M" }),
8877
- /* @__PURE__ */ jsx(CompAssetSaleDate, { children: "Mar 2022" })
8878
- ] })
8879
- ] }),
8880
- /* @__PURE__ */ jsxs(CompAssetStatsRow, { children: [
8881
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8882
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Land" }),
8883
- /* @__PURE__ */ jsx(CompAssetStatVal, { children: "2,066 sqm" })
8884
- ] }),
8885
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8886
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Era" }),
8887
- /* @__PURE__ */ jsx(CompAssetStatVal, { children: "c.1905" })
8854
+ /* @__PURE__ */ jsxs(CompAssetPriceCol, { children: [
8855
+ /* @__PURE__ */ jsx(CompAssetSalePrice, { children: "$16.07M" }),
8856
+ /* @__PURE__ */ jsx(CompAssetSaleDate, { children: "Mar 2022" })
8857
+ ] })
8888
8858
  ] }),
8889
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8890
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Growth" }),
8891
- /* @__PURE__ */ jsx(CompAssetStatVal, { style: { color: "#4ade80" }, children: "+119%" })
8892
- ] })
8893
- ] }),
8894
- /* @__PURE__ */ jsxs(CompAssetHoverDetail, { children: [
8895
- /* @__PURE__ */ jsx(CompAssetHoverImg, { children: /* @__PURE__ */ jsx("img", { src: "/boondabah.jpg", alt: "Boondabah", onError: (e) => {
8896
- e.target.src = "";
8897
- } }) }),
8898
- /* @__PURE__ */ jsxs(CompAssetHoverStats, { children: [
8899
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8900
- /* @__PURE__ */ jsx("span", { children: "Previous Sale" }),
8901
- /* @__PURE__ */ jsx("span", { children: "$7.35M (Sep 2016)" })
8902
- ] }),
8903
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8904
- /* @__PURE__ */ jsx("span", { children: "Hold Period" }),
8905
- /* @__PURE__ */ jsx("span", { children: "6 years" })
8859
+ /* @__PURE__ */ jsxs(CompAssetStatsRow, { children: [
8860
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8861
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Land" }),
8862
+ /* @__PURE__ */ jsx(CompAssetStatVal, { children: "2,066 sqm" })
8906
8863
  ] }),
8907
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8908
- /* @__PURE__ */ jsx("span", { children: "Annualised Return" }),
8909
- /* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "~13.8% p.a." })
8864
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8865
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Era" }),
8866
+ /* @__PURE__ */ jsx(CompAssetStatVal, { children: "c.1905" })
8910
8867
  ] }),
8911
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8912
- /* @__PURE__ */ jsx("span", { children: "Style" }),
8913
- /* @__PURE__ */ jsx("span", { children: "Federation, Harbourfront" })
8914
- ] }),
8915
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8916
- /* @__PURE__ */ jsx("span", { children: "Similarity" }),
8917
- /* @__PURE__ */ jsx("span", { children: "Same street, heritage estate" })
8868
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8869
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Growth" }),
8870
+ /* @__PURE__ */ jsx(CompAssetStatVal, { style: { color: "#4ade80" }, children: "+119%" })
8918
8871
  ] })
8919
- ] })
8920
- ] })
8921
- ] }),
8922
- /* @__PURE__ */ jsxs(CompAssetCard, { children: [
8923
- /* @__PURE__ */ jsxs(CompAssetRow, { children: [
8924
- /* @__PURE__ */ jsx(CompAssetThumb, { children: /* @__PURE__ */ jsx("img", { src: "/bradleys.jpg", alt: "Bradleys Head", onError: (e) => {
8925
- e.target.style.display = "none";
8926
- } }) }),
8927
- /* @__PURE__ */ jsxs(CompAssetInfo, { children: [
8928
- /* @__PURE__ */ jsxs(CompAssetName, { children: [
8929
- "Dobroyd ",
8930
- /* @__PURE__ */ jsx(CompAssetBadge, { children: "HERITAGE" })
8931
- ] }),
8932
- /* @__PURE__ */ jsx(CompAssetAddr, { children: "7 Bradleys Head Rd, Mosman" })
8933
8872
  ] }),
8934
- /* @__PURE__ */ jsxs(CompAssetPriceCol, { children: [
8935
- /* @__PURE__ */ jsx(CompAssetSalePrice, { children: "$27.96M" }),
8936
- /* @__PURE__ */ jsx(CompAssetSaleDate, { children: "Aug 2024" })
8937
- ] })
8938
- ] }),
8939
- /* @__PURE__ */ jsxs(CompAssetStatsRow, { children: [
8940
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8941
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Land" }),
8942
- /* @__PURE__ */ jsx(CompAssetStatVal, { children: "2,592 sqm" })
8943
- ] }),
8944
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8945
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Era" }),
8946
- /* @__PURE__ */ jsx(CompAssetStatVal, { children: "c.1905" })
8947
- ] }),
8948
- /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8949
- /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Growth" }),
8950
- /* @__PURE__ */ jsx(CompAssetStatVal, { style: { color: "#4ade80" }, children: "+617%" })
8873
+ /* @__PURE__ */ jsxs(CompAssetHoverDetail, { children: [
8874
+ /* @__PURE__ */ jsx(CompAssetHoverImg, { children: /* @__PURE__ */ jsx("img", { src: "/boondabah.jpg", alt: "Boondabah", onError: (e) => {
8875
+ e.target.src = "";
8876
+ } }) }),
8877
+ /* @__PURE__ */ jsxs(CompAssetHoverStats, { children: [
8878
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8879
+ /* @__PURE__ */ jsx("span", { children: "Previous Sale" }),
8880
+ /* @__PURE__ */ jsx("span", { children: "$7.35M (Sep 2016)" })
8881
+ ] }),
8882
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8883
+ /* @__PURE__ */ jsx("span", { children: "Hold Period" }),
8884
+ /* @__PURE__ */ jsx("span", { children: "6 years" })
8885
+ ] }),
8886
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8887
+ /* @__PURE__ */ jsx("span", { children: "Annualised Return" }),
8888
+ /* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "~13.8% p.a." })
8889
+ ] }),
8890
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8891
+ /* @__PURE__ */ jsx("span", { children: "Style" }),
8892
+ /* @__PURE__ */ jsx("span", { children: "Federation, Harbourfront" })
8893
+ ] }),
8894
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8895
+ /* @__PURE__ */ jsx("span", { children: "Similarity" }),
8896
+ /* @__PURE__ */ jsx("span", { children: "Same street, heritage estate" })
8897
+ ] })
8898
+ ] })
8951
8899
  ] })
8952
8900
  ] }),
8953
- /* @__PURE__ */ jsxs(CompAssetHoverDetail, { children: [
8954
- /* @__PURE__ */ jsx(CompAssetHoverImg, { children: /* @__PURE__ */ jsx("img", { src: "/bradleys.jpg", alt: "Bradleys Head", onError: (e) => {
8955
- e.target.src = "";
8956
- } }) }),
8957
- /* @__PURE__ */ jsxs(CompAssetHoverStats, { children: [
8958
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8959
- /* @__PURE__ */ jsx("span", { children: "Previous Sale" }),
8960
- /* @__PURE__ */ jsx("span", { children: "$3.9M (2013)" })
8961
- ] }),
8962
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8963
- /* @__PURE__ */ jsx("span", { children: "Hold Period" }),
8964
- /* @__PURE__ */ jsx("span", { children: "11 years" })
8901
+ /* @__PURE__ */ jsxs(CompAssetCard, { children: [
8902
+ /* @__PURE__ */ jsxs(CompAssetRow, { children: [
8903
+ /* @__PURE__ */ jsx(CompAssetThumb, { children: /* @__PURE__ */ jsx("img", { src: "/bradleys.jpg", alt: "Bradleys Head", onError: (e) => {
8904
+ e.target.style.display = "none";
8905
+ } }) }),
8906
+ /* @__PURE__ */ jsxs(CompAssetInfo, { children: [
8907
+ /* @__PURE__ */ jsxs(CompAssetName, { children: [
8908
+ "Dobroyd ",
8909
+ /* @__PURE__ */ jsx(CompAssetBadge, { children: "HERITAGE" })
8910
+ ] }),
8911
+ /* @__PURE__ */ jsx(CompAssetAddr, { children: "7 Bradleys Head Rd, Mosman" })
8965
8912
  ] }),
8966
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8967
- /* @__PURE__ */ jsx("span", { children: "Annualised Return" }),
8968
- /* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "~19.5% p.a." })
8913
+ /* @__PURE__ */ jsxs(CompAssetPriceCol, { children: [
8914
+ /* @__PURE__ */ jsx(CompAssetSalePrice, { children: "$27.96M" }),
8915
+ /* @__PURE__ */ jsx(CompAssetSaleDate, { children: "Aug 2024" })
8916
+ ] })
8917
+ ] }),
8918
+ /* @__PURE__ */ jsxs(CompAssetStatsRow, { children: [
8919
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8920
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Land" }),
8921
+ /* @__PURE__ */ jsx(CompAssetStatVal, { children: "2,592 sqm" })
8969
8922
  ] }),
8970
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8971
- /* @__PURE__ */ jsx("span", { children: "Style" }),
8972
- /* @__PURE__ */ jsx("span", { children: "Federation, Harbourfront" })
8923
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8924
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Era" }),
8925
+ /* @__PURE__ */ jsx(CompAssetStatVal, { children: "c.1905" })
8973
8926
  ] }),
8974
- /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8975
- /* @__PURE__ */ jsx("span", { children: "Similarity" }),
8976
- /* @__PURE__ */ jsx("span", { children: "Heritage harbourside estate" })
8927
+ /* @__PURE__ */ jsxs(CompAssetStat, { children: [
8928
+ /* @__PURE__ */ jsx(CompAssetStatLabel, { children: "Growth" }),
8929
+ /* @__PURE__ */ jsx(CompAssetStatVal, { style: { color: "#4ade80" }, children: "+617%" })
8930
+ ] })
8931
+ ] }),
8932
+ /* @__PURE__ */ jsxs(CompAssetHoverDetail, { children: [
8933
+ /* @__PURE__ */ jsx(CompAssetHoverImg, { children: /* @__PURE__ */ jsx("img", { src: "/bradleys.jpg", alt: "Bradleys Head", onError: (e) => {
8934
+ e.target.src = "";
8935
+ } }) }),
8936
+ /* @__PURE__ */ jsxs(CompAssetHoverStats, { children: [
8937
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8938
+ /* @__PURE__ */ jsx("span", { children: "Previous Sale" }),
8939
+ /* @__PURE__ */ jsx("span", { children: "$3.9M (2013)" })
8940
+ ] }),
8941
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8942
+ /* @__PURE__ */ jsx("span", { children: "Hold Period" }),
8943
+ /* @__PURE__ */ jsx("span", { children: "11 years" })
8944
+ ] }),
8945
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8946
+ /* @__PURE__ */ jsx("span", { children: "Annualised Return" }),
8947
+ /* @__PURE__ */ jsx("span", { style: { color: "#4ade80" }, children: "~19.5% p.a." })
8948
+ ] }),
8949
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8950
+ /* @__PURE__ */ jsx("span", { children: "Style" }),
8951
+ /* @__PURE__ */ jsx("span", { children: "Federation, Harbourfront" })
8952
+ ] }),
8953
+ /* @__PURE__ */ jsxs(CompAssetHoverRow, { children: [
8954
+ /* @__PURE__ */ jsx("span", { children: "Similarity" }),
8955
+ /* @__PURE__ */ jsx("span", { children: "Heritage harbourside estate" })
8956
+ ] })
8977
8957
  ] })
8978
8958
  ] })
8979
8959
  ] })
8980
8960
  ] })
8961
+ ] }),
8962
+ /* @__PURE__ */ jsxs(AssetBentoNarratives, { children: [
8963
+ /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8964
+ /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsx("path", { d: "M22 12h-4l-3 9L9 3l-3 9H2" }) }) }),
8965
+ /* @__PURE__ */ jsx(NarrativeTitle, { children: "Generational Compounding" }),
8966
+ /* @__PURE__ */ jsx(NarrativeDesc, { children: "Acquired in 1976 for \xA340,000, compounded through every market cycle to a current valuation exceeding A$20M." })
8967
+ ] }),
8968
+ /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8969
+ /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsx("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: /* @__PURE__ */ jsx("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }) }) }),
8970
+ /* @__PURE__ */ jsx(NarrativeTitle, { children: "Permanent Scarcity" }),
8971
+ /* @__PURE__ */ jsx(NarrativeDesc, { children: "Heritage harbour-front estates in Mosman cannot be replicated. Sustained global demand supports long-term price growth." })
8972
+ ] }),
8973
+ /* @__PURE__ */ jsxs(NarrativeCard, { children: [
8974
+ /* @__PURE__ */ jsx(NarrativeIcon, { children: /* @__PURE__ */ jsxs("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [
8975
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
8976
+ /* @__PURE__ */ jsx("path", { d: "M12 6v6l4 2" })
8977
+ ] }) }),
8978
+ /* @__PURE__ */ jsx(NarrativeTitle, { children: "Liquidity Premium" }),
8979
+ /* @__PURE__ */ jsx(NarrativeDesc, { children: "Listed assets historically trade at a 20\u201330% premium to unlisted counterparts. First individual property admitted to a continuously traded market." })
8980
+ ] })
8981
8981
  ] })
8982
8982
  ] })
8983
8983
  ] }),
@@ -9243,18 +9243,27 @@ var Wrapper = styled9.div`
9243
9243
  `;
9244
9244
  var GallerySpecRow = styled9.div`
9245
9245
  display: grid;
9246
- grid-template-columns: 1fr 340px;
9246
+ grid-template-columns: 1fr 380px;
9247
9247
  gap: 1.25rem;
9248
9248
  margin-bottom: 1.25rem;
9249
- align-items: stretch;
9249
+ align-items: start;
9250
9250
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9251
9251
  `;
9252
9252
  var GallerySpecLeft = styled9.div`
9253
9253
  min-width: 0;
9254
9254
  overflow: hidden;
9255
9255
  `;
9256
- var AssetMapWrap = styled9.div`
9256
+ var MapCompRow = styled9.div`
9257
+ display: grid;
9258
+ grid-template-columns: 1fr 340px;
9259
+ gap: 1.25rem;
9257
9260
  margin-bottom: 1.25rem;
9261
+ align-items: start;
9262
+ @media (max-width: 900px) { grid-template-columns: 1fr; }
9263
+ `;
9264
+ var MapCompLeft = styled9.div`
9265
+ min-width: 0;
9266
+ overflow: hidden;
9258
9267
  `;
9259
9268
  var AssetBentoNarratives = styled9.div`
9260
9269
  display: grid;
@@ -9536,7 +9545,7 @@ var StatsTab = styled9.button`
9536
9545
  var StatsTabContent = styled9.div`
9537
9546
  padding: 0.5rem 1.25rem 1.25rem;
9538
9547
  `;
9539
- var StatsGrid = styled9.div`
9548
+ styled9.div`
9540
9549
  display: grid;
9541
9550
  grid-template-columns: 340px 340px;
9542
9551
  gap: 1rem;
@@ -9915,7 +9924,18 @@ styled9.span`
9915
9924
  text-align: right;
9916
9925
  color: ${(p) => p.$status === "listed" ? "#D4AF37" : "rgba(255,255,255,0.25)"};
9917
9926
  `;
9918
- var AssetFeatureRow = styled9.div`
9927
+ var FeaturesPanel = styled9.div`
9928
+ display: flex;
9929
+ flex-wrap: wrap;
9930
+ gap: 0.75rem 1.5rem;
9931
+ margin-top: 1.25rem;
9932
+ background: #111111;
9933
+ border: 1px solid rgba(255,255,255,0.1);
9934
+ border-radius: 12px;
9935
+ padding: 1rem 1.25rem;
9936
+ justify-content: center;
9937
+ `;
9938
+ styled9.div`
9919
9939
  display: flex;
9920
9940
  flex-wrap: wrap;
9921
9941
  gap: 0.5rem 1.25rem;