From 08441a50d658f2b48ffa20a9cefb8dce57d74b6b Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 19 Feb 2019 18:59:52 +0800 Subject: [PATCH] Update snapshots --- .../__tests__/__snapshots__/Panel.js.snap | 8 +- .../addon-a11y.stories.storyshot | 38 +- .../addon-actions.stories.storyshot | 1908 +++++++++++++++-- .../__snapshots__/storyshots.test.js.snap | 902 ++++++-- .../__snapshots__/Button.stories.storyshot | 156 +- .../form/__snapshots__/form.stories.storyshot | 28 +- .../syntaxhighlighter.stories.storyshot | 2 - .../tabs/__snapshots__/tabs.stories.storyshot | 863 ++++---- .../__snapshots__/ListItem.stories.storyshot | 218 +- .../__snapshots__/Tooltip.stories.storyshot | 12 +- .../TooltipLinkList.stories.storyshot | 118 +- .../TooltipMessage.stories.storyshot | 20 +- .../WithTooltip.stories.storyshot | 27 +- .../__snapshots__/layout.stories.storyshot | 8 +- .../__snapshots__/preview.stories.storyshot | 4 +- .../__snapshots__/about.stories.storyshot | 4 +- 16 files changed, 3141 insertions(+), 1175 deletions(-) diff --git a/addons/knobs/src/components/__tests__/__snapshots__/Panel.js.snap b/addons/knobs/src/components/__tests__/__snapshots__/Panel.js.snap index d6b39c95eb6..df555bca26b 100644 --- a/addons/knobs/src/components/__tests__/__snapshots__/Panel.js.snap +++ b/addons/knobs/src/components/__tests__/__snapshots__/Panel.js.snap @@ -40,8 +40,8 @@ Array [ .emotion-0 { min-width: 100px; - font-weight: 700; - margin-right: 15px; + min-height: 32px; + margin-right: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -135,8 +135,8 @@ Array [ .emotion-0 { min-width: 100px; - font-weight: 700; - margin-right: 15px; + min-height: 32px; + margin-right: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; diff --git a/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot index b8fb54e56eb..425453f21e5 100644 --- a/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot +++ b/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot @@ -95,25 +95,6 @@ exports[`Storyshots Addons|A11y/Form With label 1`] = ` margin-bottom: 3rem; } -.emotion-0 { - min-width: 100px; - font-weight: 700; - margin-right: 15px; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - line-height: 16px; -} - .emotion-1 { -webkit-appearance: none; -moz-appearance: none; @@ -166,6 +147,25 @@ exports[`Storyshots Addons|A11y/Form With label 1`] = ` color: #999999; } +.emotion-0 { + min-width: 100px; + min-height: 32px; + margin-right: 16px; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -webkit-justify-content: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + line-height: 16px; +} +