@theguild/components 9.9.0 → 9.10.0-alpha-20250919172434-90556bfe62bb6b638e5e4f0b35af45d78eae8a41
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-20250919172434-90556bfe62bb6b638e5e4f0b35af45d78eae8a41",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/mdast": "4.0.4",
|
|
67
67
|
"@types/react": "18.3.18",
|
|
68
68
|
"@types/react-dom": "18.3.5",
|
|
69
|
-
"@types/semver": "7.
|
|
69
|
+
"@types/semver": "7.7.1",
|
|
70
70
|
"dedent": "1.5.3",
|
|
71
71
|
"esbuild-plugin-svgr": "^3.0.0",
|
|
72
72
|
"graphql": "16.10.0",
|