fumadocs-ui 11.0.1 → 11.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.
@@ -336,7 +336,7 @@ function Sidebar({
336
336
  buttonVariants({
337
337
  color: "ghost",
338
338
  size: "icon",
339
- className: "sticky bottom-4 mt-auto mb-4 h-fit"
339
+ className: "sticky bottom-4 mt-auto mb-4 h-fit max-md:hidden"
340
340
  })
341
341
  ),
342
342
  onClick: onCollapse,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
4
4
  "description": "The framework for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -95,7 +95,7 @@
95
95
  "next-themes": "^0.3.0",
96
96
  "react-medium-image-zoom": "^5.1.11",
97
97
  "tailwind-merge": "^2.2.2",
98
- "fumadocs-core": "11.0.1"
98
+ "fumadocs-core": "11.0.2"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@algolia/client-search": "^4.23.3",