@kong/design-tokens 1.18.3-pr.613.d9d2a3d.0 → 1.18.3-pr.613.f4a145c.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.
@@ -1,4 +1,4 @@
1
1
  import useProperToken from './rules/use-proper-token/index.mjs'
2
- import useCssToken from './rules/use-css-token/index.mjs'
2
+ import tokenVarUsage from './rules/token-var-usage/index.mjs'
3
3
 
4
- export default [useProperToken, useCssToken]
4
+ export default [useProperToken, tokenVarUsage]
@@ -2,7 +2,7 @@ import stylelint from 'stylelint'
2
2
  import { KONG_TOKEN_PREFIX, RULE_NAME_PREFIX } from '../../utilities/index.mjs'
3
3
 
4
4
  const { ruleMessages, validateOptions, report } = stylelint.utils
5
- const ruleName = `${RULE_NAME_PREFIX}/use-css-token`
5
+ const ruleName = `${RULE_NAME_PREFIX}/token-var-usage`
6
6
  const messages = ruleMessages(ruleName, {
7
7
  expected: 'SCSS tokens must be used as fallback values in CSS custom properties. Use format: var(--kui-design-token, $kui-design-token) with exactly one space before the comma and no other spaces.',
8
8
  })
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ * Generated on Mon, 05 Jan 2026 21:59:30 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, this file was auto-generated.
3
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ * Generated on Mon, 05 Jan 2026 21:59:29 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, this file was auto-generated.
3
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ * Generated on Mon, 05 Jan 2026 21:59:29 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, this file was auto-generated.
3
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ * Generated on Mon, 05 Jan 2026 21:59:29 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, this file was auto-generated.
3
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ * Generated on Mon, 05 Jan 2026 21:59:29 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, this file was auto-generated.
3
- // Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ // Generated on Mon, 05 Jan 2026 21:59:30 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, this file was auto-generated.
4
- * Generated on Mon, 05 Jan 2026 21:19:36 GMT
4
+ * Generated on Mon, 05 Jan 2026 21:59:30 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, this file was auto-generated.
3
- // Generated on Mon, 05 Jan 2026 21:19:36 GMT
3
+ // Generated on Mon, 05 Jan 2026 21:59:30 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.18.3-pr.613.d9d2a3d.0",
3
+ "version": "1.18.3-pr.613.f4a145c.0",
4
4
  "description": "Kong UI Design Tokens and style dictionary",
5
5
  "type": "module",
6
6
  "scripts": {