@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.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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: "
|
|
8086
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "
|
|
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: "
|
|
8090
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "
|
|
8089
|
+
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
|
|
8090
|
+
/* @__PURE__ */ jsx(SuburbStatValue, { children: "28" })
|
|
8091
8091
|
] })
|
|
8092
8092
|
] }),
|
|
8093
|
-
/* @__PURE__ */ jsx(SuburbDesc, { children: "
|
|
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) })
|