@loafmarkets/ui 0.1.83 → 0.1.84
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 +2 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13827,7 +13827,7 @@ function PropertyValuation({
|
|
|
13827
13827
|
] }) })
|
|
13828
13828
|
] })
|
|
13829
13829
|
] }),
|
|
13830
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
13830
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
13831
13831
|
/* @__PURE__ */ jsxRuntime.jsx("h3", { style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
|
|
13832
13832
|
/* @__PURE__ */ jsxRuntime.jsx(ChartContainer, { children: /* @__PURE__ */ jsxRuntime.jsxs(ChartBackground, { children: [
|
|
13833
13833
|
axisLabels.map((label, index) => /* @__PURE__ */ jsxRuntime.jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
|
|
@@ -13946,15 +13946,7 @@ function PropertyValuation({
|
|
|
13946
13946
|
] })
|
|
13947
13947
|
] }) })
|
|
13948
13948
|
] })
|
|
13949
|
-
] })
|
|
13950
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "desktop-only-historical-chart", style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
|
|
13951
|
-
/* @__PURE__ */ jsxRuntime.jsx(ChartContainer, { className: "desktop-only-historical-chart", children: /* @__PURE__ */ jsxRuntime.jsxs(ChartBackground, { children: [
|
|
13952
|
-
axisLabels.map((label, index) => /* @__PURE__ */ jsxRuntime.jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
|
|
13953
|
-
/* @__PURE__ */ jsxRuntime.jsxs(ValuationSvg, { viewBox: `0 0 ${CHART_WIDTH} ${CHART_HEIGHT}`, preserveAspectRatio: "none", children: [
|
|
13954
|
-
valuationPath ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: valuationPath, fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null,
|
|
13955
|
-
fairValuePath ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: fairValuePath, fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null
|
|
13956
|
-
] })
|
|
13957
|
-
] }) })
|
|
13949
|
+
] })
|
|
13958
13950
|
] })
|
|
13959
13951
|
] }),
|
|
13960
13952
|
/* @__PURE__ */ jsxRuntime.jsxs(RecentSalesSection, { children: [
|
|
@@ -14159,12 +14151,6 @@ var GaugePriceTag = styled25__default.default.div`
|
|
|
14159
14151
|
color: var(--color-accent);
|
|
14160
14152
|
}
|
|
14161
14153
|
`;
|
|
14162
|
-
var HiddenMobileChart = styled25__default.default.div`
|
|
14163
|
-
display: none;
|
|
14164
|
-
@media (max-width: 480px) {
|
|
14165
|
-
display: block;
|
|
14166
|
-
}
|
|
14167
|
-
`;
|
|
14168
14154
|
var ValuationWrapper = styled25__default.default.div`
|
|
14169
14155
|
display: flex;
|
|
14170
14156
|
flex-direction: column;
|