Is this a regression?
The previous version in which this bug was not present was
No response
Description
It seems that type declarations / import paths are wrong for @angular/aria/private when referenced from Tabs and Listbox packages.
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-qaca4nrd
Steps to reproduce:
- Start the project
- Import errors are shown
Expected Behavior
Project should be built without problems.
Actual Behavior
Build fails because there is some issue with type declarations for @angular/aria/tabs and @angular/aria/listbox.
Environment
- Angular: 21.1.0
- CDK/Material/Aria: 21.1.0
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 11