@theguild/components 9.3.4-alpha-20250217195613-e8676cf2a9d5abbef48d5aea8c3fc29af80f7bb5 → 9.3.5-alpha-20250217200039-d2528840d21aa99fef051fd129a7d8eebb1dde01

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.
@@ -12,7 +12,7 @@ function InfoCard({
12
12
  return /* @__PURE__ */ jsxs(Root, { className: cn("bg-beige-100 p-6 md:p-12", className), ...rest, children: [
13
13
  /* @__PURE__ */ jsx(Stud, { children: icon }),
14
14
  /* @__PURE__ */ jsx("h3", { className: "mt-4 text-xl font-medium leading-[1.4] text-green-1000 md:mt-6", children: heading }),
15
- /* @__PURE__ */ jsx("p", { className: "mt-2 text-green-800 md:mt-4", children })
15
+ /* @__PURE__ */ jsx("div", { className: "mt-2 space-y-2 text-green-800 md:mt-4", children })
16
16
  ] });
17
17
  }
18
18
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "9.3.4-alpha-20250217195613-e8676cf2a9d5abbef48d5aea8c3fc29af80f7bb5",
3
+ "version": "9.3.5-alpha-20250217200039-d2528840d21aa99fef051fd129a7d8eebb1dde01",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"