Skip to content

Commit

Permalink
chore: upgrade rc-dialog to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 9, 2024
1 parent 854771a commit 80ff9b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions tests/__snapshots__/controlled.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ exports[`Controlled With previewVisible 1`] = `
role="dialog"
style="display: none;"
>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
<div
style="outline: none;"
tabindex="-1"
tabindex="0"
>
<div
class="rc-image-preview-content"
Expand All @@ -35,7 +30,6 @@ exports[`Controlled With previewVisible 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
Expand Down
8 changes: 1 addition & 7 deletions tests/__snapshots__/preview.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ exports[`Preview add rootClassName should be correct when open preview 1`] = `
class="rc-image-preview zoom-appear zoom-appear-prepare zoom"
role="dialog"
>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
<div
style="outline: none;"
tabindex="-1"
tabindex="0"
>
<div
class="rc-image-preview-content"
Expand All @@ -67,7 +62,6 @@ exports[`Preview add rootClassName should be correct when open preview 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
Expand Down
8 changes: 1 addition & 7 deletions tests/__snapshots__/previewGroup.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ exports[`PreviewGroup With Controlled 1`] = `
role="dialog"
style="display: none;"
>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
<div
style="outline: none;"
tabindex="-1"
tabindex="0"
>
<div
class="rc-image-preview-content"
Expand All @@ -35,7 +30,6 @@ exports[`PreviewGroup With Controlled 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
Expand Down

0 comments on commit 80ff9b6

Please sign in to comment.