-
Notifications
You must be signed in to change notification settings - Fork 840
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
[Emotion] Convert EuiFacetButton
and EuiFacetGroup
#5878
Merged
elizabetdev
merged 49 commits into
elastic:main
from
elizabetdev:emotion-facet-conversion
Jun 8, 2022
Merged
Changes from 11 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
3aaf346
Convert `EuiFacetButton` and `EuiFacetGroup` to emotion
elizabetdev 8be0805
Deleting `.scss` files
elizabetdev 265fc72
Moving buttons mixins to functions
elizabetdev 322793f
Removed unused mixin. Adding CL. Improving gutter size func.
elizabetdev f4784a1
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev b8f9133
Improving example
elizabetdev 1ddd2cd
Better code for calling `euiTheme`
elizabetdev cd2f2ec
Renaming `contentElementStyles` to `contentElementsStyles`
elizabetdev e29df48
Fix typo. CL.
elizabetdev 54172b4
Better gap styles
elizabetdev a8a4eec
Adding `euiCanAnimate` for transitions
elizabetdev 9db464c
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev 781f93b
Moving button functions and using `euiLinkFocusCSS`
elizabetdev 80a149b
Typo
elizabetdev 2452e51
Adding `logicalCSS`
elizabetdev bbfff1c
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev 45c412a
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev a037373
Adding new EuiButtonDisplay
elizabetdev e02cb0c
Adding `logicalTextAlignCSS`
elizabetdev 4f0d7d8
Removing `EuiFlexGroup`
elizabetdev 90572aa
Better styles
elizabetdev 4fd0f89
Better `isDisabled` styles
elizabetdev eaa0c90
Text`isSelected` style
elizabetdev 7f60484
Identantion
elizabetdev 955a32b
CL
elizabetdev 5adff69
Improving regex in render_custom_styles
elizabetdev cd757e4
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev 9c669da
Deprecating EuiButtonDisplay and EuiButtonContent components
elizabetdev 755774f
Adding `euiLoadingSpinnerBorderColorsCSS` mixin
elizabetdev 8bf188a
Adding `_buttonSize()` and renaming files to contain `_deprecated`
elizabetdev 3cd0483
Keeping `EuiButtonDisplay_Deprecated` in button file
elizabetdev c62946f
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev 024de57
Improving text
elizabetdev b0d2012
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev d72e521
Fixing error due to `euiFontSize` being updated in main
elizabetdev 7505bea
Preventing test to get `EuiButtonDisplay_Deprecated`
elizabetdev 3f51ca0
Renaming deprecated components
elizabetdev e5a1d1c
Addressing PR review
elizabetdev a522250
Added new `color` prop to `EuiLoadingSpinner`
elizabetdev 51eec20
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev fe6cbc9
Removing unnecessary prop comment
elizabetdev 533fa71
Making `EuiLoadingSpinnerProps['color']` show in props table
elizabetdev be920ca
Better props table for `EuiLoadingSpinnerColor`
elizabetdev 1555212
Update src/components/loading/loading_spinner.tsx
elizabetdev 8668a50
Update src/components/loading/loading_spinner.tsx
elizabetdev 344a8f0
Update upcoming_changelogs/5878.md
elizabetdev 9327062
Update src/components/button/button_display/_button_display.tsx
elizabetdev 2bc4cb9
Moving CL entry out of `CSS-in-JS`
elizabetdev daf148d
Merge remote-tracking branch 'upstream/main' into emotion-facet-conve…
elizabetdev 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Good catch