@gardenfi/garden-book 0.1.78 → 0.1.79
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/ui.cjs.js +1 -1
- package/dist/ui.es.js +5 -3
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -14285,12 +14285,14 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
14285
14285
|
{
|
|
14286
14286
|
title: "Swap",
|
|
14287
14287
|
link: appLink + "/swap",
|
|
14288
|
-
isExternal: !0
|
|
14288
|
+
isExternal: !0,
|
|
14289
|
+
withReferrer: !0
|
|
14289
14290
|
},
|
|
14290
14291
|
{
|
|
14291
14292
|
title: "Stake",
|
|
14292
14293
|
link: "https://new.garden.finance/stake",
|
|
14293
|
-
isExternal: !0
|
|
14294
|
+
isExternal: !0,
|
|
14295
|
+
withReferrer: !0
|
|
14294
14296
|
}
|
|
14295
14297
|
// {
|
|
14296
14298
|
// title: "Quests",
|
|
@@ -14377,7 +14379,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
14377
14379
|
{
|
|
14378
14380
|
href: n.link,
|
|
14379
14381
|
target: i.targetSame ? "_self" : "_blank",
|
|
14380
|
-
rel: "noreferrer",
|
|
14382
|
+
rel: n.withReferrer ? void 0 : "noreferrer",
|
|
14381
14383
|
children: /* @__PURE__ */ jsx(Typography, { size: "h3", weight: "medium", children: n.title })
|
|
14382
14384
|
},
|
|
14383
14385
|
n.title
|