Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#trivial - readme updates to remove snyk mentions #2557

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
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.57.1

_September 10, 2024_

### Changed

- Update `chromedriver` to v128


## v7.57.1

June 21, 2024_
_June 21, 2024_

### Changed

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "7.57.1",
"version": "7.57.2",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
Expand Down Expand Up @@ -89,7 +89,7 @@
"babel-jest": "29.7.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.3",
"chromedriver": "126.0.2",
"chromedriver": "128.0.1",
"core-js": "3.36.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-button.svg)](https://badge.fury.io/js/%40justeat%2Ff-button)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-button/badge.svg)](https://coveralls.io/github/justeat/f-button)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-button/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-button?targetFile=package.json)

---

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-card.svg)](https://badge.fury.io/js/%40justeat%2Ff-card)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-card/badge.svg)](https://coveralls.io/github/justeat/f-card)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-card/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-card?targetFile=package.json)

---

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/components/atoms/f-error-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-error-message.svg)](https://badge.fury.io/js/%40justeat%2Ff-error-message)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-error-message/badge.svg)](https://coveralls.io/github/justeat/f-error-message)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-error-message/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-error-message?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-filter-pill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie Filter Pill - An interactive component for filter toggles.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-filter-pill.svg)](https://badge.fury.io/js/%40justeat%2Ff-filter-pill)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-filter-pill/badge.svg)](https://coveralls.io/github/justeat/f-filter-pill)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-filter-pill/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-filter-pill?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-form-field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie Form Field Component.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-form-field.svg)](https://badge.fury.io/js/%40justeat%2Ff-form-field)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-form-field/badge.svg)](https://coveralls.io/github/justeat/f-form-field)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-form-field/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-form-field?targetFile=package.json)

---

Expand Down
13 changes: 6 additions & 7 deletions packages/components/atoms/f-image-tile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ An interactive tile component containing an image, text and link.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-image-tile.svg)](https://badge.fury.io/js/%40justeat%2Ff-image-tile)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-image-tile/badge.svg)](https://coveralls.io/github/justeat/f-image-tile)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-image-tile/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-image-tile?targetFile=package.json)

---

Expand Down Expand Up @@ -73,12 +72,12 @@ The props that can be defined are as follows (if any):
| Prop | Type | Default | Description |
| ----- | ----- | ------- | ----------- |
| `href` | `String` | `null` | The link URL |
| `tileId` | `String` | `null` | The id of the tile |
| `tileId` | `String` | `null` | The id of the tile |
| `isSelected` | `Boolean` | `false` | Marks the tile as selected |
| `isLink` | `Boolean` | `false` | Component acts as a link, rather than default toggle |
| `displayText` | `String` | `null` | Component display text |
| `imgSrc` | `String` | `''` | Component image link |
| `altText` | `String` | `''` | Component image alt text |
| `isLink` | `Boolean` | `false` | Component acts as a link, rather than default toggle |
| `displayText` | `String` | `null` | Component display text |
| `imgSrc` | `String` | `''` | Component image link |
| `altText` | `String` | `''` | Component image alt text |
| `fallbackImage` | `String` | `''` | Component fallback image url

### Events
Expand All @@ -87,7 +86,7 @@ The events that can be subscribed to are as follows (if any):

| Event | Description |
| ----- | ----------- |
| `toggleFilter` | Fired when a tile is interacted with, toggles between selected and not selected |
| `toggleFilter` | Fired when a tile is interacted with, toggles between selected and not selected |
| `handleImgError` | Fired there is an error with the component image |

## Development
Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Fozzie link component
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-link.svg)](https://badge.fury.io/js/%40justeat%2Ff-link)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-link/badge.svg)](https://coveralls.io/github/justeat/f-link)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-link/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-link?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Please note that this component is only a wrapper with the base styles for the p
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-popover.svg)](https://badge.fury.io/js/%40justeat%2Ff-popover)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-popover/badge.svg)](https://coveralls.io/github/justeat/f-popover)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-popover/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-popover?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-spinner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ loading indicator
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-spinner.svg)](https://badge.fury.io/js/%40justeat%2Ff-spinner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-spinner/badge.svg)](https://coveralls.io/github/justeat/f-spinner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-spinner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-spinner?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/atoms/f-toggle-switch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A component to switch a single setting on/off.

[![npm version](https://badge.fury.io/js/%40justeat%2Ff-toggle-switch.svg)](https://badge.fury.io/js/%40justeat%2Ff-toggle-switch)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-toggle-switch/badge.svg)](https://coveralls.io/github/justeat/f-toggle-switch)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-toggle-switch/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-toggle-switch?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-breadcrumbsf-breadcrumbs.svg)](https://badge.fury.io/js/%40justeat%2Ff-breadcrumbs)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-breadcrumbs/badge.svg)](https://coveralls.io/github/justeat/f-breadcrumbs)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-breadcrumbs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-breadcrumbs?targetFile=package.json)

---

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The icon can be any image but it is recommended to use an icon from `f-vue-icons
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-card-with-content.svg)](https://badge.fury.io/js/%40justeat%2Ff-card-with-content)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-card-with-content/badge.svg)](https://coveralls.io/github/justeat/f-card-with-content)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-card-with-content/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-card-with-content?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-media-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ provides ability to display text and an image in different orientations
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-media-element.svg)](https://badge.fury.io/js/%40justeat%2Ff-media-element)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-media-element/badge.svg)](https://coveralls.io/github/justeat/f-media-element)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-media-element/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-media-element?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-navigation-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A component to display a collection of supplied links
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-navigation-links.svg)](https://badge.fury.io/js/%40justeat%2Ff-navigation-links)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-navigation-links/badge.svg)](https://coveralls.io/github/justeat/f-navigation-links)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-navigation-links/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-navigation-links?targetFile=package.json)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A place for promotional messages to be displayed
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-promotions-showcase.svg)](https://badge.fury.io/js/%40justeat%2Ff-promotions-showcase)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-promotions-showcase/badge.svg)](https://coveralls.io/github/justeat/f-promotions-showcase)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-promotions-showcase/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-promotions-showcase?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-rating/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-rating.svg)](https://badge.fury.io/js/%40justeat%2Ff-rating)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-rating/badge.svg)](https://coveralls.io/github/justeat/f-rating)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-rating/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-rating?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-restaurant-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-restaurant-card.svg)](https://badge.fury.io/js/%40justeat%2Ff-restaurant-card)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-restaurant-card/badge.svg)](https://coveralls.io/github/justeat/f-restaurant-card)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-restaurant-card/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-restaurant-card?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-searchbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-searchbox.svg)](https://badge.fury.io/js/%40justeat%2Ff-searchbox)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-searchbox/badge.svg)](https://coveralls.io/github/justeat/f-searchbox)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-searchbox/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-searchbox?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-skeleton-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Provides a visual indication that another component is loading. A set of predef
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-skeleton-loader.svg)](https://badge.fury.io/js/%40justeat%2Ff-skeleton-loader)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-skeleton-loader/badge.svg)](https://coveralls.io/github/justeat/f-skeleton-loader)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-skeleton-loader/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-skeleton-loader?targetFile=package.json)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/components/molecules/f-tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-tabs.svg)](https://badge.fury.io/js/%40justeat%2Ff-tabs)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-tabs/badge.svg)](https://coveralls.io/github/justeat/f-tabs)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-tabs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-tabs?targetFile=package.json)

---

## Usage

Expand Down
1 change: 0 additions & 1 deletion packages/components/molecules/f-user-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

[![Coverage Status](https://coveralls.io/repos/github/justeat/f-user-message/badge.svg)](https://coveralls.io/github/justeat/f-user-message)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-user-message/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-user-message?targetFile=package.json)
<!-- markdownlint-enable -->

<!-- markdownlint-disable MD002 -->
Expand Down
3 changes: 2 additions & 1 deletion packages/components/organisms/f-content-cards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-content-cards.svg)](https://badge.fury.io/js/%40justeat%2Ff-content-cards)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-content-cards/badge.svg)](https://coveralls.io/github/justeat/f-content-cards)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-content-cards/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-content-cards?targetFile=package.json)

---

# Content Cards (f-content-cards)

Expand Down
3 changes: 2 additions & 1 deletion packages/components/organisms/f-cookie-banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-cookie-banner.svg)](https://badge.fury.io/js/%40justeat%2Ff-cookie-banner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-cookie-banner/badge.svg)](https://coveralls.io/github/justeat/f-cookie-banner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-cookie-banner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-cookie-banner?targetFile=package.json)

---

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ describe('Legacy - f-cookie-banner component tests', () => {
});

const tests = [
{ locale: 'en-AU', expectedCookiePolicyUrl: 'au/info/privacy-policy#cookies_policy' },
{ locale: 'en-NZ', expectedCookiePolicyUrl: 'nz/info/privacy-policy#cookies_policy' }
{ locale: 'en-AU', expectedCookiePolicyUrl: 'https://www.menulog.com.au/privacy-policy#cookies_policy' }
];

tests.forEach(({ locale, expectedCookiePolicyUrl }) => {
Expand Down
1 change: 0 additions & 1 deletion packages/components/organisms/f-footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Global Footer Component for Vue.js.
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-footer.svg)](https://badge.fury.io/js/%40justeat%2Ff-footer)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-footer/badge.svg)](https://coveralls.io/github/justeat/f-footer)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-footer/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-footer?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/organisms/f-status-banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Global status page
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-status-banner.svg)](https://badge.fury.io/js/%40justeat%2Ff-status-banner)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-status-banner/badge.svg)](https://coveralls.io/github/justeat/f-status-banner)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-status-banner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-status-banner?targetFile=package.json)

---

Expand Down
1 change: 0 additions & 1 deletion packages/components/pages/f-account-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The account information page
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-account-info.svg)](https://badge.fury.io/js/%40justeat%2Ff-account-info)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-account-info/badge.svg)](https://coveralls.io/github/justeat/f-account-info)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-account-info/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-account-info?targetFile=package.json)

---

Expand Down
4 changes: 3 additions & 1 deletion packages/components/pages/f-checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
[![npm version](https://badge.fury.io/js/%40justeat%2Ff-checkout.svg)](https://badge.fury.io/js/%40justeat%2Ff-checkout)
[![CircleCI](https://circleci.com/gh/justeat/fozzie-components.svg?style=svg)](https://circleci.com/gh/justeat/workflows/fozzie-components)
[![Coverage Status](https://coveralls.io/repos/github/justeat/f-checkout/badge.svg)](https://coveralls.io/github/justeat/f-checkout)
[![Known Vulnerabilities](https://snyk.io/test/github/justeat/f-checkout/badge.svg?targetFile=package.json)](https://snyk.io/test/github/justeat/f-checkout?targetFile=package.json)

---

## Usage

### Installation

1. Install the module using NPM or Yarn:

```bash
Expand Down
Loading
Loading