@kong/design-tokens 3.2.2 → 3.2.3

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
@@ -666,40 +666,3 @@ For example, if I want to add a new `my-feature` folder, I'd update the `exports
666
666
  5. Commit your changes, adhering to [Conventional Commits](#committing-changes). To make this easier, you're encouraged to run `pnpm commit` from the repo root to help build your commit message
667
667
  6. Push your branch up to the remote with `git push origin {branch-name}`
668
668
  7. Open a pull request and request a review
669
-
670
- ### Committing Changes
671
-
672
- [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
673
-
674
- This repo uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
675
-
676
- [Commitizen](https://github.com/commitizen/cz-cli) and [Commitlint](https://github.com/conventional-changelog/commitlint) are used to help build and enforce commit messages.
677
-
678
- It is **highly recommended** to use the following command from the repo root in order to create your commits:
679
-
680
- ```sh
681
- pnpm commit
682
- ```
683
-
684
- This will trigger the Commitizen interactive prompt for building your commit message.
685
-
686
- #### Enforcing Commit Format
687
-
688
- [Lefthook](https://github.com/evilmartians/lefthook) is used to manage Git Hooks within the repo.
689
-
690
- - A `commit-msg` hook is automatically setup that enforces commit message standards with `commitlint`
691
- - A `pre-push` hook is used that runs `eslint` before allowing you to push your changes to the repository
692
-
693
- Additionally, CI will use `commitlint` to validate the commits associated with a PR in the `Lint and Validate` job.
694
-
695
- ### Approvals
696
-
697
- - All pull requests require review and approval from authorized team members.
698
- - Automated approvals through workflows are strictly prohibited.
699
- - There is an exception for automated pull request approvals originating from generated dependency updates that satisfy status checks and other requirements.
700
- - Protected branches require at least one approval from code owners.
701
- - All status checks must pass before a pull request may be merged.
702
-
703
- ### Package Publishing
704
-
705
- This package is published automatically via [lerna-lite](https://github.com/lerna-lite/lerna-lite) in independent mode. Releases are triggered by conventional commits on `main`, `alpha`, and `beta` branches.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  *
5
5
  * Kong Konnect Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  *
5
5
  * Kong Konnect Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  *
5
5
  * Kong Konnect Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  *
5
5
  * Kong Konnect Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  *
5
5
  * Kong Konnect Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly, this file was auto-generated.
4
- * Generated on Thu, 30 Jul 2026 23:17:34 GMT
4
+ * Generated on Wed, 05 Aug 2026 12:46:03 GMT
5
5
  *
6
6
  * Kong Konnect Design Tokens
7
7
  * GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 30 Jul 2026 23:17:34 GMT
3
+ // Generated on Wed, 05 Aug 2026 12:46:03 GMT
4
4
  //
5
5
  // Kong Konnect Design Tokens
6
6
  // GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/design-tokens",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Kong Design Tokens and style dictionary",
5
5
  "private": false,
6
6
  "type": "module",
@@ -103,5 +103,5 @@
103
103
  "volta": {
104
104
  "node": "24.13.1"
105
105
  },
106
- "gitHead": "8737e50de970e87de455c2218a300cd28208599e"
106
+ "gitHead": "6d65e2aedb723224849f454c5867ce214297e053"
107
107
  }