@kong/design-tokens 1.22.2-pr.658.da201ca.0 → 1.22.2
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.
- package/README.md +0 -2
- package/dist/tokens/css/custom-properties.css +1 -1
- package/dist/tokens/js/cjs/index.d.ts +1 -1
- package/dist/tokens/js/cjs/index.js +1 -1
- package/dist/tokens/js/index.d.ts +1 -1
- package/dist/tokens/js/index.mjs +1 -1
- package/dist/tokens/less/variables.less +1 -1
- package/dist/tokens/scss/_map.scss +1 -1
- package/dist/tokens/scss/_variables.scss +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Kong Design Tokens, via [Style Dictionary](https://github.com/amzn/style-dictionary).
|
|
4
4
|
|
|
5
|
-
> This package is currently for Kong internal-use only, but is published publicly in order to consume in our OSS projects.
|
|
6
|
-
|
|
7
5
|
- [Tokens](#tokens)
|
|
8
6
|
- [Token Formats](#token-formats)
|
|
9
7
|
- [SCSS](#scss)
|
package/dist/tokens/js/index.mjs
CHANGED