Skip to content

Commit

Permalink
Merge pull request #2027 from wordpress-mobile/feature/spt-picker-pre…
Browse files Browse the repository at this point in the history
…view-design-improvements

Starter Page Templates - Picker and Preview design updates
  • Loading branch information
Gerardo Pacheco authored Mar 27, 2020
2 parents 1e1dca6 + 3664028 commit 6404377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 32 files
+1 −1 lib/client-assets.php
+1 −2 packages/block-editor/src/components/index.native.js
+15 −9 packages/block-editor/src/components/page-template-picker/button.native.js
+2 −4 packages/block-editor/src/components/page-template-picker/index.native.js
+31 −3 packages/block-editor/src/components/page-template-picker/picker.native.js
+7 −1 packages/block-editor/src/components/page-template-picker/preview.native.js
+21 −3 packages/block-editor/src/components/page-template-picker/styles.native.scss
+9 −5 packages/block-editor/src/components/page-template-picker/use-page-template-picker.js
+0 −24 packages/block-editor/src/components/page-template-picker/with-page-template-picker-visible.js
+30 −0 packages/block-editor/src/components/page-template-picker/with-page-template-picker.js
+10 −4 packages/block-editor/src/hooks/color.js
+1 −1 packages/block-library/src/columns/deprecated.js
+2 −1 packages/block-library/src/group/deprecated.js
+0 −6 packages/block-library/src/heading/block.json
+78 −8 packages/block-library/src/heading/deprecated.js
+23 −40 packages/block-library/src/heading/edit.js
+1 −0 packages/block-library/src/heading/index.js
+2 −9 packages/block-library/src/heading/save.js
+13 −0 packages/block-library/src/heading/style.scss
+0 −12 packages/block-library/src/paragraph/block.json
+105 −15 packages/block-library/src/paragraph/deprecated.js
+44 −75 packages/block-library/src/paragraph/edit.js
+1 −0 packages/block-library/src/paragraph/index.js
+1 −20 packages/block-library/src/paragraph/save.js
+5 −0 packages/block-library/src/paragraph/style.scss
+12 −11 packages/block-library/src/post-comments/index.php
+1 −0 packages/block-library/src/style.scss
+1 −1 packages/components/src/mobile/modal-header-bar/styles.native.scss
+5 −1 packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.json
+2 −2 packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.serialized.html
+2 −2 packages/e2e-tests/specs/editor/blocks/__snapshots__/heading.test.js.snap
+9 −6 packages/edit-post/src/components/layout/index.native.js

0 comments on commit 6404377

Please sign in to comment.