@cultureamp/kaizen-design-tokens
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.4](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-design-tokens@0.0.3...@cultureamp/kaizen-design-tokens@0.0.4) (2019-12-10) | ||
### Bug Fixes | ||
* Fix typo in README for tokens import in JS ([#152](https://github.com/cultureamp/kaizen-design-system/issues/152)) ([970f3ac](https://github.com/cultureamp/kaizen-design-system/commit/970f3ac)) | ||
## [0.0.3](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-design-tokens@0.0.2...@cultureamp/kaizen-design-tokens@0.0.3) (2019-11-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cultureamp/kaizen-design-tokens", | ||
"description": "Tokens used in the Kaizen Design System", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/master/packages/component-library", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
}, | ||
"gitHead": "72ce32d2350ab33e4ee81bbe32dc4a4dacd61d1a" | ||
"gitHead": "84bf9c1bc7c0a8c89d1163e243bb048837a2e247" | ||
} |
@@ -25,3 +25,3 @@ # Kaizen Tokens | ||
``` | ||
@import * as tokens from @cultureamp/kaizen-design-tokens/tokens/[color/depth/layout/spacing/typography] | ||
import * as tokens from @cultureamp/kaizen-design-tokens/tokens/[color/depth/layout/spacing/typography] | ||
``` | ||
@@ -28,0 +28,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7175