@loafmarkets/ui 0.1.193 → 0.1.195
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- 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: [
|
|
@@ -8652,7 +8653,7 @@ function PropertyOverview({
|
|
|
8652
8653
|
] }, item.label))
|
|
8653
8654
|
] }),
|
|
8654
8655
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesCard, { children: [
|
|
8655
|
-
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgesTitle, { children: "
|
|
8656
|
+
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgesTitle, { children: "Musgrave Trust Architecture" }),
|
|
8656
8657
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadgesRow, { children: [
|
|
8657
8658
|
/* @__PURE__ */ jsxRuntime.jsxs(TrustBadge, { children: [
|
|
8658
8659
|
/* @__PURE__ */ jsxRuntime.jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),
|