diff --git a/examples/cra-kitchen-sink/src/storyshots.test.js b/examples/cra-kitchen-sink/src/storyshots.test.js deleted file mode 100644 index 18c32e65d22a..000000000000 --- a/examples/cra-kitchen-sink/src/storyshots.test.js +++ /dev/null @@ -1,16 +0,0 @@ -import path from 'path'; -import { render as renderer } from 'enzyme'; -import { createSerializer as enzymeSerializer } from 'enzyme-to-json'; -import { createSerializer as emotionSerializer } from 'jest-emotion'; - -import initStoryshots, { multiSnapshotWithOptions } from '@storybook/addon-storyshots'; - -initStoryshots({ - framework: 'react', - configPath: path.join(__dirname, '..', '.storybook'), - integrityOptions: { cwd: path.join(__dirname, 'stories') }, - test: multiSnapshotWithOptions({ - renderer, - }), - snapshotSerializers: [enzymeSerializer(), emotionSerializer()], -}); diff --git a/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot deleted file mode 100644 index 4923d4cca68b..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-a11y.stories.storyshot +++ /dev/null @@ -1,396 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|A11y/BaseButton Default 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/BaseButton Invalid contrast 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/BaseButton Label 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/BaseButton delayed render 1`] = `
`; - -exports[`Storyshots Addons|A11y/Button Content 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Button Default 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Button Disabled 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Button Invalid contrast 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Button Label 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Form With label 1`] = ` -.emotion-2 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - border-bottom: 1px solid rgba(0,0,0,.1); - margin: 0 15px; - padding: 8px 0; -} - -.emotion-2:last-child { - 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; - appearance: none; - border: 0; - box-sizing: inherit; - display: block; - margin: 0; - background: #FFFFFF; - padding: .42em 1em; - font-size: 13px; - position: relative; - -webkit-transition: all 200ms ease-out; - transition: all 200ms ease-out; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - line-height: 20px; - display: inline; - text-align: left; - min-height: 32px; -} - -.emotion-1:focus { - box-shadow: #1EA7FD 0 0 0 1px inset; -} - -.emotion-1[disabled] { - cursor: not-allowed; - opacity: 0.5; -} - -.emotion-1:-webkit-autofill { - -webkit-box-shadow: 0 0 0 3em #FFFFFF inset; -} - -.emotion-1::-webkit-input-placeholder { - color: #999999; -} - -.emotion-1::-moz-placeholder { - color: #999999; -} - -.emotion-1:-ms-input-placeholder { - color: #999999; -} - -.emotion-1::placeholder { - color: #999999; -} - - -`; - -exports[`Storyshots Addons|A11y/Form With placeholder 1`] = ` -.emotion-1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - border-bottom: 1px solid rgba(0,0,0,.1); - margin: 0 15px; - padding: 8px 0; -} - -.emotion-1:last-child { - margin-bottom: 3rem; -} - -.emotion-0 { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 0; - box-sizing: inherit; - display: block; - margin: 0; - background: #FFFFFF; - padding: .42em 1em; - font-size: 13px; - position: relative; - -webkit-transition: all 200ms ease-out; - transition: all 200ms ease-out; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - line-height: 20px; - display: inline; - text-align: left; - min-height: 32px; -} - -.emotion-0:focus { - box-shadow: #1EA7FD 0 0 0 1px inset; -} - -.emotion-0[disabled] { - cursor: not-allowed; - opacity: 0.5; -} - -.emotion-0:-webkit-autofill { - -webkit-box-shadow: 0 0 0 3em #FFFFFF inset; -} - -.emotion-0::-webkit-input-placeholder { - color: #999999; -} - -.emotion-0::-moz-placeholder { - color: #999999; -} - -.emotion-0:-ms-input-placeholder { - color: #999999; -} - -.emotion-0::placeholder { - color: #999999; -} - - -`; - -exports[`Storyshots Addons|A11y/Form Without Label 1`] = ` -.emotion-1 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - border-bottom: 1px solid rgba(0,0,0,.1); - margin: 0 15px; - padding: 8px 0; -} - -.emotion-1:last-child { - margin-bottom: 3rem; -} - -.emotion-0 { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 0; - box-sizing: inherit; - display: block; - margin: 0; - background: #FFFFFF; - padding: .42em 1em; - font-size: 13px; - position: relative; - -webkit-transition: all 200ms ease-out; - transition: all 200ms ease-out; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - line-height: 20px; - display: inline; - text-align: left; - min-height: 32px; -} - -.emotion-0:focus { - box-shadow: #1EA7FD 0 0 0 1px inset; -} - -.emotion-0[disabled] { - cursor: not-allowed; - opacity: 0.5; -} - -.emotion-0:-webkit-autofill { - -webkit-box-shadow: 0 0 0 3em #FFFFFF inset; -} - -.emotion-0::-webkit-input-placeholder { - color: #999999; -} - -.emotion-0::-moz-placeholder { - color: #999999; -} - -.emotion-0:-ms-input-placeholder { - color: #999999; -} - -.emotion-0::placeholder { - color: #999999; -} - - -`; - -exports[`Storyshots Addons|A11y/Image Presentation 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Image With alt 1`] = ` -Testing the a11y addon -`; - -exports[`Storyshots Addons|A11y/Image Without alt 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Image Without alt but unchecked 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Typography Correct 1`] = ` -Array [ -

- Testing the a11y addon -

, -

- Testing the a11y addon -

, - - Testing the a11y addon... - , -] -`; - -exports[`Storyshots Addons|A11y/Typography Empty Heading 1`] = `

`; - -exports[`Storyshots Addons|A11y/Typography Empty Link 1`] = ` - -`; - -exports[`Storyshots Addons|A11y/Typography Empty Paragraph 1`] = `

`; - -exports[`Storyshots Addons|A11y/Typography Link without href 1`] = ` - - Testing the a11y addon... - -`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-actions.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-actions.stories.storyshot deleted file mode 100644 index 8b7cfba5f64d..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-actions.stories.storyshot +++ /dev/null @@ -1,2902 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Actions All types 1`] = ` -Array [ - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, -] -`; - -exports[`Storyshots Addons|Actions Basic example 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Circular Payload 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Decorated action + config 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Decorated action 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Decorated actions + config 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Decorated actions 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Limit Action Output 1`] = ` -Array [ - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, -] -`; - -exports[`Storyshots Addons|Actions Multiple actions + config 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Multiple actions 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Multiple actions as object 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Multiple actions, object + config 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions Persisting the action logger 1`] = ` -Array [ -

- Moving away from this story will persist the action logger -

, - .emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -, -] -`; - -exports[`Storyshots Addons|Actions Reserved keyword as name 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions configureActionsDepth 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; - -exports[`Storyshots Addons|Actions.deprecated Decorated Action 1`] = ` -.emotion-0 { - border: 0; - border-radius: 3em; - cursor: pointer; - display: inline-block; - overflow: hidden; - padding: 10px 16px; - position: relative; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - -webkit-transition: all 150ms ease-out; - transition: all 150ms ease-out; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - vertical-align: top; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - opacity: 1; - margin: 0; - background: transparent; - font-size: 12px; - font-weight: 700; - line-height: 1; - background: #fafafa; - color: #333333; - box-shadow: rgba(0,0,0,.1) 0 0 0 1px inset; - border-radius: 4px; - display: inline; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - overflow: visible; - z-index: 2; -} - -.emotion-0 svg { - display: inline-block; - height: 14px; - width: 14px; - vertical-align: top; - margin-right: 4px; - margin-top: -1px; - margin-bottom: -1px; - pointer-events: none; -} - -.emotion-0 svg path { - fill: currentColor; -} - -.emotion-0:hover { - background: #f2f2f2; -} - -.emotion-0:active { - background: #FFFFFF; -} - -.emotion-0:focus { - box-shadow: rgba(30,167,253,0.4) 0 0 0 1px inset; -} - -.emotion-0:hover { - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - - -`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-backgrounds.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-backgrounds.stories.storyshot deleted file mode 100644 index 0f1820349510..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-backgrounds.stories.storyshot +++ /dev/null @@ -1,41 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Backgrounds disabled via [] 1`] = ` - -`; - -exports[`Storyshots Addons|Backgrounds overriden 1`] = ` - -`; - -exports[`Storyshots Addons|Backgrounds skipped via disable:true 1`] = ` - -`; - -exports[`Storyshots Addons|Backgrounds story 1 1`] = ` - -`; - -exports[`Storyshots Addons|Backgrounds story 2 1`] = ` - -`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-centered.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-centered.stories.storyshot deleted file mode 100644 index e3f36b7bdf72..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-centered.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Centered story 1 1`] = ` -
-
- -
-
-`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-contexts.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-contexts.stories.storyshot deleted file mode 100644 index 83b82b182ce7..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-contexts.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Contexts Languages 1`] = ` -
- Your locale is "unknown", so I say "NULL"! -
-`; - -exports[`Storyshots Addons|Contexts Simple CSS Theming 1`] = ` -
- I'm a children of the injected 'div' (where provides a theming context). -
-`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-cssresources.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-cssresources.stories.storyshot deleted file mode 100644 index 77298e639d48..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-cssresources.stories.storyshot +++ /dev/null @@ -1,18 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Cssresources Camera Icon 1`] = ` - - Camera Icon - -`; - -exports[`Storyshots Addons|Cssresources Primary Large Button 1`] = ` - -`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-design-assets.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-design-assets.stories.storyshot deleted file mode 100644 index 3b760249d6ec..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-design-assets.stories.storyshot +++ /dev/null @@ -1,37 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Design assets multiple images 1`] = ` -
- This story should a multiple images in the assets panel -
-`; - -exports[`Storyshots Addons|Design assets named assets 1`] = ` -
- This story should a single image in the assets panel -
-`; - -exports[`Storyshots Addons|Design assets single image 1`] = ` -
- This story should a single image in the assets panel -
-`; - -exports[`Storyshots Addons|Design assets single webpage 1`] = ` -
- This story should a single image in the assets panel -
-`; - -exports[`Storyshots Addons|Design assets url replacement 1`] = ` -
- This story should have a webpge, with within it's url the storyId -
-`; - -exports[`Storyshots Addons|Design assets youtube video 1`] = ` -
- This story should a single image in the assets panel -
-`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-events.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-events.stories.storyshot deleted file mode 100644 index 6c777c6dbac4..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-events.stories.storyshot +++ /dev/null @@ -1,43 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Events Logger 1`] = ` -.emotion-1 { - padding: 20px; -} - -.emotion-0 { - margin: 0; -} - -
-

- Logger -

-
-
-`; - -exports[`Storyshots Addons|Events.deprecated Logger 1`] = ` -.emotion-1 { - padding: 20px; -} - -.emotion-0 { - margin: 0; -} - -
-

- Logger -

-
-
-`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-graphql.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-graphql.stories.storyshot deleted file mode 100644 index acf18796ca81..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-graphql.stories.storyshot +++ /dev/null @@ -1,7 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|GraphQL get Pickachu 1`] = ` -
- hello -
-`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot deleted file mode 100644 index a1d1992bd3a5..000000000000 --- a/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot +++ /dev/null @@ -1,3379 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Info/Decorator Use Info as story decorator 1`] = ` -Array [ -
- -
, - , -] -`; - -exports[`Storyshots Addons|Info/ForwardRef Displays forwarded ref components correctly 1`] = ` -Array [ -
- -
, - , -] -`; - -exports[`Storyshots Addons|Info/ForwardRef Uses forwardRef displayName if available 1`] = ` -Array [ -
- -
, - , -] -`; - -exports[`Storyshots Addons|Info/GitHub issues #1814 1`] = ` -Array [ -
-
- -