|
3 | 3 | exports[`Sender Component loading state 1`] = `
|
4 | 4 | <DocumentFragment>
|
5 | 5 | <div
|
6 |
| - class="ant-sender" |
7 |
| -> |
8 |
| - <div |
9 |
| - class="ant-sender-content" |
| 6 | + class="ant-sender" |
10 | 7 | >
|
11 |
| - <textarea |
12 |
| - class="ant-input ant-input-borderless ant-sender-input" |
13 |
| - style="overflow-y: hidden; resize: none;" |
14 |
| - /> |
15 | 8 | <div
|
16 |
| - class="ant-sender-actions-list" |
| 9 | + class="ant-sender-content" |
17 | 10 | >
|
| 11 | + <textarea |
| 12 | + class="ant-input ant-input-borderless ant-sender-input" |
| 13 | + style="overflow-y: hidden; resize: none;" |
| 14 | + /> |
18 | 15 | <div
|
19 |
| - class="ant-sender-actions-list-presets ant-flex" |
| 16 | + class="ant-sender-actions-list" |
20 | 17 | >
|
21 |
| - <button |
22 |
| - class="ant-btn ant-btn-circle ant-btn-text ant-btn-color-primary ant-btn-variant-text ant-sender-actions-btn ant-sender-actions-btn-loading-button" |
23 |
| - type="button" |
| 18 | + <div |
| 19 | + class="ant-sender-actions-list-presets ant-flex" |
24 | 20 | >
|
25 |
| - <svg |
26 |
| - class="ant-sender-actions-btn-loading-icon" |
27 |
| - color="currentColor" |
28 |
| - viewBox="0 0 1000 1000" |
29 |
| - xmlns="http://www.w3.org/2000/svg" |
30 |
| - xmlns:xlink="http://www.w3.org/1999/xlink" |
| 21 | + <button |
| 22 | + class="ant-btn ant-btn-circle ant-btn-text ant-btn-color-primary ant-btn-variant-text ant-sender-actions-btn ant-sender-actions-btn-loading-button" |
| 23 | + type="button" |
31 | 24 | >
|
32 |
| - <title> |
33 |
| - Stop Loading |
34 |
| - </title> |
35 |
| - <rect |
36 |
| - fill="currentColor" |
37 |
| - height="250" |
38 |
| - rx="24" |
39 |
| - ry="24" |
40 |
| - width="250" |
41 |
| - x="375" |
42 |
| - y="375" |
43 |
| - /> |
44 |
| - <circle |
45 |
| - cx="500" |
46 |
| - cy="500" |
47 |
| - fill="none" |
48 |
| - opacity="0.45" |
49 |
| - r="450" |
50 |
| - stroke="currentColor" |
51 |
| - stroke-width="100" |
52 |
| - /> |
53 |
| - <circle |
54 |
| - cx="500" |
55 |
| - cy="500" |
56 |
| - fill="none" |
57 |
| - r="450" |
58 |
| - stroke="currentColor" |
59 |
| - stroke-dasharray="600 9999999" |
60 |
| - stroke-width="100" |
| 25 | + <svg |
| 26 | + class="ant-sender-actions-btn-loading-icon" |
| 27 | + color="currentColor" |
| 28 | + viewBox="0 0 1000 1000" |
| 29 | + xmlns="http://www.w3.org/2000/svg" |
| 30 | + xmlns:xlink="http://www.w3.org/1999/xlink" |
61 | 31 | >
|
62 |
| - <animatetransform |
63 |
| - attributeName="transform" |
64 |
| - dur="1s" |
65 |
| - from="0 500 500" |
66 |
| - repeatCount="indefinite" |
67 |
| - to="360 500 500" |
68 |
| - type="rotate" |
| 32 | + <title> |
| 33 | + Stop Loading |
| 34 | + </title> |
| 35 | + <rect |
| 36 | + fill="currentColor" |
| 37 | + height="250" |
| 38 | + rx="24" |
| 39 | + ry="24" |
| 40 | + width="250" |
| 41 | + x="375" |
| 42 | + y="375" |
69 | 43 | />
|
70 |
| - </circle> |
71 |
| - </svg> |
72 |
| - </button> |
| 44 | + <circle |
| 45 | + cx="500" |
| 46 | + cy="500" |
| 47 | + fill="none" |
| 48 | + opacity="0.45" |
| 49 | + r="450" |
| 50 | + stroke="currentColor" |
| 51 | + stroke-width="100" |
| 52 | + /> |
| 53 | + <circle |
| 54 | + cx="500" |
| 55 | + cy="500" |
| 56 | + fill="none" |
| 57 | + r="450" |
| 58 | + stroke="currentColor" |
| 59 | + stroke-dasharray="600 9999999" |
| 60 | + stroke-width="100" |
| 61 | + > |
| 62 | + <animatetransform |
| 63 | + attributeName="transform" |
| 64 | + dur="1s" |
| 65 | + from="0 500 500" |
| 66 | + repeatCount="indefinite" |
| 67 | + to="360 500 500" |
| 68 | + type="rotate" |
| 69 | + /> |
| 70 | + </circle> |
| 71 | + </svg> |
| 72 | + </button> |
| 73 | + </div> |
73 | 74 | </div>
|
74 | 75 | </div>
|
75 | 76 | </div>
|
76 |
| -</div> |
77 | 77 | </DocumentFragment>
|
78 | 78 | `;
|
79 | 79 |
|
|
0 commit comments