Skip to content

Commit

Permalink
fix primefaces#16017 SplitButton | Replace severity "warning" by "warn"
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiatarek committed Jul 23, 2024
1 parent 98f9682 commit aa92f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/splitbutton/splitbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class SplitButton {
* Defines the style of the button.
* @group Props
*/
@Input() severity: 'success' | 'info' | 'warning' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined;
@Input() severity: 'success' | 'info' | 'warn' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined;
/**
* Add a shadow to indicate elevation.
* @group Props
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22094,7 +22094,7 @@
"name": "severity",
"optional": false,
"readonly": false,
"type": "\"success\" | \"info\" | \"warning\" | \"primary\" | \"help\" | \"danger\" | \"secondary\" | \"contrast\"",
"type": "\"success\" | \"info\" | \"warn\" | \"primary\" | \"help\" | \"danger\" | \"secondary\" | \"contrast\"",
"description": "Defines the style of the button."
},
{
Expand Down

0 comments on commit aa92f11

Please sign in to comment.