tcce-design-system-test 0.3.17 → 0.3.19
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;
|
|
@@ -1024,7 +1025,7 @@ export declare const slideAnimation: {
|
|
|
1024
1025
|
|
|
1025
1026
|
/**
|
|
1026
1027
|
* Smart animation configuration for consistent motion across the design system.
|
|
1027
|
-
* Provides default animation properties for
|
|
1028
|
+
* Provides default animation properties for motion/react components.
|
|
1028
1029
|
*
|
|
1029
1030
|
* Features:
|
|
1030
1031
|
* - Consistent transition timing and easing
|