@theguild/components 9.3.4-alpha-20250217195613-e8676cf2a9d5abbef48d5aea8c3fc29af80f7bb5 → 9.3.4

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/dist/products.js CHANGED
@@ -39,7 +39,7 @@ const PRODUCTS = {
39
39
  HIVE_GATEWAY: {
40
40
  name: "Hive Gateway",
41
41
  title: "GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features",
42
- href: "https://the-guild.dev/graphql/hive/gateway",
42
+ href: "https://the-guild.dev/graphql/hive/docs/gateway",
43
43
  logo: HiveGatewayIcon,
44
44
  primaryColor: "#ffb21d"
45
45
  },
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.4",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"