@loafmarkets/ui 0.1.224 → 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 +57 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +57 -46
- 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;
|
|
@@ -8717,18 +8715,25 @@ function PropertyOverview({
|
|
|
8717
8715
|
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { children: "The Asset" }),
|
|
8718
8716
|
galleryImages.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
8719
8717
|
/* @__PURE__ */ jsxRuntime.jsxs(GallerySpecRow, { children: [
|
|
8720
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8718
|
+
/* @__PURE__ */ jsxRuntime.jsxs(GallerySpecLeft, { children: [
|
|
8719
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8720
|
+
GalleryMapSection,
|
|
8721
|
+
{
|
|
8722
|
+
images: galleryImages.map((img) => ({ src: img.imageUrl, title: img.title, subtitle: img.subtitle })),
|
|
8723
|
+
categories: galleryCategories2,
|
|
8724
|
+
propertyLocation: location,
|
|
8725
|
+
videoUrl,
|
|
8726
|
+
tokenName,
|
|
8727
|
+
onPhotoClick: onPhotosClick,
|
|
8728
|
+
hideMap: true
|
|
8729
|
+
}
|
|
8730
|
+
),
|
|
8731
|
+
/* @__PURE__ */ jsxRuntime.jsx(FeaturesPanel, { children: features.map((item, i) => /* @__PURE__ */ jsxRuntime.jsxs(AssetFeatureItem, { children: [
|
|
8732
|
+
item.icon && /* @__PURE__ */ jsxRuntime.jsx(AssetFeatureIcon, { children: item.icon }),
|
|
8733
|
+
item.value && /* @__PURE__ */ jsxRuntime.jsx(AssetFeatureValue, { children: item.value }),
|
|
8734
|
+
/* @__PURE__ */ jsxRuntime.jsx(AssetFeatureLabel, { children: item.label })
|
|
8735
|
+
] }, i)) })
|
|
8736
|
+
] }),
|
|
8732
8737
|
/* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
|
|
8733
8738
|
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { children: "Asset Specification" }),
|
|
8734
8739
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
@@ -8769,11 +8774,6 @@ function PropertyOverview({
|
|
|
8769
8774
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "5yr Property Growth" }),
|
|
8770
8775
|
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { style: { color: "#4ade80" }, children: "+90%" })
|
|
8771
8776
|
] }),
|
|
8772
|
-
/* @__PURE__ */ jsxRuntime.jsx(AssetFeatureRow, { children: features.map((item, i) => /* @__PURE__ */ jsxRuntime.jsxs(AssetFeatureItem, { children: [
|
|
8773
|
-
item.icon && /* @__PURE__ */ jsxRuntime.jsx(AssetFeatureIcon, { children: item.icon }),
|
|
8774
|
-
item.value && /* @__PURE__ */ jsxRuntime.jsx(AssetFeatureValue, { children: item.value }),
|
|
8775
|
-
/* @__PURE__ */ jsxRuntime.jsx(AssetFeatureLabel, { children: item.label })
|
|
8776
|
-
] }, i)) }),
|
|
8777
8777
|
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { style: { marginTop: "1.25rem" }, children: "Capital History" }),
|
|
8778
8778
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineWrap, { children: [
|
|
8779
8779
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
@@ -9948,7 +9948,18 @@ styled9__default.default.span`
|
|
|
9948
9948
|
text-align: right;
|
|
9949
9949
|
color: ${(p) => p.$status === "listed" ? "#D4AF37" : "rgba(255,255,255,0.25)"};
|
|
9950
9950
|
`;
|
|
9951
|
-
var
|
|
9951
|
+
var FeaturesPanel = styled9__default.default.div`
|
|
9952
|
+
display: flex;
|
|
9953
|
+
flex-wrap: wrap;
|
|
9954
|
+
gap: 0.75rem 1.5rem;
|
|
9955
|
+
margin-top: 1.25rem;
|
|
9956
|
+
background: #111111;
|
|
9957
|
+
border: 1px solid rgba(255,255,255,0.1);
|
|
9958
|
+
border-radius: 12px;
|
|
9959
|
+
padding: 1rem 1.25rem;
|
|
9960
|
+
justify-content: center;
|
|
9961
|
+
`;
|
|
9962
|
+
styled9__default.default.div`
|
|
9952
9963
|
display: flex;
|
|
9953
9964
|
flex-wrap: wrap;
|
|
9954
9965
|
gap: 0.5rem 1.25rem;
|