-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Accordion Blocks: Make block icons internal #71229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +6 B (0%) Total Size: 1.92 MB
ℹ️ View Unchanged
|
Flaky tests detected in bac37c4. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/17003777826
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this, @t-hamano. This makes sense to me; we can move the icons to the Icon Library when the block is not experimental. Tests well for me 👍
@mikachan thanks for the review! |
Co-authored-by: t-hamano <[email protected]> Co-authored-by: mikachan <[email protected]>
What? Why?
Accordion-related blocks are still experimental and subject to breaking changes. They are also unavailable unless explicitly enabled by users.
On the other hand, the icons are published in the icons package, so consumers are free to use them.
Since there is a possibility that the icon names will change or the icon designs will change significantly, I think it would be better not to release the icons until the accordion block is stable. Furthermore, these icons have limited use, so I'm not sure they're worth publishing.
Testing Instructions
Make sure the block icon is displayed as before.