Component: Message - Theme: Aura light and dark variants #15881
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In primeNG 17.18 the severities for
<p-message>
are now strictly typed.If
<p-message>
is used as inline message the Aura Themes are missing support for the changed severity types "warning" (was warn), "danger" (was error) and the new severity types "secondary" and "contrast"Environment
PrimeNg 17.18
Angular 18.0
Windows 11
Reproducer
No response
Angular version
18.0
PrimeNG version
17.18
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
No response
Steps to reproduce the behavior
Use one of the Aura themes from primeNG
index.scss
add p-messages as inline messages to app.component.html
no severity styles will apply
The following css classes are missing in
_inlinemessage.scss
Expected behavior
The inline
<p-message>
should be styled according to the set severity.The text was updated successfully, but these errors were encountered: