@theguild/components 9.9.0-alpha-20250918102555-7be9b719f52d6fd5d6ae8cb9c1f1738b7fae5579 → 9.10.0-alpha-20250919171520-f4790095252a12ff42ed3e423500c988a1ba211c
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.
|
@@ -10,11 +10,11 @@ function GraphQLConfCard({ image }) {
|
|
|
10
10
|
className: "group w-[358px]",
|
|
11
11
|
children: [
|
|
12
12
|
/* @__PURE__ */ jsx(Image, { alt: "", src: image, width: 358, height: 200 }),
|
|
13
|
-
/* @__PURE__ */ jsx("strong", { className: "mt-6 block text-xl font-medium leading-7 text-green-1000 dark:text-neutral-100", children: "GraphQLConf
|
|
14
|
-
/* @__PURE__ */ jsx("p", { className: "mt-4 text-sm font-medium leading-5 text-green-800 dark:text-neutral-200", children: "September 10
|
|
13
|
+
/* @__PURE__ */ jsx("strong", { className: "mt-6 block text-xl font-medium leading-7 text-green-1000 dark:text-neutral-100", children: "GraphQLConf 2025" }),
|
|
14
|
+
/* @__PURE__ */ jsx("p", { className: "mt-4 text-sm font-medium leading-5 text-green-800 dark:text-neutral-200", children: "September 08-10 | Amsterdam, NL" }),
|
|
15
15
|
/* @__PURE__ */ jsx("p", { className: "mt-2 text-sm font-normal leading-5 text-green-800 dark:text-neutral-200", children: "The official GraphQL conference hosted by GraphQL Foundation." }),
|
|
16
16
|
/* @__PURE__ */ jsxs("span", { className: "mt-6 flex items-center gap-2 rounded-lg font-medium text-green-800 transition-colors group-hover:text-green-1000 dark:text-neutral-200 dark:group-hover:text-neutral-100", children: [
|
|
17
|
-
"Watch The Guild at GraphQLConf
|
|
17
|
+
"Watch The Guild at GraphQLConf 2025",
|
|
18
18
|
/* @__PURE__ */ jsx(ArrowIcon, {})
|
|
19
19
|
] })
|
|
20
20
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.0-alpha-20250919171520-f4790095252a12ff42ed3e423500c988a1ba211c",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|