@windrun-huaiin/third-ui 5.8.0 → 5.8.1
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.
- package/dist/fuma/mdx/index.d.mts +2 -1
- package/dist/fuma/mdx/index.d.ts +2 -1
- package/dist/fuma/mdx/index.js +17 -8
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +17 -8
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +1 -1
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +1 -1
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.js +17 -8
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +17 -8
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/fuma/mdx/gradient-button.tsx +8 -2
package/dist/fuma/server.mjs
CHANGED
|
@@ -2821,7 +2821,7 @@ var Button = React35.forwardRef(
|
|
|
2821
2821
|
Button.displayName = "Button";
|
|
2822
2822
|
|
|
2823
2823
|
// src/fuma/mdx/gradient-button.tsx
|
|
2824
|
-
import Link3 from "
|
|
2824
|
+
import Link3 from "next/link";
|
|
2825
2825
|
import React36 from "react";
|
|
2826
2826
|
import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
2827
2827
|
|