unify-token
Advanced tools
Comparing version 2.0.0-beta-14 to 2.0.0-beta-15
@@ -13,5 +13,5 @@ # Change Log | ||
* :boom: Remove unused non web tokens (Android & iOS) from build. | ||
* :rocket: New color token based on Tokopedia Nest specifications. This new token use new and simplified import path from `unify-token/build/colors/v2` to `unify-token/colors`. | ||
* :star2: Updated the color token to the latest color principles. | ||
* :star2: Add new importable dark color css file: `unify-dark-color.css`. | ||
* :rocket: Add new Nest color tokens. You can import token values from `unify-token/color`. | ||
* :star2: Add new importable dark and light color css file (`dark.css` and `light.css`). | ||
@@ -18,0 +18,0 @@ ## 1.8.0 |
{ | ||
"name": "unify-token", | ||
"version": "2.0.0-beta-14", | ||
"version": "2.0.0-beta-15", | ||
"description": "Design Tokens for the Unify Design System", | ||
@@ -11,3 +11,3 @@ "main": "build/index.js", | ||
"build-test": "rimraf ./build && theo ./tokens/index.yml --format module.js,scss,common.js,ios.json,android.xml --dest ./build", | ||
"clean": "rimraf ./build ./color ./typography ./grid ./motion ./spacing", | ||
"clean": "rimraf ./build ./colors ./typography ./grids ./motions ./spacings", | ||
"sketch-json": "rimraf ./sketch-json ./sketch/test.zip && sketch-json *.sketch", | ||
@@ -14,0 +14,0 @@ "prepublishOnly": "npm run build" |
20945
13
532