@gardenfi/garden-book 0.1.96 → 0.1.97
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
|
@@ -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://
|
|
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
|
]
|
|
@@ -16407,9 +16408,10 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
16407
16408
|
o.links.map((l) => /* @__PURE__ */ jsx(
|
|
16408
16409
|
"a",
|
|
16409
16410
|
{
|
|
16410
|
-
href: l.link,
|
|
16411
|
-
target: o.targetSame ? "_self" : "_blank",
|
|
16411
|
+
href: l.download ? "" : l.link,
|
|
16412
|
+
target: o.targetSame || !l.isExternal ? "_self" : "_blank",
|
|
16412
16413
|
rel: l.withReferrer ? void 0 : "noreferrer",
|
|
16414
|
+
download: l.download ? !0 : void 0,
|
|
16413
16415
|
children: /* @__PURE__ */ jsx(Typography, { size: "h3", weight: "medium", children: l.title })
|
|
16414
16416
|
},
|
|
16415
16417
|
l.title
|