Skip to content

Commit

Permalink
chore: fix ci error (#525)
Browse files Browse the repository at this point in the history
* fix: compile warring

* chore: update snapshot
  • Loading branch information
YumoImer authored Feb 10, 2025
1 parent 723329b commit 3c9832c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 60 deletions.
Binary file modified bun.lockb
Binary file not shown.
118 changes: 59 additions & 59 deletions components/sender/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,77 +3,77 @@
exports[`Sender Component loading state 1`] = `
<DocumentFragment>
<div
class="ant-sender"
>
<div
class="ant-sender-content"
class="ant-sender"
>
<textarea
class="ant-input ant-input-borderless ant-sender-input"
style="overflow-y: hidden; resize: none;"
/>
<div
class="ant-sender-actions-list"
class="ant-sender-content"
>
<textarea
class="ant-input ant-input-borderless ant-sender-input"
style="overflow-y: hidden; resize: none;"
/>
<div
class="ant-sender-actions-list-presets ant-flex"
class="ant-sender-actions-list"
>
<button
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"
type="button"
<div
class="ant-sender-actions-list-presets ant-flex"
>
<svg
class="ant-sender-actions-btn-loading-icon"
color="currentColor"
viewBox="0 0 1000 1000"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
<button
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"
type="button"
>
<title>
Stop Loading
</title>
<rect
fill="currentColor"
height="250"
rx="24"
ry="24"
width="250"
x="375"
y="375"
/>
<circle
cx="500"
cy="500"
fill="none"
opacity="0.45"
r="450"
stroke="currentColor"
stroke-width="100"
/>
<circle
cx="500"
cy="500"
fill="none"
r="450"
stroke="currentColor"
stroke-dasharray="600 9999999"
stroke-width="100"
<svg
class="ant-sender-actions-btn-loading-icon"
color="currentColor"
viewBox="0 0 1000 1000"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<animatetransform
attributeName="transform"
dur="1s"
from="0 500 500"
repeatCount="indefinite"
to="360 500 500"
type="rotate"
<title>
Stop Loading
</title>
<rect
fill="currentColor"
height="250"
rx="24"
ry="24"
width="250"
x="375"
y="375"
/>
</circle>
</svg>
</button>
<circle
cx="500"
cy="500"
fill="none"
opacity="0.45"
r="450"
stroke="currentColor"
stroke-width="100"
/>
<circle
cx="500"
cy="500"
fill="none"
r="450"
stroke="currentColor"
stroke-dasharray="600 9999999"
stroke-width="100"
>
<animatetransform
attributeName="transform"
dur="1s"
from="0 500 500"
repeatCount="indefinite"
to="360 500 500"
type="rotate"
/>
</circle>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</DocumentFragment>
`;

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"@petercatai/assistant": "^2.0.13",
"@qixian.cs/github-contributors-list": "^2.0.2",
"@rc-component/father-plugin": "2.0.3",
"@rc-component/np": "^1.0.3",
"@rc-component/trigger": "^2.2.3",
"@size-limit/file": "^11.1.5",
"@stackblitz/sdk": "^1.11.0",
Expand Down Expand Up @@ -181,7 +182,6 @@
"father": "4.5.2",
"fetch-jsonp": "^1.3.0",
"fs-extra": "^11.2.0",
"react-intl": "7.1.5",
"gh-pages": "^6.1.1",
"glob": "^11.0.0",
"happy-dom": "^17.0.0",
Expand Down Expand Up @@ -234,6 +234,7 @@
"react-highlight-words": "^0.20.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.13.1",
"react-intl": "7.1.5",
"react-resizable": "^3.0.5",
"react-router-dom": "^7.0.1",
"react-sticky-box": "^2.0.5",
Expand Down

0 comments on commit 3c9832c

Please sign in to comment.