# @mmcodemark/fuselage-tokens

> Design tokens for Fuselage, Rocket.Chat's design system

Latest version **0.31.22** (published 2023-06-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @mmcodemark/fuselage-tokens
pnpm add @mmcodemark/fuselage-tokens
yarn add @mmcodemark/fuselage-tokens
bun add @mmcodemark/fuselage-tokens
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.31.22 |
| Published | 2023-06-15 |
| First published | 2023-06-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 44.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 162 |
| Author | Rocket.Chat |
| Maintainers | denis.akimov, mmcodemark-user |
| Keywords | design, tokens, fuselage, rocket.chat |

## Links

- npm: https://www.npmjs.com/package/@mmcodemark/fuselage-tokens
- Repository: https://github.com/RocketChat/fuselage
- Homepage: https://rocketchat.github.io/Rocket.Chat.Fuselage/
- Issues: https://github.com/RocketChat/fuselage/issues
- npm.io page: https://npm.io/package/@mmcodemark/fuselage-tokens

## Recent versions

- 0.31.22 (latest) — 2023-06-15
- 0.33.0 — 2023-06-15

## README

<!--header-->

<p align="center">
  <a href="https://rocket.chat" title="Rocket.Chat">
    <img src="https://github.com/RocketChat/Rocket.Chat.Artwork/raw/master/Logos/2020/png/logo-horizontal-red.png" alt="Rocket.Chat" />
  </a>
</p>

# `@mmcodemark/fuselage-tokens`

> Design tokens for Fuselage, Rocket.Chat's design system

---

[![npm@latest](https://img.shields.io/npm/v/@mmcodemark/fuselage-tokens/latest?style=flat-square)](https://www.npmjs.com/package/@mmcodemark/fuselage-tokens/v/latest) [![npm@next](https://img.shields.io/npm/v/@mmcodemark/fuselage-tokens/next?style=flat-square)](https://www.npmjs.com/package/@mmcodemark/fuselage-tokens/v/next) ![npm downloads](https://img.shields.io/npm/dw/@mmcodemark/fuselage-tokens?style=flat-square) ![License: MIT](https://img.shields.io/npm/l/@mmcodemark/fuselage-tokens?style=flat-square)

![deps](https://img.shields.io/librariesio/release/npm/@mmcodemark/fuselage-tokens?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/@mmcodemark/fuselage-tokens?style=flat-square)

<!--/header-->

## Install

<!--install-->

Add `@mmcodemark/fuselage-tokens` as a dependency:

```sh
npm i @mmcodemark/fuselage-tokens

# or, if you are using yarn:

yarn add @mmcodemark/fuselage-tokens
```

<!--/install-->

## Contributing

<!--contributing(msg)-->

Contributions, issues, and feature requests are welcome!<br />
Feel free to check the [issues](https://github.com/RocketChat/fuselage/issues).

<!--/contributing(msg)-->

### Building

As this package dependends on others in this monorepo, before anything run the following at the root directory:

<!--yarn(build)-->

```sh
yarn build
```

<!--/yarn(build)-->

### Linting

To ensure the source is matching our coding style, we perform [linting](<https://en.wikipedia.org/wiki/Lint_(software)>).
Before commiting, check if your code fits our style by running:

<!--yarn(lint)-->

```sh
yarn lint
```

<!--/yarn(lint)-->

Some linter warnings and errors can be automatically fixed:

<!--yarn(lint-and-fix)-->

```sh
yarn lint-and-fix
```

<!--/yarn(lint-and-fix)-->

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