fumadocs-openapi 4.0.0 → 4.0.2

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.
Files changed (2) hide show
  1. package/dist/ui/index.js +1 -1
  2. package/package.json +2 -2
package/dist/ui/index.js CHANGED
@@ -73,7 +73,7 @@ function APIInfo({
73
73
  "div",
74
74
  {
75
75
  className: cn(
76
- "sticky top-24 z-10 flex flex-row items-center gap-2 rounded-lg border bg-card p-3 md:top-10"
76
+ "sticky top-24 z-[2] flex flex-row items-center gap-2 rounded-lg border bg-card p-3 md:top-10"
77
77
  ),
78
78
  children: [
79
79
  /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-openapi",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Generate MDX docs for your OpenAPI spec",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -49,7 +49,7 @@
49
49
  "react-hook-form": "^7.52.1",
50
50
  "shiki": "^1.10.3",
51
51
  "swr": "^2.2.5",
52
- "fumadocs-ui": "12.5.0"
52
+ "fumadocs-ui": "12.5.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/js-yaml": "^4.0.9",