diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b3a789993..b8d01a28d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23825,40 +23825,16 @@ "optional": true, "readonly": false, "type": "string", - "default": "pi pi-times", + "default": "", "description": "Icon to display in the toast close button." }, { - "name": "infoIcon", + "name": "icon", "optional": true, "readonly": false, "type": "string", - "default": "pi pi-info-circle", - "description": "Icon to display in the toast with info severity." - }, - { - "name": "warnIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-exclamation-triangle", - "description": "Icon to display in the toast with warn severity." - }, - { - "name": "errorIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-times", - "description": "Icon to display in the toast with error severity." - }, - { - "name": "successIcon", - "optional": true, - "readonly": false, - "type": "string", - "default": "pi pi-check", - "description": "Icon to display in the toast with success severity." + "default": "", + "description": "Icon to display in the toast." }, { "name": "closeButtonProps", @@ -23888,6 +23864,18 @@ ], "returnType": "VNode[]", "description": "Custom message template." + }, + { + "name": "icon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom icon template." + }, + { + "name": "closeicon", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom close icon template." } ] },