@devoinc/genesys-brand-devo
v8.0.3
Published
Devo brand tokens
Downloads
586
Maintainers
Readme
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.
Usage
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.
Please refer to the gyt
package documentation
for further information.
npm ci
npm run dist
The brands are now available in the dist/
folder.