@kong/design-tokens 1.10.1 → 2.0.0-pr.91.e870166.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.
- package/README.md +1 -1
- package/TOKENS.md +1 -1
- package/dist/tokens/README.md +1 -1
- package/dist/tokens/css/custom-properties-list.css +1 -1
- 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/_mixins.scss +1 -1
- package/dist/tokens/scss/_variables.scss +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -426,7 +426,7 @@ This will trigger the Commitizen interactive prompt for building your commit mes
|
|
|
426
426
|
|
|
427
427
|
[Lefthook](https://github.com/evilmartians/lefthook) is used to manage Git Hooks within the repo.
|
|
428
428
|
|
|
429
|
-
- A `commit-msg` hook is automatically setup that enforces commit message stands with `commitlint`, see [`lefthook.
|
|
429
|
+
- A `commit-msg` hook is automatically setup that enforces commit message stands with `commitlint`, see [`lefthook.yml`](./lefthook.yaml)
|
|
430
430
|
- A `pre-push` hook is used that runs `eslint` before allowing you to push your changes to the repository
|
|
431
431
|
|
|
432
432
|
Additionally, CI will use `commitlint` to validate the commits associated with a PR in the `Lint and Validate` job.
|
package/TOKENS.md
CHANGED
package/dist/tokens/README.md
CHANGED
package/dist/tokens/js/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-pr.91.e870166.0",
|
|
4
4
|
"description": "Kong UI Design Tokens and style dictionary",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:clean && style-dictionary build && yarn copy:tokens-doc && yarn copy:stylelint-plugin",
|