Add 3 new icons from EUI: add_to_dashboard, transition_bottom_in/out#3142
Conversation
Made-with: Cursor
Syncs docs-builder with recent EUI additions by Laura Suarez: - add_to_dashboard (EUI #9590, Apr 2026) - transition_bottom_in / transition_bottom_out (EUI #9528, Mar 2026) Also updates docs/syntax/icons.md with the new entries. Made-with: Cursor
📝 WalkthroughWalkthroughTwo configuration and documentation files were updated. The Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/syntax/icons.md`:
- Line 12: The docs list icons add_to_dashboard, transition_bottom_in, and
transition_bottom_out but they are not registered in the EUI icon cache; open
the eui-icons-cache.ts file and add the corresponding imports for those three
SVG/icon modules and add mapping entries to the ICONS (or equivalent export)
using the same naming/registration pattern as the existing icons so the tokens
`{icon}`add_to_dashboard``, `{icon}`transition_bottom_in``, and
`{icon}`transition_bottom_out`` resolve at runtime; ensure the import names and
keys exactly match the doc identifiers and follow the existing code style for
registration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 68374024-dd46-4886-b25e-9c4bf12d71bf
⛔ Files ignored due to path filters (3)
src/Elastic.Documentation.Svg/svgs/add_to_dashboard.svgis excluded by!**/*.svgsrc/Elastic.Documentation.Svg/svgs/transition_bottom_in.svgis excluded by!**/*.svgsrc/Elastic.Documentation.Svg/svgs/transition_bottom_out.svgis excluded by!**/*.svg
📒 Files selected for processing (2)
.gitignoredocs/syntax/icons.md
Mpdreamz
left a comment
There was a problem hiding this comment.
The cache is just to ensure we can use them in frontend components.
Summary
Syncs docs-builder with recent icon additions by Laura Suarez in EUI:
add_to_dashboard— EUI #9590 (Apr 2026)transition_bottom_in— EUI #9528 (Mar 2026)transition_bottom_out— EUI #9528 (Mar 2026)Also adds the three entries to
docs/syntax/icons.md.Related to the previous icon refresh: #2043
Made with Cursor