From 4abc840b70b563105676c7246d2fe3550c171d7d Mon Sep 17 00:00:00 2001 From: Lizzie Turney <49618712+LTurns@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:50:52 +0100 Subject: [PATCH 1/2] fozzie-components@7.56.0 - Update fozzie and components to use latest pie-design-tokens (#2512) * version bump of pie-design-tokens * added hoistingLimits * reverted error message change * yarn.lock update * updated snapshots * yarn.lock update --------- Co-authored-by: Lizzie Turney --- CHANGELOG.md | 8 + package.json | 4 +- .../atoms/f-error-message/CHANGELOG.md | 8 + .../atoms/f-error-message/package.json | 4 +- .../organisms/f-content-cards/CHANGELOG.md | 8 + .../organisms/f-content-cards/package.json | 4 +- packages/tools/fozzie/CHANGELOG.md | 8 + packages/tools/fozzie/package.json | 7 +- .../__snapshots__/fozzie-reset.spec.js.snap | 2 +- .../fozzie-typography.spec.js.snap | 4 +- .../fozzie-utilities.spec.js.snap | 4 +- yarn.lock | 301 ++++++++---------- 12 files changed, 174 insertions(+), 188 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c182664084..505152ecee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v7.56.0 + +_April 10, 2024_ + +### Changed + +- Updated version of `@justeat/pie-design-tokens` to 6.2.1 + ## v7.55.0 _March 13, 2024_ diff --git a/package.json b/package.json index 99aa474622..46a6650362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "7.55.0", + "version": "7.56.0", "private": true, "scripts": { "build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}", @@ -66,7 +66,7 @@ "@justeat/browserslist-config-fozzie": "1.2.0", "@justeat/eslint-config-fozzie": "5.4.0", "@justeat/fozzie": "11.x", - "@justeat/pie-design-tokens": "5.0.0", + "@justeat/pie-design-tokens": "6.2.1", "@justeat/stylelint-config-fozzie": "2.2.0", "@percy/cli": "1.0.5", "@percy/webdriverio": "2.0.1", diff --git a/packages/components/atoms/f-error-message/CHANGELOG.md b/packages/components/atoms/f-error-message/CHANGELOG.md index 3b4489df44..6cfa7d3d31 100644 --- a/packages/components/atoms/f-error-message/CHANGELOG.md +++ b/packages/components/atoms/f-error-message/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v2.5.0 + +_April 16, 2024_ + +### Changed + +- - `fozzie` in package.json to `11x` + ## v2.4.0 _March 13, 2024_ diff --git a/packages/components/atoms/f-error-message/package.json b/packages/components/atoms/f-error-message/package.json index 535fb13c57..7324a0d8af 100644 --- a/packages/components/atoms/f-error-message/package.json +++ b/packages/components/atoms/f-error-message/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-error-message", "description": "Fozzie Error Message – Generic inline error message", - "version": "2.4.0", + "version": "2.5.0", "main": "dist/f-error-message.umd.min.js", "maxBundleSize": "5kB", "files": [ @@ -50,7 +50,7 @@ }, "peerDependencies": { "@justeat/browserslist-config-fozzie": ">=1.1.1", - "@justeat/fozzie": ">=9.0.0" + "@justeat/fozzie": "11.x" }, "devDependencies": { "@justeat/f-wdio-utils": "1.x" diff --git a/packages/components/organisms/f-content-cards/CHANGELOG.md b/packages/components/organisms/f-content-cards/CHANGELOG.md index 8f0c63ad25..067b1ac8e0 100644 --- a/packages/components/organisms/f-content-cards/CHANGELOG.md +++ b/packages/components/organisms/f-content-cards/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v10.6.0 + +_April 16, 2024_ + +### Changed + +- `fozzie` in package.json to `11x` + ## v10.5.0 _March 13, 2024_ diff --git a/packages/components/organisms/f-content-cards/package.json b/packages/components/organisms/f-content-cards/package.json index 6a89676b6c..f1bea37fbc 100644 --- a/packages/components/organisms/f-content-cards/package.json +++ b/packages/components/organisms/f-content-cards/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-content-cards", "description": "Fozzie Content Cards", - "version": "10.5.0", + "version": "10.6.0", "main": "dist/f-content-cards.umd.min.js", "maxBundleSize": "85kB", "files": [ @@ -65,7 +65,7 @@ "@justeat/f-button": "4.x", "@justeat/f-vue-icons": "3.x", "@justeat/f-wdio-utils": "1.x", - "@justeat/fozzie": "10.7.1", + "@justeat/fozzie": "11.x", "@justeattakeaway/cc-braze-adapter": "0.5.0", "@justeattakeaway/cc-filters": "0.1.0", "@justeattakeaway/cc-stampcards-adapter": "0.7.1", diff --git a/packages/tools/fozzie/CHANGELOG.md b/packages/tools/fozzie/CHANGELOG.md index 0bd4467795..1dfc47b91d 100644 --- a/packages/tools/fozzie/CHANGELOG.md +++ b/packages/tools/fozzie/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +## v11.2.0 + +_April 10, 2024_ + +### Updated + +- `@justeat/pie-design-tokens` from 5.0.0 to 6.2.1 + ## v11.1.0 _March 13, 2024_ diff --git a/packages/tools/fozzie/package.json b/packages/tools/fozzie/package.json index d402a316e0..e35b080768 100644 --- a/packages/tools/fozzie/package.json +++ b/packages/tools/fozzie/package.json @@ -2,7 +2,7 @@ "name": "@justeat/fozzie", "title": "Fozzie – Just Eat UI Web Framework", "description": "UI Web Framework for the Just Eat Global Platform", - "version": "11.1.0", + "version": "11.2.0", "main": "dist/js/index.js", "files": [ "dist/js", @@ -34,7 +34,7 @@ "node": ">=14" }, "dependencies": { - "@justeat/pie-design-tokens": "^5.0.0", + "@justeat/pie-design-tokens": "6.2.1", "include-media": "2.0.0" }, "devDependencies": { @@ -113,6 +113,9 @@ "glob": "fonts/**/*" } ], + "installConfig": { + "hoistingLimits": "workspaces" + }, "volta": { "extends": "../../../package.json" } diff --git a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-reset.spec.js.snap b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-reset.spec.js.snap index dd4908c196..18f480d7f9 100644 --- a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-reset.spec.js.snap +++ b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-reset.spec.js.snap @@ -333,6 +333,6 @@ html { /*# sourceMappingURL=fozzie-reset.css.map */" `; -exports[`fozzie-reset CSS files compiles the expected minified CSS file 1`] = `"/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}"`; +exports[`fozzie-reset CSS files compiles the expected minified CSS file 1`] = `"/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}"`; exports[`fozzie-reset sourcemap file compiles the expected sourcemap file 1`] = `"{"version":3,"sources":["../../src/scss/base/_normalize.scss","fozzie-reset.css","../../src/scss/base/_reset.scss"],"names":[],"mappings":"AACE,2EAAA;AAEA;4EAAA;AAGA;;;CAAA;AAIA;EACE,iBAAA,EAAA,MAAA;EACA,8BAAA,EAAA,MAAA;ACFJ;;ADKE;4EAAA;AAGA;;EAAA;AAGA;EACE,SAAA;ACHJ;;ADME;;EAAA;AAGA;EACE,cAAA;ACHJ;;ADME;;;EAAA;AAIA;EACE,cAAA;EACA,gBAAA;ACHJ;;ADME;+EAAA;AAGA;;;EAAA;AAIA;EACE,uBAAA,EAAA,MAAA;EACA,SAAA,EAAA,MAAA;EACA,iBAAA,EAAA,MAAA;ACJJ;;ADOE;;;EAAA;AAIA;EACE,sBAAA,EAAA,MAAA;EACA,cAAA,EAAA,MAAA;ACJJ;;ADOE;+EAAA;AAGA;;EAAA;AAGA;EACE,6BAAA;ACLJ;;ADQE;;;EAAA;AAIA;EACE,mBAAA,EAAA,MAAA;EACA,0BAAA,EAAA,MAAA;EACA,yCAAA;UAAA,iCAAA,EAAA,MAAA;ACLJ;;ADQE;;EAAA;AAGA;;EAEE,mBAAA;ACLJ;;ADQE;;;EAAA;AAIA;;;EAGE,sBAAA,EAAA,MAAA;EACA,cAAA,EAAA,MAAA;ACLJ;;ADQE;;EAAA;AAGA;EACE,cAAA;ACLJ;;ADQE;;;EAAA;AAIA;;EAEE,cAAA;EACA,cAAA;EACA,kBAAA;EACA,wBAAA;ACLJ;;ADQE;EACE,eAAA;ACLJ;;ADQE;EACE,WAAA;ACLJ;;ADQE;+EAAA;AAGA;;EAAA;AAGA;EACE,kBAAA;ACNJ;;ADSE;+EAAA;AAGA;;;EAAA;AAIA;;;;;EAKE,oBAAA,EAAA,MAAA;EACA,eAAA,EAAA,MAAA;EACA,iBAAA,EAAA,MAAA;EACA,SAAA,EAAA,MAAA;ACPJ;;ADUE;;;EAAA;AAIA;QACQ,MAAA;EACN,iBAAA;ACPJ;;ADUE;;;EAAA;AAIA;SACS,MAAA;EACP,oBAAA;ACPJ;;ADUE;;EAAA;AAGA;;;;EAIE,0BAAA;ACPJ;;ADUE;;EAAA;AAGA;;;;EAIE,kBAAA;EACA,UAAA;ACPJ;;ADUE;;EAAA;AAGA;;;;EAIE,8BAAA;ACPJ;;ADUE;;EAAA;AAGA;EACE,8BAAA;ACPJ;;ADUE;;;;;EAAA;AAMA;EACE,sBAAA,EAAA,MAAA;EACA,cAAA,EAAA,MAAA;EACA,cAAA,EAAA,MAAA;EACA,eAAA,EAAA,MAAA;EACA,UAAA,EAAA,MAAA;EACA,mBAAA,EAAA,MAAA;ACPJ;;ADUE;;EAAA;AAGA;EACE,wBAAA;ACPJ;;ADUE;;EAAA;AAGA;EACE,cAAA;ACPJ;;ADUE;;;EAAA;AAIA;;EAEE,sBAAA,EAAA,MAAA;EACA,UAAA,EAAA,MAAA;ACPJ;;ADUE;;EAAA;AAGA;;EAEE,YAAA;ACPJ;;ADUE;;;EAAA;AAIA;EACE,6BAAA,EAAA,MAAA;EACA,oBAAA,EAAA,MAAA;ACPJ;;ADUE;;EAAA;AAGA;EACE,wBAAA;ACPJ;;ADUE;;;EAAA;AAIA;EACE,0BAAA,EAAA,MAAA;EACA,aAAA,EAAA,MAAA;ACPJ;;ADUE;+EAAA;AAGA;;EAAA;AAGA;EACE,cAAA;ACRJ;;ADWE;;EAAA;AAGA;EACE,kBAAA;ACRJ;;ADWE;+EAAA;AAGA;;EAAA;AAGA;EACE,aAAA;ACTJ;;ADYE;;EAAA;AAGA;EACE,aAAA;ACTJ;;AClTI;;;;;;;;CAAA;AAUA;EACI,sBAAA;ADoTR;;ACjTI;;;EAGI,mBAAA;ADoTR","file":"fozzie-reset.css"}"`; diff --git a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-typography.spec.js.snap b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-typography.spec.js.snap index da9961e8c5..907562cdbf 100644 --- a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-typography.spec.js.snap +++ b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-typography.spec.js.snap @@ -278,6 +278,6 @@ hr { /*# sourceMappingURL=fozzie-typography.css.map */" `; -exports[`fozzie-typography CSS files compiles the expected minified CSS file 1`] = `"@charset "UTF-8";html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;color:#242e30;font-family:JetSansDigital,Arial,sans-serif;font-weight:400;text-rendering:optimizelegibility}body,p{font-size:16px;font-size:1rem;line-height:1.5}p{margin-bottom:0;margin-top:16px}.alpha,.beta,.delta,.epsilon,.gamma,h1,h2,h3,h4,h5,h6{color:#242e30;font-family:JetSansDigital,Arial,sans-serif;font-weight:800;margin:0}.alpha small,.beta small,.delta small,.epsilon small,.gamma small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:400}.alpha,h1{font-size:28px;font-size:1.75rem;line-height:1.29;margin-bottom:16px;margin-top:32px}@media (min-width:48.001em){.alpha,h1{font-size:32px;font-size:2rem;line-height:1.25}}.alpha:first-child,h1:first-child{margin-top:0}.beta,h2{font-size:20px;font-size:1.25rem;line-height:1.4}@media (min-width:48.001em){.beta,h2{font-size:24px;font-size:1.5rem;line-height:1.33}}.delta,.epsilon,.gamma,h3,h4,h5{font-size:16px;font-size:1rem;line-height:1.5}@media (min-width:48.001em){.delta,.epsilon,.gamma,h3,h4,h5{font-size:20px;font-size:1.25rem;line-height:1.4}}.zeta,h6{font-size:12px;font-size:.75rem;line-height:1.33}*+.beta,*+h2{margin-top:32px}*+.delta,*+.gamma,*+h3,*+h4{margin-top:16px}small{font-size:80%}b,strong{font-weight:700}em,i{font-style:italic}abbr[title]{border-bottom:1px dotted #ddd;cursor:help}blockquote{border-left:4px solid #ccc;margin:16px;padding-left:10px}blockquote p{font-size:14px;font-size:.875rem;font-weight:300;line-height:1.43;margin-bottom:0}blockquote small{color:#b3b3b3;display:block}blockquote small:before{content:"— "}button{font-family:JetSansDigital,Arial,sans-serif}blockquote:after,blockquote:before,q:after,q:before{content:""}cite{font-style:normal}dfn{font-style:italic}mark{background:#fff9df;border-radius:4px;padding:2px 4px}address{font-style:normal;margin-bottom:0;margin-top:16px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}samp{font-family:Menlo,Monaco,Courier New,monospace}hr{border:0;border-top:1px solid rgba(0,0,0,.08);margin:16px 0}.hyphenate{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}"`; +exports[`fozzie-typography CSS files compiles the expected minified CSS file 1`] = `"@charset "UTF-8";html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;color:#242e30;font-family:JetSansDigital,Arial,sans-serif;font-weight:400;text-rendering:optimizelegibility}body,p{font-size:16px;font-size:1rem;line-height:1.5}p{margin-bottom:0;margin-top:16px}.alpha,.beta,.delta,.epsilon,.gamma,h1,h2,h3,h4,h5,h6{color:#242e30;font-family:JetSansDigital,Arial,sans-serif;font-weight:800;margin:0}.alpha small,.beta small,.delta small,.epsilon small,.gamma small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:400}.alpha,h1{font-size:28px;font-size:1.75rem;line-height:1.29;margin-bottom:16px;margin-top:32px}@media (min-width:48.001em){.alpha,h1{font-size:32px;font-size:2rem;line-height:1.25}}.alpha:first-child,h1:first-child{margin-top:0}.beta,h2{font-size:20px;font-size:1.25rem;line-height:1.4}@media (min-width:48.001em){.beta,h2{font-size:24px;font-size:1.5rem;line-height:1.33}}.delta,.epsilon,.gamma,h3,h4,h5{font-size:16px;font-size:1rem;line-height:1.5}@media (min-width:48.001em){.delta,.epsilon,.gamma,h3,h4,h5{font-size:20px;font-size:1.25rem;line-height:1.4}}.zeta,h6{font-size:12px;font-size:.75rem;line-height:1.33}*+.beta,*+h2{margin-top:32px}*+.delta,*+.gamma,*+h3,*+h4{margin-top:16px}small{font-size:80%}b,strong{font-weight:700}em,i{font-style:italic}abbr[title]{border-bottom:1px dotted #ddd;cursor:help}blockquote{border-left:4px solid #ccc;margin:16px;padding-left:10px}blockquote p{font-size:14px;font-size:.875rem;font-weight:300;line-height:1.43;margin-bottom:0}blockquote small{color:#b3b3b3;display:block}blockquote small:before{content:"— "}button{font-family:JetSansDigital,Arial,sans-serif}blockquote:after,blockquote:before,q:after,q:before{content:""}cite{font-style:normal}dfn{font-style:italic}mark{background:#fff9df;border-radius:4px;padding:2px 4px}address{font-style:normal;margin-bottom:0;margin-top:16px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}samp{font-family:Menlo,Monaco,Courier New,monospace}hr{border:0;border-top:1px solid #00000014;margin:16px 0}.hyphenate{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}"`; -exports[`fozzie-typography sourcemap file compiles the expected sourcemap file 1`] = `"{"version":3,"sources":["fozzie-typography.css","../../src/scss/base/_typography.scss","../../src/scss/settings/_variables.scss","../../src/scss/tools/mixins/_type.scss","../../node_modules/@justeat/pie-design-tokens/dist/jet.scss","../../node_modules/include-media/dist/_include-media.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACOZ;;;;;;;;;;;;;;;;;CAAA;AAoBA;;CAAA;AAIA;EACI,eClBsB;EDmBtB,8BAAA;UAAA,sBAAA;ADRR;;ACWI;EACI,kDC0EsB;EChG1B,eAAA;EACA,eAAA;EA0CgB,gBAAA;EFnBZ,cGnBY;EHoBZ,gBG4Zc;EH1Zd,kCAAA;EACA,mCAAA;EACA,gCAAA;ADPR;;ACUI;;CAAA;AAGA;EEnCA,eAAA;EACA,eAAA;EA0CgB,gBAAA;EFNZ,gBAAA;EACA,gBAAA;ADLR;;ACQI;;CAAA;AAGA;;;;;;;;;;;EAWI,cGlDY;EHmDZ,SAAA;EACA,gBAAA;EACA,kDCsCsB;EDrCtB,gBGyXgB;AJ9XxB;ACOQ;;;;;;;;;;;EACI,mBAAA;ADKZ;;ACCI;;EEpEA,eAAA;EACA,kBAAA;EA0CgB,iBAAA;EF4BZ,gBAAA;EACA,mBAAA;ADIR;AK4eI;EJpfA;;IEpEA,eAAA;IACA,eAAA;IA0CgB,iBAAA;EHwClB;AACF;ACNQ;;EACI,aAAA;ADSZ;;ACLI;;EEnFA,eAAA;EACA,kBAAA;EA0CgB,gBAAA;AHoDpB;AKydI;EJreA;;IEnFA,eAAA;IACA,iBAAA;IA0CgB,iBAAA;EH2DlB;AACF;;ACXI;;;;;;EE5FA,eAAA;EACA,eAAA;EA0CgB,gBAAA;AHuEpB;AKscI;EJ5dA;;;;;;IE5FA,eAAA;IACA,kBAAA;IA0CgB,gBAAA;EHkFlB;AACF;;ACrBI;;EEzGA,eAAA;EACA,kBAAA;EA0CgB,iBAAA;AH0FpB;;ACtBI;;EAEI,gBAAA;ADyBR;;ACtBI;;;;EAII,gBAAA;ADyBR;;ACtBI;EACI,cAAA;ADyBR;;ACtBI;;CAAA;AAKA;;EAEI,gBG6SW;AJtRnB;;ACpBI;;EAEI,kBAAA;ADuBR;;ACnBI;EACI,8BAAA;EACA,YAAA;ADsBR;;ACnBI;;CAAA;AAGA;EACI,kBAAA;EACA,YAAA;EACA,8BAAA;ADsBR;ACpBQ;EACI,gBAAA;EE7JR,eAAA;EACA,mBAAA;EA0CgB,iBAAA;EFoHR,gBAAA;ADwBZ;ACrBQ;EACI,cAAA;EACA,cAAA;ADuBZ;ACrBY;EACI,aAAA;ADuBhB;;AClBI;;CAAA;AAGA;EACI,kDChFsB;AFqG9B;;ACfQ;;;EAEI,WAAA;ADmBZ;;ACfI;EACI,kBAAA;ADkBR;;ACdI;EACI,kBAAA;ADiBR;;ACdI;EACI,mBGtJU;EHuJV,gBAAA;EACA,kBGoYI;AJnXZ;;ACdI;EACI,kBAAA;EACA,gBAAA;EACA,gBAAA;ADiBR;;ACZI;;EAEI,cAAA;EACA,cAAA;EACA,kBAAA;EACA,wBAAA;ADeR;;ACZI;EAAM,WAAA;ADgBV;;ACfI;EAAM,eAAA;ADmBV;;AClBI;EAAO,oDC5HmB;AFkJ9B;;AChBI;EACI,cAAA;EACA,SAAA;EACA,yCAAA;ADmBR;;ACfI;EACI,yBAAA;EACA,qBAAA;EACA,qBAAA;UAAA,aAAA;ADkBR","file":"fozzie-typography.css"}"`; +exports[`fozzie-typography sourcemap file compiles the expected sourcemap file 1`] = `"{"version":3,"sources":["fozzie-typography.css","../../src/scss/base/_typography.scss","../../src/scss/settings/_variables.scss","../../src/scss/tools/mixins/_type.scss","../../node_modules/@justeat/pie-design-tokens/dist/jet.scss","../../node_modules/include-media/dist/_include-media.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACOZ;;;;;;;;;;;;;;;;;CAAA;AAoBA;;CAAA;AAIA;EACI,eClBsB;EDmBtB,8BAAA;UAAA,sBAAA;ADRR;;ACWI;EACI,kDC0EsB;EChG1B,eAAA;EACA,eAAA;EA0CgB,gBAAA;EFnBZ,cGnBY;EHoBZ,gBG2bc;EHzbd,kCAAA;EACA,mCAAA;EACA,gCAAA;ADPR;;ACUI;;CAAA;AAGA;EEnCA,eAAA;EACA,eAAA;EA0CgB,gBAAA;EFNZ,gBAAA;EACA,gBAAA;ADLR;;ACQI;;CAAA;AAGA;;;;;;;;;;;EAWI,cGlDY;EHmDZ,SAAA;EACA,gBAAA;EACA,kDCsCsB;EDrCtB,gBGwZgB;AJ7ZxB;ACOQ;;;;;;;;;;;EACI,mBAAA;ADKZ;;ACCI;;EEpEA,eAAA;EACA,kBAAA;EA0CgB,iBAAA;EF4BZ,gBAAA;EACA,mBAAA;ADIR;AK4eI;EJpfA;;IEpEA,eAAA;IACA,eAAA;IA0CgB,iBAAA;EHwClB;AACF;ACNQ;;EACI,aAAA;ADSZ;;ACLI;;EEnFA,eAAA;EACA,kBAAA;EA0CgB,gBAAA;AHoDpB;AKydI;EJreA;;IEnFA,eAAA;IACA,iBAAA;IA0CgB,iBAAA;EH2DlB;AACF;;ACXI;;;;;;EE5FA,eAAA;EACA,eAAA;EA0CgB,gBAAA;AHuEpB;AKscI;EJ5dA;;;;;;IE5FA,eAAA;IACA,kBAAA;IA0CgB,gBAAA;EHkFlB;AACF;;ACrBI;;EEzGA,eAAA;EACA,kBAAA;EA0CgB,iBAAA;AH0FpB;;ACtBI;;EAEI,gBAAA;ADyBR;;ACtBI;;;;EAII,gBAAA;ADyBR;;ACtBI;EACI,cAAA;ADyBR;;ACtBI;;CAAA;AAKA;;EAEI,gBG4UW;AJrTnB;;ACpBI;;EAEI,kBAAA;ADuBR;;ACnBI;EACI,8BAAA;EACA,YAAA;ADsBR;;ACnBI;;CAAA;AAGA;EACI,kBAAA;EACA,YAAA;EACA,8BAAA;ADsBR;ACpBQ;EACI,gBAAA;EE7JR,eAAA;EACA,mBAAA;EA0CgB,iBAAA;EFoHR,gBAAA;ADwBZ;ACrBQ;EACI,cAAA;EACA,cAAA;ADuBZ;ACrBY;EACI,aAAA;ADuBhB;;AClBI;;CAAA;AAGA;EACI,kDChFsB;AFqG9B;;ACfQ;;;EAEI,WAAA;ADmBZ;;ACfI;EACI,kBAAA;ADkBR;;ACdI;EACI,kBAAA;ADiBR;;ACdI;EACI,mBGpJU;EHqJV,gBAAA;EACA,kBG8ZI;AJ7YZ;;ACdI;EACI,kBAAA;EACA,gBAAA;EACA,gBAAA;ADiBR;;ACZI;;EAEI,cAAA;EACA,cAAA;EACA,kBAAA;EACA,wBAAA;ADeR;;ACZI;EAAM,WAAA;ADgBV;;ACfI;EAAM,eAAA;ADmBV;;AClBI;EAAO,oDC5HmB;AFkJ9B;;AChBI;EACI,cAAA;EACA,SAAA;EACA,yCAAA;ADmBR;;ACfI;EACI,yBAAA;EACA,qBAAA;EACA,qBAAA;UAAA,aAAA;ADkBR","file":"fozzie-typography.css"}"`; diff --git a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-utilities.spec.js.snap b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-utilities.spec.js.snap index ee3cb6c2da..83c1487d68 100644 --- a/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-utilities.spec.js.snap +++ b/packages/tools/fozzie/src/test/css/snapshot-tests/__snapshots__/fozzie-utilities.spec.js.snap @@ -1125,6 +1125,6 @@ em.u-text-highlight { /*# sourceMappingURL=fozzie-utilities.css.map */" `; -exports[`fozzie-utilities CSS files compiles the expected minified CSS file 1`] = `".u-ir{background-color:transparent;background-repeat:no-repeat;border:0;direction:ltr;display:block;overflow:hidden;text-align:left;text-indent:-999em}.u-ir br{display:none}.u-elementFocus,.u-elementFocus--borderless,.u-focusShadow:focus>.u-focusShadow-content{box-shadow:0 0 0 2px #fff;outline:none;position:relative}.u-elementFocus--borderless:after,.u-elementFocus:after,.u-focusShadow:focus>.u-focusShadow-content:after{bottom:-3px;box-shadow:0 0 0 2px #094dac;content:"";display:block;left:-3px;position:absolute;right:-3px;top:-3px}.u-elementFocus--borderless:after{bottom:-2px;left:-2px;right:-2px;top:-2px}.u-unstyled{list-style:none;list-style-image:none;margin-left:0;margin-top:0;padding:0}.u-unstyled>li{margin-bottom:0}.u-unstyled>li:before{content:none}.u-hideText{overflow:hidden;text-indent:110%;white-space:nowrap}.u-bordered{border:1px solid #dbd9d7;border-radius:4px;padding:24px}.u-focusShadow-content:focus,.u-focusShadow:focus{outline:none}.u-clearfix:after{clear:both;content:" ";display:table}.u-lightenBg{background-color:#fff}.u-noBorder{border:none!important}@media (min-width:48.001em){.u-bordered--mid{border:1px solid #dbd9d7;border-radius:4px;padding:24px}}.is-hidden,.no-js .is-hidden--noJS{display:none!important;visibility:hidden!important}.is-shown,.no-js .is-shown--noJS{display:block!important;visibility:visible!important}.is-visuallyHidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.is-visuallyHidden.focusable:active,.is-visuallyHidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.is-invisible{visibility:hidden}.u-pointer{cursor:pointer}.is-sticky{position:fixed;transition:top .2s ease;width:100%;z-index:100}.u-sticky{position:sticky!important;top:16px}.u-absolutelyCentered{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.u-noWrap{white-space:nowrap}.u-uppercase{text-transform:uppercase}.u-textPad{padding-left:32px!important}.u-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-noUnderline{text-decoration:none}.u-noUnderline:active,.u-noUnderline:focus,.u-noUnderline:hover{text-decoration:underline}.u-text-center,.u-text-centre{text-align:center}.u-text-left{text-align:left}.u-text-right{text-align:right}.u-text-highlight{color:#d50525}em.u-text-highlight{font-style:normal}.u-text-indent{margin-left:16px}.u-color-link,.u-color-text{color:#242e30}.u-color-secondary{color:#125fca}.u-color-text--hint{color:#3c4c4f}.u-color-text--success{color:#017a39}.u-color-text--danger{color:#d50525}.u-color-text--warning{color:#242e30}.u-noSpacing{margin:0!important}.u-spacingTop{margin-top:8px!important}.u-spacingTop--small{margin-top:4px!important}.u-spacingTop--large{margin-top:16px!important}.u-spacingRight{margin-right:8px!important}.u-spacingBottom{margin-bottom:8px!important}.u-spacingBottom--large{margin-bottom:16px!important}@media (min-width:48em){.u-spacingBottom--large--aboveMid{margin-bottom:16px}}.u-spacingLeft{margin-left:8px!important}.u-noPad{padding:0!important}.u-padTop{padding-top:8px!important}.u-padTop--large{padding-top:16px!important}@media (min-width:48em){.u-padTop--large--aboveMid{padding-top:16px!important}}.u-overlay,.u-overlay--after:after{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0}.u-overlay--after:after{content:"";z-index:1}.u-preventScroll{overflow:hidden}[data-lazy-image-src]{display:block}.no-js [data-lazy-image-src]{display:none}.u-shadowBottom--belowMid{padding-bottom:56px}@media (max-width:47.999em){.u-shadowBottom--belowMid:after{background-color:#f5f3f1;border:0;box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.1);content:"";display:block;height:56px;left:-8px;position:absolute;width:100vw}}.u-noBackground{background:none!important}.u-hover--cursor:hover{cursor:pointer!important}.u-spacing{margin:8px!important}.u-spacing-a{margin:4px!important}.u-spacing-b{margin:8px!important}.u-spacing-c{margin:12px!important}.u-spacing-d{margin:16px!important}.u-spacing-e{margin:24px!important}.u-spacing-f{margin:32px!important}.u-spacing-g{margin:40px!important}.u-spacing-h{margin:56px!important}.u-spacing-i{margin:64px!important}.u-spacing-j{margin:80px!important}.u-spacing--top{margin-top:8px!important}.u-spacing-a--top{margin-top:4px!important}.u-spacing-b--top{margin-top:8px!important}.u-spacing-c--top{margin-top:12px!important}.u-spacing-d--top{margin-top:16px!important}.u-spacing-e--top{margin-top:24px!important}.u-spacing-f--top{margin-top:32px!important}.u-spacing-g--top{margin-top:40px!important}.u-spacing-h--top{margin-top:56px!important}.u-spacing-i--top{margin-top:64px!important}.u-spacing-j--top{margin-top:80px!important}.u-spacing--bottom{margin-bottom:8px!important}.u-spacing-a--bottom{margin-bottom:4px!important}.u-spacing-b--bottom{margin-bottom:8px!important}.u-spacing-c--bottom{margin-bottom:12px!important}.u-spacing-d--bottom{margin-bottom:16px!important}.u-spacing-e--bottom{margin-bottom:24px!important}.u-spacing-f--bottom{margin-bottom:32px!important}.u-spacing-g--bottom{margin-bottom:40px!important}.u-spacing-h--bottom{margin-bottom:56px!important}.u-spacing-i--bottom{margin-bottom:64px!important}.u-spacing-j--bottom{margin-bottom:80px!important}.u-spacing--left{margin-left:8px!important}.u-spacing-a--left{margin-left:4px!important}.u-spacing-b--left{margin-left:8px!important}.u-spacing-c--left{margin-left:12px!important}.u-spacing-d--left{margin-left:16px!important}.u-spacing-e--left{margin-left:24px!important}.u-spacing-f--left{margin-left:32px!important}.u-spacing-g--left{margin-left:40px!important}.u-spacing-h--left{margin-left:56px!important}.u-spacing-i--left{margin-left:64px!important}.u-spacing-j--left{margin-left:80px!important}.u-spacing--right{margin-right:8px!important}.u-spacing-a--right{margin-right:4px!important}.u-spacing-b--right{margin-right:8px!important}.u-spacing-c--right{margin-right:12px!important}.u-spacing-d--right{margin-right:16px!important}.u-spacing-e--right{margin-right:24px!important}.u-spacing-f--right{margin-right:32px!important}.u-spacing-g--right{margin-right:40px!important}.u-spacing-h--right{margin-right:56px!important}.u-spacing-i--right{margin-right:64px!important}.u-spacing-j--right{margin-right:80px!important}.u-spacing--horizontal{margin-left:8px!important;margin-right:8px!important}.u-spacing-a--horizontal{margin-left:4px!important;margin-right:4px!important}.u-spacing-b--horizontal{margin-left:8px!important;margin-right:8px!important}.u-spacing-c--horizontal{margin-left:12px!important;margin-right:12px!important}.u-spacing-d--horizontal{margin-left:16px!important;margin-right:16px!important}.u-spacing-e--horizontal{margin-left:24px!important;margin-right:24px!important}.u-spacing-f--horizontal{margin-left:32px!important;margin-right:32px!important}.u-spacing-g--horizontal{margin-left:40px!important;margin-right:40px!important}.u-spacing-h--horizontal{margin-left:56px!important;margin-right:56px!important}.u-spacing-i--horizontal{margin-left:64px!important;margin-right:64px!important}.u-spacing-j--horizontal{margin-left:80px!important;margin-right:80px!important}.u-spacing--vertical{margin-bottom:8px!important;margin-top:8px!important}.u-spacing-a--vertical{margin-bottom:4px!important;margin-top:4px!important}.u-spacing-b--vertical{margin-bottom:8px!important;margin-top:8px!important}.u-spacing-c--vertical{margin-bottom:12px!important;margin-top:12px!important}.u-spacing-d--vertical{margin-bottom:16px!important;margin-top:16px!important}.u-spacing-e--vertical{margin-bottom:24px!important;margin-top:24px!important}.u-spacing-f--vertical{margin-bottom:32px!important;margin-top:32px!important}.u-spacing-g--vertical{margin-bottom:40px!important;margin-top:40px!important}.u-spacing-h--vertical{margin-bottom:56px!important;margin-top:56px!important}.u-spacing-i--vertical{margin-bottom:64px!important;margin-top:64px!important}.u-spacing-j--vertical{margin-bottom:80px!important;margin-top:80px!important}.u-pad{padding:8px!important}.u-pad-a{padding:4px!important}.u-pad-b{padding:8px!important}.u-pad-c{padding:12px!important}.u-pad-d{padding:16px!important}.u-pad-e{padding:24px!important}.u-pad-f{padding:32px!important}.u-pad-g{padding:40px!important}.u-pad-h{padding:56px!important}.u-pad-i{padding:64px!important}.u-pad-j{padding:80px!important}.u-pad--top{padding-top:8px!important}.u-pad-a--top{padding-top:4px!important}.u-pad-b--top{padding-top:8px!important}.u-pad-c--top{padding-top:12px!important}.u-pad-d--top{padding-top:16px!important}.u-pad-e--top{padding-top:24px!important}.u-pad-f--top{padding-top:32px!important}.u-pad-g--top{padding-top:40px!important}.u-pad-h--top{padding-top:56px!important}.u-pad-i--top{padding-top:64px!important}.u-pad-j--top{padding-top:80px!important}.u-pad--bottom{padding-bottom:8px!important}.u-pad-a--bottom{padding-bottom:4px!important}.u-pad-b--bottom{padding-bottom:8px!important}.u-pad-c--bottom{padding-bottom:12px!important}.u-pad-d--bottom{padding-bottom:16px!important}.u-pad-e--bottom{padding-bottom:24px!important}.u-pad-f--bottom{padding-bottom:32px!important}.u-pad-g--bottom{padding-bottom:40px!important}.u-pad-h--bottom{padding-bottom:56px!important}.u-pad-i--bottom{padding-bottom:64px!important}.u-pad-j--bottom{padding-bottom:80px!important}.u-pad--left{padding-left:8px!important}.u-pad-a--left{padding-left:4px!important}.u-pad-b--left{padding-left:8px!important}.u-pad-c--left{padding-left:12px!important}.u-pad-d--left{padding-left:16px!important}.u-pad-e--left{padding-left:24px!important}.u-pad-f--left{padding-left:32px!important}.u-pad-g--left{padding-left:40px!important}.u-pad-h--left{padding-left:56px!important}.u-pad-i--left{padding-left:64px!important}.u-pad-j--left{padding-left:80px!important}.u-pad--right{padding-right:8px!important}.u-pad-a--right{padding-right:4px!important}.u-pad-b--right{padding-right:8px!important}.u-pad-c--right{padding-right:12px!important}.u-pad-d--right{padding-right:16px!important}.u-pad-e--right{padding-right:24px!important}.u-pad-f--right{padding-right:32px!important}.u-pad-g--right{padding-right:40px!important}.u-pad-h--right{padding-right:56px!important}.u-pad-i--right{padding-right:64px!important}.u-pad-j--right{padding-right:80px!important}.u-pad--horizontal{padding-left:8px!important;padding-right:8px!important}.u-pad-a--horizontal{padding-left:4px!important;padding-right:4px!important}.u-pad-b--horizontal{padding-left:8px!important;padding-right:8px!important}.u-pad-c--horizontal{padding-left:12px!important;padding-right:12px!important}.u-pad-d--horizontal{padding-left:16px!important;padding-right:16px!important}.u-pad-e--horizontal{padding-left:24px!important;padding-right:24px!important}.u-pad-f--horizontal{padding-left:32px!important;padding-right:32px!important}.u-pad-g--horizontal{padding-left:40px!important;padding-right:40px!important}.u-pad-h--horizontal{padding-left:56px!important;padding-right:56px!important}.u-pad-i--horizontal{padding-left:64px!important;padding-right:64px!important}.u-pad-j--horizontal{padding-left:80px!important;padding-right:80px!important}.u-pad--vertical{padding-bottom:8px!important;padding-top:8px!important}.u-pad-a--vertical{padding-bottom:4px!important;padding-top:4px!important}.u-pad-b--vertical{padding-bottom:8px!important;padding-top:8px!important}.u-pad-c--vertical{padding-bottom:12px!important;padding-top:12px!important}.u-pad-d--vertical{padding-bottom:16px!important;padding-top:16px!important}.u-pad-e--vertical{padding-bottom:24px!important;padding-top:24px!important}.u-pad-f--vertical{padding-bottom:32px!important;padding-top:32px!important}.u-pad-g--vertical{padding-bottom:40px!important;padding-top:40px!important}.u-pad-h--vertical{padding-bottom:56px!important;padding-top:56px!important}.u-pad-i--vertical{padding-bottom:64px!important;padding-top:64px!important}.u-pad-j--vertical{padding-bottom:80px!important;padding-top:80px!important}@media (min-width:25.875em){.u-showBelowNarrow{display:none!important}}@media (min-width:48em){.u-showBelowMid{display:none!important}}@media (min-width:64.0625em){.u-showBelowWide{display:none!important}}@media (min-width:80em){.u-showBelowHuge{display:none!important}}@media (max-width:25.875em){.u-showAboveNarrow{display:none!important}}@media (max-width:23.4375em){.u-showAboveTiny{display:none!important}}@media (max-width:47.999em){.no-js .u-showAboveMid--noJS,.u-showAboveMid{display:none!important}}@media (max-width:64.0615em){.u-showAboveWide{display:none!important}}@media (max-width:79.999em){.u-showAboveHuge{display:none!important}}@media (min-width:48.001em) and (max-width:64.0615em){.u-hideOnMid{display:none!important}}"`; +exports[`fozzie-utilities CSS files compiles the expected minified CSS file 1`] = `".u-ir{background-color:initial;background-repeat:no-repeat;border:0;direction:ltr;display:block;overflow:hidden;text-align:left;text-indent:-999em}.u-ir br{display:none}.u-elementFocus,.u-elementFocus--borderless,.u-focusShadow:focus>.u-focusShadow-content{box-shadow:0 0 0 2px #fff;outline:none;position:relative}.u-elementFocus--borderless:after,.u-elementFocus:after,.u-focusShadow:focus>.u-focusShadow-content:after{bottom:-3px;box-shadow:0 0 0 2px #094dac;content:"";display:block;left:-3px;position:absolute;right:-3px;top:-3px}.u-elementFocus--borderless:after{bottom:-2px;left:-2px;right:-2px;top:-2px}.u-unstyled{list-style:none;list-style-image:none;margin-left:0;margin-top:0;padding:0}.u-unstyled>li{margin-bottom:0}.u-unstyled>li:before{content:none}.u-hideText{overflow:hidden;text-indent:110%;white-space:nowrap}.u-bordered{border:1px solid #dbd9d7;border-radius:4px;padding:24px}.u-focusShadow-content:focus,.u-focusShadow:focus{outline:none}.u-clearfix:after{clear:both;content:" ";display:table}.u-lightenBg{background-color:#fff}.u-noBorder{border:none!important}@media (min-width:48.001em){.u-bordered--mid{border:1px solid #dbd9d7;border-radius:4px;padding:24px}}.is-hidden,.no-js .is-hidden--noJS{display:none!important;visibility:hidden!important}.is-shown,.no-js .is-shown--noJS{display:block!important;visibility:visible!important}.is-visuallyHidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.is-visuallyHidden.focusable:active,.is-visuallyHidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.is-invisible{visibility:hidden}.u-pointer{cursor:pointer}.is-sticky{position:fixed;transition:top .2s ease;width:100%;z-index:100}.u-sticky{position:sticky!important;top:16px}.u-absolutelyCentered{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.u-noWrap{white-space:nowrap}.u-uppercase{text-transform:uppercase}.u-textPad{padding-left:32px!important}.u-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-noUnderline{text-decoration:none}.u-noUnderline:active,.u-noUnderline:focus,.u-noUnderline:hover{text-decoration:underline}.u-text-center,.u-text-centre{text-align:center}.u-text-left{text-align:left}.u-text-right{text-align:right}.u-text-highlight{color:#d50525}em.u-text-highlight{font-style:normal}.u-text-indent{margin-left:16px}.u-color-link,.u-color-text{color:#242e30}.u-color-secondary{color:#125fca}.u-color-text--hint{color:#3c4c4f}.u-color-text--success{color:#017a39}.u-color-text--danger{color:#d50525}.u-color-text--warning{color:#242e30}.u-noSpacing{margin:0!important}.u-spacingTop{margin-top:8px!important}.u-spacingTop--small{margin-top:4px!important}.u-spacingTop--large{margin-top:16px!important}.u-spacingRight{margin-right:8px!important}.u-spacingBottom{margin-bottom:8px!important}.u-spacingBottom--large{margin-bottom:16px!important}@media (min-width:48em){.u-spacingBottom--large--aboveMid{margin-bottom:16px}}.u-spacingLeft{margin-left:8px!important}.u-noPad{padding:0!important}.u-padTop{padding-top:8px!important}.u-padTop--large{padding-top:16px!important}@media (min-width:48em){.u-padTop--large--aboveMid{padding-top:16px!important}}.u-overlay,.u-overlay--after:after{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.u-overlay--after:after{content:"";z-index:1}.u-preventScroll{overflow:hidden}[data-lazy-image-src]{display:block}.no-js [data-lazy-image-src]{display:none}.u-shadowBottom--belowMid{padding-bottom:56px}@media (max-width:47.999em){.u-shadowBottom--belowMid:after{background-color:#f5f3f1;border:0;box-shadow:inset 0 2px 4px 0 #0000001a;content:"";display:block;height:56px;left:-8px;position:absolute;width:100vw}}.u-noBackground{background:none!important}.u-hover--cursor:hover{cursor:pointer!important}.u-spacing{margin:8px!important}.u-spacing-a{margin:4px!important}.u-spacing-b{margin:8px!important}.u-spacing-c{margin:12px!important}.u-spacing-d{margin:16px!important}.u-spacing-e{margin:24px!important}.u-spacing-f{margin:32px!important}.u-spacing-g{margin:40px!important}.u-spacing-h{margin:56px!important}.u-spacing-i{margin:64px!important}.u-spacing-j{margin:80px!important}.u-spacing--top{margin-top:8px!important}.u-spacing-a--top{margin-top:4px!important}.u-spacing-b--top{margin-top:8px!important}.u-spacing-c--top{margin-top:12px!important}.u-spacing-d--top{margin-top:16px!important}.u-spacing-e--top{margin-top:24px!important}.u-spacing-f--top{margin-top:32px!important}.u-spacing-g--top{margin-top:40px!important}.u-spacing-h--top{margin-top:56px!important}.u-spacing-i--top{margin-top:64px!important}.u-spacing-j--top{margin-top:80px!important}.u-spacing--bottom{margin-bottom:8px!important}.u-spacing-a--bottom{margin-bottom:4px!important}.u-spacing-b--bottom{margin-bottom:8px!important}.u-spacing-c--bottom{margin-bottom:12px!important}.u-spacing-d--bottom{margin-bottom:16px!important}.u-spacing-e--bottom{margin-bottom:24px!important}.u-spacing-f--bottom{margin-bottom:32px!important}.u-spacing-g--bottom{margin-bottom:40px!important}.u-spacing-h--bottom{margin-bottom:56px!important}.u-spacing-i--bottom{margin-bottom:64px!important}.u-spacing-j--bottom{margin-bottom:80px!important}.u-spacing--left{margin-left:8px!important}.u-spacing-a--left{margin-left:4px!important}.u-spacing-b--left{margin-left:8px!important}.u-spacing-c--left{margin-left:12px!important}.u-spacing-d--left{margin-left:16px!important}.u-spacing-e--left{margin-left:24px!important}.u-spacing-f--left{margin-left:32px!important}.u-spacing-g--left{margin-left:40px!important}.u-spacing-h--left{margin-left:56px!important}.u-spacing-i--left{margin-left:64px!important}.u-spacing-j--left{margin-left:80px!important}.u-spacing--right{margin-right:8px!important}.u-spacing-a--right{margin-right:4px!important}.u-spacing-b--right{margin-right:8px!important}.u-spacing-c--right{margin-right:12px!important}.u-spacing-d--right{margin-right:16px!important}.u-spacing-e--right{margin-right:24px!important}.u-spacing-f--right{margin-right:32px!important}.u-spacing-g--right{margin-right:40px!important}.u-spacing-h--right{margin-right:56px!important}.u-spacing-i--right{margin-right:64px!important}.u-spacing-j--right{margin-right:80px!important}.u-spacing--horizontal{margin-left:8px!important;margin-right:8px!important}.u-spacing-a--horizontal{margin-left:4px!important;margin-right:4px!important}.u-spacing-b--horizontal{margin-left:8px!important;margin-right:8px!important}.u-spacing-c--horizontal{margin-left:12px!important;margin-right:12px!important}.u-spacing-d--horizontal{margin-left:16px!important;margin-right:16px!important}.u-spacing-e--horizontal{margin-left:24px!important;margin-right:24px!important}.u-spacing-f--horizontal{margin-left:32px!important;margin-right:32px!important}.u-spacing-g--horizontal{margin-left:40px!important;margin-right:40px!important}.u-spacing-h--horizontal{margin-left:56px!important;margin-right:56px!important}.u-spacing-i--horizontal{margin-left:64px!important;margin-right:64px!important}.u-spacing-j--horizontal{margin-left:80px!important;margin-right:80px!important}.u-spacing--vertical{margin-bottom:8px!important;margin-top:8px!important}.u-spacing-a--vertical{margin-bottom:4px!important;margin-top:4px!important}.u-spacing-b--vertical{margin-bottom:8px!important;margin-top:8px!important}.u-spacing-c--vertical{margin-bottom:12px!important;margin-top:12px!important}.u-spacing-d--vertical{margin-bottom:16px!important;margin-top:16px!important}.u-spacing-e--vertical{margin-bottom:24px!important;margin-top:24px!important}.u-spacing-f--vertical{margin-bottom:32px!important;margin-top:32px!important}.u-spacing-g--vertical{margin-bottom:40px!important;margin-top:40px!important}.u-spacing-h--vertical{margin-bottom:56px!important;margin-top:56px!important}.u-spacing-i--vertical{margin-bottom:64px!important;margin-top:64px!important}.u-spacing-j--vertical{margin-bottom:80px!important;margin-top:80px!important}.u-pad{padding:8px!important}.u-pad-a{padding:4px!important}.u-pad-b{padding:8px!important}.u-pad-c{padding:12px!important}.u-pad-d{padding:16px!important}.u-pad-e{padding:24px!important}.u-pad-f{padding:32px!important}.u-pad-g{padding:40px!important}.u-pad-h{padding:56px!important}.u-pad-i{padding:64px!important}.u-pad-j{padding:80px!important}.u-pad--top{padding-top:8px!important}.u-pad-a--top{padding-top:4px!important}.u-pad-b--top{padding-top:8px!important}.u-pad-c--top{padding-top:12px!important}.u-pad-d--top{padding-top:16px!important}.u-pad-e--top{padding-top:24px!important}.u-pad-f--top{padding-top:32px!important}.u-pad-g--top{padding-top:40px!important}.u-pad-h--top{padding-top:56px!important}.u-pad-i--top{padding-top:64px!important}.u-pad-j--top{padding-top:80px!important}.u-pad--bottom{padding-bottom:8px!important}.u-pad-a--bottom{padding-bottom:4px!important}.u-pad-b--bottom{padding-bottom:8px!important}.u-pad-c--bottom{padding-bottom:12px!important}.u-pad-d--bottom{padding-bottom:16px!important}.u-pad-e--bottom{padding-bottom:24px!important}.u-pad-f--bottom{padding-bottom:32px!important}.u-pad-g--bottom{padding-bottom:40px!important}.u-pad-h--bottom{padding-bottom:56px!important}.u-pad-i--bottom{padding-bottom:64px!important}.u-pad-j--bottom{padding-bottom:80px!important}.u-pad--left{padding-left:8px!important}.u-pad-a--left{padding-left:4px!important}.u-pad-b--left{padding-left:8px!important}.u-pad-c--left{padding-left:12px!important}.u-pad-d--left{padding-left:16px!important}.u-pad-e--left{padding-left:24px!important}.u-pad-f--left{padding-left:32px!important}.u-pad-g--left{padding-left:40px!important}.u-pad-h--left{padding-left:56px!important}.u-pad-i--left{padding-left:64px!important}.u-pad-j--left{padding-left:80px!important}.u-pad--right{padding-right:8px!important}.u-pad-a--right{padding-right:4px!important}.u-pad-b--right{padding-right:8px!important}.u-pad-c--right{padding-right:12px!important}.u-pad-d--right{padding-right:16px!important}.u-pad-e--right{padding-right:24px!important}.u-pad-f--right{padding-right:32px!important}.u-pad-g--right{padding-right:40px!important}.u-pad-h--right{padding-right:56px!important}.u-pad-i--right{padding-right:64px!important}.u-pad-j--right{padding-right:80px!important}.u-pad--horizontal{padding-left:8px!important;padding-right:8px!important}.u-pad-a--horizontal{padding-left:4px!important;padding-right:4px!important}.u-pad-b--horizontal{padding-left:8px!important;padding-right:8px!important}.u-pad-c--horizontal{padding-left:12px!important;padding-right:12px!important}.u-pad-d--horizontal{padding-left:16px!important;padding-right:16px!important}.u-pad-e--horizontal{padding-left:24px!important;padding-right:24px!important}.u-pad-f--horizontal{padding-left:32px!important;padding-right:32px!important}.u-pad-g--horizontal{padding-left:40px!important;padding-right:40px!important}.u-pad-h--horizontal{padding-left:56px!important;padding-right:56px!important}.u-pad-i--horizontal{padding-left:64px!important;padding-right:64px!important}.u-pad-j--horizontal{padding-left:80px!important;padding-right:80px!important}.u-pad--vertical{padding-bottom:8px!important;padding-top:8px!important}.u-pad-a--vertical{padding-bottom:4px!important;padding-top:4px!important}.u-pad-b--vertical{padding-bottom:8px!important;padding-top:8px!important}.u-pad-c--vertical{padding-bottom:12px!important;padding-top:12px!important}.u-pad-d--vertical{padding-bottom:16px!important;padding-top:16px!important}.u-pad-e--vertical{padding-bottom:24px!important;padding-top:24px!important}.u-pad-f--vertical{padding-bottom:32px!important;padding-top:32px!important}.u-pad-g--vertical{padding-bottom:40px!important;padding-top:40px!important}.u-pad-h--vertical{padding-bottom:56px!important;padding-top:56px!important}.u-pad-i--vertical{padding-bottom:64px!important;padding-top:64px!important}.u-pad-j--vertical{padding-bottom:80px!important;padding-top:80px!important}@media (min-width:25.875em){.u-showBelowNarrow{display:none!important}}@media (min-width:48em){.u-showBelowMid{display:none!important}}@media (min-width:64.0625em){.u-showBelowWide{display:none!important}}@media (min-width:80em){.u-showBelowHuge{display:none!important}}@media (max-width:25.875em){.u-showAboveNarrow{display:none!important}}@media (max-width:23.4375em){.u-showAboveTiny{display:none!important}}@media (max-width:47.999em){.no-js .u-showAboveMid--noJS,.u-showAboveMid{display:none!important}}@media (max-width:64.0615em){.u-showAboveWide{display:none!important}}@media (max-width:79.999em){.u-showAboveHuge{display:none!important}}@media (min-width:48.001em) and (max-width:64.0615em){.u-hideOnMid{display:none!important}}"`; -exports[`fozzie-utilities sourcemap file compiles the expected sourcemap file 1`] = `"{"version":3,"sources":["../../src/scss/trumps/_utilities.scss","fozzie-utilities.css","../../src/scss/tools/mixins/_border.scss","../../node_modules/@justeat/pie-design-tokens/dist/jet.scss","../../node_modules/include-media/dist/_include-media.scss","../../src/scss/tools/mixins/_truncate.scss","../../src/scss/trumps/_spacing.scss","../../src/scss/tools/mixins/_utilities.scss","../../src/scss/trumps/_rwd.scss"],"names":[],"mappings":"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A;EClHd;AACF;;ADsHI;EACI,2BAAA;ACnHR;;ADuHQ;EACI,0BAAA;ACpHZ;;AK7WI;;;;;;;;;;;;;;;;;;;;;;;CAAA;ACsCI;EDTA,sBAAA;AL4WR;;AMnWQ;EDTA,sBAAA;ALgXR;;AMvWQ;EDTA,sBAAA;ALoXR;;AM3WQ;EDTA,uBAAA;ALwXR;;AM/WQ;EDTA,uBAAA;AL4XR;;AMnXQ;EDTA,uBAAA;ALgYR;;AMvXQ;EDTA,uBAAA;ALoYR;;AM3XQ;EDTA,uBAAA;ALwYR;;AM/XQ;EDTA,uBAAA;AL4YR;;AMnYQ;EDTA,uBAAA;ALgZR;;AMvYQ;EDTA,uBAAA;ALoZR;;AM3YQ;EDLA,0BAAA;ALoZR;;AM/YQ;EDLA,0BAAA;ALwZR;;AMnZQ;EDLA,0BAAA;AL4ZR;;AMvZQ;EDLA,2BAAA;ALgaR;;AM3ZQ;EDLA,2BAAA;ALoaR;;AM/ZQ;EDLA,2BAAA;ALwaR;;AMnaQ;EDLA,2BAAA;AL4aR;;AMvaQ;EDLA,2BAAA;ALgbR;;AM3aQ;EDLA,2BAAA;ALobR;;AM/aQ;EDLA,2BAAA;ALwbR;;AMnbQ;EDLA,2BAAA;AL4bR;;AMvbQ;EDDA,6BAAA;AL4bR;;AM3bQ;EDDA,6BAAA;ALgcR;;AM/bQ;EDDA,6BAAA;ALocR;;AMncQ;EDDA,8BAAA;ALwcR;;AMvcQ;EDDA,8BAAA;AL4cR;;AM3cQ;EDDA,8BAAA;ALgdR;;AM/cQ;EDDA,8BAAA;ALodR;;AMndQ;EDDA,8BAAA;ALwdR;;AMvdQ;EDDA,8BAAA;AL4dR;;AM3dQ;EDDA,8BAAA;ALgeR;;AM/dQ;EDDA,8BAAA;ALoeR;;AMneQ;EDGA,2BAAA;ALoeR;;AMveQ;EDGA,2BAAA;ALweR;;AM3eQ;EDGA,2BAAA;AL4eR;;AM/eQ;EDGA,4BAAA;ALgfR;;AMnfQ;EDGA,4BAAA;ALofR;;AMvfQ;EDGA,4BAAA;ALwfR;;AM3fQ;EDGA,4BAAA;AL4fR;;AM/fQ;EDGA,4BAAA;ALggBR;;AMngBQ;EDGA,4BAAA;ALogBR;;AMvgBQ;EDGA,4BAAA;ALwgBR;;AM3gBQ;EDGA,4BAAA;AL4gBR;;AM/gBQ;EDOA,4BAAA;AL4gBR;;AMnhBQ;EDOA,4BAAA;ALghBR;;AMvhBQ;EDOA,4BAAA;ALohBR;;AM3hBQ;EDOA,6BAAA;ALwhBR;;AM/hBQ;EDOA,6BAAA;AL4hBR;;AMniBQ;EDOA,6BAAA;ALgiBR;;AMviBQ;EDOA,6BAAA;ALoiBR;;AM3iBQ;EDOA,6BAAA;ALwiBR;;AM/iBQ;EDOA,6BAAA;AL4iBR;;AMnjBQ;EDOA,6BAAA;ALgjBR;;AMvjBQ;EDOA,6BAAA;ALojBR;;AM3jBQ;EDWA,2BAAA;EACA,4BAAA;ALojBR;;AMhkBQ;EDWA,2BAAA;EACA,4BAAA;ALyjBR;;AMrkBQ;EDWA,2BAAA;EACA,4BAAA;AL8jBR;;AM1kBQ;EDWA,4BAAA;EACA,6BAAA;ALmkBR;;AM/kBQ;EDWA,4BAAA;EACA,6BAAA;ALwkBR;;AMplBQ;EDWA,4BAAA;EACA,6BAAA;AL6kBR;;AMzlBQ;EDWA,4BAAA;EACA,6BAAA;ALklBR;;AM9lBQ;EDWA,4BAAA;EACA,6BAAA;ALulBR;;AMnmBQ;EDWA,4BAAA;EACA,6BAAA;AL4lBR;;AMxmBQ;EDWA,4BAAA;EACA,6BAAA;ALimBR;;AM7mBQ;EDWA,4BAAA;EACA,6BAAA;ALsmBR;;AMlnBQ;EDgBA,6BAAA;EACA,0BAAA;ALsmBR;;AMvnBQ;EDgBA,6BAAA;EACA,0BAAA;AL2mBR;;AM5nBQ;EDgBA,6BAAA;EACA,0BAAA;ALgnBR;;AMjoBQ;EDgBA,8BAAA;EACA,2BAAA;ALqnBR;;AMtoBQ;EDgBA,8BAAA;EACA,2BAAA;AL0nBR;;AM3oBQ;EDgBA,8BAAA;EACA,2BAAA;AL+nBR;;AMhpBQ;EDgBA,8BAAA;EACA,2BAAA;ALooBR;;AMrpBQ;EDgBA,8BAAA;EACA,2BAAA;ALyoBR;;AM1pBQ;EDgBA,8BAAA;EACA,2BAAA;AL8oBR;;AM/pBQ;EDgBA,8BAAA;EACA,2BAAA;ALmpBR;;AMpqBQ;EDgBA,8BAAA;EACA,2BAAA;ALwpBR;;AMzqBQ;EDwBA,uBAAA;ALqpBR;;AM7qBQ;EDwBA,uBAAA;ALypBR;;AMjrBQ;EDwBA,uBAAA;AL6pBR;;AMrrBQ;EDwBA,wBAAA;ALiqBR;;AMzrBQ;EDwBA,wBAAA;ALqqBR;;AM7rBQ;EDwBA,wBAAA;ALyqBR;;AMjsBQ;EDwBA,wBAAA;AL6qBR;;AMrsBQ;EDwBA,wBAAA;ALirBR;;AMzsBQ;EDwBA,wBAAA;ALqrBR;;AM7sBQ;EDwBA,wBAAA;ALyrBR;;AMjtBQ;EDwBA,wBAAA;AL6rBR;;AMrtBQ;ED4BA,2BAAA;AL6rBR;;AMztBQ;ED4BA,2BAAA;ALisBR;;AM7tBQ;ED4BA,2BAAA;ALqsBR;;AMjuBQ;ED4BA,4BAAA;ALysBR;;AMruBQ;ED4BA,4BAAA;AL6sBR;;AMzuBQ;ED4BA,4BAAA;ALitBR;;AM7uBQ;ED4BA,4BAAA;ALqtBR;;AMjvBQ;ED4BA,4BAAA;ALytBR;;AMrvBQ;ED4BA,4BAAA;AL6tBR;;AMzvBQ;ED4BA,4BAAA;ALiuBR;;AM7vBQ;ED4BA,4BAAA;ALquBR;;AMjwBQ;EDgCA,8BAAA;ALquBR;;AMrwBQ;EDgCA,8BAAA;ALyuBR;;AMzwBQ;EDgCA,8BAAA;AL6uBR;;AM7wBQ;EDgCA,+BAAA;ALivBR;;AMjxBQ;EDgCA,+BAAA;ALqvBR;;AMrxBQ;EDgCA,+BAAA;ALyvBR;;AMzxBQ;EDgCA,+BAAA;AL6vBR;;AM7xBQ;EDgCA,+BAAA;ALiwBR;;AMjyBQ;EDgCA,+BAAA;ALqwBR;;AMryBQ;EDgCA,+BAAA;ALywBR;;AMzyBQ;EDgCA,+BAAA;AL6wBR;;AM7yBQ;EDoCA,4BAAA;AL6wBR;;AMjzBQ;EDoCA,4BAAA;ALixBR;;AMrzBQ;EDoCA,4BAAA;ALqxBR;;AMzzBQ;EDoCA,6BAAA;ALyxBR;;AM7zBQ;EDoCA,6BAAA;AL6xBR;;AMj0BQ;EDoCA,6BAAA;ALiyBR;;AMr0BQ;EDoCA,6BAAA;ALqyBR;;AMz0BQ;EDoCA,6BAAA;ALyyBR;;AM70BQ;EDoCA,6BAAA;AL6yBR;;AMj1BQ;EDoCA,6BAAA;ALizBR;;AMr1BQ;EDoCA,6BAAA;ALqzBR;;AMz1BQ;EDwCA,6BAAA;ALqzBR;;AM71BQ;EDwCA,6BAAA;ALyzBR;;AMj2BQ;EDwCA,6BAAA;AL6zBR;;AMr2BQ;EDwCA,8BAAA;ALi0BR;;AMz2BQ;EDwCA,8BAAA;ALq0BR;;AM72BQ;EDwCA,8BAAA;ALy0BR;;AMj3BQ;EDwCA,8BAAA;AL60BR;;AMr3BQ;EDwCA,8BAAA;ALi1BR;;AMz3BQ;EDwCA,8BAAA;ALq1BR;;AM73BQ;EDwCA,8BAAA;ALy1BR;;AMj4BQ;EDwCA,8BAAA;AL61BR;;AMr4BQ;ED4CA,4BAAA;EACA,6BAAA;AL61BR;;AM14BQ;ED4CA,4BAAA;EACA,6BAAA;ALk2BR;;AM/4BQ;ED4CA,4BAAA;EACA,6BAAA;ALu2BR;;AMp5BQ;ED4CA,6BAAA;EACA,8BAAA;AL42BR;;AMz5BQ;ED4CA,6BAAA;EACA,8BAAA;ALi3BR;;AM95BQ;ED4CA,6BAAA;EACA,8BAAA;ALs3BR;;AMn6BQ;ED4CA,6BAAA;EACA,8BAAA;AL23BR;;AMx6BQ;ED4CA,6BAAA;EACA,8BAAA;ALg4BR;;AM76BQ;ED4CA,6BAAA;EACA,8BAAA;ALq4BR;;AMl7BQ;ED4CA,6BAAA;EACA,8BAAA;AL04BR;;AMv7BQ;ED4CA,6BAAA;EACA,8BAAA;AL+4BR;;AM57BQ;EDiDA,8BAAA;EACA,2BAAA;AL+4BR;;AMj8BQ;EDiDA,8BAAA;EACA,2BAAA;ALo5BR;;AMt8BQ;EDiDA,8BAAA;EACA,2BAAA;ALy5BR;;AM38BQ;EDiDA,+BAAA;EACA,4BAAA;AL85BR;;AMh9BQ;EDiDA,+BAAA;EACA,4BAAA;ALm6BR;;AMr9BQ;EDiDA,+BAAA;EACA,4BAAA;ALw6BR;;AM19BQ;EDiDA,+BAAA;EACA,4BAAA;AL66BR;;AM/9BQ;EDiDA,+BAAA;EACA,4BAAA;ALk7BR;;AMp+BQ;EDiDA,+BAAA;EACA,4BAAA;ALu7BR;;AMz+BQ;EDiDA,+BAAA;EACA,4BAAA;AL47BR;;AM9+BQ;EDiDA,+BAAA;EACA,4BAAA;ALi8BR;;AO3hCI;;;CAAA;AJokBA;EI5jBA;IAEQ,wBAAA;EP0hCV;AACF;;AGjeI;EItjBA;IAEQ,wBAAA;EP0hCV;AACF;;AGveI;EIhjBA;IAEQ,wBAAA;EP0hCV;AACF;;AG7eI;EI1iBA;IAEQ,wBAAA;EP0hCV;AACF;;AGnfI;EIpiBA;IAEQ,wBAAA;EP0hCV;AACF;;AGzfI;EI9hBA;IAEQ,wBAAA;EP0hCV;AACF;;AG/fI;EIxhBA;;IAGQ,wBAAA;EP0hCV;AACF;;AGtgBI;EIjhBA;IAEQ,wBAAA;EP0hCV;AACF;;AG5gBI;EI3gBA;IAEQ,wBAAA;EP0hCV;AACF;;AGlhBI;EIrgBA;IAEQ,wBAAA;EP0hCV;AACF","file":"fozzie-utilities.css"}"`; +exports[`fozzie-utilities sourcemap file compiles the expected sourcemap file 1`] = `"{"version":3,"sources":["../../src/scss/trumps/_utilities.scss","fozzie-utilities.css","../../src/scss/tools/mixins/_border.scss","../../node_modules/@justeat/pie-design-tokens/dist/jet.scss","../../node_modules/include-media/dist/_include-media.scss","../../src/scss/tools/mixins/_truncate.scss","../../src/scss/trumps/_spacing.scss","../../src/scss/tools/mixins/_utilities.scss","../../src/scss/trumps/_rwd.scss"],"names":[],"mappings":"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AA;EClHd;AACF;;ADsHI;EACI,2BAAA;ACnHR;;ADuHQ;EACI,0BAAA;ACpHZ;;AK7WI;;;;;;;;;;;;;;;;;;;;;;;CAAA;ACsCI;EDTA,sBAAA;AL4WR;;AMnWQ;EDTA,sBAAA;ALgXR;;AMvWQ;EDTA,sBAAA;ALoXR;;AM3WQ;EDTA,uBAAA;ALwXR;;AM/WQ;EDTA,uBAAA;AL4XR;;AMnXQ;EDTA,uBAAA;ALgYR;;AMvXQ;EDTA,uBAAA;ALoYR;;AM3XQ;EDTA,uBAAA;ALwYR;;AM/XQ;EDTA,uBAAA;AL4YR;;AMnYQ;EDTA,uBAAA;ALgZR;;AMvYQ;EDTA,uBAAA;ALoZR;;AM3YQ;EDLA,0BAAA;ALoZR;;AM/YQ;EDLA,0BAAA;ALwZR;;AMnZQ;EDLA,0BAAA;AL4ZR;;AMvZQ;EDLA,2BAAA;ALgaR;;AM3ZQ;EDLA,2BAAA;ALoaR;;AM/ZQ;EDLA,2BAAA;ALwaR;;AMnaQ;EDLA,2BAAA;AL4aR;;AMvaQ;EDLA,2BAAA;ALgbR;;AM3aQ;EDLA,2BAAA;ALobR;;AM/aQ;EDLA,2BAAA;ALwbR;;AMnbQ;EDLA,2BAAA;AL4bR;;AMvbQ;EDDA,6BAAA;AL4bR;;AM3bQ;EDDA,6BAAA;ALgcR;;AM/bQ;EDDA,6BAAA;ALocR;;AMncQ;EDDA,8BAAA;ALwcR;;AMvcQ;EDDA,8BAAA;AL4cR;;AM3cQ;EDDA,8BAAA;ALgdR;;AM/cQ;EDDA,8BAAA;ALodR;;AMndQ;EDDA,8BAAA;ALwdR;;AMvdQ;EDDA,8BAAA;AL4dR;;AM3dQ;EDDA,8BAAA;ALgeR;;AM/dQ;EDDA,8BAAA;ALoeR;;AMneQ;EDGA,2BAAA;ALoeR;;AMveQ;EDGA,2BAAA;ALweR;;AM3eQ;EDGA,2BAAA;AL4eR;;AM/eQ;EDGA,4BAAA;ALgfR;;AMnfQ;EDGA,4BAAA;ALofR;;AMvfQ;EDGA,4BAAA;ALwfR;;AM3fQ;EDGA,4BAAA;AL4fR;;AM/fQ;EDGA,4BAAA;ALggBR;;AMngBQ;EDGA,4BAAA;ALogBR;;AMvgBQ;EDGA,4BAAA;ALwgBR;;AM3gBQ;EDGA,4BAAA;AL4gBR;;AM/gBQ;EDOA,4BAAA;AL4gBR;;AMnhBQ;EDOA,4BAAA;ALghBR;;AMvhBQ;EDOA,4BAAA;ALohBR;;AM3hBQ;EDOA,6BAAA;ALwhBR;;AM/hBQ;EDOA,6BAAA;AL4hBR;;AMniBQ;EDOA,6BAAA;ALgiBR;;AMviBQ;EDOA,6BAAA;ALoiBR;;AM3iBQ;EDOA,6BAAA;ALwiBR;;AM/iBQ;EDOA,6BAAA;AL4iBR;;AMnjBQ;EDOA,6BAAA;ALgjBR;;AMvjBQ;EDOA,6BAAA;ALojBR;;AM3jBQ;EDWA,2BAAA;EACA,4BAAA;ALojBR;;AMhkBQ;EDWA,2BAAA;EACA,4BAAA;ALyjBR;;AMrkBQ;EDWA,2BAAA;EACA,4BAAA;AL8jBR;;AM1kBQ;EDWA,4BAAA;EACA,6BAAA;ALmkBR;;AM/kBQ;EDWA,4BAAA;EACA,6BAAA;ALwkBR;;AMplBQ;EDWA,4BAAA;EACA,6BAAA;AL6kBR;;AMzlBQ;EDWA,4BAAA;EACA,6BAAA;ALklBR;;AM9lBQ;EDWA,4BAAA;EACA,6BAAA;ALulBR;;AMnmBQ;EDWA,4BAAA;EACA,6BAAA;AL4lBR;;AMxmBQ;EDWA,4BAAA;EACA,6BAAA;ALimBR;;AM7mBQ;EDWA,4BAAA;EACA,6BAAA;ALsmBR;;AMlnBQ;EDgBA,6BAAA;EACA,0BAAA;ALsmBR;;AMvnBQ;EDgBA,6BAAA;EACA,0BAAA;AL2mBR;;AM5nBQ;EDgBA,6BAAA;EACA,0BAAA;ALgnBR;;AMjoBQ;EDgBA,8BAAA;EACA,2BAAA;ALqnBR;;AMtoBQ;EDgBA,8BAAA;EACA,2BAAA;AL0nBR;;AM3oBQ;EDgBA,8BAAA;EACA,2BAAA;AL+nBR;;AMhpBQ;EDgBA,8BAAA;EACA,2BAAA;ALooBR;;AMrpBQ;EDgBA,8BAAA;EACA,2BAAA;ALyoBR;;AM1pBQ;EDgBA,8BAAA;EACA,2BAAA;AL8oBR;;AM/pBQ;EDgBA,8BAAA;EACA,2BAAA;ALmpBR;;AMpqBQ;EDgBA,8BAAA;EACA,2BAAA;ALwpBR;;AMzqBQ;EDwBA,uBAAA;ALqpBR;;AM7qBQ;EDwBA,uBAAA;ALypBR;;AMjrBQ;EDwBA,uBAAA;AL6pBR;;AMrrBQ;EDwBA,wBAAA;ALiqBR;;AMzrBQ;EDwBA,wBAAA;ALqqBR;;AM7rBQ;EDwBA,wBAAA;ALyqBR;;AMjsBQ;EDwBA,wBAAA;AL6qBR;;AMrsBQ;EDwBA,wBAAA;ALirBR;;AMzsBQ;EDwBA,wBAAA;ALqrBR;;AM7sBQ;EDwBA,wBAAA;ALyrBR;;AMjtBQ;EDwBA,wBAAA;AL6rBR;;AMrtBQ;ED4BA,2BAAA;AL6rBR;;AMztBQ;ED4BA,2BAAA;ALisBR;;AM7tBQ;ED4BA,2BAAA;ALqsBR;;AMjuBQ;ED4BA,4BAAA;ALysBR;;AMruBQ;ED4BA,4BAAA;AL6sBR;;AMzuBQ;ED4BA,4BAAA;ALitBR;;AM7uBQ;ED4BA,4BAAA;ALqtBR;;AMjvBQ;ED4BA,4BAAA;ALytBR;;AMrvBQ;ED4BA,4BAAA;AL6tBR;;AMzvBQ;ED4BA,4BAAA;ALiuBR;;AM7vBQ;ED4BA,4BAAA;ALquBR;;AMjwBQ;EDgCA,8BAAA;ALquBR;;AMrwBQ;EDgCA,8BAAA;ALyuBR;;AMzwBQ;EDgCA,8BAAA;AL6uBR;;AM7wBQ;EDgCA,+BAAA;ALivBR;;AMjxBQ;EDgCA,+BAAA;ALqvBR;;AMrxBQ;EDgCA,+BAAA;ALyvBR;;AMzxBQ;EDgCA,+BAAA;AL6vBR;;AM7xBQ;EDgCA,+BAAA;ALiwBR;;AMjyBQ;EDgCA,+BAAA;ALqwBR;;AMryBQ;EDgCA,+BAAA;ALywBR;;AMzyBQ;EDgCA,+BAAA;AL6wBR;;AM7yBQ;EDoCA,4BAAA;AL6wBR;;AMjzBQ;EDoCA,4BAAA;ALixBR;;AMrzBQ;EDoCA,4BAAA;ALqxBR;;AMzzBQ;EDoCA,6BAAA;ALyxBR;;AM7zBQ;EDoCA,6BAAA;AL6xBR;;AMj0BQ;EDoCA,6BAAA;ALiyBR;;AMr0BQ;EDoCA,6BAAA;ALqyBR;;AMz0BQ;EDoCA,6BAAA;ALyyBR;;AM70BQ;EDoCA,6BAAA;AL6yBR;;AMj1BQ;EDoCA,6BAAA;ALizBR;;AMr1BQ;EDoCA,6BAAA;ALqzBR;;AMz1BQ;EDwCA,6BAAA;ALqzBR;;AM71BQ;EDwCA,6BAAA;ALyzBR;;AMj2BQ;EDwCA,6BAAA;AL6zBR;;AMr2BQ;EDwCA,8BAAA;ALi0BR;;AMz2BQ;EDwCA,8BAAA;ALq0BR;;AM72BQ;EDwCA,8BAAA;ALy0BR;;AMj3BQ;EDwCA,8BAAA;AL60BR;;AMr3BQ;EDwCA,8BAAA;ALi1BR;;AMz3BQ;EDwCA,8BAAA;ALq1BR;;AM73BQ;EDwCA,8BAAA;ALy1BR;;AMj4BQ;EDwCA,8BAAA;AL61BR;;AMr4BQ;ED4CA,4BAAA;EACA,6BAAA;AL61BR;;AM14BQ;ED4CA,4BAAA;EACA,6BAAA;ALk2BR;;AM/4BQ;ED4CA,4BAAA;EACA,6BAAA;ALu2BR;;AMp5BQ;ED4CA,6BAAA;EACA,8BAAA;AL42BR;;AMz5BQ;ED4CA,6BAAA;EACA,8BAAA;ALi3BR;;AM95BQ;ED4CA,6BAAA;EACA,8BAAA;ALs3BR;;AMn6BQ;ED4CA,6BAAA;EACA,8BAAA;AL23BR;;AMx6BQ;ED4CA,6BAAA;EACA,8BAAA;ALg4BR;;AM76BQ;ED4CA,6BAAA;EACA,8BAAA;ALq4BR;;AMl7BQ;ED4CA,6BAAA;EACA,8BAAA;AL04BR;;AMv7BQ;ED4CA,6BAAA;EACA,8BAAA;AL+4BR;;AM57BQ;EDiDA,8BAAA;EACA,2BAAA;AL+4BR;;AMj8BQ;EDiDA,8BAAA;EACA,2BAAA;ALo5BR;;AMt8BQ;EDiDA,8BAAA;EACA,2BAAA;ALy5BR;;AM38BQ;EDiDA,+BAAA;EACA,4BAAA;AL85BR;;AMh9BQ;EDiDA,+BAAA;EACA,4BAAA;ALm6BR;;AMr9BQ;EDiDA,+BAAA;EACA,4BAAA;ALw6BR;;AM19BQ;EDiDA,+BAAA;EACA,4BAAA;AL66BR;;AM/9BQ;EDiDA,+BAAA;EACA,4BAAA;ALk7BR;;AMp+BQ;EDiDA,+BAAA;EACA,4BAAA;ALu7BR;;AMz+BQ;EDiDA,+BAAA;EACA,4BAAA;AL47BR;;AM9+BQ;EDiDA,+BAAA;EACA,4BAAA;ALi8BR;;AO3hCI;;;CAAA;AJokBA;EI5jBA;IAEQ,wBAAA;EP0hCV;AACF;;AGjeI;EItjBA;IAEQ,wBAAA;EP0hCV;AACF;;AGveI;EIhjBA;IAEQ,wBAAA;EP0hCV;AACF;;AG7eI;EI1iBA;IAEQ,wBAAA;EP0hCV;AACF;;AGnfI;EIpiBA;IAEQ,wBAAA;EP0hCV;AACF;;AGzfI;EI9hBA;IAEQ,wBAAA;EP0hCV;AACF;;AG/fI;EIxhBA;;IAGQ,wBAAA;EP0hCV;AACF;;AGtgBI;EIjhBA;IAEQ,wBAAA;EP0hCV;AACF;;AG5gBI;EI3gBA;IAEQ,wBAAA;EP0hCV;AACF;;AGlhBI;EIrgBA;IAEQ,wBAAA;EP0hCV;AACF","file":"fozzie-utilities.css"}"`; diff --git a/yarn.lock b/yarn.lock index 28c2197cd3..f1f193874f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -129,10 +129,10 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.13.11, @babel/compat-data@npm:^7.14.9, @babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.19.1, @babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.5, @babel/compat-data@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/compat-data@npm:7.24.1" - checksum: e14e94b00c3ac57bba929a87da8edb6c6a99d0051c54bf49591a5481440dd4d3ac7b4e4a93b81b54e45c2bca55e538aa1e1ad8281b083440a1598bfa8c8df03a +"@babel/compat-data@npm:^7.13.11, @babel/compat-data@npm:^7.14.9, @babel/compat-data@npm:^7.17.7, @babel/compat-data@npm:^7.19.1, @babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.5, @babel/compat-data@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/compat-data@npm:7.24.4" + checksum: 52ce371658dc7796c9447c9cb3b9c0659370d141b76997f21c5e0028cca4d026ca546b84bc8d157ce7ca30bd353d89f9238504eb8b7aefa9b1f178b4c100c2d4 languageName: node linkType: hard @@ -207,16 +207,16 @@ __metadata: linkType: hard "@babel/core@npm:^7.1.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.16, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.16.10, @babel/core@npm:^7.23.9, @babel/core@npm:^7.7.2, @babel/core@npm:^7.8.0": - version: 7.24.3 - resolution: "@babel/core@npm:7.24.3" + version: 7.24.4 + resolution: "@babel/core@npm:7.24.4" dependencies: "@ampproject/remapping": ^2.2.0 "@babel/code-frame": ^7.24.2 - "@babel/generator": ^7.24.1 + "@babel/generator": ^7.24.4 "@babel/helper-compilation-targets": ^7.23.6 "@babel/helper-module-transforms": ^7.23.3 - "@babel/helpers": ^7.24.1 - "@babel/parser": ^7.24.1 + "@babel/helpers": ^7.24.4 + "@babel/parser": ^7.24.4 "@babel/template": ^7.24.0 "@babel/traverse": ^7.24.1 "@babel/types": ^7.24.0 @@ -225,7 +225,7 @@ __metadata: gensync: ^1.0.0-beta.2 json5: ^2.2.3 semver: ^6.3.1 - checksum: 1a33460794f4122cf255b656f4d6586913f41078a1afdf1bcf0365ddbd99c1ddb68f904062f9079445ab26b507c36bc297055192bc26e5c8e6e3def42195f9ab + checksum: 15ecad7581f3329995956ba461961b1af7bed48901f14fe962ccd3217edca60049e9e6ad4ce48134618397e6c90230168c842e2c28e47ef1f16c97dbbf663c61 languageName: node linkType: hard @@ -257,15 +257,15 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.14.8, @babel/generator@npm:^7.19.0, @babel/generator@npm:^7.24.1, @babel/generator@npm:^7.7.2": - version: 7.24.1 - resolution: "@babel/generator@npm:7.24.1" +"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.14.8, @babel/generator@npm:^7.19.0, @babel/generator@npm:^7.24.1, @babel/generator@npm:^7.24.4, @babel/generator@npm:^7.7.2": + version: 7.24.4 + resolution: "@babel/generator@npm:7.24.4" dependencies: "@babel/types": ^7.24.0 "@jridgewell/gen-mapping": ^0.3.5 "@jridgewell/trace-mapping": ^0.3.25 jsesc: ^2.5.1 - checksum: 98c6ce5ec7a1cba2bdf35cdf607273b90cf7cf82bbe75cd0227363fb84d7e1bd8efa74f40247d5900c8c009123f10132ad209a05283757698de918278c3c6700 + checksum: 1b6146c31386c9df3eb594a2c36b5c98da4f67f7c06edb3d68a442b92516b21bb5ba3ad7dbe0058fe76625ed24d66923e15c95b0df75ef1907d4068921a699b8 languageName: node linkType: hard @@ -300,9 +300,9 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.12.13, @babel/helper-create-class-features-plugin@npm:^7.14.5, @babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/helper-create-class-features-plugin@npm:7.24.1" +"@babel/helper-create-class-features-plugin@npm:^7.12.13, @babel/helper-create-class-features-plugin@npm:^7.14.5, @babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.24.1, @babel/helper-create-class-features-plugin@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.4" dependencies: "@babel/helper-annotate-as-pure": ^7.22.5 "@babel/helper-environment-visitor": ^7.22.20 @@ -315,7 +315,7 @@ __metadata: semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 310d063eafbd2a777609770c1aa7b24e43f375122fd84031c45edc512686000197da1cf450b48eca266489131bc06dbaa35db2afed8b7213c9bcfa8c89b82c4d + checksum: 75b0a51ae1f7232932559779b78711c271404d02d069156d1bd9a7982c165c5134058d2ec2d8b5f2e42026ee4f52ba2a30c86a7aa3bce6b5fd0991eb721abc8c languageName: node linkType: hard @@ -575,14 +575,14 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.14.8, @babel/helpers@npm:^7.19.0, @babel/helpers@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/helpers@npm:7.24.1" +"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.14.8, @babel/helpers@npm:^7.19.0, @babel/helpers@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/helpers@npm:7.24.4" dependencies: "@babel/template": ^7.24.0 "@babel/traverse": ^7.24.1 "@babel/types": ^7.24.0 - checksum: 0643b8ccf3358682303aea65f0798e482b2c3642040d32ffe130a245f4a46d0d23fe575a5e06e3cda4e8ec4af89d52b94ff1c444a74465d47ccc27da6ddbbb9f + checksum: ecd2dc0b3b32e24b97fa3bcda432dd3235b77c2be1e16eafc35b8ef8f6c461faa99796a8bc2431a408c98b4aabfd572c160e2b67ecea4c5c9dd3a8314a97994a languageName: node linkType: hard @@ -598,12 +598,24 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.14.8, @babel/parser@npm:^7.16.10, @babel/parser@npm:^7.19.1, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.21.4, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.1, @babel/parser@npm:^7.6.0, @babel/parser@npm:^7.9.6": - version: 7.24.1 - resolution: "@babel/parser@npm:7.24.1" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.14.8, @babel/parser@npm:^7.16.10, @babel/parser@npm:^7.19.1, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.21.4, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.1, @babel/parser@npm:^7.24.4, @babel/parser@npm:^7.6.0, @babel/parser@npm:^7.9.6": + version: 7.24.4 + resolution: "@babel/parser@npm:7.24.4" bin: parser: ./bin/babel-parser.js - checksum: a1068941dddf82ffdf572565b8b7b2cddb963ff9ddf97e6e28f50e843d820b4285e6def8f59170104a94e2a91ae2e3b326489886d77a57ea29d468f6a5e79bf9 + checksum: 94c9e3e592894cd6fc57c519f4e06b65463df9be5f01739bb0d0bfce7ffcf99b3c2fdadd44dc59cc858ba2739ce6e469813a941c2f2dfacf333a3b2c9c5c8465 + languageName: node + linkType: hard + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.4" + dependencies: + "@babel/helper-environment-visitor": ^7.22.20 + "@babel/helper-plugin-utils": ^7.24.0 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 0be3f41b1b865d7a4ed1a432337be48de67989d0b4e47def34a05097a804b6fc193115f97c954fd757339e0b80030ecf1d0a3d3fd6e7e91718644de0a5aae3d3 languageName: node linkType: hard @@ -1241,14 +1253,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.14.5, @babel/plugin-transform-block-scoping@npm:^7.18.9, @babel/plugin-transform-block-scoping@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-block-scoping@npm:7.24.1" +"@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.14.5, @babel/plugin-transform-block-scoping@npm:^7.18.9, @babel/plugin-transform-block-scoping@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/plugin-transform-block-scoping@npm:7.24.4" dependencies: "@babel/helper-plugin-utils": ^7.24.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 65423ee83dba4e84c357f34e0970a96d0f5e727fad327cc7bdb0e1492243eb9c72b95d3c649dc0b488b9b4774dadef5662fed0bf66717b59673ff6d4ffbd6441 + checksum: 5229ffe1c55744b96f791521e2876b01ed05c81df67488a7453ce66c2faceb9d1d653089ce6f0abf512752e15e9acac0e75a797a860f24e05b4d36497c7c3183 languageName: node linkType: hard @@ -1264,16 +1276,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-class-static-block@npm:7.24.1" +"@babel/plugin-transform-class-static-block@npm:^7.24.4": + version: 7.24.4 + resolution: "@babel/plugin-transform-class-static-block@npm:7.24.4" dependencies: - "@babel/helper-create-class-features-plugin": ^7.24.1 + "@babel/helper-create-class-features-plugin": ^7.24.4 "@babel/helper-plugin-utils": ^7.24.0 "@babel/plugin-syntax-class-static-block": ^7.14.5 peerDependencies: "@babel/core": ^7.12.0 - checksum: 253c627c11d9df79e3b32e78bfa1fe0dd1f91c3579da52bf73f76c83de53b140dcb1c9cc5f4c65ff1505754a01b59bc83987c35bcc8f89492b63dae46adef78f + checksum: 3b1db3308b57ba21d47772a9f183804234c23fd64c9ca40915d2d65c5dc7a48b49a6de16b8b90b7a354eacbb51232a862f0fca3dbd23e27d34641f511decddab languageName: node linkType: hard @@ -1818,16 +1830,16 @@ __metadata: linkType: hard "@babel/plugin-transform-typescript@npm:^7.16.8, @babel/plugin-transform-typescript@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-transform-typescript@npm:7.24.1" + version: 7.24.4 + resolution: "@babel/plugin-transform-typescript@npm:7.24.4" dependencies: "@babel/helper-annotate-as-pure": ^7.22.5 - "@babel/helper-create-class-features-plugin": ^7.24.1 + "@babel/helper-create-class-features-plugin": ^7.24.4 "@babel/helper-plugin-utils": ^7.24.0 "@babel/plugin-syntax-typescript": ^7.24.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1a37fa55ab176b11c3763da4295651b3db38f0a7f3d47b5cd5ab1e33cbcbbf2b471c4bdb7b24f39392d4660409209621c8d11c521de2deffddc3d876a1b60482 + checksum: 57a9a776b1910c706d28972e4b056ced3af8fc59c29b2a6205c2bb2a408141ddb59a8f2f6041f8467a7b260942818767f4ecabb9f63adf7fddf2afa25e774dfc languageName: node linkType: hard @@ -2047,13 +2059,14 @@ __metadata: linkType: hard "@babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.12.16": - version: 7.24.3 - resolution: "@babel/preset-env@npm:7.24.3" + version: 7.24.4 + resolution: "@babel/preset-env@npm:7.24.4" dependencies: - "@babel/compat-data": ^7.24.1 + "@babel/compat-data": ^7.24.4 "@babel/helper-compilation-targets": ^7.23.6 "@babel/helper-plugin-utils": ^7.24.0 "@babel/helper-validator-option": ^7.23.5 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": ^7.24.4 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.24.1 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.24.1 "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.24.1 @@ -2080,9 +2093,9 @@ __metadata: "@babel/plugin-transform-async-generator-functions": ^7.24.3 "@babel/plugin-transform-async-to-generator": ^7.24.1 "@babel/plugin-transform-block-scoped-functions": ^7.24.1 - "@babel/plugin-transform-block-scoping": ^7.24.1 + "@babel/plugin-transform-block-scoping": ^7.24.4 "@babel/plugin-transform-class-properties": ^7.24.1 - "@babel/plugin-transform-class-static-block": ^7.24.1 + "@babel/plugin-transform-class-static-block": ^7.24.4 "@babel/plugin-transform-classes": ^7.24.1 "@babel/plugin-transform-computed-properties": ^7.24.1 "@babel/plugin-transform-destructuring": ^7.24.1 @@ -2132,7 +2145,7 @@ __metadata: semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4f3376444f938b3884fddd3cded86cfda97a1fb4bccc93b49fb4593a63f79d9b20e6fb0e1a0934736cea6205df3998c752b248c5f5ec398162fbe165c8e69c5c + checksum: 5a057a6463f92b02bfe66257d3f2c76878815bc7847f2a716b0539d9f547eae2a9d1f0fc62a5c0eff6ab0504bb52e815829ef893e4586b641f8dd6a609d114f3 languageName: node linkType: hard @@ -2246,11 +2259,11 @@ __metadata: linkType: hard "@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7": - version: 7.24.1 - resolution: "@babel/runtime@npm:7.24.1" + version: 7.24.4 + resolution: "@babel/runtime@npm:7.24.4" dependencies: regenerator-runtime: ^0.14.0 - checksum: 5c8f3b912ba949865f03b3cf8395c60e1f4ebd1033fbd835bdfe81b6cac8a87d85bc3c7aded5fcdf07be044c9ab8c818f467abe0deca50020c72496782639572 + checksum: 2f27d4c0ffac7ae7999ac0385e1106f2a06992a8bdcbf3da06adcac7413863cd08c198c2e4e970041bbea849e17f02e1df18875539b6afba76c781b6b59a07c3 languageName: node linkType: hard @@ -2897,19 +2910,19 @@ __metadata: linkType: hard "@intlify/message-compiler@npm:^9.1.0": - version: 9.10.2 - resolution: "@intlify/message-compiler@npm:9.10.2" + version: 9.11.1 + resolution: "@intlify/message-compiler@npm:9.11.1" dependencies: - "@intlify/shared": 9.10.2 + "@intlify/shared": 9.11.1 source-map-js: ^1.0.2 - checksum: 1adf637b060446e8944e357333240cc0723e833db753cee4fa51fa791999db6639c95e9c01b38cb923e7d04269a9f5bef4d19e55529b4356bda447c9b8868d34 + checksum: d2ef8979224e5371c2ae4ca77236ce9bb20b8e6fa2d9ec3ab6115ebb30d734ce2d064cf2498af81024e82809b9ec793bec8aa67209a99a35adab461e04d88849 languageName: node linkType: hard -"@intlify/shared@npm:9.10.2, @intlify/shared@npm:^9.1.0": - version: 9.10.2 - resolution: "@intlify/shared@npm:9.10.2" - checksum: d46d0d20a6a046929c34bb443a198eb8fe54b3565e5161b744cf58fbbaaa56491c12a066362135a0f8e9dc016a8bdb98aafe22b90adb87d3eed7828e87b8b4ac +"@intlify/shared@npm:9.11.1, @intlify/shared@npm:^9.1.0": + version: 9.11.1 + resolution: "@intlify/shared@npm:9.11.1" + checksum: 973d4b725b2f9f3d89809eed8bba1c9ff53bdaf8a98e892dffc822f7558cabca02d94bc1773ac554580a57b91cbeacb56182bc29160fefd2a923a0effd738aad languageName: node linkType: hard @@ -3903,7 +3916,7 @@ __metadata: "@justeat/f-services": 1.x "@justeat/f-vue-icons": 3.x "@justeat/f-wdio-utils": 1.x - "@justeat/fozzie": 10.7.1 + "@justeat/fozzie": 11.x "@justeattakeaway/cc-braze-adapter": 0.5.0 "@justeattakeaway/cc-filters": 0.1.0 "@justeattakeaway/cc-stampcards-adapter": 0.7.1 @@ -3992,7 +4005,7 @@ __metadata: "@justeattakeaway/pie-icons-vue": 2.0.0-beta.1 peerDependencies: "@justeat/browserslist-config-fozzie": ">=1.1.1" - "@justeat/fozzie": ">=9.0.0" + "@justeat/fozzie": 11.x languageName: unknown linkType: soft @@ -4610,7 +4623,7 @@ __metadata: "@justeat/f-dom": 1.1.0 "@justeat/f-logger": 0.8.1 "@justeat/js-test-buddy": 0.4.1 - "@justeat/pie-design-tokens": ^5.0.0 + "@justeat/pie-design-tokens": 6.2.1 "@justeat/stylelint-config-fozzie": 3.2.0 autoprefixer: 10.4.12 caniuse-lite: 1.0.30001425 @@ -4633,16 +4646,6 @@ __metadata: languageName: unknown linkType: soft -"@justeat/fozzie@npm:10.7.1": - version: 10.7.1 - resolution: "@justeat/fozzie@npm:10.7.1" - dependencies: - "@justeat/pie-design-tokens": 3.0.0 - include-media: "github:eduardoboucas/include-media#2.0-release" - checksum: fc61d08368e9ae92cd2ab30ed06608d97219c8d99110c45ea6da60dacb7c0fe299d4635d48e7f498cc97456d285eda3074a2ff553f071b3061eaeadefcc30f7d - languageName: node - linkType: hard - "@justeat/generator-component@workspace:packages/tools/generator-component": version: 0.0.0-use.local resolution: "@justeat/generator-component@workspace:packages/tools/generator-component" @@ -4665,36 +4668,14 @@ __metadata: languageName: node linkType: hard -"@justeat/pie-design-tokens@npm:3.0.0": - version: 3.0.0 - resolution: "@justeat/pie-design-tokens@npm:3.0.0" - dependencies: - jsonc-parser: 2.2.0 - lodash.merge: 4.6.2 - mkdirp: 1.0.3 - checksum: cf86b0ceec16bf5ff5d3cf3183052d8fd69ba27b2fad405978a171e9486b1930d091248e76e1b97ab9b59a21bd7d139e8f02d4d1e78599d04233eb2552e62d32 - languageName: node - linkType: hard - -"@justeat/pie-design-tokens@npm:5.0.0": - version: 5.0.0 - resolution: "@justeat/pie-design-tokens@npm:5.0.0" - dependencies: - jsonc-parser: 3.2.0 - lodash.merge: 4.6.2 - mkdirp: 1.0.4 - checksum: 2022460cf646c2896a525eee56618b69f7d5335cde2c4b35bef4b8aad6424ecc45c93c97b230dae3fe169a50ab11b2667a0ddc678e88ba4f4d0a974e3174a51d - languageName: node - linkType: hard - -"@justeat/pie-design-tokens@npm:^5.0.0": - version: 5.11.0 - resolution: "@justeat/pie-design-tokens@npm:5.11.0" +"@justeat/pie-design-tokens@npm:6.2.1": + version: 6.2.1 + resolution: "@justeat/pie-design-tokens@npm:6.2.1" dependencies: jsonc-parser: 3.2.0 lodash.merge: 4.6.2 mkdirp: 1.0.4 - checksum: c5b13a9f26f81472af2074569aa0356db259999032a95e27602f2c47876f4f0103efd3c48f9dd9cb856b0b5d9eb65640e9cd7c16c81cc5eeff024c0f6b4ec34c + checksum: 35e19f455ad4e7a0bb86370c0af11d9be57ab16cbec4a6a063f48e5a127b7bd9c8096730567d6053fcb76a862b42742b357272e20c07b362071d5fa2c2526c0a languageName: node linkType: hard @@ -7865,14 +7846,14 @@ __metadata: linkType: hard "@types/express-serve-static-core@npm:*, @types/express-serve-static-core@npm:^4.17.33": - version: 4.17.43 - resolution: "@types/express-serve-static-core@npm:4.17.43" + version: 4.19.0 + resolution: "@types/express-serve-static-core@npm:4.19.0" dependencies: "@types/node": "*" "@types/qs": "*" "@types/range-parser": "*" "@types/send": "*" - checksum: 08e940cae52eb1388a7b5f61d65f028e783add77d1854243ae920a6a2dfb5febb6acaafbcf38be9d678b0411253b9bc325893c463a93302405f24135664ab1e4 + checksum: 39c09fcb3f61de96ed56d97273874cafe50e6675ac254af4d77014e569e4fdc29d1d0d1dd12e11f008cb9a52785b07c2801c6ba91397965392b20c75ee01fb4e languageName: node linkType: hard @@ -8122,13 +8103,6 @@ __metadata: languageName: node linkType: hard -"@types/mime@npm:*": - version: 3.0.4 - resolution: "@types/mime@npm:3.0.4" - checksum: a6139c8e1f705ef2b064d072f6edc01f3c099023ad7c4fce2afc6c2bf0231888202adadbdb48643e8e20da0ce409481a49922e737eca52871b3dc08017455843 - languageName: node - linkType: hard - "@types/mime@npm:^1": version: 1.3.5 resolution: "@types/mime@npm:1.3.5" @@ -8175,11 +8149,11 @@ __metadata: linkType: hard "@types/node@npm:*, @types/node@npm:>= 8": - version: 20.12.2 - resolution: "@types/node@npm:20.12.2" + version: 20.12.7 + resolution: "@types/node@npm:20.12.7" dependencies: undici-types: ~5.26.4 - checksum: 3242ab04fe69ae32a2da29a7a2fce41fccb370bc1189de43d2dfbb491bd3253d3ee2070cbb5613061148e4862fdaa9cf62722c43128ce5c7d33fe83750956613 + checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686 languageName: node linkType: hard @@ -8198,11 +8172,11 @@ __metadata: linkType: hard "@types/node@npm:^18.0.0, @types/node@npm:^18.18.5": - version: 18.19.28 - resolution: "@types/node@npm:18.19.28" + version: 18.19.31 + resolution: "@types/node@npm:18.19.31" dependencies: undici-types: ~5.26.4 - checksum: b74f2b46c7732ed9eccd70548522700474384fc8bf4fafa0373c25483a4930a7e7ebdba7f481b339483857a673e1f89f5cb0ecfc2a36551993cdf1846fe26dc7 + checksum: 949bddfd7071bd47300d1f33d380ee34695ccd5f046f1a03e4d2be0d953ace896905144d44a6f483f241b5ef34b86f0e40a0e312201117782eecf89e81a4ff13 languageName: node linkType: hard @@ -8302,12 +8276,12 @@ __metadata: linkType: hard "@types/react@npm:*": - version: 18.2.73 - resolution: "@types/react@npm:18.2.73" + version: 18.2.75 + resolution: "@types/react@npm:18.2.75" dependencies: "@types/prop-types": "*" csstype: ^3.0.2 - checksum: 0921d3e3286f11365e796f01eff4fb64de315c68f569e0bbfdaa7680dc4b774c7e8dc416d72d77f7f16a0c2075048429386a55bbfd43ac507d1dddc8d44142e7 + checksum: f77322720744beba6650462c0d75ccc0be27c176bd7b2aff32039ea30e498a78fe6dbce4a1c3fdbf592ccc01286059f332a294a3b6975dbb0d8d5999718ece38 languageName: node linkType: hard @@ -8347,13 +8321,13 @@ __metadata: linkType: hard "@types/serve-static@npm:*": - version: 1.15.5 - resolution: "@types/serve-static@npm:1.15.5" + version: 1.15.7 + resolution: "@types/serve-static@npm:1.15.7" dependencies: "@types/http-errors": "*" - "@types/mime": "*" "@types/node": "*" - checksum: 0ff4b3703cf20ba89c9f9e345bc38417860a88e85863c8d6fe274a543220ab7f5f647d307c60a71bb57dc9559f0890a661e8dc771a6ec5ef195d91c8afc4a893 + "@types/send": "*" + checksum: bbbf00dbd84719da2250a462270dc68964006e8d62f41fe3741abd94504ba3688f420a49afb2b7478921a1544d3793183ffa097c5724167da777f4e0c7f1a7d6 languageName: node linkType: hard @@ -12454,9 +12428,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001407, caniuse-lite@npm:^1.0.30001587": - version: 1.0.30001605 - resolution: "caniuse-lite@npm:1.0.30001605" - checksum: 8af1ae364c4f4c0796e7fd1aa195dfae2d9c3011c61f0907030201e4fc31a12e81407a13cca621a3b7f6a1eb0217ee9c681fb15670074c204a54edfab798d5c9 + version: 1.0.30001608 + resolution: "caniuse-lite@npm:1.0.30001608" + checksum: 7ae62689ca358cd3bdb89b2db9b4841812299f8a0b3ab94b52e4548778bd5740814617c0e0b2504b6bfaf47acc2472e1730393bd2027d646acbe8dc8206ad9e7 languageName: node linkType: hard @@ -15575,9 +15549,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.4.668": - version: 1.4.723 - resolution: "electron-to-chromium@npm:1.4.723" - checksum: c87cbc88074d37fb0bd8c8462288b5073eb4f927bc9a310f03a1746b24aef1da09244073fc2a779b66996c3fb75e3d86d5b5d783edd7b746aa08f38508410dd2 + version: 1.4.731 + resolution: "electron-to-chromium@npm:1.4.731" + checksum: f5ec068ae0616e2c3b68d66ce253a673de65b22ab3bea7e70dc16db7b7c683ca65f7d5c3b7276dd1f837a9c513ef435a53475b69a5df5eb581736d69b713ba3e languageName: node linkType: hard @@ -15758,11 +15732,11 @@ __metadata: linkType: hard "envinfo@npm:^7.3.1": - version: 7.11.1 - resolution: "envinfo@npm:7.11.1" + version: 7.12.0 + resolution: "envinfo@npm:7.12.0" bin: envinfo: dist/cli.js - checksum: f3d38ab6bc62388466e86e2f5665f90f238ca349c81bb36b311d908cb5ca96650569b43b308c9dcb6725a222693f6c43a704794e74a68fb445ec5575a90ca05e + checksum: 4c83a55768cf8b7e553155c29e7fa7bbdb0fb2c1156208efc373fc030045c6aca5e8e642e96027d3eb0c752156922ea3fca6183d9e13f38507f0e02ec82c23a1 languageName: node linkType: hard @@ -17676,9 +17650,9 @@ __metadata: linkType: hard "flow-parser@npm:0.*": - version: 0.232.0 - resolution: "flow-parser@npm:0.232.0" - checksum: 04d7d4258611c6eec3ab8e750b53f18d36d71eb25f07a9d59c952027d36d035efec5a10d26721a6f453ed57aab02be575790d20ddb79842d8659846fc7cb76ba + version: 0.233.0 + resolution: "flow-parser@npm:0.233.0" + checksum: eda75a46bc246bdd0cf3b6b7939bf68ac7a3b17e93c02e10f2a576e5e586d84b63cc623d7bef213c5bdfcd17f9a39401e8cefadfcff5cf47999537a06c401c30 languageName: node linkType: hard @@ -20079,13 +20053,6 @@ __metadata: languageName: node linkType: hard -"include-media@github:eduardoboucas/include-media#2.0-release": - version: 2.0.0 - resolution: "include-media@https://github.com/eduardoboucas/include-media.git#commit=a3c0288e5b22cc746cc2d320d0a374b2ed9d0aeb" - checksum: 4f28ff0addab4d07a809d3e61a6751d7c8e022af66866cf29684b1401c725bd73d2dd224aaa08f32a3cdd9c948766a8aa0d05866ed9acb2d6d0141f33d3af37c - languageName: node - linkType: hard - "include-media@npm:1.4.9": version: 1.4.9 resolution: "include-media@npm:1.4.9" @@ -22633,15 +22600,15 @@ __metadata: linkType: hard "joi@npm:^17.4.0": - version: 17.12.2 - resolution: "joi@npm:17.12.2" + version: 17.12.3 + resolution: "joi@npm:17.12.3" dependencies: "@hapi/hoek": ^9.3.0 "@hapi/topo": ^5.1.0 "@sideway/address": ^4.1.5 "@sideway/formula": ^3.0.1 "@sideway/pinpoint": ^2.0.0 - checksum: 5a5213c56d3a3b769b4cb999756a226d090421693443a405a9f1063443941a8b920c731b0c2cad526163726494c2da9858d38a98d39bd516df60e9ef49f0125a + checksum: 6fc74ad7561261a3500fecfcb2cab30928526286a4ee737cad4d41e8556263326561e4146f6c2c9429d0eef27a7d1ba93b919795ade1e766d6dbb797fb4f1b77 languageName: node linkType: hard @@ -23035,13 +23002,6 @@ __metadata: languageName: node linkType: hard -"jsonc-parser@npm:2.2.0": - version: 2.2.0 - resolution: "jsonc-parser@npm:2.2.0" - checksum: 4fb46e4f765db6f32a81045cc5d4d6c856079c2872e5da146ccd413660e66dddcf4f8fb4a6b0c4862fd80467913cca66d597b9052697a6d7300c0f92dcd2d947 - languageName: node - linkType: hard - "jsonc-parser@npm:3.2.0": version: 3.2.0 resolution: "jsonc-parser@npm:3.2.0" @@ -24186,11 +24146,11 @@ __metadata: linkType: hard "magic-string@npm:^0.30.3, magic-string@npm:^0.30.7": - version: 0.30.8 - resolution: "magic-string@npm:0.30.8" + version: 0.30.9 + resolution: "magic-string@npm:0.30.9" dependencies: "@jridgewell/sourcemap-codec": ^1.4.15 - checksum: 79922f4500d3932bb587a04440d98d040170decf432edc0f91c0bf8d41db16d364189bf800e334170ac740918feda62cd39dcc170c337dc18050cfcf00a5f232 + checksum: a97b9a706b39e9569781dcb662b15ab085ca3af8b916cd69d8485e8565108917c17e4eb03b6b1013389387d827bb3025711ebeafe237f742bc95a90708416147 languageName: node linkType: hard @@ -24339,11 +24299,11 @@ __metadata: linkType: hard "markdown-to-jsx@npm:^7.1.3": - version: 7.4.5 - resolution: "markdown-to-jsx@npm:7.4.5" + version: 7.4.6 + resolution: "markdown-to-jsx@npm:7.4.6" peerDependencies: react: ">= 0.14.0" - checksum: 185f7a383ed8b46f015a98e1e6e9d57d5b82fea0fafb141f57b9362366a673989ade20f02711b96678a6e1d04cc3ca76b4689ffbd47623844b78dff9a57b9148 + checksum: c2e779a682dd102a124f450a509d5123165b6daad25aca8addc8d24c72e6a6d1a6ecd5bcf204ba2037bdbe1b7875c9f97851bfb9a495a238fa797b709a673761 languageName: node linkType: hard @@ -25145,15 +25105,6 @@ __metadata: languageName: node linkType: hard -"mkdirp@npm:1.0.3": - version: 1.0.3 - resolution: "mkdirp@npm:1.0.3" - bin: - mkdirp: bin/cmd.js - checksum: c5c46ae41770edd318df35b0bccd50f977dab02a6617dbae80e716dcd3f28b51c8944968247e2be885f2dd3a56963dda492a2478a916b821620438a69224b671 - languageName: node - linkType: hard - "mkdirp@npm:1.0.4, mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4": version: 1.0.4 resolution: "mkdirp@npm:1.0.4" @@ -27050,9 +27001,9 @@ __metadata: linkType: hard "path-to-regexp@npm:^6.2.0": - version: 6.2.1 - resolution: "path-to-regexp@npm:6.2.1" - checksum: f0227af8284ea13300f4293ba111e3635142f976d4197f14d5ad1f124aebd9118783dd2e5f1fe16f7273743cc3dbeddfb7493f237bb27c10fdae07020cc9b698 + version: 6.2.2 + resolution: "path-to-regexp@npm:6.2.2" + checksum: b7b0005c36f5099f9ed1fb20a820d2e4ed1297ffe683ea1d678f5e976eb9544f01debb281369dabdc26da82e6453901bf71acf2c7ed14b9243536c2a45286c33 languageName: node linkType: hard @@ -30410,7 +30361,7 @@ __metadata: "@justeat/browserslist-config-fozzie": 1.2.0 "@justeat/eslint-config-fozzie": 5.4.0 "@justeat/fozzie": 11.x - "@justeat/pie-design-tokens": 5.0.0 + "@justeat/pie-design-tokens": 6.2.1 "@justeat/stylelint-config-fozzie": 2.2.0 "@percy/cli": 1.0.5 "@percy/webdriverio": 2.0.1 @@ -31284,12 +31235,12 @@ __metadata: linkType: hard "socks@npm:^2.7.1": - version: 2.8.1 - resolution: "socks@npm:2.8.1" + version: 2.8.3 + resolution: "socks@npm:2.8.3" dependencies: ip-address: ^9.0.5 smart-buffer: ^4.2.0 - checksum: 29586d42e9c36c5016632b2bcb6595e3adfbcb694b3a652c51bc8741b079c5ec37bdd5675a1a89a1620078c8137208294991fabb50786f92d47759a725b2b62e + checksum: 7a6b7f6eedf7482b9e4597d9a20e09505824208006ea8f2c49b71657427f3c137ca2ae662089baa73e1971c62322d535d9d0cf1c9235cf6f55e315c18203eadd languageName: node linkType: hard @@ -32743,8 +32694,8 @@ __metadata: linkType: hard "terser@npm:^5.3.4": - version: 5.30.1 - resolution: "terser@npm:5.30.1" + version: 5.30.3 + resolution: "terser@npm:5.30.3" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -32752,7 +32703,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 879c514f29dbb1cdb8e3c2b6287f945e7f8e864419b56deeca4377cf3103a332e1d8020953be7fc58c8fe4e4946654cb679af6167216487039b290dcc897c8a0 + checksum: 8c680ed32a948f806fade0969c52aab94b6de174e4a78610f5d3abf9993b161eb19b88b2ceadff09b153858727c02deb6709635e4bfbd519f67d54e0394e2983 languageName: node linkType: hard @@ -33437,9 +33388,9 @@ __metadata: linkType: hard "type-fest@npm:^4.2.0": - version: 4.14.0 - resolution: "type-fest@npm:4.14.0" - checksum: c4e2377112a9311430863d5d4eb778c242570a535f0a2bd648da31ecb1013c71affcbdfc5bfcddc8cd13cf821103ee9df4f2e5804a5a7bca8028aab7f7232f73 + version: 4.15.0 + resolution: "type-fest@npm:4.15.0" + checksum: 8da2b8c4556a6bbafd79c0d50b4f3ba6526942aead9c1687038980276eee72b95a1d195bc6f1408e0ebf96ebfbe9d33436b506b35ed4b68f14f8b3ff56753850 languageName: node linkType: hard From a1915cfcea0c6a0313c789f943883c7928005cac Mon Sep 17 00:00:00 2001 From: mmakwe-onyeka <142031043+mmakwe-onyeka@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:06:04 +0200 Subject: [PATCH 2/2] f-restaraurant-card@1.6.2: Add new prop f-restaurant card for review threshold (#2511) * Update: add prop * Update: add more unit tests * Update: improve tests * Update: improve test names * update: fix linting * Update: add plus sign to test names * Update: change the prop name * Update: fix tests --------- Co-authored-by: Ben Siggery <14013357+siggerzz@users.noreply.github.com> --- .../molecules/f-restaurant-card/CHANGELOG.md | 10 ++- .../molecules/f-restaurant-card/package.json | 2 +- .../RestaurantRating/RestaurantRating.vue | 9 ++- .../_tests/RestaurantRating.test.js | 61 +++++++++++++++++++ 4 files changed, 79 insertions(+), 3 deletions(-) diff --git a/packages/components/molecules/f-restaurant-card/CHANGELOG.md b/packages/components/molecules/f-restaurant-card/CHANGELOG.md index e1b7093037..ada0d651a6 100644 --- a/packages/components/molecules/f-restaurant-card/CHANGELOG.md +++ b/packages/components/molecules/f-restaurant-card/CHANGELOG.md @@ -3,7 +3,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -v1.6.1 +## v1.6.2 + +_April 10, 2024_ + +### Changed +- Create new prop for f-restaurant-card +- Use prop as the max review threshold to limit the actual number of reviews shown on restaurant card + +## v1.6.1 _March 25, 2024_ diff --git a/packages/components/molecules/f-restaurant-card/package.json b/packages/components/molecules/f-restaurant-card/package.json index 1550dc4909..b2ad4c4162 100644 --- a/packages/components/molecules/f-restaurant-card/package.json +++ b/packages/components/molecules/f-restaurant-card/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-restaurant-card", "description": "Fozzie Restaurant Card - Responsible for displaying restaurant data and linking to a restaurant", - "version": "1.6.1", + "version": "1.6.2", "main": "dist/f-restaurant-card.umd.min.js", "files": [ "dist", diff --git a/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/RestaurantRating.vue b/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/RestaurantRating.vue index 89046f26a4..6ff2d83ed6 100644 --- a/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/RestaurantRating.vue +++ b/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/RestaurantRating.vue @@ -117,6 +117,13 @@ export default { type: Number, default: 0 }, + /** + * Max amount of ratings to be shown + */ + maxDisplayedRatings: { + type: Number, + default: 200 + }, /** * The max value of the rating */ @@ -161,7 +168,7 @@ export default { return Number.parseFloat(this.mean).toFixed(1); }, formattedCount () { - return this.count > 200 ? '200+' : this.count; + return this.count > this.maxDisplayedRatings ? `${this.maxDisplayedRatings}+` : this.count; } } }; diff --git a/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/_tests/RestaurantRating.test.js b/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/_tests/RestaurantRating.test.js index 814e15c6f8..c19ac60b9a 100644 --- a/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/_tests/RestaurantRating.test.js +++ b/packages/components/molecules/f-restaurant-card/src/components/subcomponents/RestaurantRating/_tests/RestaurantRating.test.js @@ -158,6 +158,67 @@ describe('RestaurantRating component', () => { }); }); + describe('reviews count threshold', () => { + const maxDisplayedRatings = 200; + const rating = '[data-test-id="rating"]'; + + it('displays the count when count is less than threshold', () => { + // arrange + const propsData = { + mean: 5, + count: 150, + isOwnRating: false, + maxDisplayedRatings + }; + + // act + const wrapper = mount(RestaurantRating, { propsData }); + const countMessage = wrapper.find(rating); + + // assert + expect(countMessage.exists()).toBe(true); + + expect(countMessage.text()).toStrictEqual('150'); + }); + + it('displays threshold with + when count is higher than threshold', () => { + // arrange + const propsData = { + mean: 5, + count: 250, + isOwnRating: false, + maxDisplayedRatings + }; + + // act + const wrapper = mount(RestaurantRating, { propsData }); + const countMessage = wrapper.find(rating); + + // assert + expect(countMessage.exists()).toBe(true); + + expect(countMessage.text()).toStrictEqual('200+'); + }); + + it('displays threshold with + when count is higher than threshold with default threshold value', () => { + // arrange + const propsData = { + mean: 5, + count: 250, + isOwnRating: false + }; + + // act + const wrapper = mount(RestaurantRating, { propsData }); + const countMessage = wrapper.find(rating); + + // assert + expect(countMessage.exists()).toBe(true); + + expect(countMessage.text()).toStrictEqual('200+'); + }); + }); + describe('isOwnRatingMessage is false', () => { const isOwnRating = false;