@bbc/psammead-styles
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 6.0.1 | [PR#3924](https://github.com/bbc/psammead/pull/3924) Migrate Storybook to Emotion. | | ||
| 6.0.0 | [PR#3880](https://github.com/bbc/psammead/pull/3880) Migrate to Emotion. | | ||
@@ -8,0 +9,0 @@ | 5.0.2 | [PR#3851](https://github.com/bbc/psammead/pull/3851) Revert to 4.5.1 to fix premature release of 5.0.0. | |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "6.0.0", | ||
"version": "6.0.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.", | ||
@@ -5,0 +5,0 @@ "repository": { |
import React from 'react'; | ||
import styled from 'styled-components'; | ||
import styled from '@emotion/styled'; | ||
import { storiesOf } from '@storybook/react'; | ||
@@ -4,0 +4,0 @@ import { GEL_SPACING, GEL_SPACING_DBL } from '@bbc/gel-foundations/spacings'; |
@@ -8,3 +8,3 @@ import React from 'react'; | ||
import { scriptPropType } from '@bbc/gel-foundations/prop-types'; | ||
import styled from 'styled-components'; | ||
import styled from '@emotion/styled'; | ||
import notes from '../README.md'; | ||
@@ -11,0 +11,0 @@ |
583273