@@ -7,9 +7,9 @@ exports[`renders ./antdv-demo/docs/alert/demo/banner.md correctly 1`] = `
7
7
</svg ></i ><span class = " ant-alert-message" >Warning text</span ><span class = " ant-alert-description" ></span ></div > <br >
8
8
<div data-show = " true" class = " ant-alert ant-alert-warning ant-alert-banner ant-alert-closable" ><i aria-label = " icon: exclamation-circle" class = " anticon anticon-exclamation-circle ant-alert-icon" ><svg viewBox = " 64 64 896 896" data-icon = " exclamation-circle" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
9
9
<path d = " M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z" ></path >
10
- </svg ></i ><span class = " ant-alert-message" >Very long warning text warning text text text text text text text</span ><span class = " ant-alert-description" ></span ><a type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
10
+ </svg ></i ><span class = " ant-alert-message" >Very long warning text warning text text text text text text text</span ><span class = " ant-alert-description" ></span ><button type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
11
11
<path d = " M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path >
12
- </svg ></i ></a ></div > <br >
12
+ </svg ></i ></button ></div > <br >
13
13
<div data-show = " true" class = " ant-alert ant-alert-warning ant-alert-no-icon ant-alert-banner" ><span class = " ant-alert-message" >Warning text without icon</span ><span class = " ant-alert-description" ></span ></div > <br >
14
14
<div data-show = " true" class = " ant-alert ant-alert-error ant-alert-banner" ><i aria-label = " icon: close-circle" class = " anticon anticon-close-circle ant-alert-icon" ><svg viewBox = " 64 64 896 896" data-icon = " close-circle" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
15
15
<path d = " M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" ></path >
@@ -21,16 +21,16 @@ exports[`renders ./antdv-demo/docs/alert/demo/basic.md correctly 1`] = `<div dat
21
21
22
22
exports[`renders ./antdv-demo/docs/alert/demo/closable.md correctly 1`] = `
23
23
<div >
24
- <div data-show = " true" class = " ant-alert ant-alert-warning ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text</span ><span class = " ant-alert-description" ></span ><a type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
24
+ <div data-show = " true" class = " ant-alert ant-alert-warning ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text</span ><span class = " ant-alert-description" ></span ><button type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
25
25
<path d = " M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path >
26
- </svg ></i ></a ></div >
27
- <div data-show = " true" class = " ant-alert ant-alert-error ant-alert-with-description ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Error Text</span ><span class = " ant-alert-description" >Error Description Error Description Error Description Error Description Error Description Error Description</span ><a type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
26
+ </svg ></i ></button ></div >
27
+ <div data-show = " true" class = " ant-alert ant-alert-error ant-alert-with-description ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Error Text</span ><span class = " ant-alert-description" >Error Description Error Description Error Description Error Description Error Description Error Description</span ><button type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
28
28
<path d = " M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path >
29
- </svg ></i ></a ></div >
29
+ </svg ></i ></button ></div >
30
30
</div >
31
31
`;
32
32
33
- exports[`renders ./antdv-demo/docs/alert/demo/close-text.md correctly 1`] = `<div data-show = " true" class = " ant-alert ant-alert-info ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Info Text</span ><span class = " ant-alert-description" ></span ><a type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><span class = " ant-alert-close-text" >Close Now</span ></a ></div >`;
33
+ exports[`renders ./antdv-demo/docs/alert/demo/close-text.md correctly 1`] = `<div data-show = " true" class = " ant-alert ant-alert-info ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Info Text</span ><span class = " ant-alert-description" ></span ><button type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><span class = " ant-alert-close-text" >Close Now</span ></button ></div >`;
34
34
35
35
exports[`renders ./antdv-demo/docs/alert/demo/custom-icon.md correctly 1`] = `
36
36
<div >
@@ -92,9 +92,9 @@ exports[`renders ./antdv-demo/docs/alert/demo/icon.md correctly 1`] = `
92
92
93
93
exports[`renders ./antdv-demo/docs/alert/demo/smooth-closed.md correctly 1`] = `
94
94
<div >
95
- <div data-show = " true" class = " ant-alert ant-alert-success ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Alert Message Text</span ><span class = " ant-alert-description" ></span ><a type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
95
+ <div data-show = " true" class = " ant-alert ant-alert-success ant-alert-no-icon ant-alert-closable" ><span class = " ant-alert-message" >Alert Message Text</span ><span class = " ant-alert-description" ></span ><button type = " button" tabindex = " 0" class = " ant-alert-close-icon" ><i aria-label = " icon: close" class = " anticon anticon-close" ><svg viewBox = " 64 64 896 896" data-icon = " close" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" focusable = " false" class = " " >
96
96
<path d = " M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" ></path >
97
- </svg ></i ></a ></div >
97
+ </svg ></i ></button ></div >
98
98
</div >
99
99
`;
100
100
0 commit comments