From d500ba8beaa32ca992c890013c7b07d34115440b Mon Sep 17 00:00:00 2001 From: George Mamadashvili Date: Thu, 6 Jan 2022 18:40:33 +0400 Subject: [PATCH] Update another snapshot --- .../test/__snapshots__/index.js.snap | 45 ++++++++++--------- 1 file changed, 25 insertions(+), 20 deletions(-) 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 679369cb776cd4..8be9ab4663236b 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,6 +15,11 @@ exports[`ToggleGroupControl should render correctly 1`] = ` } .emotion-4 { + display: inline-block; + margin-bottom: calc(4px * 2); +} + +.emotion-6 { background: #fff; border: 1px solid; border-color: #757575; @@ -32,23 +37,23 @@ exports[`ToggleGroupControl should render correctly 1`] = ` } @media ( prefers-reduced-motion: reduce ) { - .emotion-4 { + .emotion-6 { transition-duration: 0ms; } } -.emotion-4:hover { +.emotion-6:hover { border-color: #757575; } -.emotion-4:focus-within { +.emotion-6:focus-within { border-color: var( --wp-admin-theme-color-darker-10, #007cba); box-shadow: 0 0 0 0.5px var( --wp-admin-theme-color, #00669b); outline: none; z-index: 1; } -.emotion-6 { +.emotion-8 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -61,7 +66,7 @@ exports[`ToggleGroupControl should render correctly 1`] = ` flex: 1; } -.emotion-8 { +.emotion-10 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -100,20 +105,20 @@ exports[`ToggleGroupControl should render correctly 1`] = ` } @media ( prefers-reduced-motion: reduce ) { - .emotion-8 { + .emotion-10 { transition-duration: 0ms; } } -.emotion-8::-moz-focus-inner { +.emotion-10::-moz-focus-inner { border: 0; } -.emotion-8:active { +.emotion-10:active { background: #fff; } -.emotion-9 { +.emotion-11 { font-size: 13px; line-height: 1; position: absolute; @@ -125,7 +130,7 @@ exports[`ToggleGroupControl should render correctly 1`] = ` transform: translate( -50%, -50% ); } -.emotion-11 { +.emotion-13 { font-size: 13px; font-weight: bold; height: 0; @@ -141,14 +146,14 @@ exports[`ToggleGroupControl should render correctly 1`] = ` >
Test Toggle Group Control