From 28184a239aa0b33753b5183e41ecf73fff404636 Mon Sep 17 00:00:00 2001 From: douglasmik <48333391+douglasmik@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:01:07 +0100 Subject: [PATCH 01/97] =?UTF-8?q?feat(TMRS-268):=20update=20queries=20and?= =?UTF-8?q?=20article=20list=20component=20to=20use=20upda=E2=80=A6=20(#39?= =?UTF-8?q?13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../article-extras/fixtures/article-extras.js | 5 ++ .../article-in-depth/fixtures/full-article.js | 4 ++ .../article-list/src/article-list-item.js | 48 +++++++++---------- .../fixtures/full-article.js | 5 ++ .../fixtures/full-article.js | 5 ++ .../fixtures/full-article.js | 5 ++ .../fixtures/full-article.js | 5 ++ .../article-skeleton/fixtures/full-article.js | 5 ++ packages/article/fixtures/full-article.js | 5 ++ .../fixture-generator/src/mock-article.ts | 1 + packages/fixture-generator/src/types.ts | 2 + .../src/article_props.graphql | 2 +- .../provider-queries/src/article_web.graphql | 2 +- .../src/author_articles_no_images.graphql | 2 +- .../src/author_articles_with_images.graphql | 2 +- .../src/topic_articles.graphql | 2 +- .../provider-test-tools/fixtures/article.json | 4 ++ .../provider-test-tools/src/author-profile.js | 1 + .../src/fixtures/article-list-no-images.json | 10 ++++ .../fixtures/article-list-with-images.json | 20 ++++++++ .../src/fixtures/topic-articles.json | 4 ++ .../article-extras-provider.test.js.snap | 6 +-- .../article-provider.test.js.snap | 4 +- .../author-articles-with-images.test.js.snap | 2 +- .../topic-articles-provider.test.js.snap | 2 +- .../author-articles-no-images.test.js.snap | 2 +- packages/ts-components/jest.config.js | 1 + packages/ts-components/package.json | 1 + .../fetch/__tests__/FetchProvider.test.tsx | 4 +- .../__tests__/UpdatedTimeProvider.test.tsx | 4 +- 30 files changed, 122 insertions(+), 43 deletions(-) diff --git a/packages/article-extras/fixtures/article-extras.js b/packages/article-extras/fixtures/article-extras.js index a028bdc9aaf..911f12566d1 100644 --- a/packages/article-extras/fixtures/article-extras.js +++ b/packages/article-extras/fixtures/article-extras.js @@ -264,6 +264,7 @@ const relatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -454,6 +455,8 @@ const relatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -597,6 +600,8 @@ const relatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-in-depth/fixtures/full-article.js b/packages/article-in-depth/fixtures/full-article.js index a9a718cf3d7..fc2804babe4 100644 --- a/packages/article-in-depth/fixtures/full-article.js +++ b/packages/article-in-depth/fixtures/full-article.js @@ -1850,6 +1850,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1995,6 +1997,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-list/src/article-list-item.js b/packages/article-list/src/article-list-item.js index 969584f7124..f43b7713ad8 100644 --- a/packages/article-list/src/article-list-item.js +++ b/packages/article-list/src/article-list-item.js @@ -107,32 +107,28 @@ const ArticleListItem = props => { return ( - {({ makeArticleUrl }) => { - const canonicalUrl = makeArticleUrl(props.article); - - return ( - - - - {children} - - - - ); - }} + {() => ( + + + + {children} + + + + )} ); }; diff --git a/packages/article-magazine-comment/fixtures/full-article.js b/packages/article-magazine-comment/fixtures/full-article.js index d022e8f8512..961b9100baa 100644 --- a/packages/article-magazine-comment/fixtures/full-article.js +++ b/packages/article-magazine-comment/fixtures/full-article.js @@ -1538,6 +1538,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1730,6 +1731,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1875,6 +1878,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-magazine-standard/fixtures/full-article.js b/packages/article-magazine-standard/fixtures/full-article.js index 529d6b4c548..f0d7cfddfbe 100644 --- a/packages/article-magazine-standard/fixtures/full-article.js +++ b/packages/article-magazine-standard/fixtures/full-article.js @@ -1647,6 +1647,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1839,6 +1840,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1984,6 +1987,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-main-comment/fixtures/full-article.js b/packages/article-main-comment/fixtures/full-article.js index 7c889bcd757..e69f5e117db 100644 --- a/packages/article-main-comment/fixtures/full-article.js +++ b/packages/article-main-comment/fixtures/full-article.js @@ -1506,6 +1506,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1698,6 +1699,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1843,6 +1846,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-main-standard/fixtures/full-article.js b/packages/article-main-standard/fixtures/full-article.js index e94f9e454a6..db12a805541 100644 --- a/packages/article-main-standard/fixtures/full-article.js +++ b/packages/article-main-standard/fixtures/full-article.js @@ -1647,6 +1647,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1839,6 +1840,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1984,6 +1987,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article-skeleton/fixtures/full-article.js b/packages/article-skeleton/fixtures/full-article.js index 67be86a5bf5..70bba0b751a 100644 --- a/packages/article-skeleton/fixtures/full-article.js +++ b/packages/article-skeleton/fixtures/full-article.js @@ -1312,6 +1312,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1504,6 +1505,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1649,6 +1652,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/article/fixtures/full-article.js b/packages/article/fixtures/full-article.js index 704db002aaf..d4a042038f2 100644 --- a/packages/article/fixtures/full-article.js +++ b/packages/article/fixtures/full-article.js @@ -1655,6 +1655,7 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" } @@ -1847,6 +1848,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", url: "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" } @@ -1992,6 +1995,8 @@ const defaultRelatedArticleSlice = { name: "paragraph" } ], + categoryPath: + "/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23", url: "https://www.thetimes.co.uk/article/youtube-ignored-police-pleas-to-remove-threatening-videos-62v2mqp23" } diff --git a/packages/fixture-generator/src/mock-article.ts b/packages/fixture-generator/src/mock-article.ts index d317a6ce485..952e25fd64e 100644 --- a/packages/fixture-generator/src/mock-article.ts +++ b/packages/fixture-generator/src/mock-article.ts @@ -44,6 +44,7 @@ class MockArticle { .addParagraphs(5) .addAds() .get(), + categoryPath: "/article/123" as Url, url: "/article/123" as Url, slug: `british-trio-stopped-on-the-way-to-join-isis`, template: TemplateType.Mainstandard, diff --git a/packages/fixture-generator/src/types.ts b/packages/fixture-generator/src/types.ts index a319da3cf8d..7a95b7e8503 100644 --- a/packages/fixture-generator/src/types.ts +++ b/packages/fixture-generator/src/types.ts @@ -1351,6 +1351,8 @@ export interface Article extends ArticleInterface { /** Topics that the requested article belong to */ topics?: (Topic | null)[] | null; + categoryPath?: Url | null; + url?: Url | null; template?: TemplateType | null; diff --git a/packages/provider-queries/src/article_props.graphql b/packages/provider-queries/src/article_props.graphql index 30fa98b6859..2ca9f16047e 100644 --- a/packages/provider-queries/src/article_props.graphql +++ b/packages/provider-queries/src/article_props.graphql @@ -24,5 +24,5 @@ fragment articleProps on Article { shortHeadline shortIdentifier slug - url + url: categoryPath } diff --git a/packages/provider-queries/src/article_web.graphql b/packages/provider-queries/src/article_web.graphql index 1537fa828b9..9d6db769463 100644 --- a/packages/provider-queries/src/article_web.graphql +++ b/packages/provider-queries/src/article_web.graphql @@ -164,7 +164,7 @@ fragment articleProps on Article { shortHeadline seoDescription slug - url + url: categoryPath } fragment relatedProps on Tile { diff --git a/packages/provider-queries/src/author_articles_no_images.graphql b/packages/provider-queries/src/author_articles_no_images.graphql index 4dbca212164..6db3e2b021c 100644 --- a/packages/provider-queries/src/author_articles_no_images.graphql +++ b/packages/provider-queries/src/author_articles_no_images.graphql @@ -20,7 +20,7 @@ query ArticleListQuery( headline shortHeadline shortSummary: summary(maxCharCount: $shortSummaryLength) - url + url: categoryPath } } } diff --git a/packages/provider-queries/src/author_articles_with_images.graphql b/packages/provider-queries/src/author_articles_with_images.graphql index 955477139c8..cdb05bfc6ce 100644 --- a/packages/provider-queries/src/author_articles_with_images.graphql +++ b/packages/provider-queries/src/author_articles_with_images.graphql @@ -38,7 +38,7 @@ query ArticleListQuery( publishedTime shortHeadline summary(maxCharCount: 145) - url + url: categoryPath } } } diff --git a/packages/provider-queries/src/topic_articles.graphql b/packages/provider-queries/src/topic_articles.graphql index 1fb58aa7bae..b22e66d5d0b 100644 --- a/packages/provider-queries/src/topic_articles.graphql +++ b/packages/provider-queries/src/topic_articles.graphql @@ -54,7 +54,7 @@ query TopicArticlesQuery( section shortHeadline summary(maxCharCount: 115) - url + url: categoryPath } } } diff --git a/packages/provider-test-tools/fixtures/article.json b/packages/provider-test-tools/fixtures/article.json index 9c2d18b027c..e72384e28b9 100644 --- a/packages/provider-test-tools/fixtures/article.json +++ b/packages/provider-test-tools/fixtures/article.json @@ -1760,6 +1760,7 @@ ] } ], + "categoryPath": "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779" }, { @@ -1944,6 +1945,7 @@ ] } ], + "categoryPath": "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz" }, { @@ -2099,6 +2101,7 @@ ] } ], + "categoryPath": "/article/at-long-last-a-burial-place-fit-for-a-king-25l88wl2k", "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/at-long-last-a-burial-place-fit-for-a-king-25l88wl2k" } ] @@ -2177,5 +2180,6 @@ "slug": "chelsea" } ], + "categoryPath": "/edition/news/france-defies-may-over-russia-37b27qd2s", "url": "https://www.thetimes.co.uk/edition/news/france-defies-may-over-russia-37b27qd2s" } diff --git a/packages/provider-test-tools/src/author-profile.js b/packages/provider-test-tools/src/author-profile.js index d6f58348d67..b3b6bc441e7 100644 --- a/packages/provider-test-tools/src/author-profile.js +++ b/packages/provider-test-tools/src/author-profile.js @@ -107,6 +107,7 @@ export default ({ shortIdentifier: `968n7tdck${itemIndex}`, slug: `this-is-slug-${itemIndex}`, summary: [], + categoryPath: `/article${itemIndex}`, url: "https://url.io" }, itemIndex diff --git a/packages/provider-test-tools/src/fixtures/article-list-no-images.json b/packages/provider-test-tools/src/fixtures/article-list-no-images.json index cefc1e844ae..b039e2df742 100644 --- a/packages/provider-test-tools/src/fixtures/article-list-no-images.json +++ b/packages/provider-test-tools/src/fixtures/article-list-no-images.json @@ -125,6 +125,7 @@ "hasVideo:": false, "headline": "Rolls-Royce ‘spy’ Bryn Jones was Chinese consultant", "shortHeadline": "Rolls-Royce spy Bryn Jones was Chinese", + "categoryPath": "/article/rolls-royce-spy-was-chinese-consultant-mw9ttcckm", "url": "https://www.thetimes.co.uk/article/rolls-royce-spy-was-chinese-consultant-mw9ttcckm" }, { @@ -331,6 +332,7 @@ "hasVideo:": false, "headline": "Trump pressuring Britain to pay more towards Nato", "shortHeadline": "Trump pressuring Britain", + "categoryPath": "/article/trump-urges-britain-to-put-more-into-nato-defence-xhf7cktk3", "url": "https://www.thetimes.co.uk/article/trump-urges-britain-to-put-more-into-nato-defence-xhf7cktk3" }, { @@ -421,6 +423,7 @@ "hasVideo:": false, "headline": "British troops to protect Bosnia election from Russian meddling", "shortHeadline": "British troops to protect Bosnia", + "categoryPath": "/article/uk-to-protect-bosnia-poll-s0vfjhzmx", "url": "https://www.thetimes.co.uk/article/uk-to-protect-bosnia-poll-s0vfjhzmx" }, { @@ -535,6 +538,7 @@ "hasVideo:": false, "headline": "Tory MP Johnny Mercer swings into action to protect shopkeeper", "shortHeadline": "Tory MP Johnny Mercer swings into action", + "categoryPath": "/article/tory-mp-johnny-mercer-swings-into-action-to-protect-shopkeeper-5np83297k", "url": "https://www.thetimes.co.uk/article/tory-mp-johnny-mercer-swings-into-action-to-protect-shopkeeper-5np83297k" }, { @@ -673,6 +677,7 @@ "hasVideo:": false, "headline": "Afghan chief in plea for British troops", "shortHeadline": "Afghan chief in plea for British", + "categoryPath": "/article/afghan-chief-in-plea-for-british-troops-jkh6hzfvs", "url": "https://www.thetimes.co.uk/article/afghan-chief-in-plea-for-british-troops-jkh6hzfvs" }, { @@ -811,6 +816,7 @@ "hasVideo:": false, "headline": "Former spy Christopher Steele attacks Russians in Trump dossier case", "shortHeadline": "Former spy Christopher Steele attacks Russians", + "categoryPath": "/article/former-spy-christopher-steele-attacks-russians-in-trump-dossier-case-zqnr2d9bd", "url": "https://www.thetimes.co.uk/article/former-spy-christopher-steele-attacks-russians-in-trump-dossier-case-zqnr2d9bd" }, { @@ -901,6 +907,7 @@ "hasVideo:": false, "headline": "Canon Andrew White cleared of paying Isis to free sex slaves", "shortHeadline": "Canon Andrew White cleared of paying Isis", + "categoryPath": "/article/canon-andrew-white-vicar-of-baghdad-cleared-of-paying-isis-to-free-sex-slaves-vnd55mn70", "url": "https://www.thetimes.co.uk/article/canon-andrew-white-vicar-of-baghdad-cleared-of-paying-isis-to-free-sex-slaves-vnd55mn70" }, { @@ -991,6 +998,7 @@ "hasVideo:": false, "headline": "‘Vicar of Baghdad’ cleared of paying Isis to free slave", "shortHeadline": "‘Vicar of Baghdad’ cleared of paying Isis", + "categoryPath": "/article/vicar-of-baghdad-cleared-of-paying-isis-to-free-slave-2z65n9rbv", "url": "https://www.thetimes.co.uk/article/vicar-of-baghdad-cleared-of-paying-isis-to-free-slave-2z65n9rbv" }, { @@ -1129,6 +1137,7 @@ "hasVideo:": false, "headline": "Bad weather delays arrival of Britain’s new F-35 warplanes", "shortHeadline": "Bad weather delays arrival of Britain’s new F-35s", + "categoryPath": "/article/bad-weather-delays-arrival-of-britain-s-new-warplanes-0j02qwwwc", "url": "https://www.thetimes.co.uk/article/bad-weather-delays-arrival-of-britain-s-new-warplanes-0j02qwwwc" }, { @@ -1219,6 +1228,7 @@ "hasVideo:": false, "headline": "Army to relax fitness rules for ‘armchair cyberwarriors’", "shortHeadline": "Army to relax fitness rules", + "categoryPath": "/article/army-to-relax-fitness-rules-for-armchair-cyberwarriors-nvr6tspt3", "url": "https://www.thetimes.co.uk/article/army-to-relax-fitness-rules-for-armchair-cyberwarriors-nvr6tspt3" } ] diff --git a/packages/provider-test-tools/src/fixtures/article-list-with-images.json b/packages/provider-test-tools/src/fixtures/article-list-with-images.json index 044b2d67445..f185e67933c 100644 --- a/packages/provider-test-tools/src/fixtures/article-list-with-images.json +++ b/packages/provider-test-tools/src/fixtures/article-list-with-images.json @@ -55,6 +55,7 @@ ] } ], + "categoryPath": "/article/doctors-clash-with-military-s-medical-chief-over-it-failures-hqpfmfftd", "url": "https://www.thetimes.co.uk/article/doctors-clash-with-military-s-medical-chief-over-it-failures-hqpfmfftd" }, { @@ -113,6 +114,7 @@ ] } ], + "categoryPath": "/article/it-chaos-in-healthcare-puts-troops-lives-at-risk-wkc6xqdfg", "url": "https://www.thetimes.co.uk/article/it-chaos-in-healthcare-puts-troops-lives-at-risk-wkc6xqdfg" }, { @@ -202,6 +204,7 @@ ] } ], + "categoryPath": "/article/it-issues-more-stressful-than-afghanistan-39fttjhqb", "url": "https://www.thetimes.co.uk/article/it-issues-more-stressful-than-afghanistan-39fttjhqb" }, { @@ -248,6 +251,7 @@ ] } ], + "categoryPath": "/article/nhs-lures-gps-from-military-ll3wd6rq2", "url": "https://www.thetimes.co.uk/article/nhs-lures-gps-from-military-ll3wd6rq2" }, { @@ -282,6 +286,7 @@ ] } ], + "categoryPath": "/article/soldier-died-after-resting-his-chin-on-sniper-rifle-knkxt03mh", "url": "https://www.thetimes.co.uk/article/soldier-died-after-resting-his-chin-on-sniper-rifle-knkxt03mh" }, { @@ -316,6 +321,7 @@ ] } ], + "categoryPath": "/article/teachers-lead-public-sector-payouts-with-3-5-increase-sfh73sdvj", "url": "https://www.thetimes.co.uk/article/teachers-lead-public-sector-payouts-with-3-5-increase-sfh73sdvj" }, { @@ -350,6 +356,7 @@ ] } ], + "categoryPath": "/article/close-shops-on-centenary-of-armistice-urge-peers-6j7rmqf6r", "url": "https://www.thetimes.co.uk/article/close-shops-on-centenary-of-armistice-urge-peers-6j7rmqf6r" }, { @@ -384,6 +391,7 @@ ] } ], + "categoryPath": "/article/military-falls-short-in-care-for-disorders-kqr99d5zg", "url": "https://www.thetimes.co.uk/article/military-falls-short-in-care-for-disorders-kqr99d5zg" }, { @@ -418,6 +426,7 @@ ] } ], + "categoryPath": "/article/contest-to-build-a-budget-frigate-on-hold-as-mod-runs-out-of-funds-wgvvkq0p3", "url": "https://www.thetimes.co.uk/article/contest-to-build-a-budget-frigate-on-hold-as-mod-runs-out-of-funds-wgvvkq0p3" }, { @@ -452,6 +461,7 @@ ] } ], + "categoryPath": "/article/five-year-pay-squeeze-ends-for-a-million-state-workers-tr7gv95j6", "url": "https://www.thetimes.co.uk/article/five-year-pay-squeeze-ends-for-a-million-state-workers-tr7gv95j6" }, { @@ -492,6 +502,7 @@ ] } ], + "categoryPath": "/article/red-arrows-and-dambusters-base-raf-scampton-axed-in-cost-cutting-manoeuvre-rpcmlxzdq", "url": "https://www.thetimes.co.uk/article/red-arrows-and-dambusters-base-raf-scampton-axed-in-cost-cutting-manoeuvre-rpcmlxzdq" }, { @@ -526,6 +537,7 @@ ] } ], + "categoryPath": "/article/veteran-alan-duncan-goes-on-hunger-strike-over-seized-passport-5pnzf52hh", "url": "https://www.thetimes.co.uk/article/veteran-alan-duncan-goes-on-hunger-strike-over-seized-passport-5pnzf52hh" }, { @@ -560,6 +572,7 @@ ] } ], + "categoryPath": "/article/charlie-rowley-briton-poisoned-by-novichok-in-perfume-bottle-leaves-hospital-c3vg93tg2", "url": "https://www.thetimes.co.uk/article/charlie-rowley-briton-poisoned-by-novichok-in-perfume-bottle-leaves-hospital-c3vg93tg2" }, { @@ -630,6 +643,7 @@ ] } ], + "categoryPath": "/article/gchq-seeks-russian-speakers-to-protect-britain-65czkqksn", "url": "https://www.thetimes.co.uk/article/gchq-seeks-russian-speakers-to-protect-britain-65czkqksn" }, { @@ -664,6 +678,7 @@ ] } ], + "categoryPath": "/article/salisbury-poisoners-had-links-to-putin-s-spy-agency-police-believe-0mr0tpr8n", "url": "https://www.thetimes.co.uk/article/salisbury-poisoners-had-links-to-putin-s-spy-agency-police-believe-0mr0tpr8n" }, { @@ -710,6 +725,7 @@ ] } ], + "categoryPath": "/article/two-suspects-identified-over-novichok-attack-on-spy-3cnf9ng3v", "url": "https://www.thetimes.co.uk/article/two-suspects-identified-over-novichok-attack-on-spy-3cnf9ng3v" }, { @@ -748,6 +764,7 @@ "children": [] } ], + "categoryPath": "/article/shortage-of-computer-experts-increases-risk-of-cyberattack-0ss08mcd8", "url": "https://www.thetimes.co.uk/article/shortage-of-computer-experts-increases-risk-of-cyberattack-0ss08mcd8" }, { @@ -813,6 +830,7 @@ ] } ], + "categoryPath": "/article/armed-forces-update-postpones-decisions-on-military-spending-vvsbhhggw", "url": "https://www.thetimes.co.uk/article/armed-forces-update-postpones-decisions-on-military-spending-vvsbhhggw" }, { @@ -847,6 +865,7 @@ ] } ], + "categoryPath": "/article/trump-visit-president-all-fired-up-by-sas-hostage-rescue-display-2trzw0lz0", "url": "https://www.thetimes.co.uk/article/trump-visit-president-all-fired-up-by-sas-hostage-rescue-display-2trzw0lz0" }, { @@ -898,6 +917,7 @@ ] } ], + "categoryPath": "/article/novichok-bottle-found-in-search-at-victim-charlie-rowley-s-home-gvkkgmlzs", "url": "https://www.thetimes.co.uk/article/novichok-bottle-found-in-search-at-victim-charlie-rowley-s-home-gvkkgmlzs" } ] diff --git a/packages/provider-test-tools/src/fixtures/topic-articles.json b/packages/provider-test-tools/src/fixtures/topic-articles.json index bf1564dd601..01b5b84b4f3 100644 --- a/packages/provider-test-tools/src/fixtures/topic-articles.json +++ b/packages/provider-test-tools/src/fixtures/topic-articles.json @@ -51,6 +51,7 @@ ] } ], + "categoryPath": "/article/us-and-kim-at-odds-over-when-north-korea-sanctions-will-end-822b3lq37", "url": "https://www.thetimes.co.uk/article/us-and-kim-at-odds-over-when-north-korea-sanctions-will-end-822b3lq37" }, { @@ -119,6 +120,7 @@ ] } ], + "categoryPath": "/article/trump-criticized-for-saluting-north-korean-general-kczv6wgtc", "url": "https://www.thetimes.co.uk/article/trump-criticized-for-saluting-north-korean-general-kczv6wgtc" }, { @@ -173,6 +175,7 @@ ] } ], + "categoryPath": "/article/putin-asks-kim-jong-un-to-visit-russia-after-summit-success-skmvktfkg", "url": "https://www.thetimes.co.uk/article/putin-asks-kim-jong-un-to-visit-russia-after-summit-success-skmvktfkg" }, { @@ -250,6 +253,7 @@ ] } ], + "categoryPath": "/article/shinzo-abe-to-seek-meeting-with-kim-jong-un-over-missing-japanese-citizens-5xr5thgfn", "url": "https://www.thetimes.co.uk/article/shinzo-abe-to-seek-meeting-with-kim-jong-un-over-missing-japanese-citizens-5xr5thgfn" }, { diff --git a/packages/provider/__tests__/__snapshots__/article-extras-provider.test.js.snap b/packages/provider/__tests__/__snapshots__/article-extras-provider.test.js.snap index b82594a6122..f69ff052d23 100644 --- a/packages/provider/__tests__/__snapshots__/article-extras-provider.test.js.snap +++ b/packages/provider/__tests__/__snapshots__/article-extras-provider.test.js.snap @@ -102,7 +102,7 @@ Object { "name": "paragraph", }, ], - "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", + "url": "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", }, "leadAsset": Object { "__typename": "Image", @@ -192,7 +192,7 @@ Object { "name": "paragraph", }, ], - "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", + "url": "/article/rise-of-centenarian-drivers-as-elderly-push-on-6gb0bjnpz", }, "leadAsset": Object { "__typename": "Image", @@ -282,7 +282,7 @@ Object { "name": "paragraph", }, ], - "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/at-long-last-a-burial-place-fit-for-a-king-25l88wl2k", + "url": "/article/at-long-last-a-burial-place-fit-for-a-king-25l88wl2k", }, "leadAsset": Object { "__typename": "Image", diff --git a/packages/provider/__tests__/__snapshots__/article-provider.test.js.snap b/packages/provider/__tests__/__snapshots__/article-provider.test.js.snap index cbbbc477d23..39d17ff12bc 100644 --- a/packages/provider/__tests__/__snapshots__/article-provider.test.js.snap +++ b/packages/provider/__tests__/__snapshots__/article-provider.test.js.snap @@ -956,7 +956,7 @@ Object { }, ], "updatedTime": "2018-10-25", - "url": "http://cps-render-ci.elb.tnl-dev.ntch.co.uk/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", + "url": "/article/tms-pratchetts-law-of-the-jungle-xgqrcw779", }, "leadAsset": Object { "__typename": "Image", @@ -1055,6 +1055,6 @@ Object { }, ], "updatedTime": "2022-02-24T09:00:00.000Z", - "url": "https://www.thetimes.co.uk/edition/news/france-defies-may-over-russia-37b27qd2s", + "url": "/edition/news/france-defies-may-over-russia-37b27qd2s", } `; diff --git a/packages/provider/__tests__/__snapshots__/author-articles-with-images.test.js.snap b/packages/provider/__tests__/__snapshots__/author-articles-with-images.test.js.snap index 929b6f54da2..b8b4bf0e381 100644 --- a/packages/provider/__tests__/__snapshots__/author-articles-with-images.test.js.snap +++ b/packages/provider/__tests__/__snapshots__/author-articles-with-images.test.js.snap @@ -29,7 +29,7 @@ Object { "shortIdentifier": "968n7tdck1", "slug": "this-is-slug-1", "summary": Array [], - "url": "https://url.io", + "url": "/article1", }, ], }, diff --git a/packages/provider/__tests__/__snapshots__/topic-articles-provider.test.js.snap b/packages/provider/__tests__/__snapshots__/topic-articles-provider.test.js.snap index 49294f93d4f..b11779be9ea 100644 --- a/packages/provider/__tests__/__snapshots__/topic-articles-provider.test.js.snap +++ b/packages/provider/__tests__/__snapshots__/topic-articles-provider.test.js.snap @@ -31,7 +31,7 @@ Object { "shortIdentifier": "968n7tdck1", "slug": "this-is-slug-1", "summary": Array [], - "url": "https://url.io", + "url": "Hello World", }, ], }, diff --git a/packages/provider/__tests__/web/__snapshots__/author-articles-no-images.test.js.snap b/packages/provider/__tests__/web/__snapshots__/author-articles-no-images.test.js.snap index bc26f72e26a..9be16a36adb 100644 --- a/packages/provider/__tests__/web/__snapshots__/author-articles-no-images.test.js.snap +++ b/packages/provider/__tests__/web/__snapshots__/author-articles-no-images.test.js.snap @@ -20,7 +20,7 @@ Object { "shortIdentifier": "968n7tdck1", "shortSummary": Array [], "slug": "this-is-slug-1", - "url": "https://url.io", + "url": "/article1", }, ], }, diff --git a/packages/ts-components/jest.config.js b/packages/ts-components/jest.config.js index 98d9c8787d3..a3312b93236 100644 --- a/packages/ts-components/jest.config.js +++ b/packages/ts-components/jest.config.js @@ -9,6 +9,7 @@ const buildConfig = dir => { return { rootDir: path.join(dir, '../..'), preset: 'ts-jest', + maxWorkers: 1, moduleFileExtensions: ['js', 'ts', 'tsx', 'node', 'json'], transformIgnorePatterns: [], testEnvironment: 'jest-environment-jsdom-sixteen', diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index 7bd9c5578af..a0567a9b0b3 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -98,6 +98,7 @@ "mockdate": "3.0.5", "prettier": "1.14.3", "react": "16.9.0", + "ts-jest": "23.10.4", "tslint": "5.18.0", "tslint-config-prettier": "1.18.0", "typescript": "4.2.4" diff --git a/packages/ts-components/src/helpers/fetch/__tests__/FetchProvider.test.tsx b/packages/ts-components/src/helpers/fetch/__tests__/FetchProvider.test.tsx index b030f9576d6..1bda6da5df8 100644 --- a/packages/ts-components/src/helpers/fetch/__tests__/FetchProvider.test.tsx +++ b/packages/ts-components/src/helpers/fetch/__tests__/FetchProvider.test.tsx @@ -38,13 +38,13 @@ describe('', () => { const value = 'Fetched'; fetchMock.mock(endpoint, { status: 200, body: { value } }); - const { asFragment, findByText } = render( + const { asFragment, getByText, findByText } = render( ); - findByText('loading'); + getByText('Loading'); expect(asFragment()).toMatchSnapshot(); await findByText(value); diff --git a/packages/ts-components/src/helpers/time/__tests__/UpdatedTimeProvider.test.tsx b/packages/ts-components/src/helpers/time/__tests__/UpdatedTimeProvider.test.tsx index 0d442f7e786..b7a9239bb89 100644 --- a/packages/ts-components/src/helpers/time/__tests__/UpdatedTimeProvider.test.tsx +++ b/packages/ts-components/src/helpers/time/__tests__/UpdatedTimeProvider.test.tsx @@ -9,7 +9,7 @@ const TestComponent = () => { }; describe('UpdatedTimeProvider', () => { - it('should pass the updated time to the context value', () => { + it('should pass the updated time to the context value', async () => { const updatedTime = '2022-03-01T09:00:00.000Z'; const { findByText } = render( @@ -18,6 +18,6 @@ describe('UpdatedTimeProvider', () => { ); - findByText(updatedTime); + await findByText(updatedTime); }); }); From bcc7c21aebd47d19401ccb6aaa9cfd754ba2e06f Mon Sep 17 00:00:00 2001 From: times-tools Date: Thu, 8 Aug 2024 09:42:06 +0000 Subject: [PATCH 02/97] chore: Publish 28184a239a [ci skip] - @times-components/article-comments@0.43.28 - @times-components/article-extras@0.29.0 - @times-components/article-in-depth@3.88.0 - @times-components/article-list@9.19.0 - @times-components/article-magazine-comment@3.84.0 - @times-components/article-magazine-standard@3.84.0 - @times-components/article-main-comment@2.87.0 - @times-components/article-main-standard@3.96.0 - @times-components/article-paragraph@1.9.317 - @times-components/article-skeleton@1.135.0 - @times-components/article-summary@3.24.81 - @times-components/article@7.17.0 - @times-components/author-profile@6.18.14 - @times-components/fixture-generator@0.35.0 - @times-components/key-facts@2.12.88 - @times-components/mock-tpa-server@0.4.6 - @times-components/provider-queries@2.22.0 - @times-components/provider-test-tools@1.30.0 - @times-components/provider@1.41.0 - @times-components/related-articles@6.17.77 - @times-components/save-and-share-bar@0.22.1 - @times-components/save-star-web@0.10.62 - @times-components/ssr@2.57.1 - @times-components/topic@5.10.91 - @times-components/ts-components@1.99.0 --- packages/article-comments/CHANGELOG.md | 8 ++++++++ packages/article-comments/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 11 +++++++++++ packages/article-extras/package.json | 10 +++++----- packages/article-in-depth/CHANGELOG.md | 11 +++++++++++ packages/article-in-depth/package.json | 10 +++++----- packages/article-list/CHANGELOG.md | 11 +++++++++++ packages/article-list/package.json | 10 +++++----- packages/article-magazine-comment/CHANGELOG.md | 11 +++++++++++ packages/article-magazine-comment/package.json | 10 +++++----- packages/article-magazine-standard/CHANGELOG.md | 11 +++++++++++ packages/article-magazine-standard/package.json | 10 +++++----- packages/article-main-comment/CHANGELOG.md | 11 +++++++++++ packages/article-main-comment/package.json | 10 +++++----- packages/article-main-standard/CHANGELOG.md | 11 +++++++++++ packages/article-main-standard/package.json | 10 +++++----- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 11 +++++++++++ packages/article-skeleton/package.json | 16 ++++++++-------- packages/article-summary/CHANGELOG.md | 8 ++++++++ packages/article-summary/package.json | 4 ++-- packages/article/CHANGELOG.md | 11 +++++++++++ packages/article/package.json | 16 ++++++++-------- packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 10 +++++----- packages/fixture-generator/CHANGELOG.md | 11 +++++++++++ packages/fixture-generator/package.json | 2 +- packages/key-facts/CHANGELOG.md | 8 ++++++++ packages/key-facts/package.json | 4 ++-- packages/mock-tpa-server/CHANGELOG.md | 8 ++++++++ packages/mock-tpa-server/package.json | 4 ++-- packages/provider-queries/CHANGELOG.md | 11 +++++++++++ packages/provider-queries/package.json | 2 +- packages/provider-test-tools/CHANGELOG.md | 11 +++++++++++ packages/provider-test-tools/package.json | 6 +++--- packages/provider/CHANGELOG.md | 11 +++++++++++ packages/provider/package.json | 6 +++--- packages/related-articles/CHANGELOG.md | 8 ++++++++ packages/related-articles/package.json | 4 ++-- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 8 ++++---- packages/save-star-web/CHANGELOG.md | 8 ++++++++ packages/save-star-web/package.json | 8 ++++---- packages/ssr/CHANGELOG.md | 8 ++++++++ packages/ssr/package.json | 14 +++++++------- packages/topic/CHANGELOG.md | 8 ++++++++ packages/topic/package.json | 8 ++++---- packages/ts-components/CHANGELOG.md | 11 +++++++++++ packages/ts-components/package.json | 10 +++++----- 50 files changed, 342 insertions(+), 100 deletions(-) diff --git a/packages/article-comments/CHANGELOG.md b/packages/article-comments/CHANGELOG.md index 064a9eae1f2..9a5b7294a12 100644 --- a/packages/article-comments/CHANGELOG.md +++ b/packages/article-comments/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.28](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.43.27...@times-components/article-comments@0.43.28) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-comments + + + + + ## [0.43.27](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.43.26...@times-components/article-comments@0.43.27) (2024-07-15) **Note:** Version bump only for package @times-components/article-comments diff --git a/packages/article-comments/package.json b/packages/article-comments/package.json index 65de0730037..807adcf1cb9 100644 --- a/packages/article-comments/package.json +++ b/packages/article-comments/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-comments", - "version": "0.43.27", + "version": "0.43.28", "description": "Article Comments", "main": "dist/article-comments", "dev": "src/article-comments", @@ -35,7 +35,7 @@ "dependencies": { "@times-components/link": "3.17.34", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "prop-types": "15.7.2", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index cd4018f0a4a..7cb023758c5 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.29.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.28.15...@times-components/article-extras@0.29.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [0.28.15](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.28.14...@times-components/article-extras@0.28.15) (2024-07-23) **Note:** Version bump only for package @times-components/article-extras diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index 28a796649c5..cc4f0197271 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.28.15", + "version": "0.29.0", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ", "main": "dist/index", "dev": "src/index", @@ -49,14 +49,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-comments": "0.43.27", + "@times-components/article-comments": "0.43.28", "@times-components/article-topics": "4.11.55", "@times-components/button": "2.10.61", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", - "@times-components/related-articles": "6.17.76", - "@times-components/save-and-share-bar": "0.22.0", - "@times-components/ts-components": "1.98.2", + "@times-components/related-articles": "6.17.77", + "@times-components/save-and-share-bar": "0.22.1", + "@times-components/ts-components": "1.99.0", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index 71852df1153..0afb1455aea 100644 --- a/packages/article-in-depth/CHANGELOG.md +++ b/packages/article-in-depth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.88.0](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.87.2...@times-components/article-in-depth@3.88.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [3.87.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.87.1...@times-components/article-in-depth@3.87.2) (2024-07-30) **Note:** Version bump only for package @times-components/article-in-depth diff --git a/packages/article-in-depth/package.json b/packages/article-in-depth/package.json index 92505717b6f..554776ed573 100644 --- a/packages/article-in-depth/package.json +++ b/packages/article-in-depth/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-in-depth", - "version": "3.87.2", + "version": "3.88.0", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -36,8 +36,8 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 25fb3226ffd..8a5542f4ac5 100644 --- a/packages/article-list/CHANGELOG.md +++ b/packages/article-list/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.19.0](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.18.2...@times-components/article-list@9.19.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [9.18.2](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.18.1...@times-components/article-list@9.18.2) (2024-07-15) **Note:** Version bump only for package @times-components/article-list diff --git a/packages/article-list/package.json b/packages/article-list/package.json index d3448fba429..51b498b3f12 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.18.2", + "version": "9.19.0", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -36,9 +36,9 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-queries": "2.21.1", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-queries": "2.22.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -61,7 +61,7 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-summary": "3.24.80", + "@times-components/article-summary": "3.24.81", "@times-components/button": "2.10.61", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index 28e24f68c5f..036f933cda5 100644 --- a/packages/article-magazine-comment/CHANGELOG.md +++ b/packages/article-magazine-comment/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.84.0](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.83.2...@times-components/article-magazine-comment@3.84.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [3.83.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.83.1...@times-components/article-magazine-comment@3.83.2) (2024-07-30) **Note:** Version bump only for package @times-components/article-magazine-comment diff --git a/packages/article-magazine-comment/package.json b/packages/article-magazine-comment/package.json index db786c616ba..a16f901df1b 100644 --- a/packages/article-magazine-comment/package.json +++ b/packages/article-magazine-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-comment", - "version": "3.83.2", + "version": "3.84.0", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -36,8 +36,8 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -57,12 +57,12 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index 6359c9fc583..b7c7229be93 100644 --- a/packages/article-magazine-standard/CHANGELOG.md +++ b/packages/article-magazine-standard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.84.0](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.83.2...@times-components/article-magazine-standard@3.84.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [3.83.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.83.1...@times-components/article-magazine-standard@3.83.2) (2024-07-30) **Note:** Version bump only for package @times-components/article-magazine-standard diff --git a/packages/article-magazine-standard/package.json b/packages/article-magazine-standard/package.json index c216c308284..c0f7a529c9f 100644 --- a/packages/article-magazine-standard/package.json +++ b/packages/article-magazine-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-standard", - "version": "3.83.2", + "version": "3.84.0", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -36,8 +36,8 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index 6894a17fd42..553861d0483 100644 --- a/packages/article-main-comment/CHANGELOG.md +++ b/packages/article-main-comment/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.87.0](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.86.2...@times-components/article-main-comment@2.87.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [2.86.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.86.1...@times-components/article-main-comment@2.86.2) (2024-07-30) **Note:** Version bump only for package @times-components/article-main-comment diff --git a/packages/article-main-comment/package.json b/packages/article-main-comment/package.json index 0b943069778..cc9d2dc1dba 100644 --- a/packages/article-main-comment/package.json +++ b/packages/article-main-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-comment", - "version": "2.86.2", + "version": "2.87.0", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -36,8 +36,8 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -56,12 +56,12 @@ "@times-components/ad": "2.22.23", "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index c018bb3a950..bfe47a4ff3c 100644 --- a/packages/article-main-standard/CHANGELOG.md +++ b/packages/article-main-standard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.96.0](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.95.2...@times-components/article-main-standard@3.96.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [3.95.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.95.1...@times-components/article-main-standard@3.95.2) (2024-07-30) **Note:** Version bump only for package @times-components/article-main-standard diff --git a/packages/article-main-standard/package.json b/packages/article-main-standard/package.json index 81b277ef9be..f6271976a69 100644 --- a/packages/article-main-standard/package.json +++ b/packages/article-main-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-standard", - "version": "3.95.2", + "version": "3.96.0", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -35,8 +35,8 @@ "@babel/core": "7.4.4", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider": "1.40.35", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider": "1.41.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -56,13 +56,13 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index cabeb1b0432..1ed61e653ab 100644 --- a/packages/article-paragraph/CHANGELOG.md +++ b/packages/article-paragraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.317](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.316...@times-components/article-paragraph@1.9.317) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.9.316](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.315...@times-components/article-paragraph@1.9.316) (2024-07-30) **Note:** Version bump only for package @times-components/article-paragraph diff --git a/packages/article-paragraph/package.json b/packages/article-paragraph/package.json index a8c820596e7..58c82e1bbeb 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.9.316", + "version": "1.9.317", "description": "Article Paragraph", "main": "dist/index", "dev": "src/index", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.134.1", + "@times-components/article-skeleton": "1.135.0", "@times-components/context": "1.24.0", "@times-components/markup-forest": "1.9.2", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index c8eca1d5917..8cfb23ec7b9 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.135.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.134.1...@times-components/article-skeleton@1.135.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [1.134.1](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.134.0...@times-components/article-skeleton@1.134.1) (2024-07-30) **Note:** Version bump only for package @times-components/article-skeleton diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index fbf66d3a1c0..c1077697b0c 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.134.1", + "version": "1.135.0", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -40,7 +40,7 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -62,25 +62,25 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-extras": "0.28.15", + "@times-components/article-extras": "0.29.0", "@times-components/article-image": "7.18.1", - "@times-components/article-paragraph": "1.9.316", + "@times-components/article-paragraph": "1.9.317", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/interactive-wrapper": "0.9.89", - "@times-components/key-facts": "2.12.87", + "@times-components/key-facts": "2.12.88", "@times-components/lazy-load": "0.20.0", "@times-components/link": "3.17.34", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/message-bar": "0.7.85", - "@times-components/provider-queries": "2.21.1", + "@times-components/provider-queries": "2.22.0", "@times-components/pull-quote": "3.15.40", - "@times-components/save-and-share-bar": "0.22.0", + "@times-components/save-and-share-bar": "0.22.1", "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", diff --git a/packages/article-summary/CHANGELOG.md b/packages/article-summary/CHANGELOG.md index fd3cd9b6073..879a34a3cdf 100644 --- a/packages/article-summary/CHANGELOG.md +++ b/packages/article-summary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.24.81](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.80...@times-components/article-summary@3.24.81) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-summary + + + + + ## [3.24.80](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.79...@times-components/article-summary@3.24.80) (2024-07-15) **Note:** Version bump only for package @times-components/article-summary diff --git a/packages/article-summary/package.json b/packages/article-summary/package.json index 9d3f53b1f76..6556b4913fa 100644 --- a/packages/article-summary/package.json +++ b/packages/article-summary/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-summary", - "version": "3.24.80", + "version": "3.24.81", "main": "dist/article-summary", "dev": "src/article-summary", "scripts": { @@ -55,7 +55,7 @@ "@times-components/date-publication": "0.30.34", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "@times-components/video-label": "2.11.62", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index da0d617ded6..efe2fb40521 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.17.0](https://github.com/newsuk/times-components/compare/@times-components/article@7.16.279...@times-components/article@7.17.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [7.16.279](https://github.com/newsuk/times-components/compare/@times-components/article@7.16.278...@times-components/article@7.16.279) (2024-07-30) **Note:** Version bump only for package @times-components/article diff --git a/packages/article/package.json b/packages/article/package.json index 6da37ea99b0..4a57190b56d 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.16.279", + "version": "7.17.0", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -35,7 +35,7 @@ "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/user-state": "0.5.51", @@ -53,14 +53,14 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-in-depth": "3.87.2", - "@times-components/article-magazine-comment": "3.83.2", - "@times-components/article-magazine-standard": "3.83.2", - "@times-components/article-main-comment": "2.86.2", - "@times-components/article-main-standard": "3.95.2", + "@times-components/article-in-depth": "3.88.0", + "@times-components/article-magazine-comment": "3.84.0", + "@times-components/article-magazine-standard": "3.84.0", + "@times-components/article-main-comment": "2.87.0", + "@times-components/article-main-standard": "3.96.0", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", - "@times-components/provider": "1.40.35", + "@times-components/provider": "1.41.0", "@times-components/responsive": "0.27.0", "@times-components/ts-styleguide": "1.50.34" }, diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index bcd56496a1c..3a4a6e7fee7 100644 --- a/packages/author-profile/CHANGELOG.md +++ b/packages/author-profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.18.14](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.13...@times-components/author-profile@6.18.14) (2024-08-08) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.18.13](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.12...@times-components/author-profile@6.18.13) (2024-07-15) **Note:** Version bump only for package @times-components/author-profile diff --git a/packages/author-profile/package.json b/packages/author-profile/package.json index 6c28300996d..0da9e8e7885 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.18.13", + "version": "6.18.14", "description": "Author profile information along with a list of articles they have written ", "main": "dist/author-profile", "dev": "src/author-profile", @@ -37,8 +37,8 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-queries": "2.21.1", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-queries": "2.22.0", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -59,7 +59,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.18.2", + "@times-components/article-list": "9.19.0", "@times-components/gradient": "3.5.61", "@times-components/icons": "2.22.12", "@times-components/image": "6.18.1", @@ -67,7 +67,7 @@ "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/pagination": "3.13.20", - "@times-components/provider": "1.40.35", + "@times-components/provider": "1.41.0", "@times-components/responsive": "0.27.0", "@times-components/tracking": "2.22.34", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/fixture-generator/CHANGELOG.md b/packages/fixture-generator/CHANGELOG.md index 7a2f47e6661..a70d4e75b7e 100644 --- a/packages/fixture-generator/CHANGELOG.md +++ b/packages/fixture-generator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.35.0](https://github.com/newsuk/times-components/compare/@times-components/fixture-generator@0.34.1...@times-components/fixture-generator@0.35.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [0.34.1](https://github.com/newsuk/times-components/compare/@times-components/fixture-generator@0.34.0...@times-components/fixture-generator@0.34.1) (2024-04-19) **Note:** Version bump only for package @times-components/fixture-generator diff --git a/packages/fixture-generator/package.json b/packages/fixture-generator/package.json index 6186a42c648..23e5aab366c 100644 --- a/packages/fixture-generator/package.json +++ b/packages/fixture-generator/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/fixture-generator", - "version": "0.34.1", + "version": "0.35.0", "description": "Creates fixture data for testing", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/key-facts/CHANGELOG.md b/packages/key-facts/CHANGELOG.md index 629e9922518..a9b3b045996 100644 --- a/packages/key-facts/CHANGELOG.md +++ b/packages/key-facts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.88](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.87...@times-components/key-facts@2.12.88) (2024-08-08) + +**Note:** Version bump only for package @times-components/key-facts + + + + + ## [2.12.87](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.86...@times-components/key-facts@2.12.87) (2024-07-30) diff --git a/packages/key-facts/package.json b/packages/key-facts/package.json index fe736c8746e..9cba33b3fd3 100644 --- a/packages/key-facts/package.json +++ b/packages/key-facts/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/key-facts", - "version": "2.12.87", + "version": "2.12.88", "description": "Bulleted list of text data ", "main": "dist/key-facts", "dev": "src/key-facts", @@ -56,7 +56,7 @@ "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "prop-types": "15.7.2", diff --git a/packages/mock-tpa-server/CHANGELOG.md b/packages/mock-tpa-server/CHANGELOG.md index 87ce8a50116..b1e78f73f2d 100644 --- a/packages/mock-tpa-server/CHANGELOG.md +++ b/packages/mock-tpa-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.6](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.4.5...@times-components/mock-tpa-server@0.4.6) (2024-08-08) + +**Note:** Version bump only for package @times-components/mock-tpa-server + + + + + ## [0.4.5](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.4.4...@times-components/mock-tpa-server@0.4.5) (2024-04-19) **Note:** Version bump only for package @times-components/mock-tpa-server diff --git a/packages/mock-tpa-server/package.json b/packages/mock-tpa-server/package.json index 8415eecc983..1b245ef07af 100644 --- a/packages/mock-tpa-server/package.json +++ b/packages/mock-tpa-server/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/mock-tpa-server", - "version": "0.4.5", + "version": "0.4.6", "description": "utility for testing times component clients with mocked api", "main": "./dist/index", "scripts": { @@ -38,7 +38,7 @@ "prettier": "1.14.3" }, "dependencies": { - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/schema": "0.7.5", "apollo-server": "2.4.8", "graphql": "14.2.1", diff --git a/packages/provider-queries/CHANGELOG.md b/packages/provider-queries/CHANGELOG.md index 8360d4f95d7..1b18994e79b 100644 --- a/packages/provider-queries/CHANGELOG.md +++ b/packages/provider-queries/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.22.0](https://github.com/newsuk/times-components/compare/@times-components/provider-queries@2.21.1...@times-components/provider-queries@2.22.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [2.21.1](https://github.com/newsuk/times-components/compare/@times-components/provider-queries@2.21.0...@times-components/provider-queries@2.21.1) (2024-04-19) **Note:** Version bump only for package @times-components/provider-queries diff --git a/packages/provider-queries/package.json b/packages/provider-queries/package.json index e1b62130889..b65d6836e5e 100644 --- a/packages/provider-queries/package.json +++ b/packages/provider-queries/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/provider-queries", - "version": "2.21.1", + "version": "2.22.0", "description": "GraphQL queries for sharing", "main": "dist/provider-queries", "dev": "src/provider-queries", diff --git a/packages/provider-test-tools/CHANGELOG.md b/packages/provider-test-tools/CHANGELOG.md index df4630ab782..8c0c5e1e677 100644 --- a/packages/provider-test-tools/CHANGELOG.md +++ b/packages/provider-test-tools/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.30.0](https://github.com/newsuk/times-components/compare/@times-components/provider-test-tools@1.29.3...@times-components/provider-test-tools@1.30.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [1.29.3](https://github.com/newsuk/times-components/compare/@times-components/provider-test-tools@1.29.2...@times-components/provider-test-tools@1.29.3) (2024-04-19) **Note:** Version bump only for package @times-components/provider-test-tools diff --git a/packages/provider-test-tools/package.json b/packages/provider-test-tools/package.json index 8ef690828ee..e230f08c366 100644 --- a/packages/provider-test-tools/package.json +++ b/packages/provider-test-tools/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/provider-test-tools", - "version": "1.29.3", + "version": "1.30.0", "description": "utillity for testing apollo-client's behaviour", "main": "dist/index", "dev": "src/index", @@ -58,8 +58,8 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/fixture-generator": "0.34.1", - "@times-components/provider-queries": "2.21.1", + "@times-components/fixture-generator": "0.35.0", + "@times-components/provider-queries": "2.22.0", "@times-components/schema": "0.7.5", "apollo-cache-inmemory": "1.5.1", "apollo-client": "2.5.1", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index 46eb2ac8994..3d854690774 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.41.0](https://github.com/newsuk/times-components/compare/@times-components/provider@1.40.35...@times-components/provider@1.41.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [1.40.35](https://github.com/newsuk/times-components/compare/@times-components/provider@1.40.34...@times-components/provider@1.40.35) (2024-07-02) **Note:** Version bump only for package @times-components/provider diff --git a/packages/provider/package.json b/packages/provider/package.json index 2e24ce9085b..58c0032f969 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/provider", - "version": "1.40.35", + "version": "1.41.0", "main": "dist/provider", "dev": "src/provider", "description": "Provider", @@ -37,7 +37,7 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/test-utils": "2.4.2", "@times-components/webpack-configurator": "2.1.1", @@ -57,7 +57,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/provider-queries": "2.21.1", + "@times-components/provider-queries": "2.22.0", "@times-components/utils": "6.26.0", "graphql-tag": "2.10.3", "hoist-non-react-statics": "3.3.2", diff --git a/packages/related-articles/CHANGELOG.md b/packages/related-articles/CHANGELOG.md index 9e8a8ea35a4..c8de82ff57a 100644 --- a/packages/related-articles/CHANGELOG.md +++ b/packages/related-articles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.77](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.76...@times-components/related-articles@6.17.77) (2024-08-08) + +**Note:** Version bump only for package @times-components/related-articles + + + + + ## [6.17.76](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.75...@times-components/related-articles@6.17.76) (2024-07-15) **Note:** Version bump only for package @times-components/related-articles diff --git a/packages/related-articles/package.json b/packages/related-articles/package.json index 64239ee2bb0..a6977a78bc9 100644 --- a/packages/related-articles/package.json +++ b/packages/related-articles/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/related-articles", - "version": "6.17.76", + "version": "6.17.77", "description": "related articles of an article", "main": "dist/related-articles", "dev": "src/related-articles", @@ -55,7 +55,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-summary": "3.24.80", + "@times-components/article-summary": "3.24.81", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", "@times-components/link": "3.17.34", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index 2870b147ae1..7b0ff22645c 100644 --- a/packages/save-and-share-bar/CHANGELOG.md +++ b/packages/save-and-share-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.1](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.0...@times-components/save-and-share-bar@0.22.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + # [0.22.0](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.21.14...@times-components/save-and-share-bar@0.22.0) (2024-07-23) diff --git a/packages/save-and-share-bar/package.json b/packages/save-and-share-bar/package.json index f8137f52219..6a638fd4285 100644 --- a/packages/save-and-share-bar/package.json +++ b/packages/save-and-share-bar/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-and-share-bar", - "version": "0.22.0", + "version": "0.22.1", "description": "Save and Share bar ", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -36,9 +36,9 @@ "@times-components/context": "1.24.0", "@times-components/icons": "2.22.12", "@times-components/message-bar": "0.7.85", - "@times-components/provider-queries": "2.21.1", + "@times-components/provider-queries": "2.22.0", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.98.2", + "@times-components/ts-components": "1.99.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", @@ -50,7 +50,7 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/webpack-configurator": "2.1.1", "babel-jest": "24.8.0", diff --git a/packages/save-star-web/CHANGELOG.md b/packages/save-star-web/CHANGELOG.md index d9921f49021..6f77d20dec3 100644 --- a/packages/save-star-web/CHANGELOG.md +++ b/packages/save-star-web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.62](https://github.com/newsuk/times-components/compare/@times-components/save-star-web@0.10.61...@times-components/save-star-web@0.10.62) (2024-08-08) + +**Note:** Version bump only for package @times-components/save-star-web + + + + + ## [0.10.61](https://github.com/newsuk/times-components/compare/@times-components/save-star-web@0.10.60...@times-components/save-star-web@0.10.61) (2024-07-02) **Note:** Version bump only for package @times-components/save-star-web diff --git a/packages/save-star-web/package.json b/packages/save-star-web/package.json index 25f84c4b265..622260dbc29 100644 --- a/packages/save-star-web/package.json +++ b/packages/save-star-web/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-star-web", - "version": "0.10.61", + "version": "0.10.62", "description": "Save Star for Web", "main": "dist/save-star-web", "dev": "src/save-star-web", @@ -34,8 +34,8 @@ "dependencies": { "@times-components/icons": "2.22.12", "@times-components/link": "3.17.34", - "@times-components/provider": "1.40.35", - "@times-components/provider-queries": "2.21.1", + "@times-components/provider": "1.41.0", + "@times-components/provider-queries": "2.22.0", "@times-components/tracking": "2.22.34", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", @@ -48,7 +48,7 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/test-utils": "2.4.2", "@times-components/webpack-configurator": "2.1.1", diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 15cfed023b8..d13e6ac3e19 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.57.1](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.57.0...@times-components/ssr@2.57.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/ssr + + + + + # [2.57.0](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.56.0...@times-components/ssr@2.57.0) (2024-08-06) diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 8fbef482064..7bef501fd3c 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.57.0", + "version": "2.57.1", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -35,8 +35,8 @@ "homepage": "https://github.com/newsuk/times-components#readme", "devDependencies": { "@times-components/eslint-config-thetimes": "0.8.18", - "@times-components/fixture-generator": "0.34.1", - "@times-components/mock-tpa-server": "0.4.5", + "@times-components/fixture-generator": "0.35.0", + "@times-components/mock-tpa-server": "0.4.6", "axe-core": "3.3.1", "cypress": "^9.2.0", "cypress-axe": "0.13.0", @@ -52,13 +52,13 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.16.279", - "@times-components/author-profile": "6.18.13", + "@times-components/article": "7.17.0", + "@times-components/author-profile": "6.18.14", "@times-components/context": "1.24.0", - "@times-components/provider": "1.40.35", + "@times-components/provider": "1.41.0", "@times-components/schema": "0.7.5", "@times-components/tealium": "1.15.3", - "@times-components/topic": "5.10.90", + "@times-components/topic": "5.10.91", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "apollo-cache-inmemory": "1.5.1", diff --git a/packages/topic/CHANGELOG.md b/packages/topic/CHANGELOG.md index 2c9da1fabe0..343ae5cdfd2 100644 --- a/packages/topic/CHANGELOG.md +++ b/packages/topic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.91](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.90...@times-components/topic@5.10.91) (2024-08-08) + +**Note:** Version bump only for package @times-components/topic + + + + + ## [5.10.90](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.89...@times-components/topic@5.10.90) (2024-07-15) **Note:** Version bump only for package @times-components/topic diff --git a/packages/topic/package.json b/packages/topic/package.json index 2d59d3c97ad..d5ff3952fb6 100644 --- a/packages/topic/package.json +++ b/packages/topic/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/topic", - "version": "5.10.90", + "version": "5.10.91", "description": "Topic page component ", "main": "dist/topic", "dev": "src/topic", @@ -36,7 +36,7 @@ "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.13.20", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/tealium-utils": "0.9.1", "@times-components/test-utils": "2.4.2", @@ -56,12 +56,12 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.18.2", + "@times-components/article-list": "9.19.0", "@times-components/context": "1.24.0", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/pagination": "3.13.20", - "@times-components/provider": "1.40.35", + "@times-components/provider": "1.41.0", "@times-components/responsive": "0.27.0", "@times-components/tracking": "2.22.34", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/ts-components/CHANGELOG.md b/packages/ts-components/CHANGELOG.md index 8e76c0f0796..2d266559f5f 100644 --- a/packages/ts-components/CHANGELOG.md +++ b/packages/ts-components/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.99.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.98.2...@times-components/ts-components@1.99.0) (2024-08-08) + + +### Features + +* **TMRS-268:** update queries and article list component to use upda… ([#3913](https://github.com/newsuk/times-components/issues/3913)) ([28184a2](https://github.com/newsuk/times-components/commit/28184a239aa0b33753b5183e41ecf73fff404636)) + + + + + ## [1.98.2](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.98.1...@times-components/ts-components@1.98.2) (2024-07-15) diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index a0567a9b0b3..2652f66beea 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-components", - "version": "1.98.2", + "version": "1.99.0", "description": "Reuseable Typescript React Components ", "main": "dist/index.js", "dev": "dist/index.js", @@ -55,9 +55,9 @@ "@times-components/icons": "2.22.12", "@times-components/image": "6.18.1", "@times-components/link": "3.17.34", - "@times-components/provider": "1.40.35", - "@times-components/provider-queries": "2.21.1", - "@times-components/related-articles": "6.17.76", + "@times-components/provider": "1.41.0", + "@times-components/provider-queries": "2.22.0", + "@times-components/related-articles": "6.17.77", "@times-components/ts-slices": "1.9.22", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", @@ -82,7 +82,7 @@ "@storybook/react": "6.5.16", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^12.1.2", - "@times-components/provider-test-tools": "1.29.3", + "@times-components/provider-test-tools": "1.30.0", "@times-components/storybook": "4.12.34", "@times-components/test-utils": "2.4.2", "@types/lodash.get": "4.4.6", From 7a4958db25785ecb068e0ab2d29fc0295bc8358f Mon Sep 17 00:00:00 2001 From: Saurav Arora <118182607+sauravarora04@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:14:53 +0100 Subject: [PATCH 03/97] feat(TMG-1729): test-integrated commenting with internal cps endpoint (#3910) * test-integrated commenting with internal cps endpoint * updated logic * updated package.json deps * temp circleci changes2 * fixed pipleine issues * add deps * fixed sessionstorage error * forcefully rendering user entitlement provider * forcefully rendering user entitlement provider2 * localised user entitlement provider * test * fixed api * testing article comments using entitlements * testing article comments using entitlements 2 * testing article comments using entitlements v3 * testing article comments using entitlements v4 * testing article comments using entitlements v5 * testing article comments using entitlements v6 * testing article comments using entitlements v7 * testing article comments using entitlements v8 * revert * testing article comments using entitlements v9 * testing article comments using entitlements v10 * testing article comments using entitlements v11 * testing article comments using entitlements v12 * testing article comments using entitlements v13 * testing article comments using entitlements v14 * testing article comments using entitlements v15 * testing article comments using entitlements v16 * rendering article comments based on entitlements * removed unused code * removed unused code * resolved comments * reverted optional chaining * bug fix * fixed extra api calls * reverted circleci config file changes * fixed linting * updated rendering condition --------- Co-authored-by: times-tools --- .../article-comments/src/article-comments.js | 58 ++++++++++++++----- .../src/user-entitlement-state.js | 50 ++++++++++++++++ packages/article-extras/src/article-extras.js | 7 ++- .../article-skeleton/src/article-skeleton.js | 4 +- packages/ssr/src/client/article.js | 6 +- packages/ssr/src/component/article.js | 6 +- packages/ssr/src/server/article.js | 6 +- packages/ts-components/src/index.ts | 1 + 8 files changed, 116 insertions(+), 22 deletions(-) create mode 100644 packages/article-comments/src/user-entitlement-state.js diff --git a/packages/article-comments/src/article-comments.js b/packages/article-comments/src/article-comments.js index 83d6577ab06..bf16f347057 100644 --- a/packages/article-comments/src/article-comments.js +++ b/packages/article-comments/src/article-comments.js @@ -1,11 +1,12 @@ /* eslint-env browser */ -import React from "react"; +import React, { useEffect, useState } from "react"; import PropTypes from "prop-types"; import UserState from "@times-components/user-state"; import Comments from "./comments"; import DisabledComments from "./disabled-comments"; import JoinTheConversationDialog from "./join-the-conversation-dialog"; +import UserEntitlementState from "./user-entitlement-state"; const ArticleComments = ({ articleId, @@ -14,25 +15,55 @@ const ArticleComments = ({ commentingConfig, isCommentEnabled, storefrontConfig, - domainSpecificUrl -}) => - isEnabled && isCommentEnabled ? ( + domainSpecificUrl, + isEntitlementFeatureEnabled +}) => { + const [userEntitlementData, setUserEntitlementData] = useState(undefined); + + useEffect( + () => { + const fetchUserEntitlements = async () => { + const response = await fetch("/api/get-user-entitlements"); + const data = await response.json(); + setUserEntitlementData(data); + }; + + if (typeof window !== "undefined" && isEntitlementFeatureEnabled) { + fetchUserEntitlements(); + } + }, + [isEntitlementFeatureEnabled] + ); + + return isEnabled && isCommentEnabled ? ( <> - - - + {!isEntitlementFeatureEnabled ? ( + + + + ) : ( + + + + )} ) : ( ); +}; ArticleComments.propTypes = { articleId: PropTypes.string.isRequired, @@ -43,7 +74,8 @@ ArticleComments.propTypes = { }).isRequired, storefrontConfig: PropTypes.string.isRequired, isCommentEnabled: PropTypes.bool, - domainSpecificUrl: PropTypes.string.isRequired + domainSpecificUrl: PropTypes.string.isRequired, + isEntitlementFeatureEnabled: PropTypes.bool.isRequired }; ArticleComments.defaultProps = { diff --git a/packages/article-comments/src/user-entitlement-state.js b/packages/article-comments/src/user-entitlement-state.js new file mode 100644 index 00000000000..23894b1b69c --- /dev/null +++ b/packages/article-comments/src/user-entitlement-state.js @@ -0,0 +1,50 @@ +/* eslint-env browser */ +import PropTypes from "prop-types"; + +const UserEntitlementState = ({ userEntitlementData, children }) => { + const FP_CODE_COMMENTING = "fp-752"; + + const featureDecisions = + (userEntitlementData && + userEntitlementData.user && + userEntitlementData.user.subscriptions && + userEntitlementData.user.subscriptions[0] && + userEntitlementData.user.subscriptions[0].featureDecisions) || + []; + + const isCommentingEntitlementEnabled = + featureDecisions && + featureDecisions.some( + decision => + decision.code === FP_CODE_COMMENTING && decision.outcomeAsBoolean + ); + + if (userEntitlementData === undefined || !isCommentingEntitlementEnabled) { + return null; + } + + return children; +}; + +const FeatureDecisionPropTypes = PropTypes.shape({ + code: PropTypes.string.isRequired, + name: PropTypes.string.isRequired, + outcome: PropTypes.string.isRequired, + outcomeAsBoolean: PropTypes.bool.isRequired +}); + +const SubscriptionPropTypes = PropTypes.shape({ + id: PropTypes.string.isRequired, + featureDecisions: PropTypes.arrayOf(FeatureDecisionPropTypes).isRequired +}); + +const UserPropTypes = PropTypes.shape({ + cpn: PropTypes.string.isRequired, + subscriptions: PropTypes.arrayOf(SubscriptionPropTypes).isRequired +}); + +UserEntitlementState.PropTypes = PropTypes.shape({ + user: UserPropTypes.isRequired +}); + +export default UserEntitlementState; diff --git a/packages/article-extras/src/article-extras.js b/packages/article-extras/src/article-extras.js index 4e463f1890f..189e1094f4c 100644 --- a/packages/article-extras/src/article-extras.js +++ b/packages/article-extras/src/article-extras.js @@ -37,7 +37,8 @@ const ArticleExtras = ({ isCommentEnabled, storefrontConfig, breadcrumbs, - domainSpecificUrl + domainSpecificUrl, + isEntitlementFeatureEnabled }) => { const renderBreadcrumb = ({ showBorder } = { showBorder: false }) => { if (breadcrumbs && breadcrumbs.length > 0) { @@ -115,6 +116,7 @@ const ArticleExtras = ({ isCommentEnabled={isCommentEnabled} storefrontConfig={storefrontConfig} domainSpecificUrl={domainSpecificUrl} + isEntitlementFeatureEnabled={isEntitlementFeatureEnabled} /> ); @@ -140,7 +142,8 @@ ArticleExtras.propTypes = { isCommentEnabled: PropTypes.bool, storefrontConfig: PropTypes.string.isRequired, breadcrumbs: PropTypes.arrayOf(PropTypes.shape({})), - domainSpecificUrl: PropTypes.string.isRequired + domainSpecificUrl: PropTypes.string.isRequired, + isEntitlementFeatureEnabled: PropTypes.bool.isRequired }; ArticleExtras.defaultProps = { diff --git a/packages/article-skeleton/src/article-skeleton.js b/packages/article-skeleton/src/article-skeleton.js index 2e99006b5fb..81400d6ffa1 100644 --- a/packages/article-skeleton/src/article-skeleton.js +++ b/packages/article-skeleton/src/article-skeleton.js @@ -86,7 +86,8 @@ const ArticleSkeleton = ({ publishedTime, isSavingEnabled, isSharingEnabled, - isCommentEnabled + isCommentEnabled, + isEntitlementFeatureEnabled } = article; const [showVerifyEmailBanner, setShowEmailVerifyBanner] = useState(false); @@ -429,6 +430,7 @@ const ArticleSkeleton = ({ storefrontConfig={storefrontConfig} breadcrumbs={breadcrumbs} domainSpecificUrl={domainSpecificUrl} + isEntitlementFeatureEnabled={isEntitlementFeatureEnabled} /> )} diff --git a/packages/ssr/src/client/article.js b/packages/ssr/src/client/article.js index 5bc29a7a71c..ed23987abd0 100644 --- a/packages/ssr/src/client/article.js +++ b/packages/ssr/src/client/article.js @@ -19,7 +19,8 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) { sharingSavingFlag = true, commentingFlag = true, showAudioPlayer, - storefrontConfig + storefrontConfig, + isEntitlementFeatureEnabled } = window.nuk.article; const { getCookieValue } = window.nuk; @@ -41,7 +42,8 @@ if (window.nuk && window.nuk.ssr && window.nuk.article) { sharingSavingFlag, commentingFlag, showAudioPlayer, - storefrontConfig + storefrontConfig, + isEntitlementFeatureEnabled }; const clientOptions = { diff --git a/packages/ssr/src/component/article.js b/packages/ssr/src/component/article.js index fbce73492c1..60fab6bbbf4 100644 --- a/packages/ssr/src/component/article.js +++ b/packages/ssr/src/component/article.js @@ -36,7 +36,8 @@ module.exports = (client, analyticsStream, data, helmetContext) => { sharingSavingFlag, commentingFlag, showAudioPlayer, - storefrontConfig + storefrontConfig, + isEntitlementFeatureEnabled } = data; return React.createElement( @@ -85,7 +86,8 @@ module.exports = (client, analyticsStream, data, helmetContext) => { : "unknown section", isSavingEnabled: sharingSavingFlag, isSharingEnabled: sharingSavingFlag, - isCommentEnabled: commentingFlag + isCommentEnabled: commentingFlag, + isEntitlementFeatureEnabled }, error, isLoading, diff --git a/packages/ssr/src/server/article.js b/packages/ssr/src/server/article.js index 8585fd497c0..232bc1ea74c 100644 --- a/packages/ssr/src/server/article.js +++ b/packages/ssr/src/server/article.js @@ -28,7 +28,8 @@ module.exports = ( sharingSavingFlag = true, commentingFlag = true, showAudioPlayer, - storefrontConfig + storefrontConfig, + isEntitlementFeatureEnabled = false }, userState ) => { @@ -84,7 +85,8 @@ module.exports = ( sharingSavingFlag, commentingFlag, showAudioPlayer, - storefrontConfig + storefrontConfig, + isEntitlementFeatureEnabled }, name: "article" }; diff --git a/packages/ts-components/src/index.ts b/packages/ts-components/src/index.ts index b6cac729d28..bfc3da1a064 100644 --- a/packages/ts-components/src/index.ts +++ b/packages/ts-components/src/index.ts @@ -80,6 +80,7 @@ export { // Helpers export { FetchProvider } from './helpers/fetch/FetchProvider'; + export { ViewCountWrapper } from './helpers/view-count-wrapper/ViewCountWrapper'; From 8d3480f537b124db6154aa4a4a7c39528efbf7ea Mon Sep 17 00:00:00 2001 From: times-tools Date: Thu, 8 Aug 2024 15:47:52 +0000 Subject: [PATCH 04/97] chore: Publish 7a4958db25 [ci skip] - @times-components/article-comments@0.44.0 - @times-components/article-extras@0.30.0 - @times-components/article-in-depth@3.88.1 - @times-components/article-list@9.19.1 - @times-components/article-magazine-comment@3.84.1 - @times-components/article-magazine-standard@3.84.1 - @times-components/article-main-comment@2.87.1 - @times-components/article-main-standard@3.96.1 - @times-components/article-paragraph@1.9.318 - @times-components/article-skeleton@1.136.0 - @times-components/article-summary@3.24.82 - @times-components/article@7.17.1 - @times-components/author-profile@6.18.15 - @times-components/key-facts@2.12.89 - @times-components/related-articles@6.17.78 - @times-components/save-and-share-bar@0.22.2 - @times-components/ssr@2.58.0 - @times-components/topic@5.10.92 - @times-components/ts-components@1.100.0 --- packages/article-comments/CHANGELOG.md | 11 +++++++++++ packages/article-comments/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 11 +++++++++++ packages/article-extras/package.json | 10 +++++----- packages/article-in-depth/CHANGELOG.md | 8 ++++++++ packages/article-in-depth/package.json | 6 +++--- packages/article-list/CHANGELOG.md | 8 ++++++++ packages/article-list/package.json | 4 ++-- packages/article-magazine-comment/CHANGELOG.md | 8 ++++++++ packages/article-magazine-comment/package.json | 6 +++--- packages/article-magazine-standard/CHANGELOG.md | 8 ++++++++ packages/article-magazine-standard/package.json | 6 +++--- packages/article-main-comment/CHANGELOG.md | 8 ++++++++ packages/article-main-comment/package.json | 6 +++--- packages/article-main-standard/CHANGELOG.md | 8 ++++++++ packages/article-main-standard/package.json | 6 +++--- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 11 +++++++++++ packages/article-skeleton/package.json | 12 ++++++------ packages/article-summary/CHANGELOG.md | 8 ++++++++ packages/article-summary/package.json | 4 ++-- packages/article/CHANGELOG.md | 8 ++++++++ packages/article/package.json | 12 ++++++------ packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 4 ++-- packages/key-facts/CHANGELOG.md | 8 ++++++++ packages/key-facts/package.json | 4 ++-- packages/related-articles/CHANGELOG.md | 8 ++++++++ packages/related-articles/package.json | 4 ++-- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 4 ++-- packages/ssr/CHANGELOG.md | 11 +++++++++++ packages/ssr/package.json | 8 ++++---- packages/topic/CHANGELOG.md | 8 ++++++++ packages/topic/package.json | 4 ++-- packages/ts-components/CHANGELOG.md | 11 +++++++++++ packages/ts-components/package.json | 4 ++-- 38 files changed, 223 insertions(+), 56 deletions(-) diff --git a/packages/article-comments/CHANGELOG.md b/packages/article-comments/CHANGELOG.md index 9a5b7294a12..e71a463c358 100644 --- a/packages/article-comments/CHANGELOG.md +++ b/packages/article-comments/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.44.0](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.43.28...@times-components/article-comments@0.44.0) (2024-08-08) + + +### Features + +* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f)) + + + + + ## [0.43.28](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.43.27...@times-components/article-comments@0.43.28) (2024-08-08) **Note:** Version bump only for package @times-components/article-comments diff --git a/packages/article-comments/package.json b/packages/article-comments/package.json index 807adcf1cb9..c9ca6a65661 100644 --- a/packages/article-comments/package.json +++ b/packages/article-comments/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-comments", - "version": "0.43.28", + "version": "0.44.0", "description": "Article Comments", "main": "dist/article-comments", "dev": "src/article-comments", @@ -35,7 +35,7 @@ "dependencies": { "@times-components/link": "3.17.34", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "prop-types": "15.7.2", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index 7cb023758c5..775479e0b84 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.30.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.29.0...@times-components/article-extras@0.30.0) (2024-08-08) + + +### Features + +* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f)) + + + + + # [0.29.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.28.15...@times-components/article-extras@0.29.0) (2024-08-08) diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index cc4f0197271..b7d1d870bb0 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.29.0", + "version": "0.30.0", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ", "main": "dist/index", "dev": "src/index", @@ -49,14 +49,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-comments": "0.43.28", + "@times-components/article-comments": "0.44.0", "@times-components/article-topics": "4.11.55", "@times-components/button": "2.10.61", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", - "@times-components/related-articles": "6.17.77", - "@times-components/save-and-share-bar": "0.22.1", - "@times-components/ts-components": "1.99.0", + "@times-components/related-articles": "6.17.78", + "@times-components/save-and-share-bar": "0.22.2", + "@times-components/ts-components": "1.100.0", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index 0afb1455aea..ba365fb98e7 100644 --- a/packages/article-in-depth/CHANGELOG.md +++ b/packages/article-in-depth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.88.1](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.88.0...@times-components/article-in-depth@3.88.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-in-depth + + + + + # [3.88.0](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.87.2...@times-components/article-in-depth@3.88.0) (2024-08-08) diff --git a/packages/article-in-depth/package.json b/packages/article-in-depth/package.json index 554776ed573..e1afe1d854d 100644 --- a/packages/article-in-depth/package.json +++ b/packages/article-in-depth/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-in-depth", - "version": "3.88.0", + "version": "3.88.1", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 8a5542f4ac5..5f799ef389f 100644 --- a/packages/article-list/CHANGELOG.md +++ b/packages/article-list/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.19.1](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.0...@times-components/article-list@9.19.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-list + + + + + # [9.19.0](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.18.2...@times-components/article-list@9.19.0) (2024-08-08) diff --git a/packages/article-list/package.json b/packages/article-list/package.json index 51b498b3f12..1760c3e261d 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.19.0", + "version": "9.19.1", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -61,7 +61,7 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-summary": "3.24.81", + "@times-components/article-summary": "3.24.82", "@times-components/button": "2.10.61", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index 036f933cda5..862cbcd872a 100644 --- a/packages/article-magazine-comment/CHANGELOG.md +++ b/packages/article-magazine-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.1](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.84.0...@times-components/article-magazine-comment@3.84.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-magazine-comment + + + + + # [3.84.0](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.83.2...@times-components/article-magazine-comment@3.84.0) (2024-08-08) diff --git a/packages/article-magazine-comment/package.json b/packages/article-magazine-comment/package.json index a16f901df1b..ccfd56cfa32 100644 --- a/packages/article-magazine-comment/package.json +++ b/packages/article-magazine-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-comment", - "version": "3.84.0", + "version": "3.84.1", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -57,12 +57,12 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index b7c7229be93..15ea1d0a9ca 100644 --- a/packages/article-magazine-standard/CHANGELOG.md +++ b/packages/article-magazine-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.1](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.84.0...@times-components/article-magazine-standard@3.84.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-magazine-standard + + + + + # [3.84.0](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.83.2...@times-components/article-magazine-standard@3.84.0) (2024-08-08) diff --git a/packages/article-magazine-standard/package.json b/packages/article-magazine-standard/package.json index c0f7a529c9f..8adcac05f0a 100644 --- a/packages/article-magazine-standard/package.json +++ b/packages/article-magazine-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-standard", - "version": "3.84.0", + "version": "3.84.1", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index 553861d0483..101a3823dfc 100644 --- a/packages/article-main-comment/CHANGELOG.md +++ b/packages/article-main-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.87.1](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.87.0...@times-components/article-main-comment@2.87.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-main-comment + + + + + # [2.87.0](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.86.2...@times-components/article-main-comment@2.87.0) (2024-08-08) diff --git a/packages/article-main-comment/package.json b/packages/article-main-comment/package.json index cc9d2dc1dba..1c541c76b58 100644 --- a/packages/article-main-comment/package.json +++ b/packages/article-main-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-comment", - "version": "2.87.0", + "version": "2.87.1", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -56,12 +56,12 @@ "@times-components/ad": "2.22.23", "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index bfe47a4ff3c..07cee0fe415 100644 --- a/packages/article-main-standard/CHANGELOG.md +++ b/packages/article-main-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.96.1](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.96.0...@times-components/article-main-standard@3.96.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-main-standard + + + + + # [3.96.0](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.95.2...@times-components/article-main-standard@3.96.0) (2024-08-08) diff --git a/packages/article-main-standard/package.json b/packages/article-main-standard/package.json index f6271976a69..9086ac89613 100644 --- a/packages/article-main-standard/package.json +++ b/packages/article-main-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-standard", - "version": "3.96.0", + "version": "3.96.1", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -56,13 +56,13 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index 1ed61e653ab..3894aee4685 100644 --- a/packages/article-paragraph/CHANGELOG.md +++ b/packages/article-paragraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.318](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.317...@times-components/article-paragraph@1.9.318) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.9.317](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.316...@times-components/article-paragraph@1.9.317) (2024-08-08) **Note:** Version bump only for package @times-components/article-paragraph diff --git a/packages/article-paragraph/package.json b/packages/article-paragraph/package.json index 58c82e1bbeb..63f4b874a94 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.9.317", + "version": "1.9.318", "description": "Article Paragraph", "main": "dist/index", "dev": "src/index", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.135.0", + "@times-components/article-skeleton": "1.136.0", "@times-components/context": "1.24.0", "@times-components/markup-forest": "1.9.2", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index 8cfb23ec7b9..2c811261047 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.136.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.135.0...@times-components/article-skeleton@1.136.0) (2024-08-08) + + +### Features + +* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f)) + + + + + # [1.135.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.134.1...@times-components/article-skeleton@1.135.0) (2024-08-08) diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index c1077697b0c..654dc5571ee 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.135.0", + "version": "1.136.0", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -62,14 +62,14 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-extras": "0.29.0", + "@times-components/article-extras": "0.30.0", "@times-components/article-image": "7.18.1", - "@times-components/article-paragraph": "1.9.317", + "@times-components/article-paragraph": "1.9.318", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/interactive-wrapper": "0.9.89", - "@times-components/key-facts": "2.12.88", + "@times-components/key-facts": "2.12.89", "@times-components/lazy-load": "0.20.0", "@times-components/link": "3.17.34", "@times-components/markup": "3.8.61", @@ -77,10 +77,10 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/pull-quote": "3.15.40", - "@times-components/save-and-share-bar": "0.22.1", + "@times-components/save-and-share-bar": "0.22.2", "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", diff --git a/packages/article-summary/CHANGELOG.md b/packages/article-summary/CHANGELOG.md index 879a34a3cdf..23d708cf409 100644 --- a/packages/article-summary/CHANGELOG.md +++ b/packages/article-summary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.24.82](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.81...@times-components/article-summary@3.24.82) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-summary + + + + + ## [3.24.81](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.80...@times-components/article-summary@3.24.81) (2024-08-08) **Note:** Version bump only for package @times-components/article-summary diff --git a/packages/article-summary/package.json b/packages/article-summary/package.json index 6556b4913fa..632b3c4e25b 100644 --- a/packages/article-summary/package.json +++ b/packages/article-summary/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-summary", - "version": "3.24.81", + "version": "3.24.82", "main": "dist/article-summary", "dev": "src/article-summary", "scripts": { @@ -55,7 +55,7 @@ "@times-components/date-publication": "0.30.34", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "@times-components/video-label": "2.11.62", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index efe2fb40521..e204cf6ebea 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.17.1](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.0...@times-components/article@7.17.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article + + + + + # [7.17.0](https://github.com/newsuk/times-components/compare/@times-components/article@7.16.279...@times-components/article@7.17.0) (2024-08-08) diff --git a/packages/article/package.json b/packages/article/package.json index 4a57190b56d..aae91317387 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.17.0", + "version": "7.17.1", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -53,11 +53,11 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-in-depth": "3.88.0", - "@times-components/article-magazine-comment": "3.84.0", - "@times-components/article-magazine-standard": "3.84.0", - "@times-components/article-main-comment": "2.87.0", - "@times-components/article-main-standard": "3.96.0", + "@times-components/article-in-depth": "3.88.1", + "@times-components/article-magazine-comment": "3.84.1", + "@times-components/article-magazine-standard": "3.84.1", + "@times-components/article-main-comment": "2.87.1", + "@times-components/article-main-standard": "3.96.1", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", "@times-components/provider": "1.41.0", diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index 3a4a6e7fee7..4c2b1f41c02 100644 --- a/packages/author-profile/CHANGELOG.md +++ b/packages/author-profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.18.15](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.14...@times-components/author-profile@6.18.15) (2024-08-08) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.18.14](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.13...@times-components/author-profile@6.18.14) (2024-08-08) **Note:** Version bump only for package @times-components/author-profile diff --git a/packages/author-profile/package.json b/packages/author-profile/package.json index 0da9e8e7885..ca5edc2f26b 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.18.14", + "version": "6.18.15", "description": "Author profile information along with a list of articles they have written ", "main": "dist/author-profile", "dev": "src/author-profile", @@ -59,7 +59,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.0", + "@times-components/article-list": "9.19.1", "@times-components/gradient": "3.5.61", "@times-components/icons": "2.22.12", "@times-components/image": "6.18.1", diff --git a/packages/key-facts/CHANGELOG.md b/packages/key-facts/CHANGELOG.md index a9b3b045996..6089885147b 100644 --- a/packages/key-facts/CHANGELOG.md +++ b/packages/key-facts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.89](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.88...@times-components/key-facts@2.12.89) (2024-08-08) + +**Note:** Version bump only for package @times-components/key-facts + + + + + ## [2.12.88](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.87...@times-components/key-facts@2.12.88) (2024-08-08) **Note:** Version bump only for package @times-components/key-facts diff --git a/packages/key-facts/package.json b/packages/key-facts/package.json index 9cba33b3fd3..0ce80b15cd8 100644 --- a/packages/key-facts/package.json +++ b/packages/key-facts/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/key-facts", - "version": "2.12.88", + "version": "2.12.89", "description": "Bulleted list of text data ", "main": "dist/key-facts", "dev": "src/key-facts", @@ -56,7 +56,7 @@ "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "prop-types": "15.7.2", diff --git a/packages/related-articles/CHANGELOG.md b/packages/related-articles/CHANGELOG.md index c8de82ff57a..65dfb1231be 100644 --- a/packages/related-articles/CHANGELOG.md +++ b/packages/related-articles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.78](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.77...@times-components/related-articles@6.17.78) (2024-08-08) + +**Note:** Version bump only for package @times-components/related-articles + + + + + ## [6.17.77](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.76...@times-components/related-articles@6.17.77) (2024-08-08) **Note:** Version bump only for package @times-components/related-articles diff --git a/packages/related-articles/package.json b/packages/related-articles/package.json index a6977a78bc9..4f46ad173ec 100644 --- a/packages/related-articles/package.json +++ b/packages/related-articles/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/related-articles", - "version": "6.17.77", + "version": "6.17.78", "description": "related articles of an article", "main": "dist/related-articles", "dev": "src/related-articles", @@ -55,7 +55,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-summary": "3.24.81", + "@times-components/article-summary": "3.24.82", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", "@times-components/link": "3.17.34", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index 7b0ff22645c..9a6ff7daf4c 100644 --- a/packages/save-and-share-bar/CHANGELOG.md +++ b/packages/save-and-share-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.2](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.1...@times-components/save-and-share-bar@0.22.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + ## [0.22.1](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.0...@times-components/save-and-share-bar@0.22.1) (2024-08-08) **Note:** Version bump only for package @times-components/save-and-share-bar diff --git a/packages/save-and-share-bar/package.json b/packages/save-and-share-bar/package.json index 6a638fd4285..ed96b4f99ec 100644 --- a/packages/save-and-share-bar/package.json +++ b/packages/save-and-share-bar/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-and-share-bar", - "version": "0.22.1", + "version": "0.22.2", "description": "Save and Share bar ", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -38,7 +38,7 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.99.0", + "@times-components/ts-components": "1.100.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index d13e6ac3e19..1ecbf4ef69c 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.58.0](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.57.1...@times-components/ssr@2.58.0) (2024-08-08) + + +### Features + +* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f)) + + + + + ## [2.57.1](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.57.0...@times-components/ssr@2.57.1) (2024-08-08) **Note:** Version bump only for package @times-components/ssr diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 7bef501fd3c..5ad0a8305d6 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.57.1", + "version": "2.58.0", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -52,13 +52,13 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.17.0", - "@times-components/author-profile": "6.18.14", + "@times-components/article": "7.17.1", + "@times-components/author-profile": "6.18.15", "@times-components/context": "1.24.0", "@times-components/provider": "1.41.0", "@times-components/schema": "0.7.5", "@times-components/tealium": "1.15.3", - "@times-components/topic": "5.10.91", + "@times-components/topic": "5.10.92", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "apollo-cache-inmemory": "1.5.1", diff --git a/packages/topic/CHANGELOG.md b/packages/topic/CHANGELOG.md index 343ae5cdfd2..3a744f963d2 100644 --- a/packages/topic/CHANGELOG.md +++ b/packages/topic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.92](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.91...@times-components/topic@5.10.92) (2024-08-08) + +**Note:** Version bump only for package @times-components/topic + + + + + ## [5.10.91](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.90...@times-components/topic@5.10.91) (2024-08-08) **Note:** Version bump only for package @times-components/topic diff --git a/packages/topic/package.json b/packages/topic/package.json index d5ff3952fb6..fc314dad5b5 100644 --- a/packages/topic/package.json +++ b/packages/topic/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/topic", - "version": "5.10.91", + "version": "5.10.92", "description": "Topic page component ", "main": "dist/topic", "dev": "src/topic", @@ -56,7 +56,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.0", + "@times-components/article-list": "9.19.1", "@times-components/context": "1.24.0", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", diff --git a/packages/ts-components/CHANGELOG.md b/packages/ts-components/CHANGELOG.md index 2d266559f5f..31bbe1effa5 100644 --- a/packages/ts-components/CHANGELOG.md +++ b/packages/ts-components/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.100.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.99.0...@times-components/ts-components@1.100.0) (2024-08-08) + + +### Features + +* **TMG-1729:** test-integrated commenting with internal cps endpoint ([#3910](https://github.com/newsuk/times-components/issues/3910)) ([7a4958d](https://github.com/newsuk/times-components/commit/7a4958db25785ecb068e0ab2d29fc0295bc8358f)) + + + + + # [1.99.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.98.2...@times-components/ts-components@1.99.0) (2024-08-08) diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index 2652f66beea..061278ca582 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-components", - "version": "1.99.0", + "version": "1.100.0", "description": "Reuseable Typescript React Components ", "main": "dist/index.js", "dev": "dist/index.js", @@ -57,7 +57,7 @@ "@times-components/link": "3.17.34", "@times-components/provider": "1.41.0", "@times-components/provider-queries": "2.22.0", - "@times-components/related-articles": "6.17.77", + "@times-components/related-articles": "6.17.78", "@times-components/ts-slices": "1.9.22", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", From bd3bef2213ad57574d0c458ad9f1e252a8b5d6ca Mon Sep 17 00:00:00 2001 From: seldinpQ Date: Wed, 7 Aug 2024 17:06:43 +0200 Subject: [PATCH 05/97] fix(TMP-1437): Call /is-bookmarked only for logged in users --- .../src/components/save-star/SaveStar.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/ts-components/src/components/save-star/SaveStar.tsx b/packages/ts-components/src/components/save-star/SaveStar.tsx index ad2022b0d09..a8857645105 100644 --- a/packages/ts-components/src/components/save-star/SaveStar.tsx +++ b/packages/ts-components/src/components/save-star/SaveStar.tsx @@ -1,4 +1,10 @@ -import React, { cloneElement, useCallback, useMemo, useState } from 'react'; +import React, { + cloneElement, + useCallback, + useEffect, + useMemo, + useState +} from 'react'; import { FetchProvider } from '../../helpers/fetch/FetchProvider'; import { SaveStarUI, ArticleBookmark } from './SaveStarUI'; import { ContentProvider } from './ContentProvider'; @@ -7,8 +13,15 @@ export const SaveStar: React.FC<{ articleId: string; isPreviewMode?: boolean; }> = React.memo(({ articleId, isPreviewMode, children }) => { - const [url, setUrl] = useState( - `/api/collections/is-bookmarked/${articleId}` + const [url, setUrl] = useState(undefined); + + useEffect( + () => { + if (window.nuk && window.nuk.user && window.nuk.user.sLoggedIn) { + setUrl(`/api/collections/is-bookmarked/${articleId}`); + } + }, + [articleId] ); const [previewData, setPreviewData] = useState( From d301fc972c454d5f5e8a97591515b49660cae706 Mon Sep 17 00:00:00 2001 From: seldinpQ Date: Thu, 8 Aug 2024 01:39:34 +0200 Subject: [PATCH 06/97] fix(TMP-1437): Cleanup --- packages/ts-components/src/components/save-star/SaveStar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ts-components/src/components/save-star/SaveStar.tsx b/packages/ts-components/src/components/save-star/SaveStar.tsx index a8857645105..e25bf1f1fdd 100644 --- a/packages/ts-components/src/components/save-star/SaveStar.tsx +++ b/packages/ts-components/src/components/save-star/SaveStar.tsx @@ -13,11 +13,11 @@ export const SaveStar: React.FC<{ articleId: string; isPreviewMode?: boolean; }> = React.memo(({ articleId, isPreviewMode, children }) => { - const [url, setUrl] = useState(undefined); + const [url, setUrl] = useState(); useEffect( () => { - if (window.nuk && window.nuk.user && window.nuk.user.sLoggedIn) { + if (window.nuk && window.nuk.user && window.nuk.user.isLoggedIn) { setUrl(`/api/collections/is-bookmarked/${articleId}`); } }, From 2e1568dc2806e98d22c7435343794433e71264e8 Mon Sep 17 00:00:00 2001 From: times-tools Date: Thu, 8 Aug 2024 20:42:40 +0000 Subject: [PATCH 07/97] chore: Publish d301fc972c [ci skip] - @times-components/article-comments@0.44.1 - @times-components/article-extras@0.30.1 - @times-components/article-in-depth@3.88.2 - @times-components/article-list@9.19.2 - @times-components/article-magazine-comment@3.84.2 - @times-components/article-magazine-standard@3.84.2 - @times-components/article-main-comment@2.87.2 - @times-components/article-main-standard@3.96.2 - @times-components/article-paragraph@1.9.319 - @times-components/article-skeleton@1.136.1 - @times-components/article-summary@3.24.83 - @times-components/article@7.17.2 - @times-components/author-profile@6.18.16 - @times-components/key-facts@2.12.90 - @times-components/related-articles@6.17.79 - @times-components/save-and-share-bar@0.22.3 - @times-components/ssr@2.58.1 - @times-components/topic@5.10.93 - @times-components/ts-components@1.100.1 --- packages/article-comments/CHANGELOG.md | 8 ++++++++ packages/article-comments/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 8 ++++++++ packages/article-extras/package.json | 10 +++++----- packages/article-in-depth/CHANGELOG.md | 8 ++++++++ packages/article-in-depth/package.json | 6 +++--- packages/article-list/CHANGELOG.md | 8 ++++++++ packages/article-list/package.json | 4 ++-- packages/article-magazine-comment/CHANGELOG.md | 8 ++++++++ packages/article-magazine-comment/package.json | 6 +++--- packages/article-magazine-standard/CHANGELOG.md | 8 ++++++++ packages/article-magazine-standard/package.json | 6 +++--- packages/article-main-comment/CHANGELOG.md | 8 ++++++++ packages/article-main-comment/package.json | 6 +++--- packages/article-main-standard/CHANGELOG.md | 8 ++++++++ packages/article-main-standard/package.json | 6 +++--- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 8 ++++++++ packages/article-skeleton/package.json | 12 ++++++------ packages/article-summary/CHANGELOG.md | 8 ++++++++ packages/article-summary/package.json | 4 ++-- packages/article/CHANGELOG.md | 8 ++++++++ packages/article/package.json | 12 ++++++------ packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 4 ++-- packages/key-facts/CHANGELOG.md | 8 ++++++++ packages/key-facts/package.json | 4 ++-- packages/related-articles/CHANGELOG.md | 8 ++++++++ packages/related-articles/package.json | 4 ++-- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 4 ++-- packages/ssr/CHANGELOG.md | 8 ++++++++ packages/ssr/package.json | 8 ++++---- packages/topic/CHANGELOG.md | 8 ++++++++ packages/topic/package.json | 4 ++-- packages/ts-components/CHANGELOG.md | 12 ++++++++++++ packages/ts-components/package.json | 4 ++-- 38 files changed, 212 insertions(+), 56 deletions(-) diff --git a/packages/article-comments/CHANGELOG.md b/packages/article-comments/CHANGELOG.md index e71a463c358..c98f4043f2c 100644 --- a/packages/article-comments/CHANGELOG.md +++ b/packages/article-comments/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.44.1](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.44.0...@times-components/article-comments@0.44.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-comments + + + + + # [0.44.0](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.43.28...@times-components/article-comments@0.44.0) (2024-08-08) diff --git a/packages/article-comments/package.json b/packages/article-comments/package.json index c9ca6a65661..7343d6af826 100644 --- a/packages/article-comments/package.json +++ b/packages/article-comments/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-comments", - "version": "0.44.0", + "version": "0.44.1", "description": "Article Comments", "main": "dist/article-comments", "dev": "src/article-comments", @@ -35,7 +35,7 @@ "dependencies": { "@times-components/link": "3.17.34", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "prop-types": "15.7.2", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index 775479e0b84..b512f6ee92b 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.30.1](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.30.0...@times-components/article-extras@0.30.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-extras + + + + + # [0.30.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.29.0...@times-components/article-extras@0.30.0) (2024-08-08) diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index b7d1d870bb0..726bdb8b749 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.30.0", + "version": "0.30.1", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ", "main": "dist/index", "dev": "src/index", @@ -49,14 +49,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-comments": "0.44.0", + "@times-components/article-comments": "0.44.1", "@times-components/article-topics": "4.11.55", "@times-components/button": "2.10.61", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", - "@times-components/related-articles": "6.17.78", - "@times-components/save-and-share-bar": "0.22.2", - "@times-components/ts-components": "1.100.0", + "@times-components/related-articles": "6.17.79", + "@times-components/save-and-share-bar": "0.22.3", + "@times-components/ts-components": "1.100.1", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index ba365fb98e7..565fe148874 100644 --- a/packages/article-in-depth/CHANGELOG.md +++ b/packages/article-in-depth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.88.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.88.1...@times-components/article-in-depth@3.88.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-in-depth + + + + + ## [3.88.1](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.88.0...@times-components/article-in-depth@3.88.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-in-depth diff --git a/packages/article-in-depth/package.json b/packages/article-in-depth/package.json index e1afe1d854d..db5f993e3af 100644 --- a/packages/article-in-depth/package.json +++ b/packages/article-in-depth/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-in-depth", - "version": "3.88.1", + "version": "3.88.2", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 5f799ef389f..76fe50b9761 100644 --- a/packages/article-list/CHANGELOG.md +++ b/packages/article-list/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.19.2](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.1...@times-components/article-list@9.19.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-list + + + + + ## [9.19.1](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.0...@times-components/article-list@9.19.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-list diff --git a/packages/article-list/package.json b/packages/article-list/package.json index 1760c3e261d..4eb256f8147 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.19.1", + "version": "9.19.2", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -61,7 +61,7 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-summary": "3.24.82", + "@times-components/article-summary": "3.24.83", "@times-components/button": "2.10.61", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index 862cbcd872a..c6233d54fc2 100644 --- a/packages/article-magazine-comment/CHANGELOG.md +++ b/packages/article-magazine-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.84.1...@times-components/article-magazine-comment@3.84.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-magazine-comment + + + + + ## [3.84.1](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.84.0...@times-components/article-magazine-comment@3.84.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-magazine-comment diff --git a/packages/article-magazine-comment/package.json b/packages/article-magazine-comment/package.json index ccfd56cfa32..ad57f6b68e2 100644 --- a/packages/article-magazine-comment/package.json +++ b/packages/article-magazine-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-comment", - "version": "3.84.1", + "version": "3.84.2", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -57,12 +57,12 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index 15ea1d0a9ca..9e16bab3aa5 100644 --- a/packages/article-magazine-standard/CHANGELOG.md +++ b/packages/article-magazine-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.84.1...@times-components/article-magazine-standard@3.84.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-magazine-standard + + + + + ## [3.84.1](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.84.0...@times-components/article-magazine-standard@3.84.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-magazine-standard diff --git a/packages/article-magazine-standard/package.json b/packages/article-magazine-standard/package.json index 8adcac05f0a..b166a421678 100644 --- a/packages/article-magazine-standard/package.json +++ b/packages/article-magazine-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-standard", - "version": "3.84.1", + "version": "3.84.2", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index 101a3823dfc..5cb6545e698 100644 --- a/packages/article-main-comment/CHANGELOG.md +++ b/packages/article-main-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.87.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.87.1...@times-components/article-main-comment@2.87.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-main-comment + + + + + ## [2.87.1](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.87.0...@times-components/article-main-comment@2.87.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-main-comment diff --git a/packages/article-main-comment/package.json b/packages/article-main-comment/package.json index 1c541c76b58..2768e6f56b9 100644 --- a/packages/article-main-comment/package.json +++ b/packages/article-main-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-comment", - "version": "2.87.1", + "version": "2.87.2", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -56,12 +56,12 @@ "@times-components/ad": "2.22.23", "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index 07cee0fe415..35919bfbee4 100644 --- a/packages/article-main-standard/CHANGELOG.md +++ b/packages/article-main-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.96.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.96.1...@times-components/article-main-standard@3.96.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-main-standard + + + + + ## [3.96.1](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.96.0...@times-components/article-main-standard@3.96.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-main-standard diff --git a/packages/article-main-standard/package.json b/packages/article-main-standard/package.json index 9086ac89613..4493f42c628 100644 --- a/packages/article-main-standard/package.json +++ b/packages/article-main-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-standard", - "version": "3.96.1", + "version": "3.96.2", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -56,13 +56,13 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index 3894aee4685..a26f5e619f8 100644 --- a/packages/article-paragraph/CHANGELOG.md +++ b/packages/article-paragraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.319](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.318...@times-components/article-paragraph@1.9.319) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.9.318](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.317...@times-components/article-paragraph@1.9.318) (2024-08-08) **Note:** Version bump only for package @times-components/article-paragraph diff --git a/packages/article-paragraph/package.json b/packages/article-paragraph/package.json index 63f4b874a94..d32b2c5dd4e 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.9.318", + "version": "1.9.319", "description": "Article Paragraph", "main": "dist/index", "dev": "src/index", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.136.0", + "@times-components/article-skeleton": "1.136.1", "@times-components/context": "1.24.0", "@times-components/markup-forest": "1.9.2", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index 2c811261047..4e0315d2210 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.136.1](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.136.0...@times-components/article-skeleton@1.136.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-skeleton + + + + + # [1.136.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.135.0...@times-components/article-skeleton@1.136.0) (2024-08-08) diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index 654dc5571ee..25cb792fbd3 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.136.0", + "version": "1.136.1", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -62,14 +62,14 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-extras": "0.30.0", + "@times-components/article-extras": "0.30.1", "@times-components/article-image": "7.18.1", - "@times-components/article-paragraph": "1.9.318", + "@times-components/article-paragraph": "1.9.319", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/interactive-wrapper": "0.9.89", - "@times-components/key-facts": "2.12.89", + "@times-components/key-facts": "2.12.90", "@times-components/lazy-load": "0.20.0", "@times-components/link": "3.17.34", "@times-components/markup": "3.8.61", @@ -77,10 +77,10 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/pull-quote": "3.15.40", - "@times-components/save-and-share-bar": "0.22.2", + "@times-components/save-and-share-bar": "0.22.3", "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", diff --git a/packages/article-summary/CHANGELOG.md b/packages/article-summary/CHANGELOG.md index 23d708cf409..1dbd52e7de5 100644 --- a/packages/article-summary/CHANGELOG.md +++ b/packages/article-summary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.24.83](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.82...@times-components/article-summary@3.24.83) (2024-08-08) + +**Note:** Version bump only for package @times-components/article-summary + + + + + ## [3.24.82](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.81...@times-components/article-summary@3.24.82) (2024-08-08) **Note:** Version bump only for package @times-components/article-summary diff --git a/packages/article-summary/package.json b/packages/article-summary/package.json index 632b3c4e25b..d3cf1f931f1 100644 --- a/packages/article-summary/package.json +++ b/packages/article-summary/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-summary", - "version": "3.24.82", + "version": "3.24.83", "main": "dist/article-summary", "dev": "src/article-summary", "scripts": { @@ -55,7 +55,7 @@ "@times-components/date-publication": "0.30.34", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "@times-components/video-label": "2.11.62", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index e204cf6ebea..75463e3071c 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.17.2](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.1...@times-components/article@7.17.2) (2024-08-08) + +**Note:** Version bump only for package @times-components/article + + + + + ## [7.17.1](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.0...@times-components/article@7.17.1) (2024-08-08) **Note:** Version bump only for package @times-components/article diff --git a/packages/article/package.json b/packages/article/package.json index aae91317387..64e705ed7ef 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.17.1", + "version": "7.17.2", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -53,11 +53,11 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-in-depth": "3.88.1", - "@times-components/article-magazine-comment": "3.84.1", - "@times-components/article-magazine-standard": "3.84.1", - "@times-components/article-main-comment": "2.87.1", - "@times-components/article-main-standard": "3.96.1", + "@times-components/article-in-depth": "3.88.2", + "@times-components/article-magazine-comment": "3.84.2", + "@times-components/article-magazine-standard": "3.84.2", + "@times-components/article-main-comment": "2.87.2", + "@times-components/article-main-standard": "3.96.2", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", "@times-components/provider": "1.41.0", diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index 4c2b1f41c02..60ddc7a8926 100644 --- a/packages/author-profile/CHANGELOG.md +++ b/packages/author-profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.18.16](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.15...@times-components/author-profile@6.18.16) (2024-08-08) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.18.15](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.14...@times-components/author-profile@6.18.15) (2024-08-08) **Note:** Version bump only for package @times-components/author-profile diff --git a/packages/author-profile/package.json b/packages/author-profile/package.json index ca5edc2f26b..d8730555b25 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.18.15", + "version": "6.18.16", "description": "Author profile information along with a list of articles they have written ", "main": "dist/author-profile", "dev": "src/author-profile", @@ -59,7 +59,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.1", + "@times-components/article-list": "9.19.2", "@times-components/gradient": "3.5.61", "@times-components/icons": "2.22.12", "@times-components/image": "6.18.1", diff --git a/packages/key-facts/CHANGELOG.md b/packages/key-facts/CHANGELOG.md index 6089885147b..e1afced3a80 100644 --- a/packages/key-facts/CHANGELOG.md +++ b/packages/key-facts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.90](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.89...@times-components/key-facts@2.12.90) (2024-08-08) + +**Note:** Version bump only for package @times-components/key-facts + + + + + ## [2.12.89](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.88...@times-components/key-facts@2.12.89) (2024-08-08) **Note:** Version bump only for package @times-components/key-facts diff --git a/packages/key-facts/package.json b/packages/key-facts/package.json index 0ce80b15cd8..9c2269d1285 100644 --- a/packages/key-facts/package.json +++ b/packages/key-facts/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/key-facts", - "version": "2.12.89", + "version": "2.12.90", "description": "Bulleted list of text data ", "main": "dist/key-facts", "dev": "src/key-facts", @@ -56,7 +56,7 @@ "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "prop-types": "15.7.2", diff --git a/packages/related-articles/CHANGELOG.md b/packages/related-articles/CHANGELOG.md index 65dfb1231be..2ee55e9e9b8 100644 --- a/packages/related-articles/CHANGELOG.md +++ b/packages/related-articles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.79](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.78...@times-components/related-articles@6.17.79) (2024-08-08) + +**Note:** Version bump only for package @times-components/related-articles + + + + + ## [6.17.78](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.77...@times-components/related-articles@6.17.78) (2024-08-08) **Note:** Version bump only for package @times-components/related-articles diff --git a/packages/related-articles/package.json b/packages/related-articles/package.json index 4f46ad173ec..b24d46063f1 100644 --- a/packages/related-articles/package.json +++ b/packages/related-articles/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/related-articles", - "version": "6.17.78", + "version": "6.17.79", "description": "related articles of an article", "main": "dist/related-articles", "dev": "src/related-articles", @@ -55,7 +55,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-summary": "3.24.82", + "@times-components/article-summary": "3.24.83", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", "@times-components/link": "3.17.34", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index 9a6ff7daf4c..d1af5d403c6 100644 --- a/packages/save-and-share-bar/CHANGELOG.md +++ b/packages/save-and-share-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.3](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.2...@times-components/save-and-share-bar@0.22.3) (2024-08-08) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + ## [0.22.2](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.1...@times-components/save-and-share-bar@0.22.2) (2024-08-08) **Note:** Version bump only for package @times-components/save-and-share-bar diff --git a/packages/save-and-share-bar/package.json b/packages/save-and-share-bar/package.json index ed96b4f99ec..31d47164d92 100644 --- a/packages/save-and-share-bar/package.json +++ b/packages/save-and-share-bar/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-and-share-bar", - "version": "0.22.2", + "version": "0.22.3", "description": "Save and Share bar ", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -38,7 +38,7 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.0", + "@times-components/ts-components": "1.100.1", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 1ecbf4ef69c..93e797130cc 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.58.1](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.58.0...@times-components/ssr@2.58.1) (2024-08-08) + +**Note:** Version bump only for package @times-components/ssr + + + + + # [2.58.0](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.57.1...@times-components/ssr@2.58.0) (2024-08-08) diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 5ad0a8305d6..8349a07fb66 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.58.0", + "version": "2.58.1", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -52,13 +52,13 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.17.1", - "@times-components/author-profile": "6.18.15", + "@times-components/article": "7.17.2", + "@times-components/author-profile": "6.18.16", "@times-components/context": "1.24.0", "@times-components/provider": "1.41.0", "@times-components/schema": "0.7.5", "@times-components/tealium": "1.15.3", - "@times-components/topic": "5.10.92", + "@times-components/topic": "5.10.93", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "apollo-cache-inmemory": "1.5.1", diff --git a/packages/topic/CHANGELOG.md b/packages/topic/CHANGELOG.md index 3a744f963d2..36896159bc0 100644 --- a/packages/topic/CHANGELOG.md +++ b/packages/topic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.93](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.92...@times-components/topic@5.10.93) (2024-08-08) + +**Note:** Version bump only for package @times-components/topic + + + + + ## [5.10.92](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.91...@times-components/topic@5.10.92) (2024-08-08) **Note:** Version bump only for package @times-components/topic diff --git a/packages/topic/package.json b/packages/topic/package.json index fc314dad5b5..4237c0c0af1 100644 --- a/packages/topic/package.json +++ b/packages/topic/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/topic", - "version": "5.10.92", + "version": "5.10.93", "description": "Topic page component ", "main": "dist/topic", "dev": "src/topic", @@ -56,7 +56,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.1", + "@times-components/article-list": "9.19.2", "@times-components/context": "1.24.0", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", diff --git a/packages/ts-components/CHANGELOG.md b/packages/ts-components/CHANGELOG.md index 31bbe1effa5..b23ff758544 100644 --- a/packages/ts-components/CHANGELOG.md +++ b/packages/ts-components/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.100.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.100.0...@times-components/ts-components@1.100.1) (2024-08-08) + + +### Bug Fixes + +* **TMP-1437:** Call /is-bookmarked only for logged in users ([bd3bef2](https://github.com/newsuk/times-components/commit/bd3bef2213ad57574d0c458ad9f1e252a8b5d6ca)) +* **TMP-1437:** Cleanup ([d301fc9](https://github.com/newsuk/times-components/commit/d301fc972c454d5f5e8a97591515b49660cae706)) + + + + + # [1.100.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.99.0...@times-components/ts-components@1.100.0) (2024-08-08) diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index 061278ca582..ea3d563cffe 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-components", - "version": "1.100.0", + "version": "1.100.1", "description": "Reuseable Typescript React Components ", "main": "dist/index.js", "dev": "dist/index.js", @@ -57,7 +57,7 @@ "@times-components/link": "3.17.34", "@times-components/provider": "1.41.0", "@times-components/provider-queries": "2.22.0", - "@times-components/related-articles": "6.17.78", + "@times-components/related-articles": "6.17.79", "@times-components/ts-slices": "1.9.22", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", From 9c16e264e074eeed1b63cc597ed7656b917a3402 Mon Sep 17 00:00:00 2001 From: YusufYF <101107646+YusufYF@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:47:13 +0100 Subject: [PATCH 08/97] feat(TMD-538-539-540): Move components from ts-newskit into ts-components (#3891) * Moved Breadcrumb DelayedComponent, UpdateButton, UpdateButtonWithDelay moved DelayedComponent, UpdateButton, UpdateButtonWithDelay moved Moved Banner Moved JobTitle Linting etc. Linting Linting Linting Fix import Update jest version Version feat(TMD-477): remove emotion icons (#3892) * feat(TMD-477): remove emotion icons * updated snapshots * updated yarn.lock chore: Publish ee7f4361a2 [ci skip] - @times-components/article-extras@0.28.15 - @times-components/article-in-depth@3.87.0 - @times-components/article-magazine-comment@3.83.0 - @times-components/article-magazine-standard@3.83.0 - @times-components/article-main-comment@2.86.0 - @times-components/article-main-standard@3.95.0 - @times-components/article-paragraph@1.9.314 - @times-components/article-skeleton@1.133.14 - @times-components/article@7.16.277 - @times-components/save-and-share-bar@0.22.0 - @times-components/ssr@2.55.14 feat(TMW-000): Update article ad positions (#3896) * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions chore: Publish 6333718265 [ci skip] - @times-components/article-in-depth@3.87.1 - @times-components/article-magazine-comment@3.83.1 - @times-components/article-magazine-standard@3.83.1 - @times-components/article-main-comment@2.86.1 - @times-components/article-main-standard@3.95.1 - @times-components/article-paragraph@1.9.315 - @times-components/article-skeleton@1.134.0 - @times-components/article@7.16.278 - @times-components/ssr@2.55.15 feat(TMD-477): remove emotion icons (#3892) * feat(TMD-477): remove emotion icons * updated snapshots * updated yarn.lock chore: Publish ee7f4361a2 [ci skip] - @times-components/article-extras@0.28.15 - @times-components/article-in-depth@3.87.0 - @times-components/article-magazine-comment@3.83.0 - @times-components/article-magazine-standard@3.83.0 - @times-components/article-main-comment@2.86.0 - @times-components/article-main-standard@3.95.0 - @times-components/article-paragraph@1.9.314 - @times-components/article-skeleton@1.133.14 - @times-components/article@7.16.277 - @times-components/save-and-share-bar@0.22.0 - @times-components/ssr@2.55.14 feat(TMW-000): Update article ad positions (#3896) * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions * feat(TMW-000): Update article ad positions chore: Publish 6333718265 [ci skip] - @times-components/article-in-depth@3.87.1 - @times-components/article-magazine-comment@3.83.1 - @times-components/article-magazine-standard@3.83.1 - @times-components/article-main-comment@2.86.1 - @times-components/article-main-standard@3.95.1 - @times-components/article-paragraph@1.9.315 - @times-components/article-skeleton@1.134.0 - @times-components/article@7.16.278 - @times-components/ssr@2.55.15 updated caniuse-lite import remove unneeded removed coverage * globals changed * globals * globals * Deleted ts-newskit * Fixed some circular dependecies * Changed resource class * Changed to lower resource class * Test canary * test * Canary * snap * empty commit * empty * empty * emoty * update snapshot * Revert "empty commit" This reverts commit 30ad2c65f642a1b3e9d11cf33f99e9895be7aa7e. --------- Co-authored-by: Yusuf Yusuf Co-authored-by: Bibi Collins <44647540+bibicollins1@users.noreply.github.com> --- .circleci/config.yml | 618 +-- packages/article-extras/package.json | 1 - packages/article-extras/src/article-extras.js | 3 +- packages/article-skeleton/package.json | 1 - .../article-skeleton/src/article-skeleton.js | 5 +- .../src/article-summary-content.js | 2 +- .../article-summary/src/article-summary.js | 6 +- packages/article-summary/src/shared.js | 9 + packages/ts-components/jest.config.js | 3 +- packages/ts-components/package.json | 1 + .../components/article-flag/ArticleFlag.tsx | 6 +- .../components/article-flag/getActiveFlags.ts | 2 +- .../src/components/article-flag/styles.ts | 2 +- .../src/components/article-flag/types.ts | 4 + .../__snapshots__/banner.test.tsx.snap | 0 .../banner/__tests__/banner.test.tsx | 0 .../banner}/assets/CloseIconBlack.tsx | 0 .../components/banner}/assets/EmailIcon.tsx | 0 .../src/components}/banner/banner.stories.mdx | 2 +- .../src/components}/banner/banner.tsx | 3 +- .../src/components}/banner/styles.ts | 0 .../__snapshots__/index.test.tsx.snap | 0 .../breadcrumb/__tests__/index.test.tsx | 4 +- .../breadcrumb}/assets/BreadcrumbIcon.tsx | 0 .../breadcrumb/breadcrumb.stories.mdx | 8 +- .../src/components/breadcrumb/breadcrumb.tsx} | 4 +- .../breadcrumb/fixtures/breadcrumbs.json | 0 .../src/components}/breadcrumb/styles.ts | 0 .../__tests__/delayed-component.test.tsx | 0 .../delayed-component.stories.mdx | 0 .../delayed-component/delayed-component.tsx | 0 .../components/in-article-info-card/Card.tsx | 2 +- .../in-article-info-card/InfoCard.tsx | 9 +- .../components/in-article-info-card/types.ts | 8 + .../__snapshots__/index.test.tsx.snap | 0 .../job-title/__tests__/index.test.tsx | 0 .../job-title}/assets/TooltipIcon.tsx | 0 .../job-title/assets/close-icon.tsx | 0 .../job-title/job-title.stories.mdx | 0 .../src/components}/job-title/job-title.tsx | 2 +- .../src/components}/job-title/styles.ts | 0 .../components/save-star/ContentProvider.tsx | 8 +- .../src/components/save-star/SaveStar.tsx | 3 +- .../src/components/save-star/SaveStarUI.tsx | 6 +- .../src/components/save-star/types.ts | 9 + .../update-button-with-delay.test.tsx.snap | 0 .../__snapshots__/update-button.test.tsx.snap | 0 .../update-button-with-delay.test.tsx | 0 .../__tests__/update-button.test.tsx | 0 .../update-button}/assets/FilledArrowIcon.tsx | 0 .../src/components}/update-button/styles.ts | 0 .../update-button-with-delay.stories.mdx | 0 .../update-button-with-delay.tsx | 0 .../update-button/update-button.stories.mdx | 0 .../update-button/update-button.tsx | 2 +- .../articleHarness.test.tsx.snap | 34 + .../__tests__/articleHarness.test.tsx | 11 + packages/ts-components/src/index.ts | 22 +- packages/ts-components/tsconfig.json | 7 +- packages/ts-newskit/.gitignore | 11 - packages/ts-newskit/CHANGELOG.md | 3699 ----------------- packages/ts-newskit/LICENSE | 29 - packages/ts-newskit/README.md | 16 - packages/ts-newskit/babel.config.js | 10 - packages/ts-newskit/jest.config.js | 54 - packages/ts-newskit/jest.setup.js | 3 - packages/ts-newskit/package.json | 89 - .../ts-newskit/src/assets/ChevronIcon.tsx | 19 - .../__snapshots__/index.test.tsx.snap | 106 - .../src/assets/__tests__/index.test.tsx | 18 - .../ts-newskit/src/assets/icons.stories.mdx | 1 - packages/ts-newskit/src/assets/index.tsx | 5 - .../navigation/fixtures/analytics-actions.ts | 7 - packages/ts-newskit/src/index.ts | 11 - .../src/utils/TrackingContextProvider.tsx | 77 - .../TrackingContextProvider.test.tsx | 58 - packages/ts-newskit/tsconfig.jest.json | 9 - packages/ts-newskit/tsconfig.json | 49 - packages/ts-newskit/tslint.json | 17 - packages/ts-newskit/webpack.config.js | 5 - yarn.lock | 131 +- 81 files changed, 442 insertions(+), 4789 deletions(-) create mode 100644 packages/article-summary/src/shared.js create mode 100644 packages/ts-components/src/components/article-flag/types.ts rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/banner/__tests__/__snapshots__/banner.test.tsx.snap (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/banner/__tests__/banner.test.tsx (100%) rename packages/{ts-newskit/src => ts-components/src/components/banner}/assets/CloseIconBlack.tsx (100%) rename packages/{ts-newskit/src => ts-components/src/components/banner}/assets/EmailIcon.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/banner/banner.stories.mdx (98%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/banner/banner.tsx (89%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/banner/styles.ts (100%) rename packages/{ts-newskit/src/components/navigation => ts-components/src/components}/breadcrumb/__tests__/__snapshots__/index.test.tsx.snap (100%) rename packages/{ts-newskit/src/components/navigation => ts-components/src/components}/breadcrumb/__tests__/index.test.tsx (92%) rename packages/{ts-newskit/src => ts-components/src/components/breadcrumb}/assets/BreadcrumbIcon.tsx (100%) rename packages/{ts-newskit/src/components/navigation => ts-components/src/components}/breadcrumb/breadcrumb.stories.mdx (86%) rename packages/{ts-newskit/src/components/navigation/breadcrumb/index.tsx => ts-components/src/components/breadcrumb/breadcrumb.tsx} (95%) rename packages/{ts-newskit/src/components/navigation => ts-components/src/components}/breadcrumb/fixtures/breadcrumbs.json (100%) rename packages/{ts-newskit/src/components/navigation => ts-components/src/components}/breadcrumb/styles.ts (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/delayed-component/__tests__/delayed-component.test.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/delayed-component/delayed-component.stories.mdx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/delayed-component/delayed-component.tsx (100%) create mode 100644 packages/ts-components/src/components/in-article-info-card/types.ts rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/__tests__/__snapshots__/index.test.tsx.snap (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/__tests__/index.test.tsx (100%) rename packages/{ts-newskit/src => ts-components/src/components/job-title}/assets/TooltipIcon.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/assets/close-icon.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/job-title.stories.mdx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/job-title.tsx (97%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/job-title/styles.ts (100%) create mode 100644 packages/ts-components/src/components/save-star/types.ts rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/__tests__/__snapshots__/update-button-with-delay.test.tsx.snap (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/__tests__/__snapshots__/update-button.test.tsx.snap (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/__tests__/update-button-with-delay.test.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/__tests__/update-button.test.tsx (100%) rename packages/{ts-newskit/src => ts-components/src/components/update-button}/assets/FilledArrowIcon.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/styles.ts (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/update-button-with-delay.stories.mdx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/update-button-with-delay.tsx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/update-button.stories.mdx (100%) rename packages/{ts-newskit/src/components/misc => ts-components/src/components}/update-button/update-button.tsx (87%) create mode 100644 packages/ts-components/src/fixtures/article-harness/__tests__/__snapshots__/articleHarness.test.tsx.snap create mode 100644 packages/ts-components/src/fixtures/article-harness/__tests__/articleHarness.test.tsx delete mode 100644 packages/ts-newskit/.gitignore delete mode 100644 packages/ts-newskit/CHANGELOG.md delete mode 100644 packages/ts-newskit/LICENSE delete mode 100644 packages/ts-newskit/README.md delete mode 100644 packages/ts-newskit/babel.config.js delete mode 100644 packages/ts-newskit/jest.config.js delete mode 100644 packages/ts-newskit/jest.setup.js delete mode 100644 packages/ts-newskit/package.json delete mode 100644 packages/ts-newskit/src/assets/ChevronIcon.tsx delete mode 100644 packages/ts-newskit/src/assets/__tests__/__snapshots__/index.test.tsx.snap delete mode 100644 packages/ts-newskit/src/assets/__tests__/index.test.tsx delete mode 100644 packages/ts-newskit/src/assets/icons.stories.mdx delete mode 100644 packages/ts-newskit/src/assets/index.tsx delete mode 100644 packages/ts-newskit/src/components/navigation/fixtures/analytics-actions.ts delete mode 100644 packages/ts-newskit/src/index.ts delete mode 100644 packages/ts-newskit/src/utils/TrackingContextProvider.tsx delete mode 100644 packages/ts-newskit/src/utils/__tests__/TrackingContextProvider.test.tsx delete mode 100644 packages/ts-newskit/tsconfig.jest.json delete mode 100644 packages/ts-newskit/tsconfig.json delete mode 100644 packages/ts-newskit/tslint.json delete mode 100644 packages/ts-newskit/webpack.config.js diff --git a/.circleci/config.yml b/.circleci/config.yml index 011e7250130..36c4b200d95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,267 +1,267 @@ version: 2.1 executors: - node: - docker: - - image: cimg/node:18.19.1-browsers - resource_class: medium+ - node_sonar: - docker: - - image: cimg/node:18.19.1 - resource_class: small + node: + docker: + - image: cimg/node:18.19.1-browsers + resource_class: large + node_sonar: + docker: + - image: cimg/node:18.19.1 + resource_class: small orbs: sonarcloud: sonarsource/sonarcloud@2.0.0 commands: - install-dependencies: - description: 'Install Dependencies' - steps: - - run: - name: Install Dependencies - command: yarn install --frozen-lockfile --ignore-engines - working_directory: ~/project/ + install-dependencies: + description: "Install Dependencies" + steps: + - run: + name: Install Dependencies + command: yarn install --frozen-lockfile --ignore-engines + working_directory: ~/project/ - restore-yarn: - description: 'Restore Yarn Package Cache' - steps: - - restore_cache: - key: yarn-packages-{{ checksum "yarn.lock" }} + restore-yarn: + description: "Restore Yarn Package Cache" + steps: + - restore_cache: + key: yarn-packages-{{ checksum "yarn.lock" }} - save-yarn: - description: 'Save Yarn Package Cache' - steps: - - save_cache: - key: yarn-packages-{{ checksum "yarn.lock" }} - paths: - - ~/.cache/yarn - install-lerna: - description: 'Install Lerna' - steps: - - run: - name: 'Install Lerna' - command: yarn global add lerna@7.4.2 - working_directory: ~/project/ + save-yarn: + description: "Save Yarn Package Cache" + steps: + - save_cache: + key: yarn-packages-{{ checksum "yarn.lock" }} + paths: + - ~/.cache/yarn + install-lerna: + description: "Install Lerna" + steps: + - run: + name: "Install Lerna" + command: yarn global add lerna@7.4.2 + working_directory: ~/project/ jobs: - setup: - executor: node - steps: - - checkout - - restore-yarn - - install-dependencies - - save-yarn - - install-lerna - - persist_to_workspace: - root: ./ - paths: - - ./ + setup: + executor: node + steps: + - checkout + - restore-yarn + - install-dependencies + - save-yarn + - install-lerna + - persist_to_workspace: + root: ./ + paths: + - ./ - run_lint: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - run: - name: Run Lint - command: | - yarn lint - working_directory: ~/project/ + run_lint: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - run: + name: Run Lint + command: | + yarn lint + working_directory: ~/project/ - build_storybook: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - run: - name: Run Tests - command: | - yarn test - working_directory: ~/project/ - - store_artifacts: - path: ./storybook-static - destination: Storybook + build_storybook: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - run: + name: Run Tests + command: | + yarn test + working_directory: ~/project/ + - store_artifacts: + path: ./storybook-static + destination: Storybook - run_noplatform_tests: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - install-lerna - - run: - name: Run No Specific Platform Tests - command: | - lerna run test --stream --since -- -- --ci --bail --coverage - working_directory: ~/project/ - run_web_tests: - executor: node - steps: - - checkout - - install-lerna - - attach_workspace: - at: ./ - - run: - name: Run Web Tests - command: | - lerna run test:web --stream --since -- -- --ci --bail --coverage - working_directory: ~/project/ + run_noplatform_tests: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - install-lerna + - run: + name: Run No Specific Platform Tests + command: | + lerna run test --stream --since -- -- --ci --bail --coverage + working_directory: ~/project/ + run_web_tests: + executor: node + steps: + - checkout + - install-lerna + - attach_workspace: + at: ./ + - run: + name: Run Web Tests + command: | + lerna run test:web --stream --since -- -- --ci --bail --coverage + working_directory: ~/project/ - run_unit_tests: - executor: node - steps: - - checkout - - install-lerna - - attach_workspace: - at: ./ - - run: - name: Run Unit Tests - command: | - lerna run test:unit --stream --since -- -- --ci --bail --coverage - working_directory: ~/project/ + run_unit_tests: + executor: node + steps: + - checkout + - install-lerna + - attach_workspace: + at: ./ + - run: + name: Run Unit Tests + command: | + lerna run test:unit --stream --since -- -- --ci --bail --coverage + working_directory: ~/project/ - sonarcloud_scan: - executor: node_sonar - steps: - - checkout - - attach_workspace: - at: ./ - - sonarcloud/scan + sonarcloud_scan: + executor: node_sonar + steps: + - checkout + - attach_workspace: + at: ./ + - sonarcloud/scan - run_cypress_tests: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - run: - name: Install Cypress binary and dependencies - command: | - sudo apt-get update; - sudo apt-get install -y lsof; - sudo apt-get install --no-install-recommends -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb - yarn cypress install - working_directory: ~/project/ - - run: - name: Run Cypress Tests - command: | - yarn test:e2e - working_directory: ~/project/ - - store_artifacts: - path: packages/ssr/__tests__/screenshots - - store_artifacts: - path: packages/ssr/__tests__/snapshots + run_cypress_tests: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - run: + name: Install Cypress binary and dependencies + command: | + sudo apt-get update; + sudo apt-get install -y lsof; + sudo apt-get install --no-install-recommends -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb + yarn cypress install + working_directory: ~/project/ + - run: + name: Run Cypress Tests + command: | + yarn test:e2e + working_directory: ~/project/ + - store_artifacts: + path: packages/ssr/__tests__/screenshots + - store_artifacts: + path: packages/ssr/__tests__/snapshots - publish_coverage: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - run: - name: Publish coverage - command: | - export COVERALLS_GIT_COMMIT=$CIRCLE_SHA1 - export COVERALLS_GIT_BRANCH=$CIRCLE_BRANCH - yarn coverage:publish - working_directory: ~/project/ + publish_coverage: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - run: + name: Publish coverage + command: | + export COVERALLS_GIT_COMMIT=$CIRCLE_SHA1 + export COVERALLS_GIT_BRANCH=$CIRCLE_BRANCH + yarn coverage:publish + working_directory: ~/project/ - publish_canary: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - install-lerna - - run: - name: Publish canary to npm - command: | - lerna run bundle --stream - yarn npm:publish-canary - working_directory: ~/project/ + publish_canary: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - install-lerna + - run: + name: Publish canary to npm + command: | + lerna run bundle --stream + yarn npm:publish-canary + working_directory: ~/project/ - publish_npm: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - install-lerna - - run: - name: Publish to npm - command: | - lerna run bundle --stream - yarn npm:publish - working_directory: ~/project/ + publish_npm: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - install-lerna + - run: + name: Publish to npm + command: | + lerna run bundle --stream + yarn npm:publish + working_directory: ~/project/ - publish_storybook: - executor: node - steps: - - checkout - - attach_workspace: - at: ./ - - run: - name: Publish Storybook - command: | - yarn storybook:publish - working_directory: ~/project/ + publish_storybook: + executor: node + steps: + - checkout + - attach_workspace: + at: ./ + - run: + name: Publish Storybook + command: | + yarn storybook:publish + working_directory: ~/project/ - verdaccio-test: - executor: node - steps: - - checkout - - install-lerna - - run: - name: Install Dependencies - command: yarn install --frozen-lockfile --ignore-engines - working_directory: ~/project/ - - run: - name: Clean Lerna - command: lerna clean -y - - run: - name: Start Verdaccio - command: yarn verdaccio:start:detached - working_directory: ~/project/ - - run: - name: Init Lerna - command: lerna init - - run: - name: Configure NPM to use local registry - command: npm config set registry http://localhost:4873 - - run: - name: Configure Yarn registry - command: yarn config set registry http://localhost:4873/ - - run: - name: Check Changed Packages - command: | - CHANGED_PACKAGES=$(lerna changed --json 2>/dev/null || echo "") - echo "$CHANGED_PACKAGES" > changed-packages.json - - run: - name: Publish Changed Packages to Verdaccio - command: | - # Use the changed-packages.json file to determine which packages to publish - PACKAGES_TO_PUBLISH=$(cat changed-packages.json | jq -r '.[].name') - if [ -n "$PACKAGES_TO_PUBLISH" ]; then - lerna run bundle --stream - rm -rf node_modules - yarn install --frozen-lockfile --ignore-engines - yarn --verbose lerna:publish:verdaccio - else - echo "No changed packages to publish." - fi - - run: - name: Unset npm registry - command: | - sed -i '/registry=http:\/\/localhost:4873\//d' .npmrc - - run: - name: Point registry back to yarnpkg.com - command: npm config set registry https://registry.yarnpkg.com - - run: - name: Remove npm and Yarn config files - command: | - yarn config delete registry + verdaccio-test: + executor: node + steps: + - checkout + - install-lerna + - run: + name: Install Dependencies + command: yarn install --frozen-lockfile --ignore-engines + working_directory: ~/project/ + - run: + name: Clean Lerna + command: lerna clean -y + - run: + name: Start Verdaccio + command: yarn verdaccio:start:detached + working_directory: ~/project/ + - run: + name: Init Lerna + command: lerna init + - run: + name: Configure NPM to use local registry + command: npm config set registry http://localhost:4873 + - run: + name: Configure Yarn registry + command: yarn config set registry http://localhost:4873/ + - run: + name: Check Changed Packages + command: | + CHANGED_PACKAGES=$(lerna changed --json 2>/dev/null || echo "") + echo "$CHANGED_PACKAGES" > changed-packages.json + - run: + name: Publish Changed Packages to Verdaccio + command: | + # Use the changed-packages.json file to determine which packages to publish + PACKAGES_TO_PUBLISH=$(cat changed-packages.json | jq -r '.[].name') + if [ -n "$PACKAGES_TO_PUBLISH" ]; then + lerna run bundle --stream + rm -rf node_modules + yarn install --frozen-lockfile --ignore-engines + yarn --verbose lerna:publish:verdaccio + else + echo "No changed packages to publish." + fi + - run: + name: Unset npm registry + command: | + sed -i '/registry=http:\/\/localhost:4873\//d' .npmrc + - run: + name: Point registry back to yarnpkg.com + command: npm config set registry https://registry.yarnpkg.com + - run: + name: Remove npm and Yarn config files + command: | + yarn config delete registry only_on_pr_branch: &only_on_pr_branch filters: @@ -275,74 +275,74 @@ only_on_master_branch: &only_on_master_branch - master workflows: - version: 2 + version: 2 - run_tests: - jobs: + run_tests: + jobs: + - setup + - run_lint: + requires: + - setup + - build_storybook: + requires: + - setup + - run_noplatform_tests: + requires: + - setup + - run_web_tests: + requires: + - setup + - run_unit_tests: + requires: + - setup + - sonarcloud_scan: + context: SonarCloud + - run_cypress_tests: + requires: - setup - - run_lint: - requires: - - setup - - build_storybook: - requires: - - setup - - run_noplatform_tests: - requires: - - setup - - run_web_tests: - requires: - - setup - - run_unit_tests: - requires: - - setup - - sonarcloud_scan: - context: SonarCloud - - run_cypress_tests: - requires: - - setup - - verdaccio-test-approval: - <<: *only_on_master_branch - type: approval - requires: - - build_storybook - - run_lint - - run_noplatform_tests - - run_web_tests - - run_unit_tests - - run_cypress_tests - - verdaccio-test: - <<: *only_on_master_branch - requires: - - verdaccio-test-approval - - publish_coverage: - requires: - - build_storybook - - run_lint - - run_noplatform_tests - - run_web_tests - - run_unit_tests - - run_cypress_tests - - publish_storybook: - <<: *only_on_master_branch - requires: - - verdaccio-test - - publish_canary_approval: - name: Approve canary release - type: approval - <<: *only_on_pr_branch - requires: - - build_storybook - - run_lint - - run_noplatform_tests - - run_web_tests - - run_unit_tests - - run_cypress_tests - - publish_canary: - <<: *only_on_pr_branch - requires: - - Approve canary release - - publish_npm: - <<: *only_on_master_branch - requires: - - verdaccio-test + - verdaccio-test-approval: + <<: *only_on_master_branch + type: approval + requires: + - build_storybook + - run_lint + - run_noplatform_tests + - run_web_tests + - run_unit_tests + - run_cypress_tests + - verdaccio-test: + <<: *only_on_master_branch + requires: + - verdaccio-test-approval + - publish_coverage: + requires: + - build_storybook + - run_lint + - run_noplatform_tests + - run_web_tests + - run_unit_tests + - run_cypress_tests + - publish_storybook: + <<: *only_on_master_branch + requires: + - verdaccio-test + - publish_canary_approval: + name: Approve canary release + type: approval + <<: *only_on_pr_branch + requires: + - build_storybook + - run_lint + - run_noplatform_tests + - run_web_tests + - run_unit_tests + - run_cypress_tests + - publish_canary: + <<: *only_on_pr_branch + requires: + - Approve canary release + - publish_npm: + <<: *only_on_master_branch + requires: + - verdaccio-test diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index 726bdb8b749..bbf6a0aefef 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -57,7 +57,6 @@ "@times-components/related-articles": "6.17.79", "@times-components/save-and-share-bar": "0.22.3", "@times-components/ts-components": "1.100.1", - "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-extras/src/article-extras.js b/packages/article-extras/src/article-extras.js index 189e1094f4c..f92fd4fac7c 100644 --- a/packages/article-extras/src/article-extras.js +++ b/packages/article-extras/src/article-extras.js @@ -5,8 +5,7 @@ import ArticleComments from "@times-components/article-comments"; import RelatedArticles from "@times-components/related-articles"; import { MessageContext } from "@times-components/message-bar"; import SaveAndShareBar from "@times-components/save-and-share-bar"; -import { RecommendedFetch } from "@times-components/ts-components"; -import { Breadcrumb } from "@times-components/ts-newskit"; +import { RecommendedFetch, Breadcrumb } from "@times-components/ts-components"; import ArticleTopics from "./article-topics"; import { diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index 25cb792fbd3..83bec1a839c 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -81,7 +81,6 @@ "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", "@times-components/ts-components": "1.100.1", - "@times-components/ts-newskit": "1.189.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", "@times-components/user-state": "0.5.51", diff --git a/packages/article-skeleton/src/article-skeleton.js b/packages/article-skeleton/src/article-skeleton.js index 81400d6ffa1..c70ae7380fb 100644 --- a/packages/article-skeleton/src/article-skeleton.js +++ b/packages/article-skeleton/src/article-skeleton.js @@ -9,12 +9,13 @@ import { withTrackScrollDepth } from "@times-components/tracking"; import { TrackingContextProvider, WelcomeBanner, - ArticleSidebar + ArticleSidebar, + UpdateButtonWithDelay, + Banner } from "@times-components/ts-components"; import { spacing } from "@times-components/ts-styleguide"; import UserState from "@times-components/user-state"; import { MessageContext } from "@times-components/message-bar"; -import { UpdateButtonWithDelay, Banner } from "@times-components/ts-newskit"; import fetchPolygonData from "./article-sidebar"; import StaticContent from "./static-content"; diff --git a/packages/article-summary/src/article-summary-content.js b/packages/article-summary/src/article-summary-content.js index b130f11576c..fe892f5ff7b 100644 --- a/packages/article-summary/src/article-summary-content.js +++ b/packages/article-summary/src/article-summary-content.js @@ -2,7 +2,7 @@ import React from "react"; import { TcText, checkStylesForUnits } from "@times-components/utils"; import PropTypes from "prop-types"; import { propTypes as treePropType } from "@times-components/markup-forest"; -import { renderAst } from "./article-summary"; +import renderAst from "./shared"; import styles from "./styles"; const ArticleSummaryContent = ({ diff --git a/packages/article-summary/src/article-summary.js b/packages/article-summary/src/article-summary.js index 6c163c7bb69..078f46f5eb1 100644 --- a/packages/article-summary/src/article-summary.js +++ b/packages/article-summary/src/article-summary.js @@ -8,17 +8,13 @@ import { TcText, TcView, checkStylesForUnits } from "@times-components/utils"; import ArticleLabel from "@times-components/article-label"; import VideoLabel from "@times-components/video-label"; import DatePublication from "@times-components/date-publication"; -import renderTrees from "@times-components/markup-forest"; import ArticleSummaryContent from "./article-summary-content"; import ArticleSummaryHeadline from "./article-summary-headline"; import ArticleSummaryStrapline from "./article-summary-strapline"; import renderer from "./article-summary-renderer"; import styles from "./styles"; import summarise from "./summarise"; - -function renderAst(ast) { - return renderTrees(summarise(ast), renderer); -} +import renderAst from "./shared"; function Label(props) { const { title, isVideo } = props; diff --git a/packages/article-summary/src/shared.js b/packages/article-summary/src/shared.js new file mode 100644 index 00000000000..003d1ed32ed --- /dev/null +++ b/packages/article-summary/src/shared.js @@ -0,0 +1,9 @@ +import renderTrees from "@times-components/markup-forest"; +import summarise from "./summarise"; +import renderer from "./article-summary-renderer"; + +function renderAst(ast) { + return renderTrees(summarise(ast), renderer); +} + +export default renderAst; diff --git a/packages/ts-components/jest.config.js b/packages/ts-components/jest.config.js index a3312b93236..3ef8a572031 100644 --- a/packages/ts-components/jest.config.js +++ b/packages/ts-components/jest.config.js @@ -24,7 +24,8 @@ const buildConfig = dir => { }, globals: { 'ts-jest': { - tsConfig: './tsconfig.jest.json' + tsConfig: './tsconfig.jest.json', + isolatedModules: true } }, collectCoverage: true, diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index ea3d563cffe..b684e58a295 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -98,6 +98,7 @@ "mockdate": "3.0.5", "prettier": "1.14.3", "react": "16.9.0", + "resize-observer-polyfill": "^1.5.1", "ts-jest": "23.10.4", "tslint": "5.18.0", "tslint-config-prettier": "1.18.0", diff --git a/packages/ts-components/src/components/article-flag/ArticleFlag.tsx b/packages/ts-components/src/components/article-flag/ArticleFlag.tsx index 666c1683e2b..fbf805af867 100644 --- a/packages/ts-components/src/components/article-flag/ArticleFlag.tsx +++ b/packages/ts-components/src/components/article-flag/ArticleFlag.tsx @@ -10,6 +10,7 @@ import { FlagsContainer } from './styles'; import getActiveFlags from './getActiveFlags'; +import { FlagType } from './types'; const ArticleFlag: React.FC<{ color?: string; title: string }> = ({ color = colours.functional.primary, @@ -66,11 +67,6 @@ const flagsMapping = (override = '') => { ]); }; -export type FlagType = Array<{ - expiryTime: string | null; - type: string; -}>; - const FlagsView: React.FC<{ allFlags: FlagType; overrideColor?: string }> = ({ allFlags, overrideColor = '' diff --git a/packages/ts-components/src/components/article-flag/getActiveFlags.ts b/packages/ts-components/src/components/article-flag/getActiveFlags.ts index 2802452d502..27c0f742036 100644 --- a/packages/ts-components/src/components/article-flag/getActiveFlags.ts +++ b/packages/ts-components/src/components/article-flag/getActiveFlags.ts @@ -1,4 +1,4 @@ -import { FlagType } from './ArticleFlag'; +import { FlagType } from './types'; const getActiveArticleFlags: (flags: FlagType) => FlagType = flags => { if (!flags) { diff --git a/packages/ts-components/src/components/article-flag/styles.ts b/packages/ts-components/src/components/article-flag/styles.ts index d44d9275754..7dde56f6cb5 100644 --- a/packages/ts-components/src/components/article-flag/styles.ts +++ b/packages/ts-components/src/components/article-flag/styles.ts @@ -1,6 +1,6 @@ import styled, { keyframes } from 'styled-components'; import { fonts } from '@times-components/ts-styleguide'; -import { FlagType } from './ArticleFlag'; +import { FlagType } from './types'; import { gqlRgbaToStyle } from '@times-components/utils'; export const LiveArticleFlagContainer = styled.div` diff --git a/packages/ts-components/src/components/article-flag/types.ts b/packages/ts-components/src/components/article-flag/types.ts new file mode 100644 index 00000000000..1039f0530fb --- /dev/null +++ b/packages/ts-components/src/components/article-flag/types.ts @@ -0,0 +1,4 @@ +export type FlagType = Array<{ + expiryTime: string | null; + type: string; +}>; diff --git a/packages/ts-newskit/src/components/misc/banner/__tests__/__snapshots__/banner.test.tsx.snap b/packages/ts-components/src/components/banner/__tests__/__snapshots__/banner.test.tsx.snap similarity index 100% rename from packages/ts-newskit/src/components/misc/banner/__tests__/__snapshots__/banner.test.tsx.snap rename to packages/ts-components/src/components/banner/__tests__/__snapshots__/banner.test.tsx.snap diff --git a/packages/ts-newskit/src/components/misc/banner/__tests__/banner.test.tsx b/packages/ts-components/src/components/banner/__tests__/banner.test.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/banner/__tests__/banner.test.tsx rename to packages/ts-components/src/components/banner/__tests__/banner.test.tsx diff --git a/packages/ts-newskit/src/assets/CloseIconBlack.tsx b/packages/ts-components/src/components/banner/assets/CloseIconBlack.tsx similarity index 100% rename from packages/ts-newskit/src/assets/CloseIconBlack.tsx rename to packages/ts-components/src/components/banner/assets/CloseIconBlack.tsx diff --git a/packages/ts-newskit/src/assets/EmailIcon.tsx b/packages/ts-components/src/components/banner/assets/EmailIcon.tsx similarity index 100% rename from packages/ts-newskit/src/assets/EmailIcon.tsx rename to packages/ts-components/src/components/banner/assets/EmailIcon.tsx diff --git a/packages/ts-newskit/src/components/misc/banner/banner.stories.mdx b/packages/ts-components/src/components/banner/banner.stories.mdx similarity index 98% rename from packages/ts-newskit/src/components/misc/banner/banner.stories.mdx rename to packages/ts-components/src/components/banner/banner.stories.mdx index 20b7e7934d0..e87eff70352 100644 --- a/packages/ts-newskit/src/components/misc/banner/banner.stories.mdx +++ b/packages/ts-components/src/components/banner/banner.stories.mdx @@ -27,4 +27,4 @@ export const BannerStory = ({ group }) => ( {BannerStory.bind({})} - \ No newline at end of file + diff --git a/packages/ts-newskit/src/components/misc/banner/banner.tsx b/packages/ts-components/src/components/banner/banner.tsx similarity index 89% rename from packages/ts-newskit/src/components/misc/banner/banner.tsx rename to packages/ts-components/src/components/banner/banner.tsx index 14fb576f91d..34786a7213e 100644 --- a/packages/ts-newskit/src/components/misc/banner/banner.tsx +++ b/packages/ts-components/src/components/banner/banner.tsx @@ -9,7 +9,8 @@ import { BannerWrapper, BannerContentWrapper } from './styles'; -import { CloseIconBlack, EmailIcon } from '../../../assets'; +import CloseIconBlack from './assets/CloseIconBlack'; +import EmailIcon from './assets/EmailIcon'; type Props = { onClose: () => void; diff --git a/packages/ts-newskit/src/components/misc/banner/styles.ts b/packages/ts-components/src/components/banner/styles.ts similarity index 100% rename from packages/ts-newskit/src/components/misc/banner/styles.ts rename to packages/ts-components/src/components/banner/styles.ts diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/__tests__/__snapshots__/index.test.tsx.snap b/packages/ts-components/src/components/breadcrumb/__tests__/__snapshots__/index.test.tsx.snap similarity index 100% rename from packages/ts-newskit/src/components/navigation/breadcrumb/__tests__/__snapshots__/index.test.tsx.snap rename to packages/ts-components/src/components/breadcrumb/__tests__/__snapshots__/index.test.tsx.snap diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/__tests__/index.test.tsx b/packages/ts-components/src/components/breadcrumb/__tests__/index.test.tsx similarity index 92% rename from packages/ts-newskit/src/components/navigation/breadcrumb/__tests__/index.test.tsx rename to packages/ts-components/src/components/breadcrumb/__tests__/index.test.tsx index a489e879488..7f20d7e5498 100644 --- a/packages/ts-newskit/src/components/navigation/breadcrumb/__tests__/index.test.tsx +++ b/packages/ts-components/src/components/breadcrumb/__tests__/index.test.tsx @@ -1,9 +1,9 @@ import React from 'react'; import '@testing-library/jest-dom'; import { render, fireEvent } from '@testing-library/react'; -import { Breadcrumb } from '../index'; +import { Breadcrumb } from '../breadcrumb'; import { breadcrumbItems } from '../fixtures/breadcrumbs.json'; -import { TrackingContextProvider } from '../../../../utils/TrackingContextProvider'; +import { TrackingContextProvider } from '../../../helpers/tracking/TrackingContextProvider'; describe('Render Breadcrumbs', () => { const renderBreadcrumb = (analyticsStream?: (event: any) => void) => diff --git a/packages/ts-newskit/src/assets/BreadcrumbIcon.tsx b/packages/ts-components/src/components/breadcrumb/assets/BreadcrumbIcon.tsx similarity index 100% rename from packages/ts-newskit/src/assets/BreadcrumbIcon.tsx rename to packages/ts-components/src/components/breadcrumb/assets/BreadcrumbIcon.tsx diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/breadcrumb.stories.mdx b/packages/ts-components/src/components/breadcrumb/breadcrumb.stories.mdx similarity index 86% rename from packages/ts-newskit/src/components/navigation/breadcrumb/breadcrumb.stories.mdx rename to packages/ts-components/src/components/breadcrumb/breadcrumb.stories.mdx index efeb0bd387c..e017c83a27b 100644 --- a/packages/ts-newskit/src/components/navigation/breadcrumb/breadcrumb.stories.mdx +++ b/packages/ts-components/src/components/breadcrumb/breadcrumb.stories.mdx @@ -1,8 +1,8 @@ import { Meta, Story, Props } from '@storybook/addon-docs' -import { Breadcrumb } from './index.tsx'; +import { Breadcrumb } from './breadcrumb.tsx'; import { breadcrumbItems, breadcrumbItemsForTrackingDemo } from './fixtures/breadcrumbs.json'; -import { TrackingContextProvider } from '../../../utils/TrackingContextProvider'; -import analyticsStream from "../fixtures/analytics-actions" +import { TrackingContextProvider } from '../../helpers/tracking/TrackingContextProvider'; +import analyticsStream from '../../fixtures/analytics-actions/analytics-actions'; ( {BreadcrumbStory.bind({})} - \ No newline at end of file + diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/index.tsx b/packages/ts-components/src/components/breadcrumb/breadcrumb.tsx similarity index 95% rename from packages/ts-newskit/src/components/navigation/breadcrumb/index.tsx rename to packages/ts-components/src/components/breadcrumb/breadcrumb.tsx index bea121958d4..77d56b7d711 100644 --- a/packages/ts-newskit/src/components/navigation/breadcrumb/index.tsx +++ b/packages/ts-components/src/components/breadcrumb/breadcrumb.tsx @@ -1,10 +1,10 @@ import React from 'react'; import { Breadcrumbs, BreadcrumbItem, IconContainer, styleMap } from './styles'; -import { BreadcrumbIcon } from '../../../assets'; +import BreadcrumbIcon from './assets/BreadcrumbIcon'; import { TrackingContext, TrackingContextProvider -} from '../../../utils/TrackingContextProvider'; +} from '../../helpers/tracking/TrackingContextProvider'; type BreadcrumbsItem = { title: string; diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/fixtures/breadcrumbs.json b/packages/ts-components/src/components/breadcrumb/fixtures/breadcrumbs.json similarity index 100% rename from packages/ts-newskit/src/components/navigation/breadcrumb/fixtures/breadcrumbs.json rename to packages/ts-components/src/components/breadcrumb/fixtures/breadcrumbs.json diff --git a/packages/ts-newskit/src/components/navigation/breadcrumb/styles.ts b/packages/ts-components/src/components/breadcrumb/styles.ts similarity index 100% rename from packages/ts-newskit/src/components/navigation/breadcrumb/styles.ts rename to packages/ts-components/src/components/breadcrumb/styles.ts diff --git a/packages/ts-newskit/src/components/misc/delayed-component/__tests__/delayed-component.test.tsx b/packages/ts-components/src/components/delayed-component/__tests__/delayed-component.test.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/delayed-component/__tests__/delayed-component.test.tsx rename to packages/ts-components/src/components/delayed-component/__tests__/delayed-component.test.tsx diff --git a/packages/ts-newskit/src/components/misc/delayed-component/delayed-component.stories.mdx b/packages/ts-components/src/components/delayed-component/delayed-component.stories.mdx similarity index 100% rename from packages/ts-newskit/src/components/misc/delayed-component/delayed-component.stories.mdx rename to packages/ts-components/src/components/delayed-component/delayed-component.stories.mdx diff --git a/packages/ts-newskit/src/components/misc/delayed-component/delayed-component.tsx b/packages/ts-components/src/components/delayed-component/delayed-component.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/delayed-component/delayed-component.tsx rename to packages/ts-components/src/components/delayed-component/delayed-component.tsx diff --git a/packages/ts-components/src/components/in-article-info-card/Card.tsx b/packages/ts-components/src/components/in-article-info-card/Card.tsx index 7e057ccaa84..2890b168c2e 100755 --- a/packages/ts-components/src/components/in-article-info-card/Card.tsx +++ b/packages/ts-components/src/components/in-article-info-card/Card.tsx @@ -6,7 +6,7 @@ import { HeadlineButtonContainer } from './styles'; import { Label } from '../common-styles'; -import { InfoCardData } from './InfoCard'; +import { InfoCardData } from './types'; export const Card: React.FC<{ headline: string; diff --git a/packages/ts-components/src/components/in-article-info-card/InfoCard.tsx b/packages/ts-components/src/components/in-article-info-card/InfoCard.tsx index 479d74b36a0..8e8e25575cd 100755 --- a/packages/ts-components/src/components/in-article-info-card/InfoCard.tsx +++ b/packages/ts-components/src/components/in-article-info-card/InfoCard.tsx @@ -21,15 +21,8 @@ import { sanitiseCopy } from '../../helpers/text-formatting/SanitiseCopy'; import { useFetch } from '../../helpers/fetch/FetchProvider'; import { TrackingContextProvider } from '../../helpers/tracking/TrackingContextProvider'; import { DeckData } from '../../helpers/fetch/types'; +import { InfoCardData } from './types'; -export type InfoCardData = { - type: string; - data: { - image?: string; - subtitle?: string; - copy: string; - }; -}; type InfoCardFields = { headline: string; label: string; size: Layout }; type InfoCardDeckData = DeckData; diff --git a/packages/ts-components/src/components/in-article-info-card/types.ts b/packages/ts-components/src/components/in-article-info-card/types.ts new file mode 100644 index 00000000000..7eab3011341 --- /dev/null +++ b/packages/ts-components/src/components/in-article-info-card/types.ts @@ -0,0 +1,8 @@ +export type InfoCardData = { + type: string; + data: { + image?: string; + subtitle?: string; + copy: string; + }; +}; diff --git a/packages/ts-newskit/src/components/misc/job-title/__tests__/__snapshots__/index.test.tsx.snap b/packages/ts-components/src/components/job-title/__tests__/__snapshots__/index.test.tsx.snap similarity index 100% rename from packages/ts-newskit/src/components/misc/job-title/__tests__/__snapshots__/index.test.tsx.snap rename to packages/ts-components/src/components/job-title/__tests__/__snapshots__/index.test.tsx.snap diff --git a/packages/ts-newskit/src/components/misc/job-title/__tests__/index.test.tsx b/packages/ts-components/src/components/job-title/__tests__/index.test.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/job-title/__tests__/index.test.tsx rename to packages/ts-components/src/components/job-title/__tests__/index.test.tsx diff --git a/packages/ts-newskit/src/assets/TooltipIcon.tsx b/packages/ts-components/src/components/job-title/assets/TooltipIcon.tsx similarity index 100% rename from packages/ts-newskit/src/assets/TooltipIcon.tsx rename to packages/ts-components/src/components/job-title/assets/TooltipIcon.tsx diff --git a/packages/ts-newskit/src/components/misc/job-title/assets/close-icon.tsx b/packages/ts-components/src/components/job-title/assets/close-icon.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/job-title/assets/close-icon.tsx rename to packages/ts-components/src/components/job-title/assets/close-icon.tsx diff --git a/packages/ts-newskit/src/components/misc/job-title/job-title.stories.mdx b/packages/ts-components/src/components/job-title/job-title.stories.mdx similarity index 100% rename from packages/ts-newskit/src/components/misc/job-title/job-title.stories.mdx rename to packages/ts-components/src/components/job-title/job-title.stories.mdx diff --git a/packages/ts-newskit/src/components/misc/job-title/job-title.tsx b/packages/ts-components/src/components/job-title/job-title.tsx similarity index 97% rename from packages/ts-newskit/src/components/misc/job-title/job-title.tsx rename to packages/ts-components/src/components/job-title/job-title.tsx index 9afdc2d85eb..bdc8b8c930b 100644 --- a/packages/ts-newskit/src/components/misc/job-title/job-title.tsx +++ b/packages/ts-components/src/components/job-title/job-title.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { TooltipIcon } from '../../../assets'; +import TooltipIcon from './assets/TooltipIcon'; import { CloseButton, IconButton, diff --git a/packages/ts-newskit/src/components/misc/job-title/styles.ts b/packages/ts-components/src/components/job-title/styles.ts similarity index 100% rename from packages/ts-newskit/src/components/misc/job-title/styles.ts rename to packages/ts-components/src/components/job-title/styles.ts diff --git a/packages/ts-components/src/components/save-star/ContentProvider.tsx b/packages/ts-components/src/components/save-star/ContentProvider.tsx index fbbed4c7695..91a612ee18a 100644 --- a/packages/ts-components/src/components/save-star/ContentProvider.tsx +++ b/packages/ts-components/src/components/save-star/ContentProvider.tsx @@ -1,12 +1,6 @@ import React from 'react'; import { useFetch } from '../../helpers/fetch/FetchProvider'; -import { ArticleBookmark } from './SaveStarUI'; - -export interface ContentProps { - loading?: boolean; - error?: string; - data?: ArticleBookmark; -} +import { ArticleBookmark, ContentProps } from './types'; export const ContentProvider: React.FC = React.memo(({ children }) => { const fetchResponse = useFetch(); diff --git a/packages/ts-components/src/components/save-star/SaveStar.tsx b/packages/ts-components/src/components/save-star/SaveStar.tsx index e25bf1f1fdd..aad6cbf7d4b 100644 --- a/packages/ts-components/src/components/save-star/SaveStar.tsx +++ b/packages/ts-components/src/components/save-star/SaveStar.tsx @@ -6,8 +6,9 @@ import React, { useState } from 'react'; import { FetchProvider } from '../../helpers/fetch/FetchProvider'; -import { SaveStarUI, ArticleBookmark } from './SaveStarUI'; +import { SaveStarUI } from './SaveStarUI'; import { ContentProvider } from './ContentProvider'; +import { ArticleBookmark } from './types'; export const SaveStar: React.FC<{ articleId: string; diff --git a/packages/ts-components/src/components/save-star/SaveStarUI.tsx b/packages/ts-components/src/components/save-star/SaveStarUI.tsx index 746c2259b71..363bde5f33a 100644 --- a/packages/ts-components/src/components/save-star/SaveStarUI.tsx +++ b/packages/ts-components/src/components/save-star/SaveStarUI.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { colours } from '@times-components/ts-styleguide'; import { IconStar } from '@times-components/icons'; -import { ContentProps } from './ContentProvider'; +import { ContentProps } from './types'; import { IconContainer, LoadingIcon, @@ -9,10 +9,6 @@ import { SaveStarButton } from './styles'; -export type ArticleBookmark = { - isBookmarked: boolean; -}; - const getText = (isSaved: boolean) => (isSaved ? 'Saved' : 'Save'); const getIconTitle = (isSaved: boolean) => diff --git a/packages/ts-components/src/components/save-star/types.ts b/packages/ts-components/src/components/save-star/types.ts new file mode 100644 index 00000000000..0e58ba0ee2d --- /dev/null +++ b/packages/ts-components/src/components/save-star/types.ts @@ -0,0 +1,9 @@ +export type ArticleBookmark = { + isBookmarked: boolean; +}; + +export interface ContentProps { + loading?: boolean; + error?: string; + data?: ArticleBookmark; +} diff --git a/packages/ts-newskit/src/components/misc/update-button/__tests__/__snapshots__/update-button-with-delay.test.tsx.snap b/packages/ts-components/src/components/update-button/__tests__/__snapshots__/update-button-with-delay.test.tsx.snap similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/__tests__/__snapshots__/update-button-with-delay.test.tsx.snap rename to packages/ts-components/src/components/update-button/__tests__/__snapshots__/update-button-with-delay.test.tsx.snap diff --git a/packages/ts-newskit/src/components/misc/update-button/__tests__/__snapshots__/update-button.test.tsx.snap b/packages/ts-components/src/components/update-button/__tests__/__snapshots__/update-button.test.tsx.snap similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/__tests__/__snapshots__/update-button.test.tsx.snap rename to packages/ts-components/src/components/update-button/__tests__/__snapshots__/update-button.test.tsx.snap diff --git a/packages/ts-newskit/src/components/misc/update-button/__tests__/update-button-with-delay.test.tsx b/packages/ts-components/src/components/update-button/__tests__/update-button-with-delay.test.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/__tests__/update-button-with-delay.test.tsx rename to packages/ts-components/src/components/update-button/__tests__/update-button-with-delay.test.tsx diff --git a/packages/ts-newskit/src/components/misc/update-button/__tests__/update-button.test.tsx b/packages/ts-components/src/components/update-button/__tests__/update-button.test.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/__tests__/update-button.test.tsx rename to packages/ts-components/src/components/update-button/__tests__/update-button.test.tsx diff --git a/packages/ts-newskit/src/assets/FilledArrowIcon.tsx b/packages/ts-components/src/components/update-button/assets/FilledArrowIcon.tsx similarity index 100% rename from packages/ts-newskit/src/assets/FilledArrowIcon.tsx rename to packages/ts-components/src/components/update-button/assets/FilledArrowIcon.tsx diff --git a/packages/ts-newskit/src/components/misc/update-button/styles.ts b/packages/ts-components/src/components/update-button/styles.ts similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/styles.ts rename to packages/ts-components/src/components/update-button/styles.ts diff --git a/packages/ts-newskit/src/components/misc/update-button/update-button-with-delay.stories.mdx b/packages/ts-components/src/components/update-button/update-button-with-delay.stories.mdx similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/update-button-with-delay.stories.mdx rename to packages/ts-components/src/components/update-button/update-button-with-delay.stories.mdx diff --git a/packages/ts-newskit/src/components/misc/update-button/update-button-with-delay.tsx b/packages/ts-components/src/components/update-button/update-button-with-delay.tsx similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/update-button-with-delay.tsx rename to packages/ts-components/src/components/update-button/update-button-with-delay.tsx diff --git a/packages/ts-newskit/src/components/misc/update-button/update-button.stories.mdx b/packages/ts-components/src/components/update-button/update-button.stories.mdx similarity index 100% rename from packages/ts-newskit/src/components/misc/update-button/update-button.stories.mdx rename to packages/ts-components/src/components/update-button/update-button.stories.mdx diff --git a/packages/ts-newskit/src/components/misc/update-button/update-button.tsx b/packages/ts-components/src/components/update-button/update-button.tsx similarity index 87% rename from packages/ts-newskit/src/components/misc/update-button/update-button.tsx rename to packages/ts-components/src/components/update-button/update-button.tsx index 7432a7f234c..69050c50aa4 100644 --- a/packages/ts-newskit/src/components/misc/update-button/update-button.tsx +++ b/packages/ts-components/src/components/update-button/update-button.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { FilledArrowIcon } from '../../../assets'; +import FilledArrowIcon from './assets/FilledArrowIcon'; import { StyledButton } from './styles'; type UpdateButtonProps = { diff --git a/packages/ts-components/src/fixtures/article-harness/__tests__/__snapshots__/articleHarness.test.tsx.snap b/packages/ts-components/src/fixtures/article-harness/__tests__/__snapshots__/articleHarness.test.tsx.snap new file mode 100644 index 00000000000..47d343f32d2 --- /dev/null +++ b/packages/ts-components/src/fixtures/article-harness/__tests__/__snapshots__/articleHarness.test.tsx.snap @@ -0,0 +1,34 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Render ArticleHarness renders the ArticleHarness 1`] = ` + +
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eleifend quis purus eget consequat. Maecenas pellentesque lorem at ipsum egestas sagittis. Quisque eget nisi sed diam auctor luctus. Pellentesque rutrum sem nibh, at placerat elit iaculis in. Curabitur nec turpis nec nisi pulvinar pharetra. +
+
+ Aenean hendrerit erat non augue sagittis rhoncus. Praesent diam lacus, vehicula ut ante et, cursus finibus justo. Curabitur sollicitudin turpis nec diam ullamcorper, sed fermentum diam tempor. Integer maximus ultrices sem, eu facilisis magna condimentum ut. Curabitur orci odio, ornare in ipsum quis, cursus scelerisque sem. +
+
+ Maecenas ultricies risus at libero vulputate, non accumsan ex iaculis. In vel facilisis sapien. Nam imperdiet, elit a mattis consectetur, ex purus efficitur eros, nec condimentum mi tortor facilisis orci. Donec sodales felis tortor, ut dignissim turpis rhoncus ut. Quisque lacinia ornare tortor at convallis. +
+
+ Praesent ac elit quis metus vulputate facilisis. Quisque ac dolor eu felis pharetra dignissim. Sed tristique egestas sollicitudin. Nulla varius, risus ornare tristique lobortis, est libero vestibulum diam, nec mollis turpis ligula eget nibh. Praesent facilisis sem lectus, et consectetur sem fringilla non. Pellentesque condimentum est sed nisl porttitor ultricies. +
+
+
+
+`; diff --git a/packages/ts-components/src/fixtures/article-harness/__tests__/articleHarness.test.tsx b/packages/ts-components/src/fixtures/article-harness/__tests__/articleHarness.test.tsx new file mode 100644 index 00000000000..cebc7c04fb8 --- /dev/null +++ b/packages/ts-components/src/fixtures/article-harness/__tests__/articleHarness.test.tsx @@ -0,0 +1,11 @@ +import React from 'react'; +import '@testing-library/jest-dom'; +import { render } from '@testing-library/react'; +import { ArticleHarness } from '../ArticleHarness'; + +describe('Render ArticleHarness', () => { + it('renders the ArticleHarness', () => { + const { asFragment } = render(); + expect(asFragment()).toMatchSnapshot(); + }); +}); diff --git a/packages/ts-components/src/index.ts b/packages/ts-components/src/index.ts index bfc3da1a064..3cb98fe325d 100644 --- a/packages/ts-components/src/index.ts +++ b/packages/ts-components/src/index.ts @@ -1,4 +1,12 @@ // General Components +export { + BreakingArticleFlag, + LiveArticleFlag +} from './components/article-flag/LiveArticleFlag'; +export { + TrackingContext, + TrackingContextProvider +} from './helpers/tracking/TrackingContextProvider'; export { InArticlePuff } from './components/in-article-puff/InArticlePuff'; export { InfoCard } from './components/in-article-info-card/InfoCard'; export { GalleryCarousel } from './components/carousel/GalleryCarousel'; @@ -6,10 +14,6 @@ export { InfoCardBulletPoints } from './components/in-article-info-card-bulletpoints/InfoCardBulletPoints'; export { BigNumbers } from './components/in-article-big-numbers/BigNumbers'; -export { - BreakingArticleFlag, - LiveArticleFlag -} from './components/article-flag/LiveArticleFlag'; export { ArticleFlag, ArticleFlags, @@ -21,6 +25,13 @@ export { } from './components/article-flag/ArticleFlag'; export { Timelines } from './components/in-article-timelines/Timelines'; export { SaveStar } from './components/save-star/SaveStar'; +export { Breadcrumb } from './components/breadcrumb/breadcrumb'; +export { UpdateButton } from './components/update-button/update-button'; +export { + UpdateButtonWithDelay +} from './components/update-button/update-button-with-delay'; +export { Banner } from './components/banner/banner'; +export { JobTitle } from './components/job-title/job-title'; // Newsletter Components export { @@ -84,9 +95,6 @@ export { FetchProvider } from './helpers/fetch/FetchProvider'; export { ViewCountWrapper } from './helpers/view-count-wrapper/ViewCountWrapper'; -export { - TrackingContextProvider -} from './helpers/tracking/TrackingContextProvider'; export { HiddenDiv } from './components/common-styles'; export { InlineMessage } from './components/inline-message/InlineMessage'; diff --git a/packages/ts-components/tsconfig.json b/packages/ts-components/tsconfig.json index 3e60a54dc7e..7a3d355b320 100644 --- a/packages/ts-components/tsconfig.json +++ b/packages/ts-components/tsconfig.json @@ -9,6 +9,7 @@ "declaration": true, "inlineSourceMap": true, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, + "resolveJsonModule": true, "strict": true /* Enable all strict type-checking options. */, @@ -40,7 +41,11 @@ "lib": ["es6", "dom", "es2017", "dom.iterable"], "types": ["jest"], - "typeRoots": ["node_modules/@types", "src/types", "../../node_modules/@types"] + "typeRoots": [ + "node_modules/@types", + "src/types", + "../../node_modules/@types" + ] }, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["node_modules/**"], diff --git a/packages/ts-newskit/.gitignore b/packages/ts-newskit/.gitignore deleted file mode 100644 index cf7b6bae094..00000000000 --- a/packages/ts-newskit/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -node_modules -build -test -src/**.js -.idea/* - -coverage -.nyc_output -*.log - -yarn.lock \ No newline at end of file diff --git a/packages/ts-newskit/CHANGELOG.md b/packages/ts-newskit/CHANGELOG.md deleted file mode 100644 index 9a2b64c7bd1..00000000000 --- a/packages/ts-newskit/CHANGELOG.md +++ /dev/null @@ -1,3699 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.189.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.188.0...@times-components/ts-newskit@1.189.0) (2024-07-02) - - -### Features - -* **TMD-329:** remove placeholder for article image ([#3856](https://github.com/newsuk/times-components/issues/3856)) ([9f1d249](https://github.com/newsuk/times-components/commit/9f1d249ac23312d00cb47a995767deb856e81a71)) - - - - - -# [1.188.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.187.0...@times-components/ts-newskit@1.188.0) (2024-06-25) - - -### Features - -* **TMRS-247:** update styling ([#3879](https://github.com/newsuk/times-components/issues/3879)) ([cd64b88](https://github.com/newsuk/times-components/commit/cd64b88a956775ff78d43190e26486e921b5b7d1)) - - - - - -# [1.187.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.186.0...@times-components/ts-newskit@1.187.0) (2024-06-25) - - -### Features - -* **TMRS-246:** remove 0 value entries ([#3877](https://github.com/newsuk/times-components/issues/3877)) ([4a0616b](https://github.com/newsuk/times-components/commit/4a0616bf172d488ac01a684cc7bbd76784941ecf)) - - - - - -# [1.186.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.185.0...@times-components/ts-newskit@1.186.0) (2024-06-19) - - -### Features - -* **TMW-000:** Add error message to newsletter puff ([#3875](https://github.com/newsuk/times-components/issues/3875)) ([1b61983](https://github.com/newsuk/times-components/commit/1b6198344bae4aca0345bbe116d7501abcc31295)) - - - - - -# [1.185.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.184.0...@times-components/ts-newskit@1.185.0) (2024-06-13) - - -### Features - -* **TMRS-240:** widget updates ([#3871](https://github.com/newsuk/times-components/issues/3871)) ([9de5b40](https://github.com/newsuk/times-components/commit/9de5b407d66bbf4f6ce7c62f6c35281323197082)) - - - - - -# [1.184.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.183.0...@times-components/ts-newskit@1.184.0) (2024-06-12) - - -### Features - -* **TMRS-226:** transform text on euro widgets and add dynamic classes ([#3870](https://github.com/newsuk/times-components/issues/3870)) ([52831d7](https://github.com/newsuk/times-components/commit/52831d79feedeec7d3091c4d70de957b4620a574)) - - - - - -# [1.183.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.182.0...@times-components/ts-newskit@1.183.0) (2024-06-03) - - -### Features - -* **TMD-374:** Remove newskit and clean up ([#3863](https://github.com/newsuk/times-components/issues/3863)) ([db8bd2f](https://github.com/newsuk/times-components/commit/db8bd2f9d77ad906d43e2de3bf6d677217d2eb3e)) - - - - - -# [1.182.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.181.2...@times-components/ts-newskit@1.182.0) (2024-05-30) - - -### Features - -* **TMPZ-389:** convert article sidebar to the styled component ([#3845](https://github.com/newsuk/times-components/issues/3845)) ([5f11224](https://github.com/newsuk/times-components/commit/5f11224b2aeda420d3a7f298fce368eb2c8ccc32)) - - - - - -## [1.181.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.181.1...@times-components/ts-newskit@1.181.2) (2024-05-24) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.181.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.181.0...@times-components/ts-newskit@1.181.1) (2024-05-20) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.181.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.180.0...@times-components/ts-newskit@1.181.0) (2024-05-16) - - -### Features - -* **TMRS-170:** add opta football fixtures ticker component ([#3849](https://github.com/newsuk/times-components/issues/3849)) ([e8524a9](https://github.com/newsuk/times-components/commit/e8524a97bd58a8ab134f61f1394d061da5fe55d5)) - - - - - -# [1.180.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.179.0...@times-components/ts-newskit@1.180.0) (2024-04-29) - - -### Features - -* **TMD-131:** implement updated themes ([#3835](https://github.com/newsuk/times-components/issues/3835)) ([62a0ff2](https://github.com/newsuk/times-components/commit/62a0ff2f6c6cd3f2ce9de4c908f444e54e1f31f2)) - - - - - -# [1.179.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.178.1...@times-components/ts-newskit@1.179.0) (2024-04-25) - - -### Features - -* **TMD-131:** apply design theme to remaining channels ([#3818](https://github.com/newsuk/times-components/issues/3818)) ([0bbe93c](https://github.com/newsuk/times-components/commit/0bbe93cb61952fef598f285ddb12e67ac65bdac5)) - - - - - -## [1.178.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.178.0...@times-components/ts-newskit@1.178.1) (2024-04-19) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.178.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.177.3...@times-components/ts-newskit@1.178.0) (2024-04-18) - - -### Features - -* **TMPZ-408:** Stylepresets for date chips on puzzle channel page ([#3824](https://github.com/newsuk/times-components/issues/3824)) ([702bf1c](https://github.com/newsuk/times-components/commit/702bf1ce00de584ab21bae638d86cabd80c0ea73)) - - - - - -## [1.177.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.177.1...@times-components/ts-newskit@1.177.3) (2024-04-17) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.177.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.177.1...@times-components/ts-newskit@1.177.2) (2024-04-16) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.177.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.177.0...@times-components/ts-newskit@1.177.1) (2024-04-15) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.177.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.176.3...@times-components/ts-newskit@1.177.0) (2024-03-26) - - -### Features - -* **TMPZ-000:** Added a style preset for puzzle theme ([#3803](https://github.com/newsuk/times-components/issues/3803)) ([0f8a149](https://github.com/newsuk/times-components/commit/0f8a1496cbb4f477b2782094e547de3a2b17b649)) - - - - - -## [1.176.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.176.2...@times-components/ts-newskit@1.176.3) (2024-03-25) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.176.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.176.1...@times-components/ts-newskit@1.176.2) (2024-03-18) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.176.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.176.0...@times-components/ts-newskit@1.176.1) (2024-03-12) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.176.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.175.0...@times-components/ts-newskit@1.176.0) (2024-03-11) - - -### Features - -* **TMPZ-19:** adding pass through click tracking ([#3779](https://github.com/newsuk/times-components/issues/3779)) ([9691075](https://github.com/newsuk/times-components/commit/9691075ea4579fb4251fd276cc3407020b6ea9f7)) - - - - - -# [1.175.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.174.0...@times-components/ts-newskit@1.175.0) (2024-03-11) - - -### Features - -* **TMPZ-368:** Use transparent icons for puzzle tiles and add a background color, enabling same images to be used on sidebar ([#3794](https://github.com/newsuk/times-components/issues/3794)) ([442df31](https://github.com/newsuk/times-components/commit/442df3165e12fa8f53f2b4e02339f0cb0f61d3fe)) -* **TNLBT-1128:** Added style presets for Chip component ([#3795](https://github.com/newsuk/times-components/issues/3795)) ([a0ae650](https://github.com/newsuk/times-components/commit/a0ae650bf11e100b834b120faf8d9c421418bce2)) - - - - - -# [1.174.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.173.0...@times-components/ts-newskit@1.174.0) (2024-03-07) - - -### Features - -* **TMRX-1975:** implement world channel design theme ([#3792](https://github.com/newsuk/times-components/issues/3792)) ([a3cc16b](https://github.com/newsuk/times-components/commit/a3cc16bc523019dd1fd50a1ed8fa2476738f60e3)) - - - - - -# [1.173.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.172.4...@times-components/ts-newskit@1.173.0) (2024-03-05) - - -### Features - -* **TMRX-1852:** new culture theme ([#3785](https://github.com/newsuk/times-components/issues/3785)) ([f729843](https://github.com/newsuk/times-components/commit/f72984333fa17a2d79f0625cb65dc5fc3d922125)) - - - - - -## [1.172.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.172.3...@times-components/ts-newskit@1.172.4) (2024-03-04) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.172.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.172.2...@times-components/ts-newskit@1.172.3) (2024-02-29) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.172.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.172.1...@times-components/ts-newskit@1.172.2) (2024-02-27) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.172.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.172.0...@times-components/ts-newskit@1.172.1) (2024-02-21) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.172.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.171.0...@times-components/ts-newskit@1.172.0) (2024-02-20) - - -### Features - -* **TMRX-1954:** add note to files which are being moved to render ([#3773](https://github.com/newsuk/times-components/issues/3773)) ([94552f8](https://github.com/newsuk/times-components/commit/94552f8166ba85d952f44de88b68c0f89a988aae)) - - - - - -# [1.171.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.170.0...@times-components/ts-newskit@1.171.0) (2024-02-19) - - -### Features - -* **TMRX-1852:** Apply Culture theme to Culture channel page ([#3768](https://github.com/newsuk/times-components/issues/3768)) ([31b64e8](https://github.com/newsuk/times-components/commit/31b64e8d0779246a384df06a7c36d9b84e63dd12)) - - - - - -# [1.170.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.169.0...@times-components/ts-newskit@1.170.0) (2024-02-19) - - -### Features - -* **TMRX-1929:** create style preset for global menu ([#3770](https://github.com/newsuk/times-components/issues/3770)) ([1916a8b](https://github.com/newsuk/times-components/commit/1916a8b1ca7ef5accb0c03a14709b7c1c0c7cc73)) - - - - - -# [1.169.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.168.4...@times-components/ts-newskit@1.169.0) (2024-02-19) - - -### Features - -* **TMPZ-346:** adjuted daily quiz styling ([#3769](https://github.com/newsuk/times-components/issues/3769)) ([19f4a8f](https://github.com/newsuk/times-components/commit/19f4a8f4d62875b2ebf8582be4626032641242ff)) - - - - - -## [1.168.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.168.3...@times-components/ts-newskit@1.168.4) (2024-02-15) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.168.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.168.2...@times-components/ts-newskit@1.168.3) (2024-02-12) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.168.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.168.1...@times-components/ts-newskit@1.168.2) (2024-02-09) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.168.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.168.0...@times-components/ts-newskit@1.168.1) (2024-02-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.168.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.167.0...@times-components/ts-newskit@1.168.0) (2024-02-07) - - -### Features - -* **TMRX-1869:** add note to secondary nav files which being moved to render ([#3758](https://github.com/newsuk/times-components/issues/3758)) ([7066f14](https://github.com/newsuk/times-components/commit/7066f1490d04e8025e290822a8eac668bdbe706c)) - - - - - -# [1.167.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.166.2...@times-components/ts-newskit@1.167.0) (2024-02-06) - - -### Features - -* **TMRX-1902:** update active breadcrumb styling ([#3757](https://github.com/newsuk/times-components/issues/3757)) ([31c1fc1](https://github.com/newsuk/times-components/commit/31c1fc13717e5066b8e947a6d869506d5dbabcd7)) - - - - - -## [1.166.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.166.1...@times-components/ts-newskit@1.166.2) (2024-02-05) - - -### Bug Fixes - -* **TNLBT-1219:** slightly narrowed images on channel pages ([#3755](https://github.com/newsuk/times-components/issues/3755)) ([dcc4897](https://github.com/newsuk/times-components/commit/dcc4897639ee8d6ada027b15a7d8915cf91bd82c)) - - - - - -## [1.166.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.166.0...@times-components/ts-newskit@1.166.1) (2024-02-01) - - -### Bug Fixes - -* **TMRX-1896:** Fix lcpItem on lead articles ([#3753](https://github.com/newsuk/times-components/issues/3753)) ([ebde9c6](https://github.com/newsuk/times-components/commit/ebde9c63e22c0d006b3394bb9e21f415d737ea49)) - - - - - -# [1.166.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.165.1...@times-components/ts-newskit@1.166.0) (2024-02-01) - - -### Features - -* **TMPZ-244:** Add puzzle sidebar component to article sidebar ([#3667](https://github.com/newsuk/times-components/issues/3667)) ([cb19d9b](https://github.com/newsuk/times-components/commit/cb19d9be6755dd885882e42d69b45e28a38e533c)), closes [#3668](https://github.com/newsuk/times-components/issues/3668) - - - - - -## [1.165.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.165.0...@times-components/ts-newskit@1.165.1) (2024-01-30) - - -### Bug Fixes - -* **TMRX-1841:** listviewslice updates ([#3750](https://github.com/newsuk/times-components/issues/3750)) ([0e7da01](https://github.com/newsuk/times-components/commit/0e7da0123ebb5e5bb008fe585d028b841c2fe754)) - - - - - -# [1.165.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.164.0...@times-components/ts-newskit@1.165.0) (2024-01-30) - - -### Features - -* **TMRX-1762:** remove breadcrumb last item url logic ([#3749](https://github.com/newsuk/times-components/issues/3749)) ([c6ca76a](https://github.com/newsuk/times-components/commit/c6ca76a20502018eacd7cfee93f5139d9b965438)) - - - - - -# [1.164.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.163.1...@times-components/ts-newskit@1.164.0) (2024-01-30) - - -### Features - -* **TMRX-1843:** add note to files that are being moved to render ([#3747](https://github.com/newsuk/times-components/issues/3747)) ([c94ffaf](https://github.com/newsuk/times-components/commit/c94ffaf7b13a65fb254783471d1e0a7b345f0d24)) - - - - - -## [1.163.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.163.0...@times-components/ts-newskit@1.163.1) (2024-01-26) - - -### Bug Fixes - -* **TMRX-1879:** add prop for mobile ad slot ([#3745](https://github.com/newsuk/times-components/issues/3745)) ([7c74c35](https://github.com/newsuk/times-components/commit/7c74c35fb93e34a33c0da2fe1aa7590c8a559bd0)) - - - - - -# [1.163.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.162.0...@times-components/ts-newskit@1.163.0) (2024-01-25) - - -### Bug Fixes - -* **TMRX-1866:** remove additional space under the paragraph ([#3744](https://github.com/newsuk/times-components/issues/3744)) ([1068895](https://github.com/newsuk/times-components/commit/1068895c84ce26103bb4a4ef6a869a0fd55c7c5e)) - - -### Features - -* **TMRX-1850:** add tagline to sliceheader ([#3742](https://github.com/newsuk/times-components/issues/3742)) ([ac504c6](https://github.com/newsuk/times-components/commit/ac504c630323e547c685b40322f03e195ff2d757)) - - - - - -# [1.162.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.161.2...@times-components/ts-newskit@1.162.0) (2024-01-25) - - -### Features - -* **TMRX-000:** Article canonical url ([#3743](https://github.com/newsuk/times-components/issues/3743)) ([e9e28da](https://github.com/newsuk/times-components/commit/e9e28dad358f6996f3bb3fe2909c2cf482232a56)) - - - - - -## [1.161.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.161.1...@times-components/ts-newskit@1.161.2) (2024-01-24) - - -### Bug Fixes - -* **TMRX-1866:** fixed logic to render tag and label component ([#3740](https://github.com/newsuk/times-components/issues/3740)) ([724ebdf](https://github.com/newsuk/times-components/commit/724ebdf9cda8bf89b180c282f13fb68c2a265eb2)) - - - - - -## [1.161.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.161.0...@times-components/ts-newskit@1.161.1) (2024-01-22) - - -### Bug Fixes - -* **TMRX-1680:** xxl breakpoint for global nav to show all menus ([#3732](https://github.com/newsuk/times-components/issues/3732)) ([3b70452](https://github.com/newsuk/times-components/commit/3b70452784a89fe0da738e9197f33a9a62683645)) - - - - - -# [1.161.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.160.0...@times-components/ts-newskit@1.161.0) (2024-01-18) - - -### Features - -* **TMPZ-280:** reversed display order of mini-quiz hints ([#3717](https://github.com/newsuk/times-components/issues/3717)) ([52b2dd2](https://github.com/newsuk/times-components/commit/52b2dd2c43c5deafff5e93f7de8b596164502e36)) -* **TMRX-1668:** update menu transition for mobile ([#3721](https://github.com/newsuk/times-components/issues/3721)) ([c572cea](https://github.com/newsuk/times-components/commit/c572cea8f94e4767c56630d7db8f6df17d41e220)) - - - - - -# [1.160.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.159.0...@times-components/ts-newskit@1.160.0) (2024-01-17) - - -### Features - -* **TMPZ-19:** added tracking for the puzzle category scroll buttons ([#3716](https://github.com/newsuk/times-components/issues/3716)) ([982afc5](https://github.com/newsuk/times-components/commit/982afc54adfeaf06543a046be1095e9d4ee74689)) -* **TMPZ-244:** Article sidebar component feedback ([#3730](https://github.com/newsuk/times-components/issues/3730)) ([af5040a](https://github.com/newsuk/times-components/commit/af5040a8fa9f6b35ae1d0395ca6ac0bc59e66b62)) - - - - - -# [1.159.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.158.0...@times-components/ts-newskit@1.159.0) (2024-01-17) - - -### Features - -* **TMRX-1826:** update pagination props ([#3729](https://github.com/newsuk/times-components/issues/3729)) ([a83b5bf](https://github.com/newsuk/times-components/commit/a83b5bff4526e0f93cdb39c606f8443201a1e4c8)) - - - - - -# [1.158.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.157.0...@times-components/ts-newskit@1.158.0) (2024-01-16) - - -### Features - -* **TMRX-1826:** remove truncated pagination ([#3727](https://github.com/newsuk/times-components/issues/3727)) ([1eea835](https://github.com/newsuk/times-components/commit/1eea8350c39669ee9a0ed40ecf929a3033d0b472)) -* **tmrx-1832:** corrected getResponsiveNavData function ([#3728](https://github.com/newsuk/times-components/issues/3728)) ([c29d6ac](https://github.com/newsuk/times-components/commit/c29d6ac65a9d31b305ef4a6ce15278f4064059c5)) - - - - - -# [1.157.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.156.0...@times-components/ts-newskit@1.157.0) (2024-01-16) - - -### Features - -* **TMRX-1826:** update pagination, spacing and make byline clickable ([#3725](https://github.com/newsuk/times-components/issues/3725)) ([312f962](https://github.com/newsuk/times-components/commit/312f96229d29ea6103df9af25bde7a20b8091426)) - - - - - -# [1.156.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.155.0...@times-components/ts-newskit@1.156.0) (2024-01-15) - - -### Features - -* **TMRX-1763:** external content images render on new slices ([#3724](https://github.com/newsuk/times-components/issues/3724)) ([57d6b49](https://github.com/newsuk/times-components/commit/57d6b497c42878afe92a1e7a530843f89156df4c)) - - - - - -# [1.155.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.5...@times-components/ts-newskit@1.155.0) (2024-01-15) - - -### Features - -* **TMRX-1799:** refactor section header ([#3720](https://github.com/newsuk/times-components/issues/3720)) ([75ba900](https://github.com/newsuk/times-components/commit/75ba9008da141419077cf3bb9bd70744f1b4a153)) - - - - - -## [1.154.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.4...@times-components/ts-newskit@1.154.5) (2024-01-12) - - -### Bug Fixes - -* **TMRX-1680:** global nav bar appears to be cropped on ([#3719](https://github.com/newsuk/times-components/issues/3719)) ([af3f52c](https://github.com/newsuk/times-components/commit/af3f52c8837db75cdf822a48dff64f7a39223d89)) - - - - - -## [1.154.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.3...@times-components/ts-newskit@1.154.4) (2024-01-12) - - -### Bug Fixes - -* **TMRX-1810:** global nav search bar placeholder disappears on focus ([#3714](https://github.com/newsuk/times-components/issues/3714)) ([d45b3fa](https://github.com/newsuk/times-components/commit/d45b3fafc3c0e7b5b1e6f39cdf2dc011fe399783)) - - - - - -## [1.154.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.2...@times-components/ts-newskit@1.154.3) (2024-01-12) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.154.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.1...@times-components/ts-newskit@1.154.2) (2024-01-11) - - -### Bug Fixes - -* **TMRX-1446:** remove window reference, update types and ad block ([#3709](https://github.com/newsuk/times-components/issues/3709)) ([9cf291a](https://github.com/newsuk/times-components/commit/9cf291a20ed1ff44db78823aee3a818548a7d7ae)) - - - - - -## [1.154.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.154.0...@times-components/ts-newskit@1.154.1) (2024-01-11) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.154.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.153.4...@times-components/ts-newskit@1.154.0) (2024-01-10) - - -### Features - -* **TMRX-1677:** global nav performance ([#3705](https://github.com/newsuk/times-components/issues/3705)) ([f9197e6](https://github.com/newsuk/times-components/commit/f9197e66e6ded0d06594b842ea8f4eae6ad8847d)) - - - - - -## [1.153.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.153.3...@times-components/ts-newskit@1.153.4) (2024-01-10) - - -### Bug Fixes - -* **TMRX-1806:** remove byline from tag and flag ([#3710](https://github.com/newsuk/times-components/issues/3710)) ([a16b62f](https://github.com/newsuk/times-components/commit/a16b62fc864b6e702620538e2359f7e0bd2ae5a3)) - - - - - -## [1.153.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.153.2...@times-components/ts-newskit@1.153.3) (2024-01-09) - - -### Bug Fixes - -* **TMRX-1800:** add padding between image and label ([#3707](https://github.com/newsuk/times-components/issues/3707)) ([9cbfa77](https://github.com/newsuk/times-components/commit/9cbfa770f4a3a52d0fbc0cf3541a7f591c6769ad)) - - - - - -## [1.153.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.153.1...@times-components/ts-newskit@1.153.2) (2024-01-09) - - -### Bug Fixes - -* **TMRX-1446:** remove window reference ([#3708](https://github.com/newsuk/times-components/issues/3708)) ([9641fbd](https://github.com/newsuk/times-components/commit/9641fbd38013fb996c11e678c58236a76ad08b98)) - - - - - -## [1.153.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.153.0...@times-components/ts-newskit@1.153.1) (2024-01-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.153.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.152.0...@times-components/ts-newskit@1.153.0) (2024-01-08) - - -### Features - -* **TMRX-1672:** global nav L1 and L2 active indicator ([#3696](https://github.com/newsuk/times-components/issues/3696)) ([2d9e075](https://github.com/newsuk/times-components/commit/2d9e07526b06f56d97edbad64b11c395858e846d)) - - - - - -# [1.152.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.151.0...@times-components/ts-newskit@1.152.0) (2024-01-08) - - -### Features - -* **TMRX: 1674:** change global nav overlay opacity ([#3702](https://github.com/newsuk/times-components/issues/3702)) ([7e415f3](https://github.com/newsuk/times-components/commit/7e415f313dd7f2b48ff95e9b7a77d75508014e2b)) - - - - - -# [1.151.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.150.0...@times-components/ts-newskit@1.151.0) (2024-01-08) - - -### Features - -* **TMRX-1673:** amend search bar placeholder ([#3697](https://github.com/newsuk/times-components/issues/3697)) ([4077826](https://github.com/newsuk/times-components/commit/40778265482ba3f55a389fad0d8ec2499ee4debd)) - - - - - -# [1.150.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.149.0...@times-components/ts-newskit@1.150.0) (2024-01-08) - - -### Features - -* **TMRX-1676:** animate hamburger to x ([#3701](https://github.com/newsuk/times-components/issues/3701)) ([168cf2d](https://github.com/newsuk/times-components/commit/168cf2da5a3b9d5f03fba0ba3c85d5a9db151922)) - - - - - -# [1.149.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.148.0...@times-components/ts-newskit@1.149.0) (2024-01-08) - - -### Features - -* **TMRX-1670:** page should remain static when the hamburger menu is expanded ([#3693](https://github.com/newsuk/times-components/issues/3693)) ([385a45d](https://github.com/newsuk/times-components/commit/385a45de5db87baa4a4d1f0a3b067e7ba0e66ed5)) -* **TMRX-1675:** close menus by clicking off ([#3695](https://github.com/newsuk/times-components/issues/3695)) ([dc0f0a5](https://github.com/newsuk/times-components/commit/dc0f0a5c09fd659edf4c351025f2eac424053b0a)) - - - - - -# [1.148.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.147.0...@times-components/ts-newskit@1.148.0) (2024-01-08) - - -### Features - -* **TMRX-1479:** develop list slice article ([#3689](https://github.com/newsuk/times-components/issues/3689)) ([df510fe](https://github.com/newsuk/times-components/commit/df510fec6b7a2b4a0d27ce11633761b38376d79b)) - - - - - -# [1.147.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.146.1...@times-components/ts-newskit@1.147.0) (2023-12-14) - - -### Features - -* **TMRX-1671:** fix hamburger menu alignment ([#3691](https://github.com/newsuk/times-components/issues/3691)) ([62a61ba](https://github.com/newsuk/times-components/commit/62a61baa4be3d605508caa08b804958a247ef99f)) - - - - - -## [1.146.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.146.0...@times-components/ts-newskit@1.146.1) (2023-12-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.146.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.145.0...@times-components/ts-newskit@1.146.0) (2023-12-07) - - -### Features - -* **TMRX-1714:** implement category labels design feedback ([#3684](https://github.com/newsuk/times-components/issues/3684)) ([2ce1cf6](https://github.com/newsuk/times-components/commit/2ce1cf6c808b2ce792d9199abddf23cf99ad0668)) - - - - - -# [1.145.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.144.0...@times-components/ts-newskit@1.145.0) (2023-12-07) - - -### Features - -* **TMPZ-279:** FAQ block mobile bugs ([#3682](https://github.com/newsuk/times-components/issues/3682)) ([bd55906](https://github.com/newsuk/times-components/commit/bd559068c243b1bd33b724ad965124845bb2ac57)) -* **TMRX-1687:** tracking added into breadcrumb ([#3679](https://github.com/newsuk/times-components/issues/3679)) ([c2b8cea](https://github.com/newsuk/times-components/commit/c2b8cea173cb654fafa00913eac4c2b2f17a3262)) - - - - - -# [1.144.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.143.0...@times-components/ts-newskit@1.144.0) (2023-12-07) - - -### Features - -* **TMRX-0000:** disable summary for mobile ([#3683](https://github.com/newsuk/times-components/issues/3683)) ([b9d375e](https://github.com/newsuk/times-components/commit/b9d375e26fbafd7266b765e6e0356515a29ec5f9)) - - - - - -# [1.143.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.142.0...@times-components/ts-newskit@1.143.0) (2023-12-06) - - -### Features - -* **tmrx-0000:** cleanup any ([#3681](https://github.com/newsuk/times-components/issues/3681)) ([80b8162](https://github.com/newsuk/times-components/commit/80b816265a3e082fe03e4dafc446a07c729790af)) - - - - - -# [1.142.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.141.0...@times-components/ts-newskit@1.142.0) (2023-12-05) - - -### Features - -* **TMRX-1582:** add tracking to global navigation ([#3672](https://github.com/newsuk/times-components/issues/3672)) ([a1eb38c](https://github.com/newsuk/times-components/commit/a1eb38c34b30c8f334223488dfd26f8034f335cb)) - - - - - -# [1.141.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.8...@times-components/ts-newskit@1.141.0) (2023-12-04) - - -### Features - -* **TMPZ-277:** aded hide dash option to cards container ([#3678](https://github.com/newsuk/times-components/issues/3678)) ([5617e0e](https://github.com/newsuk/times-components/commit/5617e0e1836baa314d4024d9ac64a9415736f49e)) - - - - - -## [1.140.8](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.7...@times-components/ts-newskit@1.140.8) (2023-12-04) - - -### Bug Fixes - -* **TMRX-1578:** remove line break after expirable flag ([#3674](https://github.com/newsuk/times-components/issues/3674)) ([71e4028](https://github.com/newsuk/times-components/commit/71e40286227ba91821e7de2569df1d9ddbbfd908)) - - - - - -## [1.140.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.6...@times-components/ts-newskit@1.140.7) (2023-12-01) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.140.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.5...@times-components/ts-newskit@1.140.6) (2023-11-29) - - -### Bug Fixes - -* **TMRX-1635:** fix article image spacing ([#3665](https://github.com/newsuk/times-components/issues/3665)) ([8644d09](https://github.com/newsuk/times-components/commit/8644d09e8f18a333003d1f0cd179605ac6da4b69)) - - - - - -## [1.140.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.4...@times-components/ts-newskit@1.140.5) (2023-11-29) - - -### Bug Fixes - -* **TMRX-1648:** secondary nav more dropdown disappears and reappears ([#3655](https://github.com/newsuk/times-components/issues/3655)) ([231cee2](https://github.com/newsuk/times-components/commit/231cee26e177948db3bfbb9ac1d03824329f7835)) - - - - - -## [1.140.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.3...@times-components/ts-newskit@1.140.4) (2023-11-28) - - -### Bug Fixes - -* **TMRX-1578:** revert article tile info line break changes ([#3673](https://github.com/newsuk/times-components/issues/3673)) ([da96fe2](https://github.com/newsuk/times-components/commit/da96fe263d773322aabd785fa46eb12873c6d6f3)) - - - - - -## [1.140.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.2...@times-components/ts-newskit@1.140.3) (2023-11-27) - - -### Bug Fixes - -* **TMRX-1578:** Remove article tile info line break ([#3664](https://github.com/newsuk/times-components/issues/3664)) ([635d8ab](https://github.com/newsuk/times-components/commit/635d8ab9bbc40394c84f4e96c22d42231a0b5c81)) - - - - - -## [1.140.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.1...@times-components/ts-newskit@1.140.2) (2023-11-27) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.140.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.140.0...@times-components/ts-newskit@1.140.1) (2023-11-27) - - -### Bug Fixes - -* **TMRX-1476:** wrap comment bucket with CustomBlockLayout ([#3669](https://github.com/newsuk/times-components/issues/3669)) ([d0e25a3](https://github.com/newsuk/times-components/commit/d0e25a35d8899f0146ae843dd07655a27f45f45d)) - - - - - -# [1.140.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.139.2...@times-components/ts-newskit@1.140.0) (2023-11-24) - - -### Features - -* **TMRX-1578:** reverted changes related to v2 updates ([#3660](https://github.com/newsuk/times-components/issues/3660)) ([4149144](https://github.com/newsuk/times-components/commit/4149144174e0a187cf95670cfe811eb3a97f4fc1)) - - - - - -## [1.139.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.139.1...@times-components/ts-newskit@1.139.2) (2023-11-23) - - -### Bug Fixes - -* **TMRX-1667:** fix lead story 4 content widths ([#3663](https://github.com/newsuk/times-components/issues/3663)) ([25a854d](https://github.com/newsuk/times-components/commit/25a854d0aba9d1b9f4235de176abaa7eef043c13)) - - - - - -## [1.139.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.139.0...@times-components/ts-newskit@1.139.1) (2023-11-23) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.139.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.138.2...@times-components/ts-newskit@1.139.0) (2023-11-22) - - -### Features - -* **TMPZ-258:** adjusted quiz components styling ([#3661](https://github.com/newsuk/times-components/issues/3661)) ([b9d3f64](https://github.com/newsuk/times-components/commit/b9d3f64344aa9db6a0e16a662b935f93f6b40120)) - - - - - -## [1.138.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.138.1...@times-components/ts-newskit@1.138.2) (2023-11-21) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.138.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.138.0...@times-components/ts-newskit@1.138.1) (2023-11-20) - - -### Bug Fixes - -* **TMRX-1635:** Fix lead story article headline margin ([#3639](https://github.com/newsuk/times-components/issues/3639)) ([dd213c9](https://github.com/newsuk/times-components/commit/dd213c975587b0f1a7c39e5862e09ee49f70e39f)) - - - - - -# [1.138.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.137.1...@times-components/ts-newskit@1.138.0) (2023-11-20) - - -### Features - -* **tmrx-1578:** line height added ([#3656](https://github.com/newsuk/times-components/issues/3656)) ([3461ffc](https://github.com/newsuk/times-components/commit/3461ffcf8ce30c5cdb64a0d305978aafda81c504)) - - - - - -## [1.137.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.137.0...@times-components/ts-newskit@1.137.1) (2023-11-20) - - -### Bug Fixes - -* **TMRX-1578:** remove line break ([#3653](https://github.com/newsuk/times-components/issues/3653)) ([587c994](https://github.com/newsuk/times-components/commit/587c99426214bf445a0b4224337a7e2b359684eb)) - - - - - -# [1.137.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.136.0...@times-components/ts-newskit@1.137.0) (2023-11-17) - - -### Features - -* **TMRX-1472:** implement design feedback ([#3654](https://github.com/newsuk/times-components/issues/3654)) ([69dc87c](https://github.com/newsuk/times-components/commit/69dc87c4920d0be321932c5b8a3cc7198d763d0b)) - - - - - -# [1.136.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.135.0...@times-components/ts-newskit@1.136.0) (2023-11-16) - - -### Features - -* **TMRX-1472:** create lead story 4 slice ([#3651](https://github.com/newsuk/times-components/issues/3651)) ([f0a2202](https://github.com/newsuk/times-components/commit/f0a220244c35b833e34df5a3c90445135df717ae)) - - - - - -# [1.135.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.134.0...@times-components/ts-newskit@1.135.0) (2023-11-16) - - -### Features - -* **TMPZ-249:** updated design for sidebar card ([#3652](https://github.com/newsuk/times-components/issues/3652)) ([219d9b7](https://github.com/newsuk/times-components/commit/219d9b71e01d2e911f15dfebca176882e0e2014c)) - - - - - -# [1.134.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.133.0...@times-components/ts-newskit@1.134.0) (2023-11-15) - - -### Features - -* **TMPZ-199:** updated puzzles category for improved CWV ([#3644](https://github.com/newsuk/times-components/issues/3644)) ([d6e5ea0](https://github.com/newsuk/times-components/commit/d6e5ea09d559dc287be90d077eba9f7d844454e7)) - - - - - -# [1.133.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.132.0...@times-components/ts-newskit@1.133.0) (2023-11-10) - - -### Features - -* **TMRX-0000:** export comment bucket 1 ([#3647](https://github.com/newsuk/times-components/issues/3647)) ([fe5cfb5](https://github.com/newsuk/times-components/commit/fe5cfb506408129d40d812153f9b34935130d242)) - - - - - -# [1.132.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.131.0...@times-components/ts-newskit@1.132.0) (2023-11-09) - - -### Features - -* **TMPZ-204:** updated hero banner image size ([#3643](https://github.com/newsuk/times-components/issues/3643)) ([a7661f8](https://github.com/newsuk/times-components/commit/a7661f805bfa908c4a315843afc8c56ad1231aa5)) - - - - - -# [1.131.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.130.0...@times-components/ts-newskit@1.131.0) (2023-11-07) - - -### Features - -* **TMRX-1578:** remove line break after expirable flag ([#3635](https://github.com/newsuk/times-components/issues/3635)) ([86c5d53](https://github.com/newsuk/times-components/commit/86c5d53a62b5c5313158f8975d28be88a8af3aba)) - - - - - -# [1.130.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.129.0...@times-components/ts-newskit@1.130.0) (2023-11-06) - - -### Features - -* **TMRX-1642:** change headline color in comment card ([#3636](https://github.com/newsuk/times-components/issues/3636)) ([73a5070](https://github.com/newsuk/times-components/commit/73a5070af34852edadc57a34ce3f87e2be2a2a39)) - - - - - -# [1.129.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.128.0...@times-components/ts-newskit@1.129.0) (2023-11-06) - - -### Features - -* **TMRX-1630:** Secondary nav updates ([#3630](https://github.com/newsuk/times-components/issues/3630)) ([db56390](https://github.com/newsuk/times-components/commit/db563901a673f92a71cf06d843ad7e7e1a5e5b87)) - - - - - -# [1.128.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.127.0...@times-components/ts-newskit@1.128.0) (2023-11-06) - - -### Features - -* **TMRX-1558:** remove useBreakpointKey hook ([#3631](https://github.com/newsuk/times-components/issues/3631)) ([581afad](https://github.com/newsuk/times-components/commit/581afad531d9c36f004dce9b9571de28c195a82f)) - - - - - -# [1.127.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.126.0...@times-components/ts-newskit@1.127.0) (2023-11-03) - - -### Features - -* **TMRX-1473:** create comment bucket ([#3629](https://github.com/newsuk/times-components/issues/3629)) ([11141a5](https://github.com/newsuk/times-components/commit/11141a55f720144847fc1ba54febede00b6d6dcd)) - - - - - -# [1.126.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.125.0...@times-components/ts-newskit@1.126.0) (2023-11-02) - - -### Features - -* **TMRX-1629:** tabindex added ([#3628](https://github.com/newsuk/times-components/issues/3628)) ([6eacf23](https://github.com/newsuk/times-components/commit/6eacf23d007cd2f49753cdb18dd16e4b98fc3440)) - - - - - -# [1.125.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.6...@times-components/ts-newskit@1.125.0) (2023-11-02) - - -### Bug Fixes - -* **TMRX-1585:** cropped img for sm xs fixed ([#3626](https://github.com/newsuk/times-components/issues/3626)) ([44cc23d](https://github.com/newsuk/times-components/commit/44cc23d83b301ab4426d17f391394ea91ea0c35b)) - - -### Features - -* **TMPZ-199:** add lcpItem class to image container ([#3627](https://github.com/newsuk/times-components/issues/3627)) ([6b8390d](https://github.com/newsuk/times-components/commit/6b8390de78be2bcf2a379eb461d2d2cbea2b2604)) - - - - - -## [1.124.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.5...@times-components/ts-newskit@1.124.6) (2023-11-01) - - -### Bug Fixes - -* **TMRX-1604:** make images clickable within new slices ([#3616](https://github.com/newsuk/times-components/issues/3616)) ([dedc954](https://github.com/newsuk/times-components/commit/dedc954ef590dc7db8898bbfc7db6238fd33037e)) - - - - - -## [1.124.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.4...@times-components/ts-newskit@1.124.5) (2023-10-31) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.124.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.3...@times-components/ts-newskit@1.124.4) (2023-10-30) - - -### Bug Fixes - -* **TMRX-1616:** Content bucket article stack headline margin ([#3621](https://github.com/newsuk/times-components/issues/3621)) ([0a67d80](https://github.com/newsuk/times-components/commit/0a67d80697ebffb8f58ba119cdc37d3714e0d106)) - - - - - -## [1.124.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.2...@times-components/ts-newskit@1.124.3) (2023-10-27) - - -### Bug Fixes - -* **TMRX-000:** Add new video Icon SVG ([#3620](https://github.com/newsuk/times-components/issues/3620)) ([86d8e53](https://github.com/newsuk/times-components/commit/86d8e53dac9d9c9297ad62699ea239627647c072)) -* **TMRX-1607:** Secondary nav indicator jumping ([#3619](https://github.com/newsuk/times-components/issues/3619)) ([21c171b](https://github.com/newsuk/times-components/commit/21c171b00d57f0c77d14c83a37c403d8d0cdcfdf)) - - - - - -## [1.124.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.1...@times-components/ts-newskit@1.124.2) (2023-10-27) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.124.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.124.0...@times-components/ts-newskit@1.124.1) (2023-10-27) - - -### Bug Fixes - -* **TMRX-1617:** only render as link if href is provided ([#3617](https://github.com/newsuk/times-components/issues/3617)) ([0ead694](https://github.com/newsuk/times-components/commit/0ead6944972f85c7e0b6c8c0b382039a661f7b4d)) - - - - - -# [1.124.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.123.2...@times-components/ts-newskit@1.124.0) (2023-10-27) - - -### Features - -* **TMPZ-195:** adjusted hero banner and subscribe banner ([#3612](https://github.com/newsuk/times-components/issues/3612)) ([34401c1](https://github.com/newsuk/times-components/commit/34401c192203488026dd9f21c660f8ee327f1266)) - - - - - -## [1.123.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.123.1...@times-components/ts-newskit@1.123.2) (2023-10-26) - - -### Bug Fixes - -* **TMRX-0000:** update article audio icon ([#3615](https://github.com/newsuk/times-components/issues/3615)) ([75d0f3b](https://github.com/newsuk/times-components/commit/75d0f3bd776a3ab3b8978f3a1fdb21e91fb3f19d)) -* **TMRX-1612:** target class article-image ([#3613](https://github.com/newsuk/times-components/issues/3613)) ([04432ea](https://github.com/newsuk/times-components/commit/04432eabb4d2cf1d722aec416cbefbdd693cfea3)) - - - - - -## [1.123.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.123.0...@times-components/ts-newskit@1.123.1) (2023-10-26) - - -### Bug Fixes - -* **TMRX-1594:** Remove video icon for now as the iamge doesnt work in render ([#3614](https://github.com/newsuk/times-components/issues/3614)) ([24cd7b2](https://github.com/newsuk/times-components/commit/24cd7b2020dd7d3b5d24abe10cc0b61f4cadf5ed)) - - - - - -# [1.123.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.122.0...@times-components/ts-newskit@1.123.0) (2023-10-25) - - -### Features - -* **TMRX-1562:** Update slice header ([#3608](https://github.com/newsuk/times-components/issues/3608)) ([071de7f](https://github.com/newsuk/times-components/commit/071de7f495076910a17810ca16cf216e414c28e0)) -* **TMRX-1605:** update article audio component ([#3606](https://github.com/newsuk/times-components/issues/3606)) ([1b5510e](https://github.com/newsuk/times-components/commit/1b5510e42cba3cc3c30e2f4fefac4c5ce222d3f3)) - - - - - -# [1.122.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.121.0...@times-components/ts-newskit@1.122.0) (2023-10-25) - - -### Features - -* **TMRX-1574:** updated section header space ([#3611](https://github.com/newsuk/times-components/issues/3611)) ([4c8c35f](https://github.com/newsuk/times-components/commit/4c8c35f79ea8894a3701419669f7643ec5487add)) - - - - - -# [1.121.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.120.1...@times-components/ts-newskit@1.121.0) (2023-10-24) - - -### Features - -* **TMRX-1561:** Refactor stacked module ([#3602](https://github.com/newsuk/times-components/issues/3602)) ([e9962c5](https://github.com/newsuk/times-components/commit/e9962c55e5274b6d897140ce5e6ec393de44d922)) - - - - - -## [1.120.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.120.0...@times-components/ts-newskit@1.120.1) (2023-10-24) - - -### Bug Fixes - -* **TMRX-1594:** Video icon on new slices ([#3601](https://github.com/newsuk/times-components/issues/3601)) ([8b39ce6](https://github.com/newsuk/times-components/commit/8b39ce6bd7f1c4157bef3d93c185c5f925130301)) - - - - - -# [1.120.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.119.0...@times-components/ts-newskit@1.120.0) (2023-10-23) - - -### Features - -* **TMPZ-113:** created sidebar component ([#3605](https://github.com/newsuk/times-components/issues/3605)) ([289000e](https://github.com/newsuk/times-components/commit/289000e6c8a88948f33c0b03626ef2522ba5ce28)) - - - - - -# [1.119.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.118.0...@times-components/ts-newskit@1.119.0) (2023-10-23) - - -### Features - -* **TMRX-1557:** refactor content bucket 3 ([#3588](https://github.com/newsuk/times-components/issues/3588)) ([e801b53](https://github.com/newsuk/times-components/commit/e801b53844820385e5727155cca334ba84e79311)) -* **TMRX-1590:** refactor lead story slices ([#3604](https://github.com/newsuk/times-components/issues/3604)) ([41140a4](https://github.com/newsuk/times-components/commit/41140a40b857f1aced1035259a67bafa3e2d6032)) - - - - - -# [1.118.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.117.1...@times-components/ts-newskit@1.118.0) (2023-10-19) - - -### Features - -* **TMRX-1494:** update mobile web tokens ([#3589](https://github.com/newsuk/times-components/issues/3589)) ([0615fe2](https://github.com/newsuk/times-components/commit/0615fe2dbf20be4817f3e8be5b58d64401a52250)) - - - - - -## [1.117.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.117.0...@times-components/ts-newskit@1.117.1) (2023-10-19) - - -### Bug Fixes - -* **TMPZ-192:** Toggle dynamic height on FAQ component ([#3603](https://github.com/newsuk/times-components/issues/3603)) ([095d074](https://github.com/newsuk/times-components/commit/095d0747dc5dac8bb183ad5b00595898c7f435a2)) - - - - - -# [1.117.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.116.1...@times-components/ts-newskit@1.117.0) (2023-10-18) - - -### Features - -* **TMRX-1585:** Resize images on new slices ([#3599](https://github.com/newsuk/times-components/issues/3599)) ([2c728bb](https://github.com/newsuk/times-components/commit/2c728bb32a5e3f76727a41846e19f16e28b10428)) - - - - - -## [1.116.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.116.0...@times-components/ts-newskit@1.116.1) (2023-10-18) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.116.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.115.0...@times-components/ts-newskit@1.116.0) (2023-10-17) - - -### Features - -* **TMRX-1555:** refactor content bucket 1 ([#3587](https://github.com/newsuk/times-components/issues/3587)) ([527a466](https://github.com/newsuk/times-components/commit/527a466a26425d7c42fd0680853b0c6d35e4adff)) - - - - - -# [1.115.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.114.1...@times-components/ts-newskit@1.115.0) (2023-10-17) - - -### Bug Fixes - -* **TMRX-000:** Remove quotes around styles ([#3596](https://github.com/newsuk/times-components/issues/3596)) ([eb7a965](https://github.com/newsuk/times-components/commit/eb7a96528db26e87857d7cb026a3f371caf68874)) - - -### Features - -* **TMPZ-154:** Offers Banner ([#3592](https://github.com/newsuk/times-components/issues/3592)) ([4ce1944](https://github.com/newsuk/times-components/commit/4ce1944c9d515f27603d6eda636dfc745eb29394)) - - - - - -## [1.114.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.114.0...@times-components/ts-newskit@1.114.1) (2023-10-16) - - -### Bug Fixes - -* **TMRX-1580:** Add lazy loading to images that aren't lead images ([#3595](https://github.com/newsuk/times-components/issues/3595)) ([683a2bc](https://github.com/newsuk/times-components/commit/683a2bc8bf06b85d5d867428b2647c6aee46a396)) - - - - - -# [1.114.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.113.0...@times-components/ts-newskit@1.114.0) (2023-10-16) - - -### Features - -* **TMRX-1580:** Add lazy loading to slice images ([#3593](https://github.com/newsuk/times-components/issues/3593)) ([178daab](https://github.com/newsuk/times-components/commit/178daabd0c4a479608b7d723aa8e83f68acb701a)) - - - - - -# [1.113.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.112.0...@times-components/ts-newskit@1.113.0) (2023-10-16) - - -### Features - -* **TMRX-1563:** refactor section bucket ([#3586](https://github.com/newsuk/times-components/issues/3586)) ([caab73b](https://github.com/newsuk/times-components/commit/caab73b7ef9154fd8eb1f79720066df9a753a92a)) -* **TMRX-1570:** Improve image performance new slices ([#3591](https://github.com/newsuk/times-components/issues/3591)) ([420748c](https://github.com/newsuk/times-components/commit/420748c2d811ea54f7a37b1205dcfd3a1dd42dd1)) - - - - - -# [1.112.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.111.0...@times-components/ts-newskit@1.112.0) (2023-10-13) - - -### Bug Fixes - -* **TMPZ-157:** New signup page banner design Issue for iPad Pro resolution ([#3590](https://github.com/newsuk/times-components/issues/3590)) ([6ea3b21](https://github.com/newsuk/times-components/commit/6ea3b21fd678a24b623aecfe58dc97e7df3bd307)) - - -### Features - -* **TMPZ-152:** created subscribe banner ([#3584](https://github.com/newsuk/times-components/issues/3584)) ([ba8ceaa](https://github.com/newsuk/times-components/commit/ba8ceaae1fd43a6757c186440b926adde0bc0442)) -* **TMPZ-153:** Implemented FAQ ([#3581](https://github.com/newsuk/times-components/issues/3581)) ([8ec1805](https://github.com/newsuk/times-components/commit/8ec1805754d25187e2e56bd2a2d16eaba0f850c1)) -* **TMRX-1556:** refactor content bucket 2 ([#3583](https://github.com/newsuk/times-components/issues/3583)) ([805f9f6](https://github.com/newsuk/times-components/commit/805f9f67847a477015ff5e408fbad0b3fb371e1f)) - - - - - -# [1.111.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.110.0...@times-components/ts-newskit@1.111.0) (2023-10-12) - - -### Features - -* **TMRX-1554:** refactor lead story module 2 ([#3579](https://github.com/newsuk/times-components/issues/3579)) ([0aa8074](https://github.com/newsuk/times-components/commit/0aa80744ef27909dce80e81b17a5b75e29fa79dd)) - - - - - -# [1.110.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.109.1...@times-components/ts-newskit@1.110.0) (2023-10-12) - - -### Features - -* **TMPZ-155:** Create storybook components for Contacts section ([#3582](https://github.com/newsuk/times-components/issues/3582)) ([84a93db](https://github.com/newsuk/times-components/commit/84a93db7ec55bdba76d4497bda7d86b2eb7b10b8)) - - - - - -## [1.109.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.109.0...@times-components/ts-newskit@1.109.1) (2023-10-11) - - -### Bug Fixes - -* **TMRX-1571:** Fix content bucket wrapping bug ([#3574](https://github.com/newsuk/times-components/issues/3574)) ([5e01070](https://github.com/newsuk/times-components/commit/5e010707e164b672d591c3677b6906abc2ce57e0)) - - - - - -# [1.109.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.108.1...@times-components/ts-newskit@1.109.0) (2023-10-10) - - -### Features - -* **TMRX-1519:** update token ([#3573](https://github.com/newsuk/times-components/issues/3573)) ([76f1ec1](https://github.com/newsuk/times-components/commit/76f1ec1998350a962f1bef67fa5f063847a414c6)) - - - - - -## [1.108.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.108.0...@times-components/ts-newskit@1.108.1) (2023-10-10) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.108.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.107.0...@times-components/ts-newskit@1.108.0) (2023-10-09) - - -### Features - -* **TMRX-1528:** update secondary nav styling ([#3571](https://github.com/newsuk/times-components/issues/3571)) ([8ebe00e](https://github.com/newsuk/times-components/commit/8ebe00eecc22cd00fca9c9a8b54bb3942b8665a0)) - - - - - -# [1.107.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.106.0...@times-components/ts-newskit@1.107.0) (2023-10-09) - - -### Features - -* **TMRX-1553:** refactor lead story module 1 ([#3570](https://github.com/newsuk/times-components/issues/3570)) ([1eae723](https://github.com/newsuk/times-components/commit/1eae723bb5a1a0617a3654f2898c9bc3e0d8784c)) - - - - - -# [1.106.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.105.0...@times-components/ts-newskit@1.106.0) (2023-10-06) - - -### Features - -* **TMPZ-169:** How to play ([#3568](https://github.com/newsuk/times-components/issues/3568)) ([471de52](https://github.com/newsuk/times-components/commit/471de52697a3f20d70962038cfc225120edf2921)) - - - - - -# [1.105.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.104.0...@times-components/ts-newskit@1.105.0) (2023-10-06) - - -### Features - -* **TMRX-1519:** token update comment name and headline ([#3569](https://github.com/newsuk/times-components/issues/3569)) ([2771221](https://github.com/newsuk/times-components/commit/277122194c764f997b3b40f5501891c79a135b46)) - - - - - -# [1.104.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.103.3...@times-components/ts-newskit@1.104.0) (2023-10-05) - - -### Features - -* **TMRX-1543:** Lead story 3 refactor ([#3563](https://github.com/newsuk/times-components/issues/3563)) ([d1bff0d](https://github.com/newsuk/times-components/commit/d1bff0d3136e2814065b0c4fb8fdc68989c61a44)) - - - - - -## [1.103.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.103.2...@times-components/ts-newskit@1.103.3) (2023-10-05) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.103.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.103.1...@times-components/ts-newskit@1.103.2) (2023-10-04) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.103.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.103.0...@times-components/ts-newskit@1.103.1) (2023-10-04) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.103.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.102.0...@times-components/ts-newskit@1.103.0) (2023-10-03) - - -### Features - -* **TMRX-1513:** add component for handling coloured text ([#3562](https://github.com/newsuk/times-components/issues/3562)) ([b6a23c6](https://github.com/newsuk/times-components/commit/b6a23c62f04904b891ebe33ab54b3b1a8ffcc8a3)) - - - - - -# [1.102.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.101.0...@times-components/ts-newskit@1.102.0) (2023-10-02) - - -### Features - -* **TMRX-1547:** Add tracking to secondary navigation ([#3559](https://github.com/newsuk/times-components/issues/3559)) ([3d256fd](https://github.com/newsuk/times-components/commit/3d256fdd5caa2322e4a4f4a26eb07b0cb178d005)) - - - - - -# [1.101.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.100.0...@times-components/ts-newskit@1.101.0) (2023-09-28) - - -### Features - -* **TMPZ-167-168:** Winning/Losing Screen UI ([#3558](https://github.com/newsuk/times-components/issues/3558)) ([e1f4c47](https://github.com/newsuk/times-components/commit/e1f4c47aa57a674edc9718a0d544153f80788c48)) - - - - - -# [1.100.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.99.3...@times-components/ts-newskit@1.100.0) (2023-09-28) - - -### Features - -* **TMPZ-165:** Hint trigger and hints display UI ([#3555](https://github.com/newsuk/times-components/issues/3555)) ([a4bc317](https://github.com/newsuk/times-components/commit/a4bc317835597debcb18d7435194f04578d2208a)) - - - - - -## [1.99.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.99.2...@times-components/ts-newskit@1.99.3) (2023-09-22) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.99.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.99.1...@times-components/ts-newskit@1.99.2) (2023-09-21) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.99.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.99.0...@times-components/ts-newskit@1.99.1) (2023-09-21) - - -### Bug Fixes - -* **TMRX-0000:** change divider color ([#3546](https://github.com/newsuk/times-components/issues/3546)) ([6715a09](https://github.com/newsuk/times-components/commit/6715a093bc1c449eb9461b47449d2d774f3431ba)) - - - - - -# [1.99.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.98.0...@times-components/ts-newskit@1.99.0) (2023-09-21) - - -### Features - -* **TMRX-1522:** update captions and credits token ([#3545](https://github.com/newsuk/times-components/issues/3545)) ([e14e15a](https://github.com/newsuk/times-components/commit/e14e15af1f0200dacde0a195e427951e365bfa9a)) - - - - - -# [1.98.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.97.0...@times-components/ts-newskit@1.98.0) (2023-09-21) - - -### Features - -* **TMRX-1495:** update function to support addition of theme overrides ([#3524](https://github.com/newsuk/times-components/issues/3524)) ([51066cc](https://github.com/newsuk/times-components/commit/51066cc2241307e6b19c111acc528feaed55cfdf)) - - - - - -# [1.97.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.96.0...@times-components/ts-newskit@1.97.0) (2023-09-20) - - -### Features - -* **TMRX-1256:** integrate search function in globalnav ([#3538](https://github.com/newsuk/times-components/issues/3538)) ([99583a9](https://github.com/newsuk/times-components/commit/99583a91ab140539a09d55dd4a1aebdf1fcea804)) - - - - - -# [1.96.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.95.1...@times-components/ts-newskit@1.96.0) (2023-09-20) - - -### Features - -* **TMRX-0000:** change typographyPreset in article ([#3543](https://github.com/newsuk/times-components/issues/3543)) ([bbd07cd](https://github.com/newsuk/times-components/commit/bbd07cd50697efeef32ad4d6efc8675f903532bc)) - - - - - -## [1.95.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.95.0...@times-components/ts-newskit@1.95.1) (2023-09-20) - - -### Bug Fixes - -* **TMRX-0000:** update typographyPreset ([#3540](https://github.com/newsuk/times-components/issues/3540)) ([dcb2f92](https://github.com/newsuk/times-components/commit/dcb2f929ff77793899a346b3153ad7ff05ab4b86)) - - - - - -# [1.95.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.94.1...@times-components/ts-newskit@1.95.0) (2023-09-19) - - -### Features - -* **TMRX-1404:** update tokens ([#3537](https://github.com/newsuk/times-components/issues/3537)) ([3a19e29](https://github.com/newsuk/times-components/commit/3a19e293bdadcedfec7b4950909b7cea1b3f87f2)) - - - - - -## [1.94.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.94.0...@times-components/ts-newskit@1.94.1) (2023-09-15) - - -### Bug Fixes - -* **TMRX-1487:** remove rogue dividing line ([#3534](https://github.com/newsuk/times-components/issues/3534)) ([4b475fb](https://github.com/newsuk/times-components/commit/4b475fb5e4fbfb1bb518c451df8543c6f690b4ca)) - - - - - -# [1.94.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.93.0...@times-components/ts-newskit@1.94.0) (2023-09-15) - - -### Features - -* **TMRX-1492:** hide top image in lead 3 ([#3533](https://github.com/newsuk/times-components/issues/3533)) ([46dd5c8](https://github.com/newsuk/times-components/commit/46dd5c8ef90a0aa0a697482719ef6e720038cd0b)) - - - - - -# [1.93.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.7...@times-components/ts-newskit@1.93.0) (2023-09-13) - - -### Features - -* **TMRX-1460:** replace custom typography presets with those provided by design team ([#3530](https://github.com/newsuk/times-components/issues/3530)) ([c2fce1d](https://github.com/newsuk/times-components/commit/c2fce1dc4eda59b0ab227f77e3576e59eccff011)) - - - - - -## [1.92.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.6...@times-components/ts-newskit@1.92.7) (2023-09-08) - - -### Bug Fixes - -* Added underline. ([#3522](https://github.com/newsuk/times-components/issues/3522)) ([95773c5](https://github.com/newsuk/times-components/commit/95773c5ffd8a78def5f726b3a6636a8e7122bb24)) - - - - - -## [1.92.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.5...@times-components/ts-newskit@1.92.6) (2023-09-07) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.92.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.4...@times-components/ts-newskit@1.92.5) (2023-09-06) - - -### Bug Fixes - -* **TMRX-000:** Add component to slice header tracking ([#3521](https://github.com/newsuk/times-components/issues/3521)) ([5c72da6](https://github.com/newsuk/times-components/commit/5c72da60d7d7525926d74070530f1dfd9aab6aa5)) - - - - - -## [1.92.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.3...@times-components/ts-newskit@1.92.4) (2023-09-06) - - -### Bug Fixes - -* **TMRX-1477:** update margin to marginBlockEnd ([#3520](https://github.com/newsuk/times-components/issues/3520)) ([7c923c0](https://github.com/newsuk/times-components/commit/7c923c06579b9c406a4a50db412c68c989a2f061)) - - - - - -## [1.92.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.2...@times-components/ts-newskit@1.92.3) (2023-09-06) - - -### Bug Fixes - -* **TMRX-1477:** add min-height to slice header ([#3519](https://github.com/newsuk/times-components/issues/3519)) ([afa3f4e](https://github.com/newsuk/times-components/commit/afa3f4ede876c3ca6d330e95b533480d88bf7672)) - - - - - -## [1.92.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.1...@times-components/ts-newskit@1.92.2) (2023-09-06) - - -### Bug Fixes - -* Exported components from index.ts file. ([#3518](https://github.com/newsuk/times-components/issues/3518)) ([0c970eb](https://github.com/newsuk/times-components/commit/0c970eb1085fd82ca74cb052739e1ecf0fb75bd1)) - - - - - -## [1.92.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.92.0...@times-components/ts-newskit@1.92.1) (2023-09-04) - - -### Bug Fixes - -* Added props to BreakoutSection. ([#3511](https://github.com/newsuk/times-components/issues/3511)) ([a2787a5](https://github.com/newsuk/times-components/commit/a2787a5fa443a716751b1dc29ecc9ec153e4ebe5)) - - - - - -# [1.92.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.91.0...@times-components/ts-newskit@1.92.0) (2023-09-01) - - -### Features - -* **TMPZ - 131:** Implemented HeroBanner ([#3502](https://github.com/newsuk/times-components/issues/3502)) ([a14be97](https://github.com/newsuk/times-components/commit/a14be976089c23badfda719a073e124088601870)) - - - - - -# [1.91.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.90.0...@times-components/ts-newskit@1.91.0) (2023-08-31) - - -### Features - -* **TMPZ-132:** Create storybook component for category card ([#3508](https://github.com/newsuk/times-components/issues/3508)) ([17b28d0](https://github.com/newsuk/times-components/commit/17b28d0dd25f629baa6600de6880133275649a15)) - - - - - -# [1.90.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.89.2...@times-components/ts-newskit@1.90.0) (2023-08-31) - - -### Features - -* **TMRX-1406:** add logic to await breakpoint value before loading s… ([#3513](https://github.com/newsuk/times-components/issues/3513)) ([31f0578](https://github.com/newsuk/times-components/commit/31f0578fe47bc3632cda494b66589fe098bb4b25)) - - - - - -## [1.89.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.89.1...@times-components/ts-newskit@1.89.2) (2023-08-30) - - -### Bug Fixes - -* **TMRX-1442:** add null check to expirableFlags ([#3516](https://github.com/newsuk/times-components/issues/3516)) ([63a17ad](https://github.com/newsuk/times-components/commit/63a17ada55edead646684d14acc58eeabf5878a8)) - - - - - -## [1.89.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.89.0...@times-components/ts-newskit@1.89.1) (2023-08-30) - - -### Bug Fixes - -* **TMRX-1442:** fix image layout issue ([#3514](https://github.com/newsuk/times-components/issues/3514)) ([c7d5f55](https://github.com/newsuk/times-components/commit/c7d5f557c4d7b8d7a4467632a1125762ad05583c)) - - - - - -# [1.89.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.88.0...@times-components/ts-newskit@1.89.0) (2023-08-30) - - -### Features - -* **TMRX-0000:** apply design feedback ([#3512](https://github.com/newsuk/times-components/issues/3512)) ([c32f922](https://github.com/newsuk/times-components/commit/c32f92283a26ad3d6880efa7a011889563e1fe77)) - - - - - -# [1.88.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.87.0...@times-components/ts-newskit@1.88.0) (2023-08-30) - - -### Features - -* **TMRX-1442:** create content bucket 3 slice ([#3510](https://github.com/newsuk/times-components/issues/3510)) ([d2fba8e](https://github.com/newsuk/times-components/commit/d2fba8e8eda2e787dec35340991f9c3480cfbc52)) - - - - - -# [1.87.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.86.4...@times-components/ts-newskit@1.87.0) (2023-08-29) - - -### Features - -* **TMRX-1462:** added data-testids to required components ([#3509](https://github.com/newsuk/times-components/issues/3509)) ([7830614](https://github.com/newsuk/times-components/commit/78306144f857704c3186369f4daeb2ecc1434b82)) - - - - - -## [1.86.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.86.3...@times-components/ts-newskit@1.86.4) (2023-08-25) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.86.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.86.2...@times-components/ts-newskit@1.86.3) (2023-08-24) - - -### Bug Fixes - -* **TMRX-0000:** change typographyPreset to editorialHeadline020 ([#3506](https://github.com/newsuk/times-components/issues/3506)) ([1179e8c](https://github.com/newsuk/times-components/commit/1179e8c4245b1f82765a4732e4aab1a54471ec4c)) - - - - - -## [1.86.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.86.1...@times-components/ts-newskit@1.86.2) (2023-08-24) - - -### Bug Fixes - -* **TMRX-0000:** revert font size of leadStory2 and leadStory3 ([#3505](https://github.com/newsuk/times-components/issues/3505)) ([4c583e5](https://github.com/newsuk/times-components/commit/4c583e5339d490121d0174d3b5f707cdf4bff891)) - - - - - -## [1.86.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.86.0...@times-components/ts-newskit@1.86.1) (2023-08-23) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.86.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.85.0...@times-components/ts-newskit@1.86.0) (2023-08-22) - - -### Features - -* **TMRX-0000:** change articlelLabel to label ([#3499](https://github.com/newsuk/times-components/issues/3499)) ([d753118](https://github.com/newsuk/times-components/commit/d7531184bce50c098eda32c56d3ad3dceb2f5c04)) - - - - - -# [1.85.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.84.0...@times-components/ts-newskit@1.85.0) (2023-08-22) - - -### Features - -* **TMRX-1390:** scrollable l2 nav ([#3493](https://github.com/newsuk/times-components/issues/3493)) ([a8d778d](https://github.com/newsuk/times-components/commit/a8d778df183e56776fd3813a5456ba98a328702c)) - - - - - -# [1.84.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.83.0...@times-components/ts-newskit@1.84.0) (2023-08-18) - - -### Features - -* **TMRX-1400:** implement design feedback ([#3498](https://github.com/newsuk/times-components/issues/3498)) ([d49b103](https://github.com/newsuk/times-components/commit/d49b1031ad19f263c7a29ba6e0ca6f4ef16c8b0b)) - - - - - -# [1.83.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.82.0...@times-components/ts-newskit@1.83.0) (2023-08-18) - - -### Features - -* **TMRX-1268:** update article audio to toggle by class ([#3496](https://github.com/newsuk/times-components/issues/3496)) ([eb2c76f](https://github.com/newsuk/times-components/commit/eb2c76f2d2025a33f09a079042947bdae496413c)) - - - - - -# [1.82.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.81.0...@times-components/ts-newskit@1.82.0) (2023-08-17) - - -### Features - -* **TMRX-1400:** Implement category labels flags above the headline ([#3495](https://github.com/newsuk/times-components/issues/3495)) ([506b900](https://github.com/newsuk/times-components/commit/506b900d6c592c3d701078cfe0c58d2ea8a18a72)) - - - - - -# [1.81.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.80.1...@times-components/ts-newskit@1.81.0) (2023-08-16) - - -### Features - -* **TMRX-1388:** updated typography for dropdown active state ([#3489](https://github.com/newsuk/times-components/issues/3489)) ([b339e33](https://github.com/newsuk/times-components/commit/b339e3350a890223da7bfd9a782653933d277198)) - - - - - -## [1.80.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.80.0...@times-components/ts-newskit@1.80.1) (2023-08-15) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.80.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.79.1...@times-components/ts-newskit@1.80.0) (2023-08-15) - - -### Features - -* **TMRX-1386:** Fixed inconsistent padding between elements in L2 Nav ([#3488](https://github.com/newsuk/times-components/issues/3488)) ([6e814cf](https://github.com/newsuk/times-components/commit/6e814cfe9443cb52d544aad6b1cbbcbb8e53aa39)) - - - - - -## [1.79.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.79.0...@times-components/ts-newskit@1.79.1) (2023-08-11) - - -### Bug Fixes - -* **TMRX-0000:** remove script and align versions ([#3486](https://github.com/newsuk/times-components/issues/3486)) ([dec0168](https://github.com/newsuk/times-components/commit/dec016815d3c34d54c1a20d35d3b7bf2e2e5e965)) - - - - - -# [1.79.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.78.0...@times-components/ts-newskit@1.79.0) (2023-08-11) - - -### Features - -* **TMRX-1385:** Make Secondary Nav Stick under Global Nav ([#3479](https://github.com/newsuk/times-components/issues/3479)) ([410eae7](https://github.com/newsuk/times-components/commit/410eae794efb0065fa69d4e62556df68fbc629da)) - - - - - -# [1.78.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.77.1...@times-components/ts-newskit@1.78.0) (2023-08-10) - - -### Features - -* **TMRX-1444:** Update image on mobile web for Lead 1 and Lead 3 ([#3483](https://github.com/newsuk/times-components/issues/3483)) ([e49f620](https://github.com/newsuk/times-components/commit/e49f6203bc75b2e528538343fac8483e9ee34960)) - - - - - -## [1.77.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.77.0...@times-components/ts-newskit@1.77.1) (2023-08-10) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.77.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.76.3...@times-components/ts-newskit@1.77.0) (2023-08-10) - - -### Features - -* **TMRX-1312:** Add tracking to slices ([#3471](https://github.com/newsuk/times-components/issues/3471)) ([29d23af](https://github.com/newsuk/times-components/commit/29d23af4225535f59a3979d3bd14158a76e9d712)) - - - - - -## [1.76.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.76.2...@times-components/ts-newskit@1.76.3) (2023-08-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.76.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.76.1...@times-components/ts-newskit@1.76.2) (2023-08-07) - - -### Bug Fixes - -* **TMRX-1312:** Add object name to SliceHeader for tracking ([#3478](https://github.com/newsuk/times-components/issues/3478)) ([9c2f105](https://github.com/newsuk/times-components/commit/9c2f105ff7c4a2d3eebceff34b639901f02e801b)) - - - - - -## [1.76.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.76.0...@times-components/ts-newskit@1.76.1) (2023-08-07) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.76.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.75.1...@times-components/ts-newskit@1.76.0) (2023-08-04) - - -### Features - -* **TMRX-1312:** Add tracking to Slice Header ([#3477](https://github.com/newsuk/times-components/issues/3477)) ([1b2c324](https://github.com/newsuk/times-components/commit/1b2c324d8c571b3c1766e14017d10470325c9a03)) - - - - - -## [1.75.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.75.0...@times-components/ts-newskit@1.75.1) (2023-08-03) - - -### Bug Fixes - -* **TMRX-1402:** apply design feedback ([#3476](https://github.com/newsuk/times-components/issues/3476)) ([3fac8a8](https://github.com/newsuk/times-components/commit/3fac8a8ac4c59f7666ce95d2abe8f62e2a93f0f4)) - - - - - -# [1.75.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.74.0...@times-components/ts-newskit@1.75.0) (2023-08-03) - - -### Features - -* **TMRX-1349:** Update newskit themes ([#3470](https://github.com/newsuk/times-components/issues/3470)) ([f2060b7](https://github.com/newsuk/times-components/commit/f2060b7bb1dd42c8929719d76edec4bbd72b54a5)) - - - - - -# [1.74.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.73.0...@times-components/ts-newskit@1.74.0) (2023-08-02) - - -### Features - -* **TMRX-1152:** corrected export from TC ([#3475](https://github.com/newsuk/times-components/issues/3475)) ([767d9ee](https://github.com/newsuk/times-components/commit/767d9ee7e71d6207f02c7cf373193d28019cebc8)) - - - - - -# [1.73.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.72.0...@times-components/ts-newskit@1.73.0) (2023-08-02) - - -### Features - -* **TMRX-1402:** remove slice header from slices and export it ([#3473](https://github.com/newsuk/times-components/issues/3473)) ([c61fcb9](https://github.com/newsuk/times-components/commit/c61fcb91190f549fa82bc6bb8b391ccc1188cdf9)) - - - - - -# [1.72.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.71.0...@times-components/ts-newskit@1.72.0) (2023-08-01) - - -### Features - -* **TMPZ-44:** Allow the reader to click through to L2 pages from L1 puzzle sections ([#3469](https://github.com/newsuk/times-components/issues/3469)) ([dfc6f01](https://github.com/newsuk/times-components/commit/dfc6f01ba1811787d5e15f8e65658d8a87b0e611)) - - - - - -# [1.71.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.70.0...@times-components/ts-newskit@1.71.0) (2023-07-31) - - -### Features - -* **TMRX-1315:** add container widths ([#3467](https://github.com/newsuk/times-components/issues/3467)) ([4361ca2](https://github.com/newsuk/times-components/commit/4361ca25353f1194d534c83912aec12590aba1c7)) - - - - - -# [1.70.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.69.1...@times-components/ts-newskit@1.70.0) (2023-07-31) - - -### Features - -* **TMRX-1152:** allowing render to update custom themes ([#3466](https://github.com/newsuk/times-components/issues/3466)) ([a405ef5](https://github.com/newsuk/times-components/commit/a405ef5a7dfbe884d452e018a0180b6fa0fe9613)) - - - - - -## [1.69.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.69.0...@times-components/ts-newskit@1.69.1) (2023-07-28) - - -### Bug Fixes - -* **TMRX-1314:** change href to url ([#3465](https://github.com/newsuk/times-components/issues/3465)) ([21bb294](https://github.com/newsuk/times-components/commit/21bb2943252e8b5ff5b4170cc61457cca72b2a7c)) - - - - - -# [1.69.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.68.0...@times-components/ts-newskit@1.69.0) (2023-07-27) - - -### Features - -* **TMRX-1314:** add credits lead image articles ([#3460](https://github.com/newsuk/times-components/issues/3460)) ([bd5d66b](https://github.com/newsuk/times-components/commit/bd5d66b40dbb1050917435866c819bcf4a98d64d)) - - - - - -# [1.68.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.13...@times-components/ts-newskit@1.68.0) (2023-07-26) - - -### Features - -* **TMRX-1314:** Add flag to comment cards ([#3459](https://github.com/newsuk/times-components/issues/3459)) ([f3f4ed5](https://github.com/newsuk/times-components/commit/f3f4ed5db6acfed939e73863ae0907bc112aa768)) - - - - - -## [1.67.13](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.12...@times-components/ts-newskit@1.67.13) (2023-07-26) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.67.12](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.11...@times-components/ts-newskit@1.67.12) (2023-07-26) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.67.11](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.10...@times-components/ts-newskit@1.67.11) (2023-07-26) - - -### Bug Fixes - -* **TMRX-1314:** increase margin to match with design ([#3453](https://github.com/newsuk/times-components/issues/3453)) ([31db227](https://github.com/newsuk/times-components/commit/31db227a22a7c497f100b1b4f3a698c26aa5ee70)) - - - - - -## [1.67.10](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.9...@times-components/ts-newskit@1.67.10) (2023-07-26) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.67.9](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.8...@times-components/ts-newskit@1.67.9) (2023-07-25) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.67.8](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.7...@times-components/ts-newskit@1.67.8) (2023-07-25) - - -### Bug Fixes - -* **TMRX-1314:** fix image jumping issue ([#3450](https://github.com/newsuk/times-components/issues/3450)) ([8b19feb](https://github.com/newsuk/times-components/commit/8b19feb5c74e115a6b0e7bef61d0efc6e0535a8b)) - - - - - -## [1.67.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.6...@times-components/ts-newskit@1.67.7) (2023-07-25) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.67.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.5...@times-components/ts-newskit@1.67.6) (2023-07-24) - - -### Bug Fixes - -* **TMRX-1313:** Fix breakpoint key on slices ([#3448](https://github.com/newsuk/times-components/issues/3448)) ([a88f82a](https://github.com/newsuk/times-components/commit/a88f82a1f711de612fd2ac5f7cbb62ce739c0664)) - - - - - -## [1.67.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.4...@times-components/ts-newskit@1.67.5) (2023-07-24) - - -### Bug Fixes - -* **TMRX-1314:** try to fix image flashing ([#3447](https://github.com/newsuk/times-components/issues/3447)) ([83fe818](https://github.com/newsuk/times-components/commit/83fe81806751ad629b056a6e410c87d35f6a1bb3)) - - - - - -## [1.67.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.3...@times-components/ts-newskit@1.67.4) (2023-07-24) - - -### Bug Fixes - -* **TMRX-1314:** remove external link icon ([#3442](https://github.com/newsuk/times-components/issues/3442)) ([9ef5d21](https://github.com/newsuk/times-components/commit/9ef5d21fb33b760b572a93b618b4221330b4fb0d)) - - - - - -## [1.67.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.2...@times-components/ts-newskit@1.67.3) (2023-07-21) - - -### Bug Fixes - -* **TMRX-1314:** swap horizontal article stack with vertical ([#3439](https://github.com/newsuk/times-components/issues/3439)) ([77a83d3](https://github.com/newsuk/times-components/commit/77a83d370062e76e8492445098d91cadce052917)) - - - - - -## [1.67.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.1...@times-components/ts-newskit@1.67.2) (2023-07-21) - - -### Bug Fixes - -* **TMRX-1314:** Try to fix breakpoint key issue ([#3440](https://github.com/newsuk/times-components/issues/3440)) ([831c363](https://github.com/newsuk/times-components/commit/831c36339b4b45bc20d8582751b8b58f8c5fb1f5)) - - - - - -## [1.67.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.67.0...@times-components/ts-newskit@1.67.1) (2023-07-21) - - -### Bug Fixes - -* **TMRX-1314:** change image props ([#3437](https://github.com/newsuk/times-components/issues/3437)) ([935a0ee](https://github.com/newsuk/times-components/commit/935a0eef85bf2932d87bc8ae2887a8fbc1deed7c)) - - - - - -# [1.67.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.66.0...@times-components/ts-newskit@1.67.0) (2023-07-20) - - -### Features - -* **TMRX-1250:** remove update button feature flag ([#3435](https://github.com/newsuk/times-components/issues/3435)) ([b32914a](https://github.com/newsuk/times-components/commit/b32914a4dab11cdecc3b36f8579f679429208227)) - - - - - -# [1.66.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.65.1...@times-components/ts-newskit@1.66.0) (2023-07-19) - - -### Features - -* **TMRX-1314:** match the props with tpa ([#3432](https://github.com/newsuk/times-components/issues/3432)) ([4d106aa](https://github.com/newsuk/times-components/commit/4d106aa16ac1bb7f1fd3ef0c1b61161aeff538ce)) - - - - - -## [1.65.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.65.0...@times-components/ts-newskit@1.65.1) (2023-07-18) - - -### Bug Fixes - -* **TMRX-1250:** Revert state reset and point to publishedTime ([#3433](https://github.com/newsuk/times-components/issues/3433)) ([83457f2](https://github.com/newsuk/times-components/commit/83457f284586c14ee7e4c4cef2d5316dc05a2dd8)) - - - - - -# [1.65.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.64.0...@times-components/ts-newskit@1.65.0) (2023-07-18) - - -### Features - -* **TMRX-1250:** Updates to update button ([#3431](https://github.com/newsuk/times-components/issues/3431)) ([555284d](https://github.com/newsuk/times-components/commit/555284d02bb5e2360843d85cb70e889b969df590)) - - - - - -# [1.64.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.63.0...@times-components/ts-newskit@1.64.0) (2023-07-18) - - -### Features - -* **TMRX-1250:** Live update button behind flag ([#3430](https://github.com/newsuk/times-components/issues/3430)) ([5069dd6](https://github.com/newsuk/times-components/commit/5069dd62174d9dd63cf78a4b30e8b7ea9582f6b5)) - - - - - -# [1.63.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.62.3...@times-components/ts-newskit@1.63.0) (2023-07-17) - - -### Features - -* **TMRX-1250:** Live updates behind a flag ([#3429](https://github.com/newsuk/times-components/issues/3429)) ([2fe0200](https://github.com/newsuk/times-components/commit/2fe02005cde5042d7d2ad69c879d0b9a4c0411fc)) - - - - - -## [1.62.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.62.2...@times-components/ts-newskit@1.62.3) (2023-07-17) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.62.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.62.1...@times-components/ts-newskit@1.62.2) (2023-07-17) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.62.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.62.0...@times-components/ts-newskit@1.62.1) (2023-07-13) - - -### Bug Fixes - -* Added isImageCropped to CardsContainer component. ([#3426](https://github.com/newsuk/times-components/issues/3426)) ([5c52a84](https://github.com/newsuk/times-components/commit/5c52a842f052333f8c9f0c983f92442960ffb0a7)) - - - - - -# [1.62.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.61.0...@times-components/ts-newskit@1.62.0) (2023-07-13) - - -### Features - -* **TMST 725:** image crop ([#3422](https://github.com/newsuk/times-components/issues/3422)) ([4507f1a](https://github.com/newsuk/times-components/commit/4507f1a3013dfdaa770411eb28e2aad21da9a6cc)) - - - - - -# [1.61.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.9...@times-components/ts-newskit@1.61.0) (2023-07-11) - - -### Features - -* **TMST-751:** removed puzzle card unecesary components ([#3421](https://github.com/newsuk/times-components/issues/3421)) ([460ff49](https://github.com/newsuk/times-components/commit/460ff49699d70975fae0e850f0129d6bd48d64f8)) - - - - - -## [1.60.9](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.8...@times-components/ts-newskit@1.60.9) (2023-07-07) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.60.8](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.7...@times-components/ts-newskit@1.60.8) (2023-07-06) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.60.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.6...@times-components/ts-newskit@1.60.7) (2023-07-06) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.60.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.5...@times-components/ts-newskit@1.60.6) (2023-07-03) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.60.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.4...@times-components/ts-newskit@1.60.5) (2023-06-30) - - -### Bug Fixes - -* **TMRX-1348:** vertical scroll bounce ([#3414](https://github.com/newsuk/times-components/issues/3414)) ([0b87ddf](https://github.com/newsuk/times-components/commit/0b87ddfb2cca9df876f33b98f9f3d1dd0ef713bd)) - - - - - -## [1.60.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.3...@times-components/ts-newskit@1.60.4) (2023-06-29) - - -### Bug Fixes - -* **TMRX-0000:** apply design feedback ([#3411](https://github.com/newsuk/times-components/issues/3411)) ([d5f036d](https://github.com/newsuk/times-components/commit/d5f036d30cf798ddafd35b2ba2ae7b7486aa1c25)) - - - - - -## [1.60.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.2...@times-components/ts-newskit@1.60.3) (2023-06-22) - - -### Bug Fixes - -* **TMRX-0000:** fixed invalid colour reference ([#3410](https://github.com/newsuk/times-components/issues/3410)) ([b9ed3ae](https://github.com/newsuk/times-components/commit/b9ed3ae4e241ddd295f393cb2d285d690d6d5bc8)) - - - - - -## [1.60.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.1...@times-components/ts-newskit@1.60.2) (2023-06-21) - - -### Bug Fixes - -* **TMRX-1099:** apply design feedback ([#3409](https://github.com/newsuk/times-components/issues/3409)) ([3d12aa7](https://github.com/newsuk/times-components/commit/3d12aa78838d89a347a5503f9d48693ee281d404)) - - - - - -## [1.60.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.60.0...@times-components/ts-newskit@1.60.1) (2023-06-19) - - -### Bug Fixes - -* **TMRX-0000:** fix pipline issue ([#3402](https://github.com/newsuk/times-components/issues/3402)) ([41e62a0](https://github.com/newsuk/times-components/commit/41e62a01c8b87f5b9d42f95e825928d4949accc1)) - - - - - -# [1.60.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.59.0...@times-components/ts-newskit@1.60.0) (2023-06-19) - - -### Features - -* **TMRX-1099:** build section buckets slice ([#3401](https://github.com/newsuk/times-components/issues/3401)) ([8a48ba1](https://github.com/newsuk/times-components/commit/8a48ba1fc164a750a7b48e82577bbba1b8926805)) - - - - - -# [1.59.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.58.0...@times-components/ts-newskit@1.59.0) (2023-06-15) - - -### Features - -* **TMRX-1093:** add gridOverlay ([#3398](https://github.com/newsuk/times-components/issues/3398)) ([04679da](https://github.com/newsuk/times-components/commit/04679da5674ee6042fcc91d920d8c2d9c9c8ae1b)) - - - - - -# [1.58.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.57.1...@times-components/ts-newskit@1.58.0) (2023-06-15) - - -### Features - -* **TMRX-1093:** build stacked module 1 slice ([#3397](https://github.com/newsuk/times-components/issues/3397)) ([5ca3db2](https://github.com/newsuk/times-components/commit/5ca3db2c6c8bfd5c6db21d51a184d21e8cc2575b)) - - - - - -## [1.57.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.57.0...@times-components/ts-newskit@1.57.1) (2023-06-14) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.57.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.56.4...@times-components/ts-newskit@1.57.0) (2023-06-13) - - -### Features - -* **TMRX-1093:** implement design feedback from grid to flex layout ([#3395](https://github.com/newsuk/times-components/issues/3395)) ([38009e5](https://github.com/newsuk/times-components/commit/38009e57dc60e88869c9434fbf50811a764dce62)) - - - - - -## [1.56.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.56.3...@times-components/ts-newskit@1.56.4) (2023-06-12) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.56.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.56.2...@times-components/ts-newskit@1.56.3) (2023-06-09) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.56.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.56.1...@times-components/ts-newskit@1.56.2) (2023-06-07) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.56.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.56.0...@times-components/ts-newskit@1.56.1) (2023-06-06) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.56.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.55.0...@times-components/ts-newskit@1.56.0) (2023-06-06) - - -### Features - -* **TMST-683:** updated puzzle card date formating ([#3385](https://github.com/newsuk/times-components/issues/3385)) ([b7af561](https://github.com/newsuk/times-components/commit/b7af561800e02cc109dfe3d7ff9ab116feb9fddc)) - - - - - -# [1.55.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.54.0...@times-components/ts-newskit@1.55.0) (2023-06-02) - - -### Features - -* **TMRX-1295:** article headline margin and grouped article ([#3386](https://github.com/newsuk/times-components/issues/3386)) ([10203d3](https://github.com/newsuk/times-components/commit/10203d39c6d23e696cd2835bf0f9e51606f7ced9)) - - - - - -# [1.54.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.53.2...@times-components/ts-newskit@1.54.0) (2023-06-01) - - -### Features - -* **TMRX-1294:** revision slice grid ([#3383](https://github.com/newsuk/times-components/issues/3383)) ([a1ac559](https://github.com/newsuk/times-components/commit/a1ac55907bc7a18b101e8b4d118ae09261cf1fce)) - - - - - -## [1.53.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.53.1...@times-components/ts-newskit@1.53.2) (2023-06-01) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.53.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.53.0...@times-components/ts-newskit@1.53.1) (2023-06-01) - - -### Bug Fixes - -* **icons:** [@emotion-icons](https://github.com/emotion-icons) import fix ([#3382](https://github.com/newsuk/times-components/issues/3382)) ([9e80d54](https://github.com/newsuk/times-components/commit/9e80d5440e15ff0c2c722b092868cb3898fea3fc)) - - - - - -# [1.53.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.52.1...@times-components/ts-newskit@1.53.0) (2023-05-25) - - -### Features - -* **TMRX-1096:** build lead story module three slice ([#3379](https://github.com/newsuk/times-components/issues/3379)) ([f2c2cc5](https://github.com/newsuk/times-components/commit/f2c2cc5613cdef69fbb586d806260578234cb131)) - - - - - -## [1.52.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.52.0...@times-components/ts-newskit@1.52.1) (2023-05-25) - - -### Bug Fixes - -* **TMRX-1272:** font resizing ([#3380](https://github.com/newsuk/times-components/issues/3380)) ([f50972c](https://github.com/newsuk/times-components/commit/f50972c068241ae31c3eac7aed0847acbb265f88)) - - - - - -# [1.52.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.51.1...@times-components/ts-newskit@1.52.0) (2023-05-24) - - -### Features - -* **TMRX-1095:** build lead story module two slice ([#3375](https://github.com/newsuk/times-components/issues/3375)) ([c01514e](https://github.com/newsuk/times-components/commit/c01514e66b3f09bd82de866130fcc651ee984181)) - - - - - -## [1.51.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.51.0...@times-components/ts-newskit@1.51.1) (2023-05-24) - - -### Bug Fixes - -* **TMRX-1272:** prevent typography update re-triggering ([#3377](https://github.com/newsuk/times-components/issues/3377)) ([31043f1](https://github.com/newsuk/times-components/commit/31043f1b58dbfd1c9c2f367c5f0fe1c3372bcc1d)) - - - - - -# [1.51.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.50.0...@times-components/ts-newskit@1.51.0) (2023-05-23) - - -### Features - -* **TMRX-1272:** resolve newskit typography ([#3374](https://github.com/newsuk/times-components/issues/3374)) ([72e1cd5](https://github.com/newsuk/times-components/commit/72e1cd51bb288299bc0d8ebf3ae286de43f8c491)) - - - - - -# [1.50.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.49.1...@times-components/ts-newskit@1.50.0) (2023-05-23) - - -### Features - -* **TMRX-1228:** develop slice from new updated components ([#3373](https://github.com/newsuk/times-components/issues/3373)) ([7e9c2ff](https://github.com/newsuk/times-components/commit/7e9c2ff9b0ae4bf9b122519c4d61d8015dce287d)) - - - - - -## [1.49.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.49.0...@times-components/ts-newskit@1.49.1) (2023-05-19) - - -### Bug Fixes - -* **TMST-673:** CardsContainer and PuzzleCard fixes ([#3372](https://github.com/newsuk/times-components/issues/3372)) ([a2753b5](https://github.com/newsuk/times-components/commit/a2753b580e2462744d4be3b577937b0b3bb41fb2)) - - - - - -# [1.49.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.48.0...@times-components/ts-newskit@1.49.0) (2023-05-18) - - -### Features - -* **TMRX-1267:** change padding to margin on ContentBucket2 ([#3371](https://github.com/newsuk/times-components/issues/3371)) ([7db9c8c](https://github.com/newsuk/times-components/commit/7db9c8c81e28ac9a4b1a7a9f7a75a1bc314ff41e)) - - - - - -# [1.48.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.47.0...@times-components/ts-newskit@1.48.0) (2023-05-18) - - -### Features - -* **TMRX-1229:** develop lead article list component ([#3370](https://github.com/newsuk/times-components/issues/3370)) ([d4caf93](https://github.com/newsuk/times-components/commit/d4caf93fb23311e0242840628c3c726ce445e2ea)) - - - - - -# [1.47.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.46.1...@times-components/ts-newskit@1.47.0) (2023-05-17) - - -### Features - -* **TMRX-1226:** update articleList component to accommodate slice ([#3366](https://github.com/newsuk/times-components/issues/3366)) ([ddc3c41](https://github.com/newsuk/times-components/commit/ddc3c41a3e357f7823df17fc1440ea01b5febb3c)) - - - - - -## [1.46.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.46.0...@times-components/ts-newskit@1.46.1) (2023-05-17) - - -### Bug Fixes - -* **TMRX-499:** Update author profile styling ([#3369](https://github.com/newsuk/times-components/issues/3369)) ([85d2b27](https://github.com/newsuk/times-components/commit/85d2b27a8bce0de021f46505ef133fdb247858a1)) - - - - - -# [1.46.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.45.2...@times-components/ts-newskit@1.46.0) (2023-05-17) - - -### Features - -* **TMRX-1267:** implement slice feedback ([#3362](https://github.com/newsuk/times-components/issues/3362)) ([e5aa16e](https://github.com/newsuk/times-components/commit/e5aa16ef9f35b1d8a7368d50db63111245661d3f)) - - - - - -## [1.45.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.45.1...@times-components/ts-newskit@1.45.2) (2023-05-16) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.45.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.45.0...@times-components/ts-newskit@1.45.1) (2023-05-16) - - -### Bug Fixes - -* **TMST-theme-export:** exported puzzles theme ([#3365](https://github.com/newsuk/times-components/issues/3365)) ([e70a2f2](https://github.com/newsuk/times-components/commit/e70a2f2ac8128b749999ea4c19b628d0955c435e)) - - - - - -# [1.45.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.44.0...@times-components/ts-newskit@1.45.0) (2023-05-15) - - -### Features - -* **TMRX-499:** contractual title author profile ([#3363](https://github.com/newsuk/times-components/issues/3363)) ([aff85fc](https://github.com/newsuk/times-components/commit/aff85fc7c874410fa84f84dd39f244723e2ec118)) - - - - - -# [1.44.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.43.0...@times-components/ts-newskit@1.44.0) (2023-05-15) - - -### Features - -* **TMRX-1225:** update leadStory component to accommodate slice ([#3364](https://github.com/newsuk/times-components/issues/3364)) ([06ea1d6](https://github.com/newsuk/times-components/commit/06ea1d66e1f16ebaa7594d82d6dbb6bc05e9d0fa)) - - - - - -# [1.43.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.42.1...@times-components/ts-newskit@1.43.0) (2023-05-12) - - -### Features - -* **TMRX-766:** Audio Player on Articles ([#3354](https://github.com/newsuk/times-components/issues/3354)) ([3024743](https://github.com/newsuk/times-components/commit/3024743cecaf6f49fe916bb20d18e3c0600c6b06)) - - - - - -## [1.42.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.42.0...@times-components/ts-newskit@1.42.1) (2023-05-12) - - -### Bug Fixes - -* **TMRX-1257:** fix color mismatch ([#3361](https://github.com/newsuk/times-components/issues/3361)) ([d215df2](https://github.com/newsuk/times-components/commit/d215df2d5d31f7b1301ff07e2fda0e6b175c8300)) - - - - - -# [1.42.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.41.0...@times-components/ts-newskit@1.42.0) (2023-05-12) - - -### Features - -* **TMRX-1259:** content bucket 1 refactor ([#3360](https://github.com/newsuk/times-components/issues/3360)) ([0d6fd9e](https://github.com/newsuk/times-components/commit/0d6fd9ec1056355e652a72c1fae9e1800ade2629)) - - - - - -# [1.41.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.40.0...@times-components/ts-newskit@1.41.0) (2023-05-11) - - -### Features - -* **TMST-660:** Free Trail banner component ([#3357](https://github.com/newsuk/times-components/issues/3357)) ([55758dd](https://github.com/newsuk/times-components/commit/55758ddb7d6f91c2ed78fb79bc0a2ae94179c062)) - - - - - -# [1.40.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.39.0...@times-components/ts-newskit@1.40.0) (2023-05-11) - - -### Features - -* **TMRX-1257:** update refactor lead story component ([#3356](https://github.com/newsuk/times-components/issues/3356)) ([c000bb7](https://github.com/newsuk/times-components/commit/c000bb7e06e51f4b2f9a333b7f8d7eaadb145a7f)) - - - - - -# [1.39.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.38.0...@times-components/ts-newskit@1.39.0) (2023-05-11) - - -### Features - -* **TMST-660:** Free Trail banner component ([#3351](https://github.com/newsuk/times-components/issues/3351)) ([f0c14f9](https://github.com/newsuk/times-components/commit/f0c14f9dbceac66d50fe19cd9be214f4211913d8)) - - - - - -# [1.38.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.37.0...@times-components/ts-newskit@1.38.0) (2023-05-10) - - -### Features - -* **TMRX-1258:** update comment card ([#3355](https://github.com/newsuk/times-components/issues/3355)) ([a0817d4](https://github.com/newsuk/times-components/commit/a0817d47b9897c35d9a03d88452eb81af3af7380)) - - - - - -# [1.37.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.36.0...@times-components/ts-newskit@1.37.0) (2023-05-10) - - -### Features - -* **TMRX-1240:** update content bucket 2 ([#3353](https://github.com/newsuk/times-components/issues/3353)) ([99d6b8f](https://github.com/newsuk/times-components/commit/99d6b8fc3dddb8b527f32e9e34a9e90b94bcbb89)) - - - - - -# [1.36.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.35.0...@times-components/ts-newskit@1.36.0) (2023-05-10) - - -### Features - -* **TMRX-1260:** update refactor title bar component ([#3352](https://github.com/newsuk/times-components/issues/3352)) ([72ae24b](https://github.com/newsuk/times-components/commit/72ae24bb1142339f4e55892477edd96fae89a86c)) - - - - - -# [1.35.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.34.1...@times-components/ts-newskit@1.35.0) (2023-05-09) - - -### Features - -* **TMRX-1245:** composable card refactor ([#3350](https://github.com/newsuk/times-components/issues/3350)) ([09d9a3f](https://github.com/newsuk/times-components/commit/09d9a3fc3cc8d2e775452c8626245e8f44edeffb)) - - - - - -## [1.34.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.34.0...@times-components/ts-newskit@1.34.1) (2023-05-05) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.34.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.33.2...@times-components/ts-newskit@1.34.0) (2023-05-04) - - -### Features - -* **TMRX-1243:** update theme reference to pull from package ([#3344](https://github.com/newsuk/times-components/issues/3344)) ([d9cec44](https://github.com/newsuk/times-components/commit/d9cec4469a5632f8ba85462c3931ec7b69497580)) - - - - - -## [1.33.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.33.1...@times-components/ts-newskit@1.33.2) (2023-05-04) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.33.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.33.0...@times-components/ts-newskit@1.33.1) (2023-05-03) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.33.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.32.0...@times-components/ts-newskit@1.33.0) (2023-05-02) - - -### Features - -* **TMST-626:** Puzzle Card component ([#3333](https://github.com/newsuk/times-components/issues/3333)) ([bb8c37c](https://github.com/newsuk/times-components/commit/bb8c37cba2b7f255630c76ce09067501d6e11ce0)) - - - - - -# [1.32.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.31.1...@times-components/ts-newskit@1.32.0) (2023-05-02) - - -### Features - -* **TMST-623:** create article card ([#3331](https://github.com/newsuk/times-components/issues/3331)) ([7601526](https://github.com/newsuk/times-components/commit/7601526d79ac3b6f64ecaf441624bc7b6a8de845)) - - - - - -## [1.31.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.31.0...@times-components/ts-newskit@1.31.1) (2023-05-02) - - -### Bug Fixes - -* **TMRX-0000:** add missing article type to lead story ([#3338](https://github.com/newsuk/times-components/issues/3338)) ([5bc7c66](https://github.com/newsuk/times-components/commit/5bc7c66c4f8f0dde2ab3836d03793b3409b9b8fe)) - - - - - -# [1.31.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.30.0...@times-components/ts-newskit@1.31.0) (2023-04-28) - - -### Features - -* **TMRX-1198:** update logic for close button ([#3339](https://github.com/newsuk/times-components/issues/3339)) ([c3171c3](https://github.com/newsuk/times-components/commit/c3171c3d9e2c0bed0909a7e4bb91e3aa75cbd5cf)) - - - - - -# [1.30.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.29.0...@times-components/ts-newskit@1.30.0) (2023-04-28) - - -### Features - -* **TMRX-1186:** Update ts-newskit package with new theme ([#3335](https://github.com/newsuk/times-components/issues/3335)) ([5321902](https://github.com/newsuk/times-components/commit/5321902425beaf1611530efff911eea480490833)) - - - - - -# [1.29.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.28.0...@times-components/ts-newskit@1.29.0) (2023-04-28) - - -### Features - -* **TMST-624-and-625:** create cards container ([#3337](https://github.com/newsuk/times-components/issues/3337)) ([c256e0d](https://github.com/newsuk/times-components/commit/c256e0de621a985bb746ae5cb9fc10c81682a2bb)) - - - - - -# [1.28.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.27.0...@times-components/ts-newskit@1.28.0) (2023-04-27) - - -### Features - -* **TMRX-1198:** in article audio player ([#3336](https://github.com/newsuk/times-components/issues/3336)) ([ab52180](https://github.com/newsuk/times-components/commit/ab521804abad058f6d0ebd97736b9b1d26a06203)) - - - - - -# [1.27.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.26.0...@times-components/ts-newskit@1.27.0) (2023-04-27) - - -### Features - -* **TMST-618:** Breakout section component ([#3321](https://github.com/newsuk/times-components/issues/3321)) ([58d60ff](https://github.com/newsuk/times-components/commit/58d60ffd9f3a94c208c682ac0536d62c9bdce4be)) - - - - - -# [1.26.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.25.0...@times-components/ts-newskit@1.26.0) (2023-04-27) - - -### Features - -* **TMRX-1199:** create feedback component ([#3332](https://github.com/newsuk/times-components/issues/3332)) ([0604aff](https://github.com/newsuk/times-components/commit/0604affc94d87767dfa56cda5887885d3c242d7e)) - - - - - -# [1.25.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.24.0...@times-components/ts-newskit@1.25.0) (2023-04-24) - - -### Features - -* **TDP-000:** Update accordion ([4f75b2a](https://github.com/newsuk/times-components/commit/4f75b2a4b2b095d4875add8eeed5dc174c375193)) - - - - - -# [1.24.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.23.0...@times-components/ts-newskit@1.24.0) (2023-04-24) - - -### Features - -* **TDP-000:** toast component ([#3330](https://github.com/newsuk/times-components/issues/3330)) ([c7a92a8](https://github.com/newsuk/times-components/commit/c7a92a89e238df4c08a148e679f10adbd6db8658)) - - - - - -# [1.23.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.22.0...@times-components/ts-newskit@1.23.0) (2023-04-24) - - -### Features - -* **TDP-000:** Accordion ([#3328](https://github.com/newsuk/times-components/issues/3328)) ([56b893c](https://github.com/newsuk/times-components/commit/56b893cc15b528957b075edbb91978bf81abbe4d)) - - - - - -# [1.22.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.21.0...@times-components/ts-newskit@1.22.0) (2023-04-24) - - -### Features - -* **TDP-000:** Accordion ([#3327](https://github.com/newsuk/times-components/issues/3327)) ([5233614](https://github.com/newsuk/times-components/commit/52336149cba250ad408884f95de457a7cf5d4014)) - - - - - -# [1.21.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.20.0...@times-components/ts-newskit@1.21.0) (2023-04-24) - - -### Features - -* **TDP-000:** Accordion ([#3326](https://github.com/newsuk/times-components/issues/3326)) ([2f789d6](https://github.com/newsuk/times-components/commit/2f789d66f8d93334032d7f8e8535848ee44500ea)) - - - - - -# [1.20.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.19.0...@times-components/ts-newskit@1.20.0) (2023-04-21) - - -### Features - -* **TDP-000:** Accordion ([#3325](https://github.com/newsuk/times-components/issues/3325)) ([3b8d2fe](https://github.com/newsuk/times-components/commit/3b8d2febca05113f4aa36ba2719f5c3774d3bf1a)) - - - - - -# [1.19.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.18.0...@times-components/ts-newskit@1.19.0) (2023-04-21) - - -### Features - -* **TMST-621:** Added PersonalStats component ([#3313](https://github.com/newsuk/times-components/issues/3313)) ([36ef1c4](https://github.com/newsuk/times-components/commit/36ef1c466d3e3fec02728a43621500ec68ad11f3)) - - - - - -# [1.18.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.17.0...@times-components/ts-newskit@1.18.0) (2023-04-21) - - -### Features - -* **TMST-619:** create puzzles archive component ([#3324](https://github.com/newsuk/times-components/issues/3324)) ([7765bff](https://github.com/newsuk/times-components/commit/7765bff9209d73b51fad9081f97f36aa45c265a3)) - - - - - -# [1.17.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.16.0...@times-components/ts-newskit@1.17.0) (2023-04-20) - - -### Features - -* **TMST-630:** Date component for archive ([#3320](https://github.com/newsuk/times-components/issues/3320)) ([2e80b1d](https://github.com/newsuk/times-components/commit/2e80b1d805693e852a499a6b8a655da2a3d02ae0)) - - - - - -# [1.16.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.15.0...@times-components/ts-newskit@1.16.0) (2023-04-20) - - -### Features - -* **TMST-632:** create flag component ([#3322](https://github.com/newsuk/times-components/issues/3322)) ([23ee2ce](https://github.com/newsuk/times-components/commit/23ee2ce9fd8558ede53e6f3141739da2d4c49a50)) - - - - - -# [1.15.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.8...@times-components/ts-newskit@1.15.0) (2023-04-20) - - -### Features - -* **TMST-631:** accordions for archived puzzles ([#3317](https://github.com/newsuk/times-components/issues/3317)) ([896e1cd](https://github.com/newsuk/times-components/commit/896e1cd36294b417bdfbe07be887e643cb403872)) - - - - - -## [1.14.8](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.7...@times-components/ts-newskit@1.14.8) (2023-04-19) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.6...@times-components/ts-newskit@1.14.7) (2023-04-18) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.5...@times-components/ts-newskit@1.14.6) (2023-04-12) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.4...@times-components/ts-newskit@1.14.5) (2023-04-11) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.3...@times-components/ts-newskit@1.14.4) (2023-04-06) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.2...@times-components/ts-newskit@1.14.3) (2023-04-04) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.1...@times-components/ts-newskit@1.14.2) (2023-04-03) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.14.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.14.0...@times-components/ts-newskit@1.14.1) (2023-03-27) - - -### Bug Fixes - -* **TDP-000:** pass slug to secondary nav for selection ([#3301](https://github.com/newsuk/times-components/issues/3301)) ([97a0e79](https://github.com/newsuk/times-components/commit/97a0e79ab7a7e9167a7bb24504aa1529301d46ec)) - - - - - -# [1.14.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.13.1...@times-components/ts-newskit@1.14.0) (2023-03-27) - - -### Features - -* **TDP-0000:** upgrade storybook version ([#3299](https://github.com/newsuk/times-components/issues/3299)) ([14db022](https://github.com/newsuk/times-components/commit/14db0222b4b2d7ace7b7515cf464c4c70d3a8efa)) - - - - - -## [1.13.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.13.0...@times-components/ts-newskit@1.13.1) (2023-03-27) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.13.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.12.1...@times-components/ts-newskit@1.13.0) (2023-03-27) - - -### Features - -* **TDP-3414:** Create Article List Component ([#3294](https://github.com/newsuk/times-components/issues/3294)) ([8d089ed](https://github.com/newsuk/times-components/commit/8d089ed3d85896b0f8445840e97958dbe231be7d)) - - - - - -## [1.12.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.12.0...@times-components/ts-newskit@1.12.1) (2023-03-23) - - -### Bug Fixes - -* **TDP-3230:** fix padding issue on mobile ([#3297](https://github.com/newsuk/times-components/issues/3297)) ([2eabd09](https://github.com/newsuk/times-components/commit/2eabd0920a908d85dfeebe6795e24c4e8d942033)) - - - - - -# [1.12.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.11.0...@times-components/ts-newskit@1.12.0) (2023-03-23) - - -### Features - -* **TDP-3413:** add journalist quote component ([#3296](https://github.com/newsuk/times-components/issues/3296)) ([77a9ab5](https://github.com/newsuk/times-components/commit/77a9ab5d18fd8f878295a1153c7d14c82e5d3d13)) - - - - - -# [1.11.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.10.0...@times-components/ts-newskit@1.11.0) (2023-03-23) - - -### Features - -* **TDP-3412:** develop lead story component ([#3293](https://github.com/newsuk/times-components/issues/3293)) ([b46d7e3](https://github.com/newsuk/times-components/commit/b46d7e3cd200be1497c2b77bab202b9e6f93c418)) - - - - - -# [1.10.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.9.1...@times-components/ts-newskit@1.10.0) (2023-03-21) - - -### Features - -* **TDP-3411:** develop topic section headline component ([#3291](https://github.com/newsuk/times-components/issues/3291)) ([fdf44a1](https://github.com/newsuk/times-components/commit/fdf44a1ca09e03c604266204324e318149244da6)) - - - - - -## [1.9.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.9.0...@times-components/ts-newskit@1.9.1) (2023-03-17) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.9.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.8.3...@times-components/ts-newskit@1.9.0) (2023-03-17) - - -### Features - -* **TDP-3224:** update global nav and masthead date ([#3286](https://github.com/newsuk/times-components/issues/3286)) ([e579b4b](https://github.com/newsuk/times-components/commit/e579b4b214c3de9f378e0207d0ae3243cd98f49b)) - - - - - -## [1.8.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.8.2...@times-components/ts-newskit@1.8.3) (2023-03-16) - - -### Bug Fixes - -* **TDP-3295:** change hover style ([#3285](https://github.com/newsuk/times-components/issues/3285)) ([0ea65a7](https://github.com/newsuk/times-components/commit/0ea65a742a9cb411fe2cf9c74cf8b334c688c1c4)) - - - - - -## [1.8.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.8.1...@times-components/ts-newskit@1.8.2) (2023-03-16) - - -### Bug Fixes - -* **TDP-3295:** add z index ([#3284](https://github.com/newsuk/times-components/issues/3284)) ([91d5195](https://github.com/newsuk/times-components/commit/91d5195446d205add7c864368619b80f9d47dfab)) - - - - - -## [1.8.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.8.0...@times-components/ts-newskit@1.8.1) (2023-03-16) - - -### Bug Fixes - -* **TDP-0000:** fix publish npm ([#3283](https://github.com/newsuk/times-components/issues/3283)) ([b0f1528](https://github.com/newsuk/times-components/commit/b0f15283c677630fdbd0d5a888f60237afbcb3e4)) - - - - - -# [1.8.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.11...@times-components/ts-newskit@1.8.0) (2023-03-16) - - -### Features - -* **TDP-3295:** secondary menu component documentation ([#3272](https://github.com/newsuk/times-components/issues/3272)) ([5fea236](https://github.com/newsuk/times-components/commit/5fea2363fb5c98733e4536d7ad56a24d01bcafba)) - - - - - -## [1.7.11](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.10...@times-components/ts-newskit@1.7.11) (2023-03-15) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.10](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.9...@times-components/ts-newskit@1.7.10) (2023-03-15) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.9](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.8...@times-components/ts-newskit@1.7.9) (2023-03-14) - - -### Bug Fixes - -* **TDP-3223:** Fix overlay of navigation drawer ([#3278](https://github.com/newsuk/times-components/issues/3278)) ([000c3c7](https://github.com/newsuk/times-components/commit/000c3c7b250f45698f2fe4db0c0af24682dcee4d)) - - - - - -## [1.7.8](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.7...@times-components/ts-newskit@1.7.8) (2023-03-13) - - -### Bug Fixes - -* **TDP-3223:** Create custom drawer component ([#3277](https://github.com/newsuk/times-components/issues/3277)) ([1cc2ddd](https://github.com/newsuk/times-components/commit/1cc2ddd2a1e5b498440e801f834ce1337c049edb)) - - - - - -## [1.7.7](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.6...@times-components/ts-newskit@1.7.7) (2023-03-13) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.6](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.5...@times-components/ts-newskit@1.7.6) (2023-03-13) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.5](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.4...@times-components/ts-newskit@1.7.5) (2023-03-10) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.4](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.8.0...@times-components/ts-newskit@1.7.4) (2023-03-09) - - -### Bug Fixes - -* **TDP-3107:** Simplify hooks and remove from conditional logic ([#3269](https://github.com/newsuk/times-components/issues/3269)) ([e3d80f4](https://github.com/newsuk/times-components/commit/e3d80f40304c9c7370ec494a5f113f36666ffa79)) - - - - - -## [1.7.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.2...@times-components/ts-newskit@1.7.3) (2023-03-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.7.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.1...@times-components/ts-newskit@1.7.2) (2023-03-08) - - -### Bug Fixes - -* **TDP-3304:** secondary navigation desktop design optimisation ([#3263](https://github.com/newsuk/times-components/issues/3263)) ([cae2ed9](https://github.com/newsuk/times-components/commit/cae2ed9c4c64880b66fe5c2ba3c86266eca17b57)) - - - - - -## [1.7.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.7.0...@times-components/ts-newskit@1.7.1) (2023-03-02) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.7.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.6.1...@times-components/ts-newskit@1.7.0) (2023-03-02) - - -### Features - -* **TDP-2766:** Build Breadcrumb Component ([#3252](https://github.com/newsuk/times-components/issues/3252)) ([ed3875c](https://github.com/newsuk/times-components/commit/ed3875c40011472bf21286a938e1dcbe54d501d3)) - - - - - -## [1.6.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.6.0...@times-components/ts-newskit@1.6.1) (2023-03-01) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.6.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.5.0...@times-components/ts-newskit@1.6.0) (2023-02-28) - - -### Features - -* **TDP-3290:** add ThemeProvider wrapper component ([#3254](https://github.com/newsuk/times-components/issues/3254)) ([5b3528a](https://github.com/newsuk/times-components/commit/5b3528a23b26ef113d3654df900d5e1e4b0da176)) - - - - - -# [1.5.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.4.1...@times-components/ts-newskit@1.5.0) (2023-02-27) - - -### Features - -* **TDP-3109:** update icon mask ids ([#3250](https://github.com/newsuk/times-components/issues/3250)) ([44b447a](https://github.com/newsuk/times-components/commit/44b447a30eac65a8afa2c6ace157ebf243e191bf)) - - - - - -## [1.4.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.4.0...@times-components/ts-newskit@1.4.1) (2023-02-27) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.4.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.3.1...@times-components/ts-newskit@1.4.0) (2023-02-27) - - -### Features - -* **TDP-3011:** Restyled Masthead/Section Name Component ([#3246](https://github.com/newsuk/times-components/issues/3246)) ([0dcab84](https://github.com/newsuk/times-components/commit/0dcab841cd52257f6a4ff981a63452d7894ade9c)) - - - - - -## [1.3.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.3.0...@times-components/ts-newskit@1.3.1) (2023-02-23) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.3.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.2.2...@times-components/ts-newskit@1.3.0) (2023-02-23) - - -### Features - -* **TDP-3009:** top global nav new ([#3242](https://github.com/newsuk/times-components/issues/3242)) ([556614e](https://github.com/newsuk/times-components/commit/556614ecc517022e5e9fa6a7fa3b10d6f9ab3d2d)) - - - - - -## [1.2.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.2.1...@times-components/ts-newskit@1.2.2) (2023-02-20) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.2.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.2.0...@times-components/ts-newskit@1.2.1) (2023-02-16) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -# [1.2.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.1.2...@times-components/ts-newskit@1.2.0) (2023-02-10) - - -### Features - -* **TDP-3186:** add roboto font ([#3236](https://github.com/newsuk/times-components/issues/3236)) ([d7a7099](https://github.com/newsuk/times-components/commit/d7a709979c99460feec0b224b47c64a40f45c294)) - - - - - -## [1.1.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.1.1...@times-components/ts-newskit@1.1.2) (2023-02-08) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.1.1](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.1.0...@times-components/ts-newskit@1.1.1) (2023-02-02) - - -### Reverts - -* Revert "feat(TD-2979): replace gillSans with roboto (#3226)" (#3228) ([834129f](https://github.com/newsuk/times-components/commit/834129f471197d50b1446a460e383910444aba15)), closes [#3226](https://github.com/newsuk/times-components/issues/3226) [#3228](https://github.com/newsuk/times-components/issues/3228) - - - - - -# [1.1.0](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.0.3...@times-components/ts-newskit@1.1.0) (2023-02-01) - - -### Features - -* **TD-2979:** replace gillSans with roboto ([#3226](https://github.com/newsuk/times-components/issues/3226)) ([29f701e](https://github.com/newsuk/times-components/commit/29f701ea96c7e06767c23e01496f343b6d7a7db1)) - - - - - -## [1.0.3](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.0.2...@times-components/ts-newskit@1.0.3) (2023-02-01) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## [1.0.2](https://github.com/newsuk/times-components/compare/@times-components/ts-newskit@1.0.1...@times-components/ts-newskit@1.0.2) (2023-01-26) - -**Note:** Version bump only for package @times-components/ts-newskit - - - - - -## 1.0.1 (2023-01-12) - -**Note:** Version bump only for package @times-components/ts-newskit diff --git a/packages/ts-newskit/LICENSE b/packages/ts-newskit/LICENSE deleted file mode 100644 index cfd2b26cb49..00000000000 --- a/packages/ts-newskit/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2017, News UK & Ireland Ltd -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/ts-newskit/README.md b/packages/ts-newskit/README.md deleted file mode 100644 index fa2819627ef..00000000000 --- a/packages/ts-newskit/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Typescript Components - -This package contains components written in a _Typescript_. This will allow for -easy migration when we need to move these to a more modern repository. - -## Build - -All the build steps have been updated to handle all the build steps: - -1. `yarn transpile` will build javascript into the `/dist` directory -1. `yarn lint` will perform `tslint` and `prettier` tasks -1. `yarn bundle` will generate the `rnw.js` bundle - -## Storybook - -For now, you will need to do a `yarn build` for storybook to update, or you could run `yarn watch:build` to update storybook on save diff --git a/packages/ts-newskit/babel.config.js b/packages/ts-newskit/babel.config.js deleted file mode 100644 index 2711427c341..00000000000 --- a/packages/ts-newskit/babel.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = api => { - api.cache(true); - return { - plugins: ['babel-plugin-styled-components'], - presets: [ - ['@babel/preset-env', { targets: { esmodules: true } }], - '@babel/preset-react' - ] - }; -}; diff --git a/packages/ts-newskit/jest.config.js b/packages/ts-newskit/jest.config.js deleted file mode 100644 index 1c636940e00..00000000000 --- a/packages/ts-newskit/jest.config.js +++ /dev/null @@ -1,54 +0,0 @@ -const path = require('path'); -const fs = require('fs'); - -const buildConfig = dir => { - const { name: packageName } = JSON.parse( - fs.readFileSync(path.join(dir, 'package.json'), 'utf8') - ); - const name = packageName.replace('@times-components/', ''); - return { - rootDir: path.join(dir, '../..'), - preset: 'ts-jest', - moduleFileExtensions: ['js', 'ts', 'tsx', 'node', 'json'], - transformIgnorePatterns: [], - testEnvironment: 'jest-environment-jsdom-sixteen', - setupFiles: [], - setupFilesAfterEnv: ['/packages/ts-newskit/jest.setup.js'], - testMatch: [ - `**/packages/${name}/**/__tests__/*.test.tsx`, - `**/packages/${name}/**/__tests__/*.test.ts` - ], - transform: { - '.+\\.js$': 'babel-jest', - '.+\\.tsx?$': 'ts-jest' - }, - globals: { - 'ts-jest': { - tsConfig: './tsconfig.jest.json' - } - }, - clearMocks: true, - collectCoverage: true, - coverageReporters: ['json', 'html', 'lcov', 'text'], - coverageDirectory: path.join(dir, 'coverage'), - collectCoverageFrom: [ - '/packages/ts-newskit/src/**/*.(tsx|ts)', - '!/packages/ts-newskit/src/**/*.(stories|d).*', - '!/packages/ts-newskit/src/index.*', - '!/packages/ts-components/src/fixtures/**', - '!/node_modules/', - '!/packages/ts-newskit/src/**/fixtures/*.(tsx|ts)', - '!/packages/ts-newskit/src/**/shared-styles/index.ts', - ], - coverageThreshold: { - global: { - statements: 25, - branches: 25, - lines: 25, - functions: 25 - } - } - }; -}; - -module.exports = buildConfig(__dirname); diff --git a/packages/ts-newskit/jest.setup.js b/packages/ts-newskit/jest.setup.js deleted file mode 100644 index 2ad54ed6f6c..00000000000 --- a/packages/ts-newskit/jest.setup.js +++ /dev/null @@ -1,3 +0,0 @@ -HTMLMediaElement.prototype.load = jest.fn(); -HTMLMediaElement.prototype.play = jest.fn(); -HTMLMediaElement.prototype.pause = jest.fn(); \ No newline at end of file diff --git a/packages/ts-newskit/package.json b/packages/ts-newskit/package.json deleted file mode 100644 index bc380ee7537..00000000000 --- a/packages/ts-newskit/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "@times-components/ts-newskit", - "version": "1.189.0", - "description": "Reuseable Typescript React Components", - "main": "dist/index.js", - "dev": "dist/index.js", - "typings": "dist/index.d.ts", - "repository": { - "type": "git", - "url": "git+https://github.com/newsuk/times-components.git" - }, - "keywords": [], - "author": "News UK & Ireland Ltd", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/newsuk/times-components/issues" - }, - "homepage": "https://github.com/newsuk/times-components#readme", - "scripts": { - "describe": "npm-scripts-info", - "transpile": "run-s build", - "build": "run-s clean && run-p build:*", - "build:module": "tsc -p tsconfig.json", - "bundle": "NODE_ENV=production webpack -p", - "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,tslint*,typescript,jest,prettier,webpack*,@types/*' --ignore-bin-package=false --skip-missing", - "fix": "run-s fix:*", - "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"__tests__/**/*.tsx\" --write", - "fix:tslint": "tslint --fix --project .", - "lint": "tslint --project . && prettier \"src/**/*.{ts,tsx}\" --list-different", - "test:unit": "TZ=UTC jest --coverage", - "test:unit:updatesnapshot": "TZ=UTC yarn test:unit -u", - "watch:build": "run-s clean && run-p build:* \"build:module -- -w\"", - "watch:tests": "run-s clean build:module && run-p \"build:module -- -w\" \"test:unit -- --watch\"", - "doc": "run-s doc:html && open-cli build/docs/index.html", - "doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs", - "reset": "git clean -dfx && git reset --hard && npm i", - "clean": "rm -rf build dist" - }, - "scripts-info": { - "info": "Display information about the package scripts", - "build": "Clean and rebuild the project", - "fix": "Try to automatically fix any linting problems", - "test": "Lint and unit test the project", - "watch:tests": "Watch and rebuild the project on save, then rerun relevant tests", - "cov": "Rebuild, run tests, then create and open the coverage report", - "reset": "Delete all untracked files and reset the repo to the last commit", - "prepare-release": "One-step: clean, build, test, publish docs, and prep a release" - }, - "engines": { - "node": ">=8.9" - }, - "dependencies": { - "@emotion/react": "11.11.0", - "@emotion/styled": "11.11.0", - "isomorphic-unfetch": "3.1.0", - "lodash.merge": "4.6.2", - "react": "16.9.0", - "styled-components": "4.3.2", - "xss": "^1.0.10" - }, - "devDependencies": { - "@storybook/addon-actions": "6.5.16", - "@storybook/react": "6.5.16", - "@testing-library/jest-dom": "^5.12.0", - "@testing-library/react": "^12.1.2", - "@times-components/ts-styleguide": "1.50.34", - "jest": "24.8.0", - "jest-environment-jsdom-sixteen": "2.0.0", - "mockdate": "3.0.5", - "prettier": "1.14.3", - "resize-observer-polyfill": "^1.5.1", - "tslint": "5.18.0", - "tslint-config-prettier": "1.18.0", - "typescript": "4.2.4" - }, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, - "prettier": { - "singleQuote": true - }, - "jest": { - "setupFilesAfterEnv": [ - "@testing-library/jest-dom/extend-expect" - ] - } -} diff --git a/packages/ts-newskit/src/assets/ChevronIcon.tsx b/packages/ts-newskit/src/assets/ChevronIcon.tsx deleted file mode 100644 index 77d3f4d2e67..00000000000 --- a/packages/ts-newskit/src/assets/ChevronIcon.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from 'react'; - -const ChevronIcon = (props: any) => ( - -); - -export default ChevronIcon; diff --git a/packages/ts-newskit/src/assets/__tests__/__snapshots__/index.test.tsx.snap b/packages/ts-newskit/src/assets/__tests__/__snapshots__/index.test.tsx.snap deleted file mode 100644 index a463f7d8ef9..00000000000 --- a/packages/ts-newskit/src/assets/__tests__/__snapshots__/index.test.tsx.snap +++ /dev/null @@ -1,106 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Icons Component: BreadcrumbIcon BreadcrumbIcon renders with default props 1`] = ` - - - - - -`; - -exports[`Icons Component: CloseIconBlack CloseIconBlack renders with default props 1`] = ` - - - - - -`; - -exports[`Icons Component: EmailIcon EmailIcon renders with default props 1`] = ` - - - - - -`; - -exports[`Icons Component: FilledArrowIcon FilledArrowIcon renders with default props 1`] = ` - - - - - -`; - -exports[`Icons Component: TooltipIcon TooltipIcon renders with default props 1`] = ` - - - - - - - - - - - -`; diff --git a/packages/ts-newskit/src/assets/__tests__/index.test.tsx b/packages/ts-newskit/src/assets/__tests__/index.test.tsx deleted file mode 100644 index dd7048d5ad7..00000000000 --- a/packages/ts-newskit/src/assets/__tests__/index.test.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react'; -import '@testing-library/jest-dom'; -import { render } from '@testing-library/react'; -import * as icons from '../index'; - -describe('Icons', () => { - Object.keys(icons).forEach(componentName => { - // @ts-ignore - const Component = icons[componentName]; - - describe(`Component: ${componentName}`, () => { - test(`${componentName} renders with default props`, () => { - const { asFragment } = render(); - expect(asFragment()).toMatchSnapshot(); - }); - }); - }); -}); diff --git a/packages/ts-newskit/src/assets/icons.stories.mdx b/packages/ts-newskit/src/assets/icons.stories.mdx deleted file mode 100644 index a671e5b395f..00000000000 --- a/packages/ts-newskit/src/assets/icons.stories.mdx +++ /dev/null @@ -1 +0,0 @@ -overrides={{size: "sizing050"}} \ No newline at end of file diff --git a/packages/ts-newskit/src/assets/index.tsx b/packages/ts-newskit/src/assets/index.tsx deleted file mode 100644 index 806c8d1d26e..00000000000 --- a/packages/ts-newskit/src/assets/index.tsx +++ /dev/null @@ -1,5 +0,0 @@ -export { default as TooltipIcon } from '../assets/TooltipIcon'; -export { default as CloseIconBlack } from '../assets/CloseIconBlack'; -export { default as EmailIcon } from '../assets/EmailIcon'; -export { default as FilledArrowIcon } from './FilledArrowIcon'; -export { default as BreadcrumbIcon } from './BreadcrumbIcon'; diff --git a/packages/ts-newskit/src/components/navigation/fixtures/analytics-actions.ts b/packages/ts-newskit/src/components/navigation/fixtures/analytics-actions.ts deleted file mode 100644 index 68861aa317e..00000000000 --- a/packages/ts-newskit/src/components/navigation/fixtures/analytics-actions.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { action } from '@storybook/addon-actions'; - -export default (event: any | any[]) => { - // tslint:disable-next-line:no-console - console.log('analytics-action', event); - action('analytics-action')(event); -}; diff --git a/packages/ts-newskit/src/index.ts b/packages/ts-newskit/src/index.ts deleted file mode 100644 index 5f0f0cb4946..00000000000 --- a/packages/ts-newskit/src/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -// NAVIGATION -export { Breadcrumb } from './components/navigation/breadcrumb'; - -// MISC -export { JobTitle } from './components/misc/job-title/job-title'; -export { - UpdateButtonWithDelay -} from './components/misc/update-button/update-button-with-delay'; -export { Banner } from './components/misc/banner/banner'; - -// TODO Remove after tests - borisovy diff --git a/packages/ts-newskit/src/utils/TrackingContextProvider.tsx b/packages/ts-newskit/src/utils/TrackingContextProvider.tsx deleted file mode 100644 index 730abf07e66..00000000000 --- a/packages/ts-newskit/src/utils/TrackingContextProvider.tsx +++ /dev/null @@ -1,77 +0,0 @@ -import React, { useContext } from 'react'; -import merge from 'lodash.merge'; - -export type TrackingAttributes = { [key: string]: any }; -export type TrackingContext = { - object?: string; - component?: string; - action?: string; - attrs?: TrackingAttributes; -}; - -export type TrackingContextProps = { - analyticsStream?: (analyticsEvent: any) => void; - context?: TrackingContext; -}; - -export type TrackingContextType = TrackingContextProps & { - fireAnalyticsEvent?: (analyticsEvent: any) => void; -}; - -const TrackingContext = React.createContext({ - context: {} -}); - -type TrackingContextChildren = { - children: - | (( - props: { - fireAnalyticsEvent: (evt: TrackingContext) => void; - } - ) => JSX.Element | JSX.Element[]) - | JSX.Element - | JSX.Element[]; -}; - -export const useTrackingContext = () => useContext(TrackingContext); - -export const TrackingContextProvider = ({ - children, - analyticsStream, - context -}: TrackingContextProps & TrackingContextChildren) => { - const parentTrackingContext = useContext(TrackingContext); - const stream = - analyticsStream !== undefined - ? analyticsStream - : parentTrackingContext.analyticsStream; - - const aggregatedContext = merge({}, parentTrackingContext.context, context); - - const fireAnalyticsEvent = (event: TrackingContext) => { - const aggregatedEvent = merge({}, aggregatedContext, event, { - attrs: { - eventTime: new Date().toISOString() - } - }); - - stream - ? stream(aggregatedEvent) - : // tslint:disable-next-line:no-console - console.error('no analytics stream to send to', aggregatedEvent); - }; - - return ( - - {typeof children === 'function' - ? children({ fireAnalyticsEvent }) - : children} - - ); -}; diff --git a/packages/ts-newskit/src/utils/__tests__/TrackingContextProvider.test.tsx b/packages/ts-newskit/src/utils/__tests__/TrackingContextProvider.test.tsx deleted file mode 100644 index f13fc70e292..00000000000 --- a/packages/ts-newskit/src/utils/__tests__/TrackingContextProvider.test.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import { cleanup, fireEvent, render } from '@testing-library/react'; -import { TrackingContextProvider } from '../TrackingContextProvider'; -import React from 'react'; -import mockDate from 'mockdate'; - -describe('', () => { - beforeEach(() => { - mockDate.set(1620000000000); - }); - - afterEach(() => { - mockDate.reset(); - jest.clearAllMocks(); - cleanup(); - }); - - it('multilevel nesting', async () => { - const analyticsStream = jest.fn(); - const component = render( - - - - {({ fireAnalyticsEvent }) => ( - - )} - - - - ); - - const button = component.queryByText('button'); - fireEvent.click(button!); - expect(analyticsStream).toBeCalledWith({ - action: 'action 3', - component: 'component 1', - object: 'object 2', - attrs: { - eventTime: '2021-05-03T00:00:00.000Z', - level1: '1', - level2: '2', - level3: '3' - } - }); - }); -}); diff --git a/packages/ts-newskit/tsconfig.jest.json b/packages/ts-newskit/tsconfig.jest.json deleted file mode 100644 index 2b6949afb33..00000000000 --- a/packages/ts-newskit/tsconfig.jest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "./tsconfig", - "compilerOptions": { - "target": "es2019", - "jsx": "react", - "module": "commonjs", - "inlineSourceMap": true - } -} \ No newline at end of file diff --git a/packages/ts-newskit/tsconfig.json b/packages/ts-newskit/tsconfig.json deleted file mode 100644 index ac64f57fd4e..00000000000 --- a/packages/ts-newskit/tsconfig.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "outDir": "dist", - "rootDir": "src", - "jsx": "react", - "moduleResolution": "node", - "module": "esnext", - "declaration": true, - "inlineSourceMap": true, - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, - "resolveJsonModule": true, - - "strict": true /* Enable all strict type-checking options. */, - - /* Strict Type-Checking Options */ - "noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */, - "strictNullChecks": true /* Enable strict null checks. */, - "strictFunctionTypes": true /* Enable strict checking of function types. */, - "strictPropertyInitialization": true /* Enable strict checking of property initialization in classes. */, - "noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */, - "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */, - - /* Additional Checks */ - "noUnusedLocals": true /* Report errors on unused locals. */, - "noUnusedParameters": true /* Report errors on unused parameters. */, - "noImplicitReturns": true /* Report error when not all code paths in function return a value. */, - "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */, - - /* Debugging Options */ - "traceResolution": false /* Report module resolution log messages. */, - "listEmittedFiles": false /* Print names of generated files part of the compilation. */, - "listFiles": false /* Print names of files part of the compilation. */, - "pretty": true /* Stylize errors and messages using color and context. */, - - /* Experimental Options */ - // "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */, - // "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */, - - "skipLibCheck": true, - - "lib": ["es6", "dom", "es2019"], - "types": ["jest"], - "typeRoots": ["node_modules/@types", "src/types", "../../node_modules/@types"] - }, - "include": ["src/**/*.ts", "src/**/*.tsx"], - "exclude": ["node_modules/**"], - "compileOnSave": false -} \ No newline at end of file diff --git a/packages/ts-newskit/tslint.json b/packages/ts-newskit/tslint.json deleted file mode 100644 index 27d5c2526b6..00000000000 --- a/packages/ts-newskit/tslint.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["tslint:latest", "tslint-config-prettier"], - "rules": { - "interface-name": [true, "never-prefix"], - "no-implicit-dependencies": [true, "dev"], - "no-var-keyword": true, - "no-parameter-reassignment": true, - "typedef": [true, "call-signature"], - "prefer-const": false, - "no-unused-expression": false, - "object-literal-sort-keys": false, - "member-access": false, - "ordered-imports": false, - "interface-over-type-literal": false, - "no-submodule-imports": false - } -} diff --git a/packages/ts-newskit/webpack.config.js b/packages/ts-newskit/webpack.config.js deleted file mode 100644 index 9a44ff9efe7..00000000000 --- a/packages/ts-newskit/webpack.config.js +++ /dev/null @@ -1,5 +0,0 @@ -/* eslint-disable import/no-extraneous-dependencies */ -module.exports = require("@times-components/webpack-configurator")( - __dirname, - "dev" -); diff --git a/yarn.lock b/yarn.lock index ede89bf597c..8593f203a21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -569,7 +569,7 @@ dependencies: "@babel/types" "^7.13.12" -"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6": +"@babel/helper-module-imports@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== @@ -2568,13 +2568,6 @@ dependencies: regenerator-runtime "^0.13.11" -"@babel/runtime@^7.18.3": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd" - integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== - dependencies: - regenerator-runtime "^0.13.11" - "@babel/template@^7.12.13", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.8.6": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" @@ -2769,23 +2762,6 @@ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@emotion/babel-plugin@^11.11.0": - version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c" - integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ== - dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/runtime" "^7.18.3" - "@emotion/hash" "^0.9.1" - "@emotion/memoize" "^0.8.1" - "@emotion/serialize" "^1.1.2" - babel-plugin-macros "^3.1.0" - convert-source-map "^1.5.0" - escape-string-regexp "^4.0.0" - find-root "^1.1.0" - source-map "^0.5.7" - stylis "4.2.0" - "@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9": version "10.0.29" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" @@ -2796,17 +2772,6 @@ "@emotion/utils" "0.11.3" "@emotion/weak-memoize" "0.2.5" -"@emotion/cache@^11.11.0": - version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff" - integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ== - dependencies: - "@emotion/memoize" "^0.8.1" - "@emotion/sheet" "^1.2.2" - "@emotion/utils" "^1.2.1" - "@emotion/weak-memoize" "^0.3.1" - stylis "4.2.0" - "@emotion/core@^10.0.20", "@emotion/core@^10.0.9": version "10.1.1" resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3" @@ -2833,11 +2798,6 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== -"@emotion/hash@^0.9.1": - version "0.9.1" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" - integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== - "@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.1": version "0.8.8" resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" @@ -2845,37 +2805,11 @@ dependencies: "@emotion/memoize" "0.7.4" -"@emotion/is-prop-valid@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc" - integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw== - dependencies: - "@emotion/memoize" "^0.8.1" - "@emotion/memoize@0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== -"@emotion/memoize@^0.8.1": - version "0.8.1" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" - integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== - -"@emotion/react@11.11.0": - version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.0.tgz#408196b7ef8729d8ad08fc061b03b046d1460e02" - integrity sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw== - dependencies: - "@babel/runtime" "^7.18.3" - "@emotion/babel-plugin" "^11.11.0" - "@emotion/cache" "^11.11.0" - "@emotion/serialize" "^1.1.2" - "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" - "@emotion/utils" "^1.2.1" - "@emotion/weak-memoize" "^0.3.1" - hoist-non-react-statics "^3.3.1" - "@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16": version "0.11.16" resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" @@ -2887,27 +2821,11 @@ "@emotion/utils" "0.11.3" csstype "^2.5.7" -"@emotion/serialize@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" - integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== - dependencies: - "@emotion/hash" "^0.9.1" - "@emotion/memoize" "^0.8.1" - "@emotion/unitless" "^0.8.1" - "@emotion/utils" "^1.2.1" - csstype "^3.0.2" - "@emotion/sheet@0.9.4": version "0.9.4" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== -"@emotion/sheet@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" - integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== - "@emotion/styled-base@^10.3.0": version "10.3.0" resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.3.0.tgz#9aa2c946100f78b47316e4bc6048321afa6d4e36" @@ -2918,18 +2836,6 @@ "@emotion/serialize" "^0.11.15" "@emotion/utils" "0.11.3" -"@emotion/styled@11.11.0": - version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346" - integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng== - dependencies: - "@babel/runtime" "^7.18.3" - "@emotion/babel-plugin" "^11.11.0" - "@emotion/is-prop-valid" "^1.2.1" - "@emotion/serialize" "^1.1.2" - "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" - "@emotion/utils" "^1.2.1" - "@emotion/styled@^10.0.17": version "10.3.0" resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.3.0.tgz#8ee959bf75730789abb5f67f7c3ded0c30aec876" @@ -2948,36 +2854,16 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== -"@emotion/unitless@^0.8.1": - version "0.8.1" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" - integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== - -"@emotion/use-insertion-effect-with-fallbacks@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963" - integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw== - "@emotion/utils@0.11.3": version "0.11.3" resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw== -"@emotion/utils@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" - integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== - "@emotion/weak-memoize@0.2.5": version "0.2.5" resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA== -"@emotion/weak-memoize@^0.3.1": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6" - integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== - "@evocateur/libnpmaccess@^3.1.2": version "3.1.2" resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845" @@ -8148,7 +8034,7 @@ babel-plugin-macros@2.8.0, babel-plugin-macros@^2.0.0: cosmiconfig "^6.0.0" resolve "^1.12.0" -babel-plugin-macros@^3.0.1, babel-plugin-macros@^3.1.0: +babel-plugin-macros@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== @@ -9379,9 +9265,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000939, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001400: - version "1.0.30001584" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001584.tgz" - integrity sha512-LOz7CCQ9M1G7OjJOF9/mzmqmj3jE/7VOmrfw6Mgs0E8cjOsbRXQJHsPBfmBOXDskXKrHLyyW3n7kpDW/4BsfpQ== + version "1.0.30001643" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz" + integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg== capture-exit@^2.0.0: version "2.0.0" @@ -14830,7 +14716,7 @@ hoek@6.x.x: resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c" integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ== -hoist-non-react-statics@3.3.2, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1: +hoist-non-react-statics@3.3.2, hoist-non-react-statics@^3.3.0: version "3.3.2" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== @@ -24598,11 +24484,6 @@ stylis-rule-sheet@^0.0.10: resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== -stylis@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" - integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== - stylis@^3.5.0: version "3.5.4" resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" From 3b79252ef8078a8b04388970e8cfa1eeb1dcc1b0 Mon Sep 17 00:00:00 2001 From: times-tools Date: Wed, 14 Aug 2024 14:53:53 +0000 Subject: [PATCH 09/97] chore: Publish 9c16e264e0 [ci skip] - @times-components/article-comments@0.44.2 - @times-components/article-extras@0.31.0 - @times-components/article-in-depth@3.88.3 - @times-components/article-list@9.19.3 - @times-components/article-magazine-comment@3.84.3 - @times-components/article-magazine-standard@3.84.3 - @times-components/article-main-comment@2.87.3 - @times-components/article-main-standard@3.96.3 - @times-components/article-paragraph@1.9.320 - @times-components/article-skeleton@1.137.0 - @times-components/article-summary@3.25.0 - @times-components/article@7.17.3 - @times-components/author-profile@6.18.17 - @times-components/key-facts@2.12.91 - @times-components/related-articles@6.17.80 - @times-components/save-and-share-bar@0.22.4 - @times-components/ssr@2.58.2 - @times-components/topic@5.10.94 - @times-components/ts-components@1.101.0 --- packages/article-comments/CHANGELOG.md | 8 ++++++++ packages/article-comments/package.json | 4 ++-- packages/article-extras/CHANGELOG.md | 11 +++++++++++ packages/article-extras/package.json | 10 +++++----- packages/article-in-depth/CHANGELOG.md | 8 ++++++++ packages/article-in-depth/package.json | 6 +++--- packages/article-list/CHANGELOG.md | 8 ++++++++ packages/article-list/package.json | 4 ++-- packages/article-magazine-comment/CHANGELOG.md | 8 ++++++++ packages/article-magazine-comment/package.json | 6 +++--- packages/article-magazine-standard/CHANGELOG.md | 8 ++++++++ packages/article-magazine-standard/package.json | 6 +++--- packages/article-main-comment/CHANGELOG.md | 8 ++++++++ packages/article-main-comment/package.json | 6 +++--- packages/article-main-standard/CHANGELOG.md | 8 ++++++++ packages/article-main-standard/package.json | 6 +++--- packages/article-paragraph/CHANGELOG.md | 8 ++++++++ packages/article-paragraph/package.json | 4 ++-- packages/article-skeleton/CHANGELOG.md | 11 +++++++++++ packages/article-skeleton/package.json | 12 ++++++------ packages/article-summary/CHANGELOG.md | 11 +++++++++++ packages/article-summary/package.json | 4 ++-- packages/article/CHANGELOG.md | 8 ++++++++ packages/article/package.json | 12 ++++++------ packages/author-profile/CHANGELOG.md | 8 ++++++++ packages/author-profile/package.json | 4 ++-- packages/key-facts/CHANGELOG.md | 8 ++++++++ packages/key-facts/package.json | 4 ++-- packages/related-articles/CHANGELOG.md | 8 ++++++++ packages/related-articles/package.json | 4 ++-- packages/save-and-share-bar/CHANGELOG.md | 8 ++++++++ packages/save-and-share-bar/package.json | 4 ++-- packages/ssr/CHANGELOG.md | 8 ++++++++ packages/ssr/package.json | 8 ++++---- packages/topic/CHANGELOG.md | 8 ++++++++ packages/topic/package.json | 4 ++-- packages/ts-components/CHANGELOG.md | 11 +++++++++++ packages/ts-components/package.json | 4 ++-- 38 files changed, 220 insertions(+), 56 deletions(-) diff --git a/packages/article-comments/CHANGELOG.md b/packages/article-comments/CHANGELOG.md index c98f4043f2c..f5144469f61 100644 --- a/packages/article-comments/CHANGELOG.md +++ b/packages/article-comments/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.44.2](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.44.1...@times-components/article-comments@0.44.2) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-comments + + + + + ## [0.44.1](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.44.0...@times-components/article-comments@0.44.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-comments diff --git a/packages/article-comments/package.json b/packages/article-comments/package.json index 7343d6af826..18624f2c343 100644 --- a/packages/article-comments/package.json +++ b/packages/article-comments/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-comments", - "version": "0.44.1", + "version": "0.44.2", "description": "Article Comments", "main": "dist/article-comments", "dev": "src/article-comments", @@ -35,7 +35,7 @@ "dependencies": { "@times-components/link": "3.17.34", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "prop-types": "15.7.2", diff --git a/packages/article-extras/CHANGELOG.md b/packages/article-extras/CHANGELOG.md index b512f6ee92b..707756c3bfb 100644 --- a/packages/article-extras/CHANGELOG.md +++ b/packages/article-extras/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.30.1...@times-components/article-extras@0.31.0) (2024-08-14) + + +### Features + +* **TMD-538-539-540:** Move components from ts-newskit into ts-components ([#3891](https://github.com/newsuk/times-components/issues/3891)) ([9c16e26](https://github.com/newsuk/times-components/commit/9c16e264e074eeed1b63cc597ed7656b917a3402)), closes [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) + + + + + ## [0.30.1](https://github.com/newsuk/times-components/compare/@times-components/article-extras@0.30.0...@times-components/article-extras@0.30.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-extras diff --git a/packages/article-extras/package.json b/packages/article-extras/package.json index bbf6a0aefef..8aa178a12a1 100644 --- a/packages/article-extras/package.json +++ b/packages/article-extras/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-extras", - "version": "0.30.1", + "version": "0.31.0", "description": "Extra information components at the bottom of the articles, such as topics, related articles and comments ", "main": "dist/index", "dev": "src/index", @@ -49,14 +49,14 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-comments": "0.44.1", + "@times-components/article-comments": "0.44.2", "@times-components/article-topics": "4.11.55", "@times-components/button": "2.10.61", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", - "@times-components/related-articles": "6.17.79", - "@times-components/save-and-share-bar": "0.22.3", - "@times-components/ts-components": "1.100.1", + "@times-components/related-articles": "6.17.80", + "@times-components/save-and-share-bar": "0.22.4", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-in-depth/CHANGELOG.md b/packages/article-in-depth/CHANGELOG.md index 565fe148874..92d8aa0878b 100644 --- a/packages/article-in-depth/CHANGELOG.md +++ b/packages/article-in-depth/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.88.3](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.88.2...@times-components/article-in-depth@3.88.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-in-depth + + + + + ## [3.88.2](https://github.com/newsuk/times-components/compare/@times-components/article-in-depth@3.88.1...@times-components/article-in-depth@3.88.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-in-depth diff --git a/packages/article-in-depth/package.json b/packages/article-in-depth/package.json index db5f993e3af..547a4d59b01 100644 --- a/packages/article-in-depth/package.json +++ b/packages/article-in-depth/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-in-depth", - "version": "3.88.2", + "version": "3.88.3", "description": "In Depth Article Template", "main": "dist/article-in-depth", "dev": "src/article-in-depth", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-list/CHANGELOG.md b/packages/article-list/CHANGELOG.md index 76fe50b9761..8a5af94f60c 100644 --- a/packages/article-list/CHANGELOG.md +++ b/packages/article-list/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.19.3](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.2...@times-components/article-list@9.19.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-list + + + + + ## [9.19.2](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.1...@times-components/article-list@9.19.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-list diff --git a/packages/article-list/package.json b/packages/article-list/package.json index 4eb256f8147..c9e47c7d837 100644 --- a/packages/article-list/package.json +++ b/packages/article-list/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-list", - "version": "9.19.2", + "version": "9.19.3", "description": "Paginated list of articles", "main": "dist/article-list", "dev": "src/article-list", @@ -61,7 +61,7 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-summary": "3.24.83", + "@times-components/article-summary": "3.25.0", "@times-components/button": "2.10.61", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", diff --git a/packages/article-magazine-comment/CHANGELOG.md b/packages/article-magazine-comment/CHANGELOG.md index c6233d54fc2..203a2361876 100644 --- a/packages/article-magazine-comment/CHANGELOG.md +++ b/packages/article-magazine-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.3](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.84.2...@times-components/article-magazine-comment@3.84.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-magazine-comment + + + + + ## [3.84.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.84.1...@times-components/article-magazine-comment@3.84.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-magazine-comment diff --git a/packages/article-magazine-comment/package.json b/packages/article-magazine-comment/package.json index ad57f6b68e2..c66e76ffb6b 100644 --- a/packages/article-magazine-comment/package.json +++ b/packages/article-magazine-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-comment", - "version": "3.84.2", + "version": "3.84.3", "description": "Magazine Comment Article Template", "main": "dist/article-magazine-comment", "dev": "src/article-magazine-comment", @@ -57,12 +57,12 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-magazine-standard/CHANGELOG.md b/packages/article-magazine-standard/CHANGELOG.md index 9e16bab3aa5..b2638f80761 100644 --- a/packages/article-magazine-standard/CHANGELOG.md +++ b/packages/article-magazine-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.84.3](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.84.2...@times-components/article-magazine-standard@3.84.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-magazine-standard + + + + + ## [3.84.2](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.84.1...@times-components/article-magazine-standard@3.84.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-magazine-standard diff --git a/packages/article-magazine-standard/package.json b/packages/article-magazine-standard/package.json index b166a421678..bb1fdb9de31 100644 --- a/packages/article-magazine-standard/package.json +++ b/packages/article-magazine-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-magazine-standard", - "version": "3.84.2", + "version": "3.84.3", "description": "Magazine Standard Article Template", "main": "dist/article-magazine-standard", "dev": "src/article-magazine-standard", @@ -57,11 +57,11 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-comment/CHANGELOG.md b/packages/article-main-comment/CHANGELOG.md index 5cb6545e698..b538e0e0dc3 100644 --- a/packages/article-main-comment/CHANGELOG.md +++ b/packages/article-main-comment/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.87.3](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.87.2...@times-components/article-main-comment@2.87.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-main-comment + + + + + ## [2.87.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-comment@2.87.1...@times-components/article-main-comment@2.87.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-main-comment diff --git a/packages/article-main-comment/package.json b/packages/article-main-comment/package.json index 2768e6f56b9..8589e4bd843 100644 --- a/packages/article-main-comment/package.json +++ b/packages/article-main-comment/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-comment", - "version": "2.87.2", + "version": "2.87.3", "description": "Main Comment Article Template", "main": "dist/article-main-comment", "dev": "src/article-main-comment", @@ -56,12 +56,12 @@ "@times-components/ad": "2.22.23", "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/image": "6.18.1", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-main-standard/CHANGELOG.md b/packages/article-main-standard/CHANGELOG.md index 35919bfbee4..b52cab7aca8 100644 --- a/packages/article-main-standard/CHANGELOG.md +++ b/packages/article-main-standard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.96.3](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.96.2...@times-components/article-main-standard@3.96.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-main-standard + + + + + ## [3.96.2](https://github.com/newsuk/times-components/compare/@times-components/article-main-standard@3.96.1...@times-components/article-main-standard@3.96.2) (2024-08-08) **Note:** Version bump only for package @times-components/article-main-standard diff --git a/packages/article-main-standard/package.json b/packages/article-main-standard/package.json index 4493f42c628..903f5c47858 100644 --- a/packages/article-main-standard/package.json +++ b/packages/article-main-standard/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-main-standard", - "version": "3.96.2", + "version": "3.96.3", "description": "Main Standard Article Template", "main": "dist/article-main-standard", "dev": "src/article-main-standard", @@ -56,13 +56,13 @@ "@times-components/article-byline": "3.13.55", "@times-components/article-label": "2.18.34", "@times-components/article-lead-asset": "1.18.42", - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/date-publication": "0.30.34", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/article-paragraph/CHANGELOG.md b/packages/article-paragraph/CHANGELOG.md index a26f5e619f8..f90abd5eab4 100644 --- a/packages/article-paragraph/CHANGELOG.md +++ b/packages/article-paragraph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.320](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.319...@times-components/article-paragraph@1.9.320) (2024-08-14) + +**Note:** Version bump only for package @times-components/article-paragraph + + + + + ## [1.9.319](https://github.com/newsuk/times-components/compare/@times-components/article-paragraph@1.9.318...@times-components/article-paragraph@1.9.319) (2024-08-08) **Note:** Version bump only for package @times-components/article-paragraph diff --git a/packages/article-paragraph/package.json b/packages/article-paragraph/package.json index d32b2c5dd4e..4ef35f0cf83 100644 --- a/packages/article-paragraph/package.json +++ b/packages/article-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-paragraph", - "version": "1.9.319", + "version": "1.9.320", "description": "Article Paragraph", "main": "dist/index", "dev": "src/index", @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { - "@times-components/article-skeleton": "1.136.1", + "@times-components/article-skeleton": "1.137.0", "@times-components/context": "1.24.0", "@times-components/markup-forest": "1.9.2", "@times-components/ts-styleguide": "1.50.34", diff --git a/packages/article-skeleton/CHANGELOG.md b/packages/article-skeleton/CHANGELOG.md index 4e0315d2210..e5070863d27 100644 --- a/packages/article-skeleton/CHANGELOG.md +++ b/packages/article-skeleton/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.137.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.136.1...@times-components/article-skeleton@1.137.0) (2024-08-14) + + +### Features + +* **TMD-538-539-540:** Move components from ts-newskit into ts-components ([#3891](https://github.com/newsuk/times-components/issues/3891)) ([9c16e26](https://github.com/newsuk/times-components/commit/9c16e264e074eeed1b63cc597ed7656b917a3402)), closes [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) + + + + + ## [1.136.1](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.136.0...@times-components/article-skeleton@1.136.1) (2024-08-08) **Note:** Version bump only for package @times-components/article-skeleton diff --git a/packages/article-skeleton/package.json b/packages/article-skeleton/package.json index 83bec1a839c..3fd27933dca 100644 --- a/packages/article-skeleton/package.json +++ b/packages/article-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-skeleton", - "version": "1.136.1", + "version": "1.137.0", "description": "The article skeleton", "main": "dist/article-skeleton", "dev": "src/article-skeleton", @@ -62,14 +62,14 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-extras": "0.30.1", + "@times-components/article-extras": "0.31.0", "@times-components/article-image": "7.18.1", - "@times-components/article-paragraph": "1.9.319", + "@times-components/article-paragraph": "1.9.320", "@times-components/article-topics": "4.11.55", "@times-components/caption": "3.8.55", "@times-components/context": "1.24.0", "@times-components/interactive-wrapper": "0.9.89", - "@times-components/key-facts": "2.12.90", + "@times-components/key-facts": "2.12.91", "@times-components/lazy-load": "0.20.0", "@times-components/link": "3.17.34", "@times-components/markup": "3.8.61", @@ -77,10 +77,10 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/pull-quote": "3.15.40", - "@times-components/save-and-share-bar": "0.22.3", + "@times-components/save-and-share-bar": "0.22.4", "@times-components/sticky": "0.5.84", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/typeset": "0.3.3", "@times-components/user-state": "0.5.51", diff --git a/packages/article-summary/CHANGELOG.md b/packages/article-summary/CHANGELOG.md index 1dbd52e7de5..f30215e88fc 100644 --- a/packages/article-summary/CHANGELOG.md +++ b/packages/article-summary/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.25.0](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.83...@times-components/article-summary@3.25.0) (2024-08-14) + + +### Features + +* **TMD-538-539-540:** Move components from ts-newskit into ts-components ([#3891](https://github.com/newsuk/times-components/issues/3891)) ([9c16e26](https://github.com/newsuk/times-components/commit/9c16e264e074eeed1b63cc597ed7656b917a3402)), closes [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) + + + + + ## [3.24.83](https://github.com/newsuk/times-components/compare/@times-components/article-summary@3.24.82...@times-components/article-summary@3.24.83) (2024-08-08) **Note:** Version bump only for package @times-components/article-summary diff --git a/packages/article-summary/package.json b/packages/article-summary/package.json index d3cf1f931f1..4de8260ace5 100644 --- a/packages/article-summary/package.json +++ b/packages/article-summary/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article-summary", - "version": "3.24.83", + "version": "3.25.0", "main": "dist/article-summary", "dev": "src/article-summary", "scripts": { @@ -55,7 +55,7 @@ "@times-components/date-publication": "0.30.34", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "@times-components/video-label": "2.11.62", diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index 75463e3071c..71374438a64 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.17.3](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.2...@times-components/article@7.17.3) (2024-08-14) + +**Note:** Version bump only for package @times-components/article + + + + + ## [7.17.2](https://github.com/newsuk/times-components/compare/@times-components/article@7.17.1...@times-components/article@7.17.2) (2024-08-08) **Note:** Version bump only for package @times-components/article diff --git a/packages/article/package.json b/packages/article/package.json index 64e705ed7ef..4b90fcd1a05 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/article", - "version": "7.17.2", + "version": "7.17.3", "description": "The article", "main": "dist/article", "dev": "src/article", @@ -53,11 +53,11 @@ }, "dependencies": { "@times-components/ad": "2.22.23", - "@times-components/article-in-depth": "3.88.2", - "@times-components/article-magazine-comment": "3.84.2", - "@times-components/article-magazine-standard": "3.84.2", - "@times-components/article-main-comment": "2.87.2", - "@times-components/article-main-standard": "3.96.2", + "@times-components/article-in-depth": "3.88.3", + "@times-components/article-magazine-comment": "3.84.3", + "@times-components/article-magazine-standard": "3.84.3", + "@times-components/article-main-comment": "2.87.3", + "@times-components/article-main-standard": "3.96.3", "@times-components/context": "1.24.0", "@times-components/message-bar": "0.7.85", "@times-components/provider": "1.41.0", diff --git a/packages/author-profile/CHANGELOG.md b/packages/author-profile/CHANGELOG.md index 60ddc7a8926..da64698e3e8 100644 --- a/packages/author-profile/CHANGELOG.md +++ b/packages/author-profile/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.18.17](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.16...@times-components/author-profile@6.18.17) (2024-08-14) + +**Note:** Version bump only for package @times-components/author-profile + + + + + ## [6.18.16](https://github.com/newsuk/times-components/compare/@times-components/author-profile@6.18.15...@times-components/author-profile@6.18.16) (2024-08-08) **Note:** Version bump only for package @times-components/author-profile diff --git a/packages/author-profile/package.json b/packages/author-profile/package.json index d8730555b25..960451825a1 100644 --- a/packages/author-profile/package.json +++ b/packages/author-profile/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/author-profile", - "version": "6.18.16", + "version": "6.18.17", "description": "Author profile information along with a list of articles they have written ", "main": "dist/author-profile", "dev": "src/author-profile", @@ -59,7 +59,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.2", + "@times-components/article-list": "9.19.3", "@times-components/gradient": "3.5.61", "@times-components/icons": "2.22.12", "@times-components/image": "6.18.1", diff --git a/packages/key-facts/CHANGELOG.md b/packages/key-facts/CHANGELOG.md index e1afced3a80..2406d5b05fd 100644 --- a/packages/key-facts/CHANGELOG.md +++ b/packages/key-facts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.91](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.90...@times-components/key-facts@2.12.91) (2024-08-14) + +**Note:** Version bump only for package @times-components/key-facts + + + + + ## [2.12.90](https://github.com/newsuk/times-components/compare/@times-components/key-facts@2.12.89...@times-components/key-facts@2.12.90) (2024-08-08) **Note:** Version bump only for package @times-components/key-facts diff --git a/packages/key-facts/package.json b/packages/key-facts/package.json index 9c2269d1285..01fb2ac3f87 100644 --- a/packages/key-facts/package.json +++ b/packages/key-facts/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/key-facts", - "version": "2.12.90", + "version": "2.12.91", "description": "Bulleted list of text data ", "main": "dist/key-facts", "dev": "src/key-facts", @@ -56,7 +56,7 @@ "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", "@times-components/responsive": "0.27.0", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "prop-types": "15.7.2", diff --git a/packages/related-articles/CHANGELOG.md b/packages/related-articles/CHANGELOG.md index 2ee55e9e9b8..6bfda06d51f 100644 --- a/packages/related-articles/CHANGELOG.md +++ b/packages/related-articles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.80](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.79...@times-components/related-articles@6.17.80) (2024-08-14) + +**Note:** Version bump only for package @times-components/related-articles + + + + + ## [6.17.79](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.17.78...@times-components/related-articles@6.17.79) (2024-08-08) **Note:** Version bump only for package @times-components/related-articles diff --git a/packages/related-articles/package.json b/packages/related-articles/package.json index b24d46063f1..4f764f4a83e 100644 --- a/packages/related-articles/package.json +++ b/packages/related-articles/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/related-articles", - "version": "6.17.79", + "version": "6.17.80", "description": "related articles of an article", "main": "dist/related-articles", "dev": "src/related-articles", @@ -55,7 +55,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-summary": "3.24.83", + "@times-components/article-summary": "3.25.0", "@times-components/card": "6.15.1", "@times-components/context": "1.24.0", "@times-components/link": "3.17.34", diff --git a/packages/save-and-share-bar/CHANGELOG.md b/packages/save-and-share-bar/CHANGELOG.md index d1af5d403c6..f34f70b4523 100644 --- a/packages/save-and-share-bar/CHANGELOG.md +++ b/packages/save-and-share-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.4](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.3...@times-components/save-and-share-bar@0.22.4) (2024-08-14) + +**Note:** Version bump only for package @times-components/save-and-share-bar + + + + + ## [0.22.3](https://github.com/newsuk/times-components/compare/@times-components/save-and-share-bar@0.22.2...@times-components/save-and-share-bar@0.22.3) (2024-08-08) **Note:** Version bump only for package @times-components/save-and-share-bar diff --git a/packages/save-and-share-bar/package.json b/packages/save-and-share-bar/package.json index 31d47164d92..1126c1cef19 100644 --- a/packages/save-and-share-bar/package.json +++ b/packages/save-and-share-bar/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/save-and-share-bar", - "version": "0.22.3", + "version": "0.22.4", "description": "Save and Share bar ", "main": "dist/save-and-share-bar", "dev": "src/save-and-share-bar", @@ -38,7 +38,7 @@ "@times-components/message-bar": "0.7.85", "@times-components/provider-queries": "2.22.0", "@times-components/tracking": "2.22.34", - "@times-components/ts-components": "1.100.1", + "@times-components/ts-components": "1.101.0", "@times-components/ts-styleguide": "1.50.34", "@times-components/user-state": "0.5.51", "@times-components/utils": "6.26.0", diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 93e797130cc..25a10a838ac 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.58.2](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.58.1...@times-components/ssr@2.58.2) (2024-08-14) + +**Note:** Version bump only for package @times-components/ssr + + + + + ## [2.58.1](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.58.0...@times-components/ssr@2.58.1) (2024-08-08) **Note:** Version bump only for package @times-components/ssr diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 8349a07fb66..69515dbfa41 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "2.58.1", + "version": "2.58.2", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -52,13 +52,13 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article": "7.17.2", - "@times-components/author-profile": "6.18.16", + "@times-components/article": "7.17.3", + "@times-components/author-profile": "6.18.17", "@times-components/context": "1.24.0", "@times-components/provider": "1.41.0", "@times-components/schema": "0.7.5", "@times-components/tealium": "1.15.3", - "@times-components/topic": "5.10.93", + "@times-components/topic": "5.10.94", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", "apollo-cache-inmemory": "1.5.1", diff --git a/packages/topic/CHANGELOG.md b/packages/topic/CHANGELOG.md index 36896159bc0..54e0abb675f 100644 --- a/packages/topic/CHANGELOG.md +++ b/packages/topic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.94](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.93...@times-components/topic@5.10.94) (2024-08-14) + +**Note:** Version bump only for package @times-components/topic + + + + + ## [5.10.93](https://github.com/newsuk/times-components/compare/@times-components/topic@5.10.92...@times-components/topic@5.10.93) (2024-08-08) **Note:** Version bump only for package @times-components/topic diff --git a/packages/topic/package.json b/packages/topic/package.json index 4237c0c0af1..eea72c01e1b 100644 --- a/packages/topic/package.json +++ b/packages/topic/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/topic", - "version": "5.10.93", + "version": "5.10.94", "description": "Topic page component ", "main": "dist/topic", "dev": "src/topic", @@ -56,7 +56,7 @@ "webpack": "4.30.0" }, "dependencies": { - "@times-components/article-list": "9.19.2", + "@times-components/article-list": "9.19.3", "@times-components/context": "1.24.0", "@times-components/markup": "3.8.61", "@times-components/markup-forest": "1.9.2", diff --git a/packages/ts-components/CHANGELOG.md b/packages/ts-components/CHANGELOG.md index b23ff758544..9c6bd809717 100644 --- a/packages/ts-components/CHANGELOG.md +++ b/packages/ts-components/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.101.0](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.100.1...@times-components/ts-components@1.101.0) (2024-08-14) + + +### Features + +* **TMD-538-539-540:** Move components from ts-newskit into ts-components ([#3891](https://github.com/newsuk/times-components/issues/3891)) ([9c16e26](https://github.com/newsuk/times-components/commit/9c16e264e074eeed1b63cc597ed7656b917a3402)), closes [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) [#3892](https://github.com/newsuk/times-components/issues/3892) [#3896](https://github.com/newsuk/times-components/issues/3896) + + + + + ## [1.100.1](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.100.0...@times-components/ts-components@1.100.1) (2024-08-08) diff --git a/packages/ts-components/package.json b/packages/ts-components/package.json index b684e58a295..26f090653bb 100644 --- a/packages/ts-components/package.json +++ b/packages/ts-components/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/ts-components", - "version": "1.100.1", + "version": "1.101.0", "description": "Reuseable Typescript React Components ", "main": "dist/index.js", "dev": "dist/index.js", @@ -57,7 +57,7 @@ "@times-components/link": "3.17.34", "@times-components/provider": "1.41.0", "@times-components/provider-queries": "2.22.0", - "@times-components/related-articles": "6.17.79", + "@times-components/related-articles": "6.17.80", "@times-components/ts-slices": "1.9.22", "@times-components/ts-styleguide": "1.50.34", "@times-components/utils": "6.26.0", From 938a686f68e8a408718f4b20913fbe81747fce80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Kere=C4=8Deni?= <103412329+lukakereceni@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:12:05 +0200 Subject: [PATCH 10/97] feat(TMC-59): Added Sponsored content block (#3917) * Added Sponsored content * Fix some styles * Change title color --- .../__snapshots__/article-extras.test.js.snap | 116 +++++++++++------- packages/article-extras/src/article-extras.js | 23 +++- packages/article-extras/src/styles/index.js | 75 +++++++++++ .../__snapshots__/semantic.web.test.js.snap | 6 +- .../__snapshots__/semantic.web.test.js.snap | 6 +- .../__snapshots__/semantic.web.test.js.snap | 6 +- .../__snapshots__/semantic.web.test.js.snap | 6 +- .../__snapshots__/semantic.web.test.js.snap | 6 +- 8 files changed, 179 insertions(+), 65 deletions(-) diff --git a/packages/article-extras/__tests__/web/__snapshots__/article-extras.test.js.snap b/packages/article-extras/__tests__/web/__snapshots__/article-extras.test.js.snap index c91ab3441df..a865225724d 100644 --- a/packages/article-extras/__tests__/web/__snapshots__/article-extras.test.js.snap +++ b/packages/article-extras/__tests__/web/__snapshots__/article-extras.test.js.snap @@ -24,17 +24,24 @@ Array [ ,
-

- Sponsored -

-