@primer/primitives 11.6.0-rc.ec8be0eb → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,7 +56,7 @@ All available imports:
56
56
 
57
57
  ## Design token data
58
58
 
59
- Design token data is stored in the [src/tokens](./src/tokens/) directory. These tokens are compiled with [style dictionary](https://amzn.github.io/style-dictionary/#/) in [scripts/buildTokens.ts](./scripts/buildTokens.ts).
59
+ Design token data is stored in the [src/tokens](./src/tokens/) directory. These tokens are compiled with [style dictionary](https://styledictionary.com) in [scripts/buildTokens.ts](./scripts/buildTokens.ts).
60
60
 
61
61
  To make working with tokens easier, we added some additional functionality on top of what style dictionary comes with:
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/primitives",
3
- "version": "11.6.0-rc.ec8be0eb",
3
+ "version": "11.6.0",
4
4
  "description": "Typography, spacing, and color primitives for Primer design system",
5
5
  "type": "module",
6
6
  "files": [
@@ -81,4 +81,4 @@
81
81
  "zod-validation-error": "^4.0.1",
82
82
  "colorjs.io": "^0.6.1"
83
83
  }
84
- }
84
+ }