@loafmarkets/ui 0.1.225 → 0.1.226
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 +26 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -28
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8064,33 +8064,33 @@ function GalleryMapSection({
|
|
|
8064
8064
|
tabIndex: -1
|
|
8065
8065
|
}
|
|
8066
8066
|
)
|
|
8067
|
+
] })
|
|
8068
|
+
] }),
|
|
8069
|
+
!hideMap && /* @__PURE__ */ jsxs(SuburbProfilePanel, { children: [
|
|
8070
|
+
/* @__PURE__ */ jsxs(SuburbProfileTitle, { children: [
|
|
8071
|
+
"Suburb Profile (",
|
|
8072
|
+
propertyLocation.split(",")[0]?.trim() || propertyLocation,
|
|
8073
|
+
")"
|
|
8067
8074
|
] }),
|
|
8068
|
-
/* @__PURE__ */ jsxs(
|
|
8069
|
-
/* @__PURE__ */ jsxs(
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
")"
|
|
8075
|
+
/* @__PURE__ */ jsxs(SuburbStatsGrid, { children: [
|
|
8076
|
+
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8077
|
+
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Median House Price" }),
|
|
8078
|
+
/* @__PURE__ */ jsx(SuburbStatValue, { children: "$5.5M" })
|
|
8073
8079
|
] }),
|
|
8074
|
-
/* @__PURE__ */ jsxs(
|
|
8075
|
-
/* @__PURE__ */
|
|
8076
|
-
|
|
8077
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "$5.5M" })
|
|
8078
|
-
] }),
|
|
8079
|
-
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8080
|
-
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "5yr Growth" }),
|
|
8081
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "+42%" })
|
|
8082
|
-
] }),
|
|
8083
|
-
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8084
|
-
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Suburb Rank" }),
|
|
8085
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "Top 1%" })
|
|
8086
|
-
] }),
|
|
8087
|
-
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8088
|
-
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
|
|
8089
|
-
/* @__PURE__ */ jsx(SuburbStatValue, { children: "28" })
|
|
8090
|
-
] })
|
|
8080
|
+
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8081
|
+
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "5yr Growth" }),
|
|
8082
|
+
/* @__PURE__ */ jsx(SuburbStatValue, { children: "+42%" })
|
|
8091
8083
|
] }),
|
|
8092
|
-
/* @__PURE__ */
|
|
8093
|
-
|
|
8084
|
+
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8085
|
+
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Suburb Rank" }),
|
|
8086
|
+
/* @__PURE__ */ jsx(SuburbStatValue, { children: "Top 1%" })
|
|
8087
|
+
] }),
|
|
8088
|
+
/* @__PURE__ */ jsxs(SuburbStat, { children: [
|
|
8089
|
+
/* @__PURE__ */ jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
|
|
8090
|
+
/* @__PURE__ */ jsx(SuburbStatValue, { children: "28" })
|
|
8091
|
+
] })
|
|
8092
|
+
] }),
|
|
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
|
showFullMap && !hideMap && /* @__PURE__ */ jsx(FullMapPopup, { onClose: () => setShowFullMap(false), mapUrl: resolvedMapUrl })
|
|
8096
8096
|
] });
|
|
@@ -8270,10 +8270,8 @@ var MapFrame = styled9.div`
|
|
|
8270
8270
|
var IframeShield = styled9.div`
|
|
8271
8271
|
position: absolute; inset: 0; z-index: 1; cursor: pointer;
|
|
8272
8272
|
`;
|
|
8273
|
-
var
|
|
8274
|
-
|
|
8275
|
-
padding-top: 0.85rem;
|
|
8276
|
-
border-top: 1px solid rgba(255,255,255,0.06);
|
|
8273
|
+
var SuburbProfilePanel = styled9(PanelBase)`
|
|
8274
|
+
padding: 1.5rem;
|
|
8277
8275
|
`;
|
|
8278
8276
|
var SuburbProfileTitle = styled9.div`
|
|
8279
8277
|
font-size: 0.65rem;
|