From 486f9a366d9c6507d8058c280575d7efe273699e Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Mon, 1 Aug 2022 13:01:24 +0900 Subject: [PATCH] Update snapshots --- .../color-palette/test/__snapshots__/control.js.snap | 5 +++++ .../test/__snapshots__/index.js.snap | 10 ++++++++++ .../src/tools-panel/test/__snapshots__/index.js.snap | 10 ---------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/packages/block-editor/src/components/color-palette/test/__snapshots__/control.js.snap b/packages/block-editor/src/components/color-palette/test/__snapshots__/control.js.snap index 5b063aa3fd9b37..2062501ddfb7b0 100644 --- a/packages/block-editor/src/components/color-palette/test/__snapshots__/control.js.snap +++ b/packages/block-editor/src/components/color-palette/test/__snapshots__/control.js.snap @@ -36,8 +36,13 @@ exports[`ColorPaletteControl matches the snapshot 1`] = ` } .emotion-6 { + font-size: 11px; + font-weight: 500; + line-height: 1.4; + text-transform: uppercase; display: inline-block; margin-bottom: calc(4px * 2); + padding: 0; } .emotion-8 { diff --git a/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap b/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap index 64c1e6833c0c1e..755fa94f564d38 100644 --- a/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap +++ b/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap @@ -15,8 +15,13 @@ exports[`ToggleGroupControl should render correctly with icons 1`] = ` } .emotion-4 { + font-size: 11px; + font-weight: 500; + line-height: 1.4; + text-transform: uppercase; display: inline-block; margin-bottom: calc(4px * 2); + padding: 0; } .emotion-6 { @@ -268,8 +273,13 @@ exports[`ToggleGroupControl should render correctly with text options 1`] = ` } .emotion-4 { + font-size: 11px; + font-weight: 500; + line-height: 1.4; + text-transform: uppercase; display: inline-block; margin-bottom: calc(4px * 2); + padding: 0; } .emotion-6 { diff --git a/packages/components/src/tools-panel/test/__snapshots__/index.js.snap b/packages/components/src/tools-panel/test/__snapshots__/index.js.snap index 395f3820e1eabb..f50435d596453e 100644 --- a/packages/components/src/tools-panel/test/__snapshots__/index.js.snap +++ b/packages/components/src/tools-panel/test/__snapshots__/index.js.snap @@ -105,11 +105,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t line-height: 1.4em; } -.emotion-6 .components-custom-select-control__label, -.emotion-6 .ej5x27r2 { - line-height: 1.4em; -} - .emotion-8 { grid-column: 1/-1; } @@ -137,11 +132,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t line-height: 1.4em; } -.emotion-8 .components-custom-select-control__label, -.emotion-8 .ej5x27r2 { - line-height: 1.4em; -} -