@loafmarkets/ui 0.1.172 → 0.1.174
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 +66 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +66 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8722,7 +8722,7 @@ function PropertyOverview({
|
|
|
8722
8722
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8723
8723
|
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1880s" }),
|
|
8724
8724
|
/* @__PURE__ */ jsxRuntime.jsx(TimelineDot, {}),
|
|
8725
|
-
/* @__PURE__ */ jsxRuntime.jsx(TimelineDetail, { children: /* @__PURE__ */ jsxRuntime.jsx(TimelineLabel, { children: "Built \u2014 Pre-Federation" }) })
|
|
8725
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineDetail, { children: /* @__PURE__ */ jsxRuntime.jsx(TimelineLabel, { children: "Built \u2014 c.1880, Pre-Federation" }) })
|
|
8726
8726
|
] }),
|
|
8727
8727
|
/* @__PURE__ */ jsxRuntime.jsxs(TimelineEntry, { children: [
|
|
8728
8728
|
/* @__PURE__ */ jsxRuntime.jsx(TimelineYear, { children: "1976" }),
|
|
@@ -8790,19 +8790,30 @@ function PropertyOverview({
|
|
|
8790
8790
|
] })
|
|
8791
8791
|
] }),
|
|
8792
8792
|
/* @__PURE__ */ jsxRuntime.jsx(ComparableSalesTitle, { children: "Comparable Sales" }),
|
|
8793
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8794
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8793
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleCard, { children: [
|
|
8794
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleHeader, { children: [
|
|
8795
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleAddress, { children: "200A Raglan St, Mosman" }),
|
|
8796
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrice, { children: [
|
|
8797
|
+
"$16.07M ",
|
|
8798
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleDate, { children: "Mar 2022" })
|
|
8799
|
+
] })
|
|
8800
|
+
] }),
|
|
8801
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrior, { children: [
|
|
8802
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Previously sold $10.12M" }),
|
|
8803
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "Sep 2016" }),
|
|
8804
|
+
/* @__PURE__ */ jsxRuntime.jsx(TimelineGain, { children: "+59%" }),
|
|
8805
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePriorDate, { children: "in 6 yrs" })
|
|
8798
8806
|
] })
|
|
8799
8807
|
] }),
|
|
8800
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
8801
|
-
/* @__PURE__ */ jsxRuntime.
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8808
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleCard, { children: [
|
|
8809
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSaleHeader, { children: [
|
|
8810
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleAddress, { children: "7 Bradleys Head Rd, Mosman" }),
|
|
8811
|
+
/* @__PURE__ */ jsxRuntime.jsxs(CompSalePrice, { children: [
|
|
8812
|
+
"$27.96M ",
|
|
8813
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSaleDate, { children: "Aug 2024" })
|
|
8814
|
+
] })
|
|
8815
|
+
] }),
|
|
8816
|
+
/* @__PURE__ */ jsxRuntime.jsx(CompSalePrior, { children: /* @__PURE__ */ jsxRuntime.jsx("span", { children: "Boondabah \u2014 c.1905, 2,066 sqm" }) })
|
|
8806
8817
|
] })
|
|
8807
8818
|
] }),
|
|
8808
8819
|
/* @__PURE__ */ jsxRuntime.jsxs(StatsColumn, { children: [
|
|
@@ -8823,7 +8834,7 @@ function PropertyOverview({
|
|
|
8823
8834
|
] }),
|
|
8824
8835
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8825
8836
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Built" }),
|
|
8826
|
-
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "1880 \u2014 Heritage Listed" })
|
|
8837
|
+
/* @__PURE__ */ jsxRuntime.jsx(StatValue, { children: "c.1880 \u2014 Heritage Listed" })
|
|
8827
8838
|
] }),
|
|
8828
8839
|
/* @__PURE__ */ jsxRuntime.jsxs(StatRow, { children: [
|
|
8829
8840
|
/* @__PURE__ */ jsxRuntime.jsx(StatLabel, { children: "Zoning" }),
|
|
@@ -9391,6 +9402,48 @@ var ComparableSalesTitle = styled9__default.default.div`
|
|
|
9391
9402
|
padding-bottom: 0.5rem;
|
|
9392
9403
|
border-top: 1px solid rgba(255,255,255,0.04);
|
|
9393
9404
|
`;
|
|
9405
|
+
var CompSaleCard = styled9__default.default.div`
|
|
9406
|
+
padding: 0.6rem 0;
|
|
9407
|
+
border-bottom: 1px solid rgba(255,255,255,0.03);
|
|
9408
|
+
&:last-child { border-bottom: none; }
|
|
9409
|
+
`;
|
|
9410
|
+
var CompSaleHeader = styled9__default.default.div`
|
|
9411
|
+
display: flex;
|
|
9412
|
+
justify-content: space-between;
|
|
9413
|
+
align-items: center;
|
|
9414
|
+
gap: 0.5rem;
|
|
9415
|
+
`;
|
|
9416
|
+
var CompSaleAddress = styled9__default.default.span`
|
|
9417
|
+
font-size: 0.82rem;
|
|
9418
|
+
color: rgba(255,255,255,0.6);
|
|
9419
|
+
`;
|
|
9420
|
+
var CompSalePrice = styled9__default.default.span`
|
|
9421
|
+
font-size: 0.85rem;
|
|
9422
|
+
font-weight: 600;
|
|
9423
|
+
color: #fff;
|
|
9424
|
+
font-variant-numeric: tabular-nums;
|
|
9425
|
+
display: flex;
|
|
9426
|
+
align-items: center;
|
|
9427
|
+
gap: 0.4rem;
|
|
9428
|
+
flex-shrink: 0;
|
|
9429
|
+
`;
|
|
9430
|
+
var CompSaleDate = styled9__default.default.span`
|
|
9431
|
+
font-size: 0.7rem;
|
|
9432
|
+
color: rgba(255,255,255,0.3);
|
|
9433
|
+
font-weight: 400;
|
|
9434
|
+
`;
|
|
9435
|
+
var CompSalePrior = styled9__default.default.div`
|
|
9436
|
+
display: flex;
|
|
9437
|
+
align-items: center;
|
|
9438
|
+
gap: 0.4rem;
|
|
9439
|
+
margin-top: 0.3rem;
|
|
9440
|
+
font-size: 0.72rem;
|
|
9441
|
+
color: rgba(255,255,255,0.35);
|
|
9442
|
+
`;
|
|
9443
|
+
var CompSalePriorDate = styled9__default.default.span`
|
|
9444
|
+
font-size: 0.68rem;
|
|
9445
|
+
color: rgba(255,255,255,0.25);
|
|
9446
|
+
`;
|
|
9394
9447
|
var AssetFeatureRow = styled9__default.default.div`
|
|
9395
9448
|
display: flex;
|
|
9396
9449
|
flex-wrap: wrap;
|