@loafmarkets/ui 0.1.220 → 0.1.222
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 +104 -100
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +104 -100
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8809,113 +8809,117 @@ function PropertyOverview({
|
|
|
8809
8809
|
] })
|
|
8810
8810
|
] })
|
|
8811
8811
|
] }),
|
|
8812
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8813
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8814
|
-
|
|
8815
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8816
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
] }),
|
|
8828
|
-
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8829
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1993" }),
|
|
8830
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8831
|
-
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8832
|
-
/* @__PURE__ */ jsxRuntime.jsxs(TimelineLabel, { children: [
|
|
8833
|
-
"Sold ",
|
|
8834
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineHoldPeriod, { children: "17 yrs" })
|
|
8835
|
-
] }),
|
|
8836
|
-
/* @__PURE__ */ jsxRuntime.jsxs(TimelinePriceWrap, { children: [
|
|
8837
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+1,563%" }),
|
|
8838
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { children: "$1.33M" })
|
|
8812
|
+
/* @__PURE__ */ jsxRuntime.jsxs(StatsGrid, { style: { gridTemplateColumns: "340px 340px" }, children: [
|
|
8813
|
+
/* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
|
|
8814
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { children: "Capital History" }),
|
|
8815
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineWrap, { children: [
|
|
8816
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8817
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1880s" }),
|
|
8818
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8819
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDetail, { children: /* @__PURE__ */ jsxRuntime.jsx(TimelineLabel, { children: "Built c.1880, Pre-Federation" }) })
|
|
8820
|
+
] }),
|
|
8821
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8822
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1976" }),
|
|
8823
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8824
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8825
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineLabel, { children: "Acquired" }),
|
|
8826
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelinePriceWrap, { children: /* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { children: "\xA340,000" }) })
|
|
8839
8827
|
] })
|
|
8840
|
-
] })
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8828
|
+
] }),
|
|
8829
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8830
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1993" }),
|
|
8831
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8832
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8833
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineLabel, { children: [
|
|
8834
|
+
"Sold ",
|
|
8835
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineHoldPeriod, { children: "17 yrs" })
|
|
8836
|
+
] }),
|
|
8837
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelinePriceWrap, { children: [
|
|
8838
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+1,563%" }),
|
|
8839
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { children: "$1.33M" })
|
|
8840
|
+
] })
|
|
8853
8841
|
] })
|
|
8854
|
-
] })
|
|
8855
|
-
|
|
8856
|
-
|
|
8857
|
-
|
|
8858
|
-
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
|
|
8862
|
-
|
|
8863
|
-
|
|
8864
|
-
|
|
8865
|
-
|
|
8866
|
-
|
|
8842
|
+
] }),
|
|
8843
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8844
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "2006" }),
|
|
8845
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8846
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8847
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineLabel, { children: [
|
|
8848
|
+
"Sold ",
|
|
8849
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineHoldPeriod, { children: "13 yrs" })
|
|
8850
|
+
] }),
|
|
8851
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelinePriceWrap, { children: [
|
|
8852
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+491%" }),
|
|
8853
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { children: "$7.86M" })
|
|
8854
|
+
] })
|
|
8867
8855
|
] })
|
|
8868
|
-
] })
|
|
8869
|
-
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
|
|
8874
|
-
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
|
|
8879
|
-
|
|
8880
|
-
|
|
8856
|
+
] }),
|
|
8857
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8858
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "2021" }),
|
|
8859
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8860
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8861
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineLabel, { children: [
|
|
8862
|
+
"Sold (COVID correction) ",
|
|
8863
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineHoldPeriod, { children: "15 yrs" })
|
|
8864
|
+
] }),
|
|
8865
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelinePriceWrap, { children: [
|
|
8866
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+16%" }),
|
|
8867
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { children: "$9.09M" })
|
|
8868
|
+
] })
|
|
8869
|
+
] })
|
|
8870
|
+
] }),
|
|
8871
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { $last: true, children: [
|
|
8872
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "2026" }),
|
|
8873
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, { $active: true }),
|
|
8874
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineDetail, { children: [
|
|
8875
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelineLabel, { children: [
|
|
8876
|
+
"Loaf Offering ",
|
|
8877
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineHoldPeriod, { children: "5 yrs" })
|
|
8878
|
+
] }),
|
|
8879
|
+
/* @__PURE__ */ jsxRuntime.jsxs(TimelinePriceWrap, { children: [
|
|
8880
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+105%" }),
|
|
8881
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelinePrice, { $gold: true, children: "$18.65M" })
|
|
8882
|
+
] })
|
|
8881
8883
|
] })
|
|
8882
8884
|
] })
|
|
8883
8885
|
] })
|
|
8884
8886
|
] }),
|
|
8885
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8886
|
-
|
|
8887
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8888
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleCard, { children: [
|
|
8903
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleHeader, { children: [
|
|
8904
|
-
/* @__PURE__ */ jsxRuntime.jsx(CompSaleAddress, { children: "7 Bradleys Head Rd, Mosman" }),
|
|
8905
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrice, { children: [
|
|
8906
|
-
"$27.96M ",
|
|
8907
|
-
/* @__PURE__ */ jsxRuntime.jsx(CompSaleDate, { children: "Aug 2024" })
|
|
8908
|
-
] })
|
|
8909
|
-
] }),
|
|
8910
|
-
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrior, { children: [
|
|
8911
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Previously sold $3.9M" }),
|
|
8912
|
-
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "2013" }),
|
|
8913
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+617%" }),
|
|
8914
|
-
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8887
|
+
/* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
|
|
8888
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatsColumnHeader, { children: "Comparable Assets" }),
|
|
8889
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleCard, { children: [
|
|
8890
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleHeader, { children: [
|
|
8891
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleAddress, { children: "200A Raglan St, Mosman (Boondabah)" }),
|
|
8892
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrice, { children: [
|
|
8893
|
+
"$16.07M ",
|
|
8894
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleDate, { children: "Mar 2022" })
|
|
8895
|
+
] })
|
|
8896
|
+
] }),
|
|
8897
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrior, { children: [
|
|
8898
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Previously sold $7.35M" }),
|
|
8899
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "Sep 2016" }),
|
|
8900
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+119%" }),
|
|
8901
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 6 yrs" })
|
|
8902
|
+
] }),
|
|
8903
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "c.1905, 2,066 sqm" }) })
|
|
8915
8904
|
] }),
|
|
8916
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8905
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleCard, { children: [
|
|
8906
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleHeader, { children: [
|
|
8907
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleAddress, { children: "7 Bradleys Head Rd, Mosman" }),
|
|
8908
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrice, { children: [
|
|
8909
|
+
"$27.96M ",
|
|
8910
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleDate, { children: "Aug 2024" })
|
|
8911
|
+
] })
|
|
8912
|
+
] }),
|
|
8913
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrior, { children: [
|
|
8914
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Previously sold $3.9M" }),
|
|
8915
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "2013" }),
|
|
8916
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+617%" }),
|
|
8917
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8918
|
+
] }),
|
|
8919
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "c.1905, 2,592 sqm" }) })
|
|
8920
|
+
] })
|
|
8917
8921
|
] })
|
|
8918
|
-
] })
|
|
8922
|
+
] })
|
|
8919
8923
|
] }),
|
|
8920
8924
|
/* @__PURE__ */ jsxRuntime.jsxs(Section, { children: [
|
|
8921
8925
|
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { children: "Trading Hours" }),
|
|
@@ -9182,7 +9186,7 @@ var GallerySpecRow = styled9__default.default.div`
|
|
|
9182
9186
|
grid-template-columns: 1fr 340px;
|
|
9183
9187
|
gap: 1.25rem;
|
|
9184
9188
|
margin-bottom: 1.25rem;
|
|
9185
|
-
align-items:
|
|
9189
|
+
align-items: stretch;
|
|
9186
9190
|
@media (max-width: 900px) { grid-template-columns: 1fr; }
|
|
9187
9191
|
`;
|
|
9188
9192
|
var GallerySpecLeft = styled9__default.default.div`
|
|
@@ -9638,7 +9642,7 @@ var TimelineHoldPeriod = styled9__default.default.span`
|
|
|
9638
9642
|
color: rgba(255,255,255,0.25);
|
|
9639
9643
|
font-weight: 400;
|
|
9640
9644
|
`;
|
|
9641
|
-
|
|
9645
|
+
styled9__default.default.div`
|
|
9642
9646
|
font-size: 0.65rem;
|
|
9643
9647
|
color: rgba(255,255,255,0.35);
|
|
9644
9648
|
text-transform: uppercase;
|