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

Commit

Permalink
Merge pull request #2691 from bbc/updateTextExamples
Browse files Browse the repository at this point in the history
Update text examples
  • Loading branch information
thekp authored Nov 26, 2019
2 parents 912b430 + 8e591b8 commit 6a58259
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/utilities/psammead-storybook-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 8.1.1 | [PR#2668](https://github.com/bbc/psammead/pull/2668) Remove `chineseTrad` & `chineseSimp` example as Zhongwen example covers it. |
| 8.1.0 | [PR#2668](https://github.com/bbc/psammead/pull/2668) Add variant prop to `storyProps` and update text-variant examples |
| 8.0.2 | [PR#2543](https://github.com/bbc/psammead/pull/2543) updates readme with better withServicesKnob example |
| 8.0.1 | [PR#2488](https://github.com/bbc/psammead/pull/2488) Talos - Bump Dependencies - @bbc/gel-foundations |
Expand Down

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

2 changes: 1 addition & 1 deletion packages/utilities/psammead-storybook-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-storybook-helpers",
"version": "8.1.0",
"version": "8.1.1",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand Down
10 changes: 0 additions & 10 deletions packages/utilities/psammead-storybook-helpers/src/text-variants.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ const TEXT_EXAMPLES = {
script: 'burmese',
locale: 'my',
},
chineseSimp: {
text: '家长们在学校门口维权。',
script: 'chinese',
locale: 'zh-cn',
},
chineseTrad: {
text: '家長們在學校門口維權。',
script: 'chinese',
locale: 'zh-tw',
},
news: {
text: 'Could a computer ever create better art than a human?',
script: 'latin',
Expand Down

0 comments on commit 6a58259

Please sign in to comment.