Skip to content

Commit

Permalink
Merge branch 'main' into refactor/bubble-list-rerender
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer authored Feb 10, 2025
2 parents 069de64 + 3c9832c commit 4947f28
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Tweet
uses: nearform-actions/github-action-notify-twitter@v1
uses: nearform-actions/github-action-notify-twitter@master
with:
message: |
🤖 Ant Design X just released @ant-design/x@${{ github.event.release.tag_name }} ✨🎊✨ Check out the full release note: ${{ github.event.release.html_url }}
twitter-app-key: ${{ secrets.TWITTER_API_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_API_SECRET_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_API_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
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
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,16 @@
"@ctrl/tinycolor": "^4.1.0",
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
"@happy-dom/jest-environment": "^16.1.0",
"@happy-dom/jest-environment": "^17.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@madccc/duplicate-package-checker-webpack-plugin": "^1.0.0",
"@microflash/rehype-figure": "^2.1.1",
"@npmcli/run-script": "^9.0.1",
"@octokit/rest": "^21.0.2",
"@petercatai/assistant": "^2.0.13",
"@qixian.cs/github-contributors-list": "^2.0.2",
"@rc-component/father-plugin": "1.2.0-alpha.0",
"@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 @@ -178,13 +179,12 @@
"dumi-plugin-color-chunk": "^1.1.2",
"esbuild-loader": "^4.2.2",
"fast-glob": "^3.3.2",
"father": "4.5.1-beta.4",
"father": "4.5.2",
"fetch-jsonp": "^1.3.0",
"fs-extra": "^11.2.0",
"react-intl": "7.0.4",
"gh-pages": "^6.1.1",
"glob": "^11.0.0",
"happy-dom": "^16.0.0",
"happy-dom": "^17.0.0",
"html2sketch": "^1.0.2",
"http-server": "^14.1.1",
"husky": "^9.1.6",
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 4947f28

Please # to comment.