forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ant-design#44682 from ant-design/master
chore: merge master into feature
- Loading branch information
Showing
14 changed files
with
48 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,4 +86,7 @@ export default genComponentStyleHook( | |
zIndexPopup: zIndexPopupBase + 60, | ||
}; | ||
}, | ||
{ | ||
resetStyle: false, | ||
}, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "antd", | ||
"version": "5.8.6", | ||
"version": "5.9.0", | ||
"packageManager": "^[email protected]", | ||
"description": "An enterprise-class UI design language and React components implementation", | ||
"title": "Ant Design", | ||
|
@@ -175,9 +175,9 @@ | |
"@emotion/server": "^11.4.0", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.1.0", | ||
"@qixian.cs/github-contributors-list": "^1.1.0", | ||
"@size-limit/file": "^8.1.0", | ||
"@size-limit/file": "^9.0.0", | ||
"@stackblitz/sdk": "^1.3.0", | ||
"@swc/core": "^1.3.50", | ||
"@swc/core": "1.3.82", | ||
"@swc/helpers": "^0.5.0", | ||
"@testing-library/dom": "^9.0.0", | ||
"@testing-library/jest-dom": "^6.0.0", | ||
|
@@ -292,7 +292,7 @@ | |
"remark-preset-lint-recommended": "^6.0.0", | ||
"semver": "^7.3.5", | ||
"simple-git": "^3.0.0", | ||
"size-limit": "^8.1.0", | ||
"size-limit": "^9.0.0", | ||
"stylelint": "^15.1.0", | ||
"stylelint-config-rational-order": "^0.1.2", | ||
"stylelint-config-standard": "^34.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters