Skip to content
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

components: Remove @emotion/css from ZStack #33053

Merged
merged 2 commits into from
Jun 30, 2021

Conversation

sarayourfriend
Copy link
Contributor

Description

Part of #30503 (comment)

How has this been tested?

Storybook, everything all the props etc should all work as they worked before.

Types of changes

Non breaking change

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • [N/A] My code follows the accessibility standards.
  • [N/A] I've tested my changes with keyboard and screen readers.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.
  • I've updated all React Native files affected by any refactorings/renamings in this PR (please manually search all *.native.js files for terms that need renaming or removal).

@sarayourfriend sarayourfriend added [Type] Code Quality Issues or PRs that relate to code quality [Package] Components /packages/components [Feature] Component System WordPress component system labels Jun 28, 2021
@sarayourfriend sarayourfriend self-assigned this Jun 28, 2021
@sarayourfriend sarayourfriend changed the title Remove @emotion/css from ZStack components: Remove @emotion/css from ZStack Jun 28, 2021
Copy link
Contributor

@ciampo ciampo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@@ -20,9 +16,7 @@ import { getValidChildren } from '../ui/utils/get-valid-children';
import { contextConnect, useContextSystem } from '../ui/context';
// eslint-disable-next-line no-duplicate-imports
import type { PolymorphicComponentProps } from '../ui/context';
import { View } from '../view';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we tracking the removal of the View component (and the createComponent function) anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it will be removed as just a side effect of this work, I'm not sure it's necessary to track it separately.

@sarayourfriend sarayourfriend merged commit 6b6ac7b into trunk Jun 30, 2021
@sarayourfriend sarayourfriend deleted the remove/emotion-css-z-stack branch June 30, 2021 15:19
@github-actions github-actions bot added this to the Gutenberg 11.1 milestone Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Component System WordPress component system [Package] Components /packages/components [Type] Code Quality Issues or PRs that relate to code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants