@theguild/components 8.1.3-alpha-20241218093634-b1f7b0e0135495aab7fa0bc97890c2d1744d73db → 8.1.3-alpha-20241218102434-30b07f022935f333eb0a92cb1fb62d2638809cb3

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-20241218093634-b1f7b0e0135495aab7fa0bc97890c2d1744d73db",
3
+ "version": "8.1.3-alpha-20241218102434-30b07f022935f333eb0a92cb1fb62d2638809cb3",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"