@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.mjs CHANGED
@@ -13801,7 +13801,7 @@ function PropertyValuation({
13801
13801
  ] }) })
13802
13802
  ] })
13803
13803
  ] }),
13804
- /* @__PURE__ */ jsxs(HiddenMobileChart, { children: [
13804
+ /* @__PURE__ */ jsxs("div", { children: [
13805
13805
  /* @__PURE__ */ jsx("h3", { style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
13806
13806
  /* @__PURE__ */ jsx(ChartContainer, { children: /* @__PURE__ */ jsxs(ChartBackground, { children: [
13807
13807
  axisLabels.map((label, index) => /* @__PURE__ */ jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
@@ -13920,15 +13920,7 @@ function PropertyValuation({
13920
13920
  ] })
13921
13921
  ] }) })
13922
13922
  ] })
13923
- ] }),
13924
- /* @__PURE__ */ jsx("h3", { className: "desktop-only-historical-chart", style: { marginBottom: "1rem", fontSize: "1.1rem", color: "#fff" }, children: "Historical Valuation" }),
13925
- /* @__PURE__ */ jsx(ChartContainer, { className: "desktop-only-historical-chart", children: /* @__PURE__ */ jsxs(ChartBackground, { children: [
13926
- axisLabels.map((label, index) => /* @__PURE__ */ jsx(YAxisLabel, { style: { top: `${10 + index * 22}%` }, children: label }, `${label}-${index}`)),
13927
- /* @__PURE__ */ jsxs(ValuationSvg, { viewBox: `0 0 ${CHART_WIDTH} ${CHART_HEIGHT}`, preserveAspectRatio: "none", children: [
13928
- valuationPath ? /* @__PURE__ */ jsx("path", { d: valuationPath, fill: "none", stroke: "#D4AF37", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null,
13929
- fairValuePath ? /* @__PURE__ */ jsx("path", { d: fairValuePath, fill: "none", stroke: "#FFFFFF", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", vectorEffect: "non-scaling-stroke" }) : null
13930
- ] })
13931
- ] }) })
13923
+ ] })
13932
13924
  ] })
13933
13925
  ] }),
13934
13926
  /* @__PURE__ */ jsxs(RecentSalesSection, { children: [
@@ -14133,12 +14125,6 @@ var GaugePriceTag = styled25.div`
14133
14125
  color: var(--color-accent);
14134
14126
  }
14135
14127
  `;
14136
- var HiddenMobileChart = styled25.div`
14137
- display: none;
14138
- @media (max-width: 480px) {
14139
- display: block;
14140
- }
14141
- `;
14142
14128
  var ValuationWrapper = styled25.div`
14143
14129
  display: flex;
14144
14130
  flex-direction: column;