33exports [` tooltip props basic tooltip 1` =  ` 
44<div > 
55 <span  
6+  aria-describedby = " basic-example"  
67 data-tooltip-id = " basic-example"  
78 > 
89 Lorem Ipsum 
@@ -25,6 +26,7 @@ exports[`tooltip props basic tooltip 1`] = `
2526exports [` tooltip props clickable tooltip 1` =  ` 
2627<div > 
2728 <span  
29+  aria-describedby = " example-clickable"  
2830 data-tooltip-id = " example-clickable"  
2931 > 
3032 Lorem Ipsum 
@@ -49,6 +51,7 @@ exports[`tooltip props clickable tooltip 1`] = `
4951exports [` tooltip props tooltip with custom position 1` =  ` 
5052<div > 
5153 <span  
54+  aria-describedby = " example-place"  
5255 data-tooltip-id = " example-place"  
5356 > 
5457 Lorem Ipsum 
@@ -81,6 +84,7 @@ exports[`tooltip props tooltip with delay hide 1`] = `
8184exports [` tooltip props tooltip with delay show 1` =  ` 
8285<div > 
8386 <span  
87+  aria-describedby = " example-delay-show"  
8488 data-tooltip-id = " example-delay-show"  
8589 > 
8690 Lorem Ipsum 
@@ -103,6 +107,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
103107exports [` tooltip props tooltip with disableTooltip return false 1` =  ` 
104108<div > 
105109 <span  
110+  aria-describedby = " example-disableTooltip-false"  
106111 data-tooltip-id = " example-disableTooltip-false"  
107112 > 
108113 Lorem Ipsum 
@@ -125,6 +130,7 @@ exports[`tooltip props tooltip with disableTooltip return false 1`] = `
125130exports [` tooltip props tooltip with float 1` =  ` 
126131<div > 
127132 <span  
133+  aria-describedby = " example-float"  
128134 data-tooltip-id = " example-float"  
129135 > 
130136 Lorem Ipsum 
@@ -147,6 +153,7 @@ exports[`tooltip props tooltip with float 1`] = `
147153exports [` tooltip props tooltip with html 1` =  ` 
148154<div > 
149155 <span  
156+  aria-describedby = " example-html"  
150157 data-tooltip-id = " example-html"  
151158 > 
152159 Lorem Ipsum 
@@ -174,20 +181,21 @@ exports[`tooltip props tooltip with html 1`] = `
174181exports [` tooltip props tooltip with place 1` =  ` 
175182<div > 
176183 <span  
184+  aria-describedby = " example-place"  
177185 data-tooltip-id = " example-place"  
178186 > 
179187 Lorem Ipsum 
180188 </span > 
181189 <div  
182-  class = " react-tooltip react-tooltip__place-right  react-tooltip__show"  
190+  class = " react-tooltip react-tooltip__place-left  react-tooltip__show"  
183191 id = " example-place"  
184192 role = " tooltip"  
185-  style = " left: 10px; top: 5px;"  
193+  style = " left: - 10px; top: 5px;"  
186194 > 
187195 Hello World! 
188196 <div  
189197 class = " react-tooltip-arrow"  
190-  style = " --rt-arrow-size: 8px; left : -4px; top : -1px ;"  
198+  style = " --rt-arrow-size: 8px; top : -1px; right : -4px ;"  
191199 /> 
192200 </div > 
193201</div > 
0 commit comments