@loafmarkets/ui 0.1.391 → 0.1.393

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
@@ -5074,6 +5074,7 @@ var Header = ({
5074
5074
  onOrdersNavigate: _onOrdersNavigate,
5075
5075
  onWalletNavigate: _onWalletNavigate,
5076
5076
  onSettingsClick,
5077
+ showRefer = false,
5077
5078
  portfolioSummary,
5078
5079
  fundsPending = false,
5079
5080
  transparentOnTop = false
@@ -5535,7 +5536,7 @@ var Header = ({
5535
5536
  children: /* @__PURE__ */ jsx(MenuItem, { children: "Portfolio" })
5536
5537
  }
5537
5538
  ),
5538
- /* @__PURE__ */ jsx(
5539
+ showRefer && /* @__PURE__ */ jsx(
5539
5540
  "button",
5540
5541
  {
5541
5542
  type: "button",