diff --git a/packages/react/src/Banner/Banner.docs.json b/packages/react/src/Banner/Banner.docs.json index bb52d3716ce..eb682524e0a 100644 --- a/packages/react/src/Banner/Banner.docs.json +++ b/packages/react/src/Banner/Banner.docs.json @@ -16,6 +16,11 @@ "type": "React.ReactNode", "description": "Provide an optional description for the Banner. This should provide supplemental information about the Banner" }, + { + "name": "hideTitle", + "type": "boolean", + "description": "Whether to hide the title visually." + }, { "name": "icon", "type": "React.ReactNode",