kibana/x-pack/examples
Kate Sosedova 0d2125427f
Remapping iInCircle and questionInCircle and deprecating help icon (#223142)
## Summary

This PR closes the issue https://github.com/elastic/kibana/issues/221380
and does 3 things:
1. Replaces all current usages of `iInCircle` with `info` (no visual
changes)
2. Replaces all current usages of `questionInCircle` with `question`(no
visual changes)
3. Replaces all current `help` icon usages with `question`(lifesaver
icon replaced with question)

## Screenshots:
![CleanShot 2025-06-18 at 10 34
01@2x](https://github.com/user-attachments/assets/4379e51e-7422-4570-b452-c17ee26f2d64)
![CleanShot 2025-06-18 at 10 34
13@2x](https://github.com/user-attachments/assets/270056c7-4502-47ef-874f-862149fa27ec)
![CleanShot 2025-06-18 at 10 34
04@2x](https://github.com/user-attachments/assets/1dff8faf-65b7-4208-b568-7718b1a6b729)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
2025-06-25 14:52:04 -05:00
..
alerting_example Remapping iInCircle and questionInCircle and deprecating help icon (#223142) 2025-06-25 14:52:04 -05:00
embedded_lens_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
exploratory_view_example Address some of the no_group_crossing dependencies (#198261) 2024-11-06 08:44:35 -06:00
gen_ai_streaming_response_example [ResponseOps] Check if we override EuiButton & EuiFilter styles (#222528) 2025-06-16 11:35:15 +03:00
lens_config_builder_example [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) 2025-03-04 09:05:23 -07:00
lens_embeddable_inline_editing_example Optimize existing image assets with lossless compression (#223998) 2025-06-19 16:44:13 +02:00
screenshotting_example Change reporting CODEOWNERS to response ops (#213560) 2025-04-04 23:27:42 +02:00
testing_embedded_lens Remapping iInCircle and questionInCircle and deprecating help icon (#223142) 2025-06-25 14:52:04 -05:00
third_party_lens_navigation_prompt Optimize existing image assets with lossless compression (#223998) 2025-06-19 16:44:13 +02:00
third_party_maps_source_example Optimize existing image assets with lossless compression (#223998) 2025-06-19 16:44:13 +02:00
third_party_vis_lens_example Optimize existing image assets with lossless compression (#223998) 2025-06-19 16:44:13 +02:00
triggers_actions_ui_example [Response Ops][Alerting] Alert Delete (#216613) 2025-06-09 13:49:54 +02:00
ui_actions_enhanced_examples Remapping iInCircle and questionInCircle and deprecating help icon (#223142) 2025-06-25 14:52:04 -05:00
README.md

Example plugins

This folder contains X-Pack example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples