-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eui Refresh #204007
Merged
Merged
Eui Refresh #204007
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
351e900
asset criticality badge colors update to use euiTheme Colors
CAWilson94 f0692f2
color tokens updated, util functions and json tokens removed
CAWilson94 a5a8653
JSON tokens updated to pull in from euiTheme instead; index text for …
CAWilson94 4d94311
EUI refresh theme colors update
CAWilson94 ed7b515
change theme colors to use from themeProvider instead of useEuiTheme …
CAWilson94 9d5a020
restore missing word in filepicker step
CAWilson94 0164b9a
risk severity hook to use the useEuiTheme hook instead of - definitio…
CAWilson94 7304fdb
Merge branch 'elastic:main' into eui
CAWilson94 087a782
riskSeverityColors hook used instead of static color mapping to use e…
CAWilson94 64b11f9
riskSeverity hook used instead of static mapping to use euiTheme hook…
CAWilson94 3cd2bd1
Merge branch 'main' into eui
CAWilson94 51aa944
Merge branch 'main' into eui
CAWilson94 7cd0188
moved static definitions to hook usage in risk severity colors
CAWilson94 8dba690
asset criticality update with new hook using euiTheme hook
CAWilson94 8175763
fieldColumn update with euiTheme hook
CAWilson94 76ae25d
empty space cleanup
CAWilson94 4ff2336
Merge branch 'main' into eui
CAWilson94 6502b52
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 0302b32
conditional for criticality mappings to always align correct colours …
CAWilson94 f1e30ab
risk severity colors with conditional for correct mapping across both…
CAWilson94 dd4d06f
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 16a3bcd
Merge branch 'main' into eui
hop-dev da530ac
fix types
hop-dev 404c2ab
some PR feedback
hop-dev 7c00b6e
euiThemeSize reverted back to small from xs, typo previously.
CAWilson94 4b89342
[CI] Auto-commit changed files from 'node scripts/yarn_deduplicate'
kibanamachine 17100c2
riskBadge color fix
CAWilson94 46283ba
Merge branch 'main' into eui
CAWilson94 6170244
revert criticality level colors hook; will be updated with shared hoo…
CAWilson94 436a96e
Merge branch 'main' into eui
CAWilson94 0990008
update correct color palette
CAWilson94 8759c94
revert colors in test for severity colors
CAWilson94 d34804b
Merge branch 'main' into eui
CAWilson94 9843d7b
risk colors updated for borealis and amsterdam in interim of shared hook
CAWilson94 21611e2
Merge branch 'main' into eui
CAWilson94 4796135
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 4dbc25e
Merge branch 'main' into eui
CAWilson94 2b82ee5
fixing a couple of errors
CAWilson94 0eb1ddd
Merge branch 'main' into eui
CAWilson94 9607bb0
Update Severity colors in utils to use previous colors matching Amste…
CAWilson94 6c7b3f0
revert risk severity colors palette changes; blocked until security s…
CAWilson94 02e5883
Merge branch 'main' into eui
CAWilson94 adc05df
background color changed to euiTheme.colors.backgroundBaseDanger for …
CAWilson94 8528f33
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 7592982
update unknown colors for testing risk severity
CAWilson94 ef6a5eb
Merge branch 'main' into eui
CAWilson94 d8ad739
Merge branch 'main' into eui
CAWilson94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want to move this out of here and pass in euitheme to listStyles instead of defining this inside the component.