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

[Mobile] Update toolbar icons and colors #5940

1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Unreleased
* [**] Update native BlockOutline component styles to remove blue border from blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5833]
* [**] Move the undo/redo buttons to the navigation bar [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5889]
* [**] Update Editor block inserter button styles and default text input placeholder/selection styles [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5941]
* [**] Update Editor toolbar icons and colors [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5940]

1.99.1
---
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 28 files
+16 −3 bin/cherry-pick.mjs
+1 −0 packages/base-styles/_colors.native.scss
+3 −2 packages/block-editor/src/components/block-mover/test/__snapshots__/index.native.js.snap
+28 −13 packages/block-editor/src/components/block-settings/button.native.js
+10 −4 packages/block-editor/src/components/block-toolbar/index.native.js
+42 −0 packages/block-editor/src/components/block-toolbar/test/index.native.js
+5 −0 packages/block-editor/src/components/iframe/use-compatibility-styles.js
+3 −0 packages/block-editor/src/components/inspector-controls/fill.native.js
+7 −3 packages/components/src/button/index.native.js
+9 −0 packages/components/src/button/style.native.scss
+2 −3 packages/components/src/toolbar/toolbar-group/style.native.scss
+12 −17 packages/components/src/toolbar/toolbar-group/toolbar-group-container.native.js
+38 −25 packages/edit-post/src/components/header/header-toolbar/index.native.js
+23 −4 packages/edit-post/src/components/header/header-toolbar/style.native.scss
+1 −1 packages/edit-post/src/components/layout/style.native.scss
+1 −1 packages/edit-post/src/plugins/index.js
+3 −0 packages/edit-site/src/components/editor/index.js
+10 −13 packages/edit-site/src/components/sidebar-navigation-screen-patterns/index.js
+5 −7 packages/edit-site/src/components/sidebar-navigation-screen-patterns/style.scss
+18 −7 packages/format-library/src/text-color/index.native.js
+2 −3 packages/format-library/src/text-color/style.native.scss
+3 −2 packages/primitives/src/svg/index.native.js
+13 −4 packages/primitives/src/svg/style.native.scss
+1 −0 packages/react-native-editor/CHANGELOG.md
+1 −1 packages/reusable-blocks/src/components/reusable-blocks-menu-items/reusable-blocks-manage-button.js
+32 −2 test/e2e/specs/site-editor/block-removal.spec.js
+6 −0 test/native/__mocks__/styleMock.js
+4 −0 tools/webpack/interactivity.js