@nulogy/tokens
Advanced tools
Comparing version 0.2.3 to 0.4.0
@@ -6,3 +6,3 @@ { | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "build/", | ||
"buildPath": "dist/", | ||
"files": [{ | ||
@@ -15,3 +15,3 @@ "destination": "variables.css", | ||
"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"], | ||
"buildPath": "build/", | ||
"buildPath": "dist/", | ||
"files": [{ | ||
@@ -24,3 +24,3 @@ "destination": "_variables.scss", | ||
"transforms": ["attribute/cti", "name/cti/snake", "size/px", "color/hex"], | ||
"buildPath": "build/", | ||
"buildPath": "dist/", | ||
"files": [{ | ||
@@ -27,0 +27,0 @@ "destination": "exports.js", |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "0.2.3", | ||
"version": "0.4.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -15,6 +15,7 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"main": "build/exports.js", | ||
"main": "dist/exports.js", | ||
"devDependencies": { | ||
"style-dictionary": "^2.6.2" | ||
} | ||
}, | ||
"gitHead": "b5d4792e39f9ffa2aa28b4a920ffa2c36688591f" | ||
} |
@@ -19,4 +19,4 @@ # @nulogy/tokens | ||
### In Sass | ||
`@import '/node_modules/@nulogy/tokens/build/variables.scss';` | ||
`@import '/node_modules/@nulogy/tokens/dist/variables.scss';` | ||
`.blue-thing {color: $color_base_blue}` |
{ | ||
"font": { | ||
"family": { | ||
"base" : { "value": "'IBM Plex Sans', sans" }, | ||
"base" : { "value": "'IBM Plex Sans', sans-serif" }, | ||
"mono" : { "value": "'IBM Plex Mono', monospace" } | ||
@@ -6,0 +6,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12341
2