2.0.2 • Published 2 years ago

@aweell/halstack-design-tokens v2.0.2

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

halstack-design-tokens

Updated list of the halstack design tokens.

npm package

npm i @aweell/halstack-design-tokens

Current component tokens

https://github.com/dxc-technology/halstack-react/blob/master/lib/src/common/variables.js

Style dictionary

The token ./dist folder files are built using style dictionary

To update the dist folder when changes are made run:

style-dictionary build

Add new tokens

To add to the build process new tokens you need to add the path to the file in the config.js file located in the root of the repository:

module.exports = {
  "source": [
    "path/file.json",
  ],
  
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago