-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiToolTip] Convert to Emotion styling (#6104)
* convert euitooltip to function component * account for exposed methods: forwardRef and useImperativeHandle * convert euitooltippopover to function component * fix aria-describedby id * convert euitooltip to emotion styling * convert euitooltippopover to emotion styling * removed unused sass * lint * snapshot updates * CL * manual merge main * remove comment * use RTL * refactor to make subcomponents responsible for their own styling * fix merge * update CL
- Loading branch information
1 parent
27d7b78
commit 545b362
Showing
25 changed files
with
823 additions
and
488 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
415 changes: 299 additions & 116 deletions
415
src/components/code/__snapshots__/code_block.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -35,4 +35,3 @@ | |
@import 'suggest/index'; | ||
@import 'table/index'; | ||
@import 'tabs/index'; | ||
@import 'tool_tip/index'; |
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.