@loafmarkets/ui 0.1.167 → 0.1.168

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
@@ -8082,15 +8082,15 @@ function GalleryMapSection({
8082
8082
  /* @__PURE__ */ jsx(SuburbStatValue, { children: "+42%" })
8083
8083
  ] }),
8084
8084
  /* @__PURE__ */ jsxs(SuburbStat, { children: [
8085
- /* @__PURE__ */ jsx(SuburbStatLabel, { children: "Rental Yield" }),
8086
- /* @__PURE__ */ jsx(SuburbStatValue, { children: "2.1%" })
8085
+ /* @__PURE__ */ jsx(SuburbStatLabel, { children: "Suburb Rank" }),
8086
+ /* @__PURE__ */ jsx(SuburbStatValue, { children: "Top 1%" })
8087
8087
  ] }),
8088
8088
  /* @__PURE__ */ jsxs(SuburbStat, { children: [
8089
- /* @__PURE__ */ jsx(SuburbStatLabel, { children: "Population" }),
8090
- /* @__PURE__ */ jsx(SuburbStatValue, { children: "30,200" })
8089
+ /* @__PURE__ */ jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
8090
+ /* @__PURE__ */ jsx(SuburbStatValue, { children: "28" })
8091
8091
  ] })
8092
8092
  ] }),
8093
- /* @__PURE__ */ jsx(SuburbDesc, { children: "Premium harbourside suburb on Sydney's Lower North Shore. Known for heritage homes, village atmosphere, and proximity to Taronga Zoo and Balmoral Beach." })
8093
+ /* @__PURE__ */ jsx(SuburbDesc, { children: "One of Sydney's most prestigious harbourside suburbs, consistently ranked among Australia's highest-value residential markets. Strong capital growth driven by limited supply, heritage conservation overlays, and international buyer demand." })
8094
8094
  ] })
8095
8095
  ] }),
8096
8096
  showFullMap && /* @__PURE__ */ jsx(FullMapPopup, { onClose: () => setShowFullMap(false) })