From 9cf746896b2d52f4944c6255b40962287980af87 Mon Sep 17 00:00:00 2001 From: Armagan Ersoz Date: Tue, 8 Oct 2024 08:59:39 +1000 Subject: [PATCH] Add tooltipDirection to docs --- packages/react/src/Button/IconButton.docs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/react/src/Button/IconButton.docs.json b/packages/react/src/Button/IconButton.docs.json index 6d606228e6d..dc357c85695 100644 --- a/packages/react/src/Button/IconButton.docs.json +++ b/packages/react/src/Button/IconButton.docs.json @@ -49,6 +49,13 @@ "required": false, "description": "Keyboard shortcuts that trigger the button. Keyboard shortcut will be appended to the accessible name or description (depending on the tooltip type) of the button with a comma (i.e. Bold, Command+B) and it will be displayed in the tooltip." }, + { + "name": "tooltipDirection", + "type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'", + "defaultValue": "'s'", + "description": "The direction of the tooltip. ", + "required": false + }, { "name": "sx", "type": "SystemStyleObject"