@loafmarkets/ui 0.1.193 → 0.1.194
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8091,8 +8091,9 @@ function GalleryMapSection({
|
|
|
8091
8091
|
] }),
|
|
8092
8092
|
/* @__PURE__ */ jsxRuntime.jsxs(SuburbProfile, { children: [
|
|
8093
8093
|
/* @__PURE__ */ jsxRuntime.jsxs(SuburbProfileTitle, { children: [
|
|
8094
|
-
"Suburb Profile
|
|
8095
|
-
propertyLocation.split(",")[0]?.trim() || propertyLocation
|
|
8094
|
+
"Suburb Profile (",
|
|
8095
|
+
propertyLocation.split(",")[0]?.trim() || propertyLocation,
|
|
8096
|
+
")"
|
|
8096
8097
|
] }),
|
|
8097
8098
|
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStatsGrid, { children: [
|
|
8098
8099
|
/* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
|