@loafmarkets/ui 0.1.175 → 0.1.176
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 +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8787,7 +8787,13 @@ function PropertyOverview({
|
|
|
8787
8787
|
/* @__PURE__ */ jsx(CompSaleDate, { children: "Aug 2024" })
|
|
8788
8788
|
] })
|
|
8789
8789
|
] }),
|
|
8790
|
-
/* @__PURE__ */
|
|
8790
|
+
/* @__PURE__ */ jsxs(CompSalePrior, { children: [
|
|
8791
|
+
/* @__PURE__ */ jsx("span", { children: "Previously sold $3.9M" }),
|
|
8792
|
+
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "2013" }),
|
|
8793
|
+
/* @__PURE__ */ jsx(TimelineGain, { children: "+617%" }),
|
|
8794
|
+
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8795
|
+
] }),
|
|
8796
|
+
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "Boondabah \u2014 c.1905, 2,592 sqm" }) })
|
|
8791
8797
|
] })
|
|
8792
8798
|
] }),
|
|
8793
8799
|
/* @__PURE__ */ jsxs(StatsColumn, { children: [
|