Skip to content

Commit

Permalink
update storyshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Molinos committed Oct 26, 2023
1 parent c1098af commit d2dcad3
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@ exports[`Storyshots ui/shared/floating-ui/Tooltip Avec HTML 1`] = `
</button>
`;

exports[`Storyshots ui/shared/floating-ui/Tooltip D Stet 1`] = `
<div
className="mb-32"
>
<button
onBlur={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onMouseLeave={[Function]}
onMouseMove={[Function]}
onPointerDown={[Function]}
onPointerEnter={[Function]}
>
un élément avec une info-bulle au survol
</button>
</div>
`;

exports[`Storyshots ui/shared/floating-ui/Tooltip Simple 1`] = `
<button
onBlur={[Function]}
Expand Down

0 comments on commit d2dcad3

Please sign in to comment.