@hashicorp/design-system-tokens
Advanced tools
Comparing version 0.5.2 to 0.6.0
# @hashicorp/design-system-tokens | ||
## 0.6.0 | ||
### Minor Changes | ||
- [#70](https://github.com/hashicorp/design-system/pull/70) [`04db4d9e`](https://github.com/hashicorp/design-system/commit/04db4d9ece6aba358acfa0721a78dfe84c561b5e) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! | ||
#### 💥 Breaking change | ||
Changes the output path for tokens to include `dist/ in the path | ||
##### Before | ||
`/products/css/tokens.css` | ||
##### After | ||
`/dist/products/css/tokens.css` | ||
## 0.5.2 | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@hashicorp/design-system-tokens", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "HashiCorp Design Tokens", | ||
@@ -21,5 +21,3 @@ "keywords": [ | ||
"lint": "yarn eslint --quiet --ext .js,.ts", | ||
"build": "ts-node --transpile-only ./scripts/build", | ||
"prepublishOnly": "./scripts/publish.sh", | ||
"postpublish": "./scripts/postPublish.sh" | ||
"build": "ts-node --transpile-only ./scripts/build" | ||
}, | ||
@@ -26,0 +24,0 @@ "devDependencies": { |
@@ -22,11 +22,11 @@ # design-system-tokens | ||
// | ||
~/products/css/tokens.css // for products applications | ||
~/devdot/css/tokens.css // for devdot platform | ||
~/dist/products/css/tokens.css // for products applications | ||
~/dist/devdot/css/tokens.css // for devdot platform | ||
// to use the CSS helper classes | ||
// | ||
~/[products|devdot]/css/helpers/colors.css // for color styles | ||
~/[products|devdot]/css/helpers/elevation.css // for elevation styles | ||
~/[products|devdot]/css/helpers/typography.css // for typographic styles | ||
~/[products|devdot]/css/helpers/focus-ring.css // for focus-ring style | ||
~/dist/[products|devdot]/css/helpers/colors.css // for color styles | ||
~/dist/[products|devdot]/css/helpers/elevation.css // for elevation styles | ||
~/dist/[products|devdot]/css/helpers/typography.css // for typographic styles | ||
~/dist/[products|devdot]/css/helpers/focus-ring.css // for focus-ring style | ||
``` | ||
@@ -33,0 +33,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
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
0
342012
16
12603