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