mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
## Summary Security navigation moved to its own package. This migration is needed in order to reuse the same component for the navigation in the Serverless Security plugin [PoC](https://github.com/elastic/kibana/pull/152172) previous location: `x-pack/plugins/security_solution/public/common/components/navigation/solution_grouped_nav` new location: `packages/kbn-security-solution-side-nav` Implementation changes: - Custom icons removed in favor of new EUI `iconType`. - Custom `SideNavItem` (for "Get Started" item) removed in favor of more configuration properties. - Generic nomenclature. - Header banner offset special case logic extracted from the navigation component, new `panelTopOffset` prop added to customize the top position of the floating panel. ### Screenshot  ## Test `yarn storybook security_solution_side_nav` ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com> |
||
---|---|---|
.. | ||
checks | ||
lint | ||
test | ||
jenkins_accessibility.sh | ||
jenkins_apm_cypress.sh | ||
jenkins_build_kbn_sample_panel_action.sh | ||
jenkins_build_kibana.sh | ||
jenkins_build_load_testing.sh | ||
jenkins_build_plugins.sh | ||
jenkins_ci_group.sh | ||
jenkins_cloud.sh | ||
jenkins_defend_workflows_cypress.sh | ||
jenkins_firefox_smoke.sh | ||
jenkins_fleet_cypress.sh | ||
jenkins_osquery_cypress.sh | ||
jenkins_plugin_functional.sh | ||
jenkins_runbld_junit.sh | ||
jenkins_security_solution_cypress_chrome.sh | ||
jenkins_security_solution_cypress_firefox.sh | ||
jenkins_setup.sh | ||
jenkins_setup_parallel_workspace.sh | ||
jenkins_storybook.sh | ||
jenkins_test_setup.sh | ||
jenkins_test_setup_oss.sh | ||
jenkins_test_setup_xpack.sh | ||
jenkins_uptime_playwright.sh | ||
jenkins_ux_synthetics.sh | ||
jenkins_xpack_accessibility.sh | ||
jenkins_xpack_baseline.sh | ||
jenkins_xpack_build_plugins.sh | ||
jenkins_xpack_ci_group.sh | ||
jenkins_xpack_firefox_smoke.sh | ||
jenkins_xpack_saved_objects_field_metrics.sh | ||
run_multiple_kibana_nodes.sh |