@loafmarkets/ui 0.1.113 → 0.1.114
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5636,8 +5636,8 @@ var Header = ({
|
|
|
5636
5636
|
isAuthenticated && portfolioSummary && isPortfolioBarVisible && (() => {
|
|
5637
5637
|
const fmt = (n) => n.toLocaleString("en-US", { minimumFractionDigits: 2, maximumFractionDigits: 2 });
|
|
5638
5638
|
const isPLPositive = portfolioSummary.pnl >= 0;
|
|
5639
|
-
return /* @__PURE__ */ jsx(PortfolioBarContainer, { children: /* @__PURE__ */ jsxs(PortfolioBarPill, { ref: portfolioPillRef, children: [
|
|
5640
|
-
portfolioArrowLeft !== null && /* @__PURE__ */ jsx(PortfolioBarArrow, { style: { left: `${portfolioArrowLeft}px` } }),
|
|
5639
|
+
return /* @__PURE__ */ jsx(PortfolioBarContainer, { className: "loaf-portfolio-bar", children: /* @__PURE__ */ jsxs(PortfolioBarPill, { ref: portfolioPillRef, className: "loaf-portfolio-pill", children: [
|
|
5640
|
+
portfolioArrowLeft !== null && /* @__PURE__ */ jsx(PortfolioBarArrow, { className: "loaf-portfolio-arrow", style: { left: `${portfolioArrowLeft}px` } }),
|
|
5641
5641
|
/* @__PURE__ */ jsxs(PBMetric, { children: [
|
|
5642
5642
|
/* @__PURE__ */ jsx(PBMetricLabel, { children: "Holdings" }),
|
|
5643
5643
|
/* @__PURE__ */ jsxs(PBMetricValue, { children: [
|