Skip to content

Commit

Permalink
feat: Modal support aria-* in closable (#47650)
Browse files Browse the repository at this point in the history
* feat: Modal support aria-* in closable

* feat: Modal support aria-* in closable

* feat: Modal support aria-* in closable

* chore: bump rc-image

* feat: update snap

* feat: update snap
  • Loading branch information
kiner-tang committed Mar 1, 2024
1 parent 2156ed4 commit 6928fbc
Show file tree
Hide file tree
Showing 8 changed files with 5,948 additions and 5,438 deletions.

Large diffs are not rendered by default.

21 changes: 13 additions & 8 deletions components/image/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,24 @@ exports[`Image Default Group preview props 1`] = `
tabindex="0"
/>
<div
class="ant-image-preview-content"
style="outline: none;"
tabindex="-1"
>
<div
class="ant-image-preview-body"
class="ant-image-preview-content"
>
<div
class="ant-image-preview-img-wrapper"
class="ant-image-preview-body"
>
<img
class="ant-image-preview-img"
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
style="transform: translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotate(0deg);"
/>
<div
class="ant-image-preview-img-wrapper"
>
<img
class="ant-image-preview-img"
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
style="transform: translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotate(0deg);"
/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6928fbc

Please sign in to comment.