diff --git a/api-generator/components/button.js b/api-generator/components/button.js index 3119b5582..198b75c64 100644 --- a/api-generator/components/button.js +++ b/api-generator/components/button.js @@ -57,7 +57,7 @@ const ButtonProps = [ name: 'severity', type: 'string', default: 'null', - description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "danger".' + description: 'Defines the style of the button, valid values are "secondary", "success", "info", "warning", "help", "danger".' }, { name: 'raised', diff --git a/components/button/Button.d.ts b/components/button/Button.d.ts index e2c1361de..9860f71bf 100755 --- a/components/button/Button.d.ts +++ b/components/button/Button.d.ts @@ -65,7 +65,7 @@ export interface ButtonProps extends ButtonHTMLAttributes { /** * Defines the style of the button. */ - severity?: 'secondary' | 'success' | 'info' | 'warning' | 'danger' | undefined; + severity?: 'secondary' | 'success' | 'info' | 'warning' | 'help' | 'danger' | undefined; /** * Add a shadow to indicate elevation. * @defaultValue false