tcce-design-system 0.1.14 → 0.3.15
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.
|
@@ -612,6 +612,7 @@ export declare interface LayoutProps extends SidebarProps {
|
|
|
612
612
|
notificationCount?: number;
|
|
613
613
|
onNotificationClick?: () => void;
|
|
614
614
|
onUserProfileClick?: () => void;
|
|
615
|
+
onNavigate?: (href: string) => void;
|
|
615
616
|
onLogout?: () => void;
|
|
616
617
|
userMenuItems?: UserMenuItem[];
|
|
617
618
|
contentClassName?: string;
|
|
@@ -931,6 +932,7 @@ export declare interface SidebarProps {
|
|
|
931
932
|
activePath?: string;
|
|
932
933
|
logoImgExpanded?: default_2.ReactNode;
|
|
933
934
|
logoImgCollapsed?: default_2.ReactNode;
|
|
935
|
+
onNavigate?: (href: string) => void;
|
|
934
936
|
}
|
|
935
937
|
|
|
936
938
|
export declare const SidebarProvider: ({ children }: PropsWithChildren) => JSX.Element;
|
|
@@ -1023,7 +1025,7 @@ export declare const slideAnimation: {
|
|
|
1023
1025
|
|
|
1024
1026
|
/**
|
|
1025
1027
|
* Smart animation configuration for consistent motion across the design system.
|
|
1026
|
-
* Provides default animation properties for
|
|
1028
|
+
* Provides default animation properties for motion/react components.
|
|
1027
1029
|
*
|
|
1028
1030
|
* Features:
|
|
1029
1031
|
* - Consistent transition timing and easing
|