@theguild/components 8.0.0-alpha-20241120110520-c3f9e095066787ab69ed8ccc219bf96e24afaae8 → 8.0.0-alpha-20241120111327-3528aeee2acb79714bb28b2a40bafba55ecfb623
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import fs from "fs/promises";
|
|
3
3
|
import path from "path";
|
|
4
|
+
import { addBasePath } from "next/dist/client/add-base-path";
|
|
4
5
|
import clsx from "clsx";
|
|
5
6
|
import { useMDXComponents as getDocsMDXComponents } from "nextra-theme-docs";
|
|
6
|
-
import { addBasePath } from "next/dist/client/add-base-path";
|
|
7
7
|
const docsComponents = getDocsMDXComponents({
|
|
8
8
|
async source({ src, type, ...props }) {
|
|
9
9
|
if (!src) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "8.0.0-alpha-
|
|
3
|
+
"version": "8.0.0-alpha-20241120111327-3528aeee2acb79714bb28b2a40bafba55ecfb623",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|