@theguild/components 9.3.3 → 9.3.4-alpha-20250214182423-9a4d9bf19ff4e9991e71bf84e166a147955bbae0

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.3",
3
+ "version": "9.3.4-alpha-20250214182423-9a4d9bf19ff4e9991e71bf84e166a147955bbae0",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"