@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.mjs CHANGED
@@ -8065,8 +8065,9 @@ function GalleryMapSection({
8065
8065
  ] }),
8066
8066
  /* @__PURE__ */ jsxs(SuburbProfile, { children: [
8067
8067
  /* @__PURE__ */ jsxs(SuburbProfileTitle, { children: [
8068
- "Suburb Profile \u2014 ",
8069
- propertyLocation.split(",")[0]?.trim() || propertyLocation
8068
+ "Suburb Profile (",
8069
+ propertyLocation.split(",")[0]?.trim() || propertyLocation,
8070
+ ")"
8070
8071
  ] }),
8071
8072
  /* @__PURE__ */ jsxs(SuburbStatsGrid, { children: [
8072
8073
  /* @__PURE__ */ jsxs(SuburbStat, { children: [
@@ -8626,7 +8627,7 @@ function PropertyOverview({
8626
8627
  ] }, item.label))
8627
8628
  ] }),
8628
8629
  /* @__PURE__ */ jsxs(TrustBadgesCard, { children: [
8629
- /* @__PURE__ */ jsx(TrustBadgesTitle, { children: "Institutional Partners" }),
8630
+ /* @__PURE__ */ jsx(TrustBadgesTitle, { children: "Musgrave Trust Architecture" }),
8630
8631
  /* @__PURE__ */ jsxs(TrustBadgesRow, { children: [
8631
8632
  /* @__PURE__ */ jsxs(TrustBadge, { children: [
8632
8633
  /* @__PURE__ */ jsx(TrustBadgeLogoWrap, { children: /* @__PURE__ */ jsx("img", { src: "/Baker_McKenzie.png", alt: "Baker McKenzie", style: { height: 38, filter: "grayscale(1) brightness(10)", opacity: 0.5 } }) }),