@bbc/psammead-timestamp
Advanced tools
Comparing version 2.2.12 to 2.2.13
@@ -6,2 +6,3 @@ # Psammead Timestamp Changelog | ||
|---------|-------------| | ||
| 2.2.13 | [PR#2404](https://github.com/bbc/psammead/pull/2404) replace inputProvider and dirDecorator with withServicesInput | | ||
| 2.2.12 | [PR#2289](https://github.com/bbc/psammead/pull/2289) Talos - Bump Dependencies - @bbc/psammead-styles | | ||
@@ -8,0 +9,0 @@ | 2.2.11 | [PR#2273](https://github.com/bbc/psammead/pull/2273) Talos - Bump Dependencies - @bbc/psammead-styles | |
{ | ||
"name": "@bbc/psammead-timestamp", | ||
"version": "2.2.12", | ||
"version": "2.2.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "esm/index.js", |
@@ -5,4 +5,4 @@ import React from 'react'; | ||
import * as typography from '@bbc/gel-foundations/typography'; | ||
import { withServicesKnob } from '@bbc/psammead-storybook-helpers'; | ||
import { latin } from '@bbc/gel-foundations/scripts'; | ||
import { dirDecorator } from '@bbc/psammead-storybook-helpers'; | ||
import notes from '../README.md'; | ||
@@ -25,3 +25,3 @@ import Timestamp from '.'; | ||
.addDecorator(withKnobs) | ||
.addDecorator(dirDecorator) | ||
.addDecorator(withServicesKnob()) | ||
.add( | ||
@@ -28,0 +28,0 @@ 'default', |
20265