@loafmarkets/ui 0.1.171 → 0.1.172
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 +56 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +56 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8702,40 +8702,64 @@ function PropertyOverview({
|
|
|
8702
8702
|
/* @__PURE__ */ jsx(TimelineYear, { children: "1976" }),
|
|
8703
8703
|
/* @__PURE__ */ jsx(TimelineDot, {}),
|
|
8704
8704
|
/* @__PURE__ */ jsxs(TimelineDetail, { children: [
|
|
8705
|
-
/* @__PURE__ */ jsx(TimelineLabel, { children: "
|
|
8706
|
-
/* @__PURE__ */ jsx(TimelinePrice, { children: "\xA340,000" })
|
|
8705
|
+
/* @__PURE__ */ jsx(TimelineLabel, { children: "Acquired" }),
|
|
8706
|
+
/* @__PURE__ */ jsx(TimelinePriceWrap, { children: /* @__PURE__ */ jsx(TimelinePrice, { children: "\xA340,000" }) })
|
|
8707
8707
|
] })
|
|
8708
8708
|
] }),
|
|
8709
8709
|
/* @__PURE__ */ jsxs(TimelineEntry, { children: [
|
|
8710
8710
|
/* @__PURE__ */ jsx(TimelineYear, { children: "1993" }),
|
|
8711
8711
|
/* @__PURE__ */ jsx(TimelineDot, {}),
|
|
8712
8712
|
/* @__PURE__ */ jsxs(TimelineDetail, { children: [
|
|
8713
|
-
/* @__PURE__ */
|
|
8714
|
-
|
|
8713
|
+
/* @__PURE__ */ jsxs(TimelineLabel, { children: [
|
|
8714
|
+
"Sold ",
|
|
8715
|
+
/* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "17 yrs" })
|
|
8716
|
+
] }),
|
|
8717
|
+
/* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
|
|
8718
|
+
/* @__PURE__ */ jsx(TimelineGain, { children: "+1,563%" }),
|
|
8719
|
+
/* @__PURE__ */ jsx(TimelinePrice, { children: "$1.33M" })
|
|
8720
|
+
] })
|
|
8715
8721
|
] })
|
|
8716
8722
|
] }),
|
|
8717
8723
|
/* @__PURE__ */ jsxs(TimelineEntry, { children: [
|
|
8718
8724
|
/* @__PURE__ */ jsx(TimelineYear, { children: "2006" }),
|
|
8719
8725
|
/* @__PURE__ */ jsx(TimelineDot, {}),
|
|
8720
8726
|
/* @__PURE__ */ jsxs(TimelineDetail, { children: [
|
|
8721
|
-
/* @__PURE__ */
|
|
8722
|
-
|
|
8727
|
+
/* @__PURE__ */ jsxs(TimelineLabel, { children: [
|
|
8728
|
+
"Sold ",
|
|
8729
|
+
/* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "13 yrs" })
|
|
8730
|
+
] }),
|
|
8731
|
+
/* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
|
|
8732
|
+
/* @__PURE__ */ jsx(TimelineGain, { children: "+491%" }),
|
|
8733
|
+
/* @__PURE__ */ jsx(TimelinePrice, { children: "$7.86M" })
|
|
8734
|
+
] })
|
|
8723
8735
|
] })
|
|
8724
8736
|
] }),
|
|
8725
8737
|
/* @__PURE__ */ jsxs(TimelineEntry, { children: [
|
|
8726
8738
|
/* @__PURE__ */ jsx(TimelineYear, { children: "2021" }),
|
|
8727
8739
|
/* @__PURE__ */ jsx(TimelineDot, {}),
|
|
8728
8740
|
/* @__PURE__ */ jsxs(TimelineDetail, { children: [
|
|
8729
|
-
/* @__PURE__ */
|
|
8730
|
-
|
|
8741
|
+
/* @__PURE__ */ jsxs(TimelineLabel, { children: [
|
|
8742
|
+
"Sold \u2014 COVID correction ",
|
|
8743
|
+
/* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "15 yrs" })
|
|
8744
|
+
] }),
|
|
8745
|
+
/* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
|
|
8746
|
+
/* @__PURE__ */ jsx(TimelineGain, { children: "+16%" }),
|
|
8747
|
+
/* @__PURE__ */ jsx(TimelinePrice, { children: "$9.09M" })
|
|
8748
|
+
] })
|
|
8731
8749
|
] })
|
|
8732
8750
|
] }),
|
|
8733
8751
|
/* @__PURE__ */ jsxs(TimelineEntry, { $last: true, children: [
|
|
8734
8752
|
/* @__PURE__ */ jsx(TimelineYear, { children: "2026" }),
|
|
8735
8753
|
/* @__PURE__ */ jsx(TimelineDot, { $active: true }),
|
|
8736
8754
|
/* @__PURE__ */ jsxs(TimelineDetail, { children: [
|
|
8737
|
-
/* @__PURE__ */
|
|
8738
|
-
|
|
8755
|
+
/* @__PURE__ */ jsxs(TimelineLabel, { children: [
|
|
8756
|
+
"Loaf Offering ",
|
|
8757
|
+
/* @__PURE__ */ jsx(TimelineHoldPeriod, { children: "5 yrs" })
|
|
8758
|
+
] }),
|
|
8759
|
+
/* @__PURE__ */ jsxs(TimelinePriceWrap, { children: [
|
|
8760
|
+
/* @__PURE__ */ jsx(TimelineGain, { children: "+105%" }),
|
|
8761
|
+
/* @__PURE__ */ jsx(TimelinePrice, { $gold: true, children: "$18.65M" })
|
|
8762
|
+
] })
|
|
8739
8763
|
] })
|
|
8740
8764
|
] })
|
|
8741
8765
|
] }),
|
|
@@ -9302,12 +9326,34 @@ var TimelineLabel = styled9.span`
|
|
|
9302
9326
|
font-size: 0.8rem;
|
|
9303
9327
|
color: rgba(255,255,255,0.6);
|
|
9304
9328
|
`;
|
|
9329
|
+
var TimelinePriceWrap = styled9.div`
|
|
9330
|
+
display: flex;
|
|
9331
|
+
align-items: center;
|
|
9332
|
+
gap: 0.5rem;
|
|
9333
|
+
flex-shrink: 0;
|
|
9334
|
+
`;
|
|
9305
9335
|
var TimelinePrice = styled9.span`
|
|
9306
9336
|
font-size: 0.85rem;
|
|
9307
9337
|
font-weight: 600;
|
|
9308
9338
|
color: ${(p) => p.$gold ? "#D4AF37" : "#fff"};
|
|
9309
9339
|
font-variant-numeric: tabular-nums;
|
|
9310
9340
|
`;
|
|
9341
|
+
var TimelineGain = styled9.span`
|
|
9342
|
+
font-size: 0.68rem;
|
|
9343
|
+
font-weight: 600;
|
|
9344
|
+
color: #4ade80;
|
|
9345
|
+
background: rgba(74,222,128,0.08);
|
|
9346
|
+
border: 1px solid rgba(74,222,128,0.15);
|
|
9347
|
+
padding: 1px 6px;
|
|
9348
|
+
border-radius: 4px;
|
|
9349
|
+
font-variant-numeric: tabular-nums;
|
|
9350
|
+
white-space: nowrap;
|
|
9351
|
+
`;
|
|
9352
|
+
var TimelineHoldPeriod = styled9.span`
|
|
9353
|
+
font-size: 0.68rem;
|
|
9354
|
+
color: rgba(255,255,255,0.25);
|
|
9355
|
+
font-weight: 400;
|
|
9356
|
+
`;
|
|
9311
9357
|
var ComparableSalesTitle = styled9.div`
|
|
9312
9358
|
font-size: 0.65rem;
|
|
9313
9359
|
color: rgba(255,255,255,0.35);
|