diff --git a/README.md b/README.md index 60504a8adf7..f9dd2d8e08d 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,10 @@ See [Addon / Framework Support Table](ADDONS_SUPPORT.md) We have a badge! Link it to your live Storybook example. -![Storybook](https://github.com/storybooks/press/blob/master/badges/storybook.svg) +![Storybook](https://github.com/storybooks/brand/blob/master/badge/badge-storybook.svg) ```md -[![Storybook](https://github.com/storybooks/press/blob/master/badges/storybook.svg)](link to site) +[![Storybook](https://github.com/storybooks/brand/blob/master/badge/badge-storybook.svg)](link to site) ``` If you're looking for material to use in your presentation about storybook, like logo's video material and the colors we use etc, you can find all of that at our [press repo](https://github.com/storybooks/press). diff --git a/addons/a11y/README.md b/addons/a11y/README.md index 9940d899440..ea4ce8e1c8a 100755 --- a/addons/a11y/README.md +++ b/addons/a11y/README.md @@ -58,10 +58,11 @@ addParameters({ a11y: { // ... axe options element: '#root', // optional selector which element to inspect + config: {} // axe-core configurationOptions (https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#parameters-1) + options: {} // axe-core optionsParameter (https://github.com/dequelabs/axe-core/blob/develop/doc/API.md#options-parameter) }, }); - storiesOf('button', module) .add('Accessible', () => ( + - @@ -639,6 +711,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(-80vw); -ms-transform: translateX(-80vw); @@ -646,6 +719,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` left: 0; } +.emotion-1:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-1:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-0 { background: hotpink; position: absolute; @@ -677,6 +758,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 100%; -webkit-transform: translateX(0) scale(1); -ms-transform: translateX(0) scale(1); @@ -684,6 +766,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` left: 0; } +.emotion-3:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-3:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-2 { background: deepskyblue; position: absolute; @@ -715,6 +805,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(80vw); -ms-transform: translateX(80vw); @@ -722,6 +813,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` right: 0; } +.emotion-5:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-5:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-4 { background: orangered; position: absolute; @@ -756,6 +855,8 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` display: -webkit-flex; display: -ms-flexbox; display: flex; + box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); + background: #FFFFFF; } .emotion-10 > * { @@ -817,22 +918,20 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = `
-
-
+

-

- 1 -

-
-            {
+          1
+        
+        
+          {
   "hidden": false
 }
-          
-
+
@@ -842,17 +941,17 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 1 1`] = ` @@ -928,6 +1027,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(-80vw); -ms-transform: translateX(-80vw); @@ -935,6 +1035,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` left: 0; } +.emotion-1:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-1:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-0 { background: hotpink; position: absolute; @@ -966,6 +1074,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 100%; -webkit-transform: translateX(0) scale(1); -ms-transform: translateX(0) scale(1); @@ -973,6 +1082,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` left: 0; } +.emotion-3:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-3:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-2 { background: deepskyblue; position: absolute; @@ -1004,6 +1121,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(80vw); -ms-transform: translateX(80vw); @@ -1011,6 +1129,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` right: 0; } +.emotion-5:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-5:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-4 { background: orangered; position: absolute; @@ -1045,6 +1171,8 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` display: -webkit-flex; display: -ms-flexbox; display: flex; + box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); + background: #FFFFFF; } .emotion-10 > * { @@ -1106,22 +1234,20 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = `
-
-
+

-

- 1 -

-
-            {
+          1
+        
+        
+          {
   "hidden": false
 }
-          
-
+
@@ -1131,17 +1257,17 @@ exports[`Storyshots UI|Layout/Mobile (mocked) initial 2 1`] = ` @@ -1217,6 +1343,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(-80vw); -ms-transform: translateX(-80vw); @@ -1224,6 +1351,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` left: 0; } +.emotion-1:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-1:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-0 { background: hotpink; position: absolute; @@ -1255,6 +1390,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 100%; -webkit-transform: translateX(0) scale(1); -ms-transform: translateX(0) scale(1); @@ -1262,6 +1398,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` left: 0; } +.emotion-4:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-4:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-2 { background: deepskyblue; position: absolute; @@ -1293,6 +1437,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` position: absolute; top: 0; height: 100%; + background: #FFFFFF; width: 80vw; -webkit-transform: translateX(80vw); -ms-transform: translateX(80vw); @@ -1300,6 +1445,14 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` right: 0; } +.emotion-6:nth-of-type(1) { + border-right: 1px solid rgba(0,0,0,.1); +} + +.emotion-6:nth-of-type(3) { + border-left: 1px solid rgba(0,0,0,.1); +} + .emotion-5 { background: orangered; position: absolute; @@ -1334,6 +1487,8 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` display: -webkit-flex; display: -ms-flexbox; display: flex; + box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1); + background: #FFFFFF; } .emotion-10 > * { @@ -1434,23 +1589,19 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = ` class="emotion-6" > @@ -1460,7 +1611,7 @@ exports[`Storyshots UI|Layout/Mobile (mocked) page 1`] = `