@theguild/components 8.1.3-alpha-20241218064249-e56d838f33e9e66be0ce4c87af660634fe865152 → 8.1.3-alpha-20241218093634-b1f7b0e0135495aab7fa0bc97890c2d1744d73db

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,9 +49,6 @@ const rehypeCheckFrontMatter = () => (ast, file) => {
49
49
  const defaultNextraOptions = {
50
50
  defaultShowCopyCode: true,
51
51
  whiteListTagsStyling: ["iframe", "video", "source"],
52
- search: {
53
- codeblocks: true
54
- },
55
52
  mdxOptions: {
56
53
  // Check front matter only in production (when Webpack is used)
57
54
  // 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-20241218064249-e56d838f33e9e66be0ce4c87af660634fe865152",
3
+ "version": "8.1.3-alpha-20241218093634-b1f7b0e0135495aab7fa0bc97890c2d1744d73db",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"