@kong/design-tokens 3.0.0 → 3.0.1-pr.689.040eee2.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.
- package/dist/tokens/css/custom-properties.css +1 -1
- package/dist/tokens/js/cjs/index.d.ts +1 -1
- package/dist/tokens/js/cjs/index.js +1 -1
- package/dist/tokens/js/index.d.ts +1 -1
- package/dist/tokens/js/index.mjs +1 -1
- package/dist/tokens/scss/_map.scss +1 -1
- package/dist/tokens/scss/_variables.scss +1 -1
- package/package.json +25 -26
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 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
|
|
3
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 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
|
|
3
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 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
|
|
3
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 GMT
|
|
4
4
|
*
|
|
5
5
|
* Kong Konnect Design Tokens
|
|
6
6
|
* GitHub: https://github.com/Kong/design-tokens/tree/main/packages/design-tokens
|
package/dist/tokens/js/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 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
|
|
4
|
+
* Generated on Tue, 14 Jul 2026 21:48:57 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
|
|
3
|
+
// Generated on Tue, 14 Jul 2026 21:48:57 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,31 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/design-tokens",
|
|
3
|
-
"version": "3.0.0",
|
|
4
|
-
"description": "Kong
|
|
3
|
+
"version": "3.0.1-pr.689.040eee2.0",
|
|
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
|
-
},
|
|
29
7
|
"publishConfig": {
|
|
30
8
|
"access": "public"
|
|
31
9
|
},
|
|
@@ -101,5 +79,26 @@
|
|
|
101
79
|
"volta": {
|
|
102
80
|
"node": "24.13.1"
|
|
103
81
|
},
|
|
104
|
-
"
|
|
105
|
-
|
|
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
|
+
}
|