kibana/x-pack/plugins/spaces
Jeramy Soucy 90faf2bd24
Migrates all security and spaces usage of deprecated Eui Page components (#167078)
Closes #161419

## Summary

Replaces deprecated EuiPage*_Deprecated components with the suggested
replacement components (see
[issue](https://github.com/elastic/kibana/issues/161419)).

### Visual Difference
The only UI that is noticeably affected is the User Profile page. The
spacing and header font size are slightly different from the previous
implementation, however, it is consistent with other
`Eui/KibanaPageTemplate` pages.

Previous render:
<img width="1391" alt="Screenshot 2023-09-22 at 1 27 27 PM"
src="58d2a86e-63b7-4c7d-bcf1-2071290d25b2">

New render:
<img width="1286" alt="Screenshot 2023-09-22 at 2 56 44 PM"
src="0f2b3e38-8ea3-4daf-8937-03e47474658c">

### Applicable Tests

-
x-pack/plugins/security/public/account_management/user_profile/user_profile.test.tsx
-
x-pack/plugins/security/public/management/users/users_grid/users_grid_page.test.tsx
-
x-pack/plugins/spaces/public/management/edit_space/manage_space_page.test.tsx
-
x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.test.tsx
-
x-pack/plugins/security/public/management/roles/roles_grid/roles_grid_page.test.tsx
(for permission denied)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-09-29 14:33:32 -04:00
..
common Upgrade ESLint to v8 (#162309) 2023-08-11 00:32:25 +02:00
public Migrates all security and spaces usage of deprecated Eui Page components (#167078) 2023-09-29 14:33:32 -04:00
server Expose hasOnlyDefaultSpace from spaces contract (#166174) 2023-09-14 13:38:37 +01:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.jsonc [settings] Extract and fix Section Registry (#163502) 2023-08-14 11:00:33 -07:00
README.md Deprecate disabling the spaces plugin (#83984) 2020-12-02 12:00:14 -05:00
tsconfig.json Prepare the Security domain HTTP APIs for Serverless (#162087) 2023-08-23 12:34:45 +02:00

Kibana Spaces Plugin

See Configuring Kibana Spaces.

The spaces plugin enables Kibana Spaces, which provide isolation and organization for saved objects.

Spaces also allow for a creating a curated Kibana experience, by hiding features that aren't relevant to your users.

Spaces can be combined with Security to further enhance the authorization model.