Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed May 12, 2021
1 parent 7ba777a commit 0ab13a6
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions packages/core/__tests__/__snapshots__/cv-tooltip.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction a
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip bx--tooltip--shown"
class="bx--tooltip bx--tooltip--shown bx--tooltip--left bx--tooltip--align-center"
data-floating-menu-direction="left"
id="test-1"
role="dialog"
Expand All @@ -78,7 +78,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction a
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -92,7 +92,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction a
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -111,7 +111,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--bottom bx--tooltip--align-center"
data-floating-menu-direction="bottom"
id="test-1"
role="dialog"
Expand All @@ -120,7 +120,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -134,7 +134,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -153,7 +153,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--left bx--tooltip--align-center"
data-floating-menu-direction="left"
id="test-1"
role="dialog"
Expand All @@ -162,7 +162,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -176,7 +176,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -195,7 +195,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--right bx--tooltip--align-center"
data-floating-menu-direction="right"
id="test-1"
role="dialog"
Expand All @@ -204,7 +204,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -218,7 +218,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -237,7 +237,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -246,7 +246,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -260,7 +260,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with direction s
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -279,7 +279,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`cont
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -288,7 +288,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`cont
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -309,7 +309,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`cont
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -330,7 +330,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`labe
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -339,7 +339,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`labe
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -353,7 +353,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`labe
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -372,7 +372,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`trig
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -381,7 +381,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`trig
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -395,7 +395,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with slot \`trig
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -414,7 +414,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with visible set
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip bx--tooltip--shown"
class="bx--tooltip bx--tooltip--shown bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -423,7 +423,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with visible set
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -437,7 +437,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip with visible set
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand All @@ -456,7 +456,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip: minimal as expe
aria-describedby="test-1-body"
aria-hidden="true"
aria-labelledby="test-1-label"
class="bx--tooltip"
class="bx--tooltip bx--tooltip--top bx--tooltip--align-center"
data-floating-menu-direction="top"
id="test-1"
role="dialog"
Expand All @@ -465,7 +465,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip: minimal as expe
>
<div
class="cv-interactive-tooltip__before-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
Expand All @@ -479,7 +479,7 @@ exports[`CvInteractiveTooltip should render interactive tooltip: minimal as expe
<div
class="cv-interactive-tooltip__after-content"
style="position: absolute; height: 1px; width: 1px; left: -9999px;"
style="position: absolute; left: -9999px; width: 1px; height: 1px;"
tabindex="0"
/>
</div>
Expand Down

0 comments on commit 0ab13a6

Please sign in to comment.