Renamed blocks-... classes to components-... classes in input controls #5611
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.
When moving the components from @wordpress/blocks to @wordpress/components we missed this change.
This PR just renames the classes, no other change is expected.
How Has This Been Tested?
No noticeable changes are expected from this PR. So some basic smoke testing + grepping should be enough.
Verify that in ./components we don't have any usages of classes with a "blocks" prefix.
The classes may have been used in styles outside /components folder. That was not the case to verify that we can search for this strings around all Gutenberg:
No occurrence should happen. All the classes replaced were from this list or had classes in this list as prefix and they were only used inside the ./components.