-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabien Rassinier
authored
Sep 18, 2019
1 parent
563b069
commit 61654e6
Showing
23 changed files
with
2,517 additions
and
2,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
...c/Badge/BadgeComposition/BadgeCategory/__snapshots__/BadgeCategory.component.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`BadgeCategory should render with the label 1`] = ` | ||
<div class="theme-tc-tooltip" | ||
aria-describedby="42" | ||
<span aria-label="my badge label" | ||
class="tc-badge-category theme-tc-badge-category" | ||
aria-describedby="42" | ||
> | ||
<span aria-label="my badge label" | ||
class="tc-badge-category theme-tc-badge-category" | ||
aria-describedby="42" | ||
> | ||
my badge label | ||
</span> | ||
</div> | ||
my badge label | ||
</span> | ||
`; |
32 changes: 14 additions & 18 deletions
32
...s/src/Badge/BadgeComposition/BadgeDelete/__snapshots__/BadgeDelete.component.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`BadgeDelete should render 1`] = ` | ||
<div class="theme-tc-tooltip" | ||
aria-describedby="42" | ||
<button role="button" | ||
aria-label="Delete" | ||
id="tc-badge-delete-my-id" | ||
aria-describedby="42" | ||
type="button" | ||
class="tc-badge-delete-icon theme-tc-badge-delete-icon btn-icon-only btn btn-link" | ||
> | ||
<button role="button" | ||
aria-label="Delete" | ||
id="tc-badge-delete-my-id" | ||
aria-describedby="42" | ||
type="button" | ||
class="tc-badge-delete-icon theme-tc-badge-delete-icon btn-icon-only btn btn-link" | ||
<svg name="talend-cross" | ||
class="theme-tc-svg-icon tc-svg-icon" | ||
focusable="false" | ||
aria-hidden="true" | ||
> | ||
<svg name="talend-cross" | ||
class="theme-tc-svg-icon tc-svg-icon" | ||
focusable="false" | ||
aria-hidden="true" | ||
> | ||
<use xlink:href="#talend-cross"> | ||
</use> | ||
</svg> | ||
</button> | ||
</div> | ||
<use xlink:href="#talend-cross"> | ||
</use> | ||
</svg> | ||
</button> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.