@aravindc26/velu 0.13.18 → 0.13.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aravindc26/velu",
3
- "version": "0.13.18",
3
+ "version": "0.13.20",
4
4
  "description": "A modern documentation site generator powered by Markdown and JSON configuration",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -542,6 +542,17 @@ nextjs-portal {
542
542
  color: #c4b5fd;
543
543
  }
544
544
 
545
+ /* Ensure sidebar footer is visible — fumadocs hides the wrapper with .hidden */
546
+ :has(> .velu-sidebar-footer-shell) {
547
+ display: flex !important;
548
+ flex-direction: column;
549
+ padding: 0.5rem;
550
+ border-top: 1px solid var(--color-fd-border, #27272a);
551
+ position: sticky;
552
+ bottom: 0;
553
+ background: var(--color-fd-background, inherit);
554
+ }
555
+
545
556
  .velu-theme-toggle {
546
557
  display: flex;
547
558
  align-items: center;