Description:
Some components are not properly documented in their custom-elements-manifest.json files, causing incomplete documentation generation and missing IntelliSense in IDEs.
Expected Behaviour:
- All components have complete custom elements manifests
- All props, events, and slots documented
- IDE autocomplete works for all components
Approach:
- Review
custom-elements-manifest.config.js in each package
- Ensure all components have proper JSDoc annotations
- Regenerate manifests for all packages
- Validate manifest completeness with automated checks