@theguild/components 8.1.3-alpha-20241218093634-b1f7b0e0135495aab7fa0bc97890c2d1744d73db → 8.1.3-alpha-20241220141334-3b2766282a10e6a936941a1b4541653649d28bcd
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.
|
@@ -49,6 +49,9 @@ const rehypeCheckFrontMatter = () => (ast, file) => {
|
|
|
49
49
|
const defaultNextraOptions = {
|
|
50
50
|
defaultShowCopyCode: true,
|
|
51
51
|
whiteListTagsStyling: ["iframe", "video", "source"],
|
|
52
|
+
search: {
|
|
53
|
+
codeblocks: false
|
|
54
|
+
},
|
|
52
55
|
mdxOptions: {
|
|
53
56
|
// Check front matter only in production (when Webpack is used)
|
|
54
57
|
// Should be rehype since frontMatter is attached in remark plugins
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "8.1.3-alpha-
|
|
3
|
+
"version": "8.1.3-alpha-20241220141334-3b2766282a10e6a936941a1b4541653649d28bcd",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
50
50
|
"clsx": "2.1.1",
|
|
51
51
|
"fuzzy": "0.1.3",
|
|
52
|
-
"nextra": "4.0.0-app-router.
|
|
53
|
-
"nextra-theme-docs": "4.0.0-app-router.
|
|
52
|
+
"nextra": "4.0.0-app-router.41",
|
|
53
|
+
"nextra-theme-docs": "4.0.0-app-router.41",
|
|
54
54
|
"react-paginate": "8.2.0",
|
|
55
55
|
"react-player": "2.16.0",
|
|
56
56
|
"semver": "^7.3.8",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
|
|
61
61
|
"@theguild/tailwind-config": "0.6.2",
|
|
62
62
|
"@types/dedent": "0.7.2",
|
|
63
|
-
"@types/react": "18.3.
|
|
63
|
+
"@types/react": "18.3.18",
|
|
64
64
|
"@types/react-dom": "18.3.5",
|
|
65
65
|
"@types/semver": "7.5.8",
|
|
66
66
|
"dedent": "1.5.3",
|