@kong/design-tokens 1.1.1 → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Jun 2023 18:44:04 GMT
3
+ * Generated on Thu, 29 Jun 2023 14:38:15 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/design-tokens
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Jun 2023 18:44:04 GMT
3
+ * Generated on Thu, 29 Jun 2023 14:38:15 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/design-tokens
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Jun 2023 18:44:04 GMT
3
+ * Generated on Thu, 29 Jun 2023 14:38:15 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/design-tokens
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 27 Jun 2023 18:44:04 GMT
3
+ * Generated on Thu, 29 Jun 2023 14:38:15 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/design-tokens
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 27 Jun 2023 18:44:04 GMT
3
+ // Generated on Thu, 29 Jun 2023 14:38:15 GMT
4
4
  //
5
5
  // GitHub: https://github.com/Kong/design-tokens
6
6
  // License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/design-tokens",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Kong UI Design Tokens and style dictionary",
5
5
  "scripts": {
6
6
  "build": "yarn build:clean && style-dictionary build",
@@ -22,6 +22,7 @@
22
22
  ],
23
23
  "types": "dist/tokens/js/index.d.ts",
24
24
  "exports": {
25
+ ".": "./dist/tokens/js/index.js",
25
26
  "./package.json": "./package.json",
26
27
  "./tokens/*": "./dist/tokens/*"
27
28
  },