@loafmarkets/ui 0.1.225 → 0.1.227

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 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(SuburbProfile, { children: [
8095
- /* @__PURE__ */ jsxRuntime.jsxs(SuburbProfileTitle, { children: [
8096
- "Suburb Profile (",
8097
- propertyLocation.split(",")[0]?.trim() || propertyLocation,
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(SuburbStatsGrid, { children: [
8101
- /* @__PURE__ */ jsxRuntime.jsxs(SuburbStat, { children: [
8102
- /* @__PURE__ */ jsxRuntime.jsx(SuburbStatLabel, { children: "Median House Price" }),
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.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." })
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
  ] });
@@ -8178,7 +8178,6 @@ var Row = styled9__default.default.div`
8178
8178
  display: grid;
8179
8179
  grid-template-columns: 1fr;
8180
8180
  gap: 1.5rem;
8181
- margin-top: 1.5rem;
8182
8181
  max-width: 100%;
8183
8182
  overflow: hidden;
8184
8183
  box-sizing: border-box;
@@ -8296,10 +8295,8 @@ var MapFrame = styled9__default.default.div`
8296
8295
  var IframeShield = styled9__default.default.div`
8297
8296
  position: absolute; inset: 0; z-index: 1; cursor: pointer;
8298
8297
  `;
8299
- var SuburbProfile = styled9__default.default.div`
8300
- margin-top: 1rem;
8301
- padding-top: 0.85rem;
8302
- border-top: 1px solid rgba(255,255,255,0.06);
8298
+ var SuburbProfilePanel = styled9__default.default(PanelBase)`
8299
+ padding: 1.5rem;
8303
8300
  `;
8304
8301
  var SuburbProfileTitle = styled9__default.default.div`
8305
8302
  font-size: 0.65rem;
@@ -9270,21 +9267,23 @@ var Wrapper = styled9__default.default.div`
9270
9267
  var GallerySpecRow = styled9__default.default.div`
9271
9268
  display: grid;
9272
9269
  grid-template-columns: 1fr 380px;
9273
- gap: 1.25rem;
9274
- margin-bottom: 1.25rem;
9270
+ gap: 0.75rem;
9275
9271
  align-items: start;
9276
9272
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9277
9273
  `;
9278
9274
  var GallerySpecLeft = styled9__default.default.div`
9279
9275
  min-width: 0;
9280
9276
  overflow: hidden;
9277
+ display: flex;
9278
+ flex-direction: column;
9279
+ gap: 0.75rem;
9281
9280
  `;
9282
9281
  var MapCompRow = styled9__default.default.div`
9283
9282
  display: grid;
9284
- grid-template-columns: 1fr 340px;
9285
- gap: 1.25rem;
9286
- margin-bottom: 1.25rem;
9287
- align-items: start;
9283
+ grid-template-columns: 1fr 380px;
9284
+ gap: 0.75rem;
9285
+ margin-top: 0.75rem;
9286
+ align-items: stretch;
9288
9287
  @media (max-width: 900px) { grid-template-columns: 1fr; }
9289
9288
  `;
9290
9289
  var MapCompLeft = styled9__default.default.div`
@@ -9295,6 +9294,7 @@ var AssetBentoNarratives = styled9__default.default.div`
9295
9294
  display: grid;
9296
9295
  grid-template-columns: repeat(3, 1fr);
9297
9296
  gap: 0.75rem;
9297
+ margin-top: 0.75rem;
9298
9298
  @media (max-width: 768px) { grid-template-columns: 1fr; }
9299
9299
  `;
9300
9300
  styled9__default.default.div`
@@ -9954,7 +9954,6 @@ var FeaturesPanel = styled9__default.default.div`
9954
9954
  display: flex;
9955
9955
  flex-wrap: wrap;
9956
9956
  gap: 0.75rem 1.5rem;
9957
- margin-top: 1.25rem;
9958
9957
  background: #111111;
9959
9958
  border: 1px solid rgba(255,255,255,0.1);
9960
9959
  border-radius: 12px;