From 74b40fce0bfbd9cede6051acc8ed54bcc1930fc6 Mon Sep 17 00:00:00 2001 From: Rasmus Nielsen <rni@nova-c.dk> Date: Fri, 18 Sep 2020 12:38:19 +0200 Subject: [PATCH] Fix description --- src/components/popover/package.json | 2 +- src/components/tooltip/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/popover/package.json b/src/components/popover/package.json index be889f05bd0..50e9dc9f4df 100644 --- a/src/components/popover/package.json +++ b/src/components/popover/package.json @@ -29,7 +29,7 @@ }, { "prop": "placement", - "description": "Placement of the popover: One of 'top', 'bottom', 'right', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom', 'right-top', 'right-bottom'" + "description": "Placement of the popover: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'" }, { "prop": "fallbackPlacement", diff --git a/src/components/tooltip/package.json b/src/components/tooltip/package.json index 39e6a214e2c..f03f1674ebe 100644 --- a/src/components/tooltip/package.json +++ b/src/components/tooltip/package.json @@ -25,7 +25,7 @@ }, { "prop": "placement", - "description": "Placement of the tooltip: One of 'top', 'bottom', 'right', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom', 'right-top', 'right-bottom'" + "description": "Placement of the tooltip: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'" }, { "prop": "fallbackPlacement",