Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Move to storybook 5 #323

Merged
merged 20 commits into from
Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ module.exports = {
rules: {
'react/jsx-one-expression-per-line': 'off',
'linebreak-style': process.platform === 'win32' ? 'off' : ['error', 'unix'],
"import/no-extraneous-dependencies": ["error", {"packageDir": ['./package.json', '../../package.json']}]
"import/no-extraneous-dependencies": 'off'
},
};
3 changes: 1 addition & 2 deletions .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import 'storybook-readme/register';
import '@storybook/addon-options/register';
import '@storybook/addon-notes/register';
import '@storybook/addon-knobs/register';
28 changes: 18 additions & 10 deletions .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Fragment } from 'react';
import { configure, addDecorator } from '@storybook/react';
import { setOptions } from '@storybook/addon-options';
import { configure, addDecorator, addParameters } from '@storybook/react';
import { create } from '@storybook/theming';
import styledNormalize from 'styled-normalize';
import { createGlobalStyle } from 'styled-components';
import {
Expand All @@ -13,16 +13,24 @@ import {
F_REITH_SANS_REGULAR,
F_REITH_SANS_ITALIC,
F_REITH_SANS_BOLD,
F_REITH_SERIF_LIGHT
F_REITH_SERIF_LIGHT,
} from '@bbc/psammead-styles/fonts';
import Helmet from 'react-helmet';
import Helmet from 'react-helmet';

setOptions({
name: 'BBC Psammead',
url: 'https://github.com/bbc/psammead',
addonPanelInRight: true,
sidebarAnimations: true,
sortStoriesByKind: true,
const theme = create({
base: 'light',
brandTitle: 'BBC Psammead',
brandUrl: 'https://github.com/bbc/psammead',
brandImage:
'https://user-images.githubusercontent.com/11341355/54079666-af202780-42d8-11e9-9108-e47ea27fddc5.png',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added this as without it you lose the word 'Psammead' from the top left

});

addParameters({
options: {
panelPosition: 'right',
sidebarAnimations: true,
theme,
},
});

const GlobalStyle = createGlobalStyle`
dr3 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
6,120 changes: 3,182 additions & 2,938 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"homepage": "https://github.com/bbc/psammead#readme",
"dependencies": {
"@bbc/psammead-styles": "^0.3.0",
"@storybook/theming": "^5.0.1",
"styled-components": "^4.1.2",
"styled-normalize": "^8.0.4"
},
Expand All @@ -43,11 +44,11 @@
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@bbc/psammead-assets": "^0.1.3",
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-knobs": "^3.4.11",
"@storybook/addon-options": "^3.4.11",
"@storybook/addon-viewport": "^3.4.11",
"@storybook/react": "^4.0.11",
"@storybook/addon-actions": "^5.0.1",
"@storybook/addon-knobs": "^5.0.1",
"@storybook/addon-notes": "^5.0.1",
"@storybook/addon-viewport": "^5.0.1",
"@storybook/react": "^5.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.4",
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
| ------- | ----------- |
| 0.3.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.3.0 | [PR#338](https://github.com/BBC/psammead/pull/338) Limit banner svg to group 5 |
| 0.2.3 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.2.2 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-brand/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-brand - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=Brand) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-brand.svg)](https://www.npmjs.com/package/@bbc/psammead-brand) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)
# psammead-brand - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/info/imageplaceholder--default) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-brand.svg)](https://www.npmjs.com/package/@bbc/psammead-brand) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)
dr3 marked this conversation as resolved.
Show resolved Hide resolved

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-brand/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-brand",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"description": "Provides the BBC News logo (as SVG), nested a hardcoded link to https://www.bbc.co.uk/news",
"repository": {
Expand Down
11 changes: 6 additions & 5 deletions packages/components/psammead-brand/src/index.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react';
dr3 marked this conversation as resolved.
Show resolved Hide resolved
import { storiesOf } from '@storybook/react';
import { withReadme } from 'storybook-readme';
import Readme from '../README.md';
import notes from '../README.md';
import Brand from './index';

storiesOf('Brand', module)
.addDecorator(withReadme(Readme))
.add('default', () => <Brand brandName="Default Brand Name" />);
storiesOf('Brand', module).add(
'default',
() => <Brand brandName="Default Brand Name" />,
{ notes },
);
1 change: 1 addition & 0 deletions packages/components/psammead-caption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.2.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.2.0 | [PR#318](https://github.com/BBC/psammead/pull/318) Update to new font face and family. |
| 0.1.6 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.1.5 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-caption/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-caption - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=Caption) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/BBC/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-caption.svg)](https://www.npmjs.com/package/@bbc/psammead-caption) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/BBC/psammead/blob/latest/CONTRIBUTING.md)
# psammead-caption - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/caption--default) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/BBC/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-caption.svg)](https://www.npmjs.com/package/@bbc/psammead-caption) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/BBC/psammead/blob/latest/CONTRIBUTING.md)

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-caption/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-caption",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"description": "React styled components for a Caption",
"repository": {
Expand Down
46 changes: 27 additions & 19 deletions packages/components/psammead-caption/src/index.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,33 @@ import React from 'react';
import { storiesOf } from '@storybook/react';
import InlineLink from '@bbc/psammead-inline-link';
import VisuallyHiddenText from '@bbc/psammead-visually-hidden-text';
import { withReadme } from 'storybook-readme';
import Readme from '../README.md';
import notes from '../README.md';
import Caption from '.';

storiesOf('Caption', module)
.addDecorator(withReadme(Readme))
.add('default', () => <Caption>This is a caption.</Caption>)
.add('with offscreen text', () => (
<Caption>
<VisuallyHiddenText>Image caption, </VisuallyHiddenText>
This is a caption with preceding offscreen text.
</Caption>
))
.add('containing an inline link', () => (
<Caption>
{'This is a caption '}
<InlineLink href="https://www.bbc.com">
containing an inline link
</InlineLink>
.
</Caption>
));
.add('default', () => <Caption>This is a caption.</Caption>, {
notes,
})
.add(
'with offscreen text',
() => (
<Caption>
<VisuallyHiddenText>Image caption, </VisuallyHiddenText>
This is a caption with preceding offscreen text.
</Caption>
),
{ notes },
)
.add(
'containing an inline link',
() => (
<Caption>
{'This is a caption '}
<InlineLink href="https://www.bbc.com">
containing an inline link
</InlineLink>
.
</Caption>
),
{ notes },
);
1 change: 1 addition & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.3.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.3.0 | [PR#318](https://github.com/BBC/psammead/pull/318) Update to new font face and family. |
| 0.2.6 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.2.5 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-copyright/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-copyright - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=Copyright) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/BBC/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-copyright.svg)](https://www.npmjs.com/package/@bbc/psammead-copyright) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/BBC/psammead/blob/latest/CONTRIBUTING.md)
# psammead-copyright - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/copyright--default) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/BBC/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-copyright.svg)](https://www.npmjs.com/package/@bbc/psammead-copyright) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/BBC/psammead/blob/latest/CONTRIBUTING.md)

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-copyright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-copyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-copyright",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"description": "React styled component for overlaid copyright or source attribution.",
"repository": {
Expand Down
11 changes: 6 additions & 5 deletions packages/components/psammead-copyright/src/index.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { withReadme } from 'storybook-readme';
import Readme from '../README.md';
import notes from '../README.md';
import Copyright from './index';

storiesOf('Copyright', module)
.addDecorator(withReadme(Readme))
.add('default', () => <Copyright>Getty Images</Copyright>);
storiesOf('Copyright', module).add(
'default',
() => <Copyright>Getty Images</Copyright>,
{ notes },
);
1 change: 1 addition & 0 deletions packages/components/psammead-figure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.1.7 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.1.6 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.1.5 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
| 0.1.4 | [PR#310](https://github.com/BBC/psammead/pull/310) Update package-lock. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-figure/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-figure - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=Figure) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-figure.svg)](https://www.npmjs.com/package/@bbc/psammead-figure) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)
# psammead-figure - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/figure--containing-image) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-figure.svg)](https://www.npmjs.com/package/@bbc/psammead-figure) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-figure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-figure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-figure",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/index.js",
"description": "React styled component that generates a figure element",
"repository": {
Expand Down
13 changes: 7 additions & 6 deletions packages/components/psammead-figure/src/index.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { withReadme } from 'storybook-readme';
import Image from '@bbc/psammead-image';
import Readme from '../README.md';
import notes from '../README.md';
import Figure from '.';

const imageAlt =
'Map of the UK displaying Syrian refugees and asylum seekers per 10000 population. Ranges from 0 to 17.';
const imageSrc =
'https://ichef.bbci.co.uk/news/640/cpsprodpb/439A/production/_100960371_syrians_and_asylum_v2-nc.png';
const imageWidth = 853;
storiesOf('Figure', module)
.addDecorator(withReadme(Readme))
.add('containing Image', () => (
storiesOf('Figure', module).add(
'containing Image',
() => (
<Figure>
<Image alt={imageAlt} src={imageSrc} width={imageWidth} />
</Figure>
));
),
{ notes },
);
1 change: 1 addition & 0 deletions packages/components/psammead-headings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.3.1 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.3.0 | [PR#318](https://github.com/BBC/psammead/pull/318) Update to new font face and family. |
| 0.2.2 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.2.1 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-headings/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-headings - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=Headline) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-headings.svg)](https://www.npmjs.com/package/@bbc/psammead-headings) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)
# psammead-headings - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/headline--default) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-headings.svg)](https://www.npmjs.com/package/@bbc/psammead-headings) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-headings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-headings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-headings",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"description": "React styled components for a Headline and SubHeading",
"repository": {
Expand Down
21 changes: 12 additions & 9 deletions packages/components/psammead-headings/src/index.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { withReadme } from 'storybook-readme';
import Readme from '../README.md';
import notes from '../README.md';
import { Headline, SubHeading } from './index';

storiesOf('Headline', module)
.addDecorator(withReadme(Readme))
.add('default', () => <Headline>This is my headline.</Headline>);
storiesOf('Headline', module).add(
'default',
() => <Headline>This is my headline.</Headline>,
{ notes },
);

storiesOf('SubHeading', module)
.addDecorator(withReadme(Readme))
.add('default', () => (
storiesOf('SubHeading', module).add(
'default',
() => (
<SubHeading text="This is a SubHeading">This is a SubHeading</SubHeading>
));
),
{ notes },
);
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.1.8 | [PR#323](https://github.com/bbc/psammead/pull/323) Update storybook badge url |
| 0.1.7 | [PR#323](https://github.com/BBC/psammead/pull/323) Update readme storybook badge |
| 0.1.6 | [PR#264](https://github.com/BBC/psammead/pull/319) Resolving package-lock issues. |
| 0.1.5 | [PR#264](https://github.com/BBC/psammead/pull/264) Resolving package-lock issues. |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-image-placeholder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# psammead-image-placeholder - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?selectedKind=ImagePlaceholder) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-image-placeholder.svg)](https://www.npmjs.com/package/@bbc/psammead-image-placeholder) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)
# psammead-image-placeholder - [![Storybook](https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg?sanitize=true)](https://bbc.github.io/psammead/?path=/story/imageplaceholder--16x9-image-placeholder) [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/bbc/psammead/blob/latest/LICENSE) [![npm version](https://img.shields.io/npm/v/@bbc/psammead-image-placeholder.svg)](https://www.npmjs.com/package/@bbc/psammead-image-placeholder) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bbc/psammead/blob/latest/CONTRIBUTING.md)

## Description

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-image-placeholder",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/index.js",
"description": "Provides a 'BBC' image placeholder",
"repository": {
Expand Down
Loading