Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hashicorp/design-system-tokens

Package Overview
Dependencies
Maintainers
28
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/design-system-tokens - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

18

CHANGELOG.md
# @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 @@

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc