@gardenfi/garden-book 0.1.58 → 0.1.60
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 +4 -4
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -13403,7 +13403,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13403
13403
|
{
|
|
13404
13404
|
src: t,
|
|
13405
13405
|
alt: "token logo",
|
|
13406
|
-
className: "gf-w-5 gf-h-5 gf-z-20"
|
|
13406
|
+
className: "gf-w-5 gf-h-5 gf-z-20 gf-rounded-full"
|
|
13407
13407
|
}
|
|
13408
13408
|
) : t,
|
|
13409
13409
|
i && (typeof i == "string" ? /* @__PURE__ */ jsx(
|
|
@@ -13411,7 +13411,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13411
13411
|
{
|
|
13412
13412
|
src: i,
|
|
13413
13413
|
alt: "chain logo",
|
|
13414
|
-
className: "gf-w-5 gf-h-5 -gf-translate-x-1 gf-z-10"
|
|
13414
|
+
className: "gf-w-5 gf-h-5 -gf-translate-x-1 gf-z-10 gf-rounded-full"
|
|
13415
13415
|
}
|
|
13416
13416
|
) : i)
|
|
13417
13417
|
] }),
|
|
@@ -13435,8 +13435,8 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13435
13435
|
),
|
|
13436
13436
|
...s,
|
|
13437
13437
|
children: [
|
|
13438
|
-
/* @__PURE__ */ jsx("img", { src: e, className: "gf-absolute gf-left-0 gf-w-5 gf-h-5 gf-z-30" }),
|
|
13439
|
-
t ? /* @__PURE__ */ jsx("img", { src: t, className: "gf-absolute gf-right-0 gf-w-5 gf-h-5 gf-z-20" }) : null
|
|
13438
|
+
/* @__PURE__ */ jsx("img", { src: e, className: "gf-absolute gf-left-0 gf-w-5 gf-h-5 gf-z-30 gf-rounded-full" }),
|
|
13439
|
+
t ? /* @__PURE__ */ jsx("img", { src: t, className: "gf-absolute gf-right-0 gf-w-5 gf-h-5 gf-z-20 gf-rounded-full" }) : null
|
|
13440
13440
|
]
|
|
13441
13441
|
}
|
|
13442
13442
|
), appLink = "https://app.garden.finance", websiteLink = "https://garden.finance", footerDetails = [
|