@gardenfi/garden-book 0.1.77 → 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.es.js CHANGED
@@ -12570,6 +12570,22 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx(
12570
12570
  )
12571
12571
  ]
12572
12572
  }
12573
+ ), DeleteIcon = (e) => /* @__PURE__ */ jsx(
12574
+ "svg",
12575
+ {
12576
+ width: "14",
12577
+ height: "16",
12578
+ viewBox: "0 0 14 16",
12579
+ fill: "#554B6A",
12580
+ xmlns: "http://www.w3.org/2000/svg",
12581
+ ...e,
12582
+ children: /* @__PURE__ */ jsx(
12583
+ "path",
12584
+ {
12585
+ d: "M2.83301 15.5C2.37467 15.5 1.98231 15.3368 1.65592 15.0104C1.32954 14.684 1.16634 14.2917 1.16634 13.8333V3H0.333008V1.33333H4.49967V0.5H9.49967V1.33333H13.6663V3H12.833V13.8333C12.833 14.2917 12.6698 14.684 12.3434 15.0104C12.017 15.3368 11.6247 15.5 11.1663 15.5H2.83301ZM11.1663 3H2.83301V13.8333H11.1663V3ZM4.49967 12.1667H6.16634V4.66667H4.49967V12.1667ZM7.83301 12.1667H9.49967V4.66667H7.83301V12.1667Z"
12586
+ }
12587
+ )
12588
+ }
12573
12589
  ), ArbitrumLogo = (e) => /* @__PURE__ */ jsxs(
12574
12590
  "svg",
12575
12591
  {
@@ -14269,12 +14285,14 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
14269
14285
  {
14270
14286
  title: "Swap",
14271
14287
  link: appLink + "/swap",
14272
- isExternal: !0
14288
+ isExternal: !0,
14289
+ withReferrer: !0
14273
14290
  },
14274
14291
  {
14275
14292
  title: "Stake",
14276
14293
  link: "https://new.garden.finance/stake",
14277
- isExternal: !0
14294
+ isExternal: !0,
14295
+ withReferrer: !0
14278
14296
  }
14279
14297
  // {
14280
14298
  // title: "Quests",
@@ -14361,7 +14379,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
14361
14379
  {
14362
14380
  href: n.link,
14363
14381
  target: i.targetSame ? "_self" : "_blank",
14364
- rel: "noreferrer",
14382
+ rel: n.withReferrer ? void 0 : "noreferrer",
14365
14383
  children: /* @__PURE__ */ jsx(Typography, { size: "h3", weight: "medium", children: n.title })
14366
14384
  },
14367
14385
  n.title
@@ -19908,6 +19926,7 @@ export {
19908
19926
  CopyIcon,
19909
19927
  DLCBTC,
19910
19928
  Debridge,
19929
+ DeleteIcon,
19911
19930
  Dodo,
19912
19931
  EditIcon,
19913
19932
  EthereumLogo,