Skip to content

[8.19] Remapping iInCircle and questionInCircle and deprecating help icon (#223142)#225535

Merged
tsullivan merged 6 commits intoelastic:8.19from
tsullivan:backport/8.19/pr-223142
Jul 1, 2025
Merged

[8.19] Remapping iInCircle and questionInCircle and deprecating help icon (#223142)#225535
tsullivan merged 6 commits intoelastic:8.19from
tsullivan:backport/8.19/pr-223142

Conversation

@tsullivan
Copy link
Copy Markdown
Member

Backport

This will backport the following commits from main to 8.19:

Questions ?

Please refer to the Backport tool documentation

…con (elastic#223142)

## Summary

This PR closes the issue elastic#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>
(cherry picked from commit 0d21254)

# Conflicts:
#	src/platform/packages/shared/content-management/content_editor/src/components/metadata_form.tsx
#	src/platform/packages/shared/shared-ux/chrome/navigation/src/ui/navigation.stories.tsx
#	src/platform/plugins/shared/inspector/public/views/requests/components/details/req_details_stats.tsx
#	src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx
#	x-pack/platform/plugins/private/monitoring/public/components/chart/monitoring_timeseries_container.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/connector_detail/components/advanced_config_override_callout.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/connector_detail/components/example_config_callout.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/connector_detail/components/waiting_for_connector_step.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/connector_detail/overview.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/connectors/create_connector/components/connector_description_popover.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/search_index/connector/native_connector_configuration/native_connector_configuration_config.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/search_index/connector/native_connector_configuration/research_configuration.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/search_index/connector/sync_rules/connector_rules.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/search_index/documents.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/search_index/index_mappings.tsx
#	x-pack/platform/plugins/shared/content_connectors/public/components/shared/flash_messages/constants.ts
#	x-pack/platform/plugins/shared/content_connectors/public/components/shared/flash_messages/flash_messages.test.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_details/agent_details_overview.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_list_page/components/agent_list_table.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_remote_es.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/outputs_table/integration_status_badge.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/installed_integrations/components/confirm_bulk_uninstall_modal.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/installed_integrations/components/confirm_bulk_upgrade_modal.tsx
#	x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.test.tsx
#	x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.tsx
#	x-pack/solutions/chat/plugins/workchat-app/public/application/components/assistant/details/assistant_view.tsx
#	x-pack/solutions/chat/plugins/workchat-app/public/application/components/assistant/list/assistant_list_view.tsx
#	x-pack/solutions/chat/plugins/workchat-app/public/application/components/integrations/listing/integration_catalog_view.tsx
#	x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/header/last_updated.tsx
#	x-pack/solutions/observability/plugins/infra/public/pages/metrics/hosts/components/common/popover.tsx
#	x-pack/solutions/observability/plugins/infra/public/pages/metrics/hosts/components/search_bar/limit_options.tsx
#	x-pack/solutions/search/plugins/enterprise_search/public/applications/enterprise_search_content/components/connector_detail/overview.tsx
#	x-pack/solutions/search/plugins/serverless_search/public/application/components/connectors/connector_config/connector_link.tsx
#	x-pack/solutions/security/plugins/cloud_security_posture/public/pages/configurations/findings_flyout/findings_right/content.tsx
#	x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_exceptions/components/value_with_space_warning/__tests__/__snapshots__/value_with_space_warning.test.tsx.snap
@tsullivan tsullivan requested a review from kibanamachine as a code owner June 26, 2025 18:38
@tsullivan tsullivan added the backport This PR is a backport of another PR label Jun 26, 2025
@tsullivan tsullivan enabled auto-merge (squash) June 26, 2025 18:38
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Jun 26, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/fleet (Team:Fleet)

@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiops 513.4KB 513.3KB -121.0B
alerting 90.5KB 90.5KB +4.0B
apm 2.7MB 2.7MB -299.0B
canvas 1.1MB 1.1MB -46.0B
cases 1.3MB 1.3MB -15.0B
cloudSecurityPosture 503.2KB 503.1KB -70.0B
console 197.6KB 197.6KB -8.0B
crossClusterReplication 137.6KB 137.6KB +8.0B
dashboard 699.5KB 699.5KB -47.0B
data 52.3KB 52.3KB +12.0B
datasetQuality 440.2KB 440.1KB -133.0B
dataUsage 244.1KB 244.1KB -5.0B
dataViewEditor 41.6KB 41.6KB +4.0B
dataViewFieldEditor 101.6KB 101.6KB -5.0B
dataViewManagement 122.1KB 122.1KB -13.0B
dataVisualizer 688.7KB 688.7KB -53.0B
discover 1.1MB 1.1MB -142.0B
embeddableAlertsTable 913.8KB 913.8KB -23.0B
enterpriseSearch 2.5MB 2.5MB -241.0B
esqlDataGrid 160.5KB 160.4KB -50.0B
eventAnnotationListing 212.8KB 212.8KB -58.0B
exploratoryView 169.1KB 169.1KB -5.0B
expressionXY 96.4KB 96.4KB -5.0B
filesManagement 112.6KB 112.6KB -34.0B
fileUpload 644.6KB 644.6KB +4.0B
fleet 2.0MB 2.0MB -230.0B
graph 381.6KB 381.5KB -61.0B
home 141.9KB 141.9KB -13.0B
indexLifecycleManagement 161.9KB 161.9KB -5.0B
indexManagement 742.7KB 742.7KB +5.0B
infra 1.1MB 1.1MB -186.0B
ingestPipelines 450.9KB 450.9KB +5.0B
inspector 27.5KB 27.5KB -8.0B
integrationAssistant 862.8KB 862.8KB -31.0B
lens 1.5MB 1.5MB -148.0B
lists 182.6KB 182.6KB -10.0B
logstash 27.7KB 27.7KB -12.0B
maps 3.1MB 3.1MB -123.0B
ml 5.5MB 5.5MB -453.0B
monitoring 688.8KB 688.8KB -38.0B
observability 1.3MB 1.3MB -146.0B
observabilityAIAssistant 20.2KB 20.2KB -5.0B
observabilityAIAssistantApp 290.0KB 290.0KB -10.0B
observabilityAiAssistantManagement 121.2KB 121.2KB -5.0B
observabilityLogsExplorer 291.0KB 291.0KB -48.0B
observabilityOnboarding 113.0KB 113.0KB -20.0B
osquery 1.0MB 1.0MB -1.0B
painlessLab 15.7KB 15.7KB -32.0B
presentationPanel 95.1KB 95.1KB -10.0B
presentationUtil 76.9KB 76.9KB -13.0B
profiling 388.5KB 388.4KB -43.0B
remoteClusters 71.1KB 71.1KB +1.0B
reporting 168.3KB 168.2KB -15.0B
rollup 108.3KB 108.3KB +23.0B
savedObjectsManagement 82.0KB 82.0KB -1.0B
searchAssistant 191.7KB 191.7KB -10.0B
searchHomepage 44.6KB 44.6KB -13.0B
searchIndices 161.2KB 161.2KB -18.0B
searchPlayground 199.2KB 199.2KB -31.0B
searchprofiler 46.7KB 46.7KB -10.0B
searchQueryRules 128.9KB 128.9KB -23.0B
security 533.8KB 533.7KB -35.0B
securitySolution 9.4MB 9.4MB -502.0B
serverlessSearch 330.4KB 330.2KB -140.0B
slo 1010.8KB 1010.7KB -140.0B
snapshotRestore 250.0KB 250.0KB +7.0B
spaces 255.0KB 254.9KB -67.0B
stackAlerts 65.0KB 65.0KB -16.0B
stackConnectors 661.1KB 661.1KB -29.0B
streamsApp 583.8KB 583.8KB -31.0B
synthetics 1.0MB 1.0MB -61.0B
threatIntelligence 754.2KB 754.2KB -8.0B
transform 655.9KB 655.9KB -58.0B
triggersActionsUi 1.5MB 1.5MB -162.0B
uiActionsEnhanced 136.3KB 136.3KB +4.0B
unifiedDocViewer 242.6KB 242.6KB -29.0B
unifiedHistogram 64.2KB 64.2KB -8.0B
unifiedSearch 360.6KB 360.6KB -23.0B
upgradeAssistant 203.7KB 203.7KB -20.0B
uptime 510.9KB 510.9KB -55.0B
ux 162.9KB 162.9KB -64.0B
visDefaultEditor 93.6KB 93.5KB -48.0B
visTypePie 11.1KB 11.1KB -10.0B
visTypeTimeseries 451.9KB 451.9KB -37.0B
visTypeVega 2.1MB 2.1MB -8.0B
visTypeVislib 366.1KB 366.1KB -5.0B
visualizations 404.5KB 404.5KB -44.0B
watcher 156.6KB 156.5KB -72.0B
total -4.6KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
charts 56.6KB 56.6KB -5.0B
cloudLinks 31.4KB 31.4KB -13.0B
contentManagement 7.4KB 7.4KB -8.0B
core 452.0KB 452.0KB +3.0B
elasticAssistant 262.7KB 262.7KB -15.0B
guidedOnboarding 26.1KB 26.0KB -8.0B
licensing 9.3KB 9.3KB +4.0B
osquery 43.4KB 43.4KB -8.0B
savedObjects 15.4KB 15.4KB -5.0B
serverlessSearch 24.8KB 24.8KB -5.0B
share 56.9KB 56.8KB -8.0B
triggersActionsUi 111.2KB 111.2KB -5.0B
visTypeVega 33.9KB 33.9KB +4.0B
total -69.0B

History

@tsullivan tsullivan merged commit 8ae2af7 into elastic:8.19 Jul 1, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR Team:Fleet Team label for Observability Data Collection Fleet team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants