@kong/design-tokens 3.0.2-pr.690.cb1af82.0 → 3.0.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, this file was auto-generated.
3
- * Generated on Thu, 16 Jul 2026 17:27:34 GMT
3
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
3
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
3
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
3
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
3
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
4
+ * Generated on Thu, 16 Jul 2026 17:53:41 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, 16 Jul 2026 17:27:34 GMT
3
+ // Generated on Thu, 16 Jul 2026 17:53:41 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,9 +1,31 @@
1
1
  {
2
2
  "name": "@kong/design-tokens",
3
- "version": "3.0.2-pr.690.cb1af82.0",
3
+ "version": "3.0.2",
4
4
  "description": "Kong Design Tokens and style dictionary",
5
5
  "private": false,
6
6
  "type": "module",
7
+ "scripts": {
8
+ "build": "pnpm build:clean && pnpm build:tokens && pnpm copy:tokens-doc",
9
+ "build:tokens": "style-dictionary build --config ./config.mjs",
10
+ "build:clean": "rimraf ./dist",
11
+ "copy:tokens-doc": "shx cp -f './dist/tokens/README.md' './TOKENS.md'",
12
+ "lint": "eslint",
13
+ "lint:fix": "eslint --fix",
14
+ "typecheck": "pnpm typecheck:sandbox",
15
+ "typecheck:sandbox": "vue-tsc --project ./sandbox/tsconfig.json --noEmit",
16
+ "sandbox": "pnpm build && run-p sandbox:open sandbox:watch",
17
+ "sandbox:open": "vite sandbox -c ./sandbox/vite.config.ts",
18
+ "sandbox:watch": "chokidar \"tokens/**/*.json\" \"themes/**/*.json\" -c \"pnpm build\"",
19
+ "sandbox:build": "BUILD_SANDBOX=true vite build -c ./sandbox/vite.config.ts -m production",
20
+ "sandbox:preview": "BUILD_SANDBOX=true vite preview -c ./sandbox/vite.config.ts",
21
+ "watch:tokens": "pnpm build && chokidar \"tokens/**/*.json\" -c \"pnpm build\"",
22
+ "theme:scaffold": "node scripts/theme-scaffold.mjs",
23
+ "theme:preview": "node ../skills/theme-creation/scripts/preview.mjs",
24
+ "themes:sync": "node scripts/themes-sync.mjs",
25
+ "themes:unfilled": "node scripts/themes-unfilled.mjs",
26
+ "pretest": "pnpm build:tokens",
27
+ "test": "vitest run --config vitest.config.mjs"
28
+ },
7
29
  "publishConfig": {
8
30
  "access": "public"
9
31
  },
@@ -79,26 +101,5 @@
79
101
  "volta": {
80
102
  "node": "24.13.1"
81
103
  },
82
- "scripts": {
83
- "build": "pnpm build:clean && pnpm build:tokens && pnpm copy:tokens-doc",
84
- "build:tokens": "style-dictionary build --config ./config.mjs",
85
- "build:clean": "rimraf ./dist",
86
- "copy:tokens-doc": "shx cp -f './dist/tokens/README.md' './TOKENS.md'",
87
- "lint": "eslint",
88
- "lint:fix": "eslint --fix",
89
- "typecheck": "pnpm typecheck:sandbox",
90
- "typecheck:sandbox": "vue-tsc --project ./sandbox/tsconfig.json --noEmit",
91
- "sandbox": "pnpm build && run-p sandbox:open sandbox:watch",
92
- "sandbox:open": "vite sandbox -c ./sandbox/vite.config.ts",
93
- "sandbox:watch": "chokidar \"tokens/**/*.json\" \"themes/**/*.json\" -c \"pnpm build\"",
94
- "sandbox:build": "BUILD_SANDBOX=true vite build -c ./sandbox/vite.config.ts -m production",
95
- "sandbox:preview": "BUILD_SANDBOX=true vite preview -c ./sandbox/vite.config.ts",
96
- "watch:tokens": "pnpm build && chokidar \"tokens/**/*.json\" -c \"pnpm build\"",
97
- "theme:scaffold": "node scripts/theme-scaffold.mjs",
98
- "theme:preview": "node ../skills/theme-creation/scripts/preview.mjs",
99
- "themes:sync": "node scripts/themes-sync.mjs",
100
- "themes:unfilled": "node scripts/themes-unfilled.mjs",
101
- "pretest": "pnpm build:tokens",
102
- "test": "vitest run --config vitest.config.mjs"
103
- }
104
- }
104
+ "gitHead": "92690a7466a66a0b72f1a7fdd8a2a73efd4330a7"
105
+ }