feat(identity-wallet): wire AlertDetailScreen into page state machine
Add alert_detail step to OnboardingStep type and state machine:
- Add state variables for selectedAlertDid and selectedAlertChanges
- Wire onalert callback in IdentityListHome usage
- Add AlertDetailScreen rendering block in step conditional
- Import UnauthorizedChange and AlertDetailScreen types/components
Verifies: plc-key-management.AC6.4, AC6.5 (integration)