@gardenfi/garden-book 0.1.96 → 0.1.98

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
@@ -16350,7 +16350,8 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
16350
16350
  },
16351
16351
  {
16352
16352
  title: "Media Kit",
16353
- link: "https://docs.garden.finance/home/garden-brand-guide",
16353
+ link: "https://garden-bucket-cdn.s3.eu-central-1.amazonaws.com/Garden_Brand_Assets.zip",
16354
+ download: !0,
16354
16355
  isExternal: !0
16355
16356
  }
16356
16357
  ]
@@ -16408,8 +16409,9 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
16408
16409
  "a",
16409
16410
  {
16410
16411
  href: l.link,
16411
- target: o.targetSame ? "_self" : "_blank",
16412
+ target: l.download || o.targetSame || !l.isExternal ? "_self" : "_blank",
16412
16413
  rel: l.withReferrer ? void 0 : "noreferrer",
16414
+ download: l.download ? "Garden_Brand_Assets.zip" : void 0,
16413
16415
  children: /* @__PURE__ */ jsx(Typography, { size: "h3", weight: "medium", children: l.title })
16414
16416
  },
16415
16417
  l.title