@kong/design-tokens 1.15.1 → 1.15.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/TOKENS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 GMT
4
4
  *
5
5
  * Kong Design Tokens
6
6
  * GitHub: https://github.com/Kong/design-tokens
@@ -41,7 +41,7 @@ const PROPERTY_TOKEN_MAP = {
41
41
  'border-width': ['border-width'],
42
42
  bottom: [],
43
43
  'box-shadow': ['border-width', 'color-border', 'shadow'],
44
- color: ['color-text'],
44
+ color: ['color-text', 'icon-color'],
45
45
  'column-gap': ['space'],
46
46
  'column-width': [],
47
47
  fill: ['color-text'],
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ // Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
4
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ * Generated on Wed, 10 Jul 2024 16:18:07 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 Tue, 02 Jul 2024 20:19:00 GMT
3
+ // Generated on Wed, 10 Jul 2024 16:18:07 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.15.1",
3
+ "version": "1.15.2",
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",