-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiPopover and parts] Converted to Emotion (#5977)
* Move Amsterdam Sass overrides to src/ * [EuiPopoverFooter] Converted except for… Inherited panel padding/margin * [EuiPopoverTitle] Converted except for… Inherited panel padding/margin * Removed Sass mixin `euiPopoverTitle` * Added [EuiPopoverArrow] and simplified styles * [EuiPopover] BREAKING Changed `display` type to accept real CSS `display` values * Fix grid tests * WIP: Converted base EuiPaopover and panel styles * New EuiPopoverPanel for internal use * Skip test & fix props * Fixed EuiTour’s styles * Undo HOC by moving panel styles to it’s own folder * Created a EuiPopoverPanelContext for passing through `paddingSize` * [EuiInputPopover] Converted by applying max-width directly in component * Converted to logical properties * Convert some docs files to TS * Increase opacity of shadows in DARK mode * Cleanup * cl * Mostly fix class name output * Fix TS and rename internal files with `_` * Attempting to fix props table * EuiPopoverPanel extends _EuiPanelDivlike and better prop table * snapshot updates Co-authored-by: Constance Chen <[email protected]> Co-authored-by: Greg Thompson <[email protected]>
- Loading branch information
1 parent
4abbb81
commit b86ee8c
Showing
92 changed files
with
1,484 additions
and
1,010 deletions.
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
2 changes: 1 addition & 1 deletion
2
src-docs/src/views/popover/popover.js → src-docs/src/views/popover/popover.tsx
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
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 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
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 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 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 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
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 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 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
Oops, something went wrong.