@cleen/ui 0.1.21 → 0.1.22

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
@@ -2768,6 +2768,7 @@ interface SidebarProps {
2768
2768
  /** Additional CSS classes for the sections inside the component */
2769
2769
  classNames?: {
2770
2770
  navigation?: string;
2771
+ navigationItems?: string;
2771
2772
  drawer?: string;
2772
2773
  };
2773
2774
  /** Additional inline styles for the sidebar container */
@@ -2775,6 +2776,7 @@ interface SidebarProps {
2775
2776
  /** Additional inline styles for the sections inside the component */
2776
2777
  styles?: {
2777
2778
  navigation?: CSSProperties;
2779
+ navigationItems?: CSSProperties;
2778
2780
  drawer?: CSSProperties;
2779
2781
  };
2780
2782
  /** Custom render function for sidebar items */