# @sparkpost/matchbox-media

> Images and Videos for Matchbox

Latest version **7.1.1** (published 2022-08-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sparkpost/matchbox-media
pnpm add @sparkpost/matchbox-media
yarn add @sparkpost/matchbox-media
bun add @sparkpost/matchbox-media
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.1.1 |
| Published | 2022-08-24 |
| First published | 2020-08-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 21 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 107 |
| Author | SparkPost |
| Maintainers | sparkpost |

## Links

- npm: https://www.npmjs.com/package/@sparkpost/matchbox-media
- Repository: https://github.com/SparkPost/matchbox
- Homepage: https://github.com/SparkPost/matchbox#readme
- Issues: https://github.com/SparkPost/matchbox/issues
- npm.io page: https://npm.io/package/@sparkpost/matchbox-media

## Recent versions

- 7.1.1 (latest) — 2022-08-24
- 7.1.0 — 2022-03-08
- 7.0.3 — 2022-01-27
- 7.0.2 — 2022-01-24
- 7.0.1 — 2022-01-07
- 7.0.0 — 2022-01-07
- 6.1.0 — 2021-11-03
- 6.0.6 — 2021-10-06
- 6.0.5 — 2021-10-01
- 6.0.4 — 2021-09-27
- 6.0.3 — 2021-09-22
- 6.0.1 — 2021-09-20
- 6.0.0 — 2021-09-17
- 6.0.0-next.0 — 2021-09-17
- 5.5.0 — 2021-07-27
- … 27 more at https://npm.io/package/@sparkpost/matchbox-media/versions

## README

# Matchbox

Matchbox is an open source design system and React component library, built for [SparkPost's UI](https://github.com/SparkPost/2web2ui).

![Build](https://img.shields.io/github/workflow/status/SparkPost/matchbox/Build?label=Build&style=flat-square) ![Tests](https://img.shields.io/github/workflow/status/SparkPost/matchbox/Unit%20and%20Cypress%20Tests?label=Tests&style=flat-square)

---

## Welcome to Matchbox Development

Want to start using Matchbox? See:

- [Getting Started](https://design.sparkpost.com/foundations/getting-started-for-developers)

Looking for documentation? See:

- [Design System Website](https://design.sparkpost.com)

### Root Repo Scripts

```bash
# Start Scripts
npm run start:libby       # Runs libby

# Test Scripts
# Integration tests require libby to be running first
npm run pretest           # Run before running tests for first time
npm run test:unit         # Runs unit tests
npm run test:e2e:gui      # Runs integration tests
npm run test:e2e:headless # Runs integration tests in headless mode

# Build Scripts
npm run build             # Builds all packages
```

### Releases

We use `changesets` to handle versioning and publishing to NPM. Before publishing, ensure you are logged into SparkPost's NPM account locally via the NPM CLI. We recommend reviewing the following steps and [changeset's documentation](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md) before proceeding.

**Publishing Steps**

1. Run `npx changset` in your pull request. This will let you select which packages you'd like to include and to which version. Hint: use `space` to select options, and `enter` to proceed. Don't worry about the summary, this is editable later on.
1. Ensure the changeset you just created has an accurate summary, located in the `.changeset` directory.
1. Commit your changset to your pull request. The remaining steps should be taken after merging to `main`.
1. Run `npx changeset version`. This will consume any changesets previously created, bump the packages, and update changelogs.
1. Run `npm run build` to build all packages.
1. Run `npx changeset publish`. This will publish all bumped packages to NPM. You will be required to enter your NPM OTP.
1. Lastly, double check the git tags were pushed to this repo in the releases section. If not, push the tags manually.

---
_Source: https://npm.io/package/@sparkpost/matchbox-media · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
