diff --git a/.github/workflows/psammead-deploy-storybook.yml b/.github/workflows/psammead-deploy-storybook.yml deleted file mode 100644 index ba4e897fc1..0000000000 --- a/.github/workflows/psammead-deploy-storybook.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Deploy Storybook - -on: - push: - branches: - - latest - -jobs: - deploy-storybook: - name: Deploy Storybook to GitHub pages - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - persist-credentials: false - - - name: Install Node Modules and Build - run: | - ./scripts/installNodeModules.sh - yarn build:storybook - git config --global user.name "simorgh-bbc" - git config --global user.email "DENewsSimorghDev@bbc.co.uk" - - - name: Deploy Storybook - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: ${{ secrets.SIMORGH_DEV_STORYBOOK_RELEASE }} - BRANCH: gh-pages - FOLDER: storybook_dist - CLEAN: true # Automatically remove deleted files from the deploy branch diff --git a/.prettierrc b/.prettierrc index db4178ce97..5393aaf2da 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "singleQuote": true, - "trailingComma": "all", - "arrowParens": "avoid" + "singleQuote": true, + "trailingComma": "all", + "arrowParens": "avoid" } diff --git a/.storybook/preview.js b/.storybook/preview.js index 4fde81ccec..87fe07887e 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -67,15 +67,15 @@ export const parameters = { }; const fontPathMap = [ - { prefix: 'F_ISKOOLA_POTA_BBC', path: 'fonts/IskoolaPota/' }, - { prefix: 'F_LATHA', path: 'fonts/Latha/' }, { prefix: 'F_MALLANNA', path: 'fonts/Mallanna/' }, { prefix: 'F_NOTO_SANS_ETHIOPIC', path: 'fonts/NotoSansEthiopic/' }, + { prefix: 'F_NOTO_SANS_TAMIL', path: 'fonts/NotoSerifTamil/' }, + { prefix: 'F_NOTO_SERIF_BENGALI', path: 'fonts/NotoSerifBengali/' }, + { prefix: 'F_NOTO_SERIF_SINHALA', path: 'fonts/NotoSerifSinhala/' }, { prefix: 'F_PADAUK', path: 'fonts/Padauk/' }, { prefix: 'F_REITH_QALAM', path: 'fonts/ReithQalam/' }, { prefix: 'F_REITH_SANS', path: 'fonts/Reith/' }, { prefix: 'F_REITH_SERIF', path: 'fonts/Reith/' }, - { prefix: 'F_SHONAR_BANGLA', path: 'fonts/ShonarBangla/' }, ]; addDecorator(story => ( diff --git a/.storybook/static/fonts/IskoolaPota/bold.eot b/.storybook/static/fonts/IskoolaPota/bold.eot deleted file mode 100755 index 28a4a67693..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/bold.eot and /dev/null differ diff --git a/.storybook/static/fonts/IskoolaPota/bold.ttf b/.storybook/static/fonts/IskoolaPota/bold.ttf deleted file mode 100755 index f339573d57..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/bold.ttf and /dev/null differ diff --git a/.storybook/static/fonts/IskoolaPota/bold.woff b/.storybook/static/fonts/IskoolaPota/bold.woff deleted file mode 100755 index 9529d51f7e..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/bold.woff and /dev/null differ diff --git a/.storybook/static/fonts/IskoolaPota/normal.eot b/.storybook/static/fonts/IskoolaPota/normal.eot deleted file mode 100755 index 83f4c529df..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/normal.eot and /dev/null differ diff --git a/.storybook/static/fonts/IskoolaPota/normal.ttf b/.storybook/static/fonts/IskoolaPota/normal.ttf deleted file mode 100755 index 28a0a35d23..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/normal.ttf and /dev/null differ diff --git a/.storybook/static/fonts/IskoolaPota/normal.woff b/.storybook/static/fonts/IskoolaPota/normal.woff deleted file mode 100755 index 5aff0c2645..0000000000 Binary files a/.storybook/static/fonts/IskoolaPota/normal.woff and /dev/null differ diff --git a/.storybook/static/fonts/Latha/bold.eot b/.storybook/static/fonts/Latha/bold.eot deleted file mode 100755 index a4a889b733..0000000000 Binary files a/.storybook/static/fonts/Latha/bold.eot and /dev/null differ diff --git a/.storybook/static/fonts/Latha/bold.ttf b/.storybook/static/fonts/Latha/bold.ttf deleted file mode 100755 index 489a036ef3..0000000000 Binary files a/.storybook/static/fonts/Latha/bold.ttf and /dev/null differ diff --git a/.storybook/static/fonts/Latha/bold.woff b/.storybook/static/fonts/Latha/bold.woff deleted file mode 100755 index cd8c94af87..0000000000 Binary files a/.storybook/static/fonts/Latha/bold.woff and /dev/null differ diff --git a/.storybook/static/fonts/Latha/normal.eot b/.storybook/static/fonts/Latha/normal.eot deleted file mode 100755 index 1490002027..0000000000 Binary files a/.storybook/static/fonts/Latha/normal.eot and /dev/null differ diff --git a/.storybook/static/fonts/Latha/normal.ttf b/.storybook/static/fonts/Latha/normal.ttf deleted file mode 100755 index 7982880db4..0000000000 Binary files a/.storybook/static/fonts/Latha/normal.ttf and /dev/null differ diff --git a/.storybook/static/fonts/Latha/normal.woff b/.storybook/static/fonts/Latha/normal.woff deleted file mode 100755 index d9dd1016cd..0000000000 Binary files a/.storybook/static/fonts/Latha/normal.woff and /dev/null differ diff --git a/.storybook/static/fonts/NotoSansTamil/bold.eot b/.storybook/static/fonts/NotoSansTamil/bold.eot new file mode 100644 index 0000000000..b81fa0f33f Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/bold.eot differ diff --git a/.storybook/static/fonts/NotoSansTamil/bold.ttf b/.storybook/static/fonts/NotoSansTamil/bold.ttf new file mode 100644 index 0000000000..426ed73f39 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/bold.ttf differ diff --git a/.storybook/static/fonts/NotoSansTamil/bold.woff b/.storybook/static/fonts/NotoSansTamil/bold.woff new file mode 100644 index 0000000000..17de17d00a Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/bold.woff differ diff --git a/.storybook/static/fonts/NotoSansTamil/bold.woff2 b/.storybook/static/fonts/NotoSansTamil/bold.woff2 new file mode 100644 index 0000000000..26a1e45f46 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/bold.woff2 differ diff --git a/.storybook/static/fonts/NotoSansTamil/normal.eot b/.storybook/static/fonts/NotoSansTamil/normal.eot new file mode 100644 index 0000000000..7a89da7358 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/normal.eot differ diff --git a/.storybook/static/fonts/NotoSansTamil/normal.ttf b/.storybook/static/fonts/NotoSansTamil/normal.ttf new file mode 100644 index 0000000000..7160088ad0 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/normal.ttf differ diff --git a/.storybook/static/fonts/NotoSansTamil/normal.woff b/.storybook/static/fonts/NotoSansTamil/normal.woff new file mode 100644 index 0000000000..31c503ced9 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/normal.woff differ diff --git a/.storybook/static/fonts/NotoSansTamil/normal.woff2 b/.storybook/static/fonts/NotoSansTamil/normal.woff2 new file mode 100644 index 0000000000..cca8a186c3 Binary files /dev/null and b/.storybook/static/fonts/NotoSansTamil/normal.woff2 differ diff --git a/.storybook/static/fonts/NotoSerifBengali/bold.eot b/.storybook/static/fonts/NotoSerifBengali/bold.eot new file mode 100644 index 0000000000..4cefb6081e Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/bold.eot differ diff --git a/.storybook/static/fonts/NotoSerifBengali/bold.ttf b/.storybook/static/fonts/NotoSerifBengali/bold.ttf new file mode 100644 index 0000000000..cafeaf005d Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/bold.ttf differ diff --git a/.storybook/static/fonts/NotoSerifBengali/bold.woff b/.storybook/static/fonts/NotoSerifBengali/bold.woff new file mode 100644 index 0000000000..684294c161 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/bold.woff differ diff --git a/.storybook/static/fonts/NotoSerifBengali/bold.woff2 b/.storybook/static/fonts/NotoSerifBengali/bold.woff2 new file mode 100644 index 0000000000..ff71f01bef Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/bold.woff2 differ diff --git a/.storybook/static/fonts/NotoSerifBengali/normal.eot b/.storybook/static/fonts/NotoSerifBengali/normal.eot new file mode 100644 index 0000000000..1e6ecfc75b Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/normal.eot differ diff --git a/.storybook/static/fonts/NotoSerifBengali/normal.ttf b/.storybook/static/fonts/NotoSerifBengali/normal.ttf new file mode 100644 index 0000000000..32329df067 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/normal.ttf differ diff --git a/.storybook/static/fonts/NotoSerifBengali/normal.woff b/.storybook/static/fonts/NotoSerifBengali/normal.woff new file mode 100644 index 0000000000..9ffec48b5f Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/normal.woff differ diff --git a/.storybook/static/fonts/NotoSerifBengali/normal.woff2 b/.storybook/static/fonts/NotoSerifBengali/normal.woff2 new file mode 100644 index 0000000000..22c85b39d5 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifBengali/normal.woff2 differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/bold.eot b/.storybook/static/fonts/NotoSerifSinhala/bold.eot new file mode 100644 index 0000000000..7c1e7dcbf8 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/bold.eot differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/bold.ttf b/.storybook/static/fonts/NotoSerifSinhala/bold.ttf new file mode 100644 index 0000000000..0d6ecc4dec Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/bold.ttf differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/bold.woff b/.storybook/static/fonts/NotoSerifSinhala/bold.woff new file mode 100644 index 0000000000..307a2974f3 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/bold.woff differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/bold.woff2 b/.storybook/static/fonts/NotoSerifSinhala/bold.woff2 new file mode 100644 index 0000000000..e89311b928 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/bold.woff2 differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/normal.eot b/.storybook/static/fonts/NotoSerifSinhala/normal.eot new file mode 100644 index 0000000000..553eb7b5f9 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/normal.eot differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/normal.ttf b/.storybook/static/fonts/NotoSerifSinhala/normal.ttf new file mode 100644 index 0000000000..d439819856 Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/normal.ttf differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/normal.woff b/.storybook/static/fonts/NotoSerifSinhala/normal.woff new file mode 100644 index 0000000000..07bb41603f Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/normal.woff differ diff --git a/.storybook/static/fonts/NotoSerifSinhala/normal.woff2 b/.storybook/static/fonts/NotoSerifSinhala/normal.woff2 new file mode 100644 index 0000000000..190d305dee Binary files /dev/null and b/.storybook/static/fonts/NotoSerifSinhala/normal.woff2 differ diff --git a/.storybook/static/fonts/ShonarBangla/bold.eot b/.storybook/static/fonts/ShonarBangla/bold.eot deleted file mode 100755 index 197d6882c3..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/bold.eot and /dev/null differ diff --git a/.storybook/static/fonts/ShonarBangla/bold.ttf b/.storybook/static/fonts/ShonarBangla/bold.ttf deleted file mode 100755 index dd9b5ec466..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/bold.ttf and /dev/null differ diff --git a/.storybook/static/fonts/ShonarBangla/bold.woff b/.storybook/static/fonts/ShonarBangla/bold.woff deleted file mode 100755 index a4db38ca99..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/bold.woff and /dev/null differ diff --git a/.storybook/static/fonts/ShonarBangla/normal.eot b/.storybook/static/fonts/ShonarBangla/normal.eot deleted file mode 100755 index 1d903d0c6c..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/normal.eot and /dev/null differ diff --git a/.storybook/static/fonts/ShonarBangla/normal.ttf b/.storybook/static/fonts/ShonarBangla/normal.ttf deleted file mode 100755 index 89de6bac34..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/normal.ttf and /dev/null differ diff --git a/.storybook/static/fonts/ShonarBangla/normal.woff b/.storybook/static/fonts/ShonarBangla/normal.woff deleted file mode 100755 index 1e6196ed0a..0000000000 Binary files a/.storybook/static/fonts/ShonarBangla/normal.woff and /dev/null differ diff --git a/.yarn/cache/@actions-core-npm-1.4.0-82fe1c0286-bdad9fedeb.zip b/.yarn/cache/@actions-core-npm-1.4.0-82fe1c0286-bdad9fedeb.zip deleted file mode 100644 index 3ac90818b5..0000000000 Binary files a/.yarn/cache/@actions-core-npm-1.4.0-82fe1c0286-bdad9fedeb.zip and /dev/null differ diff --git a/.yarn/cache/@actions-github-npm-4.0.0-80bcb91a08-0a1dd8e11b.zip b/.yarn/cache/@actions-github-npm-4.0.0-80bcb91a08-0a1dd8e11b.zip deleted file mode 100644 index 2138264a06..0000000000 Binary files a/.yarn/cache/@actions-github-npm-4.0.0-80bcb91a08-0a1dd8e11b.zip and /dev/null differ diff --git a/.yarn/cache/@actions-http-client-npm-1.0.11-f7fe88143c-2c72834ec3.zip b/.yarn/cache/@actions-http-client-npm-1.0.11-f7fe88143c-2c72834ec3.zip deleted file mode 100644 index 16b042bca6..0000000000 Binary files a/.yarn/cache/@actions-http-client-npm-1.0.11-f7fe88143c-2c72834ec3.zip and /dev/null differ diff --git a/.yarn/cache/@chromaui-localtunnel-npm-2.0.3-2048654341-ca568183b1.zip b/.yarn/cache/@chromaui-localtunnel-npm-2.0.3-2048654341-ca568183b1.zip deleted file mode 100644 index 3da7acf92e..0000000000 Binary files a/.yarn/cache/@chromaui-localtunnel-npm-2.0.3-2048654341-ca568183b1.zip and /dev/null differ diff --git a/.yarn/cache/@octokit-plugin-paginate-rest-npm-2.13.5-8922ece963-7dc7b625c1.zip b/.yarn/cache/@octokit-plugin-paginate-rest-npm-2.13.5-8922ece963-7dc7b625c1.zip deleted file mode 100644 index ecbfa67314..0000000000 Binary files a/.yarn/cache/@octokit-plugin-paginate-rest-npm-2.13.5-8922ece963-7dc7b625c1.zip and /dev/null differ diff --git a/.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-4.15.1-fdbe2481fd-6913c54997.zip b/.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-4.15.1-fdbe2481fd-6913c54997.zip deleted file mode 100644 index 43d55e7ce3..0000000000 Binary files a/.yarn/cache/@octokit-plugin-rest-endpoint-methods-npm-4.15.1-fdbe2481fd-6913c54997.zip and /dev/null differ diff --git a/.yarn/cache/@samverschueren-stream-to-observable-npm-0.3.1-aeb89f731e-8ec6d43370.zip b/.yarn/cache/@samverschueren-stream-to-observable-npm-0.3.1-aeb89f731e-8ec6d43370.zip deleted file mode 100644 index 671387494f..0000000000 Binary files a/.yarn/cache/@samverschueren-stream-to-observable-npm-0.3.1-aeb89f731e-8ec6d43370.zip and /dev/null differ diff --git a/.yarn/cache/ansi-escapes-npm-3.2.0-a9d573100e-0f94695b67.zip b/.yarn/cache/ansi-escapes-npm-3.2.0-a9d573100e-0f94695b67.zip deleted file mode 100644 index 6faf69c10b..0000000000 Binary files a/.yarn/cache/ansi-escapes-npm-3.2.0-a9d573100e-0f94695b67.zip and /dev/null differ diff --git a/.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip b/.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip new file mode 100644 index 0000000000..088e552d0f Binary files /dev/null and b/.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip differ diff --git a/.yarn/cache/ansi-styles-npm-2.2.1-f3297e782c-ebc0e00381.zip b/.yarn/cache/ansi-styles-npm-2.2.1-f3297e782c-ebc0e00381.zip deleted file mode 100644 index 5581240ca2..0000000000 Binary files a/.yarn/cache/ansi-styles-npm-2.2.1-f3297e782c-ebc0e00381.zip and /dev/null differ diff --git a/.yarn/cache/ansi-styles-npm-6.1.0-4f6a594d04-7a7f8528c0.zip b/.yarn/cache/ansi-styles-npm-6.1.0-4f6a594d04-7a7f8528c0.zip new file mode 100644 index 0000000000..27d0a18c83 Binary files /dev/null and b/.yarn/cache/ansi-styles-npm-6.1.0-4f6a594d04-7a7f8528c0.zip differ diff --git a/.yarn/cache/any-observable-npm-0.3.0-4832f4f3ed-e715563ebb.zip b/.yarn/cache/any-observable-npm-0.3.0-4832f4f3ed-e715563ebb.zip deleted file mode 100644 index d0b5d7db89..0000000000 Binary files a/.yarn/cache/any-observable-npm-0.3.0-4832f4f3ed-e715563ebb.zip and /dev/null differ diff --git a/.yarn/cache/async-retry-npm-1.3.1-a013434040-42b518505c.zip b/.yarn/cache/async-retry-npm-1.3.1-a013434040-42b518505c.zip deleted file mode 100644 index e40b698b2a..0000000000 Binary files a/.yarn/cache/async-retry-npm-1.3.1-a013434040-42b518505c.zip and /dev/null differ diff --git a/.yarn/cache/chalk-npm-1.1.3-59144c3a87-9d2ea6b98f.zip b/.yarn/cache/chalk-npm-1.1.3-59144c3a87-9d2ea6b98f.zip deleted file mode 100644 index e7d3003b97..0000000000 Binary files a/.yarn/cache/chalk-npm-1.1.3-59144c3a87-9d2ea6b98f.zip and /dev/null differ diff --git a/.yarn/cache/chromatic-npm-5.9.2-9561fc1d25-395b78f107.zip b/.yarn/cache/chromatic-npm-5.9.2-9561fc1d25-395b78f107.zip deleted file mode 100644 index ad5167ffda..0000000000 Binary files a/.yarn/cache/chromatic-npm-5.9.2-9561fc1d25-395b78f107.zip and /dev/null differ diff --git a/.yarn/cache/chromatic-npm-6.0.4-138ff17d66-5f59af0908.zip b/.yarn/cache/chromatic-npm-6.0.4-138ff17d66-5f59af0908.zip new file mode 100644 index 0000000000..27b63102d3 Binary files /dev/null and b/.yarn/cache/chromatic-npm-6.0.4-138ff17d66-5f59af0908.zip differ diff --git a/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip b/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip deleted file mode 100644 index b8aff0b465..0000000000 Binary files a/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip and /dev/null differ diff --git a/.yarn/cache/cli-truncate-npm-0.2.1-f053d59b0b-c2e4b8d952.zip b/.yarn/cache/cli-truncate-npm-0.2.1-f053d59b0b-c2e4b8d952.zip deleted file mode 100644 index f3c17eb560..0000000000 Binary files a/.yarn/cache/cli-truncate-npm-0.2.1-f053d59b0b-c2e4b8d952.zip and /dev/null differ diff --git a/.yarn/cache/cli-truncate-npm-3.1.0-654d2989ef-c3243e4197.zip b/.yarn/cache/cli-truncate-npm-3.1.0-654d2989ef-c3243e4197.zip new file mode 100644 index 0000000000..6ad23df2a1 Binary files /dev/null and b/.yarn/cache/cli-truncate-npm-3.1.0-654d2989ef-c3243e4197.zip differ diff --git a/.yarn/cache/clone-npm-2.1.2-1d491c6629-aaf106e9bc.zip b/.yarn/cache/clone-npm-2.1.2-1d491c6629-aaf106e9bc.zip new file mode 100644 index 0000000000..6ae29b32e5 Binary files /dev/null and b/.yarn/cache/clone-npm-2.1.2-1d491c6629-aaf106e9bc.zip differ diff --git a/.yarn/cache/colorette-npm-2.0.16-7b996485d7-cd55596a3a.zip b/.yarn/cache/colorette-npm-2.0.16-7b996485d7-cd55596a3a.zip new file mode 100644 index 0000000000..0d086dd378 Binary files /dev/null and b/.yarn/cache/colorette-npm-2.0.16-7b996485d7-cd55596a3a.zip differ diff --git a/.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip b/.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip deleted file mode 100644 index 1c86bf7181..0000000000 Binary files a/.yarn/cache/commander-npm-7.2.0-19178180f8-53501cbeee.zip and /dev/null differ diff --git a/.yarn/cache/commander-npm-8.3.0-c0d18c66d5-0f82321821.zip b/.yarn/cache/commander-npm-8.3.0-c0d18c66d5-0f82321821.zip new file mode 100644 index 0000000000..4f07a5cda2 Binary files /dev/null and b/.yarn/cache/commander-npm-8.3.0-c0d18c66d5-0f82321821.zip differ diff --git a/.yarn/cache/cosmiconfig-npm-7.0.1-dd19ae2403-4be63e7117.zip b/.yarn/cache/cosmiconfig-npm-7.0.1-dd19ae2403-4be63e7117.zip new file mode 100644 index 0000000000..6cb92f2fb7 Binary files /dev/null and b/.yarn/cache/cosmiconfig-npm-7.0.1-dd19ae2403-4be63e7117.zip differ diff --git a/.yarn/cache/date-fns-npm-1.30.1-b974a8f1e1-86b1f3269c.zip b/.yarn/cache/date-fns-npm-1.30.1-b974a8f1e1-86b1f3269c.zip deleted file mode 100644 index 394bce56c4..0000000000 Binary files a/.yarn/cache/date-fns-npm-1.30.1-b974a8f1e1-86b1f3269c.zip and /dev/null differ diff --git a/.yarn/cache/date-format-npm-0.0.2-766404fccb-01a95d6b55.zip b/.yarn/cache/date-format-npm-0.0.2-766404fccb-01a95d6b55.zip deleted file mode 100644 index 0ff3e7481a..0000000000 Binary files a/.yarn/cache/date-format-npm-0.0.2-766404fccb-01a95d6b55.zip and /dev/null differ diff --git a/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip b/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip new file mode 100644 index 0000000000..57db42a849 Binary files /dev/null and b/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip differ diff --git a/.yarn/cache/elegant-spinner-npm-1.0.1-8b799f39a6-d6a773d950.zip b/.yarn/cache/elegant-spinner-npm-1.0.1-8b799f39a6-d6a773d950.zip deleted file mode 100644 index 99d41f7b10..0000000000 Binary files a/.yarn/cache/elegant-spinner-npm-1.0.1-8b799f39a6-d6a773d950.zip and /dev/null differ diff --git a/.yarn/cache/env-ci-npm-5.0.2-6d81f85981-d3c9d54663.zip b/.yarn/cache/env-ci-npm-5.0.2-6d81f85981-d3c9d54663.zip deleted file mode 100644 index 671c05e898..0000000000 Binary files a/.yarn/cache/env-ci-npm-5.0.2-6d81f85981-d3c9d54663.zip and /dev/null differ diff --git a/.yarn/cache/eslint-plugin-json-npm-2.1.2-5b4ca34e18-c3da24699d.zip b/.yarn/cache/eslint-plugin-json-npm-2.1.2-5b4ca34e18-c3da24699d.zip deleted file mode 100644 index e0b6316a17..0000000000 Binary files a/.yarn/cache/eslint-plugin-json-npm-2.1.2-5b4ca34e18-c3da24699d.zip and /dev/null differ diff --git a/.yarn/cache/eslint-plugin-json-npm-3.1.0-2165d5ec5d-bc7fa4c2e1.zip b/.yarn/cache/eslint-plugin-json-npm-3.1.0-2165d5ec5d-bc7fa4c2e1.zip new file mode 100644 index 0000000000..3eb4a408b2 Binary files /dev/null and b/.yarn/cache/eslint-plugin-json-npm-3.1.0-2165d5ec5d-bc7fa4c2e1.zip differ diff --git a/.yarn/cache/esm-npm-3.2.25-762b3ebd40-978aabe2de.zip b/.yarn/cache/esm-npm-3.2.25-762b3ebd40-978aabe2de.zip deleted file mode 100644 index c1bfaf13f9..0000000000 Binary files a/.yarn/cache/esm-npm-3.2.25-762b3ebd40-978aabe2de.zip and /dev/null differ diff --git a/.yarn/cache/fake-tag-npm-2.0.0-24b5e38cac-019f402a86.zip b/.yarn/cache/fake-tag-npm-2.0.0-24b5e38cac-019f402a86.zip deleted file mode 100644 index a1a75e7111..0000000000 Binary files a/.yarn/cache/fake-tag-npm-2.0.0-24b5e38cac-019f402a86.zip and /dev/null differ diff --git a/.yarn/cache/figures-npm-1.7.0-1542644df9-d77206deba.zip b/.yarn/cache/figures-npm-1.7.0-1542644df9-d77206deba.zip deleted file mode 100644 index 68c76d5aa8..0000000000 Binary files a/.yarn/cache/figures-npm-1.7.0-1542644df9-d77206deba.zip and /dev/null differ diff --git a/.yarn/cache/figures-npm-2.0.0-f2db814eec-081beb16ea.zip b/.yarn/cache/figures-npm-2.0.0-f2db814eec-081beb16ea.zip deleted file mode 100644 index 6f6dfbb7d4..0000000000 Binary files a/.yarn/cache/figures-npm-2.0.0-f2db814eec-081beb16ea.zip and /dev/null differ diff --git a/.yarn/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-8f0331f141.zip b/.yarn/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-8f0331f141.zip deleted file mode 100644 index 382d29fb16..0000000000 Binary files a/.yarn/cache/get-own-enumerable-property-symbols-npm-3.0.2-f143f9e8d3-8f0331f141.zip and /dev/null differ diff --git a/.yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip b/.yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip deleted file mode 100644 index 8a94317ecb..0000000000 Binary files a/.yarn/cache/glob-parent-npm-5.1.2-021ab32634-f4f2bfe242.zip and /dev/null differ diff --git a/.yarn/cache/glob-parent-npm-6.0.1-f522c2d082-0468cf300b.zip b/.yarn/cache/glob-parent-npm-6.0.1-f522c2d082-0468cf300b.zip new file mode 100644 index 0000000000..4347c48315 Binary files /dev/null and b/.yarn/cache/glob-parent-npm-6.0.1-f522c2d082-0468cf300b.zip differ diff --git a/.yarn/cache/has-ansi-npm-2.0.0-9bf0cff2af-1b51daa021.zip b/.yarn/cache/has-ansi-npm-2.0.0-9bf0cff2af-1b51daa021.zip deleted file mode 100644 index 61a5a3439f..0000000000 Binary files a/.yarn/cache/has-ansi-npm-2.0.0-9bf0cff2af-1b51daa021.zip and /dev/null differ diff --git a/.yarn/cache/indent-string-npm-3.2.0-9930503310-a0b72603bb.zip b/.yarn/cache/indent-string-npm-3.2.0-9930503310-a0b72603bb.zip deleted file mode 100644 index c599ac7f1c..0000000000 Binary files a/.yarn/cache/indent-string-npm-3.2.0-9930503310-a0b72603bb.zip and /dev/null differ diff --git a/.yarn/cache/is-fullwidth-code-point-npm-4.0.0-848488b60d-8ae89bf505.zip b/.yarn/cache/is-fullwidth-code-point-npm-4.0.0-848488b60d-8ae89bf505.zip new file mode 100644 index 0000000000..dbeb234d28 Binary files /dev/null and b/.yarn/cache/is-fullwidth-code-point-npm-4.0.0-848488b60d-8ae89bf505.zip differ diff --git a/.yarn/cache/is-obj-npm-1.0.1-7d391539d7-3ccf0efdea.zip b/.yarn/cache/is-obj-npm-1.0.1-7d391539d7-3ccf0efdea.zip deleted file mode 100644 index 23d9777e4c..0000000000 Binary files a/.yarn/cache/is-obj-npm-1.0.1-7d391539d7-3ccf0efdea.zip and /dev/null differ diff --git a/.yarn/cache/is-observable-npm-1.1.0-fd19f68a6c-ab3d7e7409.zip b/.yarn/cache/is-observable-npm-1.1.0-fd19f68a6c-ab3d7e7409.zip deleted file mode 100644 index db6563ef89..0000000000 Binary files a/.yarn/cache/is-observable-npm-1.1.0-fd19f68a6c-ab3d7e7409.zip and /dev/null differ diff --git a/.yarn/cache/is-promise-npm-2.2.2-afbf94db67-18bf7d1c59.zip b/.yarn/cache/is-promise-npm-2.2.2-afbf94db67-18bf7d1c59.zip deleted file mode 100644 index c47eb5f909..0000000000 Binary files a/.yarn/cache/is-promise-npm-2.2.2-afbf94db67-18bf7d1c59.zip and /dev/null differ diff --git a/.yarn/cache/is-regexp-npm-1.0.0-8f95f51a0c-be692828e2.zip b/.yarn/cache/is-regexp-npm-1.0.0-8f95f51a0c-be692828e2.zip deleted file mode 100644 index bb8bedec16..0000000000 Binary files a/.yarn/cache/is-regexp-npm-1.0.0-8f95f51a0c-be692828e2.zip and /dev/null differ diff --git a/.yarn/cache/java-properties-npm-1.0.2-5b04acc097-9a08677834.zip b/.yarn/cache/java-properties-npm-1.0.2-5b04acc097-9a08677834.zip deleted file mode 100644 index 9692703446..0000000000 Binary files a/.yarn/cache/java-properties-npm-1.0.2-5b04acc097-9a08677834.zip and /dev/null differ diff --git a/.yarn/cache/junit-report-builder-npm-2.1.0-6c2394523b-f781a0c641.zip b/.yarn/cache/junit-report-builder-npm-2.1.0-6c2394523b-f781a0c641.zip deleted file mode 100644 index 5c4794edbc..0000000000 Binary files a/.yarn/cache/junit-report-builder-npm-2.1.0-6c2394523b-f781a0c641.zip and /dev/null differ diff --git a/.yarn/cache/lint-staged-npm-11.1.2-a47d5d9f47-0050d1836d.zip b/.yarn/cache/lint-staged-npm-11.1.2-a47d5d9f47-0050d1836d.zip deleted file mode 100644 index 8ca1756fb0..0000000000 Binary files a/.yarn/cache/lint-staged-npm-11.1.2-a47d5d9f47-0050d1836d.zip and /dev/null differ diff --git a/.yarn/cache/lint-staged-npm-12.0.3-b82f18aacd-08a20d9c93.zip b/.yarn/cache/lint-staged-npm-12.0.3-b82f18aacd-08a20d9c93.zip new file mode 100644 index 0000000000..4b2722b9e8 Binary files /dev/null and b/.yarn/cache/lint-staged-npm-12.0.3-b82f18aacd-08a20d9c93.zip differ diff --git a/.yarn/cache/listr-npm-0.14.3-f9030beb58-932d69430c.zip b/.yarn/cache/listr-npm-0.14.3-f9030beb58-932d69430c.zip deleted file mode 100644 index 8f703887d2..0000000000 Binary files a/.yarn/cache/listr-npm-0.14.3-f9030beb58-932d69430c.zip and /dev/null differ diff --git a/.yarn/cache/listr-silent-renderer-npm-1.1.1-01f9e73935-81982612e4.zip b/.yarn/cache/listr-silent-renderer-npm-1.1.1-01f9e73935-81982612e4.zip deleted file mode 100644 index 778ae11473..0000000000 Binary files a/.yarn/cache/listr-silent-renderer-npm-1.1.1-01f9e73935-81982612e4.zip and /dev/null differ diff --git a/.yarn/cache/listr-update-renderer-npm-0.5.0-3e539fc2df-2dddc76383.zip b/.yarn/cache/listr-update-renderer-npm-0.5.0-3e539fc2df-2dddc76383.zip deleted file mode 100644 index 96ca54212c..0000000000 Binary files a/.yarn/cache/listr-update-renderer-npm-0.5.0-3e539fc2df-2dddc76383.zip and /dev/null differ diff --git a/.yarn/cache/listr-verbose-renderer-npm-0.5.0-e15abcfcc9-3e504be729.zip b/.yarn/cache/listr-verbose-renderer-npm-0.5.0-e15abcfcc9-3e504be729.zip deleted file mode 100644 index 02e02d6a53..0000000000 Binary files a/.yarn/cache/listr-verbose-renderer-npm-0.5.0-e15abcfcc9-3e504be729.zip and /dev/null differ diff --git a/.yarn/cache/listr2-npm-3.11.1-7967628574-758b9d463d.zip b/.yarn/cache/listr2-npm-3.11.1-7967628574-758b9d463d.zip deleted file mode 100644 index 54e08ec262..0000000000 Binary files a/.yarn/cache/listr2-npm-3.11.1-7967628574-758b9d463d.zip and /dev/null differ diff --git a/.yarn/cache/listr2-npm-3.13.4-5c385c2429-67801b3373.zip b/.yarn/cache/listr2-npm-3.13.4-5c385c2429-67801b3373.zip new file mode 100644 index 0000000000..6f0af33338 Binary files /dev/null and b/.yarn/cache/listr2-npm-3.13.4-5c385c2429-67801b3373.zip differ diff --git a/.yarn/cache/log-symbols-npm-1.0.2-2224ede6fd-5214ade938.zip b/.yarn/cache/log-symbols-npm-1.0.2-2224ede6fd-5214ade938.zip deleted file mode 100644 index ed1a19e8a7..0000000000 Binary files a/.yarn/cache/log-symbols-npm-1.0.2-2224ede6fd-5214ade938.zip and /dev/null differ diff --git a/.yarn/cache/log-update-npm-2.3.0-2ab0d1b479-84fd8e93bf.zip b/.yarn/cache/log-update-npm-2.3.0-2ab0d1b479-84fd8e93bf.zip deleted file mode 100644 index a72fa7906b..0000000000 Binary files a/.yarn/cache/log-update-npm-2.3.0-2ab0d1b479-84fd8e93bf.zip and /dev/null differ diff --git a/.yarn/cache/make-dir-npm-1.3.0-692810d225-c564f6e7bb.zip b/.yarn/cache/make-dir-npm-1.3.0-692810d225-c564f6e7bb.zip deleted file mode 100644 index 7c33e9ff14..0000000000 Binary files a/.yarn/cache/make-dir-npm-1.3.0-692810d225-c564f6e7bb.zip and /dev/null differ diff --git a/.yarn/cache/meow-npm-8.1.2-bcfe48d4f3-bc23bf1b44.zip b/.yarn/cache/meow-npm-8.1.2-bcfe48d4f3-bc23bf1b44.zip deleted file mode 100644 index 26b795a846..0000000000 Binary files a/.yarn/cache/meow-npm-8.1.2-bcfe48d4f3-bc23bf1b44.zip and /dev/null differ diff --git a/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip b/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip deleted file mode 100644 index ae711478fd..0000000000 Binary files a/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip and /dev/null differ diff --git a/.yarn/cache/node-ask-npm-1.0.1-61e715f1fd-e5f064e86d.zip b/.yarn/cache/node-ask-npm-1.0.1-61e715f1fd-e5f064e86d.zip deleted file mode 100644 index 1ba13ee37d..0000000000 Binary files a/.yarn/cache/node-ask-npm-1.0.1-61e715f1fd-e5f064e86d.zip and /dev/null differ diff --git a/.yarn/cache/node-loggly-bulk-npm-2.2.5-3671810c41-7071604755.zip b/.yarn/cache/node-loggly-bulk-npm-2.2.5-3671810c41-7071604755.zip deleted file mode 100644 index 1463f9b9e5..0000000000 Binary files a/.yarn/cache/node-loggly-bulk-npm-2.2.5-3671810c41-7071604755.zip and /dev/null differ diff --git a/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip b/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip new file mode 100644 index 0000000000..ad7eb8319e Binary files /dev/null and b/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip differ diff --git a/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip b/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip deleted file mode 100644 index df76b4087b..0000000000 Binary files a/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip and /dev/null differ diff --git a/.yarn/cache/openurl-npm-1.1.1-67b69d9f28-c90f2f065b.zip b/.yarn/cache/openurl-npm-1.1.1-67b69d9f28-c90f2f065b.zip deleted file mode 100644 index 4a4d921419..0000000000 Binary files a/.yarn/cache/openurl-npm-1.1.1-67b69d9f28-c90f2f065b.zip and /dev/null differ diff --git a/.yarn/cache/picomatch-npm-2.2.2-1ce736a913-897a589f94.zip b/.yarn/cache/picomatch-npm-2.2.2-1ce736a913-897a589f94.zip deleted file mode 100644 index 7f63c446d9..0000000000 Binary files a/.yarn/cache/picomatch-npm-2.2.2-1ce736a913-897a589f94.zip and /dev/null differ diff --git a/.yarn/cache/please-upgrade-node-npm-3.2.0-3f653350ed-d87c41581a.zip b/.yarn/cache/please-upgrade-node-npm-3.2.0-3f653350ed-d87c41581a.zip deleted file mode 100644 index f65fb91278..0000000000 Binary files a/.yarn/cache/please-upgrade-node-npm-3.2.0-3f653350ed-d87c41581a.zip and /dev/null differ diff --git a/.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip b/.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip deleted file mode 100644 index cb849f4bd8..0000000000 Binary files a/.yarn/cache/pluralize-npm-8.0.0-f5f044ed52-08931d4a6a.zip and /dev/null differ diff --git a/.yarn/cache/progress-stream-npm-2.0.0-07560cac17-6aab6a9cf2.zip b/.yarn/cache/progress-stream-npm-2.0.0-07560cac17-6aab6a9cf2.zip deleted file mode 100644 index e923a838e1..0000000000 Binary files a/.yarn/cache/progress-stream-npm-2.0.0-07560cac17-6aab6a9cf2.zip and /dev/null differ diff --git a/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip b/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip deleted file mode 100644 index 3b01b88c0e..0000000000 Binary files a/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip and /dev/null differ diff --git a/.yarn/cache/rxjs-npm-6.6.7-055046ea3c-bc334edef1.zip b/.yarn/cache/rxjs-npm-6.6.7-055046ea3c-bc334edef1.zip deleted file mode 100644 index ba92cebbd3..0000000000 Binary files a/.yarn/cache/rxjs-npm-6.6.7-055046ea3c-bc334edef1.zip and /dev/null differ diff --git a/.yarn/cache/rxjs-npm-7.4.0-b0fbf63f73-6b33172a76.zip b/.yarn/cache/rxjs-npm-7.4.0-b0fbf63f73-6b33172a76.zip new file mode 100644 index 0000000000..4691267ca6 Binary files /dev/null and b/.yarn/cache/rxjs-npm-7.4.0-b0fbf63f73-6b33172a76.zip differ diff --git a/.yarn/cache/semver-compare-npm-1.0.0-33f7033df0-dd1d7e2909.zip b/.yarn/cache/semver-compare-npm-1.0.0-33f7033df0-dd1d7e2909.zip deleted file mode 100644 index 934ec434d1..0000000000 Binary files a/.yarn/cache/semver-compare-npm-1.0.0-33f7033df0-dd1d7e2909.zip and /dev/null differ diff --git a/.yarn/cache/slice-ansi-npm-0.0.4-c4208829d1-481d969c6a.zip b/.yarn/cache/slice-ansi-npm-0.0.4-c4208829d1-481d969c6a.zip deleted file mode 100644 index 891e759343..0000000000 Binary files a/.yarn/cache/slice-ansi-npm-0.0.4-c4208829d1-481d969c6a.zip and /dev/null differ diff --git a/.yarn/cache/slice-ansi-npm-5.0.0-8cd4f226df-7e600a2a55.zip b/.yarn/cache/slice-ansi-npm-5.0.0-8cd4f226df-7e600a2a55.zip new file mode 100644 index 0000000000..d3e5c6f1ab Binary files /dev/null and b/.yarn/cache/slice-ansi-npm-5.0.0-8cd4f226df-7e600a2a55.zip differ diff --git a/.yarn/cache/speedometer-npm-1.0.0-8940560fb9-6b322bbb06.zip b/.yarn/cache/speedometer-npm-1.0.0-8940560fb9-6b322bbb06.zip deleted file mode 100644 index 3b27eb1f66..0000000000 Binary files a/.yarn/cache/speedometer-npm-1.0.0-8940560fb9-6b322bbb06.zip and /dev/null differ diff --git a/.yarn/cache/string-width-npm-5.0.1-8356eb320f-2a7cbd6a41.zip b/.yarn/cache/string-width-npm-5.0.1-8356eb320f-2a7cbd6a41.zip new file mode 100644 index 0000000000..78d1237d1a Binary files /dev/null and b/.yarn/cache/string-width-npm-5.0.1-8356eb320f-2a7cbd6a41.zip differ diff --git a/.yarn/cache/stringify-object-npm-3.3.0-3e6784f7df-6827a3f359.zip b/.yarn/cache/stringify-object-npm-3.3.0-3e6784f7df-6827a3f359.zip deleted file mode 100644 index 9af1377314..0000000000 Binary files a/.yarn/cache/stringify-object-npm-3.3.0-3e6784f7df-6827a3f359.zip and /dev/null differ diff --git a/.yarn/cache/strip-ansi-npm-7.0.1-668c121204-257f78fa43.zip b/.yarn/cache/strip-ansi-npm-7.0.1-668c121204-257f78fa43.zip new file mode 100644 index 0000000000..84c011395c Binary files /dev/null and b/.yarn/cache/strip-ansi-npm-7.0.1-668c121204-257f78fa43.zip differ diff --git a/.yarn/cache/stylelint-config-recommended-npm-3.0.0-6b3f20fde3-8f02b2cd20.zip b/.yarn/cache/stylelint-config-recommended-npm-3.0.0-6b3f20fde3-8f02b2cd20.zip deleted file mode 100644 index 245dffe240..0000000000 Binary files a/.yarn/cache/stylelint-config-recommended-npm-3.0.0-6b3f20fde3-8f02b2cd20.zip and /dev/null differ diff --git a/.yarn/cache/stylelint-config-recommended-npm-5.0.0-5268d1a05e-574468542e.zip b/.yarn/cache/stylelint-config-recommended-npm-5.0.0-5268d1a05e-574468542e.zip new file mode 100644 index 0000000000..5cc654f0bf Binary files /dev/null and b/.yarn/cache/stylelint-config-recommended-npm-5.0.0-5268d1a05e-574468542e.zip differ diff --git a/.yarn/cache/supports-color-npm-2.0.0-22c0f0adbc-602538c581.zip b/.yarn/cache/supports-color-npm-2.0.0-22c0f0adbc-602538c581.zip deleted file mode 100644 index c4608ecfe9..0000000000 Binary files a/.yarn/cache/supports-color-npm-2.0.0-22c0f0adbc-602538c581.zip and /dev/null differ diff --git a/.yarn/cache/supports-color-npm-9.1.0-7ab43de836-90794e2a31.zip b/.yarn/cache/supports-color-npm-9.1.0-7ab43de836-90794e2a31.zip new file mode 100644 index 0000000000..40892bca8d Binary files /dev/null and b/.yarn/cache/supports-color-npm-9.1.0-7ab43de836-90794e2a31.zip differ diff --git a/.yarn/cache/symbol-observable-npm-1.2.0-9e812a0a39-48ffbc22e3.zip b/.yarn/cache/symbol-observable-npm-1.2.0-9e812a0a39-48ffbc22e3.zip deleted file mode 100644 index 4dba6d8fb3..0000000000 Binary files a/.yarn/cache/symbol-observable-npm-1.2.0-9e812a0a39-48ffbc22e3.zip and /dev/null differ diff --git a/.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip b/.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip deleted file mode 100644 index d47a2298ad..0000000000 Binary files a/.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip and /dev/null differ diff --git a/.yarn/cache/tmp-promise-npm-3.0.2-11aa78184c-2d8457c951.zip b/.yarn/cache/tmp-promise-npm-3.0.2-11aa78184c-2d8457c951.zip deleted file mode 100644 index 3e198cda4a..0000000000 Binary files a/.yarn/cache/tmp-promise-npm-3.0.2-11aa78184c-2d8457c951.zip and /dev/null differ diff --git a/.yarn/cache/tree-kill-npm-1.2.2-3da0e5a759-49117f5f41.zip b/.yarn/cache/tree-kill-npm-1.2.2-3da0e5a759-49117f5f41.zip deleted file mode 100644 index c9ef401371..0000000000 Binary files a/.yarn/cache/tree-kill-npm-1.2.2-3da0e5a759-49117f5f41.zip and /dev/null differ diff --git a/.yarn/cache/ts-dedent-npm-1.2.0-7f6134b3b7-69f654beb3.zip b/.yarn/cache/ts-dedent-npm-1.2.0-7f6134b3b7-69f654beb3.zip deleted file mode 100644 index a6c2e073e6..0000000000 Binary files a/.yarn/cache/ts-dedent-npm-1.2.0-7f6134b3b7-69f654beb3.zip and /dev/null differ diff --git a/.yarn/cache/tslib-npm-1.14.1-102499115e-dbe628ef87.zip b/.yarn/cache/tslib-npm-1.14.1-102499115e-dbe628ef87.zip deleted file mode 100644 index 5569f012b5..0000000000 Binary files a/.yarn/cache/tslib-npm-1.14.1-102499115e-dbe628ef87.zip and /dev/null differ diff --git a/.yarn/cache/tslib-npm-2.1.0-81c9ac9b82-aa189c8179.zip b/.yarn/cache/tslib-npm-2.1.0-81c9ac9b82-aa189c8179.zip new file mode 100644 index 0000000000..88d2e3b1d6 Binary files /dev/null and b/.yarn/cache/tslib-npm-2.1.0-81c9ac9b82-aa189c8179.zip differ diff --git a/.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-c362948df9.zip b/.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-c362948df9.zip deleted file mode 100644 index 0cd96f658c..0000000000 Binary files a/.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-c362948df9.zip and /dev/null differ diff --git a/.yarn/cache/vscode-json-languageservice-npm-3.11.0-ab1ba9ea19-3bd64f9180.zip b/.yarn/cache/vscode-json-languageservice-npm-3.11.0-ab1ba9ea19-3bd64f9180.zip deleted file mode 100644 index b35f3e2f69..0000000000 Binary files a/.yarn/cache/vscode-json-languageservice-npm-3.11.0-ab1ba9ea19-3bd64f9180.zip and /dev/null differ diff --git a/.yarn/cache/vscode-json-languageservice-npm-4.1.7-71657520e8-5d9f82f3ab.zip b/.yarn/cache/vscode-json-languageservice-npm-4.1.7-71657520e8-5d9f82f3ab.zip new file mode 100644 index 0000000000..711ecce5d2 Binary files /dev/null and b/.yarn/cache/vscode-json-languageservice-npm-4.1.7-71657520e8-5d9f82f3ab.zip differ diff --git a/.yarn/cache/vscode-languageserver-types-npm-3.16.0-bd03fd2d40-7a44fb10b9.zip b/.yarn/cache/vscode-languageserver-types-npm-3.16.0-bd03fd2d40-7a44fb10b9.zip new file mode 100644 index 0000000000..8a3578e99c Binary files /dev/null and b/.yarn/cache/vscode-languageserver-types-npm-3.16.0-bd03fd2d40-7a44fb10b9.zip differ diff --git a/.yarn/cache/vscode-languageserver-types-npm-3.16.0-next.2-3e8f0ef4d9-e7c3020408.zip b/.yarn/cache/vscode-languageserver-types-npm-3.16.0-next.2-3e8f0ef4d9-e7c3020408.zip deleted file mode 100644 index 66cc6a16d4..0000000000 Binary files a/.yarn/cache/vscode-languageserver-types-npm-3.16.0-next.2-3e8f0ef4d9-e7c3020408.zip and /dev/null differ diff --git a/.yarn/cache/vscode-uri-npm-2.1.2-818cfab1f1-58c2d21018.zip b/.yarn/cache/vscode-uri-npm-2.1.2-818cfab1f1-58c2d21018.zip deleted file mode 100644 index b6b55187ca..0000000000 Binary files a/.yarn/cache/vscode-uri-npm-2.1.2-818cfab1f1-58c2d21018.zip and /dev/null differ diff --git a/.yarn/cache/vscode-uri-npm-3.0.2-04c5161925-5ed2c95a48.zip b/.yarn/cache/vscode-uri-npm-3.0.2-04c5161925-5ed2c95a48.zip new file mode 100644 index 0000000000..53a5019efd Binary files /dev/null and b/.yarn/cache/vscode-uri-npm-3.0.2-04c5161925-5ed2c95a48.zip differ diff --git a/.yarn/cache/wrap-ansi-npm-3.0.1-876d294274-1ceed09986.zip b/.yarn/cache/wrap-ansi-npm-3.0.1-876d294274-1ceed09986.zip deleted file mode 100644 index 0d60091485..0000000000 Binary files a/.yarn/cache/wrap-ansi-npm-3.0.1-876d294274-1ceed09986.zip and /dev/null differ diff --git a/.yarn/cache/xmlbuilder-npm-10.1.1-6d5c6c3a97-1543fdf148.zip b/.yarn/cache/xmlbuilder-npm-10.1.1-6d5c6c3a97-1543fdf148.zip deleted file mode 100644 index 80bcdaf382..0000000000 Binary files a/.yarn/cache/xmlbuilder-npm-10.1.1-6d5c6c3a97-1543fdf148.zip and /dev/null differ diff --git a/.yarn/cache/yargs-parser-npm-21.0.0-d564c0a5d4-1e205fca1c.zip b/.yarn/cache/yargs-parser-npm-21.0.0-d564c0a5d4-1e205fca1c.zip new file mode 100644 index 0000000000..61fad7c565 Binary files /dev/null and b/.yarn/cache/yargs-parser-npm-21.0.0-d564c0a5d4-1e205fca1c.zip differ diff --git a/.yarn/cache/yarn-or-npm-npm-3.0.1-dcd2057654-94421b4315.zip b/.yarn/cache/yarn-or-npm-npm-3.0.1-dcd2057654-94421b4315.zip deleted file mode 100644 index b144405adc..0000000000 Binary files a/.yarn/cache/yarn-or-npm-npm-3.0.1-dcd2057654-94421b4315.zip and /dev/null differ diff --git a/.yarn/versions/115ae74b.yml b/.yarn/versions/115ae74b.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.yarn/versions/bc6a1846.yml b/.yarn/versions/bc6a1846.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.yarn/versions/d20b2bc1.yml b/.yarn/versions/d20b2bc1.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.yarn/versions/e4d654fd.yml b/.yarn/versions/e4d654fd.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index 1180913101..77f970ff18 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "moment": "2.24.0", "trim": "1.0.1", "ejs": "3.1.6", - "glob-parent": "5.1.2", + "glob-parent": "6.0.1", "semver-regex": "4.0.0", "postcss": "8.3.5", "autoprefixer": "10.2.6", @@ -89,14 +89,14 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "browserslist": "^4.16.5", "chalk": "^4.1.0", - "chromatic": "^5.2.0", + "chromatic": "6.0.4", "enquirer": "^2.3.6", "eslint": "^7.10.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-es5": "^1.5.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-json": "^2.1.2", + "eslint-plugin-json": "3.1.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.22.0", @@ -106,7 +106,7 @@ "husky": "7.0.2", "jest": "26.6.3", "json5": "^2.1.3", - "lint-staged": "11.1.2", + "lint-staged": "12.0.3", "postcss": "^8.3.5", "prettier": "2.2.1", "prop-types": "^15.7.2", @@ -120,8 +120,8 @@ "shelljs": "^0.8.4", "strip-ansi": "^6.0.0", "stylelint": "^13.7.2", - "stylelint-config-recommended": "^3.0.0", - "yargs-parser": "^20.2.1" + "stylelint-config-recommended": "5.0.0", + "yargs-parser": "21.0.0" }, "config": { "babel_ignore": "'**/*.test.js,**/*.test.jsx,**/*.stories.js,**/*.stories.jsx'" diff --git a/packages/components/psammead-brand/CHANGELOG.md b/packages/components/psammead-brand/CHANGELOG.md index 1914203347..13f0e8331f 100644 --- a/packages/components/psammead-brand/CHANGELOG.md +++ b/packages/components/psammead-brand/CHANGELOG.md @@ -3,6 +3,19 @@ | Version | Description | | ------- | ----------- | +| 7.3.16 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles | +| 7.3.15 | [PR#4598](https://github.com/bbc/psammead/pull/4598) Fix missing ID to fix lighthouse failure in Simorgh | +| 7.3.14 | [PR#4586](https://github.com/bbc/psammead/pull/4586) Fix TalkBack reading nested spans incorrectly | +| 7.3.13 | [PR#4589](https://github.com/bbc/psammead/pull/4589) Fix comma bug in TalkBack | +| 7.3.12 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles | +| 7.3.11 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies | +| 7.3.10 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles | +| 7.3.9 | [PR#4562](https://github.com/bbc/psammead/pull/4562) Bump psammead-styles | +| 7.3.8 | [PR#4561](https://github.com/bbc/psammead/pull/4561) Bump dependencies for @bbc/psammead-styles | +| 7.3.7 | [PR#4548](https://github.com/bbc/psammead/pull/4548) Bumps dependencies | +| 7.3.6 | [PR#4547](https://github.com/bbc/psammead/pull/4547) Bumps packages | +| 7.3.5 | [PR#4545](https://github.com/bbc/psammead/pull/4545) Bump dependencies for @bbc/psammead-styles | +| 7.3.4 | [PR#4552](https://github.com/bbc/psammead/pull/4552) Bump psammead-styles | | 7.3.3 | [PR#4530](https://github.com/bbc/psammead/pull/4530) SVG Wrapper component max-width updated | | 7.3.2 | [PR#4497](https://github.com/bbc/psammead/pull/4497) Bump psammead-styles | | 7.3.1 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies | diff --git a/packages/components/psammead-brand/package.json b/packages/components/psammead-brand/package.json index 1abf25d7e3..653b132b9c 100644 --- a/packages/components/psammead-brand/package.json +++ b/packages/components/psammead-brand/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/psammead-brand", - "version": "7.3.3", + "version": "7.3.16", "main": "dist/index.js", "module": "esm/index.js", "sideEffects": false, @@ -19,12 +19,12 @@ }, "homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-brand/README.md", "dependencies": { - "@bbc/gel-foundations": "6.1.3", + "@bbc/gel-foundations": "7.0.0", "@bbc/psammead-visually-hidden-text": "2.0.7" }, "devDependencies": { - "@bbc/psammead-script-link": "3.0.20", - "@bbc/psammead-styles": "7.3.0", + "@bbc/psammead-script-link": "3.0.30", + "@bbc/psammead-styles": "8.0.2", "@emotion/styled": "^11.3.0", "react": "^17.0.2" }, diff --git a/packages/components/psammead-brand/src/__snapshots__/index.test.jsx.snap b/packages/components/psammead-brand/src/__snapshots__/index.test.jsx.snap index 8397c7f996..417b7dd592 100644 --- a/packages/components/psammead-brand/src/__snapshots__/index.test.jsx.snap +++ b/packages/components/psammead-brand/src/__snapshots__/index.test.jsx.snap @@ -122,15 +122,17 @@ exports[`Brand should render correctly with link not provided 1`] = ` - Default Brand Name + Default Brand Name, + + + Service - , - Service @@ -259,6 +261,7 @@ exports[`Brand should render correctly with link provided 1`] = ` class="emotion-2 emotion-3" > @@ -280,15 +283,17 @@ exports[`Brand should render correctly with link provided 1`] = ` - Default Brand Name + Default Brand Name, + + + Service - , - Service @@ -418,6 +423,7 @@ exports[`Brand should render correctly with no service Localised Name 1`] = ` BBC News @@ -550,6 +556,7 @@ exports[`Brand should render correctly with transparent borders 1`] = ` BBC News diff --git a/packages/components/psammead-brand/src/index.jsx b/packages/components/psammead-brand/src/index.jsx index dcd57bc293..9700206b5e 100644 --- a/packages/components/psammead-brand/src/index.jsx +++ b/packages/components/psammead-brand/src/index.jsx @@ -122,17 +122,22 @@ const BrandSvg = styled.svg` /* stylelint-enable */ `; -const LocalisedBrandName = ({ product, serviceLocalisedName }) => - serviceLocalisedName ? ( +const LocalisedBrandName = ({ linkId, product, serviceLocalisedName }) => { + const brandId = `BrandLink-${linkId}`; + return serviceLocalisedName ? ( + // id={`BrandLink-${linkId}` is a temporary fix for the a11y nested span's bug experienced in TalkBack, refer to the following issue: https://github.com/bbc/simorgh/issues/9652 // eslint-disable-next-line jsx-a11y/aria-role - - {product}, {serviceLocalisedName} + + {`${product}, `} + {serviceLocalisedName} ) : ( - {product} + {product} ); +}; LocalisedBrandName.propTypes = { + linkId: string.isRequired, product: string.isRequired, serviceLocalisedName: string, }; @@ -142,6 +147,7 @@ LocalisedBrandName.defaultProps = { }; const StyledBrand = ({ + linkId, product, serviceLocalisedName, svgHeight, @@ -169,6 +175,7 @@ const StyledBrand = ({ {svg.group} @@ -178,6 +185,7 @@ const StyledBrand = ({ ); const brandProps = { + linkId: string.isRequired, product: string.isRequired, serviceLocalisedName: string, maxWidth: number.isRequired, @@ -234,6 +242,8 @@ const Brand = forwardRef((props, ref) => { maxWidth={maxWidth} minWidth={minWidth} id={linkId} + // This is a temporary fix for the a11y nested span's bug experienced in TalkBack, refer to the following issue: https://github.com/bbc/simorgh/issues/9652 + aria-labelledby={`BrandLink-${linkId}`} > diff --git a/packages/components/psammead-bulleted-list/CHANGELOG.md b/packages/components/psammead-bulleted-list/CHANGELOG.md index 2dd71c8ee9..e20f10e329 100644 --- a/packages/components/psammead-bulleted-list/CHANGELOG.md +++ b/packages/components/psammead-bulleted-list/CHANGELOG.md @@ -2,6 +2,16 @@ | Version | Description | | ------------- | --------------------------------------------------------------------------------------------------------------------------- | +| 3.1.10 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles | +| 3.1.9 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles | +| 3.1.8 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies | +| 3.1.7 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles | +| 3.1.6 | [PR#4562](https://github.com/bbc/psammead/pull/4562) Bump psammead-styles | +| 3.1.5 | [PR#4561](https://github.com/bbc/psammead/pull/4561) Bump dependencies for @bbc/psammead-styles | +| 3.1.4 | [PR#4548](https://github.com/bbc/psammead/pull/4548) Bumps dependencies | +| 3.1.3 | [PR#4547](https://github.com/bbc/psammead/pull/4547) Bumps packages | +| 3.1.2 | [PR#4545](https://github.com/bbc/psammead/pull/4545) Bump dependencies for @bbc/psammead-styles | +| 3.1.1 | [PR#4552](https://github.com/bbc/psammead/pull/4552) Bump psammead-styles | | 3.1.0 | [PR#4529](https://github.com/bbc/psammead/pull/4529) Allow bullet point shape and colour to be customised | | 3.0.18 | [PR#4497](https://github.com/bbc/psammead/pull/4497) Bump psammead-styles | | 3.0.17 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies | diff --git a/packages/components/psammead-bulleted-list/package.json b/packages/components/psammead-bulleted-list/package.json index 63452377cc..9b42add3b3 100644 --- a/packages/components/psammead-bulleted-list/package.json +++ b/packages/components/psammead-bulleted-list/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/psammead-bulleted-list", - "version": "3.1.0", + "version": "3.1.10", "main": "dist/index.js", "module": "esm/index.js", "sideEffects": false, @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulleted-list/README.md", "dependencies": { - "@bbc/gel-foundations": "6.1.3", - "@bbc/psammead-styles": "7.3.0" + "@bbc/gel-foundations": "7.0.0", + "@bbc/psammead-styles": "8.0.2" }, "peerDependencies": { "@emotion/styled": "^11.0.0", diff --git a/packages/components/psammead-bulletin/CHANGELOG.md b/packages/components/psammead-bulletin/CHANGELOG.md index efaefe2686..1337ee9040 100644 --- a/packages/components/psammead-bulletin/CHANGELOG.md +++ b/packages/components/psammead-bulletin/CHANGELOG.md @@ -3,6 +3,26 @@ | Version | Description | |---------|-------------| +| 5.0.56 | [PR#4609](https://github.com/bbc/psammead/pull/4609) Bump from psammead-styles | +| 5.0.55 | [PR#4608](https://github.com/bbc/psammead/pull/4608) Bump dependencies | +| 5.0.54 | [PR#4606](https://github.com/bbc/psammead/pull/4606) Bump dependencies | +| 5.0.53 | [PR#4600](https://github.com/bbc/psammead/pull/4600) Fix TalkBack reading nested spans incorrectly | +| 5.0.52 | [PR#4601](https://github.com/bbc/psammead/pull/4601) Bumps dependencies | +| 5.0.51 | [PR#4603](https://github.com/bbc/psammead/pull/4603) Bumps dependencies | +| 5.0.50 | [PR#4602](https://github.com/bbc/psammead/pull/4602) Bumps dependencies | +| 5.0.49 | [PR#4597](https://github.com/bbc/psammead/pull/4597) Bumps dependencies | +| 5.0.48 | [PR#4588](https://github.com/bbc/psammead/pull/4588) Bumps dependencies | +| 5.0.47 | [PR#4591](https://github.com/bbc/psammead/pull/4591) Bumps dependencies | +| 5.0.46 | [PR#4578](https://github.com/bbc/psammead/pull/4578) Bumps dependencies | +| 5.0.45 | [PR#4574](https://github.com/bbc/psammead/pull/4574) Bumps psammead-styles | +| 5.0.44 | [PR#4568](https://github.com/bbc/psammead/pull/4568) Bump dependencies | +| 5.0.43 | [PR#4565](https://github.com/bbc/psammead/pull/4565) Bump from psammead-styles | +| 5.0.42 | [PR#4562](https://github.com/bbc/psammead/pull/4562) Bump psammead-styles | +| 5.0.41 | [PR#4561](https://github.com/bbc/psammead/pull/4561) Bump dependencies for @bbc/psammead-styles | +| 5.0.40 | [PR#4548](https://github.com/bbc/psammead/pull/4548) Bumps dependencies | +| 5.0.39 | [PR#4547](https://github.com/bbc/psammead/pull/4547) Bumps packages | +| 5.0.38 | [PR#4545](https://github.com/bbc/psammead/pull/4545) Bump dependencies for @bbc/psammead-styles | +| 5.0.37 | [PR#4552](https://github.com/bbc/psammead/pull/4552) Bump psammead-styles | | 5.0.36 | [PR#4497](https://github.com/bbc/psammead/pull/4497) Bump psammead-styles | | 5.0.35 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies | | 5.0.33 | [PR#4420](https://github.com/bbc/psammead/pull/4420) bumps 3rd-party dependencies | diff --git a/packages/components/psammead-bulletin/package.json b/packages/components/psammead-bulletin/package.json index 69c3a15928..704301649f 100644 --- a/packages/components/psammead-bulletin/package.json +++ b/packages/components/psammead-bulletin/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/psammead-bulletin", - "version": "5.0.36", + "version": "5.0.56", "main": "dist/index.js", "module": "esm/index.js", "sideEffects": false, @@ -19,11 +19,11 @@ }, "homepage": "https://github.com/BBC-News/psammead/blob/latest/packages/components/psammead-bulletin/README.md", "dependencies": { - "@bbc/gel-foundations": "6.1.3", - "@bbc/psammead-assets": "3.1.9", - "@bbc/psammead-live-label": "2.0.21", - "@bbc/psammead-story-promo": "8.0.21", - "@bbc/psammead-styles": "7.3.0", + "@bbc/gel-foundations": "7.0.0", + "@bbc/psammead-assets": "3.1.10", + "@bbc/psammead-live-label": "2.0.33", + "@bbc/psammead-story-promo": "8.0.37", + "@bbc/psammead-styles": "8.0.2", "@bbc/psammead-visually-hidden-text": "2.0.7" }, "peerDependencies": { diff --git a/packages/components/psammead-bulletin/src/__snapshots__/index.test.jsx.snap b/packages/components/psammead-bulletin/src/__snapshots__/index.test.jsx.snap index 52db6cf6b3..7868fe90d6 100644 --- a/packages/components/psammead-bulletin/src/__snapshots__/index.test.jsx.snap +++ b/packages/components/psammead-bulletin/src/__snapshots__/index.test.jsx.snap @@ -49,32 +49,37 @@ exports[`Bulletin should render audio correctly 1`] = ` } .emotion-6 { + display: block; + width: 100%; +} + +.emotion-8 { display: inline-block; width: 100%; } @media (min-width: 37.5rem) and (max-width: 62.9375rem) { - .emotion-6 { + .emotion-8 { width: 66.67%; padding-right: 1rem; } } @supports (grid-template-columns: fit-content(200px)) { - .emotion-6 { + .emotion-8 { width: initial; grid-column: 1/span 6; } @media (min-width: 37.5rem) and (max-width: 62.9375rem) { - .emotion-6 { + .emotion-8 { grid-column: 3/span 4; padding: 0; } } } -.emotion-8 { +.emotion-10 { color: #222222; margin: 0; padding: 0.5rem; @@ -86,28 +91,28 @@ exports[`Bulletin should render audio correctly 1`] = ` } @media (min-width: 20rem) and (max-width: 37.4375rem) { - .emotion-8 { + .emotion-10 { font-size: 1rem; line-height: 1.25rem; } } @media (min-width: 37.5rem) { - .emotion-8 { + .emotion-10 { font-size: 1rem; line-height: 1.25rem; } } @media (min-width: 37.5rem) and (max-width: 62.9375rem) { - .emotion-8 { + .emotion-10 { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 0; } } -.emotion-10 { +.emotion-12 { position: static; color: #222222; -webkit-text-decoration: none; @@ -115,7 +120,7 @@ exports[`Bulletin should render audio correctly 1`] = ` overflow-wrap: break-word; } -.emotion-10:before { +.emotion-12:before { bottom: 0; content: ''; left: 0; @@ -127,17 +132,17 @@ exports[`Bulletin should render audio correctly 1`] = ` z-index: 1; } -.emotion-10:hover, -.emotion-10:focus { +.emotion-12:hover, +.emotion-12:focus { -webkit-text-decoration: underline; text-decoration: underline; } -.emotion-10:visited { +.emotion-12:visited { color: #6E6E73; } -.emotion-12 { +.emotion-14 { -webkit-clip-path: inset(100%); clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); @@ -148,7 +153,7 @@ exports[`Bulletin should render audio correctly 1`] = ` margin: 0; } -.emotion-14 { +.emotion-16 { color: #3F3F42; margin: 0; padding: 0 0.5rem 1rem; @@ -160,26 +165,26 @@ exports[`Bulletin should render audio correctly 1`] = ` } @media (min-width: 20rem) and (max-width: 37.4375rem) { - .emotion-14 { + .emotion-16 { font-size: 0.9375rem; line-height: 1.125rem; } } @media (min-width: 37.5rem) { - .emotion-14 { + .emotion-16 { font-size: 0.875rem; line-height: 1.125rem; } } @media (min-width: 37.5rem) and (max-width: 62.9375rem) { - .emotion-14 { + .emotion-16 { padding-left: 0; } } -.emotion-16 { +.emotion-18 { background-color: #222222; border: 0.0625rem solid transparent; color: #FFFFFF; @@ -204,21 +209,21 @@ exports[`Bulletin should render audio correctly 1`] = ` } @media (min-width: 20rem) and (max-width: 37.4375rem) { - .emotion-16 { + .emotion-18 { font-size: 1rem; line-height: 1.25rem; } } @media (min-width: 37.5rem) { - .emotion-16 { + .emotion-18 { font-size: 1rem; line-height: 1.25rem; } } @media (min-width: 37.5rem) and (max-width: 62.9375rem) { - .emotion-16 { + .emotion-18 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -228,7 +233,7 @@ exports[`Bulletin should render audio correctly 1`] = ` } } -.emotion-18 { +.emotion-20 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -240,7 +245,7 @@ exports[`Bulletin should render audio correctly 1`] = ` padding-right: 0.5rem; } -.emotion-18>svg { +.emotion-20>svg { color: #FFFFFF; fill: currentColor; width: 1.0625rem; @@ -248,7 +253,7 @@ exports[`Bulletin should render audio correctly 1`] = ` margin: 0; } -.emotion-20 { +.emotion-22 { vertical-align: middle; margin: 0 0.25rem; color: #222222; @@ -264,29 +269,43 @@ exports[`Bulletin should render audio correctly 1`] = `
- Iron man + > + + + Iron man +

Listen, @@ -297,23 +316,23 @@ exports[`Bulletin should render audio correctly 1`] = `

This is the summary text