Skip to content

Commit

Permalink
feat: rename locale notContentText => emptyText
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Aug 30, 2020
1 parent 529a36e commit 58b3ad0
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 129 deletions.
24 changes: 4 additions & 20 deletions __tests__/tests/__snapshots__/icon.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,9 @@ exports[`Player custom icon test should render custom icon 1`] = `
class="group play-btn"
title="Click to play"
>
<span>
<div>
1
</div>
</span>
<div>
1
</div>
</span>
<span
class="group next-audio"
Expand Down Expand Up @@ -595,21 +593,7 @@ exports[`Player custom icon test should render custom icon in mobile mode 1`] =
<span
class="audio-lists-panel-header-close-btn"
title="Close"
>
<svg
fill="currentColor"
height="1em"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 320 512"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z"
/>
</svg>
</span>
/>
</span>
</h2>
</div>
Expand Down
Loading

0 comments on commit 58b3ad0

Please sign in to comment.