@loafmarkets/ui 0.1.392 → 0.1.394
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5077,7 +5077,8 @@ var Header = ({
|
|
|
5077
5077
|
portfolioSummary,
|
|
5078
5078
|
fundsPending = false,
|
|
5079
5079
|
transparentOnTop = false,
|
|
5080
|
-
headerCta = "deposit"
|
|
5080
|
+
headerCta = "deposit",
|
|
5081
|
+
showRefer = false
|
|
5081
5082
|
}) => {
|
|
5082
5083
|
const [headerBgOpacity, setHeaderBgOpacity] = useState(transparentOnTop ? 0 : 1);
|
|
5083
5084
|
const [isUserMenuOpen, setIsUserMenuOpen] = useState(false);
|
|
@@ -5547,7 +5548,7 @@ var Header = ({
|
|
|
5547
5548
|
children: /* @__PURE__ */ jsx(MenuItem, { children: "Portfolio" })
|
|
5548
5549
|
}
|
|
5549
5550
|
),
|
|
5550
|
-
/* @__PURE__ */ jsx(
|
|
5551
|
+
showRefer && /* @__PURE__ */ jsx(
|
|
5551
5552
|
"button",
|
|
5552
5553
|
{
|
|
5553
5554
|
type: "button",
|