@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.js
CHANGED
|
@@ -8090,33 +8090,33 @@ function GalleryMapSection({
|
|
|
8090
8090
|
tabIndex: -1
|
|
8091
8091
|
}
|
|
8092
8092
|
)
|
|
8093
|
+
] })
|
|
8094
|
+
] }),
|
|
8095
|
+
!hideMap && /* @__PURE__ */ jsxRuntime.jsxs(SuburbProfilePanel, { children: [
|
|
8096
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbProfileTitle, { children: [
|
|
8097
|
+
"Suburb Profile (",
|
|
8098
|
+
propertyLocation.split(",")[0]?.trim() || propertyLocation,
|
|
8099
|
+
")"
|
|
8093
8100
|
] }),
|
|
8094
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8095
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8096
|
-
|
|
8097
|
-
|
|
8098
|
-
")"
|
|
8101
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStatsGrid, { children: [
|
|
8102
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8103
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Median House Price" }),
|
|
8104
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "$5.5M" })
|
|
8099
8105
|
] }),
|
|
8100
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8101
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8102
|
-
|
|
8103
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "$5.5M" })
|
|
8104
|
-
] }),
|
|
8105
|
-
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8106
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "5yr Growth" }),
|
|
8107
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "+42%" })
|
|
8108
|
-
] }),
|
|
8109
|
-
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8110
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Suburb Rank" }),
|
|
8111
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "Top 1%" })
|
|
8112
|
-
] }),
|
|
8113
|
-
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8114
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
|
|
8115
|
-
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "28" })
|
|
8116
|
-
] })
|
|
8106
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8107
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "5yr Growth" }),
|
|
8108
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "+42%" })
|
|
8117
8109
|
] }),
|
|
8118
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8119
|
-
|
|
8110
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8111
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Suburb Rank" }),
|
|
8112
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "Top 1%" })
|
|
8113
|
+
] }),
|
|
8114
|
+
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|
|
8115
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Avg. Days on Market" }),
|
|
8116
|
+
/* @__PURE__ */ jsxRuntime.jsx(SuburbStatValue, { children: "28" })
|
|
8117
|
+
] })
|
|
8118
|
+
] }),
|
|
8119
|
+
/* @__PURE__ */ jsxRuntime.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." })
|
|
8120
8120
|
] }),
|
|
8121
8121
|
showFullMap && !hideMap && /* @__PURE__ */ jsxRuntime.jsx(FullMapPopup, { onClose: () => setShowFullMap(false), mapUrl: resolvedMapUrl })
|
|
8122
8122
|
] });
|
|
@@ -8296,10 +8296,8 @@ var MapFrame = styled9__default.default.div`
|
|
|
8296
8296
|
var IframeShield = styled9__default.default.div`
|
|
8297
8297
|
position: absolute; inset: 0; z-index: 1; cursor: pointer;
|
|
8298
8298
|
`;
|
|
8299
|
-
var
|
|
8300
|
-
|
|
8301
|
-
padding-top: 0.85rem;
|
|
8302
|
-
border-top: 1px solid rgba(255,255,255,0.06);
|
|
8299
|
+
var SuburbProfilePanel = styled9__default.default(PanelBase)`
|
|
8300
|
+
padding: 1.5rem;
|
|
8303
8301
|
`;
|
|
8304
8302
|
var SuburbProfileTitle = styled9__default.default.div`
|
|
8305
8303
|
font-size: 0.65rem;
|