@bbc/psammead-navigation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,3 @@ # Psammead Navigation Changelog | ||
|---------|-------------| | ||
| 1.0.2 | [PR#769](https://github.com/bbc/psammead/pull/769) Fix stories not appearing in storybook when using `install:packages:link` | | ||
| 1.0.1 | [PR#713](https://github.com/bbc/psammead/pull/713) Update `styled-components` to 4.3.2 | | ||
@@ -8,0 +9,0 @@ | 1.0.0 | [PR#740](https://github.com/BBC/psammead/pull/740) Remove alpha tag | |
{ | ||
"name": "@bbc/psammead-navigation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A navigation bar to use on index pages", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"@bbc/psammead-assets": "^0.1.9", | ||
"@bbc/psammead-storybook-helpers": "^2.1.1", | ||
"@bbc/psammead-storybook-helpers": "^3.0.0", | ||
"@bbc/psammead-test-helpers": "^0.3.3", | ||
@@ -29,0 +29,0 @@ "react": "^16.8.6", |
@@ -116,3 +116,3 @@ import React, { Fragment } from 'react'; | ||
const navigationStory = (skipLinkText, currentPageText, navData, brand) => | ||
inputProvider([], (inp, script, dir) => ( | ||
inputProvider([], ({ script, dir }) => ( | ||
<Fragment> | ||
@@ -119,0 +119,0 @@ {brand && getBrand()} |
33088