@loafmarkets/ui 0.1.176 → 0.1.177
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8777,7 +8777,8 @@ function PropertyOverview({
|
|
|
8777
8777
|
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "Sep 2016" }),
|
|
8778
8778
|
/* @__PURE__ */ jsx(TimelineGain, { children: "+119%" }),
|
|
8779
8779
|
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "in 6 yrs" })
|
|
8780
|
-
] })
|
|
8780
|
+
] }),
|
|
8781
|
+
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "Boondabah \u2014 c.1905, 2,066 sqm" }) })
|
|
8781
8782
|
] }),
|
|
8782
8783
|
/* @__PURE__ */ jsxs(CompSaleCard, { children: [
|
|
8783
8784
|
/* @__PURE__ */ jsxs(CompSaleHeader, { children: [
|
|
@@ -8793,7 +8794,7 @@ function PropertyOverview({
|
|
|
8793
8794
|
/* @__PURE__ */ jsx(TimelineGain, { children: "+617%" }),
|
|
8794
8795
|
/* @__PURE__ */ jsx(CompSalePriorDate, { children: "in 11 yrs" })
|
|
8795
8796
|
] }),
|
|
8796
|
-
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "
|
|
8797
|
+
/* @__PURE__ */ jsx(CompSalePrior, { children: /* @__PURE__ */ jsx("span", { children: "2,592 sqm" }) })
|
|
8797
8798
|
] })
|
|
8798
8799
|
] }),
|
|
8799
8800
|
/* @__PURE__ */ jsxs(StatsColumn, { children: [
|