elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
20.01k stars 8.25k forks source link

EUI Refresh Testing and Theme Updates #202382

Closed CAWilson94 closed 1 day ago

CAWilson94 commented 1 week ago

Summary

This PR covers required updates for EUI refresh.

The updates should only cover Entity Owned components. File Path: x-pack/plugins/security_solution/public/entity_analytics/* Serverless File Path: x-pack/plugins/security_solution_serverless/public/entity_analytics/*

Success and accentSecondary

color tags as per specification

Instances of 'success' tag found are all health / affirmative, semantic meaning and not branding, therefore were not changed to accentSecondary

Instances of 'success' color found inx-pack/plugins/security_solution/public/entity_analytics/* :

/components/asset_criticality_file_uploader/components/validation_step.tsx /components/asset_criticality_file_uploader/components/result_step.tsx /components/risk_score_enable_section.tsx None found in x-pack/plugins/security_solution_serverless/public/entity_analytics/*

All usages of JSON tokens have been removed in favor of color tokens, where possible.

More details about each section https://github.com/elastic/kibana/issues/199715

Main change: /x-pack/plugins/security_solution/public/entity_analytics/components/asset_criticality_file_uploader/components/file_picker_step.tsx

Before:

image

After:

image

elasticmachine commented 1 week ago
:robot: Jobs for this PR can be triggered through checkboxes. :construction: :information_source: To trigger the CI, please tick the checkbox below :point_down: - [ ] Click to trigger **kibana-pull-request** for this PR! - [ ] Click to trigger **kibana-deploy-project-from-pr** for this PR!