@devoinc/genesys-brand-devo
Version:
Devo brand tokens
37 lines (25 loc) • 1.28 kB
Markdown
# Genesys Brand Devo


[](https://www.npmjs.com/package/@devoinc/genesys-brand-devo)
_Devo_'s main brand schemes of design tokens defined by _Genesys Design System_.
This package contains the brand schemes as `json` files, required to generate
Devo's **light** and **dark** brands.
A preview of the generated tokens can be found in
[this page](https://devoinc.github.io/genesys-brand-devo/).
## Usage
```typescript
import { dark, light } from "@devoinc/genesys-brand-devo";
console.log(light.cmp.appBar);
console.log(dark.cmp.appBar);
```
## Quick start
To generate the brands from the available schemas, this project uses the `gyt`
CLI from [@devoinc/genesys-tokens-cli](https://github.com/DevoInc/genesys-tokens/tree/master/tokens-cli).
Please refer to the `gyt` package [documentation](https://github.com/DevoInc/genesys-tokens/blob/master/tokens-cli/README.md)
for further information.
```sh
npm ci
npm run dist
```
The brands are now available in the `dist/` folder.