-
Notifications
You must be signed in to change notification settings - Fork 863
[EuiPopover and parts] Converted to Emotion #5977
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9da3c20
Move Amsterdam Sass overrides to src/
8affcf0
[EuiPopoverFooter] Converted except for…
85b3146
[EuiPopoverTitle] Converted except for…
3d6b35c
Removed Sass mixin `euiPopoverTitle`
e1ff004
Added [EuiPopoverArrow] and simplified styles
3c825fd
[EuiPopover] BREAKING Changed `display` type to accept real CSS `disp…
568f6c5
Fix grid tests
479d55e
WIP: Converted base EuiPaopover and panel styles
9fec434
New EuiPopoverPanel for internal use
612aa20
Skip test & fix props
a1dd897
Fixed EuiTour’s styles
65ad54b
Undo HOC by moving panel styles to it’s own folder
52d68f6
Created a EuiPopoverPanelContext for passing through `paddingSize`
653cdc8
[EuiInputPopover] Converted by applying max-width directly in component
3281c02
Converted to logical properties
9825f94
Merge remote-tracking branch origin/main into emotion/popover
b381d30
Convert some docs files to TS
4e3029f
Increase opacity of shadows in DARK mode
8dc669d
Cleanup
ebc20a9
cl
4d35b81
Mostly fix class name output
060eed3
Fix TS and rename internal files with `_`
dd1d104
Attempting to fix props table
e445989
Merge remote-tracking branch origin/main into emotion/popover
31889ea
EuiPopoverPanel extends _EuiPanelDivlike and better prop table
ddd912a
Merge branch 'main' into emotion/popover
cee-chen 192fc01
Merge branch 'main' into emotion/popover
thompsongl b713470
snapshot updates
thompsongl 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
src-docs/src/views/popover/popover.js → src-docs/src/views/popover/popover.tsx
This file contains hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
src-docs/src/views/popover/popover_block.js → src-docs/src/views/popover/popover_block.tsx
This file contains hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
src-docs/src/views/popover/popover_fixed.js → src-docs/src/views/popover/popover_fixed.tsx
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...views/popover/popover_panel_class_name.js → ...iews/popover/popover_panel_class_name.tsx
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| import React, { FunctionComponent } from 'react'; | ||
|
|
||
| import { EuiPopoverPanelProps as _EuiPopoverPanelProps } from '../../../../src/components/popover/popover_panel/_popover_panel'; | ||
|
|
||
| export const EuiPopoverPanelProps: FunctionComponent<_EuiPopoverPanelProps> = () => ( | ||
| <div /> | ||
| ); |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.