From a18d8310309bad51a39a8a99be66ffd36b056fe9 Mon Sep 17 00:00:00 2001 From: Akshat Kakkad <87222220+AKSHAT2802@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:28:42 +0530 Subject: [PATCH] Add props for buttons in editor 2 (#65083) * Add __next40pxDefaultSize for editor 2 files * Update packages/editor/src/components/post-publish-panel/index.js Co-authored-by: Marco Ciampini * update test snapshots --------- Co-authored-by: Marco Ciampini Co-authored-by: AKSHAT2802 Co-authored-by: ciampo Co-authored-by: ntsekouras Co-authored-by: tyxla --- packages/editor/src/components/post-format/index.js | 3 +-- packages/editor/src/components/post-last-revision/index.js | 3 +-- packages/editor/src/components/post-locked-modal/index.js | 6 ++---- packages/editor/src/components/post-publish-panel/index.js | 3 +-- .../post-publish-panel/maybe-post-format-panel.js | 3 +-- .../src/components/post-publish-panel/maybe-upload-media.js | 3 +-- .../post-publish-panel/test/__snapshots__/index.js.snap | 4 ++-- 7 files changed, 9 insertions(+), 16 deletions(-) diff --git a/packages/editor/src/components/post-format/index.js b/packages/editor/src/components/post-format/index.js index 34e86a15b9d7fa..8f7423239600f2 100644 --- a/packages/editor/src/components/post-format/index.js +++ b/packages/editor/src/components/post-format/index.js @@ -100,8 +100,7 @@ export default function PostFormat() { { suggestion && suggestion.id !== postFormat && (

) }