2.0.1 • Published 2 years ago

@devoinc/dali-brand-devo v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dali Brand Devo

Devo's main brand schemes of design tokens defined by Dalí Design System.

This package contains the brand schemes as json files, required to generate Devo's light and dark brands.

Usage

To access the generated brands one just needs to import the package and access the Brands object.

import * as brands from "@devoinc/dali-brand-devo";

console.log(brands.light.cmp.appBar);

Quick start

To generate the brands from the available schemas, this project uses the dit CLI from @devoinc/dali-tokens-cli. Please refer to the dit package documentation for further information.

## Go to package directory
cd brand-devo
## Generate tokens for Devo's brand
npm run dist

The brands are now available in the dist/ folder.

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago