DevoInc / genesys-brand-devo

Devo's main brand schemes of design tokens defined by Genesys Design System

Home Page:https://devoinc.github.io/genesys-brand-devo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genesys Brand Devo

license GitHub Workflow Status npm version

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.

About

Devo's main brand schemes of design tokens defined by Genesys Design System

https://devoinc.github.io/genesys-brand-devo/

License:MIT License