@moontra/moonui-pro 2.26.5 → 2.26.7

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/index.d.ts CHANGED
@@ -3342,6 +3342,7 @@ interface NavbarItem {
3342
3342
  }
3343
3343
  interface NavbarSection {
3344
3344
  id: string;
3345
+ title?: string;
3345
3346
  items: NavbarItem[];
3346
3347
  showInMobile?: boolean;
3347
3348
  }
@@ -3393,6 +3394,7 @@ interface NavbarConfig {
3393
3394
  glassmorphism?: boolean;
3394
3395
  animatedBackground?: boolean;
3395
3396
  keyboardShortcuts?: boolean;
3397
+ hideNavItems?: boolean;
3396
3398
  mobileBreakpoint?: number;
3397
3399
  customStyles?: {
3398
3400
  background?: string;