@bbc/psammead-styles
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 1.1.1 | [PR#769](https://github.com/bbc/psammead/pull/769) Fix stories not appearing in storybook when using `install:packages:link` | | ||
| 1.1.0 | [PR#764](https://github.com/bbc/psammead/pull/764) Add function to get serif bold font | | ||
@@ -8,0 +9,0 @@ | 1.0.1 | [PR#677](https://github.com/bbc/psammead/pull/677) Use `@bbc/gel-foundations@3.0.0` | |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.", | ||
@@ -28,5 +28,5 @@ "repository": { | ||
"@bbc/gel-foundations": "^3.0.0", | ||
"@bbc/psammead-storybook-helpers": "^2.1.1", | ||
"@bbc/psammead-storybook-helpers": "^3.0.0", | ||
"@bbc/psammead-test-helpers": "^0.3.0" | ||
} | ||
} |
@@ -24,3 +24,3 @@ import React from 'react'; | ||
const typographyStory = typographyFunc => | ||
inputProvider([{ name: 'sample text' }], ([text], script) => ( | ||
inputProvider([{ name: 'sample text' }], ({ slotTexts: [text], script }) => ( | ||
<TypographyText script={script} typographyFunc={typographyFunc}> | ||
@@ -27,0 +27,0 @@ {text} |
51417