From b5b4cb54b83b0f7397f5232587be065aa557ce97 Mon Sep 17 00:00:00 2001 From: emyarod Date: Mon, 20 Jan 2020 18:16:52 -0600 Subject: [PATCH] fix(TooltipIcon): add new direction prop types (#5051) Co-authored-by: Akira Sudoh --- packages/react/src/components/TooltipIcon/TooltipIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/TooltipIcon/TooltipIcon.js b/packages/react/src/components/TooltipIcon/TooltipIcon.js index c0b0fd313abc..f69b024bb8cf 100644 --- a/packages/react/src/components/TooltipIcon/TooltipIcon.js +++ b/packages/react/src/components/TooltipIcon/TooltipIcon.js @@ -55,7 +55,7 @@ TooltipIcon.propTypes = { /** * Specify the direction of the tooltip. Can be either top or bottom. */ - direction: PropTypes.oneOf(['top', 'bottom']), + direction: PropTypes.oneOf(['top', 'right', 'left', 'bottom']), /** * Specify the alignment (to the trigger button) of the tooltip.