-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Emotion] Add
@emotion/css
as a dev and peer dependency (#6288)
* Install `@emotion/css` and upgrade all Emotion dependencies to latest and * Convert docs anchor links to `@emotion/css` - instead of using `ClassNames` render prop * Add `@emotion/css` as a peerDependency - since we're about to start using it in src components * Remove `@emotion/cache` usage from EuiProvider in favor of the default cache Emotion provides - which will automatically set compat = true * [OPTIONAL] unrequire `@emotion/cache` as a peerDependency now that EuiProvider no longer needs it * Convert EuiOverlayMask to `@emotion/css` - body overflow CSS still needs to be `@emotion/react`, and should be moved into a different file * Remove incredibly annoying mounted snapshots * consolidated some yarn.lock entries * "Fix" type reference to use `@emotion/css` instead of `@emotion/cache` Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
- Loading branch information
1 parent
5f7538c
commit f7c05f9
Showing
15 changed files
with
284 additions
and
825 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
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.