@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 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.yaml`](./lefthook.yaml)
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
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ // Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  //
5
5
  // Kong Design Tokens
6
6
  // GitHub: https://github.com/Kong/design-tokens
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
4
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
5
5
  *
6
6
  * Kong Design Tokens
7
7
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ * Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 07 Sep 2023 19:35:17 GMT
3
+ // Generated on Thu, 07 Sep 2023 19:00:05 GMT
4
4
  //
5
5
  // Kong Design Tokens
6
6
  // GitHub: https://github.com/Kong/design-tokens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/design-tokens",
3
- "version": "1.10.1",
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",