@gardenfi/garden-book 0.1.63 → 0.1.64
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 +1 -1
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -13409,7 +13409,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13409
13409
|
),
|
|
13410
13410
|
...n,
|
|
13411
13411
|
children: /* @__PURE__ */ jsxs("button", { className: "gf-flex gf-flex-row gf-justify-center gf-items-center gf-gap-2 gf-w-full focus:gf-outline-none", children: [
|
|
13412
|
-
/* @__PURE__ */ jsx(Typography, { size: "h2", children: e }),
|
|
13412
|
+
/* @__PURE__ */ jsx(Typography, { size: "h2", weight: "medium", children: e }),
|
|
13413
13413
|
/* @__PURE__ */ jsxs(
|
|
13414
13414
|
"div",
|
|
13415
13415
|
{
|